:root {
  --forest: #112a1d;
  --peat: #0a1a12;
  --cream: #fbf9f5;
  --gold: #c5a880;
  --gold-pale: #e0c9a6;
  --emerald: #2d6a4f;
  --slate: #1e232a;
  --muted: #66716b;
  --line: rgba(17,42,29,.18);
  --line-dark: rgba(197,168,128,.28);
  --max: 1240px;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(5,20,13,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--slate); font-family: var(--sans); font-size: 16px; line-height: 1.66; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .25em; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { touch-action: manipulation; }
button, .button, .nav-link { min-height: 44px; }
h1, h2, h3 { scroll-margin-top: 100px; text-wrap: balance; }
a, button, input, select, textarea { scroll-margin-block: 110px; -webkit-tap-highlight-color: rgba(197,168,128,.22); }
:focus-visible { outline: 3px solid #7db8ff; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 120; top: 8px; left: 8px; padding: 12px 16px; background: #fff; color: var(--peat); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section-dark { background: var(--peat); color: var(--cream); }
.section-forest { background: var(--forest); color: var(--cream); }
.section-title { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.section-lead { max-width: 710px; color: var(--muted); font-size: 1.1rem; }
.section-dark .section-lead, .section-forest .section-lead { color: #c7d1cb; }
.kicker { margin: 0 0 16px; color: var(--gold); text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 700; }
.gold-rule { width: 58px; height: 2px; margin: 24px 0; background: var(--gold); }

.site-header { position: sticky; z-index: 80; top: 0; background: rgba(10,26,18,.96); color: var(--cream); border-bottom: 1px solid var(--line-dark); }
.header-row { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: var(--cream); text-decoration: none; }
.brand-monogram { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }
.brand-name { font-family: var(--serif); font-size: 1.16rem; line-height: 1; letter-spacing: .12em; }
.brand-name small { display: block; margin-top: 7px; font-family: var(--sans); font-size: .75rem; letter-spacing: .14em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.nav-link { display: inline-flex; align-items: center; color: #e7ede9; text-decoration: none; font-size: .88rem; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--gold-pale); }
.header-book { flex: 0 0 auto; }
.menu-button { display: none; width: 48px; border: 1px solid var(--gold); background: transparent; color: var(--gold); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 22px; height: 1.5px; margin: 5px auto; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; border: 1px solid var(--gold); background: var(--gold); color: var(--peat); font-weight: 700; text-decoration: none; cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { background: var(--gold-pale); border-color: var(--gold-pale); transform: translateY(-1px); }
.button-ghost { background: transparent; color: var(--cream); }
.button-ghost:hover { color: var(--peat); }
.button-dark { background: var(--forest); border-color: var(--forest); color: var(--cream); }
.button-dark:hover { background: var(--peat); border-color: var(--peat); color: var(--cream); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 14px; color: inherit; font-weight: 700; text-decoration-thickness: 1px; }

.hero { position: relative; min-height: 730px; display: grid; align-items: center; background: var(--peat); color: var(--cream); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,22,14,.94) 0%, rgba(7,22,14,.76) 42%, rgba(7,22,14,.12) 74%, rgba(7,22,14,.16) 100%); }
.trajectory { position: absolute; z-index: 1; top: 8%; left: 20%; width: 46%; height: 70%; border: 2px solid var(--gold); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(12deg); opacity: .9; pointer-events: none; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .55fr); gap: 70px; align-items: center; padding-block: 86px; }
.hero-copy h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7.4vw, 7.6rem); font-weight: 500; line-height: .86; letter-spacing: -.06em; }
.hero-copy p { max-width: 580px; margin: 28px 0 32px; color: #e3e8e4; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.booking-panel { padding: 30px; background: rgba(10,26,18,.86); border: 1px solid var(--line-dark); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.booking-panel h2 { margin: 0 0 22px; font-family: var(--serif); color: var(--gold-pale); font-size: 2rem; font-weight: 500; }
.booking-fields { display: grid; gap: 10px; }
.booking-field { display: grid; gap: 5px; padding: 12px 14px; border: 1px solid var(--line-dark); }
.booking-field label { color: var(--gold-pale); font-size: .76rem; letter-spacing: .08em; }
.booking-field select, .booking-field input { min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--cream); }
.booking-field option { color: var(--slate); }
.booking-panel .button { width: 100%; margin-top: 14px; }

.intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 74px; align-items: end; }
.offer-editorial { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.offer-editorial article { padding: 30px 28px 8px 0; }
.offer-editorial article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.offer-editorial h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.offer-editorial p { color: var(--muted); }
.price { color: var(--emerald); font-weight: 800; }

.coaches-shell { display: grid; grid-template-columns: .45fr 1.55fr; gap: 54px; align-items: center; }
.coach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.page-content .coach-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.coach-card { position: relative; color: var(--cream); text-decoration: none; }
.coach-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: grayscale(1); transition: filter .3s ease, transform .3s ease; }
.coach-card:hover img { filter: grayscale(0); transform: translateY(-3px); }
.coach-card span { display: block; padding: 15px 2px 0; }
.coach-card strong { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.coach-card small { color: var(--gold-pale); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }

.media-split { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 590px; }
.media-split img { width: 100%; height: 100%; object-fit: cover; }
.media-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px max(36px, 8vw); background: var(--cream); }
.media-copy .section-title { font-size: clamp(2.9rem, 4vw, 4.8rem); }
.metric-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 28px 0; }
.metric { padding: 18px 0; border-top: 1px solid var(--line); }
.metric strong { display: block; color: var(--forest); font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }

.course-banner { position: relative; min-height: 560px; display: grid; align-items: center; color: var(--cream); background: var(--peat); }
.course-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .52; }
.course-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,26,18,.95), rgba(10,26,18,.38)); }
.course-banner-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .48fr; gap: 70px; align-items: center; }
.hole-card { padding: 30px; border: 1px solid var(--gold); background: rgba(10,26,18,.8); }
.hole-card .hole-number { font-family: var(--serif); color: var(--gold-pale); font-size: 5rem; line-height: 1; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature { padding: 28px 28px 0 0; }
.feature + .feature { padding-left: 28px; border-left: 1px solid var(--line); }
.feature h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }

.faq-list { border-top: 1px solid var(--line-dark); }
.faq-item { border-bottom: 1px solid var(--line-dark); }
.faq-question { width: 100%; padding: 20px 2px; border: 0; background: transparent; color: inherit; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; font-weight: 650; cursor: pointer; }
.faq-question::after { content: "+"; flex: none; color: var(--gold); font-size: 1.45rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { padding: 0 2px 22px; color: #c7d1cb; }
.faq-answer[hidden] { display: none; }

.page-hero { padding: 120px 0 86px; background: var(--forest); color: var(--cream); border-bottom: 1px solid var(--line-dark); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .65fr; gap: 64px; align-items: end; }
.page-hero h1 { max-width: 880px; margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 7vw, 7rem); font-weight: 500; line-height: .9; letter-spacing: -.055em; }
.page-hero p { margin: 0; color: #cbd5cf; font-size: 1.08rem; }
.page-content h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; line-height: 1; }
.page-content h3 { margin-top: 30px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.content-card { padding: 30px; border: 1px solid var(--line); background: #fff; }
.content-card h3 { margin-top: 0; }
.image-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.table-wrap { max-width: 100%; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td { padding: 16px 12px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--forest); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }

.form-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 68px; align-items: start; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1/-1; }
label { color: inherit; font-weight: 700; font-size: .88rem; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #8b9891; border-radius: 0; background: #fff; color: var(--slate); }
textarea { min-height: 140px; resize: vertical; }
.form-status { min-height: 24px; margin-top: 12px; color: var(--emerald); font-weight: 750; }

.site-footer { padding: 72px 0 28px; background: var(--peat); color: var(--cream); border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .85fr .85fr 1.05fr; gap: 48px; }
.footer-brand { font-family: var(--serif); font-size: 1.5rem; letter-spacing: .1em; }
.footer-title { margin: 0 0 14px; color: var(--gold-pale); font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; }
.footer-links { display: grid; gap: 8px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-links a { color: #d5ded8; }
.legal { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line-dark); font-size: .8rem; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .wrap { width: min(var(--max), calc(100% - 42px)); }
  .desktop-nav { position: fixed; inset: 82px 0 auto; padding: 26px 22px 32px; background: var(--peat); display: none; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line-dark); }
  .desktop-nav[data-open="true"] { display: flex; }
  .menu-button { display: block; margin-left: auto; }
  .header-book { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .booking-panel { max-width: 620px; }
  .intro-grid, .coaches-shell, .page-hero-grid, .form-shell { grid-template-columns: 1fr; }
  .coach-grid { grid-template-columns: repeat(2, 1fr); }
  .media-split { grid-template-columns: 1fr; }
  .media-split img { min-height: 460px; }
  .course-banner-content { grid-template-columns: 1fr .6fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .wrap, .narrow { width: calc(100% - 36px); }
  .section { padding: 78px 0; }
  .brand-name { font-size: .98rem; }
  .hero { min-height: auto; }
  .hero-image { position: absolute; height: 540px; object-position: 62% center; }
  .hero-scrim { height: 540px; background: linear-gradient(90deg, rgba(7,22,14,.93), rgba(7,22,14,.3)); }
  .trajectory { top: 45px; left: 28%; width: 55%; height: 330px; }
  .hero-inner { padding: 74px 0 46px; gap: 62px; }
  .hero-copy { min-height: 430px; display: flex; flex-direction: column; justify-content: center; }
  .hero-copy h1 { font-size: clamp(3.8rem, 16vw, 5.7rem); }
  .hero-copy p { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .booking-panel { padding: 22px 18px; background: rgba(10,26,18,.98); }
  .offer-editorial, .feature-grid { grid-template-columns: 1fr; }
  .offer-editorial article, .offer-editorial article + article, .feature, .feature + .feature { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .coach-grid { grid-template-columns: 1fr 1fr; }
  .page-content .coach-grid { grid-template-columns: 1fr; }
  .media-split img { min-height: 330px; }
  .media-copy { padding: 60px 20px; }
  .metric-list, .course-banner-content, .content-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .course-banner { min-height: 700px; }
  .hole-card { margin-top: 18px; }
  .page-hero { padding: 86px 0 64px; }
  .page-hero h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .field-full { grid-column: auto; }
  .table-wrap { overflow-x: visible; }
  table, thead, tbody, tr, th, td { display: block; min-width: 0; width: 100%; }
  thead { position: absolute; width: 1px; height: 1px; clip: rect(0,0,0,0); white-space: nowrap; }
  tr { padding: 18px 0; border-bottom: 1px solid var(--line); }
  td { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 12px; padding: 7px 0; border: 0; }
  td::before { color: var(--forest); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
  td:nth-child(1)::before { content: "Formule"; }
  td:nth-child(2)::before { content: "Durée"; }
  td:nth-child(3)::before { content: "Inclus"; }
  td:nth-child(4)::before { content: "Tarif"; }
  .mobile-cta { position: fixed; z-index: 90; display: flex; left: max(12px, env(safe-area-inset-left)); right: max(12px, env(safe-area-inset-right)); bottom: max(10px, env(safe-area-inset-bottom)); min-height: 58px; box-shadow: 0 10px 34px rgba(0,0,0,.32); }
}

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