:root {
  --ink: #0d1617;
  --ink-2: #152021;
  --paper: #f5f1e9;
  --cream: #e9e1d4;
  --white: #fff;
  --gold: #bc9a61;
  --gold-2: #ddc692;
  --muted: #697375;
  --line: rgba(13, 22, 23, 0.12);
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.wrap { width: min(var(--max-width), calc(100% - 34px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: var(--paper); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

nav { position: absolute; z-index: 20; top: 0; right: 0; left: 0; height: 76px; display: flex; align-items: center; color: var(--white); }
.nav-inner, .nav-links, .actions, .footer-inner { display: flex; align-items: center; }
.nav-inner { justify-content: space-between; gap: 18px; }
.logo { font-size: 1.35rem; font-weight: 800; letter-spacing: -0.05em; }
.logo span { color: var(--gold-2); }
.nav-links { gap: 20px; font-size: 0.82rem; }
.nav-links a { opacity: 0.84; transition: opacity 160ms ease; }
.nav-links a:hover, .nav-links a:focus-visible { opacity: 1; }
.nav-cta { padding: 9px 14px; border: 1px solid rgba(255,255,255,0.33); border-radius: 999px; }

.hero { min-height: 820px; position: relative; display: grid; align-items: end; overflow: hidden; background: #081112; color: var(--white); }
.hero-media { position: absolute; inset: 0; }
.hero-video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; background: #081112; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,12,13,0.50) 0%, rgba(5,12,13,0.30) 42%, rgba(5,12,13,0.07) 100%), linear-gradient(to top, rgba(5,12,13,0.34), transparent 62%); }
.hero-inner { position: relative; z-index: 3; max-width: 800px; padding: 150px 0 80px; }
.kicker { color: var(--gold-2); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.19em; text-transform: uppercase; }
.kicker-dark { color: var(--gold); }
h1, h2, blockquote, .proof strong, .number, figcaption strong { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 18px 0 24px; font-size: clamp(3.5rem, 8vw, 7rem); line-height: 0.9; letter-spacing: -0.064em; text-shadow: 0 4px 24px rgba(0,0,0,0.48); }
.hero-inner > p:not(.micro) { max-width: 680px; margin: 0 0 28px; color: rgba(255,255,255,0.88); font-size: 1.15rem; text-shadow: 0 2px 18px rgba(0,0,0,0.40); }
.actions { gap: 12px; flex-wrap: wrap; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 800; transition: transform 160ms ease, filter 160ms ease; }
.button:hover { filter: brightness(1.05); transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, .chip input:focus-visible + span { outline: 3px solid var(--gold-2); outline-offset: 3px; }
.button-gold { background: var(--gold); color: #111819; }
.button-ghost { border: 1px solid rgba(255,255,255,0.31); background: rgba(255,255,255,0.04); color: var(--white); }
.micro { margin: 14px 0 0; color: rgba(255,255,255,0.55); font-size: 0.76rem; }
.hero-dots { position: absolute; z-index: 5; right: 26px; bottom: 25px; display: flex; gap: 8px; }
.hero-dots span { width: 33px; height: 4px; display: block; border-radius: 99px; background: rgba(255,255,255,0.28); }
.hero-dots span.is-active { background: var(--gold-2); }

.proof { background: #10191a; color: var(--white); }
.proof-grid { min-height: 104px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-grid div { padding: 18px; border-right: 1px solid rgba(255,255,255,0.09); text-align: center; }
.proof-grid div:last-child { border: 0; }
.proof strong { display: block; font-size: 1.32rem; }
.proof span { color: rgba(255,255,255,0.53); font-size: 0.69rem; letter-spacing: 0.12em; text-transform: uppercase; }

section { padding: 94px 0; }
.section-heading { max-width: 820px; margin-bottom: 42px; }
h2 { margin: 10px 0 15px; font-size: clamp(2.35rem, 5vw, 4.3rem); line-height: 1.02; letter-spacing: -0.05em; }
.lead { max-width: 760px; color: var(--muted); font-size: 1.06rem; }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.offer-card { padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.offer-card:nth-child(2), .offer-card:nth-child(4) { background: #f0e9de; }
.number { margin-bottom: 18px; color: var(--gold); font-size: 1.5rem; }
.offer-card h3 { margin: 0 0 6px; font-size: 1rem; }
.offer-card p { margin: 0; color: var(--muted); font-size: 0.89rem; }
.section-action { margin-top: 28px; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 20px; background: var(--cream); }
.section-action strong, .section-action span { display: block; }
.section-action strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; }
.section-action span { margin-top: 3px; color: var(--muted); font-size: 0.82rem; }
.button-ink { min-height: 50px; flex: 0 0 auto; background: var(--ink); color: var(--white); }

.experience { padding: 0; background: #10191a; color: var(--white); }
.experience-grid { min-height: 650px; display: grid; grid-template-columns: 1.05fr 0.95fr; }
.experience-photo { position: relative; background: url("assets/photos/be4208fe-2962-4be7-aa7a-5a66aebb285c-1_all_6378.jpg") center 42% / cover no-repeat; }
.experience-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,13,14,0.75), transparent 60%); }
.experience-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px; }
.experience-copy .lead, .form-grid .lead { color: rgba(255,255,255,0.66); }
blockquote { margin: 20px 0; font-size: 2rem; line-height: 1.2; }
.editorial-link { width: fit-content; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(221,198,146,0.55); color: var(--gold-2); font-size: 0.86rem; font-weight: 750; }
.editorial-link span { margin-left: 8px; }

.gallery { display: grid; grid-template-columns: 1.15fr 0.85fr 0.85fr; grid-template-rows: 320px 320px; gap: 12px; }
.photo { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 22px; background-position: center; background-size: cover; }
.photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,14,15,0.72), transparent 57%); }
.photo-1 { grid-row: 1 / 3; background-image: url("assets/photos/be4208fe-2962-4be7-aa7a-5a66aebb285c-1_all_7117.jpg"); }
.photo-2 { background-image: url("assets/photos/be4208fe-2962-4be7-aa7a-5a66aebb285c-1_all_6503.jpg"); }
.photo-3 { background-image: url("assets/photos/be4208fe-2962-4be7-aa7a-5a66aebb285c-1_all_8246.jpg"); }
.photo-4 { background-image: url("assets/photos/1000095466.jpg"); }
.photo-5 { background-image: url("assets/photos/1000064784.jpg"); }
figcaption { position: absolute; z-index: 2; right: 18px; bottom: 16px; left: 18px; color: var(--white); }
figcaption strong { display: block; font-size: 1.3rem; }
figcaption span { display: block; margin-top: 2px; color: rgba(255,255,255,0.7); font-size: 0.75rem; }

.rhythm { background: var(--cream); }
.rhythm-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 42px; align-items: center; }
.dinner-photo { height: 470px; border-radius: 26px; background: url("assets/photos/1000095466.jpg") center 48% / cover no-repeat; box-shadow: 0 20px 65px rgba(13,22,23,0.13); }
.points { display: grid; gap: 0; margin: 24px 0 28px; border-top: 1px solid rgba(13,22,23,0.12); }
.point { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(13,22,23,0.12); color: var(--muted); }
.point b { padding-top: 2px; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 0.82rem; }
.point span strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 0.88rem; }
.button-outline { min-height: 52px; border: 1px solid rgba(13,22,23,0.24); background: transparent; color: var(--ink); }

.form-section { background: #10191a; color: var(--white); }
.form-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 50px; align-items: start; }
.form-intro { position: sticky; top: 36px; }
.form-promises { display: grid; gap: 0; margin-top: 36px; border-top: 1px solid rgba(255,255,255,0.12); }
.form-promises > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.form-promises span { color: var(--gold-2); font-family: Georgia, "Times New Roman", serif; font-size: 0.8rem; }
.form-promises p { margin: 0; color: rgba(255,255,255,0.58); font-size: 0.82rem; }
.form-promises strong { display: block; margin-bottom: 2px; color: var(--white); font-size: 0.88rem; }
.form-box { padding: 31px; border-radius: 26px; background: var(--white); color: var(--ink); }
.form-topline { display: flex; justify-content: space-between; gap: 12px; color: var(--gold); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.form-topline strong { color: var(--muted); }
.form-title { margin: 8px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.form-box label, legend { display: block; margin: 14px 0 7px; font-size: 0.74rem; font-weight: 800; text-transform: uppercase; }
.form-box label > span { color: var(--gold); }
.form-box input:not([type="checkbox"]):not([type="radio"]), textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); outline: 0; }
.form-box input:not([type="checkbox"]):not([type="radio"]):hover, textarea:hover { border-color: rgba(13,22,23,0.25); }
textarea { min-height: 105px; resize: vertical; }
.field-row, .chips { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.chips { gap: 8px; }
.chip { position: relative; margin: 0 !important; text-transform: none !important; }
.chip input { position: absolute; opacity: 0; }
.chip span { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; font-size: 0.87rem; font-weight: 650; transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease; }
.chip span::after { content: "✓"; width: 22px; height: 22px; flex: 0 0 22px; display: grid; place-items: center; border: 1px solid rgba(13,22,23,0.22); border-radius: 50%; color: transparent; font-size: 0.75rem; line-height: 1; }
.chip input:checked + span { border-color: var(--gold); background: var(--ink); color: var(--white); box-shadow: 0 0 0 2px rgba(188,154,97,0.22); }
.chip input:checked + span::after { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.submit { width: 100%; margin-top: 18px; }
.submit:disabled { cursor: wait; filter: saturate(0.72); opacity: 0.82; transform: none; }
.fine { margin: 10px 0 0; color: var(--muted); font-size: 0.7rem; text-align: center; }
.privacy-note { margin: 8px auto 0; max-width: 520px; color: var(--muted); font-size: 0.68rem; text-align: center; }
.privacy-note a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.form-message { margin: 12px 0 0; padding: 12px; border-radius: 12px; background: #edf3ee; color: #31533e; }
.form-message.is-error { background: #f7ece8; color: #713f32; }
.form-box .is-invalid { border-color: #9c4f3e !important; box-shadow: 0 0 0 2px rgba(156,79,62,0.12); }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

footer { padding: 24px 0; background: #090f10; color: rgba(255,255,255,0.49); font-size: 0.72rem; }
.footer-inner { justify-content: space-between; gap: 18px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .experience-grid, .rhythm-grid, .form-grid { grid-template-columns: 1fr; }
  .form-intro { position: static; }
  .experience-photo { min-height: 520px; }
  .experience-copy { padding: 45px 26px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 350px 270px 270px; }
  .photo-1 { grid-column: 1 / 3; grid-row: auto; }
}

@media (max-width: 600px) {
  .wrap { width: calc(100% - 22px); }
  .nav-links > a:not(.nav-cta) { display: none; }
  .hero { min-height: 760px; }
  .hero-video { object-position: center; }
  .hero-inner { padding-top: 128px; }
  h1 { font-size: 3.5rem; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-dots { right: 18px; bottom: 18px; }
  .hero-dots span { width: 22px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  section { padding: 70px 0; }
  .offer-grid, .field-row, .chips { grid-template-columns: 1fr; }
  .section-action { align-items: stretch; flex-direction: column; }
  .section-action .button { width: 100%; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(5, 305px); }
  .photo-1 { grid-column: auto; }
  .experience-photo { min-height: 390px; }
  .dinner-photo { height: 360px; }
}

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