/* KH Aesthetics Nottingham. Bespoke build for Nurse Tink (Katie Henson).
   Brand captured from khaesthetics.com: crimson brush KH wordmark on white,
   editorial black + porcelain, Playfair Display + Raleway. Nothing shared
   with other ShiftWeb builds beyond the static-build convention. */

:root {
  --crimson: #A81820;
  --crimson-deep: #7F1017;
  --crimson-bright: #C82230;
  --ink: #141414;
  --ink-soft: #3B3838;
  --muted: #6E6663;
  --porcelain: #FBF8F6;
  --white: #FFFFFF;
  --blush: #F3E9E6;
  --line: #ECE1DD;
  --shadow: 0 24px 60px -30px rgba(40, 12, 14, 0.35);
  --shadow-soft: 0 14px 40px -24px rgba(40, 12, 14, 0.28);
  --wrap: 1180px;
  --r: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--crimson); text-decoration: none; }
a:hover { color: var(--crimson-deep); }

h1, h2, h3, h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.12;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
p { margin: 0 0 1.1rem; }

.wrap { width: min(var(--wrap), 92vw); margin-inline: auto; }

.eyebrow {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--crimson);
  margin-bottom: 1.1rem;
}
.eyebrow.on-ink { color: #E7A6AA; }

.rule {
  border: 0;
  width: 54px;
  height: 2px;
  background: var(--crimson);
  margin: 0 0 1.5rem;
}
.center .rule { margin-inline: auto; }

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: #fff; padding: 0.6rem 1rem; z-index: 200;
}
.skip-link:focus { left: 0; }

/* Demo ribbon */
.demo-ribbon {
  background: var(--ink);
  color: #F1E9E7;
  font-family: "Raleway", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0.5rem 1rem;
}
.demo-ribbon strong { color: #fff; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0.7rem 0; }
.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand img { height: 46px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: "Playfair Display", serif; font-weight: 700; font-size: 1.12rem;
  color: var(--ink); letter-spacing: 0.02em;
}
.brand-sub {
  font-family: "Raleway", sans-serif; font-weight: 500; font-size: 0.6rem;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted); margin-top: 4px;
}

.nav-toggle {
  display: none; background: none; border: 1px solid var(--line); color: var(--ink);
  font-family: "Raleway", sans-serif; font-size: 0.78rem; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 0.5rem 0.9rem; cursor: pointer; border-radius: var(--r);
}
.site-nav ul { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.site-nav a {
  font-family: "Raleway", sans-serif; font-weight: 500; font-size: 0.82rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft);
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--crimson); }
.nav-cta {
  background: var(--ink); color: #fff !important; padding: 0.6rem 1.2rem; border-radius: var(--r);
  letter-spacing: 0.14em;
}
.nav-cta:hover { background: var(--crimson); }

/* Buttons */
.btn {
  display: inline-block; font-family: "Raleway", sans-serif; font-weight: 600;
  font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 0.95rem 1.9rem; border-radius: var(--r); cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease; border: 1px solid transparent;
}
.btn-primary { background: var(--crimson); color: #fff; }
.btn-primary:hover { background: var(--crimson-deep); color: #fff; transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: currentColor; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn-ghost-light { background: transparent; border-color: rgba(255,255,255,0.5); color: #fff; }
.btn-ghost-light:hover { background: #fff; color: var(--ink); }

/* ---------- HERO ---------- */
/* Editorial brand hero. The crimson brush wordmark reveals like it is being
   painted, echoing the Seedance video that drops into .hero-media later. */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 78% 8%, rgba(168, 24, 32, 0.10) 0%, rgba(168, 24, 32, 0) 55%),
    linear-gradient(180deg, var(--white) 0%, var(--porcelain) 100%);
  border-bottom: 1px solid var(--line);
}
.hero-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: clamp(2rem, 5vw, 4.5rem);
  padding: clamp(3.2rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
}
.hero-copy { max-width: 34rem; }
.hero-copy h1 { margin-bottom: 1rem; }
.hero-copy h1 .accent { color: var(--crimson); font-style: italic; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: "Raleway", sans-serif; font-weight: 600; font-size: 0.72rem;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--crimson);
  border: 1px solid var(--line); background: #fff; border-radius: 100px;
  padding: 0.4rem 0.95rem; margin-bottom: 1.5rem;
}
.hero-sub { font-size: 1.08rem; color: var(--ink-soft); margin-bottom: 1.9rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 1.7rem; }
.hero-meta {
  font-family: "Raleway", sans-serif; font-size: 0.8rem; letter-spacing: 0.06em;
  color: var(--muted); margin: 0;
}
.hero-meta strong { color: var(--ink); font-weight: 600; }

/* Media panel: the crimson wordmark now, the video later */
.hero-media {
  position: relative; aspect-ratio: 4 / 5; border-radius: 6px; overflow: hidden;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow);
  display: grid; place-items: center;
}
.hero-media video, .hero-media .hero-poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-logo-canvas {
  position: relative; width: 78%; max-width: 380px;
}
.hero-logo-canvas img { width: 100%; }
/* brush reveal: a crimson sweep unmasks the wordmark */
.hero-logo-canvas .reveal-mask {
  position: absolute; inset: 0; background: #fff;
  animation: brushWipe 1.5s cubic-bezier(0.76, 0, 0.24, 1) 0.25s forwards;
  transform-origin: right center;
}
.js .hero-logo-canvas .reveal-mask { transform: scaleX(1); }
@keyframes brushWipe { to { transform: scaleX(0); } }
.hero-media .media-tag {
  position: absolute; left: 14px; bottom: 12px; z-index: 3;
  font-family: "Raleway", sans-serif; font-size: 0.62rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--muted); background: rgba(255,255,255,0.82);
  padding: 0.3rem 0.6rem; border-radius: 100px;
}
@media (prefers-reduced-motion: reduce) {
  .hero-logo-canvas .reveal-mask { animation: none; transform: scaleX(0); }
}

/* Marquee of award/trust ticks under hero */
.trust-bar { border-top: 1px solid var(--line); background: var(--white); }
.trust-bar .wrap {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.6rem;
  padding: 1.1rem 0; font-family: "Raleway", sans-serif; font-size: 0.76rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft);
}
.trust-bar span { display: inline-flex; align-items: center; gap: 0.5rem; }
.trust-bar .mark { color: var(--crimson); }

/* ---------- Sections ---------- */
.section { padding: clamp(3.4rem, 7vw, 6rem) 0; }
.section.tint { background: var(--porcelain); }
.section.blush { background: var(--blush); }
.section.ink { background: var(--ink); color: #EDE4E2; }
.section.ink h2, .section.ink h3 { color: #fff; }
.section.ink p { color: #CFC5C3; }
.section-head { max-width: 40rem; margin-bottom: 2.8rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.05rem; margin: 0; }
.section.ink .section-head p { color: #C9BFBD; }

/* split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: 6px; box-shadow: var(--shadow-soft); width: 100%; object-fit: cover; }
.split-media .badge {
  position: absolute; right: -14px; bottom: -14px; background: var(--crimson); color: #fff;
  font-family: "Playfair Display", serif; font-style: italic; font-size: 0.95rem;
  padding: 0.9rem 1.2rem; border-radius: 6px; box-shadow: var(--shadow-soft); max-width: 200px; line-height: 1.3;
}
.content p:last-child { margin-bottom: 0; }
.signature {
  font-family: "Playfair Display", serif; font-style: italic; font-size: 1.15rem;
  color: var(--crimson); margin-top: 1.2rem;
}

/* Treatments grid */
.treat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.treat-card {
  background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden;
  display: flex; flex-direction: column; transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.treat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.treat-card .thumb { aspect-ratio: 4 / 3; overflow: hidden; background: var(--blush); }
.treat-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.treat-card:hover .thumb img { transform: scale(1.05); }
.treat-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.treat-body h3 { margin-bottom: 0.5rem; }
.treat-body p { font-size: 0.92rem; color: var(--muted); margin-bottom: 1rem; }
.treat-meta {
  margin-top: auto; display: flex; align-items: baseline; justify-content: space-between;
  border-top: 1px solid var(--line); padding-top: 0.9rem;
}
.treat-price { font-family: "Playfair Display", serif; font-size: 1.15rem; color: var(--crimson); font-weight: 600; }
.treat-price small { font-family: "Raleway", sans-serif; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); display: block; font-weight: 600; }
.treat-price.consult { font-size: 0.92rem; font-style: italic; }
.treat-dur { font-family: "Raleway", sans-serif; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.pom-note {
  font-family: "Raleway", sans-serif; font-size: 0.78rem; color: var(--muted);
  border-left: 2px solid var(--crimson); padding: 0.4rem 0 0.4rem 1rem; margin-top: 1.6rem;
}

/* Feature list */
.feature-list { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: 1.2rem; }
.feature-list li { display: flex; gap: 0.9rem; }
.feature-list .dot { flex: none; width: 10px; height: 10px; margin-top: 0.5rem; border-radius: 50%; background: var(--crimson); }
.feature-list strong { display: block; font-family: "Playfair Display", serif; font-size: 1.05rem; }
.feature-list p { font-size: 0.92rem; color: var(--muted); margin: 0.2rem 0 0; }
.section.ink .feature-list p { color: #C3B9B7; }

/* Awards row */
.awards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.award-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 6px; padding: 1.8rem 1.6rem; text-align: center;
}
.section:not(.ink) .award-card { background: #fff; border-color: var(--line); box-shadow: var(--shadow-soft); }
.award-card .yr { font-family: "Raleway", sans-serif; font-size: 0.72rem; letter-spacing: 0.24em; color: var(--crimson); font-weight: 600; }
.award-card h3 { font-size: 1.15rem; margin: 0.5rem 0 0.4rem; }
.award-card p { font-size: 0.85rem; margin: 0; }

/* Reviews */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 1.8rem 1.7rem; box-shadow: var(--shadow-soft); }
.review-card .stars { color: var(--crimson); letter-spacing: 0.2em; font-size: 0.95rem; }
.review-card blockquote { margin: 1rem 0; font-family: "Playfair Display", serif; font-style: italic; font-size: 1.02rem; color: var(--ink); line-height: 1.55; }
.review-card cite { font-family: "Raleway", sans-serif; font-style: normal; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.06em; color: var(--muted); }

/* Quote band */
.quote-band { position: relative; text-align: center; color: #fff; }
.quote-band .quote-bg { position: absolute; inset: 0; }
.quote-band .quote-bg img { width: 100%; height: 100%; object-fit: cover; }
.quote-band .quote-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,20,0.55), rgba(20,20,20,0.65)); }
.quote-band .quote-inner { position: relative; padding: clamp(4rem, 9vw, 7rem) 0; }
.quote-band blockquote { font-family: "Playfair Display", serif; font-style: italic; font-size: clamp(1.5rem, 3.4vw, 2.4rem); max-width: 40rem; margin: 0 auto 1rem; line-height: 1.35; }
.quote-band .attrib { font-family: "Raleway", sans-serif; letter-spacing: 0.24em; text-transform: uppercase; font-size: 0.76rem; color: #E7BFC2; }

/* CTA band */
.cta-band {
  background: var(--ink); color: #fff; border-radius: 8px; padding: clamp(2.4rem, 5vw, 3.6rem);
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; box-shadow: var(--shadow);
}
.cta-band h2 { color: #fff; }
.cta-band .script { font-family: "Playfair Display", serif; font-style: italic; color: #E7A6AA; font-size: 1.1rem; display: block; margin-bottom: 0.4rem; }
.cta-band p { color: #CFC5C3; margin: 0.6rem 0 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* Sticky book bar (mobile) */
.book-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: rgba(255,255,255,0.96); border-top: 1px solid var(--line); padding: 0.7rem 1rem; box-shadow: 0 -8px 30px -20px rgba(0,0,0,0.4); }
.book-bar .btn { display: block; text-align: center; }

/* Contact / visit */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.3rem; }
.info-list li { display: grid; grid-template-columns: 34px 1fr; gap: 0.9rem; align-items: start; }
.info-list .ico { color: var(--crimson); font-size: 1.1rem; }
.info-list .lbl { font-family: "Raleway", sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); display: block; }
.info-list a, .info-list strong { font-weight: 600; }
.map-frame { border-radius: 6px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-soft); min-height: 320px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

/* Page hero (inner) */
.page-hero { background: linear-gradient(180deg, var(--white), var(--porcelain)); border-bottom: 1px solid var(--line); padding: clamp(2.6rem, 6vw, 4.2rem) 0 clamp(2.2rem, 5vw, 3.4rem); }
.page-hero .eyebrow { margin-bottom: 0.8rem; }
.page-hero p { color: var(--muted); max-width: 42rem; font-size: 1.05rem; }
.breadcrumb { font-family: "Raleway", sans-serif; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--crimson); }

/* Treatment detail rows */
.treat-list { display: grid; gap: 1.4rem; }
.treat-row {
  display: grid; grid-template-columns: 150px 1fr auto; gap: 1.6rem; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 1.2rem 1.4rem; box-shadow: var(--shadow-soft);
}
.treat-row .rthumb { width: 150px; height: 110px; border-radius: 4px; overflow: hidden; background: var(--blush); }
.treat-row .rthumb img { width: 100%; height: 100%; object-fit: cover; }
.treat-row h3 { margin: 0 0 0.3rem; }
.treat-row p { font-size: 0.9rem; color: var(--muted); margin: 0; }
.treat-row .rprice { text-align: right; }
.treat-row .rprice .amt { font-family: "Playfair Display", serif; font-size: 1.2rem; color: var(--crimson); font-weight: 600; white-space: nowrap; }
.treat-row .rprice .consult { font-style: italic; font-size: 0.92rem; }
.treat-row .rprice small { display: block; font-family: "Raleway", sans-serif; font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

/* Footer */
.site-footer { background: var(--ink); color: #C9BFBD; padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 2.4rem; }
.footer-brand img { height: 64px; background: #fff; padding: 8px 10px; border-radius: 6px; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.9rem; color: #B7ADAB; max-width: 26rem; }
.site-footer h4 { color: #fff; font-family: "Raleway", sans-serif; font-size: 0.76rem; letter-spacing: 0.22em; text-transform: uppercase; margin: 0 0 1.1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.site-footer a { color: #C9BFBD; font-size: 0.9rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.6rem; margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.76rem; color: #8F8583; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { aspect-ratio: 16 / 11; max-width: 520px; }
  .hero-copy { order: 1; }
  .hero-media { order: 0; }
  .split { grid-template-columns: 1fr; }
  .treat-grid, .reviews, .awards { grid-template-columns: repeat(2, 1fr); }
  .info-grid, .cta-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .treat-row { grid-template-columns: 110px 1fr; }
  .treat-row .rthumb { width: 110px; height: 90px; }
  .treat-row .rprice { grid-column: 2; text-align: left; }
}
@media (max-width: 680px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 0.6rem 0; }
  .site-nav li { width: 100%; }
  .site-nav a { display: block; padding: 0.85rem 6vw; }
  .nav-cta { margin: 0.5rem 6vw; text-align: center; }
  .treat-grid, .reviews, .awards, .footer-grid { grid-template-columns: 1fr; }
  .book-bar { display: block; }
  body { padding-bottom: 4.5rem; }
  .split-media .badge { position: static; margin-top: 1rem; max-width: none; }
}
