@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Montserrat:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,400;1,400&display=swap');
/* Grand OS gift store — RE-SKINNED 2026-07-30 to the Grand Club design-system
   handoff: Playfair Display (display) / Montserrat (structural), navy #182031 +
   heritage gold #BAA464, ivory, SQUARE corners (cards are a 1px outline + soft
   shadow, never rounded). Values mirror public/gc/tokens/*. Mobile-first, 18px
   base, 56px primary buttons. */
:root{
  --p:#182031; --pd:#10161F; --a:#BAA464; --ad:#9C8950;
  --bg:#F7F6F2; --sf:#FFFFFF; --tint:#EBE9DD; --bd:#E2E0D8; --bd-strong:#C9C6BA;
  --tx:#182031; --tm:#7A8090; --ink:#182031; --warn:#8E3B34; --ok:#4F6B4A;
  --serif:'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans:'Montserrat', -apple-system, 'Segoe UI', Roboto, sans-serif;
  --radius:0;
}
*{box-sizing:border-box;}
html{font-size:18px;}
body{margin:0; background:var(--bg); color:var(--tx);
  font-family:var(--sans);
  line-height:1.5; -webkit-font-smoothing:antialiased;}
.wrap{max-width:560px; margin:0 auto; padding:0 18px 96px;}

/* header — emblem + one-line wordmark, no phone up top (it lives in the footer) */
.gv-head{display:flex; align-items:center; padding:18px 0 14px; gap:12px; border-bottom:1px solid var(--bd); margin-bottom:6px;}
.gv-brand{display:flex; align-items:center; gap:12px; min-width:0; text-decoration:none;}
.gv-brand-text{display:flex; flex-direction:column; min-width:0;}
.gv-emblem{width:42px; height:42px; flex-shrink:0;}
.gv-emblem img,.gv-emblem svg{width:100%; height:100%; display:block;}
.gv-brand .wordmark{font-family:var(--serif); font-weight:500; font-size:22px; letter-spacing:.11em; color:var(--p); line-height:1.05; white-space:nowrap;}
.gv-brand .place{font-size:11px; letter-spacing:.2em; text-transform:uppercase; color:var(--tm); margin-top:4px; white-space:nowrap;}
@media (max-width:360px){ .gv-brand .wordmark{font-size:19px; letter-spacing:.08em;} }

/* shared cross-site nav in the header — ties the guest tools to the hotel site.
   Also hosts the balance link auto-mounted by gift-core.js (a.opt). */
.gv-nav{display:flex; align-items:center; gap:18px; margin-left:auto; flex-wrap:wrap; justify-content:flex-end;}
.gv-nav a{font-size:14px; color:var(--tm); text-decoration:none; letter-spacing:.02em; white-space:nowrap;}
.gv-nav a:hover{color:var(--p);}
.gv-nav a.cta{display:inline-flex; align-items:center; width:auto; min-height:0; background:var(--p); color:#fff; padding:9px 16px; border-radius:8px; font-weight:600;}
.gv-nav a.cta:hover{color:#fff; opacity:.92;}
@media (max-width:600px){ .gv-nav a.hide-sm{display:none;} }
@media (max-width:520px){ .gv-nav{gap:14px;} .gv-nav a{font-size:13px;} }
@media (max-width:400px){ .gv-nav a.opt{display:none;} }

/* preview / test-mode strip — an honest, full-width flag while the platform
   runs on the sandbox. Remove (or gate behind config) at production go-live. */

/* footer — phone + houses, quiet at the foot of every page */
.gv-foot{max-width:560px; margin:0 auto; padding:26px 18px 40px; border-top:1px solid var(--bd); text-align:center; color:var(--tm); font-size:13.5px; line-height:1.6;}
.gv-foot b{color:var(--p); font-variant-numeric:tabular-nums;}
.gv-foot a{color:inherit;}
.gv-foot .houses{font-family:var(--serif); font-size:16px; color:var(--p); letter-spacing:.04em;}

/* segmented control */
.seg{display:flex; background:var(--tint); border-radius:999px; padding:4px; margin:12px 0 16px;}
.seg button{flex:1; border:0; background:none; font:inherit; font-size:16px; text-align:center; padding:12px 8px; border-radius:999px; color:var(--tm); cursor:pointer; min-height:48px;}
.seg button[aria-pressed="true"]{background:var(--sf); color:var(--p); font-weight:600; box-shadow:0 1px 4px rgba(0,0,0,.08);}

/* amount grid */
.amounts{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:12px;}
.amt{border:1.5px solid var(--bd); border-radius:12px; padding:16px 6px; text-align:center; font-weight:700; font-size:19px; color:var(--p); background:var(--sf); font-variant-numeric:tabular-nums; cursor:pointer; min-height:56px; font-family:inherit;}
.amt.on{border-color:var(--ad); background:var(--tint);}
.amt.other{color:var(--tm); font-weight:400;}

/* experience cards */
.exp-card{display:flex; gap:12px; align-items:center; border:1.5px solid var(--bd); border-radius:14px; padding:13px 15px; background:var(--sf); margin-bottom:10px; cursor:pointer; width:100%; text-align:left; font:inherit;}
.exp-card.on{border-color:var(--ad); background:var(--tint);}
.exp-card .ic{width:48px; height:48px; border-radius:10px; background:var(--tint); text-align:center; line-height:48px; font-size:22px; flex-shrink:0;}
.exp-card b{font-size:16px; color:var(--ink); display:block;}
.exp-card .sub{font-size:13px; color:var(--tm);}
.exp-card .pr{margin-left:auto; font-weight:700; color:var(--p); font-variant-numeric:tabular-nums; white-space:nowrap;}

/* chips */
.chips{display:flex; gap:8px; flex-wrap:wrap; margin:10px 0;}
.chip{font-size:14px; color:var(--ink); background:var(--tint); border-radius:999px; padding:8px 14px; border:1.5px solid transparent; cursor:pointer; font-family:inherit; min-height:40px;}
.chip.on{border-color:var(--ad); background:var(--tint); font-weight:600;}
.chip.static{cursor:default;}

/* sections + fields */
.sec{background:var(--sf); border:1px solid var(--bd); border-radius:16px; padding:16px; margin-bottom:16px;}
.sec h2{font-family:var(--serif); font-size:22px; font-weight:600; color:var(--p); margin:0 0 12px;}
.field{width:100%; border:1px solid var(--bd); border-radius:11px; padding:14px; font-size:16px; color:var(--ink); background:var(--sf); margin-bottom:10px; font-family:inherit; min-height:52px;}
.field:focus{outline:2px solid var(--a); outline-offset:1px;}
label.lbl{display:block; font-size:14px; color:var(--tm); margin:0 0 6px;}
textarea.field{resize:vertical; min-height:76px;}
.hint{font-size:13px; color:var(--tm); margin:4px 0 0;}

/* delivery radio rows */
.radio-row{display:flex; gap:11px; align-items:flex-start; padding:13px 0; border-bottom:1px solid var(--bd); font-size:16px; color:var(--ink); cursor:pointer; width:100%; text-align:left; background:none; border-left:0; border-right:0; border-top:0; font-family:inherit;}
.radio-row:last-of-type{border-bottom:0;}
.radio-row .dot{width:22px; height:22px; border:2px solid #C9C2B4; border-radius:50%; flex-shrink:0; margin-top:2px; background:var(--sf);}
.radio-row.on .dot{border-color:var(--ad); background:radial-gradient(circle, var(--ad) 45%, var(--sf) 52%);}
.radio-row small{display:block; color:var(--tm); font-size:13px; margin-top:2px;}
.radio-row .pr{margin-left:auto; font-weight:600; white-space:nowrap;}

/* the voucher preview / render */
.gift{border-radius:18px; overflow:hidden; box-shadow:0 14px 30px rgba(20,30,38,.16); margin:14px 0; border:1px solid var(--bd);}
.gift .top{padding:22px 20px 18px; position:relative; overflow:hidden;}
.gift .top::after{content:''; position:absolute; right:-24px; top:-24px; width:120px; height:120px; border-radius:50%; background:rgba(255,255,255,.12);}
.gift .eyebrow{font-size:10px; letter-spacing:.18em;}
.gift .wordmark{font-family:var(--serif); font-size:22px; letter-spacing:.05em; margin-top:6px;}
.gift .place{font-size:10px; letter-spacing:.14em; opacity:.85;}
.gift .amount{font-family:var(--serif); font-size:40px; margin-top:8px;}
.gift .amount.exp{font-size:26px;}
.gift .msg{background:#fff; padding:14px 20px; font-size:15px; color:#33454F; font-style:italic;}
.gift .code{padding:13px 20px; display:flex; justify-content:space-between; align-items:center; gap:8px;}
.gift .code b{font-family:ui-monospace,'SF Mono',Menlo,monospace; font-size:16px; letter-spacing:.08em;}
.gift .code span{font-size:11.5px;}

/* summary lines */
.lines{font-size:16px; color:var(--ink); display:flex; flex-direction:column; gap:7px; border-top:1px dashed var(--bd); padding-top:12px; margin-top:8px;}
.lines .ln{display:flex; justify-content:space-between; font-variant-numeric:tabular-nums; gap:10px;}
.lines .ln.tot{font-weight:700; font-size:17px; color:var(--p); border-top:1px solid var(--bd); padding-top:10px;}

/* CTA */
.cta{display:block; width:100%; background:var(--p); color:#fff; border:0; border-radius:14px; padding:17px 22px; font-size:17px; font-weight:600; text-align:center; cursor:pointer; min-height:56px; font-family:inherit; text-decoration:none;}
.cta:disabled{opacity:.55; cursor:default;}
.cta.gold{background:var(--ad);}
.cta-bar{position:fixed; left:0; right:0; bottom:0; background:linear-gradient(transparent, var(--bg) 30%); padding:18px; z-index:5;}
.cta-bar .cta{max-width:524px; margin:0 auto; box-shadow:0 10px 26px rgba(23,31,36,.25);}

/* states */
.err{background:#FBEFEC; border:1px solid #E7C4BB; color:#8C3B2E; border-radius:12px; padding:12px 14px; font-size:15px; margin:0 0 12px;}
.note-ok{background:#EAF3ED; border:1px solid #CBE0D2; color:#2F6B4F; border-radius:12px; padding:12px 14px; font-size:15px; margin:0 0 12px;}
.offline{text-align:center; padding:40px 20px; color:var(--tm);}
.offline b{color:var(--p);}
.muted{color:var(--tm); font-size:14px;}
.spin{display:inline-block; width:18px; height:18px; border:2px solid rgba(255,255,255,.4); border-top-color:#fff; border-radius:50%; animation:gvspin .8s linear infinite; vertical-align:-4px; margin-right:8px;}
@keyframes gvspin{to{transform:rotate(360deg);}}
@media (prefers-reduced-motion: reduce){ .spin{animation:none;} }

/* validity / scope badges */
.badge{display:inline-flex; align-items:center; gap:5px; font-size:11.5px; font-weight:600; border-radius:999px; padding:4px 10px; letter-spacing:.02em;}
.badge.universal{background:#EAF3ED; color:#2F6B4F;}
.badge.site{background:var(--tint); color:var(--p);}
.exp-card .badge{margin-top:4px;}

/* image placeholders / hero (real photography drops in later) */
.gv-hero{border-radius:16px; overflow:hidden; margin:10px 0 16px; background:linear-gradient(135deg,var(--p),var(--pd)); color:#fff; padding:26px 20px; position:relative; min-height:132px; display:flex; flex-direction:column; justify-content:flex-end;}
.gv-hero::after{content:''; position:absolute; right:-30px; top:-30px; width:150px; height:150px; border-radius:50%; background:rgba(209,152,116,.22);}
.gv-hero .eyebrow{font-size:11px; letter-spacing:.18em; text-transform:uppercase; opacity:.8;}
.gv-hero h1{font-family:var(--serif); font-weight:500; font-size:30px; margin:6px 0 0; line-height:1.05; position:relative;}
.img-ph{background:linear-gradient(135deg,#E7EDF0,#D7E0E5); border-radius:12px; width:100%; aspect-ratio:16/10; display:flex; align-items:center; justify-content:center; color:var(--p); opacity:.5; font-size:30px;}
.exp-card .thumb{width:58px; height:58px; border-radius:10px; background:linear-gradient(135deg,#E7EDF0,#D7E0E5); flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:24px;}
/* Photograph-led product tiles. A spa day sells on how it looks, so the picture
   leads and the price sits on it — where the eye already is. */
.exp-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px;}
.exp-tile{display:flex; flex-direction:column; text-align:left; padding:0; overflow:hidden;
  background:#fff; border:1px solid rgba(0,0,0,.10); border-radius:14px; cursor:pointer;
  transition:box-shadow .18s ease, border-color .18s ease, transform .18s ease; font:inherit; color:inherit;}
.exp-tile:hover{box-shadow:0 10px 28px rgba(0,0,0,.12); transform:translateY(-2px);}
.exp-tile.on{border-color:var(--gold,#B08D57); box-shadow:0 0 0 2px var(--gold,#B08D57) inset;}
.exp-tile .ph{position:relative; display:block; aspect-ratio:16/9; background:#E7EDF0;}
.exp-tile .ph img{width:100%; height:100%; object-fit:cover; display:block;}
.exp-tile .ph .emoji{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-size:40px;}
.exp-tile .ph .pr{position:absolute; right:10px; bottom:10px; background:rgba(17,24,32,.86); color:#fff;
  padding:5px 11px; border-radius:999px; font-size:13.5px; font-weight:700; letter-spacing:.01em;
  backdrop-filter:saturate(140%) blur(2px);}
.exp-tile .tx{display:block; padding:13px 15px 16px;}
.exp-tile .tx b{display:block; font-size:17px; line-height:1.3; margin-bottom:3px;}
.exp-tile .tx .sub{display:block; font-size:13.5px; line-height:1.5; opacity:.72;}
@media (max-width:520px){ .exp-grid{grid-template-columns:1fr; gap:13px;} .exp-tile .tx b{font-size:16px;} }

/* filter tabs (leisure categories) */
.tabs{display:flex; gap:8px; overflow-x:auto; padding:2px 0 10px; -webkit-overflow-scrolling:touch;}
.tabs button{white-space:nowrap; border:1.5px solid var(--bd); background:var(--sf); color:var(--tm); border-radius:999px; padding:9px 15px; font:inherit; font-size:14px; cursor:pointer; min-height:44px;}
.tabs button[aria-pressed="true"]{border-color:var(--p); background:var(--p); color:#fff; font-weight:600;}

/* month calendar */
.cal{background:var(--sf); border:1px solid var(--bd); border-radius:14px; padding:12px;}
.cal-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:8px;}
.cal-head b{font-family:var(--serif); font-size:19px; color:var(--p);}
.cal-nav{border:1px solid var(--bd); background:var(--sf); border-radius:9px; width:40px; height:40px; font-size:18px; color:var(--p); cursor:pointer;}
.cal-nav:disabled{opacity:.35; cursor:default;}
.cal-grid{display:grid; grid-template-columns:repeat(7,1fr); gap:4px;}
.cal-dow{text-align:center; font-size:11px; color:var(--tm); padding:4px 0; text-transform:uppercase; letter-spacing:.05em;}
.cal-cell{aspect-ratio:1; border:1.5px solid transparent; border-radius:10px; background:var(--tint); color:var(--ink); font:inherit; font-size:15px; cursor:pointer; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:1px; padding:0;}
.cal-cell .px{font-size:9px; color:var(--tm); font-variant-numeric:tabular-nums;}
.cal-cell:disabled{background:transparent; color:var(--bd); cursor:default;}
.cal-cell.none{background:transparent; color:#C9C2B4; cursor:default; text-decoration:line-through;}
.cal-cell.on{border-color:var(--ad); background:#fff; font-weight:700; color:var(--p);}
.cal-cell.event{box-shadow:inset 0 -3px 0 var(--a);}

/* delivery / redemption timeline */
.timeline{list-style:none; margin:8px 0 0; padding:0;}
.timeline li{position:relative; padding:0 0 18px 30px; color:var(--tm); font-size:14px;}
.timeline li::before{content:''; position:absolute; left:8px; top:2px; width:12px; height:12px; border-radius:50%; background:var(--sf); border:2px solid var(--bd);}
.timeline li::after{content:''; position:absolute; left:13px; top:16px; bottom:-2px; width:2px; background:var(--bd);}
.timeline li:last-child::after{display:none;}
.timeline li.done{color:var(--ink);}
.timeline li.done::before{background:var(--ok); border-color:var(--ok);}
.timeline li.now{color:var(--p); font-weight:600;}
.timeline li.now::before{background:var(--a); border-color:var(--ad); box-shadow:0 0 0 4px rgba(209,152,116,.22);}
.timeline li b{display:block; color:inherit;}
.timeline li small{color:var(--tm); font-weight:400;}

/* redemption confirmation + wallet */
.confirm-hero{text-align:center; padding:8px 0 4px;}
.confirm-hero .tick{width:56px; height:56px; border-radius:50%; background:var(--ok); color:#fff; font-size:30px; line-height:56px; margin:0 auto 8px;}
.confirm-code{font-family:ui-monospace,'SF Mono',Menlo,monospace; font-size:26px; letter-spacing:.12em; color:var(--p); text-align:center; margin:6px 0;}
.btn-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px;}
.btn-row .cta{flex:1; min-width:150px;}
.btn-ghost{display:flex; align-items:center; justify-content:center; gap:8px; background:#000; color:#fff; border:0; border-radius:12px; padding:14px 18px; font-size:15px; font-weight:600; min-height:52px; cursor:pointer; text-decoration:none; font-family:inherit;}
.how-list{margin:8px 0 0; padding-left:20px; font-size:14.5px; color:var(--ink);}
.how-list li{margin:4px 0;}

/* ------- desktop: stop it feeling like a phone app in a sea of white ------- */
@media (min-width:768px){
  html{font-size:17px;}
  .wrap{max-width:680px; padding:0 24px 120px;}
  .gv-head{padding:24px 0 18px;}
  .gv-emblem{width:50px; height:50px;}
  .gv-brand .wordmark{font-size:25px;}
  .gv-foot{max-width:680px; padding-top:34px;}
  /* the shop hero gets room to breathe */
  .gv-hero{min-height:210px; padding:44px 38px;}
  .gv-hero h1{font-size:38px;}
  .sec{padding:22px 24px;}
  .sec h2{font-size:24px;}
  /* the voucher preview reads as a card, centred, not a full-bleed strip */
  .gift{max-width:460px; margin-left:auto; margin-right:auto;}
  /* amounts get a fourth column of choice on wider screens */
  .amounts{grid-template-columns:repeat(3,1fr);}
  /* the pinned CTA aligns to the content column */
  .cta-bar .cta{max-width:632px;}
}
@media (min-width:1080px){
  .wrap{max-width:760px;}
  .gv-foot{max-width:760px;}
  /* checkout + shop: let paired short fields sit side by side */
  .row-2{display:grid; grid-template-columns:1fr 1fr; gap:12px;}
  .row-2 .field{margin-bottom:0;}
}

/* Marketing opt-in row (checkout) */
.optin { display: flex; align-items: flex-start; gap: 8px; margin-top: 12px;
  font-size: 14px; line-height: 1.4; color: var(--muted, #6b6b6b); cursor: pointer; }
.optin input { margin-top: 2px; flex: 0 0 auto; }

/* ============================================================================
   DESIGN-SYSTEM OVERRIDES (2026-07-30) — square the brand + restyle buttons to
   the Grand Club handoff. Appended last so these win without disturbing layout.
   ============================================================================ */
h1, h2, .gv-brand .wordmark, .gift .wordmark, .gift .amount, .cal-head b, .exp-card b {
  letter-spacing: .01em;
}
/* Square every boxy surface + pill (radius 0 across the brand). Keep genuine
   dots/radios/spinner/checkmark circles round. */
.amt, .exp-card, .exp-card .ic, .exp-card .thumb, .chip, .sec, .field, .gift,
.err, .note-ok, .badge, .gv-hero, .img-ph, .tabs button, .cal, .cal-nav,
.cal-cell, .btn-ghost, .gv-nav a.cta, .seg, .seg button {
  border-radius: 0 !important;
}
/* Primary CTA: navy fill, cream text, square, uppercase caps label */
.cta {
  border-radius: 0; background: var(--p); color: var(--cream, #EBE9DD);
  font-weight: 700; text-transform: uppercase; letter-spacing: .2em; font-size: 13px;
}
.cta:hover:not(:disabled) { background: var(--pd); }
.cta.gold { background: transparent; color: var(--ad); border: 1px solid var(--a); }
.gv-nav a.cta { font-size: 11px; padding: 11px 18px; letter-spacing: .16em; }
.btn-ghost { border-radius: 0; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
/* Segmented control → square underline tabs, matching the account design */
.seg { background: transparent; padding: 0; gap: 24px; border-bottom: 1px solid var(--bd); border-radius: 0; }
.seg button { background: none !important; box-shadow: none !important; border-radius: 0; flex: 0 0 auto;
  border-bottom: 2px solid transparent; margin-bottom: -1px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; padding: 10px 2px; }
.seg button[aria-pressed="true"] { color: var(--p); border-bottom-color: var(--a); font-weight: 600; }
/* Preview strip → navy band with ivory text, matching account + booking */
/* Amount tiles: dress as the voucher artwork per the handoff (navy ground,
   gold rule, figure in display) — a stronger nod than the plain outline tile. */
.amt { background: var(--p); color: var(--fg-on-dark, #F2EFE6); border: 1px solid var(--p);
  box-shadow: inset 0 2px 0 var(--a); }
.amt.on { outline: 2px solid var(--a); outline-offset: 3px; }
.amt.other { background: var(--tint); color: var(--tm); border-color: var(--bd-strong); box-shadow: none; }

/* The health questions in the online day-pass journey: a row per question with
   its two answers, sized for a thumb rather than a mouse. */
.lq{display:flex; gap:12px; align-items:center; justify-content:space-between; flex-wrap:wrap;
  padding:10px 0; border-bottom:1px solid var(--line); font-size:15px; line-height:1.45;}
.lq:last-of-type{border-bottom:0;}
.lq>span:first-child{flex:1; min-width:200px;}
