:root {
  --bg: #f7f4ef;
  --paper: #fffcf8;
  --ink: #171311;
  --ink-soft: #2a2420;
  --sand: #c9af93;
  --taupe: #9d8876;
  --muted: #6e655d;
  --sage: #dfe8e2;
  --sage-deep: #2f4a40;
  --rose: #7d3f4c;
  --champagne: #f1d7b9;
  --border: #e5ddd3;
  --white-line: rgba(255, 252, 248, 0.18);
  --dark-line: rgba(23, 19, 17, 0.12);
  --shadow: 0 28px 90px rgba(23, 19, 17, 0.16);
  --soft-shadow: 0 20px 70px rgba(47, 74, 64, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 3px;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-logo-word {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--paper);
  font-size: clamp(2.7rem, 5vw, 5.05rem);
  line-height: 1.04;
}

h2 {
  max-width: 860px;
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4.1vw, 4rem);
  line-height: 1.04;
}

h3 {
  font-size: 1.34rem;
  line-height: 1.18;
}

.brand-logo {
  width: 268px;
  height: auto;
}

.brand-logo circle {
  fill: transparent;
  stroke: var(--ink);
  stroke-width: 1.4;
}

.brand-logo-monogram {
  fill: var(--ink);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo-word {
  fill: var(--ink);
  font-size: 20px;
}

.brand-logo-sub {
  fill: var(--muted);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-logo-invert circle {
  stroke: var(--paper);
}

.brand-logo-invert .brand-logo-monogram,
.brand-logo-invert .brand-logo-word {
  fill: var(--paper);
}

.brand-logo-invert .brand-logo-sub {
  fill: rgba(255, 252, 248, 0.68);
}

.brand-logo-compact {
  width: 216px;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: grid;
  width: min(1190px, calc(100% - 28px));
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 252, 248, 0.18);
  border-radius: 8px;
  background: rgba(23, 19, 17, 0.82);
  color: var(--paper);
  padding: 10px 12px;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.brand {
  min-width: 190px;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 26px);
  color: rgba(255, 252, 248, 0.76);
  font-size: 0.85rem;
  font-weight: 700;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--paper);
}

.header-actions,
.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 0.9rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(23, 19, 17, 0.16);
}

.button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  content: "";
  pointer-events: none;
  transform: translateX(-120%);
  transition: transform 460ms ease;
}

.button:hover::after {
  transform: translateX(120%);
}

.button > * {
  position: relative;
  z-index: 1;
}

.button-light {
  border: 1px solid var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.button-dark {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.button-outline-light,
.button-ghost-dark {
  border: 1px solid rgba(255, 252, 248, 0.36);
  background: transparent;
  color: var(--paper);
}

.button-outline-dark {
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 86svh, 840px);
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.hero-bg,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("../images/hero/salon-hero.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
  transform-origin: center;
  will-change: transform;
  filter: saturate(0.96) contrast(1.04);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(23, 19, 17, 0.94) 0%, rgba(23, 19, 17, 0.72) 48%, rgba(23, 19, 17, 0.2) 100%),
    linear-gradient(0deg, rgba(23, 19, 17, 0.45), rgba(23, 19, 17, 0.05) 50%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1190px, calc(100% - 32px));
  min-height: inherit;
  grid-template-columns: minmax(0, 0.94fr) minmax(260px, 310px);
  gap: clamp(28px, 4vw, 54px);
  align-items: end;
  margin: 0 auto;
  padding: clamp(118px, 16svh, 172px) 0 64px;
}

.eyebrow,
.section-intro span,
.service-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--sand);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 252, 248, 0.78);
  font-size: clamp(1.02rem, 1.5vw, 1.24rem);
  line-height: 1.68;
}

.hero-panel {
  display: grid;
  gap: 0;
  border: 1px solid var(--white-line);
  border-radius: 8px;
  background: rgba(255, 252, 248, 0.08);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.hero-panel span {
  border-bottom: 1px solid var(--white-line);
  padding: 18px;
  color: rgba(255, 252, 248, 0.86);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-panel span:last-child {
  border-bottom: 0;
}

.section {
  padding: clamp(78px, 10vw, 138px) 0;
}

.section-shell {
  width: min(1190px, calc(100% - 32px));
  margin: 0 auto;
}

.section-light {
  background: var(--paper);
}

.section-warm {
  background: var(--bg);
}

.section-dark,
.section-price {
  background: var(--ink);
  color: var(--paper);
}

.section-gallery {
  background:
    linear-gradient(90deg, var(--paper) 0%, var(--paper) 54%, var(--bg) 54%, var(--bg) 100%);
}

.section-intro {
  max-width: 770px;
  margin-bottom: 42px;
}

.section-intro p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.76;
}

.section-intro-invert p,
.section-intro-invert h2 {
  color: var(--paper);
}

.section-intro-invert p {
  color: rgba(255, 252, 248, 0.72);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 245px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.service-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--sand), var(--sage-deep), var(--rose));
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(125, 63, 76, 0.34);
  box-shadow: var(--soft-shadow);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card h3 {
  margin-bottom: 14px;
}

.service-card p,
.look-row p,
.trust-item,
.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.68;
}

.service-card-1,
.service-card-2 {
  grid-column: span 6;
}

.service-card-3,
.service-card-4,
.service-card-5,
.service-card-6 {
  grid-column: span 3;
}

.split,
.gallery-layout,
.price-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.split-dark {
  align-items: stretch;
}

.salon-highlights {
  display: grid;
  gap: 14px;
  max-width: 620px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.salon-highlights li {
  border-top: 1px solid var(--white-line);
  padding-top: 15px;
  color: rgba(255, 252, 248, 0.8);
}

.image-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 252, 248, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-frame::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 252, 248, 0.28);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.012);
  transition: transform 700ms ease;
}

.image-frame:hover img {
  transform: scale(1.045);
}

.image-frame-tall {
  min-height: 540px;
}

.step-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
  border-top: 1px solid var(--border);
}

.step-list li {
  position: relative;
  border-bottom: 1px solid var(--border);
  padding: 24px 0 24px 70px;
  color: var(--muted);
  line-height: 1.68;
  counter-increment: steps;
}

.step-list li::before {
  position: absolute;
  top: 22px;
  left: 0;
  color: var(--sand);
  content: counter(steps, decimal-leading-zero);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  line-height: 1;
}

.transformation-layout,
.shade-layout,
.estimator-layout,
.finder-layout,
.timeline-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(340px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.transformation-section {
  background:
    linear-gradient(135deg, rgba(223, 232, 226, 0.65), transparent 36%),
    var(--bg);
}

.before-after {
  --before-after-position: 52%;
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(23, 19, 17, 0.14);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.ba-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  padding: clamp(24px, 4vw, 42px);
  color: var(--paper);
}

.ba-before {
  background:
    linear-gradient(0deg, rgba(23, 19, 17, 0.72), rgba(23, 19, 17, 0.1)),
    linear-gradient(135deg, #31473e, #c9af93);
}

.ba-after {
  background:
    linear-gradient(0deg, rgba(23, 19, 17, 0.66), rgba(23, 19, 17, 0.08)),
    linear-gradient(135deg, #f1d7b9, #7d3f4c 62%, #171311);
  clip-path: inset(0 0 0 var(--before-after-position));
}

.ba-panel div {
  max-width: 330px;
  border: 1px solid rgba(255, 252, 248, 0.18);
  border-radius: 8px;
  background: rgba(23, 19, 17, 0.48);
  padding: 20px;
  backdrop-filter: blur(12px);
}

.ba-panel span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--champagne);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ba-panel p {
  margin-bottom: 0;
  color: rgba(255, 252, 248, 0.78);
}

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--before-after-position);
  z-index: 2;
  width: 2px;
  background: rgba(255, 252, 248, 0.9);
  transform: translateX(-1px);
}

.ba-handle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 252, 248, 0.7);
  border-radius: 50%;
  background: rgba(23, 19, 17, 0.64);
  color: var(--paper);
  content: "<>";
  font-size: 0.86rem;
  font-weight: 900;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
}

.before-after input {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: ew-resize;
  opacity: 0;
}

.before-after:has(input:focus-visible) {
  outline: 2px solid var(--rose);
  outline-offset: 4px;
}

.mood-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(47, 74, 64, 0.66), transparent 52%),
    var(--ink);
}

.mood-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.mood-detail-grid span {
  border: 1px solid var(--white-line);
  border-radius: 8px;
  background: rgba(255, 252, 248, 0.06);
  padding: 13px 14px;
  color: rgba(255, 252, 248, 0.78);
  font-weight: 800;
}

.ae-watermark {
  margin-bottom: 20px;
  color: rgba(255, 252, 248, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.8rem, 10vw, 9rem);
  line-height: 0.75;
}

.gallery-copy {
  align-self: start;
}

.look-list {
  display: grid;
  gap: 14px;
}

.look-row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding: 0 0 16px;
}

.look-row h3 {
  margin-bottom: 8px;
}

.look-row p {
  margin-bottom: 0;
}

.look-swatch {
  height: 84px;
  background: linear-gradient(135deg, #ead9c1, #b99474);
}

.look-espresso .look-swatch {
  background: linear-gradient(135deg, #171311, #6b422f);
}

.look-stone .look-swatch {
  background: linear-gradient(135deg, #fbf8f2, #595a5b);
}

.look-sand .look-swatch {
  background: linear-gradient(135deg, #efe2d0, #c9af93);
}

.gallery-image {
  min-height: 680px;
}

.shade-section {
  background:
    linear-gradient(180deg, var(--paper), #f2f7f4);
}

.shade-layout {
  align-items: start;
}

.shade-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shade-chip,
.finder-card button,
.estimator-group button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 252, 248, 0.86);
  padding: 9px 12px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.shade-chip:hover,
.finder-card button:hover,
.estimator-group button:hover {
  transform: translateY(-1px);
  border-color: rgba(47, 74, 64, 0.38);
}

.shade-chip[aria-pressed="true"],
.finder-card button[aria-pressed="true"],
.estimator-group button[aria-pressed="true"] {
  border-color: var(--sage-deep);
  background: var(--sage-deep);
  color: var(--paper);
}

.shade-chip span {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid rgba(23, 19, 17, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.shade-preview {
  position: sticky;
  top: 112px;
  border: 1px solid rgba(47, 74, 64, 0.18);
  border-radius: 8px;
  background: var(--paper);
  padding: clamp(20px, 3vw, 32px);
  box-shadow: var(--soft-shadow);
}

.shade-preview-color {
  height: 176px;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(23, 19, 17, 0.1);
}

.shade-preview p:not(.eyebrow),
.shade-preview dd {
  color: var(--muted);
  line-height: 1.68;
}

.shade-preview dl {
  display: grid;
  gap: 14px;
  margin: 22px 0 26px;
}

.shade-preview dl div {
  border-top: 1px solid var(--border);
  padding-top: 13px;
}

.shade-preview dt {
  margin-bottom: 4px;
}

.price-layout {
  align-items: start;
}

.price-list {
  border-top: 1px solid var(--white-line);
}

.price-row {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--white-line);
}

.price-row span {
  color: rgba(255, 252, 248, 0.82);
}

.price-row strong {
  white-space: nowrap;
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.estimator-section {
  background:
    linear-gradient(135deg, rgba(125, 63, 76, 0.08), transparent 42%),
    var(--bg);
}

.estimator-card,
.finder-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 252, 248, 0.92);
  padding: clamp(22px, 3.4vw, 38px);
  box-shadow: var(--soft-shadow);
}

.estimator-card {
  display: grid;
  gap: 24px;
}

.estimator-group p,
.finder-card legend {
  margin: 0 0 12px;
  color: var(--ink);
  font-weight: 900;
}

.estimator-group div,
.finder-card fieldset div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.price-output {
  display: block;
  border-top: 1px solid var(--border);
  padding-top: 22px;
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.fineprint {
  margin: -8px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.finder-section {
  background:
    linear-gradient(135deg, var(--paper) 0%, var(--sage) 100%);
}

.finder-card {
  display: grid;
  gap: 24px;
}

.finder-card fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.finder-result {
  border: 1px solid rgba(47, 74, 64, 0.2);
  border-radius: 8px;
  background: #f7fbf8;
  padding: 22px;
}

.finder-result strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.55;
}

.timeline-section {
  background: var(--paper);
}

.timeline-layout {
  align-items: start;
}

.booking-timeline {
  --timeline-progress: 25%;
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0 0 0 8px;
  list-style: none;
}

.booking-timeline::before,
.booking-timeline::after {
  position: absolute;
  top: 21px;
  bottom: 21px;
  left: 29px;
  width: 2px;
  content: "";
}

.booking-timeline::before {
  background: var(--border);
}

.booking-timeline::after {
  height: calc(var(--timeline-progress) - 42px);
  max-height: calc(100% - 42px);
  background: linear-gradient(180deg, var(--sand), var(--sage-deep));
  transition: height 420ms ease;
}

.booking-timeline li {
  position: relative;
  z-index: 1;
  min-height: 74px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--paper);
  padding: 22px 22px 22px 78px;
  color: var(--muted);
  font-weight: 800;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.booking-timeline li span {
  position: absolute;
  top: 15px;
  left: 0;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--paper);
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  transform: translateX(-1px);
}

.booking-timeline li.is-active {
  transform: translateX(3px);
  border-color: rgba(47, 74, 64, 0.24);
  box-shadow: var(--soft-shadow);
  color: var(--ink);
}

.booking-timeline li.is-active span {
  border-color: var(--sage-deep);
  background: var(--sage-deep);
  color: var(--paper);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.trust-item {
  min-height: 112px;
  display: flex;
  align-items: center;
  background: var(--paper);
  padding: 24px;
  color: var(--ink);
  font-weight: 800;
}

.booking-section {
  background: var(--bg);
}

.booking-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--border);
  background: var(--paper);
  padding: clamp(30px, 5vw, 58px);
  box-shadow: 0 18px 70px rgba(23, 19, 17, 0.08);
}

.booking-card h2 {
  max-width: 720px;
}

.booking-card p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-mini {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-mini span {
  border: 1px solid var(--border);
  padding: 10px 13px;
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-layout {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.premium-accordion {
  gap: 12px;
}

.accordion-item {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(23, 19, 17, 0.04);
}

.accordion-item button {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  padding: 21px 22px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-weight: 900;
  line-height: 1.45;
}

.accordion-item button::after {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--rose);
  content: "+";
  font-weight: 900;
}

.accordion-item button[aria-expanded="true"]::after {
  content: "-";
}

.accordion-item [data-accordion-panel] {
  padding: 0 22px 22px;
}

.accordion-item [data-accordion-panel] p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.accordion-item.is-open {
  border-color: rgba(125, 63, 76, 0.28);
}

.faq-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(47, 74, 64, 0.18);
  border-radius: 8px;
  background: #f7fbf8;
  padding: 18px;
}

.faq-cta p {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

details {
  border: 1px solid var(--border);
  background: #fff;
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.45;
}

details p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(34px, 5vw, 52px) 0 calc(34px + env(safe-area-inset-bottom));
}

.footer-minimal {
  display: grid;
  width: min(1190px, calc(100% - 32px));
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  margin: 0 auto;
}

.footer-brandmark {
  display: block;
  width: 210px;
}

.footer-brandmark .brand-logo {
  width: 100%;
}

.footer-grid {
  display: grid;
  width: min(1190px, calc(100% - 32px));
  grid-template-columns: minmax(240px, 1.25fr) minmax(130px, 0.7fr) minmax(170px, 0.8fr) minmax(230px, 1fr) minmax(130px, 0.7fr);
  gap: 34px;
  margin: 0 auto;
}

.footer-brand p,
.site-footer p,
.footer-links a {
  color: rgba(255, 252, 248, 0.66);
  line-height: 1.65;
}

.site-footer h3 {
  margin: 0 0 16px;
  color: var(--sand);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.footer-nav {
  justify-content: center;
}

.footer-legal-links {
  justify-content: end;
}

.footer-bottom {
  display: flex;
  width: min(1190px, calc(100% - 32px));
  justify-content: space-between;
  gap: 16px;
  margin: 22px auto 0;
  border-top: 1px solid var(--white-line);
  padding-top: 14px;
  color: rgba(255, 252, 248, 0.42);
  font-size: 0.72rem;
  line-height: 1.5;
}

.sticky-mobile-cta {
  position: fixed;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  left: 12px;
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border: 1px solid rgba(255, 252, 248, 0.22);
  border-radius: 8px;
  background: rgba(23, 19, 17, 0.78);
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.sticky-mobile-cta a {
  display: grid;
  min-height: 46px;
  place-items: center;
  border-radius: 7px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 900;
}

.sticky-mobile-cta a:last-child {
  background: transparent;
  color: var(--paper);
}

.sticky-mobile-cta.is-soft-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.legal-header {
  display: flex;
  width: min(1040px, calc(100% - 32px));
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 26px 0;
}

.legal-page-main {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0 90px;
}

.legal-page-main h1 {
  color: var(--ink);
  font-size: clamp(2.8rem, 7vw, 5.4rem);
}

.legal-card {
  border-top: 1px solid var(--border);
  padding: 32px 0;
}

.legal-notice-card {
  border: 1px solid var(--border);
  background: var(--paper);
  padding: 28px;
}

.legal-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.legal-card dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.legal-card dl div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 14px;
}

dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

dd {
  margin: 0;
}

code,
.todo-value {
  color: #7b3427;
  font-weight: 800;
}

.legal-list {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.subtle-note {
  border-left: 3px solid var(--sand);
  padding-left: 16px;
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 640ms ease,
      transform 640ms ease;
    transition-delay: calc(var(--stagger, 0) * 70ms);
  }

  [data-reveal].is-revealed {
    opacity: 1;
    transform: translateY(0);
  }

  .hero-reveal .eyebrow,
  .hero-reveal h1,
  .hero-reveal .hero-copy,
  .hero-reveal .hero-actions {
    opacity: 0;
    transform: translateY(18px);
    animation: hero-entry 780ms ease forwards;
  }

  .hero-reveal h1 {
    animation-delay: 140ms;
  }

  .hero-reveal .hero-copy {
    animation-delay: 260ms;
  }

  .hero-reveal .hero-actions {
    animation-delay: 380ms;
  }

  .hero-panel span {
    opacity: 0;
    transform: translateY(14px);
    animation: hero-entry 580ms ease forwards;
    animation-delay: calc(520ms + (var(--stagger, 0) * 90ms));
  }

  @keyframes hero-entry {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .hero-bg {
    transform: scale(1.015) !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .desktop-nav {
    display: none;
  }

  .header-actions {
    justify-content: end;
  }

  .hero-layout,
  .split,
  .gallery-layout,
  .price-layout,
  .faq-layout,
  .transformation-layout,
  .shade-layout,
  .estimator-layout,
  .finder-layout,
  .timeline-layout,
  .booking-card {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-panel span:nth-child(2) {
    border-right: 0;
  }

  .service-card-1,
  .service-card-2,
  .service-card-3,
  .service-card-4,
  .service-card-5,
  .service-card-6 {
    grid-column: span 6;
  }

  .gallery-image,
  .image-frame-tall,
  .before-after {
    min-height: 460px;
  }

  .shade-preview {
    position: static;
  }

  .footer-minimal {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-nav,
  .footer-legal-links {
    justify-content: start;
  }
}

@media (max-width: 700px) {
  h1 {
    max-width: 13ch;
    margin-bottom: 18px;
    font-size: clamp(2rem, 8vw, 2.82rem);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(1.82rem, 7.8vw, 2.72rem);
    line-height: 1.08;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    padding: 8px 10px;
  }

  .brand-logo-compact {
    width: 202px;
  }

  .header-actions {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    width: calc(100% - 28px);
    gap: 22px;
    padding-top: 104px;
    padding-bottom: 36px;
  }

  .hero-copy {
    margin-bottom: 22px;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-panel span {
    min-height: 54px;
    padding: 11px 12px;
    font-size: 0.78rem;
    line-height: 1.34;
  }

  .hero-panel span:nth-child(odd) {
    border-right: 1px solid var(--white-line);
  }

  .hero-actions .button,
  .booking-actions .button {
    flex: 1 1 100%;
  }

  .section {
    padding: 58px 0;
  }

  .section-shell {
    width: calc(100% - 28px);
  }

  .section-gallery {
    background: var(--paper);
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-card-1,
  .service-card-2,
  .service-card-3,
  .service-card-4,
  .service-card-5,
  .service-card-6 {
    grid-column: auto;
  }

  .service-card {
    min-height: auto;
  }

  .look-row {
    grid-template-columns: 64px 1fr;
  }

  .look-swatch {
    height: 64px;
  }

  .before-after {
    min-height: 420px;
  }

  .ba-panel {
    padding: 18px;
  }

  .ba-panel div {
    max-width: 270px;
    padding: 16px;
  }

  .ba-handle::before {
    width: 46px;
    height: 46px;
  }

  .mood-detail-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .shade-chip,
  .finder-card button,
  .estimator-group button {
    flex: 1 1 auto;
    justify-content: center;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 18px 0;
  }

  .booking-card {
    padding: 26px 20px;
  }

  .booking-card h2 {
    max-width: 10ch;
  }

  .booking-timeline {
    padding-left: 0;
  }

  .booking-timeline::before,
  .booking-timeline::after {
    left: 21px;
  }

  .booking-timeline li {
    padding: 18px 16px 18px 62px;
  }

  .contact-mini {
    display: grid;
  }

  .legal-header {
    display: grid;
  }

  .footer-minimal {
    width: calc(100% - 28px);
    gap: 18px;
  }

  .footer-brandmark {
    width: 188px;
  }

  .footer-links {
    gap: 9px 16px;
    font-size: 0.84rem;
  }

  .footer-bottom {
    width: calc(100% - 28px);
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
    padding-top: 12px;
    font-size: 0.68rem;
  }

  .legal-card dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .sticky-mobile-cta {
    display: grid;
  }
}
