:root {
  --paper: #f7f4ed;
  --paper-deep: #f0ece2;
  --surface-white: #fffefa;
  --ink: #2d302c;
  --muted: #70736d;
  --sage: #dce1d6;
  --sage-deep: #506257;
  --accent: #506257;
  --accent-deep: #334b3d;
  --accent-soft: #e8eee5;
  --olive: #7c806d;
  --line: rgba(45, 48, 44, .17);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
.liquidglass-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { width: min(1180px, calc(100% - 96px)); margin-inline: 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; z-index: 20; top: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: var(--paper); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 5; padding: 15px 0 13px; border-bottom: 1px solid rgba(80, 98, 87, .12); background: var(--surface-white); box-shadow: 0 5px 18px rgba(45, 48, 44, .035); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-family: var(--serif); font-size: 23px; letter-spacing: -.04em; }
.brand-mark-only { width: fit-content; }
.brand-mark-image { display: block; width: 40px; height: 40px; object-fit: contain; mix-blend-mode: multiply; opacity: .9; }
.primary-nav { display: flex; align-items: center; gap: 31px; font-size: 12px; color: #464943; }
.primary-nav a, .site-footer a { transition: color .18s ease; }
.primary-nav a:hover, .site-footer a:hover { color: var(--sage-deep); }
.header-cta { justify-self: end; }
.menu-toggle { display: none; border: 0; background: transparent; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 10px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: -.01em; cursor: pointer; transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--sage-deep); outline-offset: 4px; }
.button-dark { background: var(--accent-deep); color: #fff; }
.button-dark:hover { background: #263b30; }
.button-outline { border-color: rgba(51, 75, 61, .48); background: transparent; color: var(--accent-deep); }
.button-outline:hover { background: var(--accent-soft); border-color: var(--accent); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.button-row, .liquidglass-billing-root { position: relative; }
.liquidglass-scene { display: none; }

/* Shared transparent glass layer, adapted from the supplied SVG-filter
   component. The surface stays clear; the distortion and highlight layers
   create the optical edge without placing a second opaque panel underneath. */
.liquidglass-surface,
[data-liquidglass="billing-track"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .32);
  background: transparent;
  box-shadow:
    inset 2px 2px 0 -2px rgba(255, 255, 255, .78),
    inset 0 0 3px 1px rgba(255, 255, 255, .58),
    inset -1px -1px 1px rgba(45, 48, 44, .12),
    0 4px 12px rgba(44, 58, 47, .12);
}
:is(.liquidglass-surface, [data-liquidglass="billing-track"])::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background: rgba(255, 255, 255, .065);
  backdrop-filter: blur(5px) saturate(1.08);
  -webkit-backdrop-filter: blur(5px) saturate(1.08);
  filter: url(#dovestead-glass-distortion);
  content: "";
  pointer-events: none;
}
:is(.liquidglass-surface, [data-liquidglass="billing-track"])::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .44) 0%, rgba(255, 255, 255, .13) 17%, transparent 38%, transparent 68%, rgba(255, 255, 255, .17) 84%, rgba(255, 255, 255, .36) 100%),
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, .22), transparent 29%);
  box-shadow:
    inset 2px 2px 0 -2px rgba(255, 255, 255, .72),
    inset 0 0 3px 1px rgba(255, 255, 255, .50);
  filter: blur(1.5px);
  content: "";
  pointer-events: none;
}
.liquidglass-surface > *,
[data-liquidglass="billing-track"] > * { position: relative; z-index: 2; }

.liquidglass-button { border-color: rgba(255, 255, 255, .32); background: transparent; }
.liquidglass-button:hover { border-color: rgba(255, 255, 255, .58); background: transparent; }
.liquidglass-view-example { min-height: 44px; padding: 7px 21px; }
.liquidglass-view-example {
  border: 1px double rgba(51, 51, 51, .08);
  background: transparent;
  backdrop-filter: blur(1px) saturate(1.02);
  -webkit-backdrop-filter: blur(1px) saturate(1.02);
  box-shadow:
    inset 2px -2px 1px -1px rgba(255, 255, 255, .9),
    inset -2px 2px 1px -1px rgba(255, 255, 255, .9),
    inset 6px -6px 1px -6px rgba(255, 255, 255, .55),
    inset -6px 6px 1px -6px rgba(255, 255, 255, .55),
    inset 0 0 2px rgba(0, 0, 0, .55);
}
.liquidglass-view-example::before {
  inset: 1px;
  z-index: 0;
  width: auto;
  height: auto;
  border: 1px solid rgba(51, 51, 51, .18);
  border-radius: inherit;
  background: rgba(255, 255, 255, .018);
  backdrop-filter: blur(2px) saturate(1.02);
  -webkit-backdrop-filter: blur(2px) saturate(1.02);
  filter: blur(5px);
}
.liquidglass-view-example::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, .78) 0%, rgba(255, 255, 255, .18) 13%, transparent 27%, transparent 73%, rgba(255, 255, 255, .18) 87%, rgba(255, 255, 255, .78) 100%);
  filter: blur(2.5px);
  opacity: .92;
}
.liquidglass-view-example .liquidglass-label { position: relative; z-index: 2; filter: drop-shadow(0 1px 1px rgba(102, 102, 102, .16)); }
.liquidglass-view-example:hover { background: rgba(0, 0, 0, 0); }
.liquidglass-view-example:active { transform: scale(.97); }

.liquidglass-billing-root { display: flex; justify-content: center; width: fit-content; margin: 28px auto 0; }
.liquidglass-billing-root .billing-toggle { margin: 0; }
.billing-toggle[data-liquidglass="billing-track"] {
  border: 1px double rgba(51, 51, 51, .08);
  background: transparent;
  backdrop-filter: blur(1px) saturate(1.02);
  -webkit-backdrop-filter: blur(1px) saturate(1.02);
  box-shadow:
    inset 2px -2px 1px -1px rgba(255, 255, 255, .9),
    inset -2px 2px 1px -1px rgba(255, 255, 255, .9),
    inset 6px -6px 1px -6px rgba(255, 255, 255, .55),
    inset -6px 6px 1px -6px rgba(255, 255, 255, .55),
    inset 0 0 2px rgba(0, 0, 0, .55);
}
.billing-toggle[data-liquidglass="billing-track"]::before {
  inset: 1px;
  z-index: 0;
  width: auto;
  height: auto;
  border: 1px solid rgba(51, 51, 51, .18);
  border-radius: inherit;
  background: rgba(255, 255, 255, .018);
  backdrop-filter: blur(2px) saturate(1.02);
  -webkit-backdrop-filter: blur(2px) saturate(1.02);
  filter: blur(5px);
}
.billing-toggle[data-liquidglass="billing-track"]::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, .78) 0%, rgba(255, 255, 255, .18) 13%, transparent 27%, transparent 73%, rgba(255, 255, 255, .18) 87%, rgba(255, 255, 255, .78) 100%);
  filter: blur(2.5px);
  opacity: .92;
  box-shadow: none;
}
.billing-toggle[data-liquidglass="billing-track"] button { position: relative; z-index: 2; }
.billing-toggle[data-liquidglass="billing-track"] button:not(.is-active):hover { color: var(--accent-deep); }

.eyebrow { margin: 0 0 17px; color: var(--accent-deep); font-size: 10px; font-weight: 700; letter-spacing: .28em; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h2 { font-size: clamp(40px, 4.1vw, 61px); }
h3 { font-family: var(--serif); font-weight: 400; }
.section-heading { max-width: 650px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 13px; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); }

.hero { position: relative; min-height: 600px; padding: 62px 0 52px; overflow: hidden; background: #fefcf7; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(500px, .94fr) minmax(540px, 1.06fr); align-items: center; min-height: 480px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 48px; }
.hero h1 { max-width: 570px; margin-bottom: 24px; font-size: clamp(56px, 5.2vw, 78px); }
.hero-lede { max-width: 470px; margin-bottom: 24px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.quiet-note { margin: 18px 0 0; color: #888b83; font-size: 12px; }
.hero-art-frame { position: relative; z-index: 1; align-self: stretch; min-height: 472px; margin: -18px -30px 0 -72px; }
.hero-art { position: absolute; z-index: 1; inset: 0; min-height: 0; margin: 0; }
.art-slot { position: relative; overflow: visible; background: transparent; border: 0; }
.hero-art-frame .hero-art { position: absolute; inset: 0; min-height: 0; margin: 0; }
.art-slot > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: contain; pointer-events: none; mix-blend-mode: multiply; }
.art-dove > img { inset: -5% -3% -5% -3%; width: 106%; height: 110%; opacity: .82; mix-blend-mode: normal; }
.hero-quote { position: absolute; z-index: 2; right: 8%; bottom: 7%; width: 25%; color: var(--ink); font-family: "Segoe Print", "Bradley Hand", "Brush Script MT", cursive; font-style: italic; transform: rotate(-5deg); }
.hero-quote p { margin: 0 0 16px; font-size: clamp(17px, 1.65vw, 25px); letter-spacing: -.025em; line-height: 1.08; }
.hero-quote > span { display: block; color: var(--ink); font-family: var(--sans); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .25em; line-height: 1.2; }

.pricing-section { position: relative; isolation: isolate; overflow: hidden; padding: 54px 0 112px; }
.pricing-section > .page-shell { position: relative; z-index: 3; }
.pricing-art { position: absolute; z-index: 2; bottom: -84px; width: auto; max-width: none; height: 920px; opacity: .76; pointer-events: none; user-select: none; }
.pricing-art--left { left: calc(50% - 1480px); transform: scaleX(-1); }
.pricing-art--right { right: calc(50% - 1480px); transform: scaleX(-1); }
.pricing-bottom-blur { position: absolute; z-index: 3; right: 0; bottom: -28px; left: 0; height: 220px; background: linear-gradient(180deg, rgba(247, 244, 237, 0) 0%, rgba(240, 236, 226, .05) 20%, rgba(240, 236, 226, .22) 46%, rgba(240, 236, 226, .68) 73%, rgba(240, 236, 226, .98) 94%, rgba(240, 236, 226, 1) 100%); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .12) 22%, rgba(0, 0, 0, .42) 50%, rgba(0, 0, 0, .80) 78%, #000 100%); mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .12) 22%, rgba(0, 0, 0, .42) 50%, rgba(0, 0, 0, .80) 78%, #000 100%); pointer-events: none; }
.pricing-bottom-blur::before { position: absolute; top: -31px; right: 18%; left: 18%; height: 82px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: linear-gradient(180deg, rgba(240, 236, 226, 0) 0%, rgba(240, 236, 226, .22) 52%, rgba(240, 236, 226, .52) 100%); filter: blur(19px); content: ""; pointer-events: none; }
.billing-toggle { display: flex; width: fit-content; margin: 28px auto 0; padding: 4px; border: 1px solid rgba(80, 98, 87, .24); border-radius: 999px; background: transparent; }
.billing-toggle button { min-width: 92px; padding: 9px 14px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; }
.billing-toggle button.is-active { background: var(--accent-deep); color: #fff; }
.billing-toggle button span { margin-left: 4px; font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.billing-toggle button:focus-visible { outline: 2px solid var(--accent-deep); outline-offset: 3px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; width: min(100%, 930px); margin: 45px auto 0; }
.plans { position: relative; z-index: 4; }
.plan-card { position: relative; display: flex; min-height: 380px; flex-direction: column; padding: 25px 22px 19px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 6px; isolation: isolate; overflow: visible; background: rgba(255, 255, 255, .035); backdrop-filter: blur(5px) saturate(1.08); -webkit-backdrop-filter: blur(5px) saturate(1.08); box-shadow: inset 2px 2px 0 -2px rgba(255, 255, 255, .66), inset 0 0 3px 1px rgba(255, 255, 255, .44), inset -1px -1px 1px rgba(45, 48, 44, .10); transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.plan-card::before { position: absolute; z-index: 0; inset: 0; overflow: hidden; border-radius: inherit; background: rgba(255, 255, 255, .055); backdrop-filter: blur(5px) saturate(1.08); -webkit-backdrop-filter: blur(5px) saturate(1.08); filter: none; content: ""; pointer-events: none; }
.plan-card::after { position: absolute; z-index: 1; inset: 0; overflow: hidden; border-radius: inherit; background: linear-gradient(112deg, rgba(255, 255, 255, .38) 0%, rgba(255, 255, 255, .10) 17%, transparent 38%, transparent 68%, rgba(255, 255, 255, .14) 84%, rgba(255, 255, 255, .30) 100%), radial-gradient(circle at 18% 8%, rgba(255, 255, 255, .18), transparent 29%); box-shadow: inset 2px 2px 0 -2px rgba(255, 255, 255, .72), inset 0 0 3px 1px rgba(255, 255, 255, .50); filter: none; content: ""; pointer-events: none; }
.plan-card > * { position: relative; z-index: 2; }
.plan-card.liquidglass-card { overflow: hidden; border-color: rgba(255, 255, 255, .30); background: transparent; box-shadow: inset 2px 2px 0 -2px rgba(255, 255, 255, .74), inset 0 0 3px 1px rgba(255, 255, 255, .50), inset -1px -1px 1px rgba(45, 48, 44, .10); }
.plan-card.liquidglass-card::before { background: rgba(255, 255, 255, .06); backdrop-filter: blur(5px) saturate(1.08); -webkit-backdrop-filter: blur(5px) saturate(1.08); filter: none; }
.plan-card.liquidglass-card::after { background: linear-gradient(112deg, rgba(255, 255, 255, .42) 0%, rgba(255, 255, 255, .12) 17%, transparent 38%, transparent 68%, rgba(255, 255, 255, .16) 84%, rgba(255, 255, 255, .34) 100%), radial-gradient(circle at 18% 8%, rgba(255, 255, 255, .20), transparent 29%); filter: none; }
.plan-card.plan-featured { border-color: rgba(124, 128, 109, .42); background: rgba(220, 225, 214, .18); box-shadow: inset 2px 2px 0 -2px rgba(255, 255, 255, .84), inset 0 0 3px 1px rgba(255, 255, 255, .64); }
.plan-card:hover, .plan-card.liquidglass-card:hover { transform: scale(1.018); background: rgba(255, 255, 255, .075); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24), inset 0 -14px 30px rgba(62, 78, 65, .055), inset 2px 2px 0 -2px rgba(255, 255, 255, .88), inset 0 0 3px 1px rgba(255, 255, 255, .66), inset -1px -1px 1px rgba(45, 48, 44, .12); }
.plan-card.liquidglass-card:hover { background: rgba(255, 255, 255, .085); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .36), inset 0 -14px 30px rgba(62, 78, 65, .065), inset 2px 2px 0 -2px rgba(255, 255, 255, .92), inset 0 0 3px 1px rgba(255, 255, 255, .70), inset -1px -1px 1px rgba(45, 48, 44, .12); }
.button-plan-white { border-color: rgba(45, 48, 44, .16); background: #fff; color: var(--accent-deep); box-shadow: 0 2px 7px rgba(44, 58, 47, .08); }
.button-plan-white:hover { border-color: rgba(45, 48, 44, .24); background: #fff; color: var(--accent-deep); box-shadow: 0 7px 14px rgba(44, 58, 47, .12); }
.plan-badge { position: absolute; z-index: 3; top: -11px; left: 50%; margin: 0; padding: 4px 12px; border-radius: 99px; background: var(--accent-deep); color: #fff; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.plan-name { margin: 0; font-family: var(--serif); font-size: 22px; }
.plan-kicker { margin: 1px 0 27px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px; margin: 0 0 3px; font-family: var(--serif); font-size: 13px; }
.price > span[data-monthly][data-yearly] { font-size: 32px; }
.price-suffix { font-size: 13px; }
.price-billing { min-height: 14px; margin: 0 0 18px; color: var(--muted); font-family: var(--sans); font-size: 10px; letter-spacing: .01em; }
.plan-card ul { display: grid; gap: 8px; margin: 0 0 26px; padding: 0; color: var(--muted); font-size: 12px; list-style: none; }
.plan-card li { position: relative; padding-left: 18px; }
.plan-card li::before { position: absolute; left: 0; color: var(--ink); content: "✓"; font-weight: 700; }
.plan-card .button { width: fit-content; margin-top: auto; }
@media (min-width: 761px) { .plans .plan-featured { z-index: 2; transform: scale(1.035); } .plans .plan-featured:hover { transform: scale(1.045); background: rgba(225, 230, 219, .26); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .34), inset 0 -14px 30px rgba(62, 78, 65, .06), inset 2px 2px 0 -2px rgba(255, 255, 255, .90), inset 0 0 3px 1px rgba(255, 255, 255, .68); } }

.examples-section { overflow: hidden; padding: 96px 0 104px; background: var(--paper); }
.examples-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .72fr); align-items: center; gap: clamp(50px, 7vw, 112px); }
.examples-window { overflow: hidden; border: 1px solid rgba(45, 48, 44, .10); border-radius: 6px; background: var(--paper); box-shadow: none; }
.examples-window__bar { display: flex; align-items: center; gap: 6px; height: 42px; padding: 0 17px; border-bottom: 1px solid rgba(45, 48, 44, .10); background: var(--paper); }
.examples-window__bar > span { display: block; flex: 0 0 8px; width: 8px; min-width: 8px; height: 8px; min-height: 8px; aspect-ratio: 1 / 1; box-sizing: border-box; border-radius: 999px; background: rgba(80, 98, 87, .38); transform: translateZ(0); }
.examples-window__bar span:nth-child(2) { background: rgba(124, 128, 109, .45); }
.examples-window__bar span:nth-child(3) { background: rgba(194, 145, 112, .42); }
.examples-window__bar small { margin: 0 auto; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.examples-window__body { min-height: 440px; padding: 0; background: transparent; }
.examples-window__copy { max-width: 360px; }
.examples-window__copy h2 { margin-bottom: 18px; font-size: clamp(36px, 4vw, 56px); line-height: .98; }
.examples-window__copy > p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.examples-window__preview { position: relative; isolation: isolate; overflow: hidden; min-height: 440px; border: 0; background: var(--paper); box-shadow: none; }
.examples-window__preview::before, .examples-window__preview::after { display: none; }
.examples-window__preview-top { position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; color: rgba(45, 48, 44, .66); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.preview-nav { display: flex; align-items: center; gap: 17px; }
.preview-nav__cta { padding: 6px 12px; border: 1px solid rgba(51, 75, 61, .16); border-radius: 999px; background: var(--paper); box-shadow: none; color: var(--accent-deep); font-size: 8px; letter-spacing: .08em; }
.examples-window__preview-content { position: absolute; inset: 72px 0 0; overflow: hidden; }
.examples-window__preview-copy { position: relative; z-index: 3; padding: 40px 0 0 32px; }
.examples-window__preview-content small { display: block; margin-bottom: 16px; color: var(--accent-deep); font-size: 8px; font-weight: 700; letter-spacing: .24em; }
.examples-window__preview-content strong { display: block; color: var(--accent-deep); font-family: var(--serif); font-size: clamp(36px, 4vw, 58px); font-weight: 400; line-height: .9; }
.examples-window__preview-content i { display: block; width: 48px; height: 1px; margin-top: 23px; background: rgba(51, 75, 61, .42); }
.examples-window__preview-content i::after { display: block; width: 29px; height: 1px; margin-top: 7px; background: rgba(51, 75, 61, .28); content: ""; }
.preview-ghost-actions { display: flex; align-items: center; gap: 9px; margin-top: 18px; }
.preview-ghost-actions span { display: block; flex: 0 0 56px; width: 56px; height: 16px; border: 1px solid rgba(51, 75, 61, .18); border-radius: 999px; background: var(--accent-deep); box-shadow: none; }
.preview-ghost-actions span:last-child { background: var(--paper); }
.examples-window__preview-content img { position: absolute; z-index: 0; right: -3%; bottom: -8%; width: auto; height: 80%; max-width: none; opacity: .72; filter: saturate(.94); }
.examples-action { display: flex; justify-content: flex-start; margin-top: 30px; }

.roadmap-section { position: relative; overflow: hidden; padding: 52px 0; background: var(--accent-deep); color: var(--paper); }
.roadmap-wash, .roadmap-glass { display: none; }
.roadmap-section > .page-shell { position: relative; z-index: 2; }
.roadmap-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.roadmap-track { position: absolute; z-index: 0; top: 0; right: -6.25%; left: -6.25%; height: 94px; overflow: visible; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5.55%, #000 94.45%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 5.55%, #000 94.45%, transparent 100%); }
.roadmap-track__tick { position: absolute; bottom: 0; left: calc(round(nearest, var(--tick) * 1.3888889%, 1px)); width: 1px; height: 94px; background: rgba(247, 244, 237, .26); transform-origin: bottom; animation: roadmap-tick-glow 7.6s cubic-bezier(.4, 0, .2, 1) infinite; animation-delay: calc(var(--tick) * .09375s); }
.roadmap-track__tick--anchor { height: 94px; animation-name: roadmap-anchor-glow; }
.roadmap-step { position: relative; z-index: 1; display: grid; grid-template-rows: 46px auto; gap: 68px; padding: 0 28px; }
.roadmap-step:first-of-type { padding-left: 0; }
.roadmap-step:last-of-type { padding-right: 0; }
.roadmap-step__top { display: block; }
.roadmap-step__number { position: relative; z-index: 2; display: inline-block; padding: 0 7px 4px 0; border-radius: 3px; background: var(--accent-deep); box-shadow: 0 -6px 0 var(--accent-deep); color: rgba(255, 255, 255, .44); font-family: var(--serif); font-size: clamp(32px, 3vw, 46px); line-height: .9; animation: roadmap-number-pulse 7.6s cubic-bezier(.4, 0, .2, 1) infinite; animation-delay: calc((var(--step) * 1.5s) + .375s); animation-fill-mode: both; }
.roadmap-step__number::after { content: ""; position: absolute; z-index: 3; top: -6px; right: -2px; left: -2px; height: 6px; background: var(--accent-deep); pointer-events: none; }
.roadmap-step h3 { margin-bottom: 3px; color: var(--paper); font-size: 17px; line-height: 1.15; }
.roadmap-step p { max-width: 25ch; margin: 0; color: rgba(247, 244, 237, .72); font-size: 12px; }
@keyframes roadmap-tick-glow { 0%, 3% { background: rgba(247, 244, 237, .26); opacity: .58; } 8% { background: var(--sage); opacity: .92; } 12%, 16% { background: var(--sage); opacity: 1; } 24% { background: rgba(247, 244, 237, .26); opacity: .58; } 100% { background: rgba(247, 244, 237, .26); opacity: .58; } }
@keyframes roadmap-anchor-glow { 0%, 3% { background: rgba(247, 244, 237, .26); opacity: .58; } 8% { background: var(--sage); opacity: .92; } 12%, 16% { background: var(--sage); opacity: 1; } 24% { background: rgba(247, 244, 237, .26); opacity: .58; } 100% { background: rgba(247, 244, 237, .26); opacity: .58; } }
@keyframes roadmap-tick-color { 0%, 3% { background: rgba(247, 244, 237, .26); opacity: .58; } 8% { background: var(--sage); opacity: .92; } 12%, 16% { background: var(--sage); opacity: 1; } 24% { background: rgba(247, 244, 237, .26); opacity: .58; } 100% { background: rgba(247, 244, 237, .26); opacity: .58; } }
@keyframes roadmap-number-pulse { 0%, 3% { color: rgba(255, 255, 255, .44); } 8% { color: #fff; } 12%, 16% { color: #fff; } 24% { color: rgba(255, 255, 255, .44); } 100% { color: rgba(255, 255, 255, .44); } }

.testimonials-section { position: relative; overflow: hidden; padding: 96px 0 104px; background: var(--accent-deep); color: var(--paper); }
.testimonials-section::before { display: none; }
.testimonials-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.testimonials-intro { max-width: 360px; }
.testimonials-intro .eyebrow { color: var(--sage); }
.testimonials-intro h2 { color: #fff; font-size: clamp(44px, 5vw, 68px); }
.testimonials-intro > p:last-of-type { max-width: 28ch; margin: 22px 0 0; color: rgba(255, 255, 255, .68); font-size: 13px; }
.testimonials-controls { display: flex; gap: 8px; margin-top: 30px; }
.testimonials-controls button { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; background: transparent; color: rgba(255, 255, 255, .72); font-size: 10px; letter-spacing: .08em; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.testimonials-controls button:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, .7); }
.testimonials-controls button.is-active { border-color: var(--paper); background: var(--paper); color: var(--accent-deep); }
.testimonials-stage { position: relative; min-height: 258px; }
.testimonial-card { position: relative; display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; min-height: 258px; padding: 34px; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 22px 42px rgba(23, 42, 32, .18); opacity: 0; pointer-events: none; transform: translateX(18px); transition: opacity .45s ease, transform .45s ease; }
.testimonial-card::before { position: absolute; top: 0; right: 34px; left: 34px; height: 4px; background: var(--olive); content: ""; }
.testimonial-card.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); }
.testimonial-card:not(.is-active) { position: absolute; inset: 0; }
.testimonial-portrait { position: relative; display: grid; width: 96px; height: 124px; place-items: end center; overflow: hidden; border: 1px solid rgba(45, 48, 44, .14); background: var(--sage); color: rgba(45, 48, 44, .76); }
.testimonial-portrait::before { position: absolute; top: 25px; width: 51px; height: 51px; border-radius: 50%; background: rgba(247, 244, 237, .78); content: ""; }
.testimonial-portrait::after { position: absolute; bottom: -21px; width: 106px; height: 98px; border-radius: 54% 54% 0 0; background: rgba(247, 244, 237, .72); content: ""; }
.testimonial-portrait span { position: relative; z-index: 1; padding-bottom: 11px; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.testimonial-portrait--peach { background: #d9b7a5; }
.testimonial-portrait--olive { background: #a3a58c; }
.testimonial-card__quote { min-width: 0; }
.testimonial-mark { display: block; height: 28px; color: var(--accent-deep); font-family: var(--serif); font-size: 54px; line-height: .8; }
.testimonial-card blockquote { max-width: 25ch; margin: 12px 0 22px; color: var(--ink); font-family: var(--serif); font-size: clamp(22px, 2.2vw, 30px); line-height: 1.16; }
.testimonial-card footer { display: grid; gap: 3px; color: var(--muted); font-size: 11px; }
.testimonial-card footer strong { color: var(--accent-deep); font-size: 12px; font-weight: 600; }
.faq-section { position: relative; overflow: hidden; padding: 104px 0 116px; background: var(--accent-deep); color: #fff; }
.faq-section::before { position: absolute; top: -190px; right: -130px; width: 520px; height: 520px; border: 1px solid rgba(255, 255, 255, .10); border-radius: 50%; content: ""; pointer-events: none; }
.faq-section::after { position: absolute; right: 13%; bottom: -280px; width: 440px; height: 440px; border: 1px solid rgba(220, 225, 214, .12); border-radius: 50%; content: ""; pointer-events: none; }
.faq-section--light { background: var(--paper); color: var(--ink); }
.faq-section--light::before, .faq-section--light::after { display: none; }
.faq-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 8vw, 124px); align-items: start; }
.faq-intro { max-width: 360px; }
.faq-intro h2 { color: #fff; font-size: clamp(44px, 5vw, 68px); }
.faq-intro .eyebrow { color: var(--sage); }
.faq-intro > p:last-child { max-width: 28ch; margin: 22px 0 0; color: rgba(255, 255, 255, .68); font-size: 13px; }
.faq-list { border-top: 1px solid rgba(255, 255, 255, .38); }
.faq-list details { border-bottom: 1px solid rgba(255, 255, 255, .20); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; cursor: pointer; color: #fff; font-family: var(--serif); font-size: clamp(20px, 2vw, 26px); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { display: none; }
.faq-list details p { max-width: 560px; margin: -2px 42px 24px 0; color: rgba(255, 255, 255, .70); font-size: 13px; }
.faq-section--light .faq-intro h2, .faq-section--light .faq-list summary { color: var(--ink); }
.faq-section--light .faq-intro .eyebrow { color: var(--accent-deep); }
.faq-section--light .faq-intro > p:last-child { color: var(--muted); }
.faq-section--light .faq-list { border-top-color: rgba(45, 48, 44, .22); }
.faq-section--light .faq-list details { border-bottom-color: rgba(45, 48, 44, .14); }
.faq-section--light .faq-list details p { margin-right: 0; color: var(--muted); }

.site-footer { padding: 44px 0 22px; border-top: 1px solid rgba(45, 48, 44, .14); background: var(--surface-white); }
.footer-main { display: grid; grid-template-columns: minmax(220px, 1.15fr) minmax(260px, .95fr) minmax(190px, .85fr); align-items: center; gap: clamp(28px, 6vw, 82px); padding-bottom: 34px; }
.footer-main .brand { font-size: 22px; }
.footer-intro { max-width: 230px; margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.footer-inner nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 24px; padding-top: 0; font-size: 11px; }
.footer-contact { justify-self: end; padding-top: 2px; text-align: right; }
.footer-contact .eyebrow { margin-bottom: 8px; font-size: 8px; }
.footer-contact a { color: var(--accent-deep); font-family: var(--serif); font-size: 17px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 18px; border-top: 1px solid rgba(80, 98, 87, .2); color: var(--muted); font-size: 10px; }
.footer-bottom a { color: var(--accent-deep); }

@media (max-width: 760px) {
  .page-shell { width: min(100% - 36px, 620px); }
  .site-header { padding: 12px 0 11px; }
  .header-inner { grid-template-columns: 1fr auto; gap: 15px; }
  .brand { font-size: 21px; }
  .menu-toggle { display: grid; gap: 5px; justify-self: end; padding: 7px 1px; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--ink); }
  .primary-nav { position: absolute; top: 66px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 22px 40px rgba(55, 64, 54, .10); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 11px 0; border-bottom: 1px solid rgba(45, 48, 44, .08); }
  .primary-nav a:last-child { border-bottom: 0; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding-top: 44px; }
  .hero-grid { display: flex; min-height: 0; flex-direction: column; }
  .hero-copy { width: 100%; padding-bottom: 24px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-lede { font-size: 15px; }
  .hero-art-frame { width: 100%; min-height: 280px; margin: 0; }
  .hero-quote { right: 6%; bottom: 5%; width: 29%; }
  .hero-quote p { margin-bottom: 10px; font-size: 14px; }
  .hero-quote > span { font-size: 6px; letter-spacing: .16em; }
  .pricing-section { padding: 63px 0 78px; }
  .pricing-section .section-heading h2 { font-size: 46px; }
  .liquidglass-billing-root { margin-top: 24px; }
  .billing-toggle button { min-width: 88px; }
  .plans { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
  .plan-card { min-height: 0; padding: 26px 22px 22px; }
  .plans .plan-featured { transform: none; }
  .plan-card:hover, .plans .plan-featured:hover { transform: none; }
  .examples-section { padding: 62px 0 72px; }
  .examples-window { border-radius: 6px; }
  .examples-layout { display: block; }
  .examples-window__body { min-height: 0; }
  .examples-window__copy { max-width: none; padding: 34px 2px 0; }
  .examples-window__copy h2 { font-size: 43px; }
  .examples-window__preview { min-height: 286px; }
  .examples-window__preview-copy { padding: 31px 0 0 23px; }
  .examples-window__preview-content strong { font-size: 42px; }
  .examples-window__preview-content img { right: -14%; bottom: -15%; width: 84%; }
  .examples-action { justify-content: flex-start; margin-top: 24px; }
  .roadmap-section { padding: 42px 0; }
  .roadmap-grid { grid-template-columns: 1fr; gap: 29px; }
  .roadmap-track { top: -24px; right: 0; bottom: auto; left: 0; width: 100%; height: 20px; }
  .roadmap-track__tick { height: 18px; animation-name: roadmap-tick-color; }
  .roadmap-track__tick--anchor { height: 18px; }
  .roadmap-step, .roadmap-step:first-of-type, .roadmap-step:last-of-type { grid-template-columns: 34px 1fr; grid-template-rows: auto; gap: 18px; padding: 0; border-right: 0; }
  .roadmap-step__top { display: block; }
  .roadmap-step__number { display: grid; place-items: center; width: 32px; height: 32px; border: 4px solid var(--accent-deep); border-radius: 50%; background: var(--olive); box-shadow: none; color: #fff; font-family: var(--sans); font-size: 10px; line-height: 1; }
  .roadmap-step__number::after { display: none; }
  .roadmap-step p { max-width: 32ch; }
  .testimonials-section { padding: 72px 0 78px; }
  .testimonials-layout { grid-template-columns: 1fr; gap: 38px; }
  .testimonials-intro { max-width: none; }
  .testimonials-intro h2 { font-size: 48px; }
  .testimonials-controls { margin-top: 24px; }
  .testimonials-stage { min-height: 0; }
  .testimonial-card, .testimonial-card.is-active { grid-template-columns: 86px 1fr; gap: 19px; min-height: 224px; padding: 20px; }
  .testimonial-portrait { width: 86px; height: 122px; }
  .testimonial-portrait::before { top: 19px; width: 37px; height: 37px; }
  .testimonial-portrait::after { width: 76px; height: 76px; }
  .testimonial-card blockquote { margin: 9px 0 17px; font-size: 21px; }
  .testimonial-card footer { font-size: 10px; }
  .faq-section { padding: 72px 0 84px; }
  .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro h2 { font-size: 48px; }
  .faq-list { border-top: 1px solid rgba(255, 255, 255, .38); }
  .faq-list summary { padding: 20px 0; font-size: 21px; }
  .site-footer { padding: 28px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 19px; }
  .footer-inner nav { display: flex; flex-wrap: wrap; gap: 12px 20px; }
  .footer-contact { justify-self: start; text-align: left; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .primary-nav a, .site-footer a, .examples-window { transition: none; }
  .roadmap-track__tick, .roadmap-step__number { animation: none; }
  .testimonials-controls button, .testimonial-card { transition: none; }
}

/* Keep the original abstract hero treatment. The continuation below is only
   visual scaffolding so the window feels like a scrollable church site. */
.examples-window__preview { height: clamp(430px, 38vw, 560px); min-height: 430px; }
.preview-abstract-scroll { height: 100%; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: rgba(51, 75, 61, .52) transparent; scrollbar-width: thin; }
.preview-abstract-scroll::-webkit-scrollbar { width: 7px; }
.preview-abstract-scroll::-webkit-scrollbar-track { background: transparent; }
.preview-abstract-scroll::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 999px; background: rgba(51, 75, 61, .52); background-clip: padding-box; }
.preview-abstract-page { min-height: 100%; overflow: hidden; background: var(--paper); }
.preview-abstract-page .examples-window__preview-top { position: relative; }
.preview-abstract-page .examples-window__preview-content { position: relative; inset: auto; height: 276px; overflow: hidden; background: var(--paper); }
.preview-abstract-page .examples-window__preview-content img { right: -3%; bottom: -8%; height: 80%; }
.preview-abstract-page .examples-window__preview-copy { padding-top: 40px; }
.preview-abstract-info, .preview-abstract-story, .preview-abstract-feature, .preview-abstract-values, .preview-abstract-gallery { padding: 28px 24px; }
.preview-abstract-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(45, 48, 44, .10); border-bottom: 1px solid rgba(45, 48, 44, .10); background: var(--surface-white); }
.preview-abstract-info > div { min-height: 62px; padding: 0 16px; border-right: 1px solid rgba(45, 48, 44, .10); }
.preview-abstract-info > div:first-child { padding-left: 0; }
.preview-abstract-info > div:last-child { padding-right: 0; border-right: 0; }
.preview-abstract-kicker { display: block; width: 27px; height: 4px; margin-bottom: 9px; border-radius: 999px; background: rgba(51, 75, 61, .38); }
.preview-abstract-line, .preview-abstract-panel-line, .preview-abstract-footer-line { display: block; width: 74%; height: 4px; margin-top: 6px; border-radius: 999px; background: rgba(45, 48, 44, .14); }
.preview-abstract-line--long { width: 92%; }
.preview-abstract-line--medium { width: 73%; }
.preview-abstract-line--short { width: 48%; }
.preview-abstract-story { display: grid; grid-template-columns: 1.08fr .92fr; gap: 23px; align-items: center; background: var(--paper); }
.preview-abstract-image { min-height: 154px; background: linear-gradient(145deg, rgba(80, 98, 87, .20), rgba(220, 225, 214, .78) 48%, rgba(194, 145, 112, .22)); }
.preview-abstract-copy { display: grid; align-content: center; }
.preview-abstract-heading { display: block; width: 94%; height: 12px; margin: 0 0 7px; border-radius: 2px; background: rgba(45, 48, 44, .48); }
.preview-abstract-heading--short { width: 68%; margin-bottom: 15px; }
.preview-abstract-feature { display: grid; grid-template-columns: 1fr .86fr; gap: 24px; align-items: center; background: var(--paper-deep); }
.preview-abstract-panel { min-height: 126px; padding: 19px; border: 1px solid rgba(51, 75, 61, .14); background: rgba(255, 254, 250, .45); }
.preview-abstract-panel-line { width: 88%; height: 8px; margin-top: 13px; background: rgba(45, 48, 44, .23); }
.preview-abstract-panel-line--short { width: 62%; margin-top: 8px; }
.preview-abstract-values { background: var(--surface-white); }
.preview-abstract-values > .preview-abstract-copy { margin-bottom: 20px; }
.preview-abstract-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.preview-abstract-value-grid > div { padding-top: 12px; border-top: 1px solid rgba(51, 75, 61, .22); }
.preview-abstract-value-grid i { display: block; width: 18px; height: 18px; margin-bottom: 9px; border: 1px solid rgba(51, 75, 61, .48); border-radius: 50%; }
.preview-abstract-value-grid span { display: block; width: 74%; height: 5px; margin-top: 6px; border-radius: 999px; background: rgba(45, 48, 44, .17); }
.preview-abstract-value-grid span:last-child { width: 52%; }
.preview-abstract-gallery { background: var(--paper); }
.preview-abstract-gallery > .preview-abstract-copy { margin-bottom: 16px; }
.preview-abstract-gallery-grid { display: grid; grid-template-columns: 1.28fr .82fr .82fr; gap: 7px; height: 128px; }
.preview-abstract-gallery-grid span { display: block; background: linear-gradient(135deg, rgba(194, 145, 112, .24), rgba(220, 225, 214, .76)); }
.preview-abstract-gallery-grid span:first-child { grid-row: span 2; background: linear-gradient(160deg, rgba(80, 98, 87, .32), rgba(247, 244, 237, .35)); }
.preview-abstract-footer { display: grid; grid-template-columns: 1.15fr 1fr .72fr; gap: 18px; align-items: end; min-height: 96px; padding: 24px; background: var(--accent-deep); }
.preview-abstract-footer-mark { display: block; width: 23px; height: 23px; border-radius: 50%; background: rgba(247, 244, 237, .72); }
.preview-abstract-footer-line { width: 82%; height: 5px; background: rgba(247, 244, 237, .42); }
.preview-abstract-footer-line--short { width: 58%; }
.preview-scroll-hint { position: absolute; z-index: 9; right: 11px; bottom: 10px; display: flex; align-items: center; gap: 6px; padding: 5px 7px; border: 1px solid rgba(255, 254, 250, .44); border-radius: 999px; background: rgba(51, 75, 61, .76); color: #fffefa; font-size: 7px; pointer-events: none; opacity: .88; }
.preview-scroll-hint i { display: block; width: 5px; height: 8px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg) translateY(-2px); }

@media (max-width: 760px) {
  .examples-window__preview { height: 430px; min-height: 430px; }
  .preview-abstract-page .examples-window__preview-content { height: 257px; }
  .preview-abstract-page .examples-window__preview-copy { padding-top: 31px; }
  .preview-abstract-info, .preview-abstract-story, .preview-abstract-feature, .preview-abstract-values, .preview-abstract-gallery { padding: 24px 18px; }
  .preview-abstract-story, .preview-abstract-feature { grid-template-columns: 1fr; gap: 16px; }
  .preview-abstract-image { min-height: 128px; }
  .preview-abstract-panel { min-height: 108px; }
  .preview-abstract-footer { grid-template-columns: 1fr 1fr; padding-inline: 18px; }
  .preview-abstract-footer-mark { grid-column: 1 / -1; }
}

.preview-abstract-gallery-grid { grid-template-columns: 1.15fr .85fr .85fr 1.15fr; gap: 6px; height: 104px; }
.preview-abstract-gallery-grid span { min-width: 0; height: 100%; }
.preview-abstract-gallery-grid span:first-child { grid-row: auto; }
.preview-abstract-gallery-grid span:nth-child(even) { height: calc(100% - 10px); margin-top: 10px; }

@media (max-width: 760px) {
  .preview-abstract-gallery-grid { grid-template-columns: repeat(2, 1fr); height: 126px; }
  .preview-abstract-gallery-grid span:nth-child(even) { height: 100%; margin-top: 0; }
}

.preview-abstract-info { padding-top: 13px; padding-bottom: 13px; }
.preview-abstract-info > div { min-height: 44px; }
.preview-abstract-story { grid-template-columns: .72fr 1.28fr; gap: 31px; min-height: 192px; }
.preview-abstract-image { min-height: 151px; max-height: 164px; }
.preview-abstract-story .preview-abstract-copy { padding-top: 2px; }
.preview-abstract-story .preview-abstract-heading { width: 82%; height: 10px; margin-bottom: 6px; }
.preview-abstract-story .preview-abstract-heading--short { width: 56%; margin-bottom: 12px; }
.preview-abstract-story .preview-abstract-line--long { width: 84%; }
.preview-abstract-story .preview-abstract-line--medium { width: 68%; }
.preview-abstract-story .preview-abstract-line--short { width: 44%; }

@media (max-width: 760px) {
  .preview-abstract-story { gap: 20px; min-height: 0; }
  .preview-abstract-image { min-height: 144px; max-height: 158px; }
}

.preview-abstract-info { padding-bottom: 8px; }
.preview-abstract-story { grid-template-columns: .68fr 1.32fr; gap: 40px; min-height: 218px; }
.preview-abstract-image { min-height: 177px; max-height: 190px; }
.preview-abstract-story .preview-abstract-copy { padding-left: 8px; padding-right: 8px; }
.preview-abstract-events { padding: 27px 24px 30px; background: var(--accent-deep); }
.preview-abstract-section-head { margin-bottom: 15px; }
.preview-abstract-events .preview-abstract-kicker { background: rgba(255, 255, 255, .60); }
.preview-abstract-events .preview-abstract-heading { background: rgba(255, 255, 255, .86); }
.preview-abstract-events .preview-abstract-heading--short { background: rgba(255, 255, 255, .48); }
.preview-abstract-event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.preview-abstract-event-grid > div { min-height: 96px; padding: 14px; border: 1px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .08); }
.preview-abstract-event-dot { display: block; width: 17px; height: 17px; margin-bottom: 14px; border: 1px solid rgba(255, 255, 255, .64); border-radius: 50%; background: rgba(255, 255, 255, .16); }
.preview-abstract-event-line { display: block; width: 86%; height: 5px; margin-top: 7px; border-radius: 999px; background: rgba(255, 255, 255, .56); }
.preview-abstract-event-line--short { width: 58%; background: rgba(255, 255, 255, .32); }

@media (max-width: 760px) {
  .preview-abstract-story { gap: 24px; min-height: 0; }
  .preview-abstract-image { min-height: 165px; max-height: 178px; }
  .preview-abstract-events { padding-inline: 18px; }
  .preview-abstract-event-grid { gap: 6px; }
  .preview-abstract-event-grid > div { padding: 11px; }
}

section.preview-abstract-events { background: var(--accent-deep) !important; }
.preview-abstract-story { grid-template-columns: minmax(116px, .56fr) minmax(0, 1.44fr); gap: 42px; min-height: 246px; }
.preview-abstract-image { width: min(100%, 164px); min-height: 218px; max-height: none; aspect-ratio: .72; }
.preview-abstract-story .preview-abstract-copy { padding-left: 10px; padding-right: 10px; }
.preview-abstract-pastor { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: center; padding: 30px 24px; background: var(--paper); }
.preview-abstract-pastor-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.preview-abstract-pastor-grid > div { display: grid; grid-template-rows: 112px 5px 5px; gap: 7px; }
.preview-abstract-pastor-image { display: block; background: linear-gradient(145deg, rgba(194, 145, 112, .28), rgba(220, 225, 214, .84) 48%, rgba(80, 98, 87, .30)); }
.preview-abstract-pastor-grid i, .preview-abstract-pastor-grid b { display: block; width: 76%; height: 5px; border-radius: 999px; background: rgba(45, 48, 44, .23); }
.preview-abstract-pastor-grid b { width: 54%; background: rgba(45, 48, 44, .13); }
section.preview-abstract-values { background: var(--accent-deep); }
.preview-abstract-values .preview-abstract-kicker { background: rgba(255, 255, 255, .60); }
.preview-abstract-values .preview-abstract-heading { background: rgba(255, 255, 255, .86); }
.preview-abstract-values .preview-abstract-heading--short { background: rgba(255, 255, 255, .48); }
.preview-abstract-value-grid { gap: 9px; }
.preview-abstract-value-grid > div { min-height: 84px; padding: 12px; border: 1px solid rgba(255, 255, 255, .22); border-top: 1px solid rgba(255, 255, 255, .30); background: rgba(255, 255, 255, .08); }
.preview-abstract-value-grid i { border-color: rgba(255, 255, 255, .66); background: rgba(255, 255, 255, .14); }
.preview-abstract-value-grid span { background: rgba(255, 255, 255, .54); }
.preview-abstract-value-grid span:last-child { background: rgba(255, 255, 255, .31); }

@media (max-width: 760px) {
  .preview-abstract-story { grid-template-columns: 1fr; gap: 22px; min-height: 0; }
  .preview-abstract-image { width: 100%; min-height: 184px; aspect-ratio: 1.05; }
  .preview-abstract-pastor { grid-template-columns: 1fr; gap: 18px; padding-inline: 18px; }
  .preview-abstract-pastor-grid > div { grid-template-rows: 98px 5px 5px; }
}

/* Match the original module proportions more closely without exposing its
   literal copy: compact service strip, smaller welcome image, featured event,
   leadership row, values and gallery in the same sequence as the template. */
.preview-abstract-info { padding-top: 17px; padding-bottom: 17px; }
.preview-abstract-info > div { min-height: 48px; }
.preview-abstract-story { grid-template-columns: .78fr 1.22fr; min-height: 174px; }
.preview-abstract-image { min-height: 122px; max-height: 132px; overflow: hidden; }
.preview-abstract-image img { width: 100%; height: 100%; object-fit: cover; opacity: .72; filter: saturate(.72) sepia(.07); }
.preview-abstract-events { padding: 27px 24px; background: var(--paper-deep); }
.preview-abstract-section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 15px; }
.preview-abstract-section-head .preview-abstract-copy { flex: 1; }
.preview-abstract-section-head > .preview-abstract-line { margin-bottom: 4px; }
.preview-abstract-event-feature { display: grid; grid-template-columns: 1.12fr .88fr; gap: 16px; align-items: stretch; }
.preview-abstract-event-image { min-height: 116px; overflow: hidden; background: var(--sage); }
.preview-abstract-event-image img { width: 100%; height: 100%; object-fit: cover; opacity: .62; filter: saturate(.68) sepia(.08); }
.preview-abstract-event-copy { display: grid; align-content: center; padding: 15px; border: 1px solid rgba(51, 75, 61, .14); background: rgba(255, 254, 250, .52); }
.preview-abstract-event-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 12px; }
.preview-abstract-event-cards span { display: block; height: 28px; border: 1px solid rgba(51, 75, 61, .14); background: rgba(255, 254, 250, .50); }
.preview-abstract-leadership { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; align-items: center; padding: 28px 24px; background: var(--paper); }
.preview-abstract-people { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.preview-abstract-people > div { display: grid; grid-template-columns: 38px 1fr; gap: 8px; align-items: center; padding: 9px; border-top: 1px solid rgba(51, 75, 61, .18); }
.preview-abstract-people span { display: block; width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(145deg, rgba(194, 145, 112, .35), rgba(80, 98, 87, .38)); }
.preview-abstract-people i { display: block; width: 74%; height: 5px; border-radius: 999px; background: rgba(45, 48, 44, .18); }
.preview-abstract-gallery-grid img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: .72; filter: saturate(.72) sepia(.06); }

@media (max-width: 760px) {
  .preview-abstract-story { min-height: 0; }
  .preview-abstract-events { padding-inline: 18px; }
  .preview-abstract-section-head { display: block; }
  .preview-abstract-section-head > .preview-abstract-line { margin-top: 12px; }
  .preview-abstract-event-feature { grid-template-columns: 1fr; }
  .preview-abstract-event-image { min-height: 116px; }
  .preview-abstract-leadership { grid-template-columns: 1fr; gap: 16px; padding-inline: 18px; }
}

/* Preview polish: keep the abstract site compact and let the page itself,
   rather than a faux control, communicate that the inner page can scroll. */
.examples-window__preview { height: clamp(390px, 30vw, 460px); min-height: 390px; }
.preview-abstract-scroll { scrollbar-width: none; }
.preview-abstract-scroll::-webkit-scrollbar { width: 0; height: 0; }
.preview-scroll-hint { display: none; }
.preview-abstract-page .examples-window__preview-copy { padding-left: 48px; }
.preview-abstract-page .examples-window__preview-content img { right: -10%; }
.preview-abstract-info { padding-top: 13px; padding-bottom: 9px; }
.preview-abstract-info > div { min-height: 40px; }
.preview-abstract-events .preview-abstract-section-head,
.preview-abstract-values > .preview-abstract-copy { justify-items: center; text-align: center; }
.preview-abstract-events .preview-abstract-section-head .preview-abstract-kicker,
.preview-abstract-events .preview-abstract-section-head .preview-abstract-heading,
.preview-abstract-values > .preview-abstract-copy .preview-abstract-kicker,
.preview-abstract-values > .preview-abstract-copy .preview-abstract-heading { margin-inline: auto; }
.preview-abstract-event-dot,
.preview-abstract-value-grid i,
.preview-abstract-people span,
.preview-abstract-footer-mark { display: none; }
.preview-abstract-event-line:first-of-type { margin-top: 0; }
.preview-abstract-pastor { grid-template-columns: .88fr 1.12fr; gap: 26px; padding: 22px 24px; }
.preview-abstract-pastor > .preview-abstract-copy { justify-items: start; }
.preview-abstract-pastor-grid { width: 76%; justify-self: center; grid-template-columns: repeat(2, minmax(0, 64px)); justify-content: center; gap: 8px; }
.preview-abstract-pastor-grid > div { grid-template-rows: 64px 4px 4px; gap: 6px; }
.preview-abstract-pastor-image { min-height: 0; }
.preview-abstract-people > div { grid-template-columns: 1fr; }

@media (max-width: 760px) {
  .examples-window__preview { height: 390px; min-height: 390px; }
  .preview-abstract-page .examples-window__preview-content { height: 238px; }
  .preview-abstract-page .examples-window__preview-copy { padding-left: 30px; }
  .preview-abstract-page .examples-window__preview-content img { right: -12%; }
  .preview-abstract-info { padding-top: 11px; padding-bottom: 8px; }
  .preview-abstract-pastor { grid-template-columns: 1fr 1fr; gap: 12px; padding-inline: 18px; }
  .preview-abstract-pastor-grid { width: 100%; grid-template-columns: repeat(2, minmax(0, 52px)); gap: 6px; }
  .preview-abstract-pastor-grid > div { grid-template-rows: 52px 4px 4px; gap: 5px; }
}

/* The preview intentionally ends after the hero and its compact information
   strip; there is no nested-scroll experience in this version. */
.examples-window__body { min-height: 0; }
.examples-window__preview { height: auto; min-height: 0; }
.preview-abstract-scroll { height: auto; overflow: visible; overscroll-behavior: auto; }
.preview-abstract-page { min-height: 0; }
.preview-abstract-page .examples-window__preview-content { height: 276px; }

@media (max-width: 760px) {
  .preview-abstract-page .examples-window__preview-content { height: 238px; }
}

/* Trim the unused breathing room below the three abstract info columns. */
.preview-abstract-info { padding-top: 10px; padding-bottom: 10px; }
.preview-abstract-page .examples-window__preview-top { background: #fefcf7; }
.preview-abstract-page .examples-window__preview-copy { padding-top: 20px; }
.examples-window__preview-content strong { line-height: 1; }
.preview-abstract-info > div { display: flex; min-height: 46px; flex-direction: column; justify-content: space-between; }
.preview-abstract-info .preview-abstract-kicker { margin-bottom: 0; }
.preview-abstract-info .preview-abstract-line { height: 3px; margin-top: 0; }

@media (max-width: 760px) {
  .preview-abstract-info { padding-top: 9px; padding-bottom: 9px; }
  .preview-abstract-info > div { min-height: 42px; }
}

/* Final alignment pass: tight internal line rhythm, balanced outer space,
   and a lighter editorial testimonial treatment. */
.examples-window__bar { height: 32px; padding-inline: 14px; }
.examples-window__bar > span { width: 7px; min-width: 7px; height: 7px; min-height: 7px; }
.examples-window__preview-top { padding-top: 11px; padding-bottom: 11px; }
.preview-abstract-page .examples-window__preview-top { border-bottom: 1px solid rgba(51, 75, 61, .14); }
.preview-abstract-page .examples-window__preview-top::after { position: absolute; right: auto; bottom: -1px; left: 22px; width: 38px; height: 2px; background: var(--accent-deep); content: ""; }
.examples-window__preview-content small { margin-bottom: 10px; }
.examples-window__preview-content strong { font-size: clamp(32px, 3.4vw, 50px); }
.preview-abstract-page .examples-window__preview-content img { height: 84%; }
.preview-abstract-info { padding-top: 10px; padding-bottom: 10px; text-align: left; }
.preview-abstract-info > div { display: flex; min-height: 30px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; }
.preview-abstract-info > div:first-child, .preview-abstract-info > div:last-child { padding-inline: 16px; }
.preview-abstract-info .preview-abstract-kicker,
.preview-abstract-info .preview-abstract-line { margin-inline: auto; }
.preview-abstract-info .preview-abstract-kicker,
.preview-abstract-info .preview-abstract-line { margin-inline: 0; }
.preview-abstract-info .preview-abstract-kicker,
.preview-abstract-info .preview-abstract-line { margin-top: 0; margin-bottom: 0; }

.testimonial-card { grid-template-columns: 1fr; min-height: 230px; padding: 28px 0; border-top: 1px solid rgba(255, 255, 255, .30); border-bottom: 1px solid rgba(255, 255, 255, .30); background: transparent; box-shadow: none; transform: translateY(14px); }
.testimonial-card::before { top: -1px; right: auto; left: 0; width: 48px; height: 3px; }
.testimonial-portrait { width: 72px; height: 72px; align-self: start; border-radius: 50%; }
.testimonial-portrait::before { top: 14px; width: 28px; height: 28px; }
.testimonial-portrait::after { bottom: -14px; width: 64px; height: 50px; }
.testimonial-portrait span { padding-bottom: 6px; font-size: 7px; }
.testimonial-card blockquote { color: #fff; }
.testimonial-card footer { color: rgba(255, 255, 255, .64); }
.testimonial-card footer strong { color: var(--paper); }
.testimonial-card blockquote { max-width: 29ch; margin-top: 8px; }

@media (max-width: 760px) {
  .examples-window__bar { height: 29px; }
  .examples-window__preview-top { padding-top: 9px; padding-bottom: 9px; }
  .examples-window__preview-content strong { font-size: 37px; }
  .preview-abstract-page .examples-window__preview-content img { height: 82%; }
  .testimonial-card, .testimonial-card.is-active { grid-template-columns: 1fr; min-height: 220px; padding: 22px 0; }
  .testimonial-portrait { width: 58px; height: 58px; }
  .testimonial-portrait::before { top: 11px; width: 22px; height: 22px; }
  .testimonial-portrait::after { bottom: -11px; width: 52px; height: 40px; }
}

/* Testimonial selectors use the same clear, edge-lit glass treatment as the
   hero's View examples control, while the selected tab remains legible on the
   deep green section. */
.testimonials-controls button.liquidglass-testimonial-control { position: relative; isolation: isolate; overflow: hidden; border: 1px double rgba(255, 255, 255, .32); background: transparent; color: rgba(255, 255, 255, .82); backdrop-filter: blur(1px) saturate(1.02); -webkit-backdrop-filter: blur(1px) saturate(1.02); box-shadow: inset 2px -2px 1px -1px rgba(255, 255, 255, .72), inset -2px 2px 1px -1px rgba(255, 255, 255, .72), inset 0 0 2px rgba(0, 0, 0, .38), 0 4px 10px rgba(20, 32, 25, .12); }
.testimonials-controls button.liquidglass-testimonial-control::before { position: absolute; z-index: 0; inset: 1px; border: 1px solid rgba(255, 255, 255, .18); border-radius: inherit; background: rgba(255, 255, 255, .018); backdrop-filter: blur(2px) saturate(1.02); -webkit-backdrop-filter: blur(2px) saturate(1.02); filter: blur(5px); content: ""; pointer-events: none; }
.testimonials-controls button.liquidglass-testimonial-control::after { position: absolute; z-index: 1; inset: 0; border-radius: inherit; background: linear-gradient(90deg, rgba(255, 255, 255, .68) 0%, rgba(255, 255, 255, .12) 18%, transparent 34%, transparent 66%, rgba(255, 255, 255, .12) 82%, rgba(255, 255, 255, .58) 100%); filter: blur(2px); opacity: .86; content: ""; pointer-events: none; }
.testimonials-controls button.liquidglass-testimonial-control .liquidglass-label { position: relative; z-index: 2; }
.testimonials-controls button.liquidglass-testimonial-control:hover { border-color: rgba(255, 255, 255, .72); background: transparent; }
.testimonials-controls button.liquidglass-testimonial-control.is-active { border-color: rgba(255, 255, 255, .78); background: rgba(255, 255, 255, .14); color: #fff; box-shadow: inset 2px -2px 1px -1px rgba(255, 255, 255, .84), inset -2px 2px 1px -1px rgba(255, 255, 255, .84), inset 0 0 3px rgba(255, 255, 255, .34), 0 5px 12px rgba(20, 32, 25, .16); }
.testimonial-card::before { display: none; }
.testimonial-mark { color: rgba(255, 255, 255, .88); }

/* The FAQ is intentionally editorial and symmetrical: questions carry the
   section without a competing intro block, while the second column closes on
   the right edge. */
.faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 6vw, 88px); }
.faq-list--right { text-align: right; }
.faq-list--right summary { justify-content: flex-end; text-align: right; }
.faq-list--right details p { margin-right: 0; margin-left: auto; text-align: right; }

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

/* Keep the preview hero composition centered in its colored band while the
   illustration grows from its existing right/bottom anchor. */
.preview-abstract-page .examples-window__preview-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}
.preview-abstract-page .examples-window__preview-content img {
  height: 92%;
}
