@font-face {
  font-family: "Semakin";
  src: url("../fonts/Semakin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0e1414;
  --ink-soft: #111e1e;
  --panel: #12302f;
  --mint: #62d1cf;
  --mint-bright: #84ece8;
  --paper: #f4f7f5;
  --muted: #aab8b7;
  --line: rgba(255, 255, 255, 0.12);
  --scroll-progress: 0;
  --hero-shift: 0px;
  --cta-shift: 0px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  color-scheme: dark;
  /* Stops iOS Safari inflating type when the phone is rotated to landscape. */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Semakin", system-ui, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(98, 209, 207, .18);
}
:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 120px; }
section[id] { scroll-margin-top: 118px; }
.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; width: calc(var(--scroll-progress) * 100%); height: 3px; background: linear-gradient(90deg, var(--mint), #d7fffd); box-shadow: 0 0 18px rgba(98, 209, 207, .65); pointer-events: none; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(44px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: #0b1111;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 16, 16, .98) 0%, rgba(8, 16, 16, .8) 42%, rgba(8, 16, 16, .16) 75%, rgba(8, 16, 16, .28) 100%),
    linear-gradient(0deg, rgba(8, 16, 16, .9), transparent 40%);
  pointer-events: none;
}
.hero-image {
  position: absolute;
  inset: 0;
  background-image: url("../images/prestige-barber-hero.webp"),
    radial-gradient(circle at 76% 42%, rgba(80, 222, 216, .25), transparent 23%),
    linear-gradient(115deg, #0e1c1c 5%, #0b1111 60%, #143331 100%);
  background-size: cover;
  background-position: center center;
  filter: saturate(.9) contrast(1.05);
  transform: scale(1.035) translateY(var(--hero-shift));
  animation: hero-breathe 10s ease-in-out infinite alternate;
}
.hero-noise {
  position: absolute;
  inset: 0;
  opacity: .055;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 2;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 18px;
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px 0 22px;
  margin-bottom: -78px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(10, 19, 19, .82);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}
.brand { display: inline-flex; align-items: center; justify-self: start; }
.brand-logo {
  display: block;
  width: clamp(158px, 15vw, 204px);
  height: auto;
  object-fit: contain;
}
.desktop-nav { display: flex; align-items: center; justify-self: center; gap: 28px; }
.desktop-nav a, .footer-grid nav a {
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease;
}
@media (hover: hover) { .desktop-nav a:hover, .footer-grid nav a:hover { color: var(--mint); } }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid var(--mint-bright);
  border-radius: 10px;
  background: linear-gradient(135deg, var(--mint-bright), #50b8b6);
  color: var(--ink);
  box-shadow: 0 12px 38px rgba(84, 211, 207, .13);
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
@media (hover: hover) { .button:hover { transform: translateY(-2px); box-shadow: 0 16px 46px rgba(84, 211, 207, .24); } }
.button:active { transform: translateY(1px); }
.button-small { min-height: 52px; padding-inline: 24px; }
.header-cta { justify-self: end; }
.mobile-menu { display: none; }

.hero-content {
  position: relative;
  z-index: 4;
  padding-top: 230px;
}
.hero-content .eyebrow { animation: hero-rise .65s .1s both; }
.hero-content h1 { animation: hero-rise .75s .22s both; }
.eyebrow {
  margin: 0 0 24px;
  color: var(--mint);
  font-size: 11px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 0;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.055em;
  line-height: .92;
  text-transform: uppercase;
}
h1 { max-width: 780px; font-size: clamp(56px, 7vw, 92px); }
h1 span, h2 span { display: block; color: var(--mint); }
.hero-copy {
  max-width: 590px;
  margin: 32px 0 0;
  color: #c4cecd;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.65;
  text-transform: uppercase;
}
.hero-copy { animation: hero-rise .75s .36s both; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.hero-actions { animation: hero-rise .75s .48s both; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.text-link span { color: var(--mint); }
.hero-proof {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.hero-proof span { padding: 25px 18px; border-right: 1px solid var(--line); color: #d0d8d7; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof span:first-child { border-left: 1px solid var(--line); }
.hero-proof b { margin-right: 10px; color: var(--mint); }

/* Quick-booking card on the hero — opens the Fresha popup on submit. */
.hero-book { display: grid; gap: 14px; width: min(100%, 430px); margin-top: 32px; padding: 22px 22px 18px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px; background: rgba(9, 17, 17, .62); box-shadow: 0 20px 60px rgba(0, 0, 0, .32); backdrop-filter: blur(12px) saturate(120%); -webkit-backdrop-filter: blur(12px) saturate(120%); animation: hero-rise .75s .48s both; }
.hero-book-title { margin: 0; color: var(--paper); font-size: 12px; font-weight: 900; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.hero-book-copy { margin: 0; color: #9fb0af; font-size: 13px; line-height: 1.55; }
.hero-book-field { display: grid; gap: 8px; }
.hero-book-field > span { color: #9eb0ae; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-book select {
  width: 100%;
  min-height: 52px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #30403f;
  border-radius: 0;
  outline: none;
  background: #0d1616;
  color: #fff;
  padding: 14px 44px 14px 16px;
  font: inherit;
  font-size: 16px;
  text-transform: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--mint) 50%), linear-gradient(135deg, var(--mint) 50%, transparent 50%);
  background-position: calc(100% - 21px) 23px, calc(100% - 15px) 23px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.hero-book select:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(98, 209, 207, .1); }
.hero-book-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-book input { width: 100%; min-height: 52px; appearance: none; -webkit-appearance: none; border: 1px solid #30403f; border-radius: 0; outline: none; background: #0d1616; color: #fff; padding: 14px 16px; font: inherit; font-size: 16px; text-transform: none; transition: border-color .2s ease, box-shadow .2s ease; }
.hero-book input:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(98, 209, 207, .1); }
.hero-book .form-status { min-height: 0; margin: 0; color: var(--mint); font-size: 11px; line-height: 1.4; }
.hero-book .button { width: 100%; }
/* Fresha booking embedded via iframe (note: Fresha's frame-ancestors policy may
   block third-party framing and render this blank — hence the fallback link). */
.hero-book-embed { width: min(100%, 440px); }
.fresha-embed { position: relative; width: 100%; height: 520px; overflow: hidden; border: 1px solid #30403f; border-radius: 10px; background: #0d1616; }
.fresha-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.hero-book small { color: #93a5a3; font-size: 10px; line-height: 1.5; letter-spacing: .02em; }
.hero-explore { display: inline-flex; margin-top: 22px; animation: hero-rise .75s .58s both; }

/* On wider screens the hero text and the booking form sit side by side so the
   form (and its Book button) stay above the fold without a giant headline. */
@media (min-width: 820px) {
  .hero-content { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, 440px); gap: 56px; align-items: center; }
  .hero-content h1 { font-size: clamp(44px, 4.8vw, 72px); }
  .hero-book { margin-top: 0; }
}

.ticker { overflow: hidden; border-block: 1px solid rgba(98, 209, 207, .2); background: var(--mint); color: var(--ink); }
.ticker div { display: flex; justify-content: center; align-items: center; gap: 34px; min-width: 900px; padding: 17px; }
.ticker div { animation: ticker-drift 16s ease-in-out infinite alternate; }
.ticker span { font-size: 14px; font-weight: 950; font-style: italic; letter-spacing: .08em; }
.ticker i { font-style: normal; font-size: 11px; }

.section-index { padding-bottom: 22px; border-bottom: 1px solid var(--line); color: #718281; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; padding-top: 64px; }
h2 { font-size: clamp(44px, 5.4vw, 75px); }
.intro-copy { align-self: end; }
.intro-copy > p, .about-content > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.intro-copy .text-link { margin-top: 24px; }

.services-section { background: #f1f4f2; color: var(--ink); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }
.section-heading h2 span { display: inline; }
.section-heading > p { max-width: 280px; margin-bottom: 4px; color: #536160; font-size: 14px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card .service-price { color: var(--mint); font-size: 13px; font-weight: 900; letter-spacing: 0; }
.service-card:hover .service-price { color: var(--mint-bright); }
.service-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid #d8dfdc;
  background: #f8faf9;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.service-card-image { position: relative; height: 150px; margin: 22px -12px 26px; overflow: hidden; background: #d9e1de; }
.service-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .55s ease, filter .4s ease; }
@media (hover: hover) {
  .service-card:hover .service-card-image img { transform: scale(1.07); filter: saturate(1) contrast(1.08); }
  .service-card:hover { background: var(--panel); color: white; transform: translateY(-6px); }
  .service-card:hover .service-top { color: var(--mint); }
  .service-card:hover p { color: #b9c7c6; }
}
.service-top { display: flex; justify-content: space-between; color: #6d7b79; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 16px; font-size: 25px; font-weight: 900; font-style: italic; letter-spacing: -.03em; text-transform: uppercase; }
.service-card p { color: #63706f; font-size: 14px; line-height: 1.65; }
.service-card > a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid currentColor; font-size: 11px; font-weight: 900; font-style: italic; letter-spacing: .08em; text-transform: uppercase; }
.service-card > a span { color: var(--mint); }

.ritual { border-top: 1px solid var(--line); }
.ritual-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; padding-top: 64px; }
.ritual-heading > p { max-width: 420px; margin-bottom: 6px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-block: 1px solid var(--line); }
.step-card { position: relative; min-height: 350px; padding: 34px; border-right: 1px solid var(--line); overflow: hidden; }
.step-card:first-child { border-left: 1px solid var(--line); }
.step-card > span { color: var(--mint); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.step-icon { position: relative; width: 94px; height: 94px; display: grid; place-items: center; margin: 42px 0; border: 1px solid rgba(98,209,207,.24); border-radius: 50%; transition: transform .55s ease, border-color .35s ease; }
.step-icon::before, .step-icon::after, .step-icon i { content: ""; display: block; position: absolute; background: var(--mint); }
.step-icon::before { width: 34px; height: 2px; }
.step-icon::after { width: 2px; height: 34px; }
.step-icon i { width: 8px; height: 8px; border-radius: 50%; box-shadow: 18px 0 0 var(--mint), -18px 0 0 var(--mint); }
@media (hover: hover) { .step-card:hover .step-icon { transform: rotate(90deg); border-color: var(--mint); } }
.step-card h3 { margin-bottom: 13px; font-size: 24px; font-weight: 900; font-style: italic; text-transform: uppercase; }
.step-card p { margin: 0; color: #7f908f; font-size: 14px; line-height: 1.7; }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.about-visual {
  aspect-ratio: 4 / 5;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(98, 209, 207, .28);
  background: radial-gradient(circle at 50% 35%, #1c4a47, #101c1c 55%, #0c1313);
}
.about-visual::before, .about-visual::after { content: ""; position: absolute; border: 1px solid rgba(98, 209, 207, .15); border-radius: 50%; }
.about-visual::before { width: 85%; aspect-ratio: 1; }
.about-visual::after { width: 58%; aspect-ratio: 1; }
.monogram { position: relative; z-index: 1; color: transparent; -webkit-text-stroke: 1px var(--mint); font-size: 100px; font-weight: 950; font-style: italic; letter-spacing: -.12em; }
.about-visual > span { position: absolute; bottom: 30px; color: #92aaa7; font-size: 9px; letter-spacing: .24em; }
.about-content > p { max-width: 600px; margin-top: 30px; }
.values { margin-top: 44px; border-top: 1px solid var(--line); }
.values > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.values h3 { margin: 0; font-size: 13px; text-transform: uppercase; }
.values p { margin: 0; color: #849493; font-size: 13px; line-height: 1.5; }

.location { overflow: hidden; background: #edf2ef; color: var(--ink); }
.location-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.map-card { position: relative; min-height: 600px; overflow: hidden; border: 1px solid #cad6d2; background: #dce6e1; }
.map-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(14,20,20,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(14,20,20,.08) 1px, transparent 1px); background-size: 50px 50px; }
.map-card::before { content: ""; position: absolute; width: 300px; height: 400px; left: 14%; top: 14%; border-radius: 45% 52% 58% 42%; background: #cad9d2; transform: rotate(-14deg); box-shadow: 200px 100px 0 -80px #c6d5cf; }
.map-road { position: absolute; height: 10px; border-block: 1px solid rgba(14,20,20,.14); background: rgba(255,255,255,.48); transform-origin: left center; }
.road-one { width: 105%; top: 30%; left: -5%; transform: rotate(15deg); }
.road-two { width: 100%; top: 74%; left: 4%; transform: rotate(-22deg); }
.road-three { width: 80%; top: 12%; left: 54%; transform: rotate(68deg); }
.map-pin { position: absolute; z-index: 2; left: 48%; top: 46%; display: flex; align-items: center; gap: 14px; animation: pin-float 2.4s ease-in-out infinite; }
.map-pin > span { width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid #eaf9f7; border-radius: 50%; background: var(--panel); color: var(--mint); font-size: 20px; font-weight: 950; font-style: italic; box-shadow: 0 15px 35px rgba(14,20,20,.25); }
.map-pin div { padding: 12px 16px; border: 1px solid rgba(14,20,20,.14); background: rgba(255,255,255,.86); box-shadow: 0 10px 30px rgba(14,20,20,.12); }
.map-pin b, .map-pin small { display: block; }
.map-pin b { font-size: 11px; font-style: italic; letter-spacing: .05em; }
.map-pin small { margin-top: 4px; color: #60706d; font-size: 9px; text-transform: uppercase; }
.map-coordinate { position: absolute; left: 22px; bottom: 20px; padding: 8px 10px; background: rgba(255,255,255,.72); color: #60706d; font-size: 9px; letter-spacing: .12em; }
.location-copy .eyebrow { color: #2e8885; }
.location-copy > p { margin-top: 30px; color: #596865; font-size: 16px; line-height: 1.75; }
.location-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 36px 0; }
.location-meta div { padding: 18px; border: 1px solid #cfdbd6; }
.location-meta small, .location-meta strong { display: block; }
.location-meta small { margin-bottom: 8px; color: #71807d; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.location-meta strong { font-size: 12px; text-transform: uppercase; }
.map-button { width: max-content; }
/* Real embedded Google Map (allowed to be framed, unlike Fresha). */
.map-embed { padding: 0; }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; filter: saturate(.92); }

/* Details slide — amenities + opening hours (homepage screen 4). */
.details-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.details-col h2 { margin-bottom: 8px; }
.amenities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 26px; margin: 38px 0 0; padding: 0; list-style: none; }
.amenities li { position: relative; padding-left: 30px; color: var(--paper); font-size: 14px; line-height: 1.35; }
.amenities li::before { content: ""; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border: 1px solid rgba(98, 209, 207, .4); border-radius: 50%; background: rgba(98, 209, 207, .08); }
.amenities li::after { content: "✓"; position: absolute; left: 4px; top: 0; color: var(--mint); font-size: 11px; font-weight: 900; }
.hours { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.hours li { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.hours li span { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hours li b { color: var(--paper); font-size: 13px; font-weight: 700; white-space: nowrap; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq-heading > p:last-child { max-width: 300px; margin-top: 30px; color: #849493; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 28px 4px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; font-style: italic; letter-spacing: .02em; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--mint); font-size: 22px; transition: transform .3s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 0 26px; color: #8fa09e; font-size: 14px; line-height: 1.75; animation: faq-open .35s ease both; }

.contact { background: var(--panel); }
.contact-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: center; }
.contact-card { padding: 42px; border: 1px solid rgba(255, 255, 255, .15); background: rgba(5, 12, 12, .22); }
.contact-card p { color: #c1cecd; font-size: 16px; line-height: 1.7; }
.contact-card .button { width: 100%; margin: 16px 0 18px; }
.contact-card small { display: block; color: #8fa4a2; font-size: 9px; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

footer { padding: 70px 0 28px; background: #080d0d; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 55px; }
.footer-grid > p { margin: 0; color: #71807f; font-size: 13px; text-align: center; }
.footer-grid nav { display: flex; justify-content: flex-end; gap: 26px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line); color: #586564; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

.page-hero { position: relative; min-height: 650px; overflow: hidden; display: flex; align-items: flex-end; background: #0b1111; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,16,16,.97), rgba(8,16,16,.78) 52%, rgba(8,16,16,.3)), linear-gradient(0deg, rgba(8,16,16,.86), transparent 60%); }
.page-hero-art { position: absolute; inset: 0; background: url("../images/prestige-barber-hero.webp") center 35% / cover no-repeat; filter: saturate(.75) contrast(1.08); opacity: .6; transform: scale(1.035); }
.page-hero-inner { position: relative; z-index: 3; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; padding: 210px 0 90px; }
.page-hero-inner h1 { font-size: clamp(64px, 7.4vw, 104px); }
.page-hero-side { max-width: 420px; justify-self: end; padding: 26px 0 4px; border-top: 1px solid var(--line); }
.page-hero-side > span { color: var(--mint); font-size: 9px; letter-spacing: .16em; }
.page-hero-side p { margin: 24px 0 0; color: #b8c4c3; font-size: 16px; line-height: 1.75; }

.page-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-photo-panel { position: relative; min-height: 610px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(98,209,207,.24); background: radial-gradient(circle at 50% 38%, #1b4d49, #101c1c 52%, #0b1212); }
.about-photo-panel::before, .about-photo-panel::after { content: ""; position: absolute; border: 1px solid rgba(98,209,207,.14); border-radius: 50%; }
.about-photo-panel::before { width: 82%; aspect-ratio: 1; }
.about-photo-panel::after { width: 58%; aspect-ratio: 1; }
.about-photo-panel > span { position: absolute; bottom: 28px; color: #7f9693; font-size: 9px; letter-spacing: .2em; }
.page-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.page-copy .button { margin-top: 20px; }

.values-section { background: #eef3f0; color: var(--ink); }
.light-heading .eyebrow { color: #2e8885; }
.value-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.value-card-grid article { min-height: 320px; padding: 30px; border: 1px solid #cfdbd6; background: rgba(255,255,255,.48); transition: transform .25s ease, background .25s ease; }
@media (hover: hover) { .value-card-grid article:hover { transform: translateY(-6px); background: white; } }
.value-card-grid span { color: #2e8885; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.value-card-grid h3 { margin: 100px 0 16px; font-size: 24px; font-weight: 900; text-transform: uppercase; }
.value-card-grid p { margin: 0; color: #64716f; font-size: 14px; line-height: 1.7; }
.page-cta { background: var(--panel); }
.page-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.page-cta .button { flex: 0 0 auto; }

.service-list-section { background: #eef3f0; color: var(--ink); }
.service-list-intro { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 38px; border-bottom: 1px solid #cbd6d2; }
.service-list-intro .eyebrow { color: #2e8885; }
.service-list-intro > p:last-child { max-width: 480px; color: #65736f; font-size: 14px; line-height: 1.7; }
.service-list article { display: grid; grid-template-columns: 48px 160px 1fr 78px max-content; gap: 22px; align-items: center; padding: 26px 4px; border-bottom: 1px solid #cbd6d2; transition: padding .25s ease, background .25s ease; }
@media (hover: hover) { .service-list article:hover { padding-inline: 20px; background: rgba(255,255,255,.5); } }
.service-list-image { position: relative; height: 118px; overflow: hidden; background: #d4dfda; }
.service-list-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.72) contrast(1.06); transition: transform .5s ease, filter .35s ease; }
@media (hover: hover) { .service-list article:hover .service-list-image img { transform: scale(1.08); filter: saturate(.98) contrast(1.08); } }
.service-number, .service-time { color: #64736f; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.service-list .service-time { display: flex; flex-direction: column; gap: 2px; align-items: flex-start; }
.service-list .service-price { color: #2e8885; font-size: 20px; letter-spacing: 0; }
.service-list h2 { margin: 0; font-size: clamp(28px, 3vw, 44px); }
.service-list p { max-width: 700px; margin: 10px 0 0; color: #64716f; font-size: 13px; line-height: 1.65; }
.service-list article > a { display: flex; justify-content: space-between; gap: 14px; white-space: nowrap; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.service-list article > a span { color: #2e8885; }
.service-care { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.care-grid { border-top: 1px solid var(--line); }
.care-grid > div { display: grid; grid-template-columns: 50px .7fr 1.3fr; gap: 20px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.care-grid b { color: var(--mint); font-size: 10px; }
.care-grid h3 { margin: 0; font-size: 16px; text-transform: uppercase; }
.care-grid p { margin: 0; color: #869694; font-size: 13px; line-height: 1.6; }

.contact-page, .booking-page { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.contact-details > p:not(.eyebrow), .booking-intro > p:not(.eyebrow) { max-width: 520px; margin-top: 28px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-detail-list { margin-top: 40px; border-top: 1px solid var(--line); }
.contact-detail-list > * { position: relative; display: grid; gap: 7px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-detail-list small { color: #71817f; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact-detail-list strong { font-size: 14px; text-transform: uppercase; }
.contact-detail-list a span { position: absolute; right: 4px; top: 28px; color: var(--mint); }
.prestige-form { display: grid; gap: 20px; padding: 40px; border: 1px solid rgba(255,255,255,.14); background: #111d1d; }
.prestige-form label { display: grid; gap: 10px; color: #9eb0ae; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
/* font-size must stay >=16px: iOS Safari auto-zooms the page on focus below that. */
.prestige-form input, .prestige-form textarea, .prestige-form select { width: 100%; min-height: 52px; appearance: none; -webkit-appearance: none; border: 1px solid #30403f; border-radius: 0; outline: none; background: #0d1616; color: white; padding: 15px 16px; font: inherit; font-size: 16px; text-transform: none; transition: border-color .2s ease, box-shadow .2s ease; }
.prestige-form select { background-image: linear-gradient(45deg, transparent 50%, var(--mint) 50%), linear-gradient(135deg, var(--mint) 50%, transparent 50%); background-position: calc(100% - 21px) 23px, calc(100% - 15px) 23px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 44px; }
.prestige-form input[type="date"] { min-height: 52px; }
.prestige-form input:focus, .prestige-form textarea:focus, .prestige-form select:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(98,209,207,.08); }
.prestige-form textarea { resize: vertical; }
.prestige-form .button { width: 100%; border: 1px solid var(--mint-bright); cursor: pointer; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-status { min-height: 18px; margin: -4px 0 0; color: var(--mint); font-size: 11px; line-height: 1.5; }
.contact-map { background: #edf2ef; color: var(--ink); }
.contact-map-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.mini-map { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #cad6d2; background-color: #dce6e1; background-image: linear-gradient(rgba(14,20,20,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(14,20,20,.08) 1px,transparent 1px); background-size: 46px 46px; }
.mini-map span { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--panel); color: var(--mint); font-size: 24px; font-weight: 900; box-shadow: 0 14px 30px rgba(14,20,20,.2); }
.mini-map b { font-size: 15px; }
.mini-map small { margin-top: 6px; color: #61716e; letter-spacing: .18em; }
.contact-map-inner > div:last-child > p:last-child { margin-top: 26px; color: #61716e; line-height: 1.7; }

.booking-notes { display: grid; gap: 12px; margin-top: 36px; }
.booking-notes span { padding: 14px 0; border-bottom: 1px solid var(--line); color: #a6b4b2; font-size: 12px; text-transform: uppercase; }
.booking-notes b { margin-right: 14px; color: var(--mint); }
.form-loading { min-height: 480px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--muted); }

/* Fresha booking panel (booking.html) — Fresha blocks iframing, so this is a
   styled launch panel to the external booking flow, with a call/WhatsApp backup. */
.fresha-panel { display: grid; gap: 20px; align-content: start; padding: 40px; border: 1px solid rgba(255, 255, 255, .14); background: #111d1d; }
.fresha-title { margin: 0; font-size: clamp(28px, 3vw, 40px); font-weight: 900; letter-spacing: -.04em; line-height: .95; text-transform: uppercase; }
.fresha-title span { display: block; color: var(--mint); }
.fresha-copy { margin: 0; max-width: 44ch; color: var(--muted); font-size: 15px; line-height: 1.7; }
.fresha-panel .button { width: 100%; }
.booking-backup { display: grid; gap: 14px; margin-top: 4px; padding-top: 24px; border-top: 1px solid var(--line); }
.booking-backup small { color: #8fa4a2; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.backup-actions { display: flex; flex-wrap: wrap; gap: 14px 28px; }
.backup-actions .text-link { min-height: 0; }

/* Booking-page inline form panel (holds the on-site request form + Fresha link). */
.booking-form-panel { display: grid; gap: 18px; align-content: start; }

/* On-page booking modal — the on-site form opened by every "Book" button. */
.book-modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 18px; }
.book-modal[hidden] { display: none; }
.book-modal-backdrop { position: absolute; inset: 0; background: rgba(4, 10, 10, .74); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.book-modal-panel { position: relative; z-index: 1; width: min(560px, 100%); max-height: calc(100dvh - 36px); overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 32px 30px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 16px; background: #111d1d; box-shadow: 0 40px 120px rgba(0, 0, 0, .6); animation: book-in .4s cubic-bezier(.2, .7, .2, 1) both; }
@keyframes book-in { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
.book-modal-close { position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, .02); color: var(--paper); font-size: 22px; line-height: 1; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
@media (hover: hover) { .book-modal-close:hover { background: var(--mint); color: var(--ink); border-color: var(--mint); } }
.book-modal-title { margin: 2px 0 20px; font-size: clamp(26px, 4vw, 34px); font-weight: 900; letter-spacing: -.03em; line-height: .95; text-transform: uppercase; }
.book-modal-title span { color: var(--mint); }
.book-modal .prestige-form { padding: 0; border: 0; background: transparent; }
.book-modal-fresha { display: inline-flex; align-items: center; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); color: #9fb0af; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.book-modal-fresha span { margin-left: 6px; color: var(--mint); }
body.book-open { overflow: hidden; }

/* Small "live availability on Fresha" link under the hero quick-book form. */
.hero-book-fresha { display: inline-flex; align-items: center; margin-top: 2px; color: #9fb0af; font-size: 11px; font-weight: 700; letter-spacing: .02em; transition: color .2s ease; }
@media (hover: hover) { .hero-book-fresha:hover { color: var(--mint); } }

.parallax-cta { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: #071010; }
.parallax-cta-image { position: absolute; inset: -14%; background: url("../images/prestige-parallax-cta.webp") center / cover no-repeat; transform: translate3d(0, var(--cta-shift), 0) scale(1.08); will-change: transform; }
.parallax-cta-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,13,.96), rgba(5,13,13,.72) 52%, rgba(5,13,13,.18)), linear-gradient(0deg, rgba(5,13,13,.75), transparent 56%); }
.parallax-cta-content { position: relative; z-index: 2; padding-block: 120px; }
.parallax-cta-content h2 { max-width: 900px; font-size: clamp(50px, 6.5vw, 92px); }
.parallax-cta-content > p:not(.eyebrow) { max-width: 600px; margin: 30px 0 34px; color: #bdc9c7; font-size: 16px; line-height: 1.75; }
.parallax-cta-mark { position: absolute; right: 4%; bottom: -10%; color: transparent; -webkit-text-stroke: 1px rgba(98,209,207,.18); font-size: clamp(150px, 24vw, 340px); font-weight: 900; letter-spacing: -.12em; opacity: .8; }

@keyframes hero-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-breathe { from { filter: saturate(.82) contrast(1.05); } to { filter: saturate(1) contrast(1.1); } }
@keyframes ticker-drift { from { transform: translateX(-22px); } to { transform: translateX(22px); } }
@keyframes pin-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes faq-open { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

.brand-logo,
.desktop-nav a,
.footer-grid nav a,
.button,
.eyebrow,
h1,
h2,
.hero-copy,
.text-link,
.ticker span,
.service-card h3,
.service-card > a,
.step-card h3,
.monogram,
.map-pin > span,
.map-pin b,
.faq-list summary {
  font-style: normal;
}

@media (max-width: 900px) {
  .site-header { display: flex; justify-content: space-between; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { display: flex; align-items: center; min-height: 44px; cursor: pointer; list-style: none; padding: 0 16px; border: 1px solid var(--line); border-radius: 8px; color: var(--paper); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 56px; width: 210px; display: grid; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #101d1d; box-shadow: 0 18px 50px rgba(0,0,0,.5); }
  .mobile-menu nav a { display: flex; align-items: center; min-height: 44px; padding: 0 12px; border-radius: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
  .mobile-menu nav a:last-child { margin-top: 4px; background: var(--mint); color: var(--ink); justify-content: center; font-weight: 900; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .ritual-heading, .location-inner { gap: 50px; }
  .details-inner { gap: 50px; }
  .step-card { padding: 24px; }
  .map-card { min-height: 500px; }
  .faq { gap: 55px; }
  .about { gap: 50px; }
  .page-hero-inner, .page-split, .service-care, .contact-page, .booking-page { gap: 50px; }
  .value-card-grid { grid-template-columns: repeat(2, 1fr); }
  .service-list article { grid-template-columns: 42px 130px 1fr 70px 60px; gap: 18px; }
  .contact-map-inner { gap: 50px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding-block: 80px; }
  /* Hero flows instead of being pinned to a fixed 820px: on a 667px-tall phone the
     old min-height overflowed the screen and .hero-proof (absolute) sat on top of
     the CTA. Column layout lets it size to content and keeps the proof bar below. */
  .hero { min-height: auto; display: flex; flex-direction: column; }
  .site-header { top: 10px; width: calc(100% - 24px); height: 68px; padding: 0 10px 0 14px; margin-bottom: -68px; border-radius: 15px; }
  .brand-logo { width: 148px; }
  .hero-content { flex: 1 0 auto; padding-top: 132px; padding-bottom: 48px; }
  /* 15vw (56px @375) was far too wide for "QUIET CONFIDENCE." in a 345px column, so
     every headline phrase broke across two lines — 6 lines tall, shoving the CTA below
     the fold. 9.2vw keeps each phrase on its own line from 320px up. */
  h1 { font-size: clamp(30px, 9.2vw, 52px); }
  .hero-copy { font-size: 14px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; max-width: 320px; }
  .hero-book { margin-top: 22px; padding: 20px; gap: 12px; }
  .hero-explore { margin-top: 18px; }
  .text-link { width: max-content; }
  .hero-proof { position: static; transform: none; left: auto; bottom: auto; grid-template-columns: repeat(2, 1fr); }
  .hero-proof span { padding: 15px 10px; font-size: 10px; }
  .hero-proof span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .hero-proof span:nth-child(odd) { border-left: 1px solid var(--line); }
  /* min-width:900px clipped half the words off a 375px screen; fit them instead
     and drop the drift animation (it would push the fitted row back off-edge). */
  .ticker div { min-width: 0; gap: 10px; padding: 14px 8px; animation: none; transform: none; }
  .ticker span { font-size: 10px; letter-spacing: .04em; }
  .ticker i { font-size: 8px; }
  .intro-grid, .ritual-heading, .about, .location-inner, .faq, .contact-inner { grid-template-columns: 1fr; gap: 46px; }
  .details-inner { grid-template-columns: 1fr; gap: 44px; }
  .intro-grid { padding-top: 42px; }
  h2 { font-size: clamp(40px, 13vw, 58px); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .service-card-image { height: 210px; margin-inline: -4px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 290px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .step-card:last-child { border-bottom: 0; }
  .map-card { min-height: 440px; }
  .map-pin { left: 25%; }
  .location-meta { grid-template-columns: 1fr; }
  .about-visual { width: min(100%, 390px); margin-inline: auto; }
  .values > div { grid-template-columns: 1fr; gap: 8px; }
  .contact-card { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; justify-items: start; }
  .footer-grid > p { text-align: left; }
  .footer-grid nav { justify-content: flex-start; flex-wrap: wrap; gap: 4px 22px; }
  /* Touch targets: these links render 13-35px tall by default — below the 44px minimum. */
  .footer-grid nav a, .footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
  .text-link { min-height: 44px; padding-bottom: 0; }
  .service-card > a, .service-list article > a { min-height: 44px; align-items: center; }
  .contact-detail-list > * { padding: 16px 0; min-height: 44px; align-content: center; }
  .page-hero { min-height: auto; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 36px; padding: 140px 0 60px; }
  /* Same wrap problem as the home h1: 7.4vw keeps 64px on phones, breaking
     "CRAFTED WITH" across two lines. */
  .page-hero-inner h1 { font-size: clamp(38px, 11.5vw, 58px); }
  .page-hero-side { justify-self: start; }
  .page-split, .service-care, .contact-page, .booking-page, .contact-map-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-photo-panel { min-height: 460px; }
  .value-card-grid { grid-template-columns: 1fr; }
  .value-card-grid article { min-height: 270px; }
  .value-card-grid h3 { margin-top: 70px; }
  .page-cta-inner, .service-list-intro { align-items: flex-start; flex-direction: column; }
  .service-list article { grid-template-columns: 40px 1fr; gap: 18px; }
  .service-list-image { grid-column: 1 / -1; grid-row: 1; height: 220px; }
  .service-number { grid-column: 1; grid-row: 2; align-self: start; padding-top: 8px; }
  .service-list article > div:not(.service-list-image) { grid-column: 2; grid-row: 2; }
  .service-time { grid-column: 2; grid-row: 3; }
  .service-list article > a { grid-column: 2; grid-row: 4; width: max-content; }
  .care-grid > div { grid-template-columns: 36px 1fr; }
  .care-grid p { grid-column: 2; }
  .prestige-form { padding: 26px 20px; }
  .fresha-panel { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  /* Header is 78px tall on mobile, not the 118px the base offset assumes. */
  section[id] { scroll-margin-top: 88px; }
  /* The 9px decorative labels are below a readable floor on a phone screen. */
  .page-hero-side > span, .contact-detail-list small, .location-meta small,
  .about-visual > span, .about-photo-panel > span, .map-pin small,
  .map-coordinate, .contact-card small { font-size: 10.5px; }
  .mini-map { min-height: 350px; }
  .parallax-cta { min-height: 640px; }
  .parallax-cta-image { inset: -6%; background-position: 64% center; transform: scale(1.08); will-change: auto; }
  .parallax-cta-content { padding-block: 90px; }
  .parallax-cta-content h2 { font-size: clamp(42px, 13vw, 60px); }
  .parallax-cta-mark { right: -8%; bottom: -3%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .hero-image, .ticker div, .map-pin, .parallax-cta-image { animation: none !important; transform: none !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
  .book-modal-panel { animation: none !important; }
}

/* =====================================================================
   Horizontal slide-deck (progressive enhancement — all pages)
   JS adds .deck-ready to <html> and wraps each section in a .deck-panel
   inside .deck-track. Sections become full-screen panels laid left→right;
   advancing translates the track left so the next panel slides in from the
   right (right-to-left motion). Without JS none of this applies and the
   site remains a normal vertical scroll. A panel taller than the screen
   scrolls vertically inside itself, so nothing is clipped.
   ===================================================================== */
.deck-ready, .deck-ready body { height: 100%; overflow: hidden; overscroll-behavior: none; }
.deck-ready body { position: fixed; inset: 0; width: 100%; }
.deck-ready .site-header { position: fixed; left: 0; right: 0; margin-inline: auto; margin-bottom: 0; }
.deck-ready .deck { position: fixed; inset: 0; overflow: hidden; }

.deck-track { display: flex; flex-wrap: nowrap; height: 100vh; height: 100dvh; width: max-content; }
.deck-ready .deck-track { will-change: transform; transition: transform .9s cubic-bezier(.76, 0, .24, 1); }
.deck-panel {
  position: relative;
  flex: 0 0 100vw;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* Each section fills its screen (colored backgrounds cover the panel); when
   its own content is taller than the screen, min-height yields and the panel
   scrolls vertically. Shell sections keep their max-width + centering because
   flex only stretches items without an explicit width. */
/* flex-shrink:0 stops a panel taller than the screen from being squeezed to fit
   (which, combined with .hero's overflow:hidden, was clipping hero content). */
.deck-panel > * { min-height: 100%; flex-shrink: 0; }
.deck-ready .hero,
.deck-ready .page-hero,
.deck-ready .parallax-cta { min-height: 100%; }
/* The hero now carries a booking form, so trim its oversized top padding to fit. */
.deck-ready .hero-content { padding-top: clamp(94px, 13vh, 158px); padding-bottom: 40px; }
/* Extra top padding keeps section content clear of the fixed floating header. */
.deck-ready .section { padding-block: clamp(96px, 12vh, 124px) clamp(56px, 7vh, 96px); }
/* Thin sections would otherwise be a near-empty screen pinned under the header —
   centre them so they read as an intentional full panel. */
.deck-ready .ticker,
.deck-ready footer { display: flex; flex-direction: column; justify-content: center; }
.deck-ready footer { padding-block: 60px; }
/* The 350px min on step cards forces a needless inner scroll in a panel; let them
   size to content so the ritual screen fits. */
.deck-ready .step-card { min-height: 0; }

/* Content reveal: hidden until the panel is the active one, then animates in. */
.deck-ready .deck-panel.is-active [data-reveal],
.deck-ready .deck-panel.is-active[data-reveal] { opacity: 1; transform: none; }

/* On-screen controls + progress counter */
.deck-nav {
  position: fixed;
  z-index: 60;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(10, 19, 19, .82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.deck-nav button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--paper);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}
@media (hover: hover) { .deck-nav button:hover:not([disabled]) { background: var(--mint); color: var(--ink); border-color: var(--mint); } }
.deck-nav button:active:not([disabled]) { transform: translateY(1px); }
.deck-nav button[disabled] { opacity: .28; cursor: default; }
.deck-count { min-width: 60px; text-align: center; color: #cfdad9; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.deck-count b { color: var(--mint); }

.deck-hint {
  position: fixed;
  z-index: 60;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 9px;
  color: #9fb0af;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  pointer-events: none;
  transition: opacity .5s ease;
}
.deck-hint i { font-style: normal; color: var(--mint); animation: hint-nudge 1.4s ease-in-out infinite; }
.deck-hint.gone { opacity: 0; }
@keyframes hint-nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(-6px); } }

@media (max-width: 680px) {
  .deck-nav { right: 12px; bottom: 12px; gap: 6px; padding: 6px 7px; }
  .deck-nav button { width: 42px; height: 42px; font-size: 20px; }
  .deck-count { min-width: 52px; font-size: 10px; }
  .deck-hint { bottom: 74px; }
}
