:root {
  --bg: #fbf7f0;
  --paper: #fffdf9;
  --ink: #21322f;
  --muted: #66736d;
  --sage: #6d8776;
  --sage-dark: #355a4b;
  --terracotta: #b97058;
  --clay: #ead8c8;
  --line: rgba(33, 50, 47, .14);
  --shadow: 0 24px 60px rgba(33, 50, 47, .12);
  --radius: 8px;
  --container: min(1160px, calc(100vw - 40px));
  --access-font-scale: 1;
  color-scheme: light;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: manipulation;
}
body {
  margin: 0;
  font-family: "Assistant", Arial, sans-serif;
  background:
    linear-gradient(90deg, rgba(53, 90, 75, .035) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(0deg, rgba(185, 112, 88, .028) 1px, transparent 1px) 0 0 / 84px 84px,
    radial-gradient(circle at 50% 0, rgba(255, 253, 249, .86), transparent 34%),
    var(--bg);
  color: var(--ink);
  font-size: calc(18px * var(--access-font-scale));
  line-height: 1.65;
  overflow-x: hidden;
}
body.high-contrast {
  --bg: #ffffff;
  --paper: #ffffff;
  --ink: #000000;
  --muted: #1f1f1f;
  --sage: #004d3d;
  --sage-dark: #002f25;
  --terracotta: #8f2f15;
  --line: #000000;
}
body.large-text { font-size: 20px; }
body.underline-links a { text-decoration: underline !important; text-underline-offset: 4px; }
body.readable-font { font-family: Arial, "Assistant", sans-serif; }
body.line-spaced { line-height: 1.95; }
body.gray-scale { filter: grayscale(1); }
body.reduce-motion *, body.reduce-motion *::before, body.reduce-motion *::after {
  animation-duration: .01ms !important;
  scroll-behavior: auto !important;
  transition-duration: .01ms !important;
}
body.reduce-motion .hero-media { animation: none !important; transform: none !important; }
body.reduce-motion .hero::before,
body.reduce-motion .service-card::before,
body.reduce-motion .line-icon::after { animation: none !important; }

img { max-width: 100%; }
address, dd, p, h1, h2, h3, a, span, li, button { overflow-wrap: anywhere; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
input, select, textarea { font-size: max(16px, 1em); }
button, a { touch-action: manipulation; }
button, a, input, select, textarea { outline-offset: 4px; }
.container { width: var(--container); margin: 0 auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
  transform: translateY(-140%);
  background: var(--ink);
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 247, 240, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 215px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--sage-dark);
  color: white;
  border-radius: 50%;
  font-weight: 800;
  font-size: 24px;
}
.brand strong { display: block; font-size: 19px; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: 14px; line-height: 1.2; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-inline-start: auto;
}
.site-nav a {
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 999px;
  color: #34443f;
  font-size: 16px;
  font-weight: 600;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(109, 135, 118, .14);
  color: var(--sage-dark);
}
.header-cta {
  text-decoration: none;
  background: var(--ink);
  color: white;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  white-space: nowrap;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  margin: 4px auto;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,253,249,.22) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(0deg, rgba(53,90,75,.045) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(115deg, transparent 0 38%, rgba(255,253,249,.18) 38% 39%, transparent 39% 100%),
    repeating-linear-gradient(135deg, rgba(53,90,75,.06) 0 1px, transparent 1px 18px);
  mix-blend-mode: multiply;
  opacity: .52;
}
.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-media {
  background: url("hero-counseling-room.png") center center / cover no-repeat;
  background-image: url("hero-counseling-room-1744.webp");
  transform: scale(1) translate3d(0, 0, 0);
  animation: heroZoom 24s ease-in-out infinite alternate;
  will-change: transform;
  transform-origin: 34% 54%;
}
.hero-shade {
  z-index: 1;
  background:
    radial-gradient(circle at 76% 38%, rgba(255,253,249,.7), rgba(255,253,249,.28) 34%, transparent 55%),
    linear-gradient(90deg, rgba(251,247,240,.08) 0%, rgba(251,247,240,.18) 44%, rgba(251,247,240,.58) 100%),
    linear-gradient(0deg, rgba(33,50,47,.16), rgba(33,50,47,.02));
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(620px, var(--container));
  margin-right: max(calc((100vw - 1160px) / 2 + var(--hero-content-offset-desktop, 44px)), 20px);
  margin-left: auto;
  padding: 108px 0 82px;
  max-width: calc(100vw - 40px);
}
.hero-content::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 110px;
  bottom: 92px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--terracotta), rgba(53, 90, 75, .72), transparent);
  box-shadow: 0 0 0 10px rgba(255, 253, 249, .32);
}
.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  color: #9f624e;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 15px;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(255, 253, 249, .62);
  border: 1px solid rgba(185, 112, 88, .16);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1.04;
  margin-bottom: 24px;
  letter-spacing: 0;
}
h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  margin-bottom: 18px;
  letter-spacing: 0;
}
h3 {
  font-size: 24px;
  line-height: 1.18;
  margin-bottom: 10px;
}
.lead {
  color: #40504b;
  font-size: 22px;
  max-width: 610px;
}
.hero-actions,
.cta-actions,
.print-actions,
.digital-card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
@keyframes heroZoom {
  from { transform: scale(1.03) translate3d(0, 0, 0); filter: saturate(1) contrast(1); }
  to { transform: scale(1.34) translate3d(-5%, 3%, 0); filter: saturate(1.1) contrast(1.04); }
}
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}
.btn.primary { background: var(--sage-dark); color: white; }
.btn.secondary { background: rgba(255, 255, 255, .68); color: var(--ink); border-color: var(--line); }
.btn.secondary.light { background: transparent; color: white; border-color: rgba(255,255,255,.45); }
.btn.small { min-height: 40px; padding: 8px 16px; font-size: 16px; }
.btn.full { width: 100%; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(33,50,47,.12); }
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 42px 0 0;
}
.hero-facts div {
  background: rgba(255, 253, 249, .72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}
.hero-facts dt {
  color: var(--muted);
  font-size: 14px;
}
.hero-facts dd {
  margin: 0;
  font-weight: 800;
}

.section { padding: 86px 0; }
.intro-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,253,249,.96), rgba(245,234,223,.7)),
    var(--paper);
  border-block: 1px solid var(--line);
}
.intro-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 58%, rgba(185,112,88,.12) 58% 59%, transparent 59% 100%),
    repeating-linear-gradient(135deg, rgba(53,90,75,.045) 0 1px, transparent 1px 18px);
}
.intro-band .container { position: relative; z-index: 1; }
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 56px;
  align-items: center;
}
.split p:last-child,
.trust-layout p,
.rich-content p,
.article-card p,
.service-card p {
  color: var(--muted);
}
.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
  position: relative;
}
.section-heading::after {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sage-dark), var(--terracotta));
}
.service-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.article-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card,
.article-card,
.side-panel,
.contact-form,
.contact-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(33, 50, 47, .07);
}
.service-card { padding: 30px; min-height: 292px; }
.service-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(33, 50, 47, .12);
}
.service-card,
.article-card,
.feature-list li,
.feature-accordion details {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255,253,249,.96), rgba(255,253,249,.72)),
    repeating-linear-gradient(135deg, rgba(53,90,75,.055) 0 1px, transparent 1px 16px);
  opacity: 0;
  transition: opacity .2s ease;
}
.service-card::after {
  content: "0" counter(service);
  position: absolute;
  left: 22px;
  top: 14px;
  color: rgba(53, 90, 75, .08);
  font-size: 76px;
  line-height: 1;
  font-weight: 900;
  z-index: -1;
}
.service-grid { counter-reset: service; }
.service-card { counter-increment: service; }
.service-card:hover,
.article-card:hover,
.feature-list li:hover,
.feature-accordion details:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 112, 88, .32);
  box-shadow: 0 22px 54px rgba(33, 50, 47, .11);
}
.service-card:hover::before { opacity: 1; }
.line-icon {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid rgba(53, 90, 75, .82);
  margin-bottom: 24px;
  position: relative;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,.98), transparent 42%),
    linear-gradient(135deg, rgba(255,253,249,.96), rgba(232,239,232,.86));
  box-shadow: inset 0 0 0 8px rgba(109, 135, 118, .08), 0 14px 34px rgba(53, 90, 75, .12);
}
.line-icon::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 18px;
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--terracotta);
  border-left: 3px solid var(--terracotta);
  transform: rotate(-45deg);
  opacity: .96;
}
.line-icon::before {
  content: "";
  position: absolute;
  right: 19px;
  top: 27px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--terracotta);
  transform: rotate(0deg);
  transform-origin: right center;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--sage-dark);
  font-weight: 900;
  width: fit-content;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(53, 90, 75, .08);
  border: 1px solid rgba(53, 90, 75, .16);
}
.service-link::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid rgba(53, 90, 75, .38);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 42%, var(--terracotta) 42% 56%, transparent 56%) center / 10px 10px no-repeat,
    rgba(53, 90, 75, .07);
}
.trust-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(109,135,118,.16), rgba(255,253,249,.84)),
    #e9efe8;
  border-block: 1px solid rgba(53, 90, 75, .12);
}
.trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(0deg, rgba(53,90,75,.045) 1px, transparent 1px) 0 0 / 86px 86px;
}
.trust-section .container { position: relative; z-index: 1; }
.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr);
  gap: 56px;
  align-items: center;
}
.quote-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 42%),
    linear-gradient(135deg, #1f3a34, var(--sage-dark));
  color: white;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}
.quote-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  pointer-events: none;
}
.quote-panel blockquote {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
}
.quote-panel p { color: rgba(255,255,255,.75); margin: 0; }
.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  counter-reset: step;
}
.process-list li {
  counter-increment: step;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,253,249,.95), rgba(255,250,242,.78));
  border: 1px solid rgba(33, 50, 47, .12);
  border-top: 4px solid var(--sage);
  border-radius: 8px;
  padding: 24px 24px 26px;
  box-shadow: 0 16px 42px rgba(33, 50, 47, .07);
}
.process-list li::before {
  content: "0" counter(step);
  color: var(--terracotta);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}
.process-list strong,
.process-list span {
  display: block;
}
.process-list span { color: var(--muted); }
.cta-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(0deg, rgba(53,90,75,.045) 1px, transparent 1px) 0 0 / 82px 82px,
    radial-gradient(circle at 14% 18%, rgba(255,253,249,.72), transparent 28%),
    linear-gradient(135deg, #dfe9df 0%, #f5eadf 48%, #eaf0e8 100%);
  color: var(--ink);
  padding: 72px 0;
  border-block: 1px solid rgba(53, 90, 75, .14);
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 56%, rgba(185,112,88,.16) 56% 57%, transparent 57% 100%),
    repeating-linear-gradient(135deg, rgba(53,90,75,.05) 0 1px, transparent 1px 18px);
  opacity: .65;
}
.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: center;
}
.cta-inner p { color: #4c5f58; margin-bottom: 0; }
.cta-section .btn.secondary.light {
  background: rgba(255,253,249,.58);
  color: var(--ink);
  border-color: rgba(53, 90, 75, .22);
}
.faq-section { background: var(--paper); border-top: 1px solid var(--line); }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  background:
    linear-gradient(135deg, rgba(255,253,249,.98), rgba(255,250,242,.94));
  box-shadow: 0 12px 34px rgba(33, 50, 47, .055);
}
.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 21px;
}
.faq-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.page-main { min-height: 70vh; }
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 70px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(0deg, rgba(53,90,75,.045) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(90deg, rgba(109,135,118,.1), rgba(185,112,88,.1)),
    var(--paper);
  border-bottom: 1px solid var(--line);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 55%, rgba(185,112,88,.16) 55% 56%, transparent 56% 100%),
    repeating-linear-gradient(135deg, rgba(53,90,75,.05) 0 1px, transparent 1px 18px);
  opacity: .72;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  height: 18px;
  background: linear-gradient(90deg, var(--sage-dark), rgba(185,112,88,.82), transparent);
  opacity: .28;
}
.about-page .page-hero,
.articles-page .page-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(0deg, rgba(53,90,75,.045) 1px, transparent 1px) 0 0 / 82px 82px,
    radial-gradient(circle at 18% 20%, rgba(255,253,249,.74), transparent 30%),
    linear-gradient(135deg, #dfe9df 0%, #f5eadf 48%, #eaf0e8 100%);
}
.page-hero-inner { max-width: 850px; }
.page-hero-inner {
  position: relative;
  z-index: 1;
}
.page-hero h1 { font-size: clamp(40px, 6vw, 62px); }
.page-hero p:last-child { max-width: 720px; color: var(--muted); font-size: 22px; }
.content-layout,
.contact-layout,
.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}
.rich-content {
  font-size: 20px;
}
.rich-content h2 { font-size: 34px; margin-top: 32px; }
.rich-content h2:first-child { margin-top: 0; }
.about-story-section {
  position: relative;
  overflow: hidden;
}
.about-story-section::before,
.articles-list-section::before,
.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 58%, rgba(185,112,88,.1) 58% 59%, transparent 59% 100%),
    repeating-linear-gradient(135deg, rgba(53,90,75,.035) 0 1px, transparent 1px 18px);
  opacity: .58;
}
.about-story-section > .container,
.articles-list-section > .container,
.testimonials-section > .container {
  position: relative;
  z-index: 1;
}
.about-page .rich-content {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,253,249,.97), rgba(255,250,242,.82)),
    var(--paper);
  border: 1px solid rgba(33, 50, 47, .12);
  border-top: 4px solid var(--sage);
  border-radius: 8px;
  box-shadow: 0 20px 56px rgba(33, 50, 47, .09);
  padding: 36px;
}
.about-page .rich-content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 12%, rgba(185,112,88,.12), transparent 28%),
    linear-gradient(135deg, transparent 0 62%, rgba(53,90,75,.08) 62% 63%, transparent 63% 100%);
}
.about-page .rich-content > * {
  position: relative;
  z-index: 1;
}
.about-page .side-panel {
  background:
    linear-gradient(135deg, rgba(255,253,249,.96), rgba(232,239,232,.84)),
    var(--paper);
  border-top: 4px solid var(--terracotta);
  box-shadow: 0 20px 56px rgba(33, 50, 47, .1);
}
.about-page .side-panel dl div {
  background: rgba(255,255,255,.46);
  border: 1px solid rgba(33,50,47,.08);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 9px;
  display: grid;
  justify-items: center;
  gap: 5px;
  text-align: center;
}
.check-list {
  padding: 0;
  list-style: none;
}
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.feature-list li,
.feature-accordion details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(33, 50, 47, .06);
}
.feature-accordion {
  align-self: stretch;
}
.feature-accordion details {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(255,253,249,.98), rgba(255,250,242,.88));
}
.feature-accordion summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 62px 18px 20px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}
.feature-accordion summary::-webkit-details-marker { display: none; }
.feature-accordion summary::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(53, 90, 75, .28);
  background: rgba(53, 90, 75, .06);
}
.feature-accordion summary::after {
  content: "";
  position: absolute;
  right: 29px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--terracotta);
  border-bottom: 2px solid var(--terracotta);
  transform: rotate(-45deg);
  transition: transform .2s ease;
}
.feature-accordion details[open] summary::after {
  transform: rotate(135deg);
}
.feature-accordion h3 {
  font-size: 22px;
  margin: 0;
  padding: 2px 62px 0 20px;
}
.feature-accordion p {
  margin: 8px 0 0;
  padding: 0 62px 22px 20px;
  color: var(--muted);
  font-weight: 500;
}
.check-list li {
  padding: 12px 32px 12px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.check-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--sage-dark);
  border-bottom: 2px solid var(--sage-dark);
  transform: rotate(-35deg);
}
.side-panel {
  padding: 26px;
  position: sticky;
  top: 104px;
}
.side-panel dl,
.contact-panel dl,
.card-back dl {
  margin: 0 0 22px;
}
.side-panel div,
.card-back dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.side-panel dt { color: var(--muted); }
.side-panel dd { margin: 0; font-weight: 800; text-align: center; }
.article-card {
  padding: 0 24px 24px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255,253,249,.98), rgba(255,250,242,.78)),
    var(--paper);
  border-color: rgba(33, 50, 47, .12);
}
.article-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--sage-dark), var(--terracotta));
  opacity: .82;
}
.article-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 12%, rgba(185,112,88,.12), transparent 26%),
    repeating-linear-gradient(135deg, rgba(53,90,75,.045) 0 1px, transparent 1px 16px);
  opacity: 0;
  transition: opacity .2s ease;
}
.article-card:hover::after {
  opacity: 1;
}
.article-card span {
  display: inline-block;
  margin-top: 20px;
  color: var(--terracotta);
  font-weight: 800;
  font-size: 14px;
}
.article-card-media {
  height: calc(150px * var(--article-frame-scale, 1));
  margin: 0 -24px 4px;
  background: var(--clay) center / cover no-repeat;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.article-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(33,50,47,.2), transparent 42%),
    linear-gradient(135deg, rgba(255,253,249,.24), transparent 50%);
}
.article-card h2 {
  font-size: 25px;
  margin: 10px 0 12px;
}
.article-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(53, 90, 75, .08);
  border: 1px solid rgba(53, 90, 75, .16);
  text-decoration: none;
  margin-top: auto;
  color: var(--sage-dark);
  font-weight: 900;
}
.testimonials-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(0deg, rgba(53,90,75,.045) 1px, transparent 1px) 0 0 / 82px 82px,
    radial-gradient(circle at 82% 10%, rgba(255,253,249,.76), transparent 30%),
    linear-gradient(135deg, #eef2ea 0%, #fffaf2 52%, #f5eadf 100%);
  border-top: 1px solid var(--line);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.testimonial-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,253,249,.98), rgba(255,250,242,.86)),
    white;
  border: 1px solid rgba(33, 50, 47, .12);
  border-top: 4px solid var(--terracotta);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 20px 56px rgba(33, 50, 47, .1);
}
.testimonial-card::before {
  content: "”";
  position: absolute;
  top: -28px;
  left: 24px;
  color: rgba(53, 90, 75, .08);
  font-size: 140px;
  line-height: 1;
  font-weight: 900;
}
.testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 62%, rgba(53,90,75,.08) 62% 63%, transparent 63% 100%),
    repeating-linear-gradient(135deg, rgba(53,90,75,.035) 0 1px, transparent 1px 17px);
}
.testimonial-card > * {
  position: relative;
  z-index: 1;
}
.testimonial-card p {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.75;
}
.testimonial-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sage-dark);
}
.testimonial-card strong::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sage-dark), var(--terracotta));
}
.article-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 38px;
  align-items: start;
}
.article-detail-media {
  grid-column: 1 / -1;
  min-height: calc(340px * var(--article-frame-scale, 1));
  background: var(--clay) center / cover no-repeat;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  align-items: end;
  overflow: hidden;
}
.article-detail-media[hidden] { display: none !important; }
.article-media-text {
  margin: 24px;
  max-width: 720px;
  background: rgba(255, 253, 249, .86);
  border: 1px solid rgba(33, 50, 47, .12);
  border-radius: 8px;
  padding: 18px 22px;
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(33, 50, 47, .12);
}
.article-detail-body {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
}
.article-detail-side p { color: var(--muted); }
.contact-layout { grid-template-columns: minmax(0, 1fr) 380px; }
.contact-form,
.contact-panel { padding: 28px; }
.contact-form {
  display: grid;
  gap: 18px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  padding: 13px 14px;
  font-size: 16px;
}
.checkbox-line {
  grid-template-columns: 22px 1fr !important;
  align-items: start;
  font-weight: 500 !important;
}
.checkbox-line input {
  width: 18px;
  height: 18px;
  margin-top: 6px;
}
.form-note { color: var(--muted); font-size: 15px; margin: 0; }
.lead-success {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(53, 90, 75, .18);
  background:
    linear-gradient(135deg, rgba(255,253,249,.98), rgba(232,239,232,.78)),
    var(--paper);
  box-shadow: 0 14px 38px rgba(33, 50, 47, .08);
}
.lead-success strong {
  font-size: 24px;
  color: var(--sage-dark);
}
.lead-success p {
  margin: 0;
  color: var(--muted);
}
.lead-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-cta {
  margin-top: 0;
}
.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}
.contact-panel {
  display: grid;
  gap: 12px;
}
.contact-panel a {
  text-decoration: none;
  color: var(--sage-dark);
  font-weight: 800;
}
.contact-panel hr {
  border: 0;
  border-top: 1px solid var(--line);
  width: 100%;
}
.policy-layout { grid-template-columns: 260px minmax(0, 1fr); }
.policy-nav {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 8px;
}
.policy-nav a {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  text-decoration: none;
  font-weight: 800;
}
.policy-content section {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}

.site-footer {
  background: #172522;
  color: white;
  padding: 42px 0;
}
.footer-legal {
  min-height: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  font-weight: 800;
  color: white;
}
.footer-legal [data-setting="footerCopyright"] {
  justify-self: start;
}
.footer-legal [data-setting="footerCredit"] {
  justify-self: end;
  grid-column: 3;
  grid-row: 1;
}
.footer-links {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  grid-column: 2;
  grid-row: 1;
  gap: 12px;
}
.footer-links a {
  color: white;
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
}
.footer-links a:hover {
  background: rgba(255,255,255,.08);
}

.whatsapp-float {
  position: fixed;
  left: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #22a66b, #126f48);
  color: white;
  box-shadow: 0 14px 34px rgba(0,0,0,.2);
  z-index: 70;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
  font-size: 0;
}
.whatsapp-float::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  margin: auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M16 3C8.82 3 3 8.55 3 15.39c0 2.35.7 4.55 1.9 6.42L3.7 28l6.48-1.45A13.5 13.5 0 0 0 16 27.8c7.18 0 13-5.55 13-12.4S23.18 3 16 3Zm0 21.96c-1.82 0-3.52-.48-4.99-1.33l-.48-.28-3.24.73.61-3.13-.32-.5a9.47 9.47 0 0 1-1.52-5.06c0-5.28 4.45-9.56 9.94-9.56s9.94 4.28 9.94 9.56-4.45 9.57-9.94 9.57Zm5.5-7.18c-.3-.15-1.78-.84-2.06-.94-.27-.1-.47-.15-.67.15-.2.3-.78.94-.96 1.14-.18.2-.35.23-.65.08-.3-.15-1.29-.45-2.45-1.43-.9-.78-1.52-1.73-1.7-2.03-.18-.3-.02-.45.13-.6.15-.13.3-.35.46-.52.15-.17.2-.3.3-.5.1-.2.05-.38-.03-.53-.07-.15-.67-1.56-.92-2.13-.24-.55-.49-.47-.67-.48h-.58c-.2 0-.52.08-.8.38-.27.3-1.05 1-1.05 2.43s1.08 2.82 1.23 3.02c.15.2 2.1 3.1 5.1 4.35.71.3 1.27.48 1.7.62.72.22 1.38.2 1.9.12.58-.08 1.78-.7 2.03-1.38.25-.67.25-1.25.17-1.37-.08-.13-.28-.2-.58-.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M16 3C8.82 3 3 8.55 3 15.39c0 2.35.7 4.55 1.9 6.42L3.7 28l6.48-1.45A13.5 13.5 0 0 0 16 27.8c7.18 0 13-5.55 13-12.4S23.18 3 16 3Zm0 21.96c-1.82 0-3.52-.48-4.99-1.33l-.48-.28-3.24.73.61-3.13-.32-.5a9.47 9.47 0 0 1-1.52-5.06c0-5.28 4.45-9.56 9.94-9.56s9.94 4.28 9.94 9.56-4.45 9.57-9.94 9.57Zm5.5-7.18c-.3-.15-1.78-.84-2.06-.94-.27-.1-.47-.15-.67.15-.2.3-.78.94-.96 1.14-.18.2-.35.23-.65.08-.3-.15-1.29-.45-2.45-1.43-.9-.78-1.52-1.73-1.7-2.03-.18-.3-.02-.45.13-.6.15-.13.3-.35.46-.52.15-.17.2-.3.3-.5.1-.2.05-.38-.03-.53-.07-.15-.67-1.56-.92-2.13-.24-.55-.49-.47-.67-.48h-.58c-.2 0-.52.08-.8.38-.27.3-1.05 1-1.05 2.43s1.08 2.82 1.23 3.02c.15.2 2.1 3.1 5.1 4.35.71.3 1.27.48 1.7.62.72.22 1.38.2 1.9.12.58-.08 1.78-.7 2.03-1.38.25-.67.25-1.25.17-1.37-.08-.13-.28-.2-.58-.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(0,0,0,.24); }
.accessibility-widget {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 80;
}
.accessibility-toggle,
.accessibility-panel button {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 800;
}
.accessibility-toggle {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(232,239,232,.92));
  box-shadow: 0 14px 34px rgba(33, 50, 47, .14);
}
.accessibility-toggle::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: var(--sage-dark);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M16 3.5a3.4 3.4 0 1 1 0 6.8 3.4 3.4 0 0 1 0-6.8ZM5.5 11h21a1.7 1.7 0 0 1 0 3.4h-7.1v14.1a1.8 1.8 0 0 1-3.6 0v-6.2h-1.6v6.2a1.8 1.8 0 0 1-3.6 0V14.4H5.5a1.7 1.7 0 0 1 0-3.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M16 3.5a3.4 3.4 0 1 1 0 6.8 3.4 3.4 0 0 1 0-6.8ZM5.5 11h21a1.7 1.7 0 0 1 0 3.4h-7.1v14.1a1.8 1.8 0 0 1-3.6 0v-6.2h-1.6v6.2a1.8 1.8 0 0 1-3.6 0V14.4H5.5a1.7 1.7 0 0 1 0-3.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.accessibility-panel {
  position: absolute;
  right: 0;
  bottom: 54px;
  width: min(250px, calc(100vw - 28px));
  display: grid;
  gap: 8px;
  background: var(--paper);
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.accessibility-panel button {
  width: 100%;
  text-align: right;
  min-height: 42px;
}
.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 90;
  width: min(620px, calc(100vw - 36px));
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}
.cookie-banner.is-visible { display: grid; }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: 16px; }
.cookie-actions { display: flex; gap: 8px; }

.live-editor-bar,
.live-editor-login {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px max(18px, calc((100vw - 1160px) / 2));
  background: #101c1a;
  color: white;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}
.live-editor-bar {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}
.live-editor-bar strong,
.live-editor-login strong {
  flex: 0 0 auto;
  margin-inline-end: 8px;
  white-space: nowrap;
}
.live-editor-nav {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  margin-inline-start: 6px;
  padding-inline-start: 10px;
  border-inline-start: 1px solid rgba(255,255,255,.18);
}
.live-editor-bar button,
.live-editor-bar a,
.live-editor-login button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  color: white;
  padding: 7px 13px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.2;
}
.live-editor-nav a {
  background: rgba(255,255,255,.06);
}
.live-editor-bar button:hover,
.live-editor-bar a:hover,
.live-editor-login button:hover {
  background: rgba(255, 255, 255, .18);
}
.live-editor-login input {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: white;
  color: #101c1a;
  padding: 7px 11px;
}
.live-editor-bar [data-live-status],
.live-editor-login [data-live-login-status] {
  margin-inline-start: auto;
  color: #f3d6c7;
  font-weight: 800;
}
body.live-editing {
  padding-top: 58px;
}
body.live-editing .site-header {
  top: 58px;
}
.live-editor-editable {
  cursor: pointer !important;
  outline: 2px dashed rgba(185, 112, 88, .78);
  outline-offset: 5px;
  transition: outline-color .15s ease, box-shadow .15s ease;
}
.live-editor-editable:hover,
.live-editor-selected {
  outline: 3px solid #b97058 !important;
  box-shadow: 0 0 0 6px rgba(185, 112, 88, .16);
}
.live-editor-panel {
  position: fixed;
  top: 78px;
  left: 18px;
  z-index: 1001;
  width: min(420px, calc(100vw - 36px));
  max-height: calc(100vh - 98px);
  overflow: auto;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
  padding: 16px;
}
.live-editor-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.live-editor-panel-head strong,
.live-editor-panel-head span {
  display: block;
}
.live-editor-panel-head span {
  color: var(--muted);
  font-size: 14px;
}
.live-editor-panel-head button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.live-field {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  font-weight: 800;
}
.live-field textarea,
.live-field input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  padding: 11px 12px;
}
.live-field textarea {
  resize: vertical;
  min-height: 150px;
}
.live-editor-preview {
  width: 100%;
  max-height: 230px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  margin-bottom: 14px;
}
.live-media-tuning {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.62);
  margin-bottom: 14px;
}
.live-media-tuning label {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}
.live-media-tuning input[type="range"] {
  width: 100%;
}
.live-media-tuning output {
  min-width: 46px;
  color: var(--muted);
  text-align: left;
}
.live-editor-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.live-editor-actions button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--sage-dark);
  color: white;
  padding: 8px 16px;
  font-weight: 800;
  cursor: pointer;
}
.live-editor-actions button + button {
  background: white;
  color: var(--ink);
}
.live-collection-actions {
  margin-bottom: 14px;
}
.live-collection-actions button,
.live-collection-head button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--sage-dark);
  color: white;
  padding: 7px 12px;
  font-weight: 800;
  cursor: pointer;
}
.live-collection-list {
  display: grid;
  gap: 14px;
}
.live-collection-item {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.58);
  padding: 14px;
}
.live-collection-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.live-collection-head div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.live-collection-head button {
  background: white;
  color: var(--ink);
}
.live-collection-head button.danger {
  background: #9d3b22;
  color: white;
  border-color: #9d3b22;
}
.live-color {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}
.live-color input {
  width: 70px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.card-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 10%, rgba(185,112,88,.18), transparent 28%),
    linear-gradient(135deg, #f7efe4, #eef2ea);
}
.business-card-stage {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
}
.business-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 470px));
  gap: 24px;
  width: min(980px, 100%);
}
.card-face {
  min-height: 280px;
  border-radius: 8px;
  padding: 34px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.6);
}
.card-front {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,250,242,.92), rgba(232,239,232,.9)),
    var(--card-front-image, none),
    linear-gradient(135deg, #fffaf2, #e8efe8);
  background-size: auto, var(--card-front-size, cover), auto;
  background-position: center, var(--card-front-position, center), center;
}
.card-front::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 58%, rgba(185,112,88,.14) 58% 59%, transparent 59% 100%),
    repeating-linear-gradient(135deg, rgba(53,90,75,.055) 0 1px, transparent 1px 18px);
}
.card-front > * {
  position: relative;
  z-index: 1;
}
.card-back {
  background: #20332f;
  color: white;
}
.card-portrait {
  width: min(calc(210px * var(--profile-frame-scale, 1)), calc(48vw * var(--profile-frame-scale, 1)));
  aspect-ratio: 1;
  margin: 0 0 22px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(53, 90, 75, .18);
  box-shadow: 0 18px 44px rgba(33, 50, 47, .16);
  background: rgba(255,255,255,.66);
}
.card-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-logo {
  width: calc(68px * var(--profile-frame-scale, 1));
  height: calc(68px * var(--profile-frame-scale, 1));
  border-radius: 50%;
  background: var(--sage-dark);
  color: white;
  display: grid;
  place-items: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 24px;
  overflow: hidden;
}
.card-front .card-logo { display: none; }
.profile-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-front h1 {
  font-size: 48px;
  margin-bottom: 12px;
}
.card-front p:last-child,
.card-back .card-line {
  font-size: 22px;
  color: #51645d;
}
.card-back .card-line { color: rgba(255,255,255,.74); }
.card-back h2 { font-size: 34px; }
.card-back dl div {
  border-color: rgba(255,255,255,.16);
}
.card-back dt { color: rgba(255,255,255,.64); }
.card-back dd { margin: 0; font-weight: 800; text-align: left; direction: ltr; }
.card-back dd a { color: inherit; text-decoration: none; }
.digital-card-actions,
.print-actions {
  justify-content: center;
}
.digital-card-actions {
  margin-bottom: 16px;
}
.share-card-panel {
  width: min(980px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(255, 253, 249, .82);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 16px 44px rgba(33, 50, 47, .08);
}
.share-card-panel h2 {
  font-size: 28px;
  margin-bottom: 8px;
}
.share-card-panel p:last-child {
  color: var(--muted);
  margin: 0;
}
.share-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 980px) {
  .header-inner { min-height: 68px; }
  .nav-toggle { display: block; margin-inline-start: auto; }
  .site-nav {
    position: fixed;
    top: 68px;
    right: 20px;
    left: 20px;
    display: none;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 12px;
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { border-radius: 8px; }
  .header-cta { display: none; }
  .hero { min-height: 680px; align-items: end; }
  .hero-media {
    background-image: url("hero-counseling-room-1280.webp");
    background-position: 18% center;
  }
  .hero-shade {
    background:
      radial-gradient(circle at 50% 86%, rgba(255,253,249,.98), rgba(255,253,249,.54) 38%, transparent 66%),
      linear-gradient(0deg, rgba(251,247,240,.98) 0%, rgba(251,247,240,.78) 48%, rgba(251,247,240,.16) 100%),
      linear-gradient(90deg, rgba(33,50,47,.22) 0%, rgba(33,50,47,.02) 58%);
  }
  .hero-content {
    margin: 0 auto;
    padding-top: 300px;
    padding-bottom: 54px;
  }
  .hero-content::before {
    right: 0;
    top: 300px;
    bottom: 56px;
  }
  .split,
  .trust-layout,
  .content-layout,
  .contact-layout,
  .policy-layout,
  .cta-inner {
    grid-template-columns: 1fr;
  }
  .cta-inner { display: grid; }
  .service-grid,
  .article-grid,
  .process-list,
  .testimonial-grid,
  .article-detail-layout {
    grid-template-columns: 1fr;
  }
  .footer-legal {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .footer-legal [data-setting="footerCopyright"],
  .footer-legal [data-setting="footerCredit"],
  .footer-links {
    grid-column: 1;
    justify-self: center;
  }
  .footer-legal [data-setting="footerCredit"] { grid-row: auto; }
  .side-panel,
  .policy-nav { position: static; }
  .business-card { grid-template-columns: 1fr; }
  .business-card-stage { align-content: start; }
  .share-card-panel {
    display: grid;
  }
}

@media (max-width: 620px) {
  :root { --container: min(100vw - 28px, 1160px); }
  body { font-size: calc(17px * var(--access-font-scale)); }
  .brand { min-width: auto; }
  .brand small { display: none; }
  .hero { min-height: auto; }
  .hero::before {
    background:
      linear-gradient(135deg, transparent 0 62%, rgba(185,112,88,.16) 62% 63%, transparent 63% 100%),
      repeating-linear-gradient(135deg, rgba(53,90,75,.045) 0 1px, transparent 1px 16px);
    opacity: .5;
  }
  .hero-media {
    background-image: url("hero-counseling-room-900.webp");
    background-size: auto 54%;
    background-position: left 46% top 0;
    animation-duration: 18s;
    transform-origin: 38% 32%;
  }
  .hero-shade {
    background:
      linear-gradient(0deg, rgba(251,247,240,.99) 0%, rgba(251,247,240,.96) 37%, rgba(251,247,240,.52) 63%, rgba(251,247,240,.1) 100%),
      linear-gradient(90deg, rgba(33,50,47,.12), rgba(33,50,47,0));
  }
  .hero-content {
    padding-top: 224px;
    padding-bottom: 34px;
  }
  .hero-content::before {
    top: 224px;
    bottom: 36px;
    right: -10px;
    width: 3px;
  }
  h1 { font-size: 32px; }
  h2 { font-size: 30px; }
  .lead { font-size: 18px; line-height: 1.58; }
  .hero-actions { margin-top: 20px; }
  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 24px;
  }
  .hero-facts div { padding: 10px 8px; }
  .hero-facts dt { font-size: 12px; }
  .hero-facts dd { font-size: 14px; line-height: 1.25; }
  .section { padding: 58px 0; }
  .cta-section { padding: 58px 0 64px; }
  .cta-section .eyebrow { color: var(--terracotta); }
  .faq-section { padding-bottom: 110px; }
  .faq-grid details { padding: 18px 16px; }
  .faq-grid summary { font-size: 20px; }
  .articles-page .page-hero {
    padding-bottom: 70px;
  }
  .article-card {
    min-height: 0;
  }
  .testimonial-grid {
    gap: 14px;
  }
  .testimonial-card {
    padding: 24px 20px;
  }
  .testimonial-card p {
    font-size: 19px;
    line-height: 1.68;
  }
  .lead-success-actions {
    flex-direction: column;
  }
  .service-card {
    min-height: 0;
    padding: 28px 24px 24px;
    border-color: rgba(33, 50, 47, .2);
    box-shadow: 0 14px 38px rgba(33, 50, 47, .08);
  }
  .service-card::after {
    font-size: 58px;
    left: 18px;
    top: 14px;
  }
  .service-card h3 { font-size: 27px; }
  .about-page .rich-content::before {
    background:
      radial-gradient(circle at 8% 12%, rgba(185,112,88,.1), transparent 30%),
      linear-gradient(135deg, transparent 0 74%, rgba(53,90,75,.045) 74% 75%, transparent 75% 100%);
  }
  .check-list li {
    padding-right: 34px;
  }
  .line-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
  }
  .line-icon::before {
    content: "←";
    inset: 0;
    width: auto;
    height: auto;
    display: grid;
    place-items: center;
    background: none;
    color: var(--terracotta);
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    transform: translateY(-1px);
  }
  .line-icon::after {
    display: none;
  }
  .cookie-banner {
    grid-template-columns: 1fr;
    bottom: 88px;
  }
  .whatsapp-float {
    left: 14px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }
  .accessibility-widget { right: 14px; bottom: calc(18px + env(safe-area-inset-bottom)); }
  .card-face { padding: 26px; }
  .card-portrait {
    width: min(190px, 58vw);
    margin-inline: auto;
  }
  .card-front h1 { font-size: 40px; }
  .business-card-stage { padding: 22px 14px; }
  .business-card { grid-template-columns: minmax(0, 1fr); }
  .card-face { min-height: auto; }
  .digital-card-actions,
  .print-actions,
  .share-actions,
  .hero-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .digital-card-actions {
    margin-bottom: 26px;
  }
  .share-card-panel {
    margin-top: 4px;
  }
  .digital-card-actions .btn,
  .print-actions .btn,
  .share-actions .btn,
  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }
  .live-editor-bar,
  .live-editor-login {
    align-items: center;
    padding: 8px 10px;
  }
  .live-editor-bar {
    flex-wrap: nowrap;
  }
  .live-editor-login {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .live-editor-nav {
    width: auto;
    overflow: visible;
    padding-inline-start: 10px;
    margin-inline-start: 6px;
    border-inline-start: 1px solid rgba(255,255,255,.18);
  }
  .live-editor-nav a {
    flex: 0 0 auto;
  }
  .live-editor-login strong {
    width: 100%;
  }
  .live-editor-bar button,
  .live-editor-bar a {
    flex: 0 0 auto;
    min-width: max-content;
    font-size: 15px;
    padding: 8px 12px;
  }
  .live-editor-login input,
  .live-editor-login button {
    flex: 1 1 135px;
  }
  body.live-editing {
    padding-top: 116px;
  }
  body.live-editing .site-header {
    top: 116px;
  }
  .live-editor-panel {
    top: 126px;
    right: 10px;
    left: 10px;
    width: auto;
    max-height: calc(100vh - 146px);
  }
}

@media (max-width: 380px) {
  h1 { font-size: 34px; }
  .brand strong { font-size: 16px; }
  .card-front h1 { font-size: 34px; }
  .card-back h2 { font-size: 28px; }
  .card-back dl div {
    display: grid;
    gap: 3px;
  }
  .card-back dd { text-align: right; }
}

@media print {
  body { background: white; }
  .print-actions,
  .digital-card-actions { display: none; }
  .business-card-stage { min-height: auto; padding: 0; }
  .business-card { width: 100%; gap: 12mm; }
  .card-face { box-shadow: none; border: 1px solid #ddd; break-inside: avoid; }
}
