/* DH Digitals — Boutique light theme */

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

:root {
  --bg:            #F5F0E8;
  --surface:       #FFFFFF;
  --text:          #1A1A1A;
  --muted:         #5C5C5C;
  --accent:        #2C4A3E;
  --accent-hover:  #3A5E50;
  --accent-soft:   rgba(44, 74, 62, 0.12);
  --border:        rgba(26, 26, 26, 0.12);
  --border-strong: rgba(26, 26, 26, 0.2);
  --shadow-card:   0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-card-hover: 0 12px 36px rgba(0, 0, 0, 0.12);
  --card-transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --radius-btn:    24px;
  --section-space: 120px;
  --nav-offset:    4.5rem;
  --transition:    0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --hover-transition: var(--transition);
  --ease:          cubic-bezier(0.4, 0, 0.2, 1);
  --font-display:  'Playfair Display', Georgia, serif;
  --font-body:     'Lato', system-ui, sans-serif;
  --text-h1:       88px;
  --text-h2:       56px;
  --text-h3:       32px;
  --text-body:     17px;
  --text-small:    13px;
  --lh-heading:    1.1;
  --lh-body:       1.7;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

[id] {
  scroll-margin-top: calc(var(--nav-offset) + 1rem);
}

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

::selection {
  background: var(--accent-soft);
  color: var(--text);
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: var(--text-body);
  line-height: var(--lh-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

html.has-custom-cursor body {
  cursor: none;
}

html.has-custom-cursor a,
html.has-custom-cursor button,
html.has-custom-cursor .btn,
html.has-custom-cursor input[type="submit"] {
  cursor: none;
}

body > *:not(.custom-cursor-dot):not(.custom-cursor-ring) {
  opacity: 1;
}

/* ── SCROLL REVEAL (animate-in) ── */
.animate-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── PAGE INTRO ── */
.page-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2C4A3E;
  transform: translateY(0);
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}

.page-intro.is-exiting {
  transform: translateY(-100%);
}

.page-intro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-intro-dh {
  font-family: var(--font-display);
  font-size: 120px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #F5F0E8;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-intro.is-dh-visible .page-intro-dh {
  opacity: 1;
}

.page-intro-digitals {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.4em;
  color: #F5F0E8;
  line-height: 1;
  margin-top: 0.65rem;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-intro.is-digitals-visible .page-intro-digitals {
  opacity: 1;
}

html.page-intro-pending body > *:not(.page-intro):not(.custom-cursor-dot):not(.custom-cursor-ring) {
  opacity: 0;
}

html.page-intro-reveal body > *:not(.page-intro):not(.custom-cursor-dot):not(.custom-cursor-ring) {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

html.home-parallax .section-title {
  transition: none;
}

html.home-parallax .social-proof-quote {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

html.home-parallax .hero-monogram,
html.home-parallax .hero-visual {
  will-change: transform;
}

@media (max-width: 768px) {
  html.home-parallax .hero-monogram,
  html.home-parallax .hero-visual {
    transform: none !important;
    will-change: auto;
  }
}

/* ── ANIMATIONS ── */
nav#nav {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

nav#nav.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.scroll-heading {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-heading.is-inview {
  opacity: 1;
  transform: translateX(0);
}

.scroll-card-group.is-inview > .service-card,
.scroll-card-group.is-inview > .price-card,
.scroll-card-group.is-inview > .process-step,
.scroll-card-group.is-inview > .why-card,
.scroll-card-group.is-inview > .value-card,
.scroll-card.is-inview,
.service-card.animate-in.visible,
.price-card.animate-in.visible,
.process-step.animate-in.visible,
.why-card.animate-in.visible,
.value-card.animate-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-card-group > .service-card,
.scroll-card-group > .price-card,
.scroll-card-group > .process-step,
.scroll-card-group > .why-card,
.scroll-card-group > .value-card,
.scroll-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-proof-quote {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-proof-quote.is-inview,
.social-proof-quote.animate-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.text-reveal-mask {
  overflow: hidden;
  display: block;
}

.text-reveal-inner {
  display: block;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}

h1 .text-reveal-inner {
  transition-duration: 1s;
}

.text-reveal-inner.is-revealed {
  transform: translateY(0);
}

.text-reveal-subtext {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.text-reveal-subtext.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.hero-heading-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-heading-word.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-load-fade {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero .hero-tag.hero-load-fade {
  transition-duration: 0.4s;
}

.hero-load-fade.is-visible {
  opacity: 1;
}

.btn .ripple,
button .ripple,
input[type="submit"] .ripple {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transform: scale(0);
  opacity: 0.3;
  animation: rippleExpand 0.65s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes rippleExpand {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

@keyframes carePlanBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.care-plan-price .price-amount {
  animation: carePlanBounce 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.custom-cursor-dot,
.custom-cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  will-change: transform, left, top;
}

.custom-cursor-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2C4A3E;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-cursor-ring {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #2C4A3E;
  background: transparent;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-cursor-dot.is-hover {
  transform: translate(-50%, -50%) scale(0);
}

.custom-cursor-ring.is-hover {
  transform: translate(-50%, -50%) scale(1.8);
  background: rgba(44, 74, 62, 0.15);
}

.custom-cursor-dot.is-click,
.custom-cursor-ring.is-click {
  transition-duration: 0.15s;
  transform: translate(-50%, -50%) scale(0.6);
}

.custom-cursor-ring.is-hover.is-click {
  transform: translate(-50%, -50%) scale(0.6);
}

.custom-cursor-dot.is-hidden,
.custom-cursor-ring.is-hidden {
  opacity: 0;
}

/* ── TYPOGRAPHY SCALE ── */
h1, h2, h3, h4, p {
  overflow-wrap: break-word;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: var(--lh-heading);
  font-weight: 600;
}

h1 {
  font-size: var(--text-h2);
  letter-spacing: -0.03em;
}

h2,
.section-title {
  font-size: var(--text-h2);
  letter-spacing: -0.02em;
}

h3 {
  font-size: var(--text-h3);
  letter-spacing: -0.015em;
}

p {
  max-width: 65ch;
  font-size: var(--text-body);
  line-height: var(--lh-body);
}

.lead-sentence {
  font-weight: 600;
  color: var(--text);
}

.text-small,
.meta-label,
.care-plan-note,
.footer-copy,
.footer-credit,
.footer-contact-list a,
.footer-tagline,
.form-error,
.contact-note,
.price-pages,
.care-plan-features li,
.price-features li {
  font-size: var(--text-small);
  line-height: var(--lh-body);
}

.section-label,
.hero-tag,
.care-plan-tag,
.footer-heading,
.method-label,
.form-group label {
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: var(--lh-body);
  text-transform: uppercase;
  max-width: none;
}

.price-amount,
.meta-value {
  font-variant-numeric: tabular-nums;
}

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

.container {
  width: min(1080px, calc(100vw - 2rem));
  margin: 0 auto;
  min-width: 0;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0; right: 0;
  z-index: 100;
  padding: 1.35rem 0;
  background: rgba(245, 240, 232, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--hover-transition), padding var(--hover-transition);
}

nav.scrolled {
  border-bottom-color: var(--border);
}

nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: var(--font-body);
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo:hover {
  transform: scale(1.03);
}

.logo-serif {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1;
}

.logo-rest {
  color: var(--muted);
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
  min-width: 0;
  flex-shrink: 1;
}

@media (min-width: 769px) and (max-width: 1140px) {
  .nav-links {
    gap: 1.25rem;
  }
}

.nav-links a:not(.btn) {
  font-size: var(--text-small);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--muted);
  position: relative;
  transition: color var(--hover-transition);
}

.nav-links a:not(.btn)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links a:not(.btn):hover,
.nav-links a:not(.btn).active { color: var(--accent); }

.nav-links a:not(.btn):hover::after,
.nav-links a:not(.btn).active::after { width: 100%; }

.nav-links .btn-primary {
  transition: transform var(--hover-transition), background var(--hover-transition), color var(--hover-transition);
}

.nav-links .btn-primary:hover:not(:disabled) {
  transform: none;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--text-small);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.85rem 1.75rem;
  border: none;
  border-radius: var(--radius-btn);
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary.is-magnetic-active {
  transition: transform 0.12s ease-out, background 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover:not(:disabled) {
  background: color-mix(in srgb, var(--accent) 90%, white);
  transform: none;
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-strong);
}

.btn-outline:hover:not(:disabled) {
  background: color-mix(in srgb, var(--bg) 90%, white);
  border-color: var(--accent);
  color: var(--accent);
  transform: none;
}

.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.btn-outline-light:hover:not(:disabled) {
  background: color-mix(in srgb, #ffffff 10%, transparent);
  border-color: #fff;
  color: #fff;
  transform: none;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text);
  cursor: pointer;
  padding: 0;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 28px;
}

.hamburger-line {
  display: block;
  width: 28px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}

/* ── HERO (home) ── */
.hero {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: calc(var(--nav-offset) + 2.5rem) 0 80px;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.hero-parallax-bg {
  position: absolute;
  inset: -20% 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 85% 65% at 78% 22%, rgba(44, 74, 62, 0.07) 0%, transparent 58%),
    radial-gradient(ellipse 55% 50% at 12% 88%, rgba(44, 74, 62, 0.05) 0%, transparent 52%),
    linear-gradient(180deg, #F5F0E8 0%, #EDE6DA 45%, #F5F0E8 100%);
  background-size: 100% 140%;
  background-position: center 0;
  background-repeat: no-repeat;
  will-change: background-position;
}

.hero-monogram {
  position: absolute;
  right: clamp(-1rem, 2vw, 3rem);
  top: 50%;
  transform: translateY(-48%);
  font-family: var(--font-display);
  font-size: clamp(6.6rem, 15.6vw, 12.6rem);
  font-weight: 600;
  color: var(--accent);
  opacity: 0.06;
  line-height: 0.85;
  letter-spacing: -0.04em;
  pointer-events: none;
  z-index: 1;
  user-select: none;
}

.hero-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: multiply;
}

.hero-floats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.hero-float {
  position: absolute;
  pointer-events: none;
}

.hero-float--circle {
  top: 10%;
  right: 7%;
  width: 120px;
  height: 120px;
  border: 1px solid #2C4A3E;
  border-radius: 50%;
  opacity: 0.15;
  background: transparent;
  animation: heroFloatCircle 4s ease-in-out infinite;
}

.hero-float--square {
  top: 42%;
  left: 5%;
  width: 20px;
  height: 20px;
  background: #2C4A3E;
  opacity: 0.1;
  transform: rotate(45deg);
  animation: heroFloatSquare 8s linear infinite;
}

.hero-float--line {
  bottom: 26%;
  right: 10%;
  width: 80px;
  height: 1px;
  background: #2C4A3E;
  opacity: 0.2;
  animation: heroFloatLine 3s ease-in-out infinite alternate;
}

@keyframes heroFloatCircle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes heroFloatSquare {
  from { transform: rotate(45deg); }
  to { transform: rotate(405deg); }
}

@keyframes heroFloatLine {
  from { opacity: 0.1; }
  to { opacity: 0.3; }
}

.hero-layout {
  position: relative;
  z-index: 3;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.hero-content {
  position: relative;
  width: 100%;
  max-width: none;
  text-align: left;
  z-index: 1;
  min-width: 0;
}

.hero-content > .hero-tag,
.hero-content > h1,
.hero-content > .hero-sub,
.hero-content > .hero-cta {
  max-width: 640px;
}

.hero-visual {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.browser-frame {
  width: 100%;
  max-width: 100%;
  max-height: 380px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(44, 74, 62, 0.08);
  display: flex;
  flex-direction: column;
}

.browser-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: #EBE6DE;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.browser-dot:nth-child(1) { background: #FF5F57; }
.browser-dot:nth-child(2) { background: #FEBC2E; }
.browser-dot:nth-child(3) { background: #28C840; }

.browser-url {
  flex: 1;
  margin-left: 8px;
  height: 24px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(26, 26, 26, 0.08);
}

.browser-screen {
  padding: 18px 16px 20px;
  background: #FAF8F4;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.mock-site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mock-logo {
  display: block;
  width: 56px;
  height: 9px;
  border-radius: 2px;
  background: var(--accent);
}

.mock-nav-links {
  display: flex;
  gap: 8px;
}

.mock-nav-links span {
  display: block;
  width: 28px;
  height: 6px;
  border-radius: 2px;
  background: rgba(26, 26, 26, 0.12);
}

.mock-hero-area {
  padding: 22px 16px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(44, 74, 62, 0.14) 0%, rgba(44, 74, 62, 0.04) 100%);
}

.mock-hero-line {
  display: block;
  height: 10px;
  width: 72%;
  margin-bottom: 8px;
  border-radius: 2px;
  background: var(--accent);
  opacity: 0.75;
}

.mock-hero-line.short {
  width: 48%;
  height: 6px;
  background: rgba(26, 26, 26, 0.14);
  opacity: 1;
}

.mock-hero-line.short:last-of-type {
  width: 36%;
}

.mock-hero-btn {
  display: block;
  width: 76px;
  height: 22px;
  margin-top: 14px;
  border-radius: 11px;
  background: var(--accent);
}

.mock-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mock-card {
  display: block;
  height: 62px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.hero-tag {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2rem;
  max-width: none;
}

.hero h1 {
  font-size: 68px;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 2rem;
  max-height: calc(1.08em * 3);
  overflow: hidden;
}

.hero-sub {
  color: var(--muted);
  margin-bottom: 2rem;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: var(--accent);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-scroll-hint.is-visible {
  opacity: 1;
}

.hero-scroll-hint:hover {
  color: var(--accent-hover);
}

.hero-scroll-arrow {
  display: block;
  animation: bounceDown 2.2s var(--ease) infinite;
}

.proof-stats-bar {
  width: 100%;
  background: #EDE8DF;
  margin-top: 2.5rem;
  padding: 2rem 0;
}

.proof-stats-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}

.proof-stat {
  position: relative;
  text-align: center;
  padding: 0 1rem;
  min-width: 0;
}

.proof-stat + .proof-stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 3.25rem;
  background: rgba(26, 26, 26, 0.12);
}

.proof-stat-value {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  color: #2C4A3E;
  font-variant-numeric: tabular-nums;
}

.proof-stat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: var(--muted);
  margin-top: 0.5rem;
  max-width: none;
  line-height: 1.35;
}

.hero-aside { display: none; }

/* ── PAGE HERO ── */
.page-hero {
  position: relative;
}

.page-hero + section {
  padding-top: 80px;
}

section.page-hero {
  padding-top: calc(var(--nav-offset) + 2rem);
  padding-bottom: 2rem;
}

section.page-hero.page-hero--services {
  padding-top: 80px;
  padding-bottom: 1.5rem;
}

section.page-hero.page-hero--about {
  padding-top: calc(var(--nav-offset) + 2rem);
  padding-bottom: 0;
}

section.page-hero.page-hero--about + section {
  padding-top: 3rem;
}

.page-hero--services + section {
  padding-top: 64px;
}

.page-hero-content {
  position: relative;
  max-width: 640px;
  text-align: left;
}

.page-hero .hero-tag,
.contact-info .hero-tag {
  opacity: 1;
}

.page-hero h1 {
  font-size: var(--text-h2);
  margin-bottom: 1.35rem;
}

.page-hero h1 em,
.contact-info > h1 em,
.mission-quote em {
  font-style: italic;
  color: var(--accent);
}

.page-hero-sub,
.contact-info > p:first-of-type {
  color: var(--muted);
}

.contact-info > h1 {
  font-size: var(--text-h2);
  margin-bottom: 1.25rem;
}

/* ── SECTIONS ── */
section:not(.hero):not(.page-hero) {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.section-label {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
  max-width: none;
}

.section-title {
  margin-bottom: 1.1rem;
}

.section-desc {
  color: var(--muted);
}

.pricing-header .section-desc {
  margin-left: auto;
  margin-right: auto;
}

.pricing-urgency {
  font-size: 14px;
  font-style: italic;
  color: var(--muted);
  margin-bottom: 1rem;
  max-width: none;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible,
.reveal.animate-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── SERVICES ── */
.services-header {
  margin-bottom: 2.5rem;
  max-width: 560px;
}

.services-grid,
.pricing-grid,
.contact-grid,
.story-grid,
.social-proof-grid,
.process-steps,
.intro .container,
.footer-main,
.values-grid {
  min-width: 0;
}

.services-grid > *,
.process-steps > *,
.pricing-grid > *,
.contact-grid > *,
.story-grid > *,
.social-proof-grid > *,
.values-grid > * {
  min-width: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3rem;
}

.service-card {
  background: transparent;
  padding: 1.25rem 0 1.25rem 1.75rem;
  border-left: 3px solid var(--accent);
  position: relative;
  border-radius: 4px;
  box-shadow: transparent 0 0 0;
  transition: var(--card-transition), border-color var(--hover-transition);
}

.service-card:hover {
  border-left-color: var(--accent-hover);
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.service-card.card-offset {
  margin-top: 2.5rem;
}

.service-icon {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 1.25rem;
  color: var(--accent);
  transition: transform var(--hover-transition);
  transform-origin: center center;
}

.service-card:hover .service-icon {
  transform: rotate(10deg);
}

.service-card h3 {
  margin-bottom: 0.75rem;
}

.service-card p {
  color: var(--muted);
}

/* ── PROCESS ── */
#process {
  background: #F0EDE8;
  padding-bottom: 80px;
}

.process-header {
  margin-bottom: 2.5rem;
  max-width: 560px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.process-step {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #D9D4CC;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-card-group.is-inview > .process-step:hover {
  transform: translateY(-5px);
}

.process-num {
  display: block;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  color: #2C4A3E;
  opacity: 1;
  margin-bottom: 8px;
  pointer-events: none;
  user-select: none;
}

.process-content {
  display: flex;
  flex-direction: column;
}

.process-title {
  margin-bottom: 0.75rem;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
}

.process-desc {
  color: var(--muted);
  line-height: var(--lh-body);
  max-width: none;
}

/* ── SOCIAL PROOF ── */
.social-proof {
  background: #EDE8DF;
}

.social-proof-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem 5rem;
  align-items: center;
}

.social-proof-quote {
  position: relative;
}

.quote-mark {
  position: absolute;
  top: -2rem;
  left: -1.25rem;
  width: clamp(7rem, 14vw, 11rem);
  height: clamp(7rem, 14vw, 11rem);
  color: var(--accent);
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}

.social-proof-quote blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
}

.social-proof-quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.375rem, 2.5vw, 2rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 1.75rem;
  max-width: none;
}

.social-proof-quote cite {
  display: block;
  font-family: var(--font-body);
  font-style: normal;
  font-size: var(--text-small);
  font-variant: small-caps;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.social-proof-stats {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

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

.stat-value {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.stat-check {
  display: flex;
  align-items: center;
  line-height: 1;
}

.stat-check svg {
  display: block;
}

.social-proof-stats .stat-label {
  font-size: var(--text-body);
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text);
  line-height: var(--lh-body);
}

/* ── PRICING ── */
#pricing,
#plans {
  background: var(--surface);
}

.pricing-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pricing-header .section-desc { margin: 0 auto; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  align-items: start;
}

.price-card {
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 2.5rem 2rem 2.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: transform var(--hover-transition), box-shadow var(--hover-transition);
}

.price-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.price-card.featured {
  padding: calc(2.5rem + 10px) 2rem calc(2.25rem + 10px);
  border-top: 4px solid var(--accent);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.price-card.featured:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.16);
}

.price-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: var(--radius-btn);
  white-space: nowrap;
}

.price-tier {
  font-family: var(--font-display);
  font-size: var(--text-h3);
  line-height: var(--lh-heading);
  margin-bottom: 0.25rem;
}

.price-tagline {
  font-style: italic;
  color: var(--accent);
  font-size: var(--text-small);
  line-height: 1.4;
  margin-bottom: 0.65rem;
  max-width: none;
}

.price-amount {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: var(--lh-heading);
  margin-bottom: 0.35rem;
  color: var(--text);
}

.price-pages {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.75rem;
  max-width: none;
}

.price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.85rem;
  flex: 1;
}

.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--muted);
}

.price-features li svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 0.2em;
  color: var(--accent);
  stroke: currentColor;
  transform-origin: center center;
}

.price-features.is-animating li:not(.check-in) svg {
  transform: scale(0);
}

.price-features.is-animating li.check-in svg {
  animation: checkPop 0.4s var(--ease) forwards;
}

.price-meta {
  padding-top: 1.35rem;
  border-top: 1px solid var(--border);
  margin-bottom: 1.75rem;
}

.meta-label {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.25rem;
  max-width: none;
}

.meta-value {
  font-family: var(--font-display);
  font-weight: 600;
}

.price-card .btn { width: 100%; }

.price-checkout {
  font-size: 11px;
  line-height: 1.4;
  color: var(--muted);
  text-align: center;
  margin-top: 0.65rem;
  margin-bottom: 0;
  max-width: none;
}

.price-guarantee {
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
  text-align: center;
  margin-top: 0.65rem;
  margin-bottom: 0;
  max-width: none;
}

.care-plan {
  margin-top: 2.5rem;
  padding: 2.5rem 2rem 2.25rem;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  transition: var(--card-transition);
}

.care-plan:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.care-plan-info { flex: 1; min-width: 240px; }

.care-plan-tag {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.65rem;
  max-width: none;
}

.care-plan h3 {
  margin-bottom: 0.55rem;
}

.care-plan-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  list-style: none;
}

.care-plan-features li {
  color: var(--muted);
}

.care-plan-features li::before {
  content: '·';
  margin-right: 0.35rem;
  color: var(--accent);
}

.care-plan-social {
  font-size: 13px;
  font-style: italic;
  color: var(--muted);
  margin-top: 1rem;
  max-width: none;
  line-height: var(--lh-body);
}

.care-plan-price { text-align: right; flex-shrink: 0; }

.care-plan-price .price-amount { margin-bottom: 0.1rem; }

.care-plan-price .price-amount span {
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 400;
  color: var(--muted);
}

.care-plan-note {
  color: var(--muted);
  max-width: none;
}

/* ── FAQ ── */
.faq-header {
  margin-bottom: 2.5rem;
}

.faq-list {
  max-width: 760px;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.35rem 0;
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--accent);
  transition: transform var(--hover-transition);
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--hover-transition);
}

.faq-answer-inner {
  padding-bottom: 1.35rem;
}

.faq-answer-inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--muted);
  max-width: none;
}

/* ── CTA ── */
.cta-band,
.cta-section {
  padding: var(--section-space) 0;
  text-align: center;
}

.cta-band h2,
.cta-section h2 {
  margin-bottom: 1rem;
}

.cta-band p,
.cta-section > .container > p {
  color: var(--muted);
  margin-bottom: 1.75rem;
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── ABOUT ── */
.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 4rem 5rem;
  align-items: start;
}

.story-lead {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, var(--text-h3));
  font-weight: 600;
  line-height: var(--lh-heading);
  letter-spacing: -0.015em;
}

.story-body p {
  color: var(--muted);
}

.mission-quote {
  font-size: clamp(1.25rem, 2.5vw, var(--text-h3));
  font-weight: 600;
  line-height: var(--lh-heading);
  text-align: center;
  max-width: 65ch;
  margin: 0 auto;
}

.why-header {
  margin-bottom: 2.5rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.why-card {
  background: #fff;
  border-radius: 4px;
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-card);
  transition: var(--card-transition);
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.why-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--accent);
  margin-bottom: 1.25rem;
}

.why-card h3 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
}

.why-card p {
  color: var(--muted);
  max-width: none;
  font-size: var(--text-body);
  line-height: var(--lh-body);
}

.values-header p {
  color: var(--muted);
}

#mission {
  padding: 0;
  background: transparent;
}

.mission-block {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 80px;
  background: #2C4A3E;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}

.mission-block:hover {
  transform: none;
  box-shadow: none;
}

.mission-block .section-label {
  display: block;
  text-align: center;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.65);
}

.mission-block .mission-quote {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  color: #fff;
}

.mission-block .mission-quote .lead-sentence {
  color: #fff;
  font-weight: 600;
}

.mission-block .mission-quote em {
  font-style: italic;
  color: #fff;
}

#mission + #values {
  padding-top: var(--section-space);
}

.values-header {
  margin-bottom: 2.5rem;
  max-width: 65ch;
}

.story-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3rem;
}

.value-card {
  background: transparent;
  padding: 1.25rem 0 1.25rem 1.75rem;
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  box-shadow: transparent 0 0 0;
  transition: var(--card-transition), border-color var(--hover-transition);
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.value-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 1rem;
  max-width: none;
}

.value-card h3 {
  margin-bottom: 0.65rem;
}

.value-card p {
  color: var(--muted);
}

/* ── SERVICES PAGE ── */
.intro .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: end;
}

/* ── CONTACT ── */
body.page-contact {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.page-contact main {
  flex: 1;
  padding: calc(var(--nav-offset) + 2rem) 0 var(--section-space);
  position: relative;
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 5rem;
  align-items: start;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border: none;
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  box-shadow: var(--shadow-card);
  transition: var(--card-transition);
}

.contact-method:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.method-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.method-label {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.15rem;
}

.method-value {
  font-family: var(--font-display);
  font-size: var(--text-body);
  font-weight: 600;
  transition: color var(--hover-transition);
}

.contact-method:hover .method-value { color: var(--accent); }

.contact-note {
  margin-top: 2rem;
  color: var(--muted);
  line-height: var(--lh-body);
}

.form-panel {
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 2.5rem 2.35rem;
  box-shadow: var(--shadow-card);
  transition: var(--card-transition);
}

.form-panel:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.form-panel h2 {
  font-size: clamp(1.375rem, 2.5vw, var(--text-h3));
  margin-bottom: 0.35rem;
}

.form-panel > p {
  color: var(--muted);
  margin-bottom: 2rem;
}

.form-group { margin-bottom: 1.25rem; }

.form-group label {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: var(--text-body);
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  transition: border-color var(--hover-transition), box-shadow var(--hover-transition);
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.form-group input.error,
.form-group textarea.error { border-color: #b54a4a; }

.form-group textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.65;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-panel .btn-primary {
  width: 100%;
  padding: 1rem;
  margin-top: 0.5rem;
}

.form-error {
  color: #b54a4a;
  margin-top: 0.35rem;
  display: none;
}

.form-group.has-error .form-error { display: block; }

.form-success {
  display: none;
  text-align: center;
  padding: 3rem 1.5rem;
}

.form-success.visible { display: block; }

.form-success-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.35rem;
  color: var(--accent);
  border: 1px solid var(--border);
  border-radius: 50%;
}

.form-success h3 {
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.5vw, var(--text-h3));
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.form-success p {
  color: var(--muted);
}

.form-body.hidden { display: none; }

/* ── FOOTER ── */
footer {
  position: relative;
  background: #1A1A1A;
  color: #fff;
  padding-top: 60px;
}

footer::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, var(--bg) 0%, #1A1A1A 100%);
  pointer-events: none;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 1fr;
  gap: 3rem 4rem;
  align-items: start;
}

.footer-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-bottom: 1rem;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.footer-logo .logo-serif,
.footer-logo .logo-rest {
  font-size: 24px;
  color: #fff;
}

.footer-logo .logo-rest {
  font-family: var(--font-body);
  font-weight: 400;
}

.footer-tagline {
  max-width: 28ch;
  font-size: 14px;
  color: #888;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.footer-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 15px;
  color: #fff;
  transition: color var(--hover-transition);
  word-break: break-word;
}

.footer-contact-list a svg {
  flex-shrink: 0;
  color: #2C4A3E;
}

.footer-contact-list a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.footer-heading {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  transition: color var(--hover-transition);
}

.footer-links a:hover {
  color: #2C4A3E;
}

.footer-cta-box {
  background: #2C4A3E;
  padding: 24px;
  border-radius: 12px;
}

.footer-cta-title {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.5rem;
}

.footer-cta-sub {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.25rem;
  max-width: none;
}

.footer-cta-box .btn {
  width: 100%;
}

.footer-bar {
  margin-top: 3rem;
  border-top: 1px solid #333;
}

.footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 0 60px;
}

.footer-copy,
.footer-credit {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.footer-credit {
  text-align: right;
}

.svg-filters {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes checkPop {
  from { transform: scale(0); }
  to { transform: scale(1); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUpSub {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes riseHint {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes rippleOut {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .custom-cursor-dot,
  .custom-cursor-ring {
    display: none !important;
  }

  html.has-custom-cursor body,
  html.has-custom-cursor a,
  html.has-custom-cursor button,
  html.has-custom-cursor .btn,
  html.has-custom-cursor input[type="submit"] {
    cursor: auto;
  }
}

@media (pointer: coarse) {
  .custom-cursor-dot,
  .custom-cursor-ring {
    display: none !important;
  }

  html.has-custom-cursor body,
  html.has-custom-cursor a,
  html.has-custom-cursor button,
  html.has-custom-cursor .btn,
  html.has-custom-cursor input[type="submit"] {
    cursor: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body > *:not(.custom-cursor-dot):not(.custom-cursor-ring) {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .text-reveal-inner,
  .text-reveal-subtext,
  .animate-in,
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .animate-in.visible,
  .reveal.visible {
    opacity: 1;
    transform: none;
  }

  nav#nav,
  .scroll-heading,
  .scroll-card-group > .service-card,
  .scroll-card-group > .price-card,
  .scroll-card-group > .process-step,
  .scroll-card-group > .why-card,
  .scroll-card-group > .value-card,
  .scroll-card,
  .social-proof-quote,
  .hero-heading-word,
  .hero-load-fade,
  .hero-scroll-hint {
    opacity: 1;
    transform: none;
  }

  nav#nav.is-loaded {
    opacity: 1;
    transform: none;
  }

  html.home-parallax .hero-monogram,
  html.home-parallax .hero-visual,
  html.home-parallax .section-title,
  html.home-parallax .social-proof-quote {
    transform: none !important;
  }

  .care-plan-price .price-amount {
    animation: none;
  }

  .custom-cursor-dot,
  .custom-cursor-ring { display: none !important; }
  html.has-custom-cursor body,
  html.has-custom-cursor a,
  html.has-custom-cursor button,
  html.has-custom-cursor .btn,
  html.has-custom-cursor input[type="submit"] { cursor: auto; }
  .price-features.is-animating li:not(.check-in) svg { transform: scale(1); }
  .price-features.is-animating li.check-in svg { animation: none; }
  .service-card:hover,
  .price-card:hover,
  .value-card:hover,
  .contact-method:hover,
  .care-plan:hover,
  .form-panel:hover,
  .mission-block:hover { transform: none; }
  .process-step.is-visible:hover { transform: none; }
  .scroll-card-group.is-inview > .process-step:hover { transform: none; }
  .why-card:hover { transform: none; }
  .service-card:hover .service-icon { transform: none; }
  .hero-cta .btn-primary { animation: none; }
  .hero-floats { display: none; }
  .hero-float { animation: none !important; }
  .care-plan-price .price-amount { animation: none; }
}

img,
video {
  max-width: 100%;
  height: auto;
}

.container,
[class*="-grid"],
[class*="-card"],
.form-panel,
.care-plan,
.footer-main {
  max-width: 100%;
}

/* ── RESPONSIVE ── */

/* Desktop layout enhancements */
@media (min-width: 769px) {
  .hero {
    padding: calc(80px + var(--nav-offset)) 5% 80px;
  }

  .hero .hero-layout.container {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .hero-layout {
    grid-template-columns: 50% 50%;
    gap: 0 2rem;
    align-items: center;
  }

  .hero-content {
    width: 100%;
    min-width: 0;
  }

  .hero-content > .hero-tag,
  .hero-content > h1,
  .hero-content > .hero-sub,
  .hero-content > .hero-cta {
    max-width: none;
  }

  .hero-monogram {
    right: auto;
    left: -1%;
    top: 42%;
  }

  .hero-visual {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .browser-frame {
    max-width: 480px;
    max-height: 380px;
    width: 100%;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-proof-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-main {
    grid-template-columns: 1.35fr 0.75fr 1fr;
  }
}

@media (max-width: 768px) {
  :root {
    --section-space: 64px;
    --nav-offset: 4.5rem;
    --text-small: 15px;
  }

  section:not(.hero):not(.page-hero) {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  section.page-hero {
    padding-top: calc(var(--nav-offset) + 1.5rem);
    padding-bottom: 1.5rem;
  }

  section.page-hero.page-hero--services {
    padding-top: 80px;
    padding-bottom: 1.25rem;
  }

  section.page-hero.page-hero--about {
    padding-bottom: 0;
  }

  section.page-hero.page-hero--about + section {
    padding-top: 2.5rem;
  }

  .page-hero + section,
  .page-hero--services + section {
    padding-top: 48px;
  }

  footer {
    padding-top: 48px;
  }

  .footer-bar-inner {
    padding-bottom: 48px;
  }
  .hero-tag,
  .care-plan-tag,
  .method-label,
  .form-group label,
  .value-num,
  .price-badge {
    font-size: 15px;
  }

  .hero {
    min-height: auto;
  }

  .hero-floats {
    display: none;
  }

  .hero-layout {
    display: block;
  }

  .hero-content {
    max-width: none;
    text-align: center;
    margin: 0 auto;
  }

  .hero-content > .hero-tag,
  .hero-content > h1,
  .hero-content > .hero-sub,
  .hero-content > .hero-cta {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual {
    max-width: 420px;
    margin: 0 auto;
  }

  .hero-tag {
    display: block;
  }

  .hero h1 {
    font-size: 42px;
    letter-spacing: -0.025em;
  }

  h2,
  .section-title,
  .page-hero h1,
  .contact-info > h1,
  .cta-band h2,
  .cta-section h2 {
    font-size: 36px;
  }

  .hero-sub {
    font-size: var(--text-body);
    line-height: 1.65;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-monogram {
    font-size: clamp(3rem, 20.4vw, 4.5rem);
    right: -0.25rem;
    opacity: 0.06;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .proof-stats-bar {
    margin-top: 2rem;
    padding: 1.5rem 0;
  }

  .proof-stats-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .proof-stat {
    padding: 1.25rem 0;
  }

  .proof-stat + .proof-stat::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 3rem;
    height: 1px;
  }

  .proof-stat-value {
    font-size: clamp(2.25rem, 10vw, 48px);
  }

  .proof-stat-label {
    font-size: 11px;
  }

  .btn {
    min-height: 48px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: var(--text-small);
  }

  nav .container {
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    width: 44px;
    height: 44px;
    margin: -0.35rem -0.25rem -0.35rem 0;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    flex-basis: 100%;
    max-height: 0;
    overflow: hidden;
    gap: 0;
    padding: 0;
    margin: 0;
    border-bottom: 0 solid var(--border);
    transition: max-height var(--hover-transition);
  }

  .nav-links.open {
    max-height: 300px;
    padding: 0.5rem 0 1rem;
    gap: 0;
    border-bottom: 1px solid var(--border);
    background: rgba(245, 240, 232, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a:not(.btn) {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 0.15rem;
    font-size: var(--text-small);
  }

  .nav-links .btn {
    width: 100%;
    min-height: 48px;
    margin-top: 0.35rem;
  }

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

  .service-card.card-offset {
    margin-top: 0;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  #process {
    padding-bottom: 80px;
  }

  .social-proof-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  .social-proof-quote {
    width: 100%;
  }

  .social-proof-quote blockquote {
    text-align: center;
  }

  .social-proof-quote p {
    font-size: clamp(1.375rem, 5.5vw, 2rem);
    margin-left: auto;
    margin-right: auto;
  }

  .social-proof-stats {
    width: 100%;
    align-items: center;
  }

  .stat-block {
    align-items: center;
    text-align: center;
  }

  .values-grid,
  .story-grid,
  .intro .container,
  .contact-grid,
  .form-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mission-block {
    padding: 48px 24px;
  }

  .mission-block .mission-quote {
    font-size: clamp(1.5rem, 6vw, 36px);
  }

  .pricing-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: none;
    width: 100%;
    margin: 0;
  }

  .price-card {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-card.featured {
    order: -1;
  }

  .care-plan {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }

  .care-plan-price {
    order: -1;
    text-align: center;
    width: 100%;
  }

  .care-plan-price .price-amount {
    font-size: clamp(2.5rem, 8vw, 3rem);
  }

  .care-plan-info {
    order: 1;
    min-width: 0;
    width: 100%;
  }

  .care-plan-features {
    justify-content: center;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .cta-buttons .btn {
    width: 100%;
  }

  .cta-band .btn,
  .cta-section > .container > .btn {
    width: 100%;
  }

  .contact-method {
    min-height: 48px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .footer-brand-col,
  .footer-links-col,
  .footer-cta-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-tagline {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact-list {
    align-items: center;
    width: 100%;
  }

  .footer-contact-list a {
    min-height: 48px;
    justify-content: center;
    font-size: var(--text-small);
  }

  .footer-links {
    align-items: center;
    width: 100%;
  }

  .footer-links a {
    font-size: var(--text-body);
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .footer-cta-col {
    grid-column: auto;
  }

  .footer-cta-box {
    max-width: none;
    width: 100%;
  }

  .footer-bar-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }

  .footer-copy,
  .footer-credit {
    text-align: center;
    font-size: 13px;
  }

  .footer-credit {
    text-align: center;
  }

  .mission-block {
    padding: 48px 24px;
  }

  .form-panel {
    padding: 2rem 20px;
  }

  .form-group input,
  .form-group textarea {
    font-size: var(--text-body);
  }

  .container {
    width: min(1080px, calc(100vw - 2rem));
  }
}
