:root {
  --bg:#0a0a0b;
  --bg-2:#111113;
  --panel:#151517;
  --text:#f4efe5;
  --muted:#b5aea3;
  --gold:#c9a96e;
  --gold-2:#efd9a7;
  --line:rgba(201,169,110,.28);
  --glass:rgba(12,12,13,.58);
  --shadow:0 25px 80px rgba(0,0,0,.45);
  --rail:116px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
html[data-theme="light"] {
  --bg:#f4efe6;
  --bg-2:#fbf8f2;
  --panel:#fffdfa;
  --text:#24201a;
  --muted:#6f675c;
  --gold:#a77b32;
  --gold-2:#7b551d;
  --line:rgba(150,104,38,.25);
  --glass:rgba(255,253,248,.72);
  --shadow:0 25px 80px rgba(63,46,20,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Manrope",sans-serif;font-weight:300;overflow-x:hidden;transition:background .7s var(--ease),color .7s var(--ease)}
body.menu-open{overflow:hidden}
img{display:block;width:100%}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{color:inherit}
.grain{position:fixed;inset:0;z-index:999;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
.lux-rail{position:fixed;inset:0 auto 0 0;width:var(--rail);z-index:80;background:linear-gradient(180deg,rgba(11,11,12,.97),rgba(16,15,14,.93));border-right:1px solid var(--line);backdrop-filter:blur(22px);display:flex;flex-direction:column;align-items:center;padding:28px 18px 24px;transition:background .7s var(--ease),border-color .7s}
html[data-theme="light"] .lux-rail{background:rgba(250,246,237,.94)}
/* Stronger light-mode rail typography without changing the navigation design. */
html[data-theme="light"] .brand-mark{color:#2f241c}
html[data-theme="light"] .brand-copy strong{color:#2f241c;font-size:12px;font-weight:800;letter-spacing:.20em}
html[data-theme="light"] .brand-copy small{color:#7a4f16;font-size:10px;font-weight:800;letter-spacing:.27em}
html[data-theme="light"] .rail-nav a{color:#4a382a;font-size:12.5px;font-weight:800;letter-spacing:.17em;text-shadow:0 1px 0 rgba(255,255,255,.72)}
html[data-theme="light"] .rail-nav a span{color:#754b14;font-size:10.5px;font-weight:900}
html[data-theme="light"] .rail-nav a:hover,
html[data-theme="light"] .rail-nav a.active{color:#211912;font-weight:900}
html[data-theme="light"] .rail-nav a:before{background:#8d5e1c;width:2px}
html[data-theme="light"] .toggle-label{color:#493729;font-size:11px;font-weight:800;letter-spacing:.14em}
html[data-theme="light"] .rail-reserve{color:#704711;font-size:11.5px;font-weight:900;letter-spacing:.17em}
.brand{display:flex;flex-direction:column;align-items:center;gap:10px}
.brand-mark{display:grid;place-items:center;width:58px;height:58px;border:1px solid var(--gold);border-radius:50%;font-family:"Cormorant Garamond",serif;font-weight:600;font-size:25px;letter-spacing:-1px;box-shadow:inset 0 0 0 5px rgba(201,169,110,.06),0 0 30px rgba(201,169,110,.11)}
.brand-copy{display:flex;flex-direction:column;align-items:center;line-height:1.1}
.brand-copy strong{font-size:11px;letter-spacing:.22em;font-weight:700}
.brand-copy small{font-size:9px;color:var(--gold);letter-spacing:.30em;margin-top:5px;font-weight:700}
.rail-nav{margin:auto 0;display:flex;flex-direction:column;gap:25px;width:100%}
.rail-nav a{position:relative;display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:700;writing-mode:vertical-rl;transform:rotate(180deg);margin:auto;transition:.35s}
.rail-nav a span{color:var(--gold);font-size:9px;font-weight:800}
.rail-nav a:before{content:"";position:absolute;right:-18px;top:50%;width:1px;height:0;background:var(--gold);transition:.35s}
.rail-nav a:hover,.rail-nav a.active{color:var(--text)}
.rail-nav a.active:before{height:26px;transform:translateY(-50%)}
.rail-footer{display:flex;flex-direction:column;align-items:center;gap:16px}
.theme-toggle{border:0;background:none;display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;padding:0}
.toggle-orbit{width:38px;height:22px;border:1px solid var(--line);border-radius:999px;padding:3px;display:block}
.toggle-orbit i{display:block;width:14px;height:14px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff4cf,var(--gold));box-shadow:0 0 14px rgba(201,169,110,.5);transition:.5s var(--ease)}
html[data-theme="light"] .toggle-orbit i{transform:translateX(16px);background:linear-gradient(135deg,#f7c85c,#e58c2e)}
.toggle-label{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--muted);font-weight:700}
.rail-reserve{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:800;writing-mode:vertical-rl;transform:rotate(180deg)}
.mobile-menu{display:none}
main{margin-left:var(--rail)}
.hero{position:relative;min-height:100svh;overflow:hidden;background:#080808}
.hero-slides,.hero-slide,.hero-veil{position:absolute;inset:0}
.hero-slide{opacity:0;background-image:var(--image);background-position:var(--position);background-size:cover;transform:scale(1.04);transition:opacity 1.8s ease,transform 10s ease}
.hero-slide.active{opacity:1;transform:scale(1.095)}
.hero-veil{background:
 linear-gradient(90deg,rgba(5,5,6,.88) 0%,rgba(5,5,6,.64) 35%,rgba(5,5,6,.15) 68%,rgba(5,5,6,.46) 100%),
 linear-gradient(0deg,rgba(5,5,6,.72),transparent 40%);
}
/* Keep the hero cinematic and readable in both site themes. */
html[data-theme="light"] .hero-veil{
 background:
  linear-gradient(90deg,rgba(5,5,6,.88) 0%,rgba(5,5,6,.64) 35%,rgba(5,5,6,.15) 68%,rgba(5,5,6,.46) 100%),
  linear-gradient(0deg,rgba(5,5,6,.72),transparent 40%);
}
.hero-content{position:relative;z-index:5;min-height:100svh;display:flex;flex-direction:column;justify-content:center;max-width:850px;padding:100px 7vw 120px}
.eyebrow,.section-kicker{font-size:11px;letter-spacing:.34em;color:var(--gold);font-weight:500;margin:0 0 24px}
.hero h1,.section h2,.story-panel h2,.rituals h2,.quote-section p,.reservation h2{font-family:"Cormorant Garamond",serif;font-weight:500;letter-spacing:-.035em}
.hero .eyebrow{color:#c9a96e;text-shadow:0 2px 16px rgba(0,0,0,.75)}
.hero h1{font-size:clamp(58px,7.3vw,118px);line-height:.88;margin:0;max-width:980px;color:#f4efe5;text-shadow:0 8px 38px rgba(0,0,0,.62)}
.hero h1 em{font-weight:400;color:#efd9a7}
.hero-copy{max-width:590px;font-size:16px;line-height:1.85;color:#eee7dc;margin:34px 0;text-shadow:0 2px 16px rgba(0,0,0,.72)}
.hero-actions{display:flex;gap:15px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 29px;border-radius:999px;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;transition:.35s var(--ease);cursor:pointer}
.btn-gold{background:linear-gradient(135deg,#e0c38b,#af8240);color:#14110d;box-shadow:0 15px 35px rgba(168,121,54,.22)}
.btn-gold:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(196,150,80,.34)}
.btn-glass{border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.08);backdrop-filter:blur(10px);color:#fff}
.btn-glass:hover{background:rgba(255,255,255,.15)}
.btn-outline{border:1px solid var(--line);color:var(--text)}
.btn-outline:hover{border-color:var(--gold);background:rgba(201,169,110,.08)}
.hero-progress{position:absolute;z-index:7;right:5vw;bottom:48px;display:flex;align-items:center;gap:14px;color:white}
.hero-count{display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.15em}
.hero-count i{width:46px;height:1px;background:rgba(255,255,255,.4)}
.hero-count .current{color:var(--gold-2);font-size:14px}
.hero-dots{display:flex;gap:6px}
.hero-dots button{width:20px;height:2px;border:0;background:rgba(255,255,255,.28);padding:0;cursor:pointer;transition:.35s}
.hero-dots button.active{width:42px;background:var(--gold)}
.hero-arrow{border:1px solid rgba(255,255,255,.28);background:rgba(0,0,0,.15);backdrop-filter:blur(6px);width:38px;height:38px;border-radius:50%;cursor:pointer;transition:.3s}
.hero-arrow:hover{border-color:var(--gold);color:var(--gold)}
.scroll-cue{position:absolute;z-index:7;left:7vw;bottom:38px;display:flex;align-items:center;gap:13px;font-size:9px;letter-spacing:.26em;text-transform:uppercase;color:#e8e1d8}
.scroll-cue i{width:60px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}
.section{padding:120px 7vw}
.intro-section{background:
 radial-gradient(circle at 12% 8%,rgba(201,169,110,.12),transparent 28%),
 var(--bg)}
.intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:8vw;align-items:end}
.intro-grid h2,.section-heading h2{font-size:clamp(48px,5.3vw,82px);line-height:.98;margin:0}
.intro-grid h2 em{color:var(--gold);font-weight:400}
.intro-copy p{font-size:16px;line-height:1.95;color:var(--muted);margin:0 0 30px}
.text-link{display:inline-flex;gap:12px;align-items:center;font-size:10px;text-transform:uppercase;letter-spacing:.19em;border-bottom:1px solid var(--line);padding-bottom:8px}
.text-link span{color:var(--gold)}
.signature-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:90px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.signature-strip article{display:flex;align-items:center;gap:18px;padding:27px 20px;border-right:1px solid var(--line)}
.signature-strip article:last-child{border-right:0}
.signature-strip strong{font-family:"Cormorant Garamond",serif;color:var(--gold);font-size:28px;font-weight:500}
.signature-strip span{font-size:10px;line-height:1.65;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.image-story{min-height:760px;display:grid;grid-template-columns:1.45fr .85fr;background:var(--bg-2)}
.image-panel{position:relative;overflow:hidden}
.image-panel img{height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}
.image-panel:hover img{transform:scale(1.035)}
.image-caption{position:absolute;left:35px;bottom:30px;background:var(--glass);backdrop-filter:blur(16px);border:1px solid var(--line);padding:20px 24px;min-width:240px}
.image-caption span{display:block;font-size:8px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}
.image-caption strong{font-family:"Cormorant Garamond",serif;font-size:23px;font-weight:500}
.story-panel{display:flex;flex-direction:column;justify-content:center;padding:80px 7vw;border-left:1px solid var(--line);background:
 linear-gradient(140deg,rgba(201,169,110,.08),transparent 42%),var(--panel)}
.story-panel h2{font-size:clamp(50px,5vw,79px);line-height:.96;margin:0 0 30px}
.story-panel p:not(.section-kicker){color:var(--muted);font-size:15px;line-height:1.9;margin:0 0 35px;max-width:480px}
.story-panel .btn{align-self:flex-start}
.treatments{background:var(--bg)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:55px}
.treatment-grid{display:grid;grid-template-columns:1.18fr .91fr .91fr;gap:22px}
.treatment-card{border:1px solid var(--line);background:var(--panel);overflow:hidden;box-shadow:var(--shadow);transition:.45s var(--ease)}
.treatment-card:hover{transform:translateY(-8px);border-color:rgba(201,169,110,.55)}
.card-image{height:360px;overflow:hidden}
.treatment-card.featured .card-image{height:440px}
.card-image img{height:100%;object-fit:cover;transition:.8s var(--ease)}
.treatment-card:hover img{transform:scale(1.055)}
.card-copy{padding:28px}
.card-copy>span{font-size:9px;letter-spacing:.2em;color:var(--gold)}
.card-copy h3{font-family:"Cormorant Garamond",serif;font-size:34px;font-weight:500;margin:12px 0}
.card-copy p{color:var(--muted);font-size:13px;line-height:1.8;margin:0 0 20px}
.card-copy a{font-size:9px;letter-spacing:.18em;text-transform:uppercase}
.card-copy b{color:var(--gold);margin-left:6px}
.rituals{display:grid;grid-template-columns:1fr 1fr;min-height:780px;background:var(--bg-2)}
.rituals-image img{height:100%;object-fit:cover;filter:saturate(.82) contrast(1.03)}
.rituals-content{padding:100px 7vw;display:flex;flex-direction:column;justify-content:center}
.rituals h2{font-size:clamp(50px,5vw,78px);line-height:.98;margin:0 0 48px}
.journey-list{border-top:1px solid var(--line)}
.journey-list article{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:27px 0;border-bottom:1px solid var(--line)}
.journey-list article>span{font-family:"Cormorant Garamond",serif;color:var(--gold);font-size:26px}
.journey-list h3{font-family:"Cormorant Garamond",serif;font-size:28px;margin:0 0 5px;font-weight:500}
.journey-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.membership{background:radial-gradient(circle at 80% 15%,rgba(201,169,110,.12),transparent 25%),var(--bg)}
.membership-shell{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;max-width:1420px;margin:auto}
.membership-copy h2{font-family:"Cormorant Garamond",serif;font-size:clamp(52px,5vw,80px);line-height:.97;margin:0 0 28px;font-weight:500}
.membership-copy>p:not(.section-kicker){color:var(--muted);line-height:1.9;max-width:580px}
.membership-copy ul{list-style:none;padding:0;margin:30px 0 38px;display:grid;grid-template-columns:1fr 1fr;gap:13px}
.membership-copy li{font-size:11px;letter-spacing:.08em;color:var(--muted);padding-left:18px;position:relative}
.membership-copy li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border:1px solid var(--gold);transform:rotate(45deg)}
.membership-image{position:relative;padding:28px 28px 0 0}
.membership-image img{position:relative;z-index:2;height:620px;object-fit:cover;filter:sepia(.08)}
.gold-frame{position:absolute;right:0;top:0;width:88%;height:88%;border:1px solid var(--gold);z-index:1}
.quote-section{padding:120px 8vw;text-align:center;background:linear-gradient(rgba(5,5,6,.65),rgba(5,5,6,.78)),url("../images/hero-candles.webp") center/cover fixed;color:#fff}
.quote-section p{font-size:clamp(42px,5vw,76px);line-height:1.05;margin:0 auto 24px;max-width:1100px}
.quote-section span{font-size:9px;letter-spacing:.3em;color:var(--gold-2)}
.reservation{background:var(--bg-2)}
.reservation-card{max-width:1420px;margin:auto;border:1px solid var(--line);background:linear-gradient(135deg,rgba(201,169,110,.10),transparent 38%),var(--panel);padding:70px;display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;box-shadow:var(--shadow)}
.reservation h2{font-size:clamp(48px,5vw,74px);line-height:.98;margin:0 0 22px}
.reservation-card>div>p:not(.section-kicker){color:var(--muted);line-height:1.8}
.reserve-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.reserve-form label{display:flex;flex-direction:column;gap:8px}
.reserve-form label:nth-child(3){grid-column:1/-1}
.reserve-form label span{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}
.reserve-form input,.reserve-form select{border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);padding:14px 2px;outline:0}
.reserve-form option{background:var(--panel);color:var(--text)}
.reserve-form .btn{grid-column:1/-1;border:0;margin-top:10px}
.reserve-form small{grid-column:1/-1;color:var(--muted);font-size:9px;text-align:center}
footer{padding:55px 7vw 34px;background:#080809;color:#eee8df;display:grid;grid-template-columns:1fr auto;gap:40px;border-top:1px solid rgba(201,169,110,.22)}
.footer-brand{display:flex;align-items:center;gap:16px}
.footer-brand .brand-mark{width:48px;height:48px;font-size:20px}
.footer-brand div{display:flex;flex-direction:column;gap:6px}
.footer-brand strong{font-size:10px;letter-spacing:.22em}
.footer-brand small{font-size:8px;color:#a99f93;letter-spacing:.18em}
.footer-links{display:flex;align-items:center;gap:26px;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#bfb6ab}
.footer-meta{grid-column:1/-1;padding-top:22px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;color:#817a72;font-size:9px;letter-spacing:.1em}
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.reveal.visible{opacity:1;transform:none}

@media (max-width:1050px){
  :root{--rail:88px}
  .rail-nav a{font-size:10px}
  .treatment-grid{grid-template-columns:1fr 1fr}
  .treatment-card.featured{grid-column:1/-1}
  .treatment-card.featured{display:grid;grid-template-columns:1.15fr .85fr}
  .treatment-card.featured .card-image{height:430px}
  .signature-strip{grid-template-columns:1fr 1fr}
  .signature-strip article:nth-child(2){border-right:0}
  .signature-strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media (max-width:760px){
  :root{--rail:0}
  main{margin-left:0}
  .mobile-menu{display:block;position:fixed;right:18px;top:18px;z-index:100;width:48px;height:48px;border-radius:50%;border:1px solid rgba(201,169,110,.38);background:rgba(10,10,11,.7);backdrop-filter:blur(12px)}
  .mobile-menu span{display:block;width:19px;height:1px;background:#e9d5a9;margin:6px auto;transition:.35s}
  body.menu-open .mobile-menu span:first-child{transform:translateY(3.5px) rotate(45deg)}
  body.menu-open .mobile-menu span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .lux-rail{width:min(84vw,340px);transform:translateX(-105%);padding:30px;align-items:flex-start;transition:transform .45s var(--ease),background .7s}
  body.menu-open .lux-rail{transform:none}
  .brand{flex-direction:row}
  .brand-copy{align-items:flex-start}
  .rail-nav{align-items:flex-start;gap:0;margin:45px 0}
  .rail-nav a{writing-mode:horizontal-tb;transform:none;margin:0;width:100%;padding:16px 0;border-bottom:1px solid var(--line);font-size:12px}
  .rail-nav a:before{display:none}
  .rail-footer{margin-top:auto;flex-direction:row;width:100%;justify-content:space-between}
  .rail-reserve{writing-mode:horizontal-tb;transform:none;border:1px solid var(--line);padding:14px 20px;border-radius:999px;font-size:11px}
  .theme-toggle{flex-direction:row}
  .hero-content{padding:110px 24px 145px;justify-content:flex-end}
  .hero h1{font-size:clamp(48px,15vw,72px)}
  .hero-copy{font-size:14px;line-height:1.7;margin:25px 0}
  .hero-actions{display:grid;grid-template-columns:1fr;width:100%}
  .hero-progress{left:24px;right:auto;bottom:82px}
  .hero-arrow{display:none}
  .scroll-cue{display:none}
  .section{padding:85px 24px}
  .intro-grid,.image-story,.rituals,.membership-shell,.reservation-card{grid-template-columns:1fr}
  .intro-grid{gap:35px}
  .intro-grid h2,.section-heading h2{font-size:48px}
  .signature-strip{grid-template-columns:1fr 1fr;margin-top:55px}
  .signature-strip article{padding:20px 10px}
  .image-story{min-height:0}
  .image-panel{height:520px}
  .story-panel{padding:75px 24px}
  .section-heading{align-items:flex-start;flex-direction:column}
  .treatment-grid{grid-template-columns:1fr}
  .treatment-card.featured{grid-column:auto;display:block}
  .treatment-card.featured .card-image,.card-image{height:360px}
  .rituals-image{height:500px}
  .rituals-content{padding:75px 24px}
  .membership-shell{gap:55px}
  .membership-copy ul{grid-template-columns:1fr}
  .membership-image img{height:480px}
  .quote-section{background-attachment:scroll;padding:90px 24px}
  .reservation-card{padding:45px 24px;gap:45px}
  .reserve-form{grid-template-columns:1fr}
  .reserve-form label:nth-child(3),.reserve-form .btn,.reserve-form small{grid-column:auto}
  footer{grid-template-columns:1fr;padding:45px 24px}
  .footer-links{flex-wrap:wrap;gap:18px}
  .footer-meta{flex-direction:column;gap:10px}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}
  .hero-slide{transform:none!important}
}

/* ==========================================================
   GLOBAL READABILITY PASS
   Site-wide type sizing and contrast improvements.
   Keeps the luxury layout intact while making supporting text,
   labels, links and controls easier to read in both themes.
   ========================================================== */

/* General body copy */
.intro-copy p,
.story-panel p:not(.section-kicker),
.card-copy p,
.journey-list p,
.membership-copy > p:not(.section-kicker),
.reservation-card > div > p:not(.section-kicker){
  font-size:17px;
  line-height:1.9;
}

/* Small editorial labels and eyebrow text */
.eyebrow,
.section-kicker{
  font-size:12.5px;
  font-weight:650;
  letter-spacing:.30em;
}

/* Text links and small calls to action */
.text-link,
.card-copy a,
.footer-links{
  font-size:11.5px;
  font-weight:700;
}

/* Buttons throughout the site */
.btn{
  min-height:56px;
  padding-inline:32px;
  font-size:11.5px;
  font-weight:750;
  letter-spacing:.16em;
}

/* Signature philosophy strip */
.signature-strip strong{
  font-size:15px;
}
.signature-strip span{
  font-size:11px;
  line-height:1.45;
  font-weight:650;
}

/* Image captions */
.image-caption span{
  font-size:10px;
  font-weight:700;
}
.image-caption strong{
  font-size:25px;
}

/* Treatment cards */
.card-copy > span{
  font-size:10.5px;
  font-weight:700;
}
.card-copy h3{
  font-size:36px;
}

/* Journey / ritual list */
.journey-list h3{
  font-size:30px;
}

/* Membership feature list */
.membership-copy li{
  font-size:13px;
  line-height:1.55;
  font-weight:550;
}

/* Reservation form */
.reserve-form label span{
  font-size:10.5px;
  font-weight:700;
}
.reserve-form input,
.reserve-form select{
  font-size:15px;
}
.reserve-form small{
  font-size:10.5px;
  line-height:1.55;
}

/* Footer information */
.footer-brand strong{
  font-size:11.5px;
}
.footer-brand small,
.footer-meta{
  font-size:10.5px;
  line-height:1.55;
}

/* Light-mode contrast reinforcement for all supporting copy */
html[data-theme="light"] .intro-copy p,
html[data-theme="light"] .story-panel p:not(.section-kicker),
html[data-theme="light"] .card-copy p,
html[data-theme="light"] .journey-list p,
html[data-theme="light"] .membership-copy > p:not(.section-kicker),
html[data-theme="light"] .membership-copy li,
html[data-theme="light"] .reservation-card > div > p:not(.section-kicker),
html[data-theme="light"] .reserve-form small,
html[data-theme="light"] .footer-meta{
  color:#51483d;
  font-weight:500;
}

html[data-theme="light"] .text-link,
html[data-theme="light"] .card-copy a,
html[data-theme="light"] .signature-strip span{
  color:#49392b;
  font-weight:750;
}

html[data-theme="light"] .section-kicker,
html[data-theme="light"] .eyebrow,
html[data-theme="light"] .card-copy > span,
html[data-theme="light"] .image-caption span,
html[data-theme="light"] .reserve-form label span{
  color:#8a5b18;
}

@media (max-width:760px){
  .intro-copy p,
  .story-panel p:not(.section-kicker),
  .card-copy p,
  .journey-list p,
  .membership-copy > p:not(.section-kicker),
  .reservation-card > div > p:not(.section-kicker){
    font-size:16px;
  }

  .btn{
    min-height:56px;
    font-size:11px;
    padding-inline:25px;
  }

  .eyebrow,
  .section-kicker{
    font-size:11.5px;
    letter-spacing:.26em;
  }
}

/* ==========================================================
   FOOTER READABILITY PASS
   Enlarges footer branding, navigation and legal information
   in both light and dark modes without changing the layout.
   ========================================================== */
footer{
  padding-top:64px;
  padding-bottom:42px;
}
.footer-brand{
  gap:19px;
}
.footer-brand .brand-mark{
  width:54px;
  height:54px;
  font-size:22px;
}
.footer-brand div{
  gap:8px;
}
.footer-brand strong{
  font-size:13px;
  font-weight:750;
  line-height:1.35;
}
.footer-brand small{
  font-size:11.5px;
  font-weight:600;
  line-height:1.5;
}
.footer-links{
  gap:30px;
  font-size:12px;
  font-weight:750;
  line-height:1.5;
}
.footer-meta{
  padding-top:26px;
  font-size:11.5px;
  font-weight:550;
  line-height:1.6;
}

html[data-theme="light"] .footer-brand small,
html[data-theme="light"] .footer-links,
html[data-theme="light"] .footer-meta{
  color:#d7c9b5;
}

@media (max-width:760px){
  footer{
    padding:50px 24px 38px;
    gap:32px;
  }
  .footer-brand .brand-mark{
    width:50px;
    height:50px;
    font-size:20px;
  }
  .footer-brand strong{
    font-size:12.5px;
  }
  .footer-brand small,
  .footer-meta{
    font-size:11px;
  }
  .footer-links{
    gap:16px 22px;
    font-size:11.5px;
  }
}

/* ==========================================================
   LANDSCAPE TABLET / SHORT DESKTOP HEIGHT FIT
   Keeps the full luxury rail visible on devices such as
   Galaxy Tab landscape without changing phone or desktop views.
   ========================================================== */
@media (min-width:761px) and (max-height:820px){
  .lux-rail{
    padding:16px 12px 14px;
  }

  .lux-rail .brand{
    gap:5px;
  }

  .lux-rail .brand-mark{
    width:46px;
    height:46px;
    font-size:20px;
    box-shadow:inset 0 0 0 4px rgba(201,169,110,.06),0 0 22px rgba(201,169,110,.10);
  }

  html .lux-rail .brand-copy strong{
    font-size:9px;
    letter-spacing:.18em;
  }

  html .lux-rail .brand-copy small{
    margin-top:3px;
    font-size:7px;
    letter-spacing:.22em;
  }

  .lux-rail .rail-nav{
    gap:10px;
    margin:auto 0;
  }

  html .lux-rail .rail-nav a{
    gap:5px;
    font-size:8.5px;
    letter-spacing:.12em;
  }

  html .lux-rail .rail-nav a span{
    font-size:7px;
  }

  .lux-rail .rail-nav a:before{
    right:-12px;
  }

  .lux-rail .rail-nav a.active:before{
    height:20px;
  }

  .lux-rail .rail-footer{
    gap:7px;
  }

  .lux-rail .theme-toggle{
    gap:3px;
  }

  .lux-rail .toggle-orbit{
    width:34px;
    height:20px;
    padding:3px;
  }

  .lux-rail .toggle-orbit i{
    width:12px;
    height:12px;
  }

  html[data-theme="light"] .lux-rail .toggle-orbit i{
    transform:translateX(14px);
  }

  html .lux-rail .toggle-label{
    font-size:8px;
    letter-spacing:.10em;
  }

  /* Reserve already appears as item 06, so remove the duplicate
     vertical footer link only when height is limited. */
  .lux-rail .rail-reserve{
    display:none;
  }

  .hero-content{
    max-width:790px;
    padding-top:72px;
    padding-bottom:92px;
  }

  .hero h1{
    font-size:clamp(52px,6.5vw,88px);
    line-height:.90;
  }

  .hero-copy{
    margin:24px 0;
    font-size:14px;
    line-height:1.65;
  }

  .hero-progress{
    bottom:30px;
  }

  .scroll-cue{
    bottom:25px;
  }
}

@media (min-width:761px) and (max-height:680px){
  .lux-rail{
    padding-top:10px;
    padding-bottom:10px;
  }

  .lux-rail .brand-mark{
    width:40px;
    height:40px;
    font-size:18px;
  }

  .lux-rail .rail-nav{
    gap:6px;
  }

  html .lux-rail .rail-nav a{
    font-size:7.5px;
    gap:4px;
  }

  .lux-rail .toggle-label{
    display:none;
  }

  .hero-content{
    padding-top:58px;
    padding-bottom:72px;
  }

  .hero h1{
    font-size:clamp(48px,6vw,76px);
  }

  .hero-copy{
    margin:18px 0;
  }

  .btn{
    min-height:46px;
    padding-inline:24px;
  }
}
