:root {
  --bg: #faf7f3;
  --surface: #f3ebe3;
  --ink: #2c4440;
  --ink-soft: #6f817c;
  --teal: #3e6b64;
  --teal-deep: #2c4440;
  --teal-mist: #d9e5e1;
  --teal-tint: #edf3f0;
  --rose: #b96a75;
  --rose-deep: #8a4b5e;
  --rose-soft: #e8c9cf;
  --gold: #c9a86a;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 85% -10%, #f0e9e4 0%, transparent 60%),
    radial-gradient(900px 500px at -10% 30%, #e9efe9 0%, transparent 55%),
    var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── floating hearts (veil only) ─────────────────────────────── */

.hearts {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hearts span {
  position: absolute;
  left: var(--x);
  bottom: -2.5rem;
  font-size: var(--s);
  color: var(--rose-soft);
  opacity: 0.45;
  animation: float-up var(--d) linear infinite;
  animation-delay: var(--delay);
}

@keyframes float-up {
  to {
    transform: translateY(-115vh) rotate(14deg);
    opacity: 0;
  }
}

.state-revealed .hearts {
  display: none;
}

/* ── nav (reveal only) ───────────────────────────────────────── */

.nav {
  display: none;
  position: sticky;
  top: 0;
  z-index: 10;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1.5rem, 6vw, 5rem);
  background: color-mix(in srgb, var(--bg) 84%, transparent);
  backdrop-filter: blur(10px);
}

.state-revealed .nav {
  display: flex;
}

.nav__brand {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--teal);
  text-decoration: none;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.2rem);
}

.nav__links a {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink-soft);
  transition: color 0.2s ease;
}

.nav__links a:hover {
  color: var(--teal);
}

.nav__cta {
  padding: 0.55rem 1.5rem;
  border: 1px solid var(--teal);
  border-radius: 999px;
  color: var(--teal) !important;
  transition: background 0.25s ease, color 0.25s ease !important;
}

.nav__cta:hover {
  background: var(--teal);
  color: var(--bg) !important;
}

main {
  position: relative;
  z-index: 1;
}

/* ── shared type ─────────────────────────────────────────────── */

.kicker {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}

.kicker--rose {
  color: var(--rose);
}

/* ── buttons ─────────────────────────────────────────────────── */

.btn {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  border-radius: 999px;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn--solid {
  background: var(--teal);
  color: var(--bg);
  border: 1px solid var(--teal);
}

.btn--solid:hover {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
}

.btn--ghost {
  color: var(--teal);
  border: 1px solid var(--teal);
}

.btn--ghost:hover {
  background: var(--teal);
  color: var(--bg);
}

.btn--light {
  background: var(--bg);
  color: var(--teal-deep);
  border: 1px solid var(--bg);
}

.btn--light:hover {
  background: transparent;
  color: var(--bg);
}

.btn--outline {
  color: var(--bg);
  border: 1px solid rgba(250, 247, 243, 0.55);
}

.btn--outline:hover {
  border-color: var(--bg);
}

/* ── veil (phase 1) ──────────────────────────────────────────── */

.veil {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem clamp(1.5rem, 6vw, 5rem);
}

.veil__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 7.5vw, 5rem);
  line-height: 1.12;
}

.veil__note {
  max-width: 38rem;
  margin: 1.8rem 0 1.2rem;
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.veil__status {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 2.8rem;
}

.veil__hint {
  color: var(--rose);
  transition: opacity 0.4s ease;
}

.veil__hint--fading {
  opacity: 0;
}

.veil__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 6vw, 4.5rem);
}

.countdown {
  display: flex;
  gap: 0.9rem;
}

.countdown__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  min-width: 5.4rem;
  padding: 1.2rem 1rem 1rem;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--rose-soft);
  border-radius: 1.1rem;
  backdrop-filter: blur(4px);
  box-shadow: 0 20px 44px -32px rgba(138, 75, 94, 0.55);
}

.countdown__num {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.9rem, 5vw, 2.8rem);
  line-height: 1;
  color: var(--rose-deep);
  font-variant-numeric: tabular-nums;
}

.countdown__label {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.ring-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.ring {
  position: relative;
  width: clamp(9.5rem, 24vw, 12.5rem);
  aspect-ratio: 1;
}

.ring__svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.ring__track,
.ring__fill {
  fill: none;
  stroke-width: 5;
}

.ring__track {
  stroke: rgba(138, 75, 94, 0.14);
}

.ring__fill {
  stroke: var(--rose-deep);
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.6s ease;
}

.ring__center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ring__pct {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.7rem, 4.5vw, 2.3rem);
  color: var(--rose-deep);
  font-variant-numeric: tabular-nums;
}

.ring__caption {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.ring__since {
  font-size: 0.82rem;
  font-style: italic;
  color: var(--ink-soft);
  opacity: 0.85;
  text-align: center;
}

/* ── phase switching ─────────────────────────────────────────── */

.reveal {
  display: none;
}

.state-revealed .veil {
  display: none;
}

.state-revealed .reveal {
  display: block;
  animation: reveal-in 1.1s ease both;
}

@keyframes reveal-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ── scroll-in animation ─────────────────────────────────────── */

.js .fx {
  opacity: 0;
  transform: translateY(20px);
}

.js .fx--in {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

/* ── PART A · birthday reveal ────────────────────────────────── */

.reveal-hero {
  min-height: 88svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6rem clamp(1.5rem, 6vw, 5rem) 3rem;
}

.reveal-hero__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 8vw, 5.5rem);
  line-height: 1.1;
  color: var(--rose-deep);
}

.reveal-hero__note {
  max-width: 36rem;
  margin-top: 1.8rem;
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.section {
  max-width: 62rem;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 5.5rem) clamp(1.5rem, 6vw, 3rem);
}

.section--tint {
  max-width: none;
  background: var(--teal-tint);
}

.section--tint > * {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

.section__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 1.6rem;
}

.section__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  margin-top: 0.9rem;
  background: var(--rose-soft);
}

.section__title--teal {
  color: var(--teal-deep);
}

.section__title--teal::after {
  background: var(--teal);
}

.section__lead {
  max-width: 40rem;
  color: var(--ink-soft);
  margin-bottom: 2.2rem;
}

.letter {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--rose-soft);
  border-radius: 1.2rem;
  padding: clamp(1.8rem, 5vw, 3rem);
  box-shadow: 0 18px 40px -28px rgba(61, 44, 51, 0.45);
}

.letter__text {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2.4vw, 1.3rem);
  font-style: italic;
  line-height: 1.9;
}

.letter__sign {
  margin-top: 1.4rem;
  text-align: right;
  color: var(--rose);
  font-size: 0.95rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 12rem;
  gap: 1rem;
}

.gallery__item {
  background: linear-gradient(140deg, var(--surface), var(--rose-soft));
  border-radius: 1rem;
}

.gallery__item--tall {
  grid-row: span 2;
}

.gallery__item--wide {
  grid-column: span 2;
}

.bridge {
  text-align: center;
  padding: clamp(2.5rem, 7vw, 4.5rem) 1.5rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2.6vw, 1.45rem);
  line-height: 1.9;
  color: var(--ink-soft);
}

.bridge__arrow {
  display: block;
  margin-top: 1.4rem;
  font-style: normal;
  color: var(--teal);
  animation: drift-down 2.2s ease-in-out infinite;
}

@keyframes drift-down {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* ── our story timeline ──────────────────────────────────────── */

.timeline {
  list-style: none;
  position: relative;
  max-width: 36rem;
  margin: 0 auto;
  padding: 0.5rem 0 0 2.4rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 2px;
  background: linear-gradient(180deg, var(--rose-soft), var(--teal-mist));
}

.timeline__item {
  position: relative;
  padding-bottom: 2.2rem;
}

.timeline__item:last-child {
  padding-bottom: 0;
}

.timeline__dot {
  position: absolute;
  left: -2.25rem;
  top: 0.35rem;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: var(--rose);
  border: 2px solid var(--bg);
  box-shadow: 0 0 0 2px var(--rose-soft);
}

.timeline__dot--gold {
  background: #ffc629;
  box-shadow: 0 0 0 2px #ffe3a1;
}

.timeline__dot--deep {
  background: var(--rose-deep);
  box-shadow: 0 0 0 2px var(--rose-soft);
}

.timeline__dot--teal {
  background: var(--teal);
  box-shadow: 0 0 0 2px var(--teal-mist);
}

.timeline__date {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.5rem;
}

.timeline__card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--rose-soft);
  border-radius: 1rem;
  padding: 1.2rem 1.4rem;
  box-shadow: 0 16px 34px -28px rgba(61, 44, 51, 0.4);
}

.timeline__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--rose-deep);
  margin-bottom: 0.35rem;
}

.timeline__text {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.timeline__item--ongoing .timeline__dot {
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    box-shadow: 0 0 0 2px var(--teal-mist), 0 0 0 0 rgba(62, 107, 100, 0.35);
  }
  50% {
    box-shadow: 0 0 0 2px var(--teal-mist), 0 0 0 9px rgba(62, 107, 100, 0);
  }
}

/* ── monthly photo journey ───────────────────────────────────── */

.month-group {
  margin-top: 2.6rem;
}

.month-group:first-child {
  margin-top: 0;
}

.month-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  margin-bottom: 1.3rem;
}

.month-head__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--rose-deep);
}

.month-head__label {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.month-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 1.3rem;
}

.polaroid {
  background: #fffdf9;
  border: 1px solid rgba(61, 44, 51, 0.08);
  border-radius: 0.4rem;
  padding: 0.55rem 0.55rem 0.7rem;
  box-shadow: 0 18px 34px -24px rgba(61, 44, 51, 0.5);
  rotate: var(--tilt, 0deg);
  transition: rotate 0.35s ease, translate 0.35s ease, scale 0.35s ease,
    box-shadow 0.35s ease, opacity 0.9s ease, transform 0.9s ease;
  cursor: pointer;
}

.month-grid .polaroid:nth-child(3n + 1) { --tilt: -1.6deg; }
.month-grid .polaroid:nth-child(3n + 2) { --tilt: 1.2deg; }
.month-grid .polaroid:nth-child(3n)     { --tilt: -0.8deg; }

.polaroid:hover {
  rotate: 0deg;
  translate: 0 -6px;
  scale: 1.03;
  box-shadow: 0 28px 46px -22px rgba(61, 44, 51, 0.55);
  z-index: 2;
}

.polaroid__btn {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  cursor: zoom-in;
}

.polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.25rem;
  background: var(--surface);
}

.polaroid__caption {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  font-style: italic;
  line-height: 1.4;
  color: var(--ink-soft);
  text-align: center;
}

.gallery-empty {
  text-align: center;
  font-style: italic;
  color: var(--ink-soft);
  padding: 1.5rem 0 0;
}

/* ── lightbox ────────────────────────────────────────────────── */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(38, 56, 53, 0.93);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s;
}

.lightbox--open {
  opacity: 1;
  visibility: visible;
}

.lightbox__figure {
  max-width: min(52rem, 90vw);
  text-align: center;
  transform: scale(0.94) translateY(12px);
  transition: transform 0.35s ease;
}

.lightbox--open .lightbox__figure {
  transform: none;
}

.lightbox__figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 76vh;
  border-radius: 0.8rem;
  background: #fffdf9;
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.7);
}

.lightbox__caption {
  margin-top: 0.9rem;
  font-size: 0.92rem;
  font-style: italic;
  color: #dfe9e6;
}

.lightbox__close,
.lightbox__nav {
  flex: none;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  border: 1px solid rgba(250, 247, 243, 0.35);
  background: rgba(250, 247, 243, 0.08);
  color: var(--bg);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease;
}

.lightbox__close:hover,
.lightbox__nav:hover {
  background: rgba(250, 247, 243, 0.22);
}

.lightbox__nav--prev {
  order: -1;
}

@media (max-width: 640px) {
  .lightbox__nav {
    position: fixed;
    top: 50%;
    translate: 0 -50%;
  }

  .lightbox__nav--prev {
    left: 0.6rem;
  }

  .lightbox__nav--next {
    right: 0.6rem;
  }
}

/* ── PART B · professional hero ──────────────────────────────── */

.pro-hero {
  border-top: 1px solid var(--teal-mist);
  padding: clamp(4rem, 9vw, 6.5rem) clamp(1.5rem, 6vw, 5rem);
  max-width: 72rem;
  margin: 0 auto;
}

.pro-hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.pro-hero__name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 1.06;
  color: var(--teal-deep);
  letter-spacing: -0.01em;
}

.pro-hero__name em {
  font-style: italic;
  color: var(--teal);
}

.pro-hero__tagline {
  margin: 1.4rem 0 2rem;
  max-width: 30rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.pro-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.chips__item {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--teal-deep);
  background: var(--teal-tint);
  border: 1px solid var(--teal-mist);
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
}

.pro-hero__visual {
  position: relative;
  justify-self: center;
}

.arch {
  width: clamp(14rem, 32vw, 21rem);
  aspect-ratio: 4 / 5;
  border-radius: 999px 999px 1.3rem 1.3rem;
  background: linear-gradient(160deg, var(--teal-mist) 0%, var(--surface) 60%, var(--rose-soft) 130%);
  border: 1px solid var(--teal-mist);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2.2rem;
}

.arch__monogram {
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  color: var(--teal);
  opacity: 0.75;
}

.float-card {
  position: absolute;
  left: -2.5rem;
  bottom: 2.4rem;
  max-width: 15rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  border: 1px solid var(--teal-mist);
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  box-shadow: 0 22px 44px -26px rgba(44, 68, 64, 0.45);
}

.float-card__big {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.5;
  color: var(--teal-deep);
}

.float-card__small {
  margin-top: 0.3rem;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

/* ── stats bar ───────────────────────────────────────────────── */

.stats {
  border-top: 1px solid var(--teal-mist);
  border-bottom: 1px solid var(--teal-mist);
  background: rgba(255, 255, 255, 0.5);
  padding: 2.4rem clamp(1.5rem, 6vw, 5rem) 1rem;
  text-align: center;
}

.stats--rose {
  border-color: var(--rose-soft);
  background: rgba(255, 255, 255, 0.55);
}

.stats--rose .stat__num {
  color: var(--rose-deep);
}

.stats--rose .stat__label {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.85rem;
  font-style: italic;
}

.stats__inner {
  max-width: 62rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.stat__num {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--teal-deep);
  font-variant-numeric: tabular-nums;
}

.stat__label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.stats__note {
  max-width: 62rem;
  margin: 0.8rem auto 0;
  font-size: 0.78rem;
  font-style: italic;
  color: var(--ink-soft);
  opacity: 0.7;
}

/* ── about ───────────────────────────────────────────────────── */

.about {
  display: grid;
  grid-template-columns: minmax(14rem, 20rem) 1fr;
  gap: clamp(1.8rem, 5vw, 3.5rem);
  align-items: start;
}

.about__photo {
  aspect-ratio: 4 / 5;
  border-radius: 999px 999px 1.2rem 1.2rem;
  background: linear-gradient(160deg, var(--teal-mist), var(--surface));
  border: 1px solid var(--teal-mist);
}

.about__bio p {
  color: var(--ink-soft);
}

.about__bio p + p {
  margin-top: 1rem;
}

.about__bio strong {
  color: var(--teal-deep);
  font-weight: 500;
}

.about__list {
  list-style: none;
  margin-top: 1.4rem;
  display: grid;
  gap: 0.55rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

/* ── services ────────────────────────────────────────────────── */

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.1rem;
}

.service {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--teal-mist);
  border-radius: 1.1rem;
  padding: 1.7rem 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px -30px rgba(44, 68, 64, 0.5);
}

.service__num {
  position: absolute;
  top: 1.3rem;
  right: 1.5rem;
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--gold);
}

.service__icon {
  width: 2.1rem;
  height: 2.1rem;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 1rem;
}

.service__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: var(--teal-deep);
}

.service__desc {
  font-size: 0.92rem;
  color: var(--ink-soft);
}

/* ── process ─────────────────────────────────────────────────── */

.process {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.1rem;
  counter-reset: step;
}

.process__step {
  border-top: 2px solid var(--teal);
  padding-top: 1.2rem;
}

.process__num {
  display: block;
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.process__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--teal-deep);
  margin-bottom: 0.5rem;
}

.process__desc {
  font-size: 0.92rem;
  color: var(--ink-soft);
}

/* ── testimonials ────────────────────────────────────────────── */

.testi {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(15rem, 20rem);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.8rem;
}

.testi::-webkit-scrollbar {
  height: 6px;
}

.testi::-webkit-scrollbar-thumb {
  background: var(--teal-mist);
  border-radius: 999px;
}

.testi__card {
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--teal-mist);
  border-radius: 1.1rem;
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.testi__stars {
  color: var(--gold);
  letter-spacing: 0.2em;
  font-size: 0.9rem;
}

.testi__card blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ink);
}

.testi__card figcaption {
  margin-top: auto;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

/* ── smile gallery (optional) ────────────────────────────────── */

.smiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.2rem;
}

.smile__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid var(--teal-mist);
}

.smile__ph {
  aspect-ratio: 1 / 1.05;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.smile__ph--before {
  background: linear-gradient(160deg, var(--surface), #e5ddd3);
  color: var(--ink-soft);
}

.smile__ph--after {
  background: linear-gradient(160deg, var(--teal-mist), #c8dad2);
  color: var(--teal-deep);
}

.smile__caption {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* ── FAQ ─────────────────────────────────────────────────────── */

.faq {
  max-width: 46rem;
}

.faq__item {
  border-bottom: 1px solid var(--teal-mist);
  padding: 1.1rem 0;
}

.faq__item summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--teal-deep);
  list-style: none;
  position: relative;
  padding-right: 2.2rem;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--teal);
  transition: transform 0.3s ease;
}

.faq__item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq__item p {
  margin-top: 0.8rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

/* ── booking band ────────────────────────────────────────────── */

.band {
  background: linear-gradient(150deg, var(--teal-deep), var(--teal));
  color: var(--bg);
  text-align: center;
  padding: clamp(3.5rem, 9vw, 6rem) clamp(1.5rem, 6vw, 5rem);
}

.band__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  line-height: 1.2;
}

.band__sub {
  max-width: 34rem;
  margin: 1.2rem auto 2.2rem;
  opacity: 0.85;
}

.band__cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
}

/* ── visit ───────────────────────────────────────────────────── */

.visit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: clamp(1.8rem, 5vw, 3.5rem);
}

.visit__heading {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--teal-deep);
  margin-bottom: 1rem;
}

.hours {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.hours td {
  padding: 0.5rem 0;
  border-bottom: 1px dashed var(--teal-mist);
}

.hours td:last-child {
  text-align: right;
  color: var(--teal-deep);
}

.visit__addr {
  color: var(--ink-soft);
  margin-bottom: 1.2rem;
}

.visit__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.visit__note {
  margin-top: 0.9rem;
  font-size: 0.8rem;
  font-style: italic;
  color: var(--ink-soft);
  opacity: 0.75;
}

/* ── footer ──────────────────────────────────────────────────── */

.footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2.5rem 1.5rem 3rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.state-revealed .footer {
  border-top: 1px solid var(--teal-mist);
  margin-top: 2rem;
}

/* ── responsive ──────────────────────────────────────────────── */

@media (max-width: 860px) {
  .pro-hero__grid {
    grid-template-columns: 1fr;
  }

  .pro-hero__visual {
    justify-self: start;
  }

  .float-card {
    left: auto;
    right: -0.6rem;
  }
}

@media (max-width: 760px) {
  .about {
    grid-template-columns: 1fr;
  }

  .about__photo {
    max-width: 16rem;
  }

  .stats__inner {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}

@media (max-width: 640px) {
  .nav__links a:nth-child(n + 4) {
    display: none;
  }

  .countdown {
    gap: 0.6rem;
  }

  .countdown__tile {
    min-width: 4.3rem;
    padding: 0.9rem 0.6rem 0.7rem;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 9rem;
  }

  .gallery__item--wide {
    grid-column: span 2;
  }

  .float-card {
    max-width: 13rem;
    bottom: 1.2rem;
  }
}

/* ── reduced motion ──────────────────────────────────────────── */

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

  .hearts span {
    animation: none;
    opacity: 0.25;
  }

  .ring__fill {
    transition: none;
  }

  .bridge__arrow {
    animation: none;
  }

  .timeline__item--ongoing .timeline__dot {
    animation: none;
  }

  .polaroid,
  .lightbox,
  .lightbox__figure {
    transition: none;
  }

  .polaroid:hover {
    translate: 0 0;
    scale: 1;
  }

  .state-revealed .reveal {
    animation: none;
  }

  .js .fx {
    opacity: 1;
    transform: none;
  }

  .js .fx--in {
    transition: none;
  }

  .service:hover {
    transform: none;
  }
}
