:root {
  --plum-950: #24111f;
  --plum-850: #3a1b31;
  --wine: #8f2f5f;
  --wine-soft: #b85c85;
  --rose: #efbfca;
  --rose-soft: #fae7eb;
  --ivory: #fff9ef;
  --paper: #fffdf8;
  --ink: #2a2027;
  --muted: #71626a;
  --line: rgba(143, 47, 95, 0.16);
  --line-strong: rgba(143, 47, 95, 0.32);
  --shadow: 0 28px 84px rgba(36, 17, 31, 0.18);
  --display: "Instrument Serif", Georgia, serif;
  --sans: "Instrument Sans", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.6;
}

body.is-loading {
  cursor: progress;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link,
.hidden-field {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  width: auto;
  height: auto;
  padding: 0.65rem 0.95rem;
  background: var(--ivory);
  color: var(--plum-850);
  box-shadow: var(--shadow);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 76px;
  padding: 0.78rem clamp(1rem, 4vw, 4rem);
  color: var(--ivory);
  transition: background 260ms ease, color 260ms ease, box-shadow 260ms ease, backdrop-filter 260ms ease;
}

.site-header.is-scrolled {
  color: var(--plum-850);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 14px 36px rgba(36, 17, 31, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: block;
  width: clamp(172px, 17vw, 230px);
  aspect-ratio: 620 / 174;
}

.brand img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(36, 17, 31, 0.18));
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

.brand:hover img {
  transform: translateY(-1px);
}

.site-header.is-scrolled .brand img {
  filter: none;
}

.brand-logo-dark {
  opacity: 0;
}

.site-header.is-scrolled .brand-logo-light {
  opacity: 0;
}

.site-header.is-scrolled .brand-logo-dark {
  opacity: 1;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.4vw, 2.4rem);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.main-nav a,
.header-call,
.direct-contact a {
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.main-nav a:hover,
.header-call:hover,
.direct-contact a:hover {
  color: var(--rose);
}

.site-header.is-scrolled .main-nav a:hover,
.site-header.is-scrolled .header-call:hover {
  color: var(--wine);
}

.header-call {
  display: grid;
  gap: 0.08rem;
  justify-items: end;
  font-size: 0.76rem;
  font-weight: 520;
}

.header-call span {
  opacity: 0.76;
}

.header-call strong {
  font-size: 1rem;
  font-weight: 700;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 91svh;
  overflow: hidden;
  color: var(--ivory);
  background: var(--plum-950);
}

.hero-photo,
.hero-shade,
.hero-light {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  z-index: -3;
  object-fit: cover;
  object-position: 62% center;
  transform: scale(1.045) translate3d(0, var(--photo-shift, 0), 0);
  transition: transform 120ms linear;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(36, 17, 31, 0.94) 0%, rgba(36, 17, 31, 0.78) 34%, rgba(36, 17, 31, 0.36) 68%, rgba(36, 17, 31, 0.08) 100%),
    linear-gradient(0deg, rgba(36, 17, 31, 0.3), transparent 46%);
}

.hero-light {
  z-index: -1;
  background:
    radial-gradient(circle at 78% 38%, rgba(239, 191, 202, 0.2), transparent 22%),
    radial-gradient(circle at 20% 78%, rgba(143, 47, 95, 0.18), transparent 24%);
  opacity: 0.85;
  transform: translate3d(calc(var(--photo-shift, 0) * -0.18), calc(var(--photo-shift, 0) * 0.22), 0);
}

.hero-copy {
  display: grid;
  align-content: end;
  width: min(690px, calc(100% - 2rem));
  min-height: 91svh;
  padding: 7.3rem 0 clamp(2.6rem, 6vw, 5.2rem);
  margin-left: clamp(1rem, 6vw, 6rem);
}

.brand-kicker,
.section-kicker {
  margin: 0 0 0.9rem;
  color: var(--rose);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
}

h3 {
  font-family: var(--sans);
  font-weight: 520;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(3.35rem, 6.25vw, 6.25rem);
  line-height: 0.94;
}

.hero-line {
  max-width: 590px;
  margin-bottom: 1.5rem;
  color: rgba(255, 249, 239, 0.88);
  font-size: clamp(1.05rem, 1.55vw, 1.24rem);
  font-weight: 400;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  padding: 0.78rem 1.08rem;
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 190ms ease, background 190ms ease, color 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255, 249, 239, 0.36), transparent);
  transform: translateX(-120%);
  transition: transform 520ms cubic-bezier(0.18, 0.82, 0.24, 1);
}

.button:hover {
  transform: translateY(-2px);
}

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

.button-primary {
  background: var(--rose);
  color: var(--plum-850);
  box-shadow: 0 16px 34px rgba(36, 17, 31, 0.22);
}

.button-primary:hover {
  background: var(--ivory);
}

.button-secondary,
.button-light {
  border-color: rgba(255, 249, 239, 0.42);
  color: var(--ivory);
  background: rgba(255, 249, 239, 0.08);
  backdrop-filter: blur(10px);
}

.button-secondary:hover {
  background: rgba(255, 249, 239, 0.16);
}

.button-light {
  border-color: var(--line);
  color: var(--plum-850);
  background: var(--paper);
}

.relief-band {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2.2rem) clamp(1rem, 5vw, 5rem);
  background: var(--rose-soft);
  border-bottom: 1px solid var(--line);
}

.relief-band p {
  margin: 0;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.relief-band strong {
  color: var(--plum-850);
  font-family: var(--display);
  font-size: clamp(1.45rem, 3vw, 2.38rem);
  font-weight: 400;
  line-height: 1.08;
}

.care-section,
.journey-section,
.care-moment-section,
.founder-section,
.contact-section {
  padding: clamp(4rem, 7.4vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.32fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 5vw, 5rem);
  align-items: start;
  margin-bottom: clamp(1.8rem, 4vw, 3.7rem);
}

.section-heading h2,
.journey-copy h2,
.care-moment-copy h2,
.founder-copy h2,
.contact-copy h2 {
  max-width: 870px;
  margin-bottom: 0;
  color: var(--plum-850);
  font-size: clamp(2.25rem, 4.1vw, 4.35rem);
  line-height: 0.99;
  font-weight: 400;
}

.service-suite {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 245px;
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.86), rgba(255, 249, 239, 0.6));
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(250, 231, 235, 0.76), transparent 54%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-card:hover {
  z-index: 1;
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(36, 17, 31, 0.12);
}

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

.service-topline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(38px, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
}

.service-topline span {
  color: var(--wine);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-topline::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 47, 95, 0.7), rgba(143, 47, 95, 0.08));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-card.reveal.is-visible .service-topline::after,
.service-card:hover .service-topline::after {
  transform: scaleX(1);
}

.service-icon {
  width: 34px;
  color: rgba(58, 27, 49, 0.82);
  overflow: visible;
  transition: color 180ms ease, filter 180ms ease, transform 180ms ease;
}

.service-icon-wash {
  fill: rgba(239, 191, 202, 0.36);
  stroke: rgba(143, 47, 95, 0.22);
  stroke-width: 0.75;
  transform: scale(0.82);
  transform-origin: center;
  transition: fill 220ms ease, stroke 220ms ease, transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-icon-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 72;
  stroke-dashoffset: 72;
}

.service-card.reveal.is-visible .service-icon-line {
  animation: service-icon-draw 900ms cubic-bezier(0.18, 0.82, 0.24, 1) forwards;
}

.service-card.reveal.is-visible .service-icon-wash,
.service-card:hover .service-icon-wash {
  fill: rgba(239, 191, 202, 0.58);
  stroke: rgba(143, 47, 95, 0.34);
  transform: scale(1);
}

.service-card:hover .service-icon {
  color: var(--wine);
  filter: drop-shadow(0 9px 16px rgba(143, 47, 95, 0.18));
  transform: translateY(-2px);
}

.service-card h3 {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  margin: clamp(1.8rem, 3vw, 2.8rem) 0 0.8rem;
  color: var(--plum-850);
  font-size: clamp(1.18rem, 1.75vw, 1.45rem);
  line-height: 1.08;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 400;
}

.journey-section {
  --journey-progress: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(340px, 0.78fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
  background: var(--plum-850);
  color: var(--ivory);
}

.journey-copy {
  position: sticky;
  top: 108px;
}

.journey-copy h2 {
  color: var(--ivory);
}

.journey-copy p {
  max-width: 650px;
  margin: 1rem 0 0;
  color: rgba(255, 249, 239, 0.76);
  font-weight: 400;
}

.journey-track {
  position: relative;
  display: grid;
  gap: clamp(0.85rem, 3vw, 1.35rem);
  padding-left: clamp(1.25rem, 3vw, 2rem);
}

.journey-line {
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background: rgba(255, 249, 239, 0.18);
}

.journey-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--rose), rgba(239, 191, 202, 0.26));
  transform: scaleY(var(--journey-progress));
  transform-origin: top;
  transition: transform 140ms linear;
}

.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  column-gap: 1.2rem;
  align-items: start;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid rgba(255, 249, 239, 0.15);
}

.journey-step::before {
  content: "";
  position: absolute;
  left: calc(clamp(1.25rem, 3vw, 2rem) * -1 - 5px);
  top: 0.66rem;
  width: 11px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 249, 239, 0.68);
  background: var(--plum-850);
  transform: rotate(45deg);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.journey-step.is-active::before,
.journey-step:hover::before {
  background: var(--rose);
  border-color: var(--rose);
  transform: rotate(45deg) scale(1.18);
}

.step-count {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border: 1px solid rgba(239, 191, 202, 0.56);
  border-radius: 999px;
  color: var(--rose);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.journey-step.is-active .step-count,
.journey-step:hover .step-count {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--plum-850);
  transform: translateY(-2px);
}

.journey-step > span:not(.step-count) {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--rose);
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  font-weight: 400;
  line-height: 1;
}

.journey-step p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 249, 239, 0.72);
  font-size: 0.98rem;
  font-weight: 400;
}

.care-moment-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 0.62fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  background: var(--paper);
}

.care-moment-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.care-moment-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(36, 17, 31, 0.28), transparent);
  pointer-events: none;
}

.care-moment-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% center;
  transform: scale(1.018);
  transition: transform 800ms cubic-bezier(0.18, 0.82, 0.24, 1);
}

.care-moment-image:hover img {
  transform: scale(1.055);
}

.image-reveal {
  clip-path: inset(0 12% 0 0);
}

.image-reveal.is-visible {
  animation: image-unmask 980ms cubic-bezier(0.18, 0.82, 0.24, 1) both;
}

.care-moment-copy p:not(.section-kicker) {
  max-width: 600px;
  color: var(--muted);
  font-weight: 400;
}

.moment-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.moment-points span {
  border: 1px solid var(--line);
  background: var(--rose-soft);
  color: var(--wine);
  padding: 0.46rem 0.68rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.founder-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  column-gap: clamp(2rem, 8vw, 7rem);
  row-gap: clamp(1.6rem, 5vw, 3.6rem);
  align-items: start;
  background:
    linear-gradient(116deg, rgba(255, 249, 239, 0.98), rgba(250, 231, 235, 0.42) 44%, rgba(255, 249, 239, 0.95) 78%),
    var(--ivory);
  border-top: 1px solid var(--line);
}

.founder-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(112deg, transparent 0 40%, rgba(143, 47, 95, 0.08) 46%, rgba(239, 191, 202, 0.28) 50%, rgba(143, 47, 95, 0.08) 54%, transparent 61%),
    linear-gradient(90deg, rgba(143, 47, 95, 0.07) 0 1px, transparent 1px 100%);
  background-size: 100% 100%, 96px 100%;
  opacity: 0;
  transform: translateX(-42%);
  pointer-events: none;
}

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

.founder-section.is-lit::before,
.founder-section:has(.founder-identity.is-visible)::before {
  animation: founder-sweep 1400ms cubic-bezier(0.18, 0.82, 0.24, 1) both;
}

.founder-rule {
  grid-column: 1 / -1;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 47, 95, 0.42), rgba(143, 47, 95, 0.08));
}

.founder-rule.reveal {
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.founder-rule.reveal.is-visible {
  transform: scaleX(1);
}

.founder-identity {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(143, 47, 95, 0.24);
}

.founder-identity::before {
  content: "";
  width: 0;
  height: 3px;
  background: var(--wine);
  transition: width 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: 160ms;
}

.founder-section.is-lit .founder-identity::before,
.founder-section:has(.founder-identity.is-visible) .founder-identity::before {
  width: 64px;
}

.founder-nameplate p {
  margin: 0;
  color: var(--plum-850);
  font-family: var(--display);
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 1;
}

.founder-nameplate span {
  display: block;
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.founder-email {
  width: fit-content;
  color: var(--wine);
  font-size: 0.92rem;
  font-weight: 620;
  border-bottom: 1px solid rgba(143, 47, 95, 0.3);
  transition: color 180ms ease, border-color 180ms ease;
}

.founder-email:hover {
  color: var(--plum-850);
  border-color: currentColor;
}

.founder-copy p {
  max-width: 720px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-weight: 400;
}

.founder-section.is-lit .founder-copy h2,
.founder-section:has(.founder-identity.is-visible) .founder-copy h2 {
  animation: founder-headline-reveal 850ms cubic-bezier(0.18, 0.82, 0.24, 1) both;
  animation-delay: 180ms;
}

.founder-support {
  padding-left: 1.1rem;
  border-left: 2px solid rgba(143, 47, 95, 0.26);
}

.founder-values {
  display: grid;
  max-width: 720px;
  margin-top: 1.7rem;
  border-top: 1px solid var(--line);
}

.founder-values span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid var(--line);
  color: var(--plum-850);
  font-weight: 620;
  opacity: 0;
  transform: translateX(-18px);
  transition: color 190ms ease, padding-left 190ms ease, transform 190ms ease, background 190ms ease;
}

.founder-values span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 47, 95, 0.5), transparent 78%);
  transform: scaleX(0);
  transform-origin: left;
}

.founder-values.reveal.is-visible span {
  animation: founder-value-in 700ms cubic-bezier(0.18, 0.82, 0.24, 1) both;
}

.founder-values.reveal.is-visible span::after {
  animation: founder-value-line 760ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.founder-values.reveal.is-visible span:nth-child(2),
.founder-values.reveal.is-visible span:nth-child(2)::after {
  animation-delay: 120ms;
}

.founder-values.reveal.is-visible span:nth-child(3),
.founder-values.reveal.is-visible span:nth-child(3)::after {
  animation-delay: 240ms;
}

.founder-values span:hover {
  padding-left: 0.45rem;
  transform: translateY(-1px);
  background: linear-gradient(90deg, rgba(250, 231, 235, 0.42), transparent 68%);
  color: var(--wine);
}

.founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.founder-actions a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(143, 47, 95, 0.22);
  background: transparent;
  color: var(--plum-850);
  padding: 0.7rem 0.95rem;
  font-weight: 700;
  transition: transform 190ms ease, color 190ms ease, border-color 190ms ease;
}

.founder-actions a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(143, 47, 95, 0.09), rgba(239, 191, 202, 0.25));
  transform: translateX(-103%);
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.founder-actions a:hover {
  transform: translateY(-2px);
  border-color: rgba(143, 47, 95, 0.38);
  color: var(--wine);
}

.founder-actions a:hover::before {
  transform: translateX(0);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 0.56fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  background:
    linear-gradient(120deg, rgba(250, 231, 235, 0.82), rgba(255, 249, 239, 1)),
    var(--paper);
}

.contact-copy p:not(.section-kicker) {
  max-width: 650px;
  color: var(--muted);
  font-weight: 400;
}

.direct-contact {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.15rem;
}

.direct-contact a {
  width: fit-content;
  color: var(--wine);
  font-family: var(--display);
  font-size: clamp(1.28rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.1;
}

.direct-contact small {
  margin-top: 0.3rem;
  color: var(--muted);
  font-weight: 520;
}

.inquiry-form {
  display: grid;
  gap: 0.82rem;
  padding: clamp(1.05rem, 3vw, 1.7rem);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
  border-top: 4px solid var(--wine);
  backdrop-filter: blur(12px);
}

.inquiry-form label {
  display: grid;
  gap: 0.36rem;
}

.inquiry-form span {
  color: var(--plum-850);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 0.76rem 0.84rem;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.inquiry-form input,
.inquiry-form select {
  min-height: 47px;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--wine);
  background: var(--ivory);
  box-shadow: 0 0 0 4px rgba(239, 191, 202, 0.36);
}

.inquiry-form .button {
  width: 100%;
  margin-top: 0.15rem;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 400;
}

.mobile-contact {
  display: none;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem clamp(1rem, 5vw, 5rem);
  background: var(--plum-950);
  color: rgba(255, 249, 239, 0.82);
  font-weight: 620;
}

.site-footer img {
  width: 172px;
  height: auto;
}

.site-footer span {
  justify-self: center;
}

.site-footer a:hover {
  color: var(--rose);
}

.success-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  background:
    linear-gradient(120deg, rgba(250, 231, 235, 0.82), rgba(255, 249, 239, 1)),
    var(--paper);
}

.success-shell {
  width: min(720px, calc(100% - 2rem));
  padding: clamp(2rem, 6vw, 4.5rem);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
}

.success-brand img {
  width: 220px;
  margin-bottom: clamp(2rem, 5vw, 3.2rem);
}

.success-shell h1 {
  max-width: 12ch;
  color: var(--plum-850);
  font-size: clamp(2.7rem, 7vw, 4.8rem);
}

.success-shell p:not(.section-kicker) {
  max-width: 560px;
  color: var(--muted);
  font-weight: 400;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease, clip-path 780ms cubic-bezier(0.18, 0.82, 0.24, 1);
  transition-delay: var(--delay, 0ms);
}

.hero .reveal {
  opacity: 1;
  transform: none;
  animation: hero-rise 720ms ease both;
  animation-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes image-unmask {
  from {
    clip-path: inset(0 18% 0 0);
  }

  to {
    clip-path: inset(0);
  }
}

@keyframes service-icon-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes founder-sweep {
  0% {
    opacity: 0;
    transform: translateX(-42%);
  }

  22% {
    opacity: 1;
  }

  100% {
    opacity: 0.95;
    transform: translateX(0);
  }
}

@keyframes founder-headline-reveal {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translateY(28px);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

@keyframes founder-value-in {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes founder-value-line {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1120px) {
  .service-suite {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    min-height: 70px;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .hero-copy {
    min-height: 86svh;
  }

  .hero-photo {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(36, 17, 31, 0.82), rgba(36, 17, 31, 0.55)),
      linear-gradient(90deg, rgba(36, 17, 31, 0.9), rgba(36, 17, 31, 0.16));
  }

  .relief-band,
  .section-heading,
  .journey-section,
  .care-moment-section,
  .founder-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .journey-copy {
    position: static;
  }

  .care-moment-image {
    order: 2;
  }

  .care-moment-copy {
    order: 1;
  }

  .founder-rule {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 72px;
    font-size: 16px;
  }

  .site-header {
    padding: 0.65rem 1rem;
  }

  .brand {
    width: 148px;
  }

  .header-call span {
    display: none;
  }

  .header-call strong {
    font-size: 0.9rem;
  }

  .hero,
  .hero-copy {
    min-height: 78svh;
  }

  .hero-copy {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    padding-top: 5.75rem;
    padding-bottom: 1.6rem;
  }

  h1 {
    max-width: 10.8ch;
    font-size: clamp(2.32rem, 10.3vw, 3rem);
    line-height: 0.98;
  }

  .hero-line {
    max-width: 29ch;
    margin-bottom: 0;
    font-size: 0.96rem;
  }

  .founder-actions,
  .success-actions {
    display: grid;
  }

  .hero-actions {
    display: none;
  }

  .button {
    min-height: 46px;
    width: 100%;
  }

  .care-section,
  .journey-section,
  .care-moment-section,
  .founder-section,
  .contact-section {
    padding: 3.35rem 1rem;
  }

  .section-heading {
    gap: 0.65rem;
  }

  .section-heading h2,
  .journey-copy h2,
  .care-moment-copy h2,
  .founder-copy h2,
  .contact-copy h2 {
    font-size: clamp(1.82rem, 7.7vw, 2.42rem);
    line-height: 1.04;
  }

  .relief-band {
    gap: 0.65rem;
  }

  .relief-band strong {
    font-size: 1.32rem;
    line-height: 1.12;
  }

  .service-suite {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    padding: 1.05rem 0.95rem 1.15rem;
  }

  .service-topline span {
    margin-top: 0.08rem;
    font-size: 0.68rem;
  }

  .service-icon {
    width: 27px;
  }

  .service-card h3 {
    max-width: none;
    margin: 1.05rem 0 0.32rem;
    font-size: 1.12rem;
  }

  .service-card p {
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .journey-track {
    padding-left: 1.15rem;
  }

  .journey-step {
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 0.8rem;
  }

  .journey-step::before {
    left: -1.45rem;
  }

  .step-count {
    width: 36px;
    font-size: 0.62rem;
  }

  .journey-step > span:not(.step-count) {
    font-size: 1.36rem;
  }

  .care-moment-image img {
    aspect-ratio: 4 / 3;
    object-position: 52% center;
  }

  .founder-nameplate p {
    font-size: 1.78rem;
  }

  .founder-values span {
    min-height: 48px;
  }

  .direct-contact a {
    font-size: 1.12rem;
  }

  .mobile-contact {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.46rem;
    background: rgba(255, 253, 248, 0.94);
    box-shadow: 0 18px 50px rgba(36, 17, 31, 0.18);
    backdrop-filter: blur(18px);
  }

  .mobile-contact a {
    display: grid;
    place-items: center;
    min-height: 44px;
    border: 1px solid var(--line);
    color: var(--plum-850);
    font-size: 0.86rem;
    font-weight: 700;
  }

  .mobile-contact a:first-child {
    border-color: transparent;
    background: var(--wine);
    color: var(--ivory);
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    padding-bottom: 6rem;
  }

  .site-footer span {
    justify-self: start;
  }

  .success-shell {
    width: 100%;
    min-height: 100svh;
    display: grid;
    align-content: center;
    box-shadow: none;
  }
}

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

  .hero-photo,
  .care-moment-image img {
    transform: none;
  }

  .journey-section {
    --journey-progress: 1;
  }

  .founder-section::before,
  .founder-section:has(.founder-identity.is-visible)::before,
  .founder-section.is-lit .founder-copy h2,
  .founder-section:has(.founder-identity.is-visible) .founder-copy h2,
  .founder-values.reveal.is-visible span,
  .founder-values.reveal.is-visible span::after,
  .image-reveal.is-visible {
    animation: none;
  }

  .founder-section::before {
    opacity: 0.22;
    transform: none;
  }

  .founder-identity::before {
    width: 64px;
  }

  .founder-copy h2,
  .founder-section.is-lit .founder-copy h2,
  .founder-section:has(.founder-identity.is-visible) .founder-copy h2 {
    clip-path: none;
  }

  .founder-values span {
    opacity: 1;
    transform: none;
  }

  .founder-values span::after {
    transform: scaleX(1);
  }

  .image-reveal,
  .reveal {
    opacity: 1;
    transform: none;
    clip-path: none;
  }
}
