/* AZORA — shared styles for interior pages (Morzine, Avoriaz, Proprietaires, Professionnels,
   A propos, FAQ, Contact, Tarifs, Mentions legales, Confidentialite). Loaded after style.css. */

/* ---------- Generic light section header (eyebrow + h1 + lede) ---------- */
.page-head { background: var(--cream); }
.page-head .container { padding-top: 110px; padding-bottom: 70px; display: flex; flex-direction: column; gap: 22px; }
.page-head.centered .container { align-items: center; text-align: center; }
.eyebrow-row { display: flex; align-items: center; gap: 14px; }
.eyebrow-row .rule { display: block; width: 36px; height: 1px; background: var(--gold); flex: none; }
.eyebrow-row p { margin: 0; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; color: var(--grey-blue); }
.page-h1 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(32px, 4.5vw, 52px); line-height: 1.14; color: var(--navy); max-width: 800px; text-wrap: balance; }
.page-h1 em { font-style: italic; }
.page-lede { margin: 0; font-size: 18px; line-height: 1.7; color: var(--grey-blue); max-width: 660px; }
.updated-date { margin: 0; font-size: 14px; line-height: 1.7; color: var(--grey-blue); }

/* ---------- Dark hero variants (Morzine / Avoriaz / Professionnels) ---------- */
.hero-sm { position: relative; min-height: 74svh; display: flex; align-items: flex-end; background: var(--navy-deep); overflow: hidden; }
.hero-sm .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-sm .hero-scrim-top { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(22,32,58,0.88) 0%, rgba(22,32,58,0.35) 50%, rgba(22,32,58,0.12) 100%); }
.hero-sm .hero-inner { position: relative; z-index: 2; pointer-events: none; max-width: var(--container-max); margin: 0 auto; padding: 150px var(--container-pad) 90px; width: 100%; }
.hero-sm .hero-content { max-width: 680px; display: flex; flex-direction: column; gap: 22px; }
.hero-sm .hero-title { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(34px,5.5vw,56px); line-height: 1.12; color: var(--cream); text-wrap: balance; }
.hero-sm .hero-lede { margin: 0; font-size: 18px; line-height: 1.65; color: var(--cream-85); max-width: 560px; }
.hero-sm .hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 6px; pointer-events: auto; }
.hero-sm .hero-actions > .btn, .hero-lg .hero-actions > .btn { flex: none; }

.hero-lg { position: relative; min-height: 78svh; display: flex; align-items: center; background: var(--navy-deep); overflow: hidden; }
.hero-lg .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-lg .hero-scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(100deg, rgba(22,32,58,0.88) 0%, rgba(22,32,58,0.55) 55%, rgba(22,32,58,0.15) 100%); }
.hero-lg .hero-inner { position: relative; z-index: 2; pointer-events: none; max-width: var(--container-max); margin: 0 auto; padding: 110px var(--container-pad) 130px; width: 100%; }
.hero-lg .hero-content { max-width: 660px; display: flex; flex-direction: column; gap: 26px; }
.hero-lg .hero-title { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(34px,5.5vw,56px); line-height: 1.12; color: var(--cream); text-wrap: balance; }
.hero-lg .hero-lede { margin: 0; font-size: 18px; line-height: 1.65; color: var(--cream-85); max-width: 540px; }
.hero-lg .hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 8px; pointer-events: auto; }

/* ---------- Two-column intro w/ side image (Realite du terrain, etc.) ---------- */
.split-intro { background: var(--cream); }
.split-intro .container { padding-top: 100px; padding-bottom: 100px; }
.split-intro .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 90px; align-items: start; }
.split-intro .copy { display: flex; flex-direction: column; gap: 24px; }
.split-intro .copy h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: 36px; line-height: 1.2; color: var(--navy); text-wrap: balance; }
.split-intro .copy .prose { display: flex; flex-direction: column; gap: 18px; font-size: 16px; line-height: 1.8; color: var(--grey-blue); max-width: 520px; }
.split-intro .copy .prose p { margin: 0; }
.split-intro .figure { position: relative; }
.split-intro .figure .frame { width: 100%; overflow: hidden; border-radius: var(--radius); }
.split-intro .figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split-intro .figure .credit { position: absolute; left: 12px; bottom: 12px; margin: 0; padding: 4px 9px; border-radius: var(--radius); background: rgba(31,42,68,0.6); color: rgba(255,255,255,0.9); font-size: 10.5px; letter-spacing: 0.04em; }
.split-intro .figure .accent-top { position: absolute; top: -18px; left: 0; right: 0; height: 1px; background: var(--gold); pointer-events: none; }

/* ---------- Geography section (navy) ---------- */
.geo-section { position: relative; background: var(--navy-deep); overflow: hidden; }
.geo-section .container { position: relative; padding-top: 120px; padding-bottom: 170px; display: flex; flex-direction: column; gap: 60px; }
.geo-head { display: grid; grid-template-columns: minmax(320px,1.6fr) 1fr; gap: 60px; align-items: center; }
.geo-head .copy { display: flex; flex-direction: column; gap: 18px; max-width: 640px; }
.geo-head .eyebrow { color: var(--gold); }
.geo-head h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: 42px; line-height: 1.18; color: var(--cream); }
.geo-head h2 em { font-style: italic; }
.geo-head p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--cream-75); }
.geo-head .mark { display: flex; align-items: center; justify-content: center; }
.geo-head .mark img { width: clamp(140px,18vw,240px); height: auto; display: block; }
.geo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 40px; align-items: start; }
.geo-item { display: flex; flex-direction: column; gap: 14px; border-top: 1px solid var(--gold-5); padding-top: 22px; }
.geo-item .title { font-family: var(--font-serif); font-size: 19px; color: var(--gold); }
.geo-item h3 { margin: 0; font-family: var(--font-serif); font-weight: 500; font-size: 22px; color: var(--cream); }
.geo-item p { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--cream-65); }
.geo-callout { display: flex; flex-direction: column; gap: 14px; border: 1px solid var(--gold-5); border-radius: var(--radius); padding: 24px 24px 26px; background: rgba(198,167,94,0.06); }
.geo-callout p { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--cream-75); }
.geo-callout .label { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: var(--gold); }
.geo-callout strong { color: var(--cream); font-weight: 600; }

/* ---------- Seasons section (beige) ---------- */
.seasons-section { background: var(--beige); }
.seasons-section .container { padding-top: 70px; padding-bottom: 110px; display: flex; flex-direction: column; gap: clamp(38px,4.5vw,56px); }
.seasons-head { display: flex; flex-direction: column; gap: 16px; }
.seasons-head.with-mark { display: grid; grid-template-columns: minmax(320px,1.6fr) 1fr; gap: 60px; align-items: center; }
.seasons-head h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(30px,3.6vw,42px); line-height: 1.16; color: var(--navy); max-width: 20ch; text-wrap: pretty; }
.seasons-head p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--grey-blue); max-width: 640px; }
.seasons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: clamp(40px,5vw,80px); align-items: start; }
.seasons-figure { position: relative; }
.seasons-figure .frame { width: 100%; height: clamp(360px,42vw,540px); overflow: hidden; border-radius: var(--radius); }
.seasons-figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.seasons-list { display: grid; grid-template-rows: repeat(3,1fr); align-content: stretch; min-height: clamp(360px,42vw,540px); }
.seasons-list .season { display: flex; flex-direction: column; gap: 8px; padding-top: 22px; border-top: 1px solid rgba(31,42,68,0.14); }
.seasons-list .season h3 { margin: 0; font-family: var(--font-serif); font-weight: 500; font-size: 21px; color: var(--navy); }
.seasons-list .season p { margin: 0; font-size: 15px; line-height: 1.75; color: var(--grey-blue); text-wrap: pretty; }

/* ---------- Section-local FAQ (Morzine/Avoriaz static, no accordion) ---------- */
.local-faq { background: var(--cream); }
.local-faq .container { max-width: 900px; padding-top: 120px; padding-bottom: 120px; display: flex; flex-direction: column; gap: 48px; }
.local-faq-head { display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
.local-faq-head h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: 40px; line-height: 1.18; color: var(--navy); }
.local-faq-list { display: flex; flex-direction: column; }
.local-faq-item { border-top: 1px solid rgba(31,42,68,0.12); }
.local-faq-list .local-faq-item:last-child { border-bottom: 1px solid rgba(31,42,68,0.12); }
.local-faq-item summary { list-style: none; cursor: pointer; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.local-faq-item summary::-webkit-details-marker { display: none; }
.local-faq-item summary h3 { margin: 0; font-family: var(--font-serif); font-weight: 500; font-size: 20px; color: var(--navy); line-height: 1.4; }
.local-faq-item summary .icon { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: rgba(198,167,94,0.14); border-radius: 50%; font-family: var(--font-serif); font-size: 18px; color: #8A6E33; line-height: 1; transition: background 0.25s, color 0.25s; }
.local-faq-item[open] summary .icon { background: var(--gold); color: var(--navy-deep); }
.local-faq-item p { margin: 0 0 26px; font-size: 15px; line-height: 1.7; color: var(--grey-blue); }
.local-faq-foot { margin: 0; text-align: center; font-size: 15px; color: var(--grey-blue); }
.local-faq-foot a { color: var(--navy); font-weight: 600; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.local-faq-foot a:hover { color: var(--gold); }

/* ---------- CTA dark generic (reuse .cta-final but allow shorter heights) ---------- */
.cta-mid .cta-inner { padding-top: 150px; padding-bottom: 150px; max-width: 820px; }
.cta-mid h2 { font-size: 48px; }
.cta-narrow .cta-inner { max-width: 780px; padding-top: 130px; padding-bottom: 130px; }
.cta-narrow h2 { font-size: 44px; }

/* ---------- Stat bar (Professionnels reperes) ---------- */
.stat-bar { background: var(--navy); border-top: 1px solid var(--gold-35); }
.stat-bar .container { padding: 26px var(--container-pad); display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 24px; }
.stat-bar .item { display: flex; align-items: center; gap: 12px; justify-content: center; }
.stat-bar .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex: none; }
.stat-bar span:last-child { font-size: 14px; font-weight: 500; letter-spacing: 0.03em; color: var(--cream); }

/* ---------- Generic service cards grid (reused across Proprietaires/Professionnels) ---------- */
.cards-section .container { padding-top: 120px; padding-bottom: 80px; display: flex; flex-direction: column; gap: 56px; }
.cards-section .head { display: flex; flex-direction: column; gap: 18px; max-width: 560px; }
.cards-section .head h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(30px,3.6vw,42px); line-height: 1.18; color: var(--navy); }
.cards-section .head h2 em { font-style: italic; }

/* ---------- Steps (dark, "Comment ça marche") reused from homepage .step but on navy ---------- */
.steps-dark { position: relative; background: var(--navy-deep); overflow: hidden; }
.steps-dark .container { position: relative; padding-top: 120px; padding-bottom: 160px; display: flex; flex-direction: column; gap: 64px; }
.steps-dark .head { display: flex; flex-direction: column; gap: 18px; max-width: 620px; }
.steps-dark .head .eyebrow { color: var(--gold); }
.steps-dark .head h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: 40px; line-height: 1.18; color: var(--cream); }
.steps-dark-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 32px 40px; }
.step-dark { display: flex; flex-direction: column; gap: 16px; border-top: 2px solid var(--gold-7); padding-top: 24px; cursor: default; transition: transform 0.45s var(--ease-reveal), border-color 0.45s, background 0.45s; }
.step-dark:hover { transform: translateY(-4px); border-top-color: var(--gold); background: rgba(243,236,221,0.05); }
.step-dark .num { font-family: var(--font-serif); font-size: 20px; color: var(--gold); }
.step-dark h3 { margin: 0; font-size: 17px; font-weight: 600; letter-spacing: 0.02em; color: var(--cream); }
.step-dark p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--cream-7, rgba(243,236,221,0.7)); }

/* ---------- Method proof cards (light) + rotation report mock ---------- */
.method-section { background: var(--cream); border-top: 1px solid rgba(31,42,68,0.07); }
.method-section .container { padding-top: clamp(70px,12vw,130px); padding-bottom: clamp(70px,12vw,130px); display: flex; flex-direction: column; gap: clamp(40px,6vw,64px); }
.method-head { display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
.method-head h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(30px,3.6vw,42px); line-height: 1.18; color: var(--navy); }
.method-head h2 em { font-style: italic; }
.method-head p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--grey-blue); max-width: 560px; }
.method-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 28px; }
.method-card { background: var(--white); border: 1px solid var(--border-subtle); border-radius: var(--radius); padding: 34px 30px; display: flex; flex-direction: column; gap: 14px; }
.method-card .num { font-family: var(--font-serif); font-size: 20px; color: var(--gold-step); }
.method-card h3 { margin: 0; font-size: 17px; font-weight: 600; color: var(--navy); }
.method-card p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--grey-blue); }
.method-proof { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: clamp(32px,5vw,64px); align-items: center; margin-top: 8px; }
.method-proof-mark { display: flex; flex-direction: column; gap: 20px; align-items: center; justify-content: center; }
.method-proof-mark img { width: clamp(160px,20vw,260px); height: auto; display: block; opacity: 0.55; }
.report-card { background: var(--white); border: 1px solid rgba(31,42,68,0.12); border-radius: 6px; box-shadow: 0 24px 50px rgba(22,32,58,0.12); padding: 28px 28px 24px; max-width: 440px; justify-self: center; width: 100%; box-sizing: border-box; }
.report-card .head { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--beige); padding-bottom: 14px; margin-bottom: 16px; }
.report-card .head .brand { display: flex; align-items: center; gap: 10px; }
.report-card .head .brand img { width: 22px; height: auto; display: block; }
.report-card .head .brand span { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: var(--navy); }
.report-card .head .date { font-size: 11.5px; color: var(--grey-blue); }
.report-card .lines { display: flex; flex-direction: column; gap: 11px; }
.report-card .line { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--navy); }
.report-card .bullet { flex: none; width: 16px; height: 16px; border-radius: 50%; background: var(--navy); color: var(--cream); font-size: 10px; display: grid; place-items: center; }
.report-card .bullet.warn { background: var(--gold); color: var(--navy-deep); }
.report-card .thumbs { display: flex; gap: 8px; margin-top: 16px; }
.report-card .thumbs div { flex: 1; height: 52px; border-radius: var(--radius); background: var(--beige); }
.report-card .thumbs .more { display: grid; place-items: center; font-size: 11px; color: var(--grey-blue); }
.report-card .sig { margin: 14px 0 0; font-size: 11.5px; color: var(--grey-blue); font-style: italic; }

/* ---------- Mobile card carousels ----------
   Same pattern as css/style.css: repeated card grids become
   horizontal swipe rows on phones. Desktop/tablet untouched. */
@media (max-width: 640px) {
  .steps-dark-grid,
  .method-grid,
  .seasons-list,
  .geo-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 calc(var(--container-pad) * -1);
    padding: 4px var(--container-pad) 14px;
    scroll-padding-left: var(--container-pad);
  }
  .steps-dark-grid::-webkit-scrollbar,
  .method-grid::-webkit-scrollbar,
  .seasons-list::-webkit-scrollbar,
  .geo-grid::-webkit-scrollbar { display: none; height: 0; }
  .steps-dark-grid > *,
  .method-grid > *,
  .seasons-list > *,
  .geo-grid > * {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }
  .step-dark,
  .geo-item {
    background: rgba(243,236,221,0.04);
    border: 1px solid rgba(243,236,221,0.14);
    border-radius: var(--radius);
    padding: 22px 20px 26px;
  }
  .geo-callout {
    order: 99;
  }
  .season {
    background: var(--white);
    border: 1px solid rgba(31,42,68,0.1);
    border-radius: var(--radius);
    padding: 20px 20px 24px !important;
  }

  .stat-bar .container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
  }
  .stat-bar .container::-webkit-scrollbar { display: none; height: 0; }
  .stat-bar .item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
    background: rgba(243,236,221,0.06);
    border: 1px solid rgba(243,236,221,0.16);
    border-radius: 999px;
    padding: 9px 16px;
  }
}

/* ---------- Short FAQ (Proprietaires) ---------- */
.short-faq { background: var(--beige); }
.short-faq .container { max-width: 900px; padding-top: 120px; padding-bottom: 120px; display: flex; flex-direction: column; gap: 48px; }
.short-faq h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: 40px; line-height: 1.18; color: var(--navy); text-align: center; }
.short-faq h2 em { font-style: italic; }
.short-faq-item { border-top: 1px solid rgba(31,42,68,0.15); }
.short-faq-list .short-faq-item:last-child { border-bottom: 1px solid rgba(31,42,68,0.15); }
.short-faq-item summary { list-style: none; cursor: pointer; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.short-faq-item summary::-webkit-details-marker { display: none; }
.short-faq-item summary h3 { margin: 0; font-size: 17px; font-weight: 600; color: var(--navy); line-height: 1.4; }
.short-faq-item summary .icon { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: rgba(198,167,94,0.14); border-radius: 50%; font-family: var(--font-serif); font-size: 18px; color: #8A6E33; line-height: 1; transition: background 0.25s, color 0.25s; }
.short-faq-item[open] summary .icon { background: var(--gold); color: var(--navy-deep); }
.short-faq-item p { margin: 0 0 26px; font-size: 15.5px; line-height: 1.7; color: var(--grey-blue); }
.short-faq-more { align-self: center; display: block; margin: 0 auto; font-size: 14px; font-weight: 600; letter-spacing: 0.04em; color: var(--navy); border-bottom: 1px solid var(--gold); padding-bottom: 4px; width: fit-content; }
.short-faq-more:hover { color: var(--gold); }

/* ---------- Why-us light variant (Professionnels) ---------- */
.why-light { position: relative; background: var(--navy-deep); overflow: hidden; }
.why-light .container { position: relative; max-width: 1060px; padding-top: 110px; padding-bottom: 30px; display: flex; flex-direction: column; gap: 44px; }
.why-light .head { display: flex; flex-direction: column; gap: 20px; max-width: 620px; }
.why-light .head .eyebrow { color: var(--gold); }
.why-light .head h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: 42px; line-height: 1.16; color: var(--cream); text-wrap: balance; }
.why-light .head h2 em { font-style: italic; }
.why-light-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 28px 40px; }

/* ---------- Quote form (Professionnels devis) ---------- */
.quote-section { background: var(--cream); scroll-margin-top: 80px; }
.quote-section .container { padding-top: 130px; padding-bottom: 130px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 90px; align-items: start; }
.quote-side { display: flex; flex-direction: column; gap: 22px; }
.quote-side h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: 40px; line-height: 1.18; color: var(--navy); }
.quote-side h2 em { font-style: italic; }
.quote-side p { margin: 0; font-size: 16px; line-height: 1.75; color: var(--grey-blue); }
.quote-side p.narrow { max-width: 380px; }
.quote-side a { font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.quote-side a:hover { color: var(--gold); }

/* ---------- Forms ---------- */
.form-card { background: var(--white); border: 1px solid var(--border-subtle); border-radius: var(--radius); padding: 46px 44px; display: flex; flex-direction: column; gap: 26px; }
.form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span, .field > label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.08em; color: var(--navy); }
.field input, .field select, .field textarea {
  padding: 13px 14px; border: 1px solid rgba(31,42,68,0.18); border-radius: var(--radius);
  background: var(--cream); font-family: var(--font-sans); font-size: 15px; color: var(--navy); outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field textarea { resize: vertical; }
.checkbox-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 10px 22px; }
.checkbox-row { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--navy); cursor: pointer; }
.checkbox-row input { accent-color: var(--navy); width: 16px; height: 16px; }
fieldset.field-group { margin: 0; padding: 0; border: none; display: flex; flex-direction: column; gap: 12px; }
fieldset.field-group legend { margin: 0; padding: 0; float: none; width: auto; }
.btn-submit { margin-top: 4px; padding: 17px 34px; background: var(--navy); color: var(--cream); border: none; border-radius: var(--radius); font-family: var(--font-sans); font-size: 15px; font-weight: 600; letter-spacing: 0.02em; cursor: pointer; align-self: flex-start; transition: background 0.25s; }
.btn-submit:hover { background: var(--navy-deep); }
.form-note { margin: -8px 0 0; font-size: 12.5px; color: var(--grey-blue); }
.form-note.tight { margin-top: 0; }
.field-hint { font-size: 12px; color: var(--grey-blue); margin-top: 8px; font-style: italic; }

/* Contact page specific layout */
.contact-section .container { padding-top: 20px; padding-bottom: 130px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 80px; align-items: start; }
.contact-side { display: flex; flex-direction: column; gap: 44px; padding-top: 12px; }
.contact-side h2 { margin: 0; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; color: var(--grey-blue); }
.contact-list { display: flex; flex-direction: column; gap: 16px; }
.contact-item { display: flex; align-items: flex-start; gap: 12px; }
.contact-item .icon { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(198,167,94,0.14); margin-top: 2px; }
.contact-item .lbl { font-size: 13px; font-weight: 600; color: var(--gold); display: block; }
.contact-item a, .contact-item span.val { font-size: 15px; color: var(--navy); text-decoration: none; border-bottom: 1px solid rgba(198,167,94,0.6); }
.contact-item a:hover { color: #A0824A; }
.contact-quote { border-top: 1px solid var(--gold); padding-top: 28px; }
.contact-quote p { margin: 0; font-family: var(--font-serif); font-style: italic; font-size: 21px; line-height: 1.55; color: var(--navy); }

/* ---------- FAQ page (accordion) ---------- */
.faq-head { background: var(--cream); }
.faq-head .container { max-width: 900px; padding-top: 110px; padding-bottom: 70px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 22px; }
.faq-head h1 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(34px,5vw,52px); line-height: 1.14; color: var(--navy); }
.faq-head h1 em { font-style: italic; }
.faq-head > .container > p { margin: 0; max-width: 520px; font-size: 16.5px; line-height: 1.7; color: var(--grey-blue); }
.faq-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 6px; }
.faq-nav a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border: 1px solid rgba(31,42,68,0.16); border-radius: 999px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.12em; color: var(--grey-blue); transition: border-color 0.25s, color 0.25s, background 0.25s; }
.faq-nav a:hover { border-color: var(--gold); color: var(--navy); background: rgba(198,167,94,0.1); }
.faq-nav a .num { font-family: var(--font-serif); font-size: 14px; color: var(--gold); }
.faq-body { background: var(--cream); }
.faq-body .container { max-width: 820px; padding-top: 20px; padding-bottom: 120px; display: flex; flex-direction: column; gap: 56px; }
.faq-section-block { display: flex; flex-direction: column; scroll-margin-top: 100px; }
.faq-section-title { display: flex; align-items: baseline; gap: 14px; margin-bottom: 20px; }
.faq-section-title .num { font-family: var(--font-serif); font-size: 30px; line-height: 1; color: var(--gold); }
.faq-section-title h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: 26px; letter-spacing: 0.01em; color: var(--navy); text-transform: lowercase; font-variant: small-caps; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--white); border: 1px solid rgba(31,42,68,0.07); border-radius: var(--radius); overflow: hidden; transition: box-shadow 0.3s, border-color 0.3s; }
.faq-item:hover { border-color: rgba(198,167,94,0.55); box-shadow: 0 8px 24px -18px rgba(31,42,68,0.5); }
.faq-item summary { list-style: none; width: 100%; background: none; border: none; cursor: pointer; padding: 22px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 { margin: 0; font-size: 17px; font-weight: 600; color: var(--navy); line-height: 1.4; }
.faq-item summary .icon { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: rgba(198,167,94,0.14); border-radius: 50%; font-family: var(--font-serif); font-size: 19px; color: #8A6E33; line-height: 1; transition: background 0.25s, color 0.25s; }
.faq-item[open] summary .icon { background: var(--gold); color: var(--navy-deep); }
.faq-item .answer { margin: 0 22px 24px; padding-left: 16px; border-left: 2px solid var(--gold); font-size: 16px; line-height: 1.75; color: var(--grey-blue); }
.faq-item .answer strong { font-weight: 600; color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.faq-cta { position: relative; background: var(--navy-deep); overflow: hidden; }
.faq-cta .container { position: relative; max-width: 700px; padding-top: 110px; padding-bottom: 140px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px; }
.faq-cta p.quote { margin: 0; font-family: var(--font-serif); font-style: italic; font-size: 26px; line-height: 1.4; color: var(--cream); }
.faq-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.btn-outline-cream-alt { display: inline-block; padding: 17px 34px; background: transparent; color: var(--cream); border-radius: var(--radius); font-size: 15px; font-weight: 600; border: 1px solid rgba(243,236,221,0.45); transition: border-color 0.25s; }
.btn-outline-cream-alt:hover { border-color: var(--gold); color: var(--cream); }

/* ---------- Legal pages ---------- */
.legal-section .container { max-width: 760px; padding-top: 100px; padding-bottom: 120px; display: flex; flex-direction: column; gap: 40px; }
.legal-blocks { display: flex; flex-direction: column; gap: 36px; }
.legal-block { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid rgba(31,42,68,0.15); padding-top: 26px; }
.legal-block h2 { margin: 0; font-size: 16px; font-weight: 600; letter-spacing: 0.04em; color: var(--navy); }
.legal-block p { margin: 0; font-size: 15px; line-height: 1.8; color: var(--grey-blue); }
.legal-block p strong { color: var(--navy); font-weight: 600; }
.legal-block a { border-bottom: 1px solid var(--gold); }
.legal-block ul { margin: 6px 0 0; padding: 0 0 0 18px; display: flex; flex-direction: column; gap: 8px; font-size: 15px; line-height: 1.7; color: var(--grey-blue); }
.legal-back { align-self: flex-start; font-size: 14px; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.legal-back:hover { color: var(--gold); }
.footer-simple .container { padding: 40px var(--container-pad); flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; }

/* ---------- Founders (A propos) ---------- */
.founders-section { background: var(--beige); }
.founders-section .container { padding-top: 120px; padding-bottom: 120px; display: flex; flex-direction: column; gap: 56px; }
.founders-section h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: 40px; line-height: 1.18; color: var(--navy); }
.founders-section h2 em { font-style: italic; }
.founders-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,340px),1fr)); gap: 40px; align-items: start; }
.founder-card { background: var(--white); border: 1px solid var(--border-subtle); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.founder-card .photo { height: 480px; }
.founder-card .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-card .body { padding: 30px 32px 34px; display: flex; flex-direction: column; gap: 10px; }
.founder-card h3 { margin: 0 0 2px; font-family: var(--font-serif); font-weight: 500; font-size: 26px; color: var(--navy); }
.founder-card .role { margin: 0; font-size: 13px; letter-spacing: 0.14em; color: var(--gold); }
.founder-card p { margin: 0; font-size: 15px; line-height: 1.75; color: var(--grey-blue); }

/* ---------- Signature / notre histoire / le nom (A propos) ---------- */
@keyframes az-mark-in { from { opacity: 0; transform: translateY(26px) scale(0.92); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes az-letter-in { from { opacity: 0; transform: translateY(30px); filter: blur(6px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes az-rule-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes az-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .az-anim { animation: none !important; opacity: 1 !important; transform: none !important; filter: none !important; } }
.signature-section { background: var(--cream); }
.signature-section .container { padding: 20px var(--container-pad) 120px; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.signature-mark { width: clamp(74px,9vw,110px); height: auto; display: block; animation: az-mark-in 1.1s cubic-bezier(0.22,0.61,0.36,1) both, az-float 6.5s ease-in-out 1.4s infinite; }
.signature-letters { display: flex; gap: clamp(10px,1.6vw,22px); font-family: var(--font-serif); font-weight: 300; font-size: clamp(56px,11vw,140px); line-height: 1; letter-spacing: 0.06em; color: var(--navy); }
.signature-letters span { display: inline-block; animation: az-letter-in 0.9s cubic-bezier(0.22,0.61,0.36,1) both; }
.signature-rule { display: block; width: min(420px,70%); height: 1px; background: var(--gold); transform-origin: left; animation: az-rule-in 1.2s cubic-bezier(0.22,0.61,0.36,1) 1.5s both; }
.signature-tag { margin: 0; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; color: var(--grey-blue); animation: az-letter-in 0.9s ease 1.9s both; }

.story-section { background: var(--beige); }
.story-section .container { padding-top: 120px; padding-bottom: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 90px; align-items: start; }
.story-side h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: 42px; line-height: 1.18; color: var(--navy); }
.story-side h2 em { font-style: italic; }
.story-side { display: flex; flex-direction: column; gap: 44px; }
.story-side img { width: min(300px,80%); height: auto; display: block; opacity: 0.14; }
.story-copy { display: flex; flex-direction: column; gap: 20px; }
.story-copy .prose { display: flex; flex-direction: column; gap: 20px; font-size: 17px; line-height: 1.8; color: var(--navy); }
.story-copy .prose p { margin: 0; }
.story-copy .prose strong { font-weight: 600; }

.name-origin { position: relative; background: var(--navy-deep); overflow: hidden; }
.name-origin .container { position: relative; max-width: 760px; padding-top: 130px; padding-bottom: 180px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; }
.name-origin img.mark-lg { width: 76px; height: auto; display: block; }
.name-origin .eyebrow { margin: 0; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; color: var(--gold); }
.name-origin p.statement { margin: 0; font-family: var(--font-serif); font-size: 30px; line-height: 1.45; color: var(--cream); text-wrap: balance; }
.name-origin p.statement em { font-style: italic; }

/* ---------- Tarifs / Estimation ---------- */
.tarifs-head { background: var(--cream); position: relative; overflow: hidden; }
.tarifs-head .container { position: relative; max-width: 900px; padding-top: 96px; padding-bottom: 64px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px; }
.tarifs-head .rule-row { width: 100%; max-width: 620px; display: flex; align-items: center; gap: 24px; }
.tarifs-head .rule-row span.line { display: block; flex: 1; height: 1px; background: var(--gold); }
.tarifs-head .rule-row p { margin: 0; flex: none; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: var(--grey-blue); }
.step-badge { display: flex; align-items: center; justify-content: center; flex: none; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--gold); font-family: var(--font-serif); font-size: 24px; line-height: 1; color: var(--gold-step); }
.tarifs-head h1 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(36px,5vw,52px); line-height: 1.14; color: var(--navy); text-wrap: balance; }
.tarifs-head h1 em { font-style: italic; }
.tarifs-head p.lede { margin: 0; font-size: 18px; line-height: 1.7; color: var(--grey-blue); max-width: 640px; }

.serenite-section { background: var(--cream); scroll-margin-top: 80px; }
.serenite-section .wrap { max-width: 1100px; margin: 0 auto; padding: 10px var(--container-pad) 70px; }
.serenite-card { position: relative; overflow: hidden; background: var(--navy); border-radius: 8px; padding: clamp(36px,5vw,56px); display: flex; flex-direction: column; gap: 34px; box-shadow: 0 12px 32px rgba(31,42,68,0.12); }
.serenite-card .skyline { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 190px; pointer-events: none; }
.serenite-top { position: relative; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px 40px; }
.serenite-top .lbl { display: flex; flex-direction: column; gap: 10px; }
.serenite-top .lbl .eyebrow { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: var(--gold); }
.serenite-top .lbl h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(32px,4vw,44px); line-height: 1.05; letter-spacing: -0.01em; color: var(--cream); }
.serenite-top .lbl .tag { margin: 0; font-family: var(--font-serif); font-style: italic; font-size: 20px; line-height: 1.45; color: rgba(243,236,221,0.75); }
.serenite-top .price { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; text-align: right; padding-left: 24px; }
.serenite-top .price .rule { display: block; width: 36px; height: 1px; background: var(--gold); }
.serenite-top .price .pct { margin: 0; font-family: var(--font-serif); font-size: clamp(34px,4vw,46px); line-height: 1.05; color: var(--cream); }
.serenite-top .price .pct span { font-size: 0.5em; color: rgba(243,236,221,0.7); }
.serenite-top .price .sub { margin: 0; font-size: 13px; color: rgba(243,236,221,0.65); }
.serenite-grid { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 16px; }
.serenite-grid .box { display: flex; flex-direction: column; gap: 8px; padding: 20px 22px; border-radius: 8px; border: 1px solid #2C3854; background: rgba(243,236,221,0.02); transition: background 0.2s, transform 0.2s; }
.serenite-grid .box:hover { background: rgba(243,236,221,0.06); transform: translateY(-2px); }
.serenite-grid .box .lbl2 { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: var(--gold); }
.serenite-grid .box p { margin: 0; font-size: 15px; line-height: 1.7; color: rgba(243,236,221,0.85); }
.serenite-callout { position: relative; border: 1px solid var(--gold-5); border-radius: 8px; background: rgba(198,167,94,0.07); padding: 24px 28px; display: flex; flex-direction: column; gap: 10px; }
.serenite-callout .lbl2 { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: var(--gold); }
.serenite-callout p { margin: 0; font-size: 15px; line-height: 1.75; color: rgba(243,236,221,0.85); }
.serenite-actions { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px 20px; }
.btn-serenite-solid { display: inline-block; padding: 16px 32px; background: var(--cream); color: var(--navy); border-radius: var(--radius); font-size: 15px; font-weight: 500; transition: background 0.15s; }
.btn-serenite-solid:hover { background: var(--beige); }
.btn-serenite-outline { display: inline-block; padding: 16px 26px; border: 1px solid #2C3854; border-radius: var(--radius); color: var(--cream); font-size: 15px; font-weight: 500; transition: background 0.15s; }
.btn-serenite-outline:hover { background: rgba(243,236,221,0.08); }
.serenite-fine { position: relative; margin: 0 auto; max-width: 640px; text-align: center; font-size: 11.5px; line-height: 1.6; color: rgba(243,236,221,0.45); }

.config-section { background: var(--cream); scroll-margin-top: 80px; }
.config-section .wrap { max-width: 900px; margin: 0 auto; padding: clamp(34px,5vw,52px) var(--container-pad) 30px; display: flex; flex-direction: column; gap: 36px; }
.config-intro { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.config-intro p.big { margin: 0 0 6px; font-size: 16px; font-weight: 600; letter-spacing: 0.14em; color: var(--grey-blue); }
.config-intro p.desc { margin: 0; font-size: 16.5px; line-height: 1.75; color: var(--navy); max-width: 600px; }
.config-intro h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(32px,4vw,44px); line-height: 1.05; letter-spacing: -0.01em; color: var(--navy); }
.config-box { background: var(--white); border: 1px solid #D9CFB9; border-radius: 8px; overflow: hidden; box-shadow: 0 12px 32px rgba(31,42,68,0.12); }

.compare-section { background: var(--beige); }
.compare-section .container { max-width: 900px; padding-top: clamp(60px,9vw,90px); padding-bottom: clamp(60px,9vw,90px); display: flex; flex-direction: column; gap: 36px; }
.compare-head { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.compare-head h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; font-size: clamp(28px,3.4vw,36px); line-height: 1.2; color: var(--navy); }
.compare-head h2 em { font-style: italic; }
.compare-table { background: var(--white); border: 1px solid #D9CFB9; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 2px rgba(31,42,68,0.06); }
.compare-table .head-row { display: grid; grid-template-columns: minmax(150px,1.7fr) 1fr 1fr; background: var(--navy); color: var(--cream); }
.compare-table .head-row div { padding: 16px 20px; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: rgba(243,236,221,0.7); }
.compare-table .head-row div.hi { text-align: center; color: var(--gold); }
.compare-table .head-row div.plain { text-align: center; color: var(--cream); padding-left: 12px; padding-right: 12px; }
.compare-row { display: grid; grid-template-columns: minmax(150px,1.7fr) 1fr 1fr; border-top: 1px solid #E3D9C4; align-items: center; transition: background 0.12s; }
.compare-row:hover { background: rgba(31,42,68,0.04); }
.compare-row .label { padding: 14px 20px; font-size: 14px; font-weight: 500; color: var(--navy); line-height: 1.45; }
.compare-row .cell { padding: 12px; text-align: center; }
.pill-azora { display: inline-block; padding: 5px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; background: rgba(184,146,62,0.14); color: #8C6C24; }
.pill-vous { display: inline-block; padding: 5px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; background: rgba(31,42,68,0.06); color: var(--navy); }
.pill-choix { display: inline-block; padding: 5px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; background: transparent; border: 1px dashed #D2BE92; color: var(--grey-blue); }

/* ---------- Rotation configurator (vanilla JS) ---------- */
.rota { background: var(--cream); font-family: var(--font-sans); color: var(--navy); }
.rota-top { background: var(--navy); color: var(--cream); padding: 26px 20px 30px; }
.rota-top .wrap { max-width: 720px; margin: 0 auto; }
.rota-top .brand { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.rota-top .brand img { width: 24px; height: auto; display: block; }
.rota-top .brand span { font-size: 11px; letter-spacing: 0.18em; color: var(--gold); font-weight: 600; }
.rota-top p { font-family: var(--font-serif); font-style: italic; font-size: 15px; color: var(--beige); margin: 0; max-width: 480px; }
.rota-body { max-width: 720px; margin: 0 auto; padding: 26px 20px 60px; }
.rota-step-label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-blue); font-weight: 600; margin-bottom: 10px; }
.rota-pill-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(96px,1fr)); gap: 8px; margin-bottom: 18px; }
.rota-pill-grid.stations { grid-template-columns: repeat(2,1fr); }
.rota-pill { padding: 10px 6px; border-radius: 6px; border: 1px solid var(--beige); background: #fff; color: var(--navy); font-size: 13px; font-weight: 600; cursor: pointer; min-height: 44px; transition: all 0.15s; font-family: inherit; }
.rota-pill.small { padding: 6px 10px; font-size: 12px; min-height: 32px; }
.rota-pill[aria-pressed="true"] { border: 1.5px solid var(--gold-step); background: var(--navy); color: var(--cream); }
.rota-note { font-size: 12.5px; color: var(--grey-blue); margin-top: -8px; margin-bottom: 18px; line-height: 1.6; }
.rota-station-block { margin-bottom: 26px; }
.rota-station-block .lbl { font-size: 13px; font-weight: 500; margin-bottom: 8px; }
.rota-avoriaz-note { font-size: 12px; color: var(--grey-blue); margin-top: 8px; font-style: italic; }
.rota-services { background: #fff; border: 1px solid var(--beige); border-radius: 10px; padding: 6px 20px; margin-bottom: 26px; }
.rota-row { border-bottom: 1px solid var(--beige); padding: 14px 0; }
.rota-row:last-child { border-bottom: none; }
.rota-row-head { display: flex; align-items: center; justify-content: space-between; cursor: pointer; gap: 16px; }
.rota-row-head label { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; font-weight: 500; }
.rota-row-head input[type="checkbox"] { width: 17px; height: 17px; accent-color: var(--gold-step); }
.rota-row-price { font-size: 14px; font-weight: 700; color: var(--grey-blue); }
.rota-row-price.on { color: var(--gold-step); }
.rota-row-price.note { font-style: italic; }
.rota-row-detail { margin: 2px 0 12px; font-size: 12.5px; line-height: 1.6; color: var(--grey-blue); max-width: 520px; }
.rota-steppers { display: flex; gap: 20px; margin-top: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.rota-stepper .lbl { font-size: 12px; color: var(--grey-blue); margin-bottom: 6px; }
.rota-stepper-row { display: flex; align-items: center; gap: 10px; }
.rota-stepper-btn { width: 32px; height: 32px; border-radius: 6px; border: 1px solid var(--beige); background: #fff; color: var(--navy); font-size: 16px; cursor: pointer; line-height: 1; }
.rota-stepper-btn.plus { background: var(--navy); color: var(--cream); }
.rota-stepper-val { font-size: 15px; font-weight: 700; min-width: 18px; text-align: center; }
.rota-subrow { border-bottom: 1px solid var(--beige); padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.rota-subrow .txt { font-size: 14px; font-weight: 500; }
.rota-subrow .txt .sub { font-size: 12px; color: var(--grey-blue); font-weight: 400; margin-top: 2px; }
.rota-options { background: #fff; border: 1px solid var(--beige); border-radius: 10px; padding: 6px 20px; margin-bottom: 26px; }
.rota-option-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--beige); }
.rota-option-row:last-child { border-bottom: none; }
.rota-option-row label { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; font-weight: 500; }
.rota-option-row input { width: 17px; height: 17px; accent-color: var(--gold-step); }
.rota-option-row .price { font-size: 13px; font-weight: 600; color: var(--grey-blue); }
.rota-summary { background: #fff; border: 1px solid var(--beige); border-radius: 10px; padding: 16px 20px; margin-bottom: 16px; }
.rota-summary .empty { font-size: 13px; color: var(--grey-blue); font-style: italic; padding: 10px 0; }
.rota-summary .line { display: flex; justify-content: space-between; font-size: 13px; padding: 9px 0; border-bottom: 1px solid var(--beige); }
.rota-summary .line:last-child { border-bottom: none; }
.rota-summary .line .amt { font-weight: 600; white-space: nowrap; margin-left: 12px; }
.rota-summary .line .amt.note { font-style: italic; color: var(--grey-blue); }
.rota-total { background: var(--navy); color: var(--cream); border-radius: 10px; padding: 22px 22px 20px; }
.rota-total .lbl { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
.rota-total .amount { font-family: var(--font-serif); font-size: 34px; font-weight: 500; line-height: 1.2; color: var(--cream); }
.rota-total .amount.empty { font-size: 26px; color: var(--beige); }
.rota-total .sub { font-size: 12px; color: var(--beige); margin-top: 10px; line-height: 1.5; }
.rota-not-included { margin-top: 14px; background: #fff; border: 1px solid var(--gold); border-radius: 10px; padding: 24px 22px; color: var(--navy); }
.rota-not-included .lbl { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-step); font-weight: 600; margin-bottom: 10px; }
.rota-not-included p { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--grey-blue); }
.rota-not-included p strong { color: var(--navy); }
.rota-not-included a { display: inline-block; margin-top: 16px; padding: 13px 24px; background: var(--gold); color: var(--navy-deep); border-radius: 6px; font-size: 14px; font-weight: 700; }

.rota-quote-request { margin-top: 14px; text-align: center; }
.rota-quote-toggle { display: inline-flex; align-items: center; gap: 6px; background: none; border: none; padding: 8px 4px; font-size: 13.5px; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--gold); cursor: pointer; transition: color 0.2s; }
.rota-quote-toggle:hover { color: var(--gold-step); }
.rota-quote-form { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
.rota-quote-email { flex: 1 1 220px; max-width: 280px; padding: 11px 14px; border: 1px solid var(--border-subtle); border-radius: 6px; font-size: 14px; color: var(--navy); background: #fff; }
.rota-quote-email:focus { outline: none; border-color: var(--gold); }
.rota-quote-send { flex: none; padding: 11px 20px; background: var(--navy); color: var(--cream); border: none; border-radius: 6px; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.rota-quote-send:hover { background: var(--navy-deep); }
.rota-quote-send:disabled { opacity: 0.6; cursor: default; }
.rota-quote-status { flex-basis: 100%; margin: 4px 0 0; font-size: 13px; }
.rota-quote-status.success { color: #2f7d4f; }
.rota-quote-status.error { color: #b3402a; }

/* ---------- Mobile: comparison table becomes horizontally scrollable ----------
   grid-template-columns: minmax(150px,1.7fr) 1fr 1fr can't fit a 375px
   screen; .compare-table's overflow:hidden was clipping the "ROTATION"
   header instead of wrapping. Let it scroll and give rows a floor width. */
.compare-scroll-hint { display: none; }
@media (max-width: 640px) {
  .compare-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .compare-table .head-row,
  .compare-row { min-width: 480px; }
  .compare-scroll-hint { display: block; margin: 12px 0 0; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--gold-step); text-align: center; }
}

/* ---------- Mobile card carousels (continued) ----------
   .why-light-grid and .serenite-grid have their base display:grid rule
   further up this file, after the main carousel block above — placed
   last here so this wins the cascade instead of being overridden. */
@media (max-width: 640px) {
  .why-light-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 calc(var(--container-pad) * -1);
    padding: 4px var(--container-pad) 14px;
    scroll-padding-left: var(--container-pad);
  }
  .why-light-grid::-webkit-scrollbar { display: none; height: 0; }
  .why-light-grid > * {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

  .serenite-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .serenite-grid::-webkit-scrollbar { display: none; height: 0; }
  .serenite-grid > * {
    flex: 0 0 84%;
    scroll-snap-align: start;
  }
}

/* ---------- Sticky configurator total (mobile) ----------
   JS-managed, see js/configurateur.js. Only shown while #configurateur
   is on screen, so it doesn't linger after scrolling past it. Pushes
   the WhatsApp button up (via --fab-offset) so the two never overlap. */
.rota-sticky-total { display: none; }
@media (max-width: 640px) {
  .rota-sticky-total {
    display: flex;
    align-items: baseline;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 65;
    background: var(--navy-deep);
    border-top: 1px solid rgba(198,167,94,0.25);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    transform: translateY(110%);
    transition: transform 0.3s var(--ease-reveal);
  }
  .rota-sticky-total.is-visible { transform: translateY(0); }
  .rota-sticky-total .lbl { font-size: 11.5px; letter-spacing: 0.06em; color: rgba(243,236,221,0.6); }
  .rota-sticky-total .amount { font-family: var(--font-serif); font-size: 19px; color: var(--cream); }

  body:has(.rota-sticky-total.is-visible) .mobile-whatsapp-fab { --fab-offset: 78px; }
}

/* ---------- Narrow-phone overflow fix (pre-existing, ≤ 380px) ----------
   Same issue as css/style.css: two-column grids with a minmax(300-320px,…)
   floor don't fit an iPhone SE-width content area. See that file for the
   full explanation. */
@media (max-width: 380px) {
  .split-intro .grid,
  .geo-head,
  .seasons-head.with-mark,
  .seasons-grid,
  .method-proof,
  .quote-section .container,
  .contact-section .container,
  .story-section .container,
  .page-head .container {
    grid-template-columns: 1fr !important;
  }
}

/* ---------- Carousel min-width fix ----------
   Same issue as css/style.css: a horizontal-scroll carousel nested
   inside a flex-column or grid ancestor needs min-width:0 to actually
   shrink and scroll instead of forcing its ancestor open. */
@media (max-width: 640px) {
  .steps-dark-grid,
  .method-grid,
  .seasons-list,
  .geo-grid,
  .why-light-grid,
  .serenite-grid,
  .stat-bar .container {
    min-width: 0;
  }
}
