@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root {
  --ink: #17211d;
  --forest: #182b25;
  --forest-2: #234036;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --gold: #e5a84f;
  --gold-dark: #b97024;
  --muted: #66716c;
  --line: #d9ddd7;
  --green: #86b792;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.site-header { height: 82px; max-width: 1280px; margin: auto; padding: 0 36px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--forest); font-weight: 700; font-size: 20px; text-decoration: none; letter-spacing: -.4px; }
.brand-mark { display: grid; grid-template-columns: repeat(2, 8px); gap: 3px; padding: 6px; background: var(--forest); border-radius: 7px; }
.brand-mark i { width: 8px; height: 7px; display: block; border-radius: 2px; background: var(--cream); }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(3) { background: var(--gold); }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
nav a:not(.button):hover { color: var(--gold-dark); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 9px; background: white; padding: 9px 13px; font: 600 14px var(--sans); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--gold); border-radius: 8px; color: var(--forest); background: var(--gold); font-weight: 700; text-decoration: none; box-shadow: 0 8px 24px rgba(181, 112, 36, .15); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #efb960; }
.button-small { min-height: 42px; padding: 0 18px; }
.hero { min-height: 710px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(480px, .95fr); align-items: center; gap: 60px; padding: 72px max(5vw, calc((100vw - 1200px)/2)); background: var(--cream); overflow: hidden; }
.hero-copy { max-width: 620px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-dark); font-size: 13px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); line-height: 1.05; letter-spacing: -.04em; }
h1 { max-width: 660px; font-size: clamp(48px, 5.5vw, 76px); }
h2 { font-size: clamp(38px, 4.2vw, 58px); }
h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.25; }
.hero-lead { max-width: 590px; margin: 28px 0; color: #48544e; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 28px; margin: 34px 0 0; padding: 0; color: var(--muted); font-size: 14px; list-style: none; }
.hero-proof li::before { content: '✓'; margin-right: 8px; color: var(--gold-dark); font-weight: 800; }
.product-window { width: min(650px, 100%); margin-left: auto; border: 1px solid rgba(24,43,37,.16); border-radius: 18px; background: white; box-shadow: 0 30px 70px rgba(24,43,37,.18); overflow: hidden; transform: rotate(1deg); }
.window-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 58px; padding: 0 20px; border-bottom: 1px solid #e7e9e5; font-size: 12px; }
.window-bar > span { display: flex; gap: 6px; }
.window-bar b { display: block; width: 9px; height: 9px; border-radius: 50%; background: #d7dcd8; }
.window-bar b:nth-child(2) { background: var(--gold); }
.window-bar strong { font-size: 13px; }
.window-bar em { justify-self: end; color: var(--muted); font-style: normal; }
.plan-layout { min-height: 430px; display: grid; grid-template-columns: 145px 1fr; }
.plan-layout aside { padding: 28px 18px; color: white; background: var(--forest); }
.plan-layout aside > small { display: block; color: #a6b5ae; font-size: 9px; letter-spacing: .12em; }
.plan-layout aside > strong { display: block; margin: 3px 0 22px; font-size: 14px; }
.mini-stat { display: flex; justify-content: space-between; align-items: center; margin-bottom: 7px; padding: 9px 10px; border-radius: 6px; color: #b9c4bf; font-size: 11px; }
.mini-stat b { color: inherit; }
.mini-stat.active { color: var(--forest); background: var(--gold); }
.room-plan { position: relative; min-height: 430px; background-color: #f8f8f4; background-image: linear-gradient(#e9ece8 1px, transparent 1px), linear-gradient(90deg, #e9ece8 1px, transparent 1px); background-size: 28px 28px; }
.room-title { display: flex; justify-content: space-between; padding: 18px 22px; color: var(--muted); font-size: 11px; }
.room-title span { color: var(--ink); font-weight: 700; }
.table { position: absolute; width: 72px; height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid #8bb598; border-radius: 14px; color: #456c51; background: #e9f2e9; box-shadow: 0 4px 12px rgba(24,43,37,.06); }
.table span { font-size: 11px; font-weight: 800; }
.table small { font-size: 9px; }
.table.booked { border-color: var(--gold); color: #87591c; background: #fff0d3; }
.table.large { width: 112px; border-radius: 10px; }
.t1 { left: 12%; top: 23%; }.t2 { left: 51%; top: 20%; }.t3 { right: 8%; top: 47%; }.t4 { left: 29%; top: 48%; }.t6 { left: 9%; top: 70%; }.t7 { left: 57%; top: 73%; }
.legend { position: absolute; left: 20px; bottom: 12px; display: flex; gap: 15px; color: var(--muted); font-size: 9px; }
.dot { width: 7px; height: 7px; display: inline-block; margin-right: 4px; border-radius: 50%; }.gold { background: var(--gold); }.green { background: var(--green); }
.problem-band { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1200px; margin: 0 auto; padding: 32px 0; border-bottom: 1px solid var(--line); }
.problem-band p { margin: 0; padding: 0 34px; font-family: var(--serif); font-size: 20px; text-align: center; }
.problem-band p + p { border-left: 1px solid var(--line); }
.section { max-width: 1200px; margin: 0 auto; padding: 120px 28px; }
.section-heading { max-width: 790px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 670px; margin: 25px 0 0; color: var(--muted); font-size: 18px; }
.section-heading.compact { max-width: 650px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.feature.featured { position: relative; grid-row: span 2; min-height: 556px; color: white; background: var(--forest); overflow: hidden; }
.feature .number { display: block; margin-bottom: 60px; color: var(--gold-dark); font-size: 12px; font-weight: 700; }
.feature.featured .number { color: var(--gold); }
.feature p { margin: 12px 0 0; color: var(--muted); }
.feature.featured p { color: #c6d0cb; }
.feature-plan { position: absolute; right: -34px; bottom: -36px; width: 290px; height: 260px; border: 1px solid #496057; border-radius: 40% 0 0 0; }
.feature-plan i { position: absolute; width: 50px; height: 38px; border: 2px solid var(--gold); border-radius: 10px; opacity: .8; }
.feature-plan i:nth-child(1){left:35px;top:40px}.feature-plan i:nth-child(2){left:140px;top:38px}.feature-plan i:nth-child(3){left:87px;top:112px;width:85px}.feature-plan i:nth-child(4){left:25px;top:180px}.feature-plan i:nth-child(5){left:180px;top:170px}
.steps { border-top: 1px solid var(--line); }
.steps ol { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 28px 0; border-top: 1px solid var(--line); }
.steps li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--gold); font-family: var(--serif); font-weight: 700; }
.steps li p { margin: 4px 0 0; color: var(--muted); }
.pilot { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; color: white; background: var(--forest); }
.pilot-image { min-height: 500px; background: linear-gradient(90deg, rgba(24,43,37,.04), rgba(24,43,37,.32)), url('pilot-la-marmotte.webp') center/cover; }
.pilot-copy { align-self: center; max-width: 620px; padding: 70px clamp(40px, 6vw, 100px); }
.eyebrow.light { color: var(--gold); }
.pilot-copy > p:not(.eyebrow) { color: #c7d1cc; font-size: 18px; }
.pilot-copy blockquote { margin: 32px 0; padding-left: 22px; border-left: 3px solid var(--gold); color: #f5efe3; font-family: var(--serif); font-size: 21px; }
.light-link { color: var(--gold); }
.audience { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.audience-points p { display: grid; grid-template-columns: 180px 1fr; gap: 25px; margin: 0; padding: 24px 0; border-top: 1px solid var(--line); }
.audience-points span { color: var(--muted); }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; border-top: 1px solid var(--line); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 38px 23px 0; cursor: pointer; font-weight: 700; list-style: none; position: relative; }
.faq-list summary::after { content: '+'; position: absolute; right: 8px; color: var(--gold-dark); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin: -5px 40px 24px 0; color: var(--muted); }
.final-cta { padding: 100px 24px; color: white; background: var(--forest-2); text-align: center; }
.final-cta h2 { max-width: 800px; margin: auto; }
.final-cta > p:not(.eyebrow) { margin: 24px auto 32px; color: #cad4cf; font-size: 18px; }
.button-light { color: var(--forest); background: var(--cream); border-color: var(--cream); }
footer { max-width: 1200px; margin: auto; padding: 55px 28px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 20px; color: var(--muted); font-size: 13px; }
footer > p { justify-self: end; margin: 0; }
footer > div { grid-column: 1/-1; display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid var(--line); }
footer > div a { color: var(--ink); }

@media (max-width: 920px) {
  .site-header { height: 70px; padding: 0 20px; }
  .menu-button { display: block; }
  nav { position: absolute; z-index: 20; top: 70px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 20px 50px rgba(24,43,37,.18); }
  nav.open { display: flex; }
  nav a { padding: 13px; }
  nav .button { margin-top: 6px; }
  .hero { grid-template-columns: 1fr; gap: 50px; padding: 75px 28px; }
  .hero-copy { max-width: 760px; }
  .product-window { margin: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature.featured { grid-row: span 2; }
  .pilot { grid-template-columns: 1fr; }
  .pilot-image { min-height: 450px; }
  .pilot-copy { max-width: 780px; }
  .audience, .faq { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 620px) {
  h1 { font-size: 47px; }
  h2 { font-size: 39px; }
  .hero { min-height: auto; padding: 62px 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { text-align: center; }
  .hero-proof { display: block; }
  .hero-proof li { margin-top: 8px; }
  .product-window { transform: none; }
  .window-bar { grid-template-columns: 1fr 1fr; }
  .window-bar > span { display: none; }
  .plan-layout { min-height: 390px; grid-template-columns: 92px 1fr; }
  .plan-layout aside { padding: 22px 10px; }
  .mini-stat { padding: 8px 6px; }
  .room-plan { min-height: 390px; }
  .table { width: 58px; height: 48px; }
  .table.large { width: 86px; }
  .t2 { left: 55%; }.t4 { left: 23%; }.t7 { left: 58%; }
  .problem-band { grid-template-columns: 1fr; padding: 14px 20px; }
  .problem-band p { padding: 15px 0; font-size: 18px; }
  .problem-band p + p { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 85px 20px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature.featured { min-height: 470px; }
  .steps li { grid-template-columns: 52px 1fr; gap: 15px; }
  .pilot-image { min-height: 360px; }
  .pilot-copy { padding: 65px 22px; }
  .audience-points p { grid-template-columns: 1fr; gap: 4px; }
  .final-cta { padding: 80px 20px; }
  footer { grid-template-columns: 1fr; }
  footer > p { justify-self: start; }
  footer > div { display: grid; gap: 10px; }
}

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