/* Glencairn Face & Body — full site styles.
   Forks the UI-kit component styles and extends them with the new
   Packages / Gift Cards / Loyalty / Aftercare surfaces.
   Leans into the brand's thin circular keyline (ring) motif. */
@import url('colors_and_type.css');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--page-bg, var(--paper)); color: var(--fg1); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
::selection { background: var(--blush); color: var(--ink); }

/* page-level theming hooks driven by Tweaks */
.site { --page-bg: var(--paper); --accent: var(--clay); --accent-deep: var(--clay-600); }
.site.surf-white { --page-bg: #fff; }
.site.surf-cream { --page-bg: var(--paper); }
.site { background: var(--page-bg); min-height: 100vh; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.wrap.narrow { max-width: 920px; }

/* ---------- Buttons ---------- */
.btn { font-family: var(--font-sans); font-weight: 500; font-size: 15px; cursor: pointer;
  border: none; border-radius: var(--btn-radius, var(--r-pill)); padding: 14px 30px; transition: all .35s var(--ease);
  display: inline-flex; align-items: center; gap: 9px; letter-spacing: .01em; white-space: nowrap; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--aubergine); color: var(--fg-on-dark); }
.btn-primary:hover { background: var(--aubergine-700); box-shadow: var(--shadow-md); }
.btn-clay { background: var(--accent); color: #fff; }
.btn-clay:hover { background: var(--accent-deep); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--hairline-2); }
.btn-ghost:hover { border-color: var(--ink); }
.btn .ic { width: 17px; height: 17px; }
.btn-sm { padding: 10px 20px; font-size: 14px; }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--page-bg) 88%, transparent);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--hairline); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 24px; }
.nav-brand { display: flex; align-items: center; gap: 12px; cursor: pointer; flex: none; }
.nav-brand img { height: 48px; }
.nav-brand .bt { font-family: var(--font-display); font-weight: 500; text-transform: uppercase;
  letter-spacing: .14em; font-size: 16px; color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: 13.5px; letter-spacing: .03em; color: var(--fg2); cursor: pointer;
  transition: color .25s; position: relative; padding: 4px 0; white-space: nowrap; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); }
.nav-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1.5px; background: var(--accent); }
.nav-cta { margin-left: 6px; }
.nav-burger { display: none; background: none; border: none; cursor: pointer; color: var(--ink);
  padding: 10px; margin: -10px -10px -10px 0; align-items: center; justify-content: center; }
.mobile-menu { display: none; }

/* ---------- Eyebrow ---------- */
.eyebrow { font-family: var(--font-sans); font-weight: 500; font-size: 13px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--aubergine); }
.eyebrow.line::before { content: ""; display: inline-block; width: 28px; height: 1px;
  background: var(--aubergine); vertical-align: middle; margin-right: 12px; }
.eyebrow.center-line { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.eyebrow.center-line::before, .eyebrow.center-line::after { content: ""; width: 28px; height: 1px; background: var(--aubergine); }

/* ---------- Headings (case toggle via Tweaks) ---------- */
.site.caps-on h1, .site.caps-on h2 { text-transform: uppercase; letter-spacing: .07em; }
.site.caps-on .hero h1 { letter-spacing: .04em; }

/* ---------- Ring motif (the brand's circular keyline) ---------- */
.ring-badge { width: 64px; height: 64px; border-radius: 50%; border: 1px solid var(--aubergine);
  display: inline-flex; align-items: center; justify-content: center; flex: none; }
.ring-badge .ic { width: 26px; height: 26px; color: var(--aubergine); stroke-width: 1.4; }
.ring-deco { position: absolute; border-radius: 50%; border: 1px solid var(--hairline-2); pointer-events: none; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section.tight { padding: 64px 0; }
.center { text-align: center; }
.alt { background: var(--paper-2); }
.site.surf-white .alt { background: var(--paper); }
.sec-head { max-width: 600px; }
.sec-head.center { margin: 0 auto 54px; }
.sec-head h2 { margin: 14px 0 0; }
.sec-head .gc-lead { margin-top: 16px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
  padding-top: 80px; padding-bottom: 88px; }
.hero h1 { font-size: 64px; line-height: 1.0; margin: 18px 0 22px; }
.hero .lead { max-width: 440px; margin-bottom: 32px; }
.hero-cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero-trust { margin-top: 22px; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: 13px; color: var(--fg2); font-family: var(--font-sans); letter-spacing: .02em; }
.hero-trust-stars { display: inline-flex; gap: 2px; color: var(--clay); margin-right: 2px; }
.hero-trust-stars .ic { width: 14px; height: 14px; fill: var(--clay); stroke: var(--clay); }
.hero-trust-sep { color: var(--fg3); }
.hero-img { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-img img { width: 100%; height: 480px; object-fit: cover; }
.hero-ring { position: absolute; width: 230px; height: 230px; border-radius: 50%;
  border: 1px solid var(--accent); opacity: .5; top: -70px; right: -60px; pointer-events: none; }
/* full-bleed background image behind the text */
.hero-bg { display: none; }
/* centered hero variant */
.site.hero-center .hero-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; padding-top: 64px; }
.site.hero-center .hero .lead { margin-left: auto; margin-right: auto; }
.site.hero-center .hero-cta { justify-content: center; }
.site.hero-center .hero-img { max-width: 760px; margin-top: 24px; }
.site.hero-center .hero-img img { height: 380px; }
/* full-bleed hero variant — image sits behind the text */
.site.hero-full .hero-bg { display: block; position: absolute; inset: 0; z-index: 0; }
.site.hero-full .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%;
  opacity: var(--hero-img-opacity, 0.5); }
.site.hero-full .hero-bg::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(90deg, var(--page-bg) 0%, color-mix(in srgb, var(--page-bg) 78%, transparent) 46%, color-mix(in srgb, var(--page-bg) 35%, transparent) 100%),
  linear-gradient(0deg, var(--page-bg) 0%, transparent 26%); }
.site.hero-full .hero-img { display: none; }
.site.hero-full .hero-grid { grid-template-columns: 1fr; position: relative; z-index: 1;
  min-height: 80vh; align-items: center; padding-top: 56px; padding-bottom: 72px; }
.site.hero-full .hero h1 { font-size: 72px; }
.site.hero-full .hero .lead { max-width: 480px; color: var(--fg1); }
/* brand badge overlaid on the right of the full-bleed hero */
.hero-logo { display: none; }
.site.hero-full .hero-logo { display: block; position: absolute; z-index: 1;
  right: clamp(16px, 5vw, 88px); top: 50%; transform: translateY(-50%);
  width: clamp(360px, 45vw, 630px); pointer-events: none; opacity: .92;
  filter: drop-shadow(0 0 22px rgba(247,242,236,.85)) drop-shadow(0 2px 6px rgba(247,242,236,.7)); }
.site.hero-full .hero-logo img { width: 100%; height: auto; }

/* ---------- Feature strip ---------- */
.feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feat .fi { text-align: center; padding: 0 10px; display: flex; flex-direction: column; align-items: center; }
.feat .fi .ring-badge { margin-bottom: 18px; }
.feat .fi h4 { font-family: var(--font-display); font-size: 23px; font-weight: 600; margin: 0 0 8px; color: var(--ink); }
.feat .fi p { font-size: 14.5px; color: var(--fg2); line-height: 1.6; margin: 0; }

/* ---------- Treatment cards ---------- */
.tgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.tcard { background: var(--surface); border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--hairline); box-shadow: var(--shadow-sm); transition: all .4s var(--ease);
  cursor: pointer; display: flex; flex-direction: column; }
.tcard:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.tcard .ph { height: 230px; overflow: hidden; position: relative; }
.tcard .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.tcard:hover .ph img { transform: scale(1.04); }
.tcard .tag { position: absolute; top: 14px; left: 14px; background: color-mix(in srgb, var(--page-bg) 90%, transparent);
  backdrop-filter: blur(4px); color: var(--aubergine); font-size: 11.5px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; padding: 6px 13px; border-radius: var(--r-pill); border: 1px solid var(--hairline); }
.tcard .bd { padding: 26px 28px 28px; flex: 1; display: flex; flex-direction: column; }
.tcard .ttop { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.tcard h3 { margin: 0 0 4px; font-size: 25px; }
.tcard .dur { font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg3); white-space: nowrap; }
.tcard p { margin: 12px 0 0; font-size: 15px; color: var(--fg2); line-height: 1.62; }
.tcard .foot { display: flex; align-items: center; justify-content: space-between; margin-top: 22px;
  padding-top: 18px; border-top: 1px solid var(--hairline); }
.tcard .price { font-family: var(--font-display); font-size: 23px; color: var(--accent); white-space: nowrap; }
.tcard .more { font-size: 13.5px; font-weight: 500; color: var(--aubergine); white-space: nowrap;
  display: inline-flex; align-items: center; gap: 6px; transition: gap .3s; }
.tcard:hover .more { gap: 11px; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.about-grid .pic { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.about-grid .pic img { width: 100%; height: 540px; object-fit: cover; filter: grayscale(1) contrast(1.02); }
.creds { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.cred { font-size: 12.5px; font-weight: 500; color: var(--aubergine); background: rgba(67,52,79,.08);
  border-radius: var(--r-pill); padding: 8px 16px; }

/* ---------- Band (dark) ---------- */
.band { background: var(--aubergine); color: var(--fg-on-dark); position: relative; overflow: hidden; }
.band h2 { color: #fff; }
.band .lead { color: var(--fg-on-dark-2); }
.band .ring-deco { border-color: rgba(244,236,226,.18); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.field label { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--fg3); margin-bottom: 7px; font-weight: 500; }
.field input, .field textarea, .field select { width: 100%; font-family: var(--font-sans); font-size: 16px;
  color: var(--ink); background: var(--surface); border: 1px solid var(--hairline-2);
  border-radius: var(--r-sm); padding: 13px 15px; outline: none; transition: border-color .3s, box-shadow .3s; }
.field input::placeholder, .field textarea::placeholder { color: var(--fg3); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--aubergine); box-shadow: 0 0 0 3px rgba(67,52,79,.12); }
.field { margin-bottom: 18px; }
.contact-detail { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.contact-detail .ring-badge { width: 46px; height: 46px; }
.contact-detail .ring-badge .ic { width: 19px; height: 19px; }
.contact-detail .v { font-size: 16px; color: var(--ink); }
.contact-detail .k { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg3); margin-bottom: 2px; }
.map-frame { margin-top: 26px; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--hairline); }
.map-frame iframe { width: 100%; height: 260px; border: 0; display: block; filter: grayscale(.2) contrast(1.02); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--fg-on-dark-2); padding: 64px 0 36px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer .fbrand { display: flex; align-items: flex-start; gap: 16px; }
.footer img.flogo { height: 84px; }
.footer .fcol h5 { font-family: var(--font-sans); font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(244,236,226,.6); margin: 0 0 16px; font-weight: 600; }
.footer .fcol a, .footer .fcol div.fline { display: block; font-size: 14px; color: var(--fg-on-dark-2);
  cursor: pointer; transition: color .25s; margin-bottom: 11px; }
.footer .fcol a:hover { color: #fff; }
.footer .copy { padding-top: 26px; font-size: 12.5px; color: rgba(201,187,196,.7);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer .fsocial { display: inline-flex; align-items: center; gap: 9px; margin-top: 6px; color: #fff; }
.footer .fsocial .ic { width: 17px; height: 17px; }
.footer .fsocial:hover { color: var(--blush); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- prefers-reduced-motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* ================= PAGE HEADER (inner pages) ================= */
.pagehead { padding: 78px 0 24px; text-align: center; position: relative; }
.pagehead h1 { margin: 18px auto 0; max-width: 760px; }
.pagehead .gc-lead { max-width: 560px; margin: 22px auto 0; }

/* ================= PACKAGES ================= */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.pkg { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-lg);
  padding: 0; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; overflow: hidden;
  transition: all .4s var(--ease); position: relative; }
.pkg:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.pkg.featured { border-color: var(--accent); box-shadow: var(--shadow-md); }
.pkg .pkg-ph { height: 168px; overflow: hidden; }
.pkg .pkg-ph img { width: 100%; height: 100%; object-fit: cover; }
.pkg .pkg-flag { position: absolute; top: 14px; right: 14px; background: var(--accent); color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 6px 13px; border-radius: var(--r-pill); }
.pkg .pkg-bd { padding: 26px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.pkg h3 { margin: 0 0 4px; font-size: 26px; }
.pkg .pkg-sub { font-size: 13px; letter-spacing: .04em; color: var(--fg3); margin: 0 0 16px; }
.pkg .pkg-incl { list-style: none; padding: 0; margin: 0 0 20px; }
.pkg .pkg-incl li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--fg2);
  line-height: 1.5; margin-bottom: 11px; }
.pkg .pkg-incl li .ic { width: 17px; height: 17px; color: var(--aubergine); flex: none; margin-top: 2px; stroke-width: 1.8; }
.pkg .pkg-price { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--hairline);
  display: flex; align-items: baseline; gap: 10px; }
.pkg .pkg-price .amt { font-family: var(--font-display); font-size: 32px; color: var(--ink); }
.pkg .pkg-price .was { font-size: 15px; color: var(--fg3); text-decoration: line-through; }
.pkg .pkg-price .save { font-size: 12px; font-weight: 600; color: var(--success); letter-spacing: .04em;
  background: rgba(110,140,106,.12); padding: 4px 10px; border-radius: var(--r-pill); margin-left: auto; }
.pkg .btn { margin-top: 20px; justify-content: center; }

/* ================= GIFT CARDS ================= */
.gift-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.voucher { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  background: linear-gradient(150deg, var(--aubergine), #2c2236); color: var(--fg-on-dark);
  padding: 34px 34px 30px; aspect-ratio: 1.6 / 1; display: flex; flex-direction: column; justify-content: space-between; }
.voucher.clay { background: linear-gradient(150deg, var(--clay), var(--clay-600)); color: #fff; }
.voucher.blush { background: linear-gradient(150deg, #d9a98f, var(--clay)); color: #3a2418; }
.voucher .v-ring { position: absolute; width: 220px; height: 220px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22); right: -70px; bottom: -90px; }
.voucher .v-top { display: flex; justify-content: space-between; align-items: flex-start; }
.voucher .v-brand { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .18em; font-size: 14px; }
.voucher .v-tag { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; opacity: .8; }
.voucher .v-amt { font-family: var(--font-display); font-size: 56px; line-height: 1; }
.voucher .v-amt small { font-size: 22px; }
.voucher .v-treatment { font-family: var(--font-display); font-size: 32px; line-height: 1.05; }
.voucher .v-foot { font-size: 12px; opacity: .85; letter-spacing: .03em; }
.voucher .v-msg { font-size: 13.5px; font-style: italic; opacity: .9; margin-top: 6px; }
.gift-builder { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-lg);
  padding: 32px 34px; box-shadow: var(--shadow-sm); }
.seg { display: inline-flex; background: var(--paper-2); border-radius: var(--r-pill); padding: 4px; gap: 4px; }
.seg button { border: none; background: none; cursor: pointer; font-family: var(--font-sans); font-size: 14px;
  font-weight: 500; color: var(--fg2); padding: 9px 20px; border-radius: var(--r-pill); transition: all .25s var(--ease); }
.seg button.on { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { border: 1px solid var(--hairline-2); background: var(--surface); cursor: pointer; font-family: var(--font-sans);
  font-size: 15px; color: var(--fg1); padding: 11px 20px; border-radius: var(--r-pill); transition: all .25s var(--ease); }
.chip:hover { border-color: var(--aubergine); }
.chip.on { background: var(--aubergine); color: var(--fg-on-dark); border-color: var(--aubergine); }
.chip.t-chip { font-size: 14px; padding: 10px 16px; }

/* ================= LOYALTY ================= */
.loyal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.loyalcard { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); padding: 30px 32px; position: relative; overflow: hidden; }
.loyalcard .lc-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 22px; }
.loyalcard .lc-brand { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .16em; font-size: 15px; color: var(--ink); }
.loyalcard .lc-sub { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg3); margin-top: 4px; }
.stamps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.stamp { aspect-ratio: 1; border-radius: 50%; border: 1.5px solid var(--hairline-2); display: flex;
  align-items: center; justify-content: center; font-family: var(--font-display); font-size: 19px; color: var(--fg3);
  transition: all .4s var(--ease); cursor: pointer; position: relative;
  background: transparent; appearance: none; -webkit-appearance: none; padding: 0; }
.stamp:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
.stamp.filled { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 14%, transparent); color: var(--accent); }
.stamp.filled .ic { width: 20px; height: 20px; color: var(--accent); stroke-width: 1.6; }
.stamp.free { border: 1.5px dashed var(--accent); color: var(--accent); background: transparent; font-size: 12px;
  letter-spacing: .08em; text-transform: uppercase; font-family: var(--font-sans); font-weight: 600; text-align: center; line-height: 1.2; }
.stamp.free.filled { background: var(--accent); color: #fff; border-style: solid; }
.loyalcard .lc-foot { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--hairline);
  display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--fg2); }
.loyal-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 12px; }
.lstep { text-align: left; }
.lstep .num { font-family: var(--font-display); font-size: 14px; color: var(--aubergine); border: 1px solid var(--aubergine);
  width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.lstep h4 { font-family: var(--font-display); font-size: 20px; margin: 0 0 6px; color: var(--ink); }
.lstep p { font-size: 14px; color: var(--fg2); margin: 0; line-height: 1.55; }

/* ================= TESTIMONIALS ================= */
.reviews-head { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.stars { display: inline-flex; gap: 3px; color: var(--clay); }
.stars .ic { width: 20px; height: 20px; fill: var(--clay); stroke: var(--clay); }
.rating-line { font-size: 13.5px; color: var(--fg2); letter-spacing: .02em; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rev { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-lg);
  padding: 28px 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.rev .qmark { font-family: var(--font-display); font-size: 52px; line-height: .6; color: var(--blush); height: 28px; }
.rev .rstars { display: inline-flex; gap: 2px; color: var(--clay); margin-bottom: 12px; }
.rev .rstars .ic { width: 15px; height: 15px; fill: var(--clay); stroke: var(--clay); }
.rev p { font-size: 15.5px; color: var(--fg1); line-height: 1.62; font-style: italic; margin: 0 0 18px; }
.rev .rby { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.rev .ravatar { width: 38px; height: 38px; border-radius: 50%; background: var(--aubergine); color: #fff;
  display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 17px; flex: none; }
.rev .rname { font-size: 14.5px; font-weight: 500; color: var(--ink); }
.rev .rmeta { font-size: 12px; color: var(--fg3); }

/* ================= CATEGORY TEASER (home) ================= */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.catcard { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-sm); cursor: pointer; display: flex; flex-direction: column;
  transition: all .4s var(--ease); }
.catcard:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.catcard .ph { height: 150px; overflow: hidden; }
.catcard .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.catcard:hover .ph img { transform: scale(1.05); }
.catcard .bd { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.catcard h3 { margin: 0 0 4px; font-size: 22px; }
.catcard .meta { font-size: 12.5px; letter-spacing: .04em; color: var(--accent); margin-bottom: 10px; font-family: var(--font-sans); }
.catcard p { margin: 0 0 16px; font-size: 14px; color: var(--fg2); line-height: 1.55; }
.catcard .more { margin-top: auto; font-size: 13px; font-weight: 500; color: var(--aubergine);
  display: inline-flex; align-items: center; gap: 6px; transition: gap .3s; }
.catcard:hover .more { gap: 11px; }

/* ================= TREATMENT MENU (Treatments page) ================= */
.menu-sec { padding: 80px 0; }
.menu-cat { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
.menu-cat.rev .menu-media { order: 2; }
.menu-media { position: sticky; top: 100px; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.menu-media img { width: 100%; height: 460px; object-fit: cover; }
.menu-body .menu-meta { font-family: var(--font-sans); font-size: 14px; letter-spacing: .04em; color: var(--accent); margin: 6px 0 18px; }
.ph-badge { position: absolute; top: 14px; left: 14px; z-index: 1; background: rgba(34,28,46,.66); color: #fff;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-pill); backdrop-filter: blur(3px); }
.menu-body > .gc-body { margin-bottom: 22px; max-width: 440px; }
.menu-list { border-top: 1px solid var(--hairline); }
.mrow { padding: 18px 2px; border-bottom: 1px solid var(--hairline); }
.mrow-top { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.mname { font-family: var(--font-display); font-size: 22px; color: var(--ink); font-weight: 600; line-height: 1.2; }
.mname .mtag { font-family: var(--font-sans); font-size: 10.5px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent); border: 1px solid var(--accent); border-radius: var(--r-pill);
  padding: 3px 9px; margin-left: 10px; vertical-align: middle; }
.mprice { font-family: var(--font-display); font-size: 20px; color: var(--accent); white-space: nowrap; text-align: right; flex: none; }
.mprice .popt { display: block; font-size: 16px; line-height: 1.5; }
.mprice .popt .pl { font-family: var(--font-sans); font-size: 12px; color: var(--fg3); margin-right: 8px; letter-spacing: .04em; }
.mdesc { margin: 8px 0 0; font-size: 14.5px; color: var(--fg2); line-height: 1.6; max-width: 92%; }
.mdur { font-family: var(--font-sans); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--fg3); margin-top: 5px; }

/* ================= PAYMENTS ================= */
.pay-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.pay-chip { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--hairline-2);
  border-radius: var(--r-md); padding: 11px 16px; background: var(--surface); font-size: 14px; color: var(--ink); }
.pay-chip .ic { width: 19px; height: 19px; color: var(--accent); stroke-width: 1.6; }
.pay-chip.btc { border-color: var(--accent); }
.pay-chip .disc { font-size: 11px; font-weight: 600; color: var(--success); background: rgba(110,140,106,.12);
  padding: 3px 8px; border-radius: var(--r-pill); letter-spacing: .03em; }

/* ================= REAL PHOTOGRAPHY ================= */
.warm-photo { filter: saturate(0.9) brightness(1.02); }
/* studio gallery (About) */
.studio-gallery { display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: repeat(2, 200px); gap: 16px; }
.studio-gallery figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); position: relative; }
.studio-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.studio-gallery figure:hover img { transform: scale(1.04); }
.studio-gallery .big { grid-row: span 2; }
.studio-gallery .tall { grid-row: span 2; }
.studio-gallery .wide { grid-column: span 2; }
/* photo band (image + copy) used on gift / loyalty / home */
.photo-band { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.photo-band.rev .pb-media { order: 2; }
.pb-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); position: relative; }
.pb-media img { width: 100%; height: 420px; object-fit: cover; display: block; }
.pb-media .ring-deco { border-color: rgba(255,255,255,.5); }
.pb-body .gc-lead { margin-top: 14px; }
.visit-points { display: flex; flex-direction: column; gap: 18px; margin: 26px 0 28px; }
.vpoint { display: flex; gap: 14px; align-items: flex-start; }
.vpoint h4 { font-family: var(--font-display); font-size: 20px; font-weight: 600; margin: 0 0 3px; color: var(--ink); }
.vpoint p { margin: 0; font-size: 14.5px; color: var(--fg2); line-height: 1.5; }

/* ================= AFTERCARE / PREP ================= */
.care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.care-card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-lg);
  padding: 30px 32px; box-shadow: var(--shadow-sm); }
.care-card .care-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.care-card h3 { margin: 0; font-size: 24px; }
.care-list { list-style: none; padding: 0; margin: 0; }
.care-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--fg2);
  line-height: 1.55; padding: 11px 0; border-bottom: 1px solid var(--hairline); }
.care-list li:last-child { border-bottom: none; }
.care-list li .ic { width: 17px; height: 17px; color: var(--aubergine); flex: none; margin-top: 3px; stroke-width: 1.8; }

/* ================= FAQ / accordion (used in gift + loyalty) ================= */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer;
  padding: 22px 4px; font-family: var(--font-display); font-size: 21px; color: var(--ink);
  background: none; border: none; width: 100%; text-align: left; }
.faq-q:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; border-radius: var(--r-sm); }
.faq-q .ic { width: 20px; height: 20px; color: var(--aubergine); transition: transform .35s var(--ease); flex: none; }
.faq-item.open .faq-q .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a-inner { padding: 0 4px 22px; font-size: 15.5px; color: var(--fg2); line-height: 1.65; max-width: 640px; }

.fv-steps { grid-template-columns: repeat(4, 1fr); }

/* ---------- responsive ---------- */
/* contain decorative rings / bleed so nothing forces horizontal scroll */
html, body { overflow-x: hidden; }
.site { overflow-x: clip; }

@media (max-width: 1080px) {
  .hero h1 { font-size: 56px; }
  .site.hero-full .hero h1 { font-size: 60px; }
}
@media (max-width: 980px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .rev-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .fv-steps { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 900px) {
  .hero-grid, .about-grid, .contact-grid, .tgrid, .feat, .pkg-grid, .gift-grid, .loyal-grid, .care-grid, .loyal-steps, .cat-grid, .photo-band { grid-template-columns: 1fr; }
  .photo-band.rev .pb-media { order: 0; }
  .pb-media img { height: 300px; }
  .studio-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 180px); }
  .studio-gallery .big { grid-column: span 2; grid-row: span 1; }
  .studio-gallery .tall { grid-row: span 1; }
  .menu-cat, .menu-cat.rev .menu-media { grid-template-columns: 1fr; }
  .menu-cat { grid-template-columns: 1fr; }
  .menu-media { position: static; }
  .menu-cat.rev .menu-media { order: 0; }
  .menu-media img { height: 300px; }
  .hero h1, .site.hero-full .hero h1 { font-size: 46px; }
  .hero-grid { padding-top: 52px; padding-bottom: 56px; }
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; }
  .footer-top { grid-template-columns: 1fr; }
  .section, .menu-sec { padding: 56px 0; }
  .hero-ring { display: none; }
  .site.hero-full .hero-logo { display: none; }
  .pagehead h1 { font-size: 40px; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 20px; }
  .hero h1, .site.hero-full .hero h1 { font-size: 38px; }
  .pagehead { padding: 56px 0 18px; }
  .pagehead h1 { font-size: 34px; }
  .section, .menu-sec { padding: 48px 0; }
  .sec-head.center { margin-bottom: 36px; }
  h2 { font-size: 30px; }
  .studio-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .studio-gallery .big, .studio-gallery .wide, .studio-gallery .tall { grid-column: auto; grid-row: auto; }
  .studio-gallery figure { height: 230px; }
  .fv-steps { grid-template-columns: 1fr; gap: 22px; }
  .voucher { padding: 26px 24px 22px; }
  .voucher .v-amt { font-size: 46px; }
  .voucher .v-treatment { font-size: 26px; }
  .gift-builder, .loyalcard, .care-card, .pkg .pkg-bd { padding-left: 22px; padding-right: 22px; }
  .btn { padding: 13px 24px; }
  .hero-cta, .pay-row, .chip-row { gap: 10px; }
  .nav-brand .bt { font-size: 14px; }
  .mprice { font-size: 18px; }
  .mname { font-size: 20px; }
  .copy { flex-direction: column; gap: 8px; }
  .stamps { gap: 10px; }
  .stamp { font-size: 16px; }
}
