@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #181216;
  --plum: #2a1724;
  --plum-soft: #3b2030;
  --paper: #f7f0e6;
  --paper-deep: #eadcc9;
  --copper: #c47d4e;
  --copper-light: #e4aa7c;
  --sage: #71806d;
  --muted: #756d6f;
  --line: rgba(42, 23, 36, .16);
  --white: #fffdf9;
  --shadow: 0 24px 70px rgba(42, 23, 36, .14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.75 'Manrope', sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.02;
}
p { margin: 0; color: var(--muted); }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--copper);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.section { padding: 110px 0; }
.section--dark { background: var(--plum); color: var(--white); }
.section--tint { background: var(--paper-deep); }
.section-heading { max-width: 700px; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
.section-heading p { margin-top: 18px; max-width: 610px; }
.section--dark p { color: rgba(255, 253, 249, .68); }
.section--dark .eyebrow { color: var(--copper-light); }

.site-header {
  position: relative;
  z-index: 20;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--copper);
  border-radius: 50%;
  color: var(--copper);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 700;
}
.brand-copy strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.34rem; letter-spacing: .03em; }
.brand-copy small { display: block; margin-top: -4px; color: var(--muted); font-size: .58rem; letter-spacing: .21em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: #5f5659;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-nav a:hover, .site-nav a.active { background: var(--plum); color: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--plum); font-size: 1.7rem; cursor: pointer; }

.hero {
  position: relative;
  min-height: 710px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(90deg, rgba(24,18,22,.94), rgba(24,18,22,.42)), url('../img/bg.jpg') center/cover;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 18px;
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; max-width: 780px; padding: 120px 0 100px; }
.hero h1 { font-size: clamp(3.5rem, 8vw, 7.1rem); max-width: 760px; }
.hero h1 em { color: var(--copper-light); font-weight: 500; }
.hero p { max-width: 590px; margin: 24px 0 34px; color: rgba(255,253,249,.76); font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid var(--copper);
  border-radius: 999px;
  background: var(--copper);
  color: var(--white);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:hover { background: var(--plum-soft); border-color: var(--plum-soft); }
.btn--ghost { background: transparent; border-color: rgba(255,255,255,.45); }
.btn--ghost:hover { background: var(--white); border-color: var(--white); color: var(--plum); }
.btn--dark { background: var(--plum); border-color: var(--plum); }

.intro-grid, .split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.image-frame { position: relative; }
.image-frame::before {
  content: '';
  position: absolute;
  top: -18px;
  left: -18px;
  width: 42%;
  height: 42%;
  border-top: 1px solid var(--copper);
  border-left: 1px solid var(--copper);
}
.image-frame img { position: relative; width: 100%; height: 590px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.copy h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.copy p { margin-top: 22px; }
.copy .btn { margin-top: 30px; }
.signature { margin-top: 26px; color: var(--copper); font: 600 1.7rem 'Cormorant Garamond', serif; }

.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.menu-card {
  min-height: 300px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.08));
}
.menu-card .number { margin-bottom: auto; color: var(--copper-light); font-size: .75rem; letter-spacing: .14em; }
.menu-card h3 { margin-bottom: 10px; color: var(--white); font-size: 2rem; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { padding: 36px 26px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; color: var(--plum); font: 700 2.3rem 'Cormorant Garamond', serif; }
.fact span { color: var(--muted); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }

.gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 270px 270px; gap: 16px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.gallery img:first-child { grid-row: 1 / 3; }
.quote {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.quote blockquote { margin: 0 0 26px; color: var(--white); font: 500 clamp(2.2rem, 5vw, 4.2rem)/1.12 'Cormorant Garamond', serif; }
.quote cite { color: var(--copper-light); font-style: normal; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }

.cta-band { padding: 70px 0; background: var(--copper); color: var(--white); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-band h2 { max-width: 690px; font-size: clamp(2.4rem, 5vw, 4.2rem); }
.cta-band .btn { flex: 0 0 auto; background: var(--plum); border-color: var(--plum); }

.page-hero {
  min-height: 430px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--white);
  background: linear-gradient(rgba(24,18,22,.72), rgba(24,18,22,.82)), url('../img/why.jpg') center/cover;
}
.page-hero--play { background-image: linear-gradient(rgba(24,18,22,.68), rgba(24,18,22,.86)), url('../img/cas-2.jpg'); }
.page-hero--contact { background-image: linear-gradient(rgba(24,18,22,.68), rgba(24,18,22,.86)), url('../img/contact.jpg'); }
.page-hero h1 { font-size: clamp(3.4rem, 7vw, 6.3rem); }
.page-hero p { max-width: 620px; margin: 16px auto 0; color: rgba(255,255,255,.75); }

.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.story-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.38); }
.story-card span { color: var(--copper); font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.story-card h3 { margin: 16px 0 12px; font-size: 2rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; }
.step b { display: block; margin-bottom: 24px; color: var(--copper-light); font: 600 2.4rem 'Cormorant Garamond', serif; }
.step h3 { margin-bottom: 12px; color: var(--white); font-size: 1.6rem; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.contact-panel { padding: 38px; border-radius: var(--radius); background: var(--plum); color: var(--white); }
.contact-panel h2 { margin-bottom: 26px; font-size: 2.8rem; }
.contact-line { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-line strong { display: block; margin-bottom: 4px; color: var(--copper-light); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-line span, .contact-line a { color: rgba(255,255,255,.78); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--plum); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.5);
  color: var(--ink);
}
.field textarea { min-height: 130px; resize: vertical; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .8rem; }
.checkbox input { margin-top: 6px; }

.legal { max-width: 820px; margin: 0 auto; padding: 90px 0; }
.legal h1 { margin-bottom: 30px; font-size: clamp(3rem, 6vw, 5rem); }
.legal h2 { margin: 38px 0 12px; color: var(--plum); font-size: 2rem; }
.legal p, .legal li { color: var(--muted); }
.legal ul { padding-left: 22px; }
.legal a { color: var(--copper); text-decoration: underline; }

.thank { min-height: 72vh; display: grid; place-items: center; text-align: center; }
.thank-card { max-width: 680px; padding: 60px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.42); box-shadow: var(--shadow); }
.thank-card .seal { width: 68px; height: 68px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: var(--copper); color: white; font-size: 1.7rem; }
.thank-card h1 { font-size: clamp(3rem, 7vw, 5rem); }
.thank-card p { margin: 18px 0 28px; }

.site-footer { padding: 68px 0 28px; background: #120d11; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; }
.footer-brand p { max-width: 430px; margin-top: 18px; color: rgba(255,255,255,.55); }
.footer-links h3 { margin-bottom: 18px; color: var(--copper-light); font-size: 1.25rem; }
.footer-links a { display: block; margin: 9px 0; color: rgba(255,255,255,.65); font-size: .88rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.43); font-size: .73rem; }

.cookie-note {
  position: fixed;
  z-index: 50;
  right: 24px;
  bottom: 24px;
  width: min(410px, calc(100% - 48px));
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: var(--plum);
  box-shadow: var(--shadow);
  color: var(--white);
}
.cookie-note p { color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.55; }
.cookie-note a { color: var(--copper-light); text-decoration: underline; }
.cookie-note button { margin-top: 13px; min-height: 38px; padding: 0 16px; }
.cookie-note.is-hidden { display: none; }

@media (max-width: 900px) {
  .site-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 18px 20px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { text-align: center; }
  .menu-toggle {
    display: inline-flex;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 0;
  }
  .menu-toggle::before { content: 'MENU'; font-size: .58rem; font-weight: 700; letter-spacing: .06em; }
  .intro-grid, .split, .contact-layout { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .hero { min-height: 650px; }
  .hero::after { inset: 12px; }
  .hero-content { padding: 90px 0 75px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.1rem); }
  .hero h1 em { display: block; }
  .brand-copy small { display: none; }
  .image-frame img { height: 430px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 260px); }
  .gallery img:first-child { grid-row: auto; }
  .story-grid, .steps, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .field--full, .footer-brand { grid-column: auto; }
  .cta-band .container { align-items: flex-start; flex-direction: column; }
  .thank-card { padding: 38px 22px; }
  .cookie-note {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    padding: 16px;
  }
  .cookie-note p { font-size: .72rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
