/* ==========================================================================
   Altus Fades — Barbershop demo · Altus Digital
   Plain CSS. Deep navy · warm white · refined barber red · brass accent.
   Display: Fraunces · Body: Inter
   ========================================================================== */

:root {
  /* Brand */
  --navy-950: #0E1524;
  --navy-900: #141B2E;   /* primary dark */
  --navy-800: #1C2740;
  --navy-700: #26314e;
  --cream:    #FAF7F1;   /* warm white ground */
  --cream-2:  #F1ECE2;   /* alt section */
  --paper:    #FFFFFF;
  --red:      #B32637;   /* refined barber red — accent only */
  --red-700:  #8E1E2C;
  --brass:    #B08D57;   /* premium metallic accent */
  --brass-2:  #C9A874;

  /* Text */
  --ink:   #16192120;    /* (unused placeholder) */
  --text:  #1C1F27;      /* near-black charcoal */
  --body:  #4A5058;      /* body copy */
  --muted: #5C646D;      /* meta / labels — AA (4.5:1+) on cream & cream-2 */
  --on-navy: #EDE9E1;
  --on-navy-dim: #A6AEBE;

  /* Type */
  --f-display: "Fraunces", Georgia, "Times New Roman", serif;
  --f-body: "Inter", "Segoe UI", system-ui, sans-serif;

  /* Space */
  --s1:.25rem; --s2:.5rem; --s3:.75rem; --s4:1rem; --s5:1.5rem;
  --s6:2rem; --s7:2.75rem; --s8:3.5rem; --s9:5rem; --s10:7rem;

  --wrap: 1180px; --wrap-narrow: 900px;
  --r: 10px; --r-lg: 16px; --r-pill: 999px;
  --line: #E4DFD4;
  --line-navy: rgba(255,255,255,.12);
  --sh: 0 1px 2px rgba(20,27,46,.05), 0 6px 20px -10px rgba(20,27,46,.14);
  --sh-2: 0 20px 46px -20px rgba(20,27,46,.34);
  --ease: cubic-bezier(.4,0,.2,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust:100%; scroll-behavior:smooth; overflow-x:clip; }
[id] { scroll-margin-top: 84px; }
body { margin:0; background:var(--cream); color:var(--body); font-family:var(--f-body); font-size:16px; line-height:1.62; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
img,svg,picture { display:block; max-width:100%; }
img { height:auto; }
a { color:inherit; text-decoration:none; }
ul { margin:0; padding:0; list-style:none; }
p { margin:0; }
button { font:inherit; color:inherit; background:none; border:0; cursor:pointer; }
input,select,textarea,button { font-family:inherit; font-size:inherit; }
h1,h2,h3,h4 { margin:0; font-family:var(--f-display); color:var(--text); font-weight:600; line-height:1.12; letter-spacing:-.01em; }
@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto;} *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;} }

.vh { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.skip { position:absolute;top:-100px;left:1rem;z-index:3000;background:var(--navy-900);color:#fff;font-weight:600;padding:.7rem 1.1rem;border-radius:8px;transition:top .15s; }
.skip:focus { top:1rem; }
:focus-visible { outline:3px solid var(--brass); outline-offset:2px; border-radius:4px; }
.on-navy :focus-visible { outline-color:var(--brass-2); }

/* ---------- Layout ---------- */
.wrap { width:100%; max-width:var(--wrap); margin-inline:auto; padding-inline:var(--s5); }
.wrap-narrow { max-width:var(--wrap-narrow); }
.sec { padding-block:var(--s9); }
.sec--sm { padding-block:var(--s8); }
.sec--cream2 { background:var(--cream-2); }
.sec--navy { background:var(--navy-900); color:var(--on-navy); }
.sec--navy h2,.sec--navy h3 { color:#fff; }
@media (max-width:640px){ .sec{padding-block:var(--s8);} }

/* barber-pole thin accent (brand motif) */
.pole { height:4px; border-radius:4px; background:repeating-linear-gradient(45deg, var(--red) 0 8px, var(--cream) 8px 12px, var(--navy-900) 12px 20px); }

.eyebrow { display:inline-flex; align-items:center; gap:.5rem; font-size:.76rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--red); margin-bottom:.7rem; }
.eyebrow::before { content:""; width:22px; height:2px; background:var(--brass); border-radius:2px; }
.sec--navy .eyebrow { color:var(--brass-2); }
.head { max-width:640px; margin-bottom:var(--s7); }
.head--center { margin-inline:auto; text-align:center; }
.head--center .eyebrow { justify-content:center; }
.head h1, .head h2 { font-size:clamp(1.9rem,4.6vw,2.9rem); margin-bottom:var(--s3); font-family:var(--f-display); font-weight:600; line-height:1.12; color:var(--text); }
.head p { font-size:1.06rem; max-width:56ch; }
.head--center p { margin-inline:auto; }
.sec--navy .head p { color:var(--on-navy-dim); }

/* ---------- Buttons ---------- */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:.5rem; min-height:52px; padding:.85rem 1.7rem; border-radius:var(--r-pill); font-family:var(--f-body); font-weight:600; font-size:.98rem; letter-spacing:.01em; border:1.5px solid transparent; white-space:nowrap; transition:background .15s var(--ease),color .15s,border-color .15s,transform .1s; }
.btn svg { width:18px; height:18px; flex-shrink:0; }
.btn:active { transform:translateY(1px); }
.btn--primary { background:var(--red); color:#fff; }
.btn--primary:hover { background:var(--red-700); }
.btn--navy { background:var(--navy-900); color:#fff; }
.btn--navy:hover { background:var(--navy-800); }
.btn--outline { border-color:var(--line); color:var(--text); background:var(--paper); }
.btn--outline:hover { border-color:var(--navy-900); }
.btn--on-navy { border-color:rgba(255,255,255,.28); color:#fff; background:rgba(255,255,255,.05); }
.btn--on-navy:hover { background:rgba(255,255,255,.12); border-color:#fff; }
.btn--sm { min-height:44px; padding:.55rem 1.15rem; font-size:.9rem; }
.btn--block { width:100%; }
.btns { display:flex; flex-wrap:wrap; gap:var(--s3); }

/* ---------- Header ---------- */
.hdr { position:sticky; top:0; z-index:200; background:rgba(250,247,241,.9); backdrop-filter:saturate(180%) blur(12px); border-bottom:1px solid transparent; transition:border-color .25s, box-shadow .25s; }
.hdr.is-stuck { border-bottom-color:var(--line); box-shadow:0 6px 20px -16px rgba(20,27,46,.5); }
.hdr-in { display:flex; align-items:center; justify-content:space-between; gap:var(--s5); padding-block:.7rem; }
.brand { display:inline-flex; align-items:center; gap:.6rem; }
.brand-mark { width:42px; height:42px; flex-shrink:0; }
.brand-txt { display:flex; flex-direction:column; line-height:1; }
.brand-name { font-family:var(--f-display); font-weight:600; font-size:1.24rem; color:var(--navy-900); letter-spacing:.01em; }
.brand-sub { font-size:.58rem; font-weight:700; letter-spacing:.28em; text-transform:uppercase; color:var(--muted); margin-top:.32rem; }
.ftr .brand-sub { color:var(--brass-2); }

.nav { display:none; }
.nav ul { display:flex; align-items:center; gap:1.7rem; }
.nav a { font-size:.93rem; font-weight:500; color:var(--navy-900); padding-block:.4rem; border-bottom:2px solid transparent; transition:color .15s,border-color .15s; }
.nav a:hover, .nav a[aria-current="page"] { color:var(--red); border-bottom-color:var(--red); }

.hdr-act { display:flex; align-items:center; gap:var(--s3); }
.hdr-call { display:none; align-items:center; gap:.4rem; font-weight:600; font-size:.92rem; color:var(--navy-900); }
.hdr-call svg { width:17px; height:17px; color:var(--red); }
.hdr-act .btn { display:none; }
.burger { display:inline-grid; place-items:center; width:46px; height:46px; border:1px solid var(--line); border-radius:10px; background:var(--paper); color:var(--navy-900); }
.burger svg { width:20px; height:20px; }
.burger .ic-x { display:none; }
.burger[aria-expanded="true"] .ic-bars { display:none; }
.burger[aria-expanded="true"] .ic-x { display:block; }

.mnav { position:fixed; inset:0; z-index:190; background:var(--cream); padding:5.4rem var(--s5) var(--s7); overflow-y:auto; transform:translateX(100%); visibility:hidden; transition:transform .25s var(--ease),visibility .25s; }
.mnav.is-open { transform:none; visibility:visible; }
.mnav ul { border-top:1px solid var(--line); }
.mnav li a { display:flex; align-items:center; justify-content:space-between; padding:1.05rem .2rem; border-bottom:1px solid var(--line); font-family:var(--f-display); font-size:1.24rem; font-weight:500; color:var(--navy-900); }
.mnav li a svg { width:18px; height:18px; color:var(--muted); }
.mnav .mnav-call { display:flex; align-items:center; gap:.5rem; margin-top:var(--s5); font-weight:600; color:var(--navy-900); }
.mnav .btns { flex-direction:column; margin-top:var(--s4); }
body.nav-lock { overflow:hidden; }
@media (min-width:960px){ .nav{display:block;} .hdr-call{display:inline-flex;} .hdr-act .btn{display:inline-flex;} .burger,.mnav{display:none;} }

/* ---------- Hero ---------- */
.hero { background:var(--cream); border-bottom:1px solid var(--line); }
.hero-grid { display:grid; gap:var(--s7); align-items:center; padding-block:var(--s8); }
@media (min-width:920px){ .hero-grid{ grid-template-columns:1.02fr .98fr; gap:var(--s9); padding-block:var(--s9); } }
.hero-eyebrow { display:inline-flex; align-items:center; gap:.55rem; font-size:.8rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--red); background:#fff; border:1px solid var(--line); padding:.4rem .85rem; border-radius:var(--r-pill); margin-bottom:var(--s4); }
.hero-eyebrow svg { width:15px; height:15px; }
.hero h1 { font-size:clamp(2.4rem,7vw,4rem); color:var(--navy-900); line-height:1.02; letter-spacing:-.02em; margin-bottom:var(--s4); }
.hero h1 .em { color:var(--red); font-style:italic; }
.hero-lede { font-size:1.14rem; color:var(--body); max-width:44ch; margin-bottom:var(--s5); }
.hero .btns { margin-bottom:var(--s6); }
.hero-media { position:relative; }
.hero-media img { width:100%; aspect-ratio:3/2; object-fit:cover; border-radius:var(--r-lg); box-shadow:var(--sh-2); }
.hero-media::after { content:""; position:absolute; left:-10px; top:-10px; width:70px; height:70px; border-top:3px solid var(--brass); border-left:3px solid var(--brass); border-radius:6px 0 0 0; }
.hero-badge { position:absolute; right:14px; bottom:14px; display:flex; align-items:center; gap:.6rem; background:var(--navy-900); color:#fff; border-radius:12px; padding:.7rem 1rem; box-shadow:var(--sh-2); }
.hero-badge svg { width:22px; height:22px; color:var(--brass-2); }
.hero-badge b { display:block; font-size:.9rem; }
.hero-badge span { font-size:.74rem; color:var(--on-navy-dim); }

/* trust strip */
.strip { background:var(--navy-900); color:var(--on-navy); }
.strip-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:var(--s4) var(--s5); padding-block:var(--s5); }
@media (min-width:760px){ .strip-grid{ grid-template-columns:repeat(4,1fr); } }
.strip-item { display:flex; align-items:center; gap:.6rem; font-size:.9rem; font-weight:500; }
.strip-item svg { width:22px; height:22px; color:var(--brass-2); flex-shrink:0; }

/* ---------- Cards / featured cuts ---------- */
.grid { display:grid; gap:var(--s5); }
.cut-grid { grid-template-columns:1fr; }
@media (min-width:600px){ .cut-grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:960px){ .cut-grid{ grid-template-columns:repeat(4,1fr); } }
.cut { display:flex; flex-direction:column; background:var(--paper); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; transition:transform .2s,box-shadow .2s,border-color .2s; }
.cut:hover { transform:translateY(-4px); box-shadow:var(--sh-2); border-color:var(--brass); }
.cut-img { position:relative; }
.cut-img img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.cut-price { position:absolute; top:10px; right:10px; background:var(--navy-900); color:#fff; font-weight:700; font-size:.95rem; padding:.3rem .7rem; border-radius:var(--r-pill); }
.cut-body { padding:var(--s5); display:flex; flex-direction:column; gap:.4rem; flex-grow:1; }
.cut-body h3 { font-size:1.14rem; color:var(--navy-900); }
.cut-meta { display:flex; align-items:center; gap:.4rem; font-size:.82rem; color:var(--muted); }
.cut-meta svg { width:15px; height:15px; color:var(--brass); }
.cut-body p { font-size:.9rem; color:var(--body); flex-grow:1; }
.cut-body .btn { margin-top:.4rem; }

/* ---------- Why choose ---------- */
.why-grid { display:grid; gap:var(--s5); grid-template-columns:1fr; }
@media (min-width:640px){ .why-grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:960px){ .why-grid{ grid-template-columns:repeat(3,1fr); } }
.why { display:flex; gap:var(--s4); }
.why-ico { width:48px; height:48px; flex-shrink:0; border-radius:12px; display:grid; place-items:center; background:var(--cream-2); color:var(--red); border:1px solid var(--line); }
.sec--navy .why-ico { background:rgba(255,255,255,.06); color:var(--brass-2); border-color:var(--line-navy); }
.why-ico svg { width:24px; height:24px; }
.why h3 { font-size:1.06rem; color:var(--text); margin-bottom:.2rem; }
.sec--navy .why h3 { color:#fff; }
.why p { font-size:.92rem; color:var(--body); }
.sec--navy .why p { color:var(--on-navy-dim); }

/* ---------- Membership (Grooms Club) ---------- */
.club { display:grid; gap:var(--s7); align-items:center; }
@media (min-width:900px){ .club{ grid-template-columns:1fr 1.05fr; gap:var(--s9); } }
.club-card { background:var(--navy-900); color:var(--on-navy); border-radius:var(--r-lg); border:1px solid var(--line-navy); padding:var(--s7); position:relative; overflow:hidden; }
.club-card::before { content:""; position:absolute; inset:0 0 auto 0; height:5px; background:repeating-linear-gradient(45deg,var(--red) 0 10px,var(--cream) 10px 14px,var(--navy-800) 14px 24px); }
.club-tag { display:inline-flex; align-items:center; gap:.5rem; font-size:.78rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--brass-2); margin-bottom:var(--s3); }
.club-tag svg { width:18px; height:18px; }
.club-card h3 { font-size:clamp(1.6rem,4vw,2.1rem); color:#fff; margin-bottom:.3rem; }
.club-price { display:flex; align-items:baseline; gap:.35rem; margin-bottom:var(--s5); }
.club-price b { font-family:var(--f-display); font-size:2.6rem; color:#fff; font-weight:600; }
.club-price span { color:var(--on-navy-dim); font-size:.95rem; }
.club-list { display:grid; gap:.7rem; margin-bottom:var(--s6); }
.club-list li { display:flex; align-items:flex-start; gap:.6rem; font-size:.95rem; color:var(--on-navy); }
.club-list svg { width:19px; height:19px; color:var(--brass-2); flex-shrink:0; margin-top:.15rem; }

/* ---------- Reviews ---------- */
.rev-grid { display:grid; gap:var(--s5); grid-template-columns:1fr; }
@media (min-width:700px){ .rev-grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:1000px){ .rev-grid{ grid-template-columns:repeat(3,1fr); } }
.rev { display:flex; flex-direction:column; gap:var(--s3); background:var(--paper); border:1px solid var(--line); border-radius:var(--r-lg); padding:var(--s6); height:100%; }
.rev-stars { display:flex; gap:.12rem; color:var(--brass); }
.rev-stars svg { width:17px; height:17px; }
.rev-stars .off { color:var(--line); }
.rev p { font-size:.96rem; color:var(--text); flex-grow:1; }
.rev-by { display:flex; align-items:center; gap:.65rem; padding-top:var(--s3); border-top:1px solid var(--line); }
.rev-av { width:40px; height:40px; border-radius:50%; display:grid; place-items:center; background:var(--navy-900); color:#fff; font-weight:700; font-size:.82rem; flex-shrink:0; }
.rev-by b { display:block; font-size:.9rem; color:var(--text); }
.rev-by > div span { font-size:.8rem; color:var(--muted); }

/* ---------- Location ---------- */
.loc-grid { display:grid; gap:var(--s7); align-items:stretch; }
@media (min-width:900px){ .loc-grid{ grid-template-columns:1fr 1fr; } }
.loc-map { border-radius:var(--r-lg); overflow:hidden; border:1px solid var(--line); min-height:320px; background:var(--cream-2); }
.loc-map iframe { width:100%; height:100%; min-height:320px; border:0; display:block; }
.loc-info { display:flex; flex-direction:column; gap:var(--s4); }
.loc-row { display:flex; gap:.8rem; }
.loc-row svg { width:20px; height:20px; color:var(--red); flex-shrink:0; margin-top:.15rem; }
.loc-row h3 { font-size:.78rem; font-family:var(--f-body); font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-bottom:.2rem; }
.loc-row p, .loc-row a { font-size:.98rem; color:var(--text); }
.hours-list { display:grid; gap:.3rem; }
.hours-list li { display:flex; justify-content:space-between; gap:1rem; font-size:.92rem; max-width:300px; }
.hours-list b { color:var(--text); font-weight:600; }

/* ---------- Final CTA ---------- */
.cta { background:var(--navy-900); color:var(--on-navy); border-radius:var(--r-lg); padding:var(--s9) var(--s6); text-align:center; position:relative; overflow:hidden; }
.cta::before { content:""; position:absolute; inset:0 0 auto 0; height:5px; background:repeating-linear-gradient(45deg,var(--red) 0 10px,var(--cream) 10px 14px,var(--navy-800) 14px 24px); }
.cta h2 { color:#fff; font-size:clamp(1.9rem,4.4vw,2.9rem); margin-bottom:var(--s3); }
.cta p { color:var(--on-navy-dim); max-width:48ch; margin:0 auto var(--s6); }
.cta .btns { justify-content:center; }

/* ---------- Footer ---------- */
.ftr { background:var(--navy-950); color:var(--on-navy-dim); padding-block:var(--s8) var(--s5); }
.ftr-grid { display:grid; gap:var(--s6); margin-bottom:var(--s7); grid-template-columns:1fr; }
@media (min-width:680px){ .ftr-grid{ grid-template-columns:1.5fr 1fr 1.3fr; } }
.ftr .brand-name { color:#fff; }
.ftr-about { font-size:.9rem; margin-top:var(--s4); max-width:34ch; }
.ftr h4 { font-family:var(--f-body); font-size:.73rem; font-weight:700; letter-spacing:.13em; text-transform:uppercase; color:var(--brass-2); margin-bottom:var(--s4); }
.ftr-col ul { display:grid; gap:.55rem; }
.ftr-col a { font-size:.9rem; transition:color .15s; }
.ftr-col a:hover { color:#fff; }
.ftr address { font-style:normal; font-size:.9rem; line-height:1.9; }
.ftr address a:hover { color:#fff; }
.ftr-note { font-size:.82rem; color:rgba(255,255,255,.5); margin-top:var(--s4); }
.ftr-note code { font-family:ui-monospace,Menlo,monospace; }
.ftr-bot { display:flex; flex-wrap:wrap; gap:var(--s3); justify-content:space-between; align-items:center; padding-top:var(--s5); border-top:1px solid rgba(255,255,255,.1); font-size:.78rem; }

/* ---------- Sticky mobile bar ---------- */
.mbar { position:fixed; left:0; right:0; bottom:0; z-index:150; display:flex; gap:.4rem; padding:.55rem .7rem; padding-bottom:calc(.55rem + env(safe-area-inset-bottom,0px)); background:rgba(250,247,241,.97); backdrop-filter:blur(12px); border-top:1px solid var(--line); box-shadow:0 -6px 22px -16px rgba(20,27,46,.5); }
.mbar .btn { flex:1; min-height:48px; padding-inline:.5rem; font-size:.86rem; }
.mbar .btn svg { width:17px; height:17px; }
body.has-mbar { padding-bottom:74px; }
@media (min-width:960px){ .mbar{display:none;} body.has-mbar{padding-bottom:0;} }

/* ---------- Reveal ---------- */
.js .rv { opacity:0; transform:translateY(14px); transition:opacity .5s var(--ease),transform .5s var(--ease); }
.rv.in { opacity:1; transform:none; }
.rv[data-d="1"]{transition-delay:.06s;} .rv[data-d="2"]{transition-delay:.12s;} .rv[data-d="3"]{transition-delay:.18s;}
@media (prefers-reduced-motion: reduce){ .js .rv{opacity:1;transform:none;} }

/* ==========================================================================
   Services & Prices page
   ========================================================================== */
.price-note { display:flex; gap:.7rem; align-items:flex-start; background:var(--cream-2); border:1px solid var(--line); border-radius:var(--r); padding:1rem 1.2rem; font-size:.9rem; color:var(--body); max-width:760px; margin-inline:auto; }
.price-note svg { width:20px; height:20px; color:var(--red); flex-shrink:0; margin-top:.1rem; }

.svc-list { display:grid; gap:var(--s5); }
.svc-row { display:grid; gap:var(--s5); background:var(--paper); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; }
@media (min-width:720px){ .svc-row{ grid-template-columns:300px 1fr; align-items:stretch; } }
.svc-row-img img { width:100%; height:100%; aspect-ratio:4/3; object-fit:cover; }
@media (min-width:720px){ .svc-row-img img{ aspect-ratio:auto; min-height:230px; } }
.svc-row-body { padding:var(--s6); display:flex; flex-direction:column; }
.svc-row-top { display:flex; flex-wrap:wrap; align-items:baseline; justify-content:space-between; gap:.5rem 1rem; }
.svc-row-top h3 { font-size:1.4rem; color:var(--navy-900); }
.svc-row-price { font-family:var(--f-display); font-size:1.7rem; font-weight:600; color:var(--red); }
.svc-row-meta { display:flex; flex-wrap:wrap; gap:.4rem 1.2rem; margin:.5rem 0 .8rem; font-size:.86rem; color:var(--muted); }
.svc-row-meta span { display:inline-flex; align-items:center; gap:.4rem; }
.svc-row-meta svg { width:15px; height:15px; color:var(--brass); }
.svc-row-body > p { font-size:.96rem; color:var(--body); margin-bottom:.9rem; }
.svc-incl { display:grid; gap:.4rem; margin-bottom:var(--s5); }
.svc-incl li { display:flex; align-items:flex-start; gap:.5rem; font-size:.9rem; color:var(--text); }
.svc-incl svg { width:16px; height:16px; color:var(--red); flex-shrink:0; margin-top:.22rem; }
.svc-row-body .btn { align-self:flex-start; margin-top:auto; }

/* comparison */
.cmp-grid { display:grid; gap:var(--s4); grid-template-columns:1fr; }
@media (min-width:640px){ .cmp-grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:980px){ .cmp-grid{ grid-template-columns:repeat(5,1fr); gap:var(--s3); } }
.cmp { background:var(--paper); border:1px solid var(--line); border-radius:var(--r); padding:var(--s5) var(--s4); }
.cmp h4 { font-size:1.02rem; color:var(--navy-900); margin-bottom:.5rem; }
.cmp dl { display:grid; gap:.45rem; margin:0; }
.cmp .row { display:flex; justify-content:space-between; gap:.6rem; font-size:.84rem; border-top:1px solid var(--line); padding-top:.45rem; }
.cmp dt { color:var(--muted); } .cmp dd { margin:0; color:var(--text); font-weight:600; text-align:right; }
.cmp .cmp-price { color:var(--red); }

.addons { display:grid; gap:var(--s3); grid-template-columns:1fr; }
@media (min-width:600px){ .addons{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:900px){ .addons{ grid-template-columns:repeat(3,1fr); } }
.addon { display:flex; align-items:center; justify-content:space-between; gap:.8rem; background:var(--paper); border:1px solid var(--line); border-radius:var(--r); padding:.9rem 1.1rem; }
.addon b { color:var(--text); font-size:.95rem; } .addon span { color:var(--muted); font-size:.82rem; display:block; }
.addon .addon-price { color:var(--red); font-weight:700; font-family:var(--f-display); }

/* ==========================================================================
   Gallery / Reviews / Booking page
   ========================================================================== */
.gal-head { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:1rem; margin-bottom:var(--s6); }
.ig-handle { display:inline-flex; align-items:center; gap:.5rem; font-weight:600; color:var(--navy-900); }
.ig-handle svg { width:20px; height:20px; color:var(--red); }
.gal-grid { display:grid; gap:var(--s3); grid-template-columns:repeat(2,1fr); }
@media (min-width:640px){ .gal-grid{ grid-template-columns:repeat(3,1fr); } }
.gal-item { position:relative; overflow:hidden; border-radius:var(--r); border:1px solid var(--line); aspect-ratio:1/1; }
.gal-item img { width:100%; height:100%; object-fit:cover; transition:transform .3s var(--ease); }
.gal-item:hover img { transform:scale(1.05); }
.gal-cap { position:absolute; left:0; right:0; bottom:0; padding:1.6rem .7rem .55rem; font-size:.78rem; font-weight:600; color:#fff; text-shadow:0 1px 6px rgba(14,21,36,.7); background:linear-gradient(to top,rgba(14,21,36,.94) 10%,rgba(14,21,36,.4) 55%,transparent); }

/* booking */
.book-grid { display:grid; gap:var(--s7); align-items:start; }
@media (min-width:920px){ .book-grid{ grid-template-columns:1.15fr .85fr; } }
.form-card { background:var(--paper); border:1px solid var(--line); border-radius:var(--r-lg); padding:var(--s6); box-shadow:var(--sh); }
.fgrid { display:grid; gap:0 var(--s4); }
@media (min-width:560px){ .fgrid--2{ grid-template-columns:1fr 1fr; } }
.field { display:flex; flex-direction:column; gap:.35rem; margin-bottom:var(--s4); }
.field label { font-size:.84rem; font-weight:600; color:var(--text); }
.field .req { color:var(--red); }
.field input,.field select,.field textarea { width:100%; min-height:50px; padding:.7rem .85rem; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--text); transition:border-color .15s,box-shadow .15s; }
.field textarea { min-height:96px; resize:vertical; }
.field input::placeholder,.field textarea::placeholder { color:var(--muted); }
.field input:focus,.field select:focus,.field textarea:focus { outline:none; border-color:var(--red); box-shadow:0 0 0 4px rgba(179,38,55,.1); }
.field-err { display:none; font-size:.78rem; color:var(--red-700); }
.field.err input,.field.err select,.field.err textarea { border-color:var(--red); background:#FDF4F3; }
.field.err .field-err { display:block; }
.check-row { display:flex; align-items:flex-start; gap:.6rem; margin-bottom:var(--s4); font-size:.88rem; color:var(--body); }
.check-row input { width:20px; height:20px; margin-top:.15rem; flex-shrink:0; accent-color:var(--red); }
.check-row.err label { color:var(--red-700); }
.form-note { font-size:.78rem; color:var(--muted); margin-top:.4rem; }
.form-note a { color:var(--red); text-decoration:underline; }

.btn.is-loading { pointer-events:none; opacity:.85; }
.btn .spin { width:16px; height:16px; border-radius:50%; border:2px solid rgba(255,255,255,.4); border-top-color:#fff; animation:spin .7s linear infinite; }
@keyframes spin { to{ transform:rotate(360deg); } }
.form-ok { display:none; gap:var(--s4); align-items:flex-start; padding:var(--s5); border-radius:var(--r); background:#fff; border:1px solid var(--brass); }
.form-ok.show { display:flex; }
.form-ok svg { width:28px; height:28px; color:var(--red); flex-shrink:0; }
.form-ok h3 { font-size:1.1rem; color:var(--navy-900); margin-bottom:.25rem; }
.form-ok p { font-size:.92rem; color:var(--body); }

/* deposit / payment aside */
.pay-card { background:var(--navy-900); color:var(--on-navy); border-radius:var(--r-lg); padding:var(--s6); position:sticky; top:84px; }
.pay-card h3 { color:#fff; font-size:1.2rem; margin-bottom:var(--s2); }
.pay-sub { font-size:.86rem; color:var(--on-navy-dim); margin-bottom:var(--s5); }
.pay-line { display:flex; justify-content:space-between; align-items:baseline; gap:1rem; padding:.6rem 0; border-bottom:1px solid var(--line-navy); font-size:.94rem; }
.pay-line span:first-child { color:var(--on-navy-dim); }
.pay-line b { color:#fff; }
.pay-total { display:flex; justify-content:space-between; align-items:baseline; gap:1rem; margin-top:var(--s4); padding-top:var(--s4); border-top:2px solid var(--line-navy); }
.pay-total span { color:var(--on-navy-dim); font-size:.9rem; }
.pay-total b { font-family:var(--f-display); font-size:2rem; color:var(--brass-2); font-weight:600; }
.pay-methods { display:grid; grid-template-columns:repeat(2,1fr); gap:.5rem; margin:var(--s5) 0; }
.pay-method { display:flex; align-items:center; gap:.5rem; padding:.65rem .7rem; border:1px solid var(--line-navy); border-radius:10px; background:rgba(255,255,255,.04); font-size:.84rem; color:var(--on-navy); }
.pay-method svg { width:24px; height:18px; flex-shrink:0; }
.pay-method.card svg { color:var(--brass-2); }
.pay-note { font-size:.76rem; color:var(--on-navy-dim); margin-top:var(--s3); }

/* faq (shared, light) */
.faq { border-top:1px solid var(--line); }
.faq-i { border-bottom:1px solid var(--line); }
.faq-q { width:100%; display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.1rem .2rem; text-align:left; font-family:var(--f-display); font-size:1.06rem; font-weight:500; color:var(--navy-900); }
.faq-ic { position:relative; width:28px; height:28px; flex-shrink:0; border-radius:50%; border:1px solid var(--line); transition:background .15s,border-color .15s; }
.faq-ic::before,.faq-ic::after { content:""; position:absolute; top:50%; left:50%; background:var(--navy-900); transform:translate(-50%,-50%); transition:transform .15s,background .15s; }
.faq-ic::before { width:11px; height:1.6px; } .faq-ic::after { width:1.6px; height:11px; }
.faq-q[aria-expanded="true"] .faq-ic { background:var(--red); border-color:var(--red); }
.faq-q[aria-expanded="true"] .faq-ic::before,.faq-q[aria-expanded="true"] .faq-ic::after { background:#fff; }
.faq-q[aria-expanded="true"] .faq-ic::after { transform:translate(-50%,-50%) scaleY(0); }
.faq-a { display:grid; grid-template-rows:0fr; transition:grid-template-rows .26s var(--ease); }
.faq-a[data-open="true"] { grid-template-rows:1fr; }
.faq-a-in { overflow:hidden; }
.faq-a p { padding:0 2.4rem 1.1rem .2rem; font-size:.95rem; color:var(--body); max-width:66ch; }
