:root {
  --paper: #f4efe5;
  --paper-2: #e9dfcf;
  --ink: #181512;
  --muted: #6c6258;
  --brand: #b84f24;
  --brand-dark: #7d2e13;
  --gold: #d8a55a;
  --line: rgba(24, 21, 18, .18);
  --white: #fffdf8;
  --max: 1180px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
section { scroll-margin-top: 84px; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--white);
  border: 2px solid var(--ink);
  font-weight: 800;
  text-decoration: none;
}
.skip-link:focus { transform: none; }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--brand-dark);
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section { padding: clamp(74px, 9vw, 120px) 0; }
.section-title {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5.1vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.section-intro {
  max-width: 700px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.75;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(244, 239, 229, .13);
  background: rgba(24, 21, 18, .94);
  color: var(--paper);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  letter-spacing: -.015em;
  text-decoration: none;
}
.brand img { width: 44px; height: 44px; object-fit: contain; }
.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.3);
  background: transparent;
  cursor: pointer;
}
.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 30px); }
.site-nav a {
  font-size: .92rem;
  font-weight: 750;
  text-decoration: none;
}
.site-nav a:hover { color: var(--gold); }
.nav-booking {
  padding: 9px 14px;
  border: 1px solid var(--gold);
  color: var(--gold);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}
.hero::after {
  content: "HOSNDIALWETZA";
  position: absolute;
  right: -2vw;
  bottom: -5vw;
  color: rgba(255,255,255,.025);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6rem, 18vw, 18rem);
  font-weight: 900;
  letter-spacing: -.08em;
  white-space: nowrap;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: min(820px, calc(100vh - 72px));
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  align-items: center;
  gap: clamp(42px, 7vw, 94px);
  padding-block: clamp(58px, 7vw, 92px);
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--gold);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-kicker::before { content: ""; width: 38px; height: 2px; background: currentColor; }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 7vw, 7.2rem);
  line-height: .88;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-copy {
  max-width: 650px;
  margin: 28px 0 0;
  color: #d7cfc4;
  font-size: clamp(1.08rem, 1.65vw, 1.3rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 1px solid transparent;
  background: transparent;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand); color: white; }
.button-primary:hover { background: #cf5a29; }
.button-ghost { border-color: rgba(255,255,255,.36); color: var(--paper); }
.button-ghost:hover { border-color: var(--paper); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #332d27; }
.button-light { border-color: var(--line); background: var(--white); }

.hero-visual {
  position: relative;
  min-height: 590px;
}
.hero-mark {
  position: absolute;
  z-index: 3;
  top: 42%;
  left: 48%;
  width: clamp(120px, 13vw, 174px);
  transform: translate(-50%, -50%) rotate(-5deg);
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.42));
}
.portrait {
  position: absolute;
  overflow: hidden;
  border: 8px solid var(--paper);
  background: #3b342d;
  box-shadow: 0 20px 55px rgba(0,0,0,.35);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait-one { width: 52%; aspect-ratio: 4 / 5; top: 0; left: 0; transform: rotate(-4deg); }
.portrait-two { width: 46%; aspect-ratio: 4 / 5; top: 4%; right: 0; transform: rotate(4deg); }
.portrait-three { width: 48%; aspect-ratio: 4 / 5; bottom: 0; left: 6%; transform: rotate(2deg); }
.portrait-four { width: 43%; aspect-ratio: 4 / 5; right: 4%; bottom: 2%; transform: rotate(-3deg); }
.hero-note {
  position: absolute;
  z-index: 4;
  right: -10px;
  bottom: 24px;
  max-width: 205px;
  padding: 15px 17px;
  border-left: 4px solid var(--gold);
  background: var(--paper);
  color: var(--ink);
  font-size: .9rem;
  font-weight: 750;
  box-shadow: 0 14px 35px rgba(0,0,0,.25);
}

.booking-bar { background: var(--brand); color: white; }
.booking-bar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.booking-bar strong { font-family: Georgia, serif; font-size: clamp(1.25rem, 2.3vw, 1.8rem); }
.booking-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 900;
  text-decoration: none;
}
.booking-phone:hover { text-decoration: underline; }

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 8vw, 105px);
  align-items: start;
}
.story-copy p { margin: 0 0 22px; color: var(--muted); font-size: 1.08rem; }
.story-copy p:first-child { color: var(--ink); font-size: 1.28rem; }
.feature-list { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.feature-number { color: var(--brand); font-family: Georgia, serif; font-weight: 900; }
.feature-list strong { display: block; margin-bottom: 4px; font-size: 1.04rem; }
.feature-list span { color: var(--muted); }

.live-section { background: var(--paper-2); border-block: 1px solid var(--line); }
.live-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 48px; border: 1px solid var(--line); }
.live-card {
  min-height: 290px;
  padding: 30px;
  border-right: 1px solid var(--line);
  background: rgba(255,255,255,.22);
}
.live-card:last-child { border-right: 0; }
.live-card .meta { color: var(--brand-dark); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.live-card h3 { margin: 42px 0 12px; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.15; }
.live-card p { margin: 0; color: var(--muted); }
.source-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; color: var(--muted); font-size: .84rem; }
.source-row a { text-underline-offset: 3px; }

.band-head { display: flex; justify-content: space-between; gap: 32px; align-items: end; }
.band-head p { max-width: 480px; margin: 0; color: var(--muted); }
.member-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 48px; }
.member-card { position: relative; overflow: hidden; background: var(--ink); color: white; }
.member-card img { width: 100%; aspect-ratio: 1 / 1.18; object-fit: cover; filter: saturate(.88) contrast(1.03); transition: transform .3s ease; }
.member-card:hover img { transform: scale(1.025); }
.member-card-body { padding: 20px; }
.member-card h3 { margin: 0; font-family: Georgia, serif; font-size: 1.45rem; }
.member-card p { margin: 3px 0 0; color: var(--gold); font-size: .9rem; font-weight: 800; }

.press-section { background: var(--ink); color: var(--paper); }
.press-section .eyebrow { color: var(--gold); }
.press-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: clamp(40px, 7vw, 90px); }
.press-copy { margin-top: 30px; color: #d9d0c5; font-size: 1.05rem; }
.press-copy p { margin: 0 0 18px; }
.press-copy strong { color: white; }
.press-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.press-actions .button-light { background: var(--paper); color: var(--ink); }
.press-actions .button-ghost { color: var(--paper); }
.fact-panel { border-top: 4px solid var(--brand); background: #25211d; }
.fact-row { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.fact-row:last-child { border-bottom: 0; }
.fact-row dt { color: var(--gold); font-size: .73rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fact-row dd { margin: 0; color: #f6f0e7; }
.press-contact {
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.2);
}
.press-contact strong { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: 1.35rem; }
.press-contact a { color: var(--gold); font-weight: 800; text-decoration: none; }
.press-contact a:hover { text-decoration: underline; }

.contact-section { background: var(--paper-2); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(400px, 1.22fr); gap: clamp(46px, 8vw, 100px); }
.contact-direct { margin-top: 34px; border-top: 1px solid var(--line); }
.contact-direct a {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.08rem, 2vw, 1.4rem);
  font-weight: 900;
  text-decoration: none;
}
.contact-direct span { display: block; margin-bottom: 2px; color: var(--muted); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.contact-form { padding: clamp(26px, 4vw, 42px); background: var(--white); border: 1px solid var(--line); box-shadow: 12px 12px 0 var(--brand); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: block; }
.field-full { grid-column: 1 / -1; }
.field span, .consent-label { display: block; margin-bottom: 7px; font-size: .8rem; font-weight: 850; }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #b9afa2;
  border-radius: 0;
  background: white;
  color: var(--ink);
}
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--brand); outline: 2px solid rgba(184,79,36,.18); }
.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin: 20px 0;
}
.consent input { width: 18px; height: 18px; margin-top: 3px; }
.consent-label { margin: 0; color: var(--muted); font-weight: 600; }
.consent-label a { color: var(--ink); }
.form-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-status { min-height: 26px; margin: 14px 0 0; font-weight: 750; }
.form-status[data-state="success"] { color: #176b3a; }
.form-status[data-state="error"] { color: #a11f1f; }
.honeypot { position: absolute; left: -9999px; }

.site-footer { background: #0e0c0a; color: #cfc5b9; }
.footer-top { padding: 44px 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: white; font-weight: 900; text-decoration: none; }
.footer-brand img { width: 54px; height: 54px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 24px; }
.footer-links a { color: inherit; text-underline-offset: 3px; }
.footer-bottom { padding: 18px 0 28px; border-top: 1px solid rgba(255,255,255,.1); color: #988e84; font-size: .84rem; }

.legal-main { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: clamp(62px, 8vw, 100px) 0; }
.legal-main h1 { margin: 0 0 30px; font-family: Georgia, serif; font-size: clamp(2.6rem, 7vw, 5rem); line-height: .95; }
.legal-main h2 { margin: 42px 0 14px; font-family: Georgia, serif; font-size: 1.7rem; }
.legal-main p, .legal-main li { color: #514a43; }
.legal-main a { text-underline-offset: 3px; }
.back-link { display: inline-block; margin-bottom: 26px; font-weight: 850; }
.legal-note { padding: 18px; border-left: 4px solid var(--brand); background: var(--paper-2); }

.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; background: var(--ink); color: var(--paper); text-align: center; }
.thanks-card { max-width: 650px; }
.thanks-card img { width: 140px; margin: 0 auto 24px; }
.thanks-card h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: .95; }
.thanks-card p { margin: 22px 0 30px; color: #d8cfc4; font-size: 1.15rem; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 620px); min-height: 560px; margin: 0 auto; }
  .story-grid, .press-grid, .contact-grid { grid-template-columns: 1fr; }
  .story-copy { max-width: 760px; }
  .live-grid { grid-template-columns: 1fr; }
  .live-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .live-card:last-child { border-bottom: 0; }
  .member-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .band-head { align-items: start; flex-direction: column; }
  .contact-grid { gap: 48px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    padding: 18px 20px 24px;
    background: var(--ink);
    border-top: 1px solid rgba(255,255,255,.12);
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 8px 0; }
  .nav-booking { text-align: center; }
  .hero-grid { padding-top: 46px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
  .hero-visual { min-height: 460px; }
  .hero-mark { width: 112px; }
  .portrait { border-width: 5px; }
  .hero-note { right: 0; bottom: 8px; max-width: 170px; font-size: .78rem; }
  .booking-bar-inner { padding-block: 18px; align-items: flex-start; flex-direction: column; }
  .member-grid { grid-template-columns: 1fr; }
  .member-card img { aspect-ratio: 1 / .95; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .fact-row { grid-template-columns: 1fr; gap: 5px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
