:root {
  --ink: #101010;
  --ink-2: #151515;
  --ink-3: #1b1b1b;
  --paper: #151515;
  --paper-2: #1b1b1b;
  --white: #1b1b1b;
  --gold: #c79c5c;
  --gold-light: #e3c58f;
  --gold-pale: #211c15;
  --text: #f7f4ee;
  --muted: #aaa49b;
  --line: rgba(255, 255, 255, .1);
  --line-light: rgba(255, 255, 255, .12);
  --serif: 'Inter', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sans: 'Inter', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shell: 1240px;
  --shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 18px 50px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--gold-light); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 118px 0; }
.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; left: 12px; top: 12px; z-index: 1000; transform: translateY(-180%); padding: 11px 15px; border-radius: 8px; color: #fff; background: var(--ink); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(255, 255, 255, .08); color: #fff; background: rgba(11, 14, 17, .97); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: rgba(255, 255, 255, .1); background: rgba(11, 14, 17, .94); box-shadow: 0 12px 40px rgba(0, 0, 0, .24); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 190px; height: 54px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.primary-nav { display: flex; align-items: center; gap: 20px; }
.primary-nav > a:not(.button) { position: relative; color: rgba(255, 255, 255, .74); font-size: 12px; font-weight: 750; }
.primary-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold-light); transition: right .2s ease; }
.primary-nav > a:not(.button):hover { color: #fff; }
.primary-nav > a:not(.button):hover::after { right: 0; }
.primary-nav .nav-login { padding-left: 18px; border-left: 1px solid rgba(255, 255, 255, .14); }
.menu-button { display: none; width: 44px; height: 44px; padding: 8px; border: 0; border-radius: 8px; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; border-radius: 5px; background: #fff; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 14px 21px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 800; line-height: 1.15; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(199, 156, 92, .5); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 11px 15px; color: var(--ink); background: var(--gold-light); }
.button-small:hover, .button-gold:hover { background: #efd39d; box-shadow: 0 14px 35px rgba(199, 156, 92, .18); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 15px 35px rgba(11, 14, 17, .14); }
.button-primary:hover { background: #000; }
.button-gold { color: var(--ink); background: var(--gold-light); box-shadow: 0 15px 35px rgba(0, 0, 0, .2); }
.button-outline-light { border-color: rgba(255, 255, 255, .28); color: #fff; background: rgba(255, 255, 255, .03); }
.button-outline-light:hover { border-color: rgba(255, 255, 255, .54); background: rgba(255, 255, 255, .08); }
.button-outline-dark { border-color: rgba(11, 14, 17, .22); color: var(--ink); background: transparent; }
.button-outline-dark:hover { border-color: var(--ink); background: rgba(11, 14, 17, .04); }
.cta-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid rgba(11, 14, 17, .25); color: var(--ink); font-size: 13px; font-weight: 850; }
.text-link:hover { border-color: var(--gold); color: #7c592c; }

.eyebrow { display: none !important; }
.eyebrow > span { width: 34px; height: 1px; background: var(--gold); }
.eyebrow-light { color: var(--gold-light); }
h1 em, h2 em { font-style: normal; }

/* Agency-first opening restored from the approved direction. */
.ownership-hero { position: relative; overflow: hidden; padding-top: 82px; border-bottom: 1px solid rgba(11, 14, 17, .1); color: var(--ink); background: #e9e1d6; }
.ownership-grid { width: min(calc(100% - 40px), 1320px); display: grid; grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr); align-items: start; column-gap: 38px; row-gap: 48px; min-height: 650px; padding-block: 76px 80px; }
.ownership-copy { grid-column: 1; grid-row: 1; width: 100%; max-width: 610px; }
.ownership-identity { display: inline-flex; flex-direction: column; align-items: flex-start; margin: 0 0 21px; }
.ownership-identity strong { color: var(--ink); font-size: clamp(29px, 2.6vw, 38px); font-weight: 850; line-height: .98; letter-spacing: -.045em; }
.ownership-identity span { margin-top: 9px; color: #76552b; font-size: 12px; font-weight: 850; line-height: 1.25; letter-spacing: .12em; }
.ownership-copy h1 { max-width: 610px; margin: 0; font-family: var(--sans); font-size: clamp(50px, 4.1vw, 63px); font-weight: 800; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.ownership-copy h1 span { display: block; margin-top: 13px; color: #8a6636; }
.ownership-lede { max-width: 590px; margin: 28px 0 0; color: #454a4e; font-size: 17px; line-height: 1.58; }
.ownership-cta-group { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 32px; }
.ownership-cta-group .button-outline-dark { width: 286px; min-width: 286px; min-height: 58px; padding-inline: 20px 12px; border-color: var(--ink); color: #fff; background: var(--ink); box-shadow: 0 16px 34px rgba(11, 14, 17, .2); font-size: 14px; }
.ownership-cta-group .button-outline-dark > span { display: grid; place-items: center; width: 30px; height: 30px; margin-left: 4px; border-radius: 50%; color: var(--ink); background: var(--gold-light); font-size: 17px; }
.ownership-cta-group .button-outline-dark:hover { border-color: #000; color: #fff; background: #000; box-shadow: 0 20px 42px rgba(11, 14, 17, .26); }
.ownership-cta-group > small { color: #656b70; font-size: 12px; font-weight: 600; line-height: 1.45; }
.ownership-vsl { grid-column: 2; grid-row: 1; overflow: hidden; border: 1px solid rgba(11, 14, 17, .2); border-radius: 16px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.ownership-vsl-stage { position: relative; display: flex; aspect-ratio: 16 / 9; min-height: 0; flex-direction: column; padding: 28px 30px 24px; background: #0b0e11; }
.ownership-vsl-stage::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(227, 197, 143, .14); border-radius: 11px; pointer-events: none; }
.ownership-vsl-brand, .ownership-vsl-center { position: relative; z-index: 1; }
.ownership-vsl-brand { display: flex; align-items: center; gap: 12px; }
.ownership-vsl-brand img { width: 42px; height: 42px; }
.ownership-vsl-brand span { color: var(--gold-light); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.ownership-vsl-center { display: flex; flex: 1; align-items: center; justify-content: center; gap: 26px; padding: 22px 34px 4px; }
.ownership-vsl-message { max-width: 380px; text-align: left; }
.ownership-vsl-message strong { display: block; font-size: clamp(28px, 2.45vw, 36px); line-height: 1.07; letter-spacing: -.035em; }
.ownership-vsl-play { flex: 0 0 auto; display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; color: var(--ink); background: var(--gold-light); font-size: 19px; }
.ownership-vsl-meta { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 80px; padding: 18px 24px; border-top: 1px solid rgba(255, 255, 255, .1); background: #131719; }
.ownership-vsl-meta span strong, .ownership-vsl-meta span small { display: block; }
.ownership-vsl-meta span strong { font-size: 15px; }
.ownership-vsl-meta span small { margin-top: 4px; color: rgba(255, 255, 255, .56); font-size: 12px; }
.ownership-vsl-meta > b { color: var(--gold-light); font-size: 10px; letter-spacing: .1em; white-space: nowrap; }

.stack-replacement { position: relative; isolation: isolate; overflow: hidden; border-block: 1px solid #ded8cd; color: var(--ink); background: #f4f0e8; }
.stack-replacement.section-pad { padding-top: 80px; }
.stack-replacement > .shell { width: min(calc(100% - 48px), 1260px); }
.replacement-intro { margin: 0 auto 36px; text-align: center; }
.replacement-copy { max-width: 1120px; margin-inline: auto; }
.replacement-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 21px !important; color: #8a6636 !important; font-size: 11px !important; font-weight: 850; letter-spacing: .13em; line-height: 1.3 !important; text-transform: uppercase; }
.replacement-eyebrow::before, .replacement-eyebrow::after { width: 34px; height: 1px; content: ''; background: rgba(138, 102, 54, .48); }
.replacement-intro h2, .revenue-intro h2, .testimonial-intro h2 { margin: 0; font-family: var(--sans); font-size: clamp(43px, 4.7vw, 66px); font-weight: 800; line-height: 1.02; letter-spacing: -.047em; text-wrap: balance; }
.replacement-intro h2 { color: var(--ink); }
.replacement-intro h2 > span { display: block; }
.replacement-intro h2 .replacement-title-kicker { font-size: clamp(32px, 4.75vw, 54px); font-weight: 700; line-height: 1.12; letter-spacing: -.035em; }
.replacement-intro h2 .replacement-title-payoff { margin-top: 10px; color: #9a6d32; }
.replacement-intro h2 .replacement-title-market { color: var(--text); }
.replacement-intro p, .revenue-intro p, .testimonial-intro p { max-width: 860px; margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.replacement-secondary { max-width: 900px; margin: 30px auto 0; color: var(--text); font-family: var(--sans); font-size: clamp(24px, 2.7vw, 34px); font-weight: 800; line-height: 1.2; letter-spacing: -.03em; text-wrap: balance; }
.replacement-copy > .replacement-body { max-width: 560px; margin: 22px auto 0; color: rgba(247, 244, 238, .78); font-size: 18px; font-weight: 500; line-height: 1.65; }
.replacement-copy--partner > .replacement-body { max-width: 720px; }
.replacement-copy > .replacement-secondary + .replacement-body { margin-top: 30px; }
.replacement-copy > .replacement-closing { max-width: 720px; margin: 18px auto 0; color: var(--ink-soft); font-size: 25px; font-weight: 800; line-height: 1.35; letter-spacing: -.025em; }
.comparison-positioning { max-width: 1120px; margin: 0 auto 72px; text-align: center; }
.comparison-positioning-copy { max-width: 1030px; margin-inline: auto; }
.comparison-positioning-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 22px; color: var(--gold-light); font-size: 11px; font-weight: 850; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.comparison-positioning-eyebrow::before,
.comparison-positioning-eyebrow::after { width: 34px; height: 1px; content: ''; background: rgba(227, 197, 143, .42); }
.comparison-positioning h2 { margin: 0; color: var(--text); font-family: var(--sans); font-size: clamp(42px, 4.7vw, 65px); font-weight: 800; line-height: 1.02; letter-spacing: -.047em; text-wrap: balance; }
.comparison-positioning h2 > span { display: block; }
.comparison-positioning h2 > span:last-child { margin-top: 8px; color: var(--gold-light); }
.comparison-positioning-body { display: grid; gap: 11px; max-width: 900px; margin: 30px auto 0; }
.comparison-positioning-body p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.funeral-operation-stream { display: flex; align-items: center; justify-content: center; gap: 12px 0; margin: 48px 0 0; padding: 29px 10px; border-block: 1px solid rgba(255, 255, 255, .12); list-style: none; flex-wrap: wrap; }
.funeral-operation-stream li { display: flex; align-items: center; color: var(--text); font-size: 16px; font-weight: 780; line-height: 1.3; white-space: nowrap; }
.funeral-operation-stream li:not(:last-child)::after { margin: 0 14px; color: var(--gold-light); content: '•'; font-size: 12px; }
.comparison-positioning-payoff { max-width: 1020px; margin: 48px auto 0; }
.comparison-positioning-payoff h3 { margin: 0; color: var(--text); font-size: clamp(32px, 3.4vw, 45px); font-weight: 820; line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.comparison-positioning-payoff p { max-width: 900px; margin: 24px auto 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.comparison-positioning-payoff .comparison-positioning-strong { max-width: 1020px; margin-top: 19px; color: var(--text); font-size: clamp(20px, 2vw, 25px); font-weight: 760; line-height: 1.45; letter-spacing: -.022em; }
.comparison-model-statements { max-width: 960px; margin: 46px auto 0; border-block: 1px solid rgba(255, 255, 255, .12); text-align: left; }
.comparison-model-statements p { margin: 0; padding: 18px 23px; color: var(--muted); font-size: 18px; font-weight: 680; line-height: 1.4; }
.comparison-model-statements p + p { border-top: 1px solid rgba(255, 255, 255, .09); }
.comparison-model-statements .is-fhos { border-left: 3px solid var(--gold-light); color: var(--text); background: rgba(227, 197, 143, .08); font-size: 20px; font-weight: 850; }
.comparison-tabs { padding: 18px 20px 24px; border: 1px solid #d5cfc4; border-radius: 18px; background: #fff; box-shadow: 0 28px 70px rgba(38, 34, 27, .1); }
.comparison-tab-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; }
.comparison-tab { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 88px; padding: 14px 15px; overflow: visible; border: 1px solid #d7d0c4; border-radius: 12px; color: var(--ink); background: #fbfaf7; box-shadow: 0 7px 18px rgba(38, 34, 27, .06); text-align: left; cursor: pointer; transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.comparison-tab::before { position: absolute; inset: 0 auto 0 0; width: 4px; border-radius: 12px 0 0 12px; content: ''; background: #c79c5c; opacity: .38; transition: opacity .18s ease; }
.comparison-tab::after { position: absolute; left: 50%; bottom: -10px; width: 18px; height: 18px; content: ''; border-right: 1px solid transparent; border-bottom: 1px solid transparent; background: transparent; transform: translateX(-50%) rotate(45deg); transition: background .18s ease, border-color .18s ease; }
.comparison-tab:hover { border-color: #b89b6d; background: #fff; box-shadow: 0 12px 26px rgba(38, 34, 27, .1); transform: translateY(-2px); }
.comparison-tab.is-active { z-index: 2; border-color: var(--ink); color: #fff; background: var(--ink); box-shadow: 0 15px 32px rgba(11, 14, 17, .22); transform: translateY(-3px); }
.comparison-tab.is-active::before { opacity: 1; }
.comparison-tab.is-active::after { border-color: var(--ink); background: var(--ink); }
.comparison-tab-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(138, 102, 54, .35); border-radius: 50%; color: #7b5628; background: #f5ead8; font-size: 13px; font-weight: 900; }
.comparison-tab.is-active .comparison-tab-icon { border-color: rgba(227, 197, 143, .5); color: var(--ink); background: var(--gold-light); }
.comparison-tab-copy, .comparison-tab-copy strong, .comparison-tab-copy small, .comparison-tab-copy em { display: block; min-width: 0; }
.comparison-tab-copy small { color: #956d36; font-size: 8px; font-weight: 900; letter-spacing: .12em; line-height: 1.25; }
.comparison-tab-copy strong { margin-top: 4px; font-size: 16px; font-weight: 850; line-height: 1.15; letter-spacing: -.02em; }
.comparison-tab-copy em { margin-top: 4px; overflow: hidden; color: #777b7d; font-size: 10px; font-style: normal; font-weight: 650; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.comparison-tab.is-active .comparison-tab-copy small { color: var(--gold-light); }
.comparison-tab.is-active .comparison-tab-copy em { color: rgba(255, 255, 255, .62); }
.comparison-tab-state { display: flex; align-items: center; gap: 6px; color: #8c7047; font-size: 8px; font-weight: 850; line-height: 1; text-transform: uppercase; }
.comparison-tab-state i { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid #d9c7aa; border-radius: 50%; font-size: 10px; font-style: normal; }
.comparison-tab.is-active .comparison-tab-state { color: rgba(255, 255, 255, .67); }
.comparison-tab.is-active .comparison-tab-state i { border-color: rgba(227, 197, 143, .45); color: var(--gold-light); }
.comparison-panel-deck { padding-top: 22px; }
.comparison-tab-panel { position: relative; }
.comparison-tab-panel[hidden] { display: none; }
.comparison-panel-brief { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: center; gap: 30px; padding: 24px 27px; border-radius: 12px 12px 0 0; color: rgba(255, 255, 255, .66); background: var(--ink); font-size: 14px; line-height: 1.55; }
.comparison-panel-brief.is-single { display: block; }
.comparison-panel-brief strong { color: #fff; font-size: 24px; font-weight: 850; line-height: 1.08; letter-spacing: -.035em; }
.comparison-build-gap { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: stretch; border-inline: 1px solid #cbc6bd; background: #e8e1d6; }
.comparison-build-gap > div { padding: 19px 24px; }
.comparison-build-gap > b { display: grid; z-index: 2; place-items: center; align-self: center; width: 42px; height: 42px; margin-inline: -21px; border: 4px solid #e8e1d6; border-radius: 50%; color: var(--gold-light); background: var(--ink); font-size: 9px; letter-spacing: .08em; }
.comparison-build-gap span, .comparison-build-gap strong, .comparison-build-gap p { display: block; }
.comparison-build-gap span { color: #7f5a28; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.comparison-build-gap strong { margin-top: 4px; color: var(--ink); font-size: 20px; font-weight: 850; letter-spacing: -.025em; }
.comparison-build-gap p { margin: 5px 0 0; color: #625f59; font-size: 11px; line-height: 1.45; }
.comparison-build-ready { background: var(--gold-light); }
.comparison-build-diy { background: #f7f4ee; }
.product-comparison { overflow: hidden; border: 1px solid #cbc6bd; border-radius: 0 0 12px 12px; background: #fff; }
.comparison-table-head, .comparison-row { display: grid; grid-template-columns: minmax(0, 24fr) minmax(0, 18fr) minmax(0, 12fr) minmax(0, 12fr) minmax(0, 14fr) minmax(0, 20fr); }
.comparison-table-head { color: #fff; background: var(--ink); }
.comparison-table-head > span { display: flex; min-width: 0; min-height: 82px; flex-direction: column; justify-content: center; padding: 13px 12px; border-right: 1px solid rgba(255, 255, 255, .13); font-size: 9px; font-weight: 850; letter-spacing: .09em; line-height: 1.25; text-transform: uppercase; }
.comparison-table-head > span:last-child { border-right: 0; }
.comparison-table-head > span > strong, .comparison-table-head > span > small { display: block; }
.comparison-table-head > span > strong { font-size: 11px; }
.comparison-table-head > span > small { margin-top: 5px; color: rgba(255, 255, 255, .5); font-size: 8px; font-weight: 750; letter-spacing: .02em; line-height: 1.3; text-transform: none; }
.comparison-table-head .comparison-os-head { color: var(--ink); background: var(--gold-light); }
.comparison-table-head .comparison-os-head small { color: rgba(11, 14, 17, .58); }
.comparison-head-badge { width: fit-content; margin-top: 7px; padding: 4px 6px; border: 1px solid currentColor; border-radius: 4px; font-size: 7px; font-weight: 900; letter-spacing: .1em; line-height: 1; }
.comparison-table-body { background: #fff; }
.comparison-group-row { padding: 10px 14px; border-top: 1px solid #d8d0c3; color: #785426; background: #eee7dc; }
.comparison-group-row strong { font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.comparison-row { border-top: 1px solid #ddd8cf; }
.comparison-row:nth-of-type(4n) { background: #faf8f4; }
.comparison-row-flower { background: #fff9ed !important; box-shadow: inset 4px 0 #c79c5c; }
.comparison-row > div { display: flex; min-width: 0; min-height: 96px; flex-direction: column; justify-content: center; padding: 14px 12px; border-right: 1px solid #ddd8cf; }
.comparison-row > div:last-child { border-right: 0; }
.comparison-feature strong, .comparison-feature span, .comparison-platform strong, .comparison-platform small, .comparison-cost strong, .comparison-cost span { display: block; }
.comparison-feature strong { color: var(--ink); font-size: 14px; font-weight: 850; line-height: 1.3; letter-spacing: -.015em; }
.comparison-feature span { margin-top: 5px; color: #737779; font-size: 11px; line-height: 1.45; }
.comparison-platform { align-items: flex-start; color: #4e5457; }
.comparison-platform-os { color: #63461f; background: #fbf2e2; }
.comparison-platform i { display: grid; place-items: center; width: 22px; height: 22px; margin-bottom: 8px; border-radius: 50%; font-size: 11px; font-style: normal; font-weight: 900; }
.comparison-platform strong { font-size: 11px; font-weight: 850; line-height: 1.3; }
.comparison-platform small { margin-top: 4px; color: #7b7f81; font-size: 9px; font-weight: 700; line-height: 1.35; }
.comparison-platform.is-yes i { color: #fff; background: #9b7137; }
.comparison-platform.is-limited i { color: #765526; border: 1px solid rgba(155, 113, 55, .34); background: #f4e8d3; }
.comparison-platform.is-no { color: #85898b; }
.comparison-platform.is-no i { color: #85898b; background: #eceae6; }
.comparison-cost { color: #5a4a34; background: #faf7f0; }
.comparison-cost strong { color: var(--ink); font-size: 13px; font-weight: 850; line-height: 1.3; }
.comparison-cost span { margin-top: 5px; color: #765d35; font-size: 9px; font-weight: 750; line-height: 1.4; }
.comparison-grand-total { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 20px; overflow: hidden; border: 1px solid #2c3033; border-radius: 12px; color: #fff; background: #15191c; }
.comparison-grand-total > div { display: flex; min-width: 0; min-height: 108px; flex-direction: column; justify-content: center; padding: 16px 22px; border-right: 1px solid rgba(255, 255, 255, .13); }
.comparison-grand-total > div:last-child { border-right: 0; }
.comparison-grand-total span, .comparison-grand-total strong, .comparison-grand-total em, .comparison-grand-total small { display: block; }
.comparison-grand-total span { color: rgba(255, 255, 255, .58); font-size: 9px; font-weight: 850; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.comparison-grand-total strong { margin-top: 6px; font-size: 27px; font-weight: 850; line-height: 1.12; letter-spacing: -.03em; }
.comparison-grand-total small { margin-top: 5px; color: rgba(255, 255, 255, .56); font-size: 10px; font-weight: 650; line-height: 1.35; }
.comparison-grand-total .comparison-total-os { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(0, .8fr) minmax(0, 1.1fr) minmax(0, 1.05fr); align-items: center; gap: 22px; min-height: 118px; border-right: 0; border-bottom: 1px solid rgba(11, 14, 17, .18); color: var(--ink); background: var(--gold-light); }
.comparison-grand-total .comparison-total-os span { color: rgba(11, 14, 17, .62); }
.comparison-total-brand strong { margin-top: 5px; font-size: 27px; text-transform: uppercase; }
.comparison-total-offer { padding-left: 22px; border-left: 1px solid rgba(11, 14, 17, .18); }
.comparison-total-offer strong { margin-top: 0; font-size: 29px; }
.comparison-total-offer p { margin: 5px 0 0; color: rgba(11, 14, 17, .68); font-size: 12px; font-weight: 750; }
.comparison-total-rights { display: flex; flex-direction: column; align-items: flex-start; padding-left: 22px; border-left: 1px solid rgba(11, 14, 17, .18); }
.comparison-total-rights em { font-size: 20px; font-style: normal; font-weight: 850; line-height: 1.14; letter-spacing: -.025em; }
.comparison-total-rights b { margin-top: 8px; padding: 5px 8px; border: 1px solid rgba(11, 14, 17, .46); border-radius: 5px; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.comparison-total-current strong { color: var(--gold-light); white-space: nowrap; }
.comparison-total-profit strong { color: #fff; text-transform: uppercase; }
.comparison-total-client strong { color: var(--gold-light); white-space: nowrap; }
.comparison-cta { display: flex; width: fit-content; align-items: center; gap: 9px; margin: 20px auto 0; padding: 14px 21px; border-radius: 10px; color: #fff; background: var(--ink); font-size: 15px; font-weight: 850; transition: color .16s ease, background .16s ease; }
.comparison-cta:hover { color: var(--ink); background: var(--gold-light); }

.partner-testimonials { background: var(--paper); }
.testimonial-intro { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 65px; margin-bottom: 48px; }
.testimonial-intro p { margin: 0; font-size: 16px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { min-height: 310px; margin: 0; padding: 31px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.testimonial-card > span { color: #8a6636; font-size: 10px; font-weight: 850; letter-spacing: .09em; }
.testimonial-card p { margin: 58px 0 52px; color: var(--ink); font-family: var(--sans); font-size: 25px; font-weight: 700; line-height: 1.28; letter-spacing: -.03em; }
.testimonial-card footer { padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 650; }
.section-intro { max-width: 785px; margin-bottom: 54px; }
.section-intro.centered { margin-inline: auto; text-align: center; }
.section-intro.centered .eyebrow { justify-content: center; }
.section-intro h2, .record-copy h2, .commerce-copy h2, .private-label-copy h2, .faq-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.5vw, 64px); font-weight: 560; line-height: 1.02; letter-spacing: -.043em; text-wrap: balance; }
.section-intro h2 em, .record-copy h2 em, .commerce-copy h2 em, .private-label-copy h2 em { color: #8f6832; font-weight: 500; }
.section-intro > p:not(.eyebrow) { max-width: 740px; margin: 22px auto 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

.hero { position: relative; overflow: hidden; padding-top: 82px; color: #fff; background: var(--ink); }
.hero::before { content: ''; position: absolute; width: 800px; height: 800px; right: -260px; top: -240px; border: 1px solid rgba(227, 197, 143, .11); border-radius: 50%; box-shadow: 0 0 0 110px rgba(227, 197, 143, .025), 0 0 0 220px rgba(227, 197, 143, .015); }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 72% 42%, rgba(199, 156, 92, .12), transparent 32%), linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, .025) 50%, transparent 50.1%); }
.hero-noise { position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: 74px; min-height: 790px; padding-block: 92px 100px; }
.hero h1 { max-width: 690px; margin: 0; font-family: var(--serif); font-size: clamp(59px, 5.6vw, 82px); font-weight: 580; line-height: .96; letter-spacing: -.052em; text-wrap: balance; }
.hero h1 em { display: block; color: var(--gold-light); font-weight: 500; }
.hero-lede { max-width: 695px; margin: 28px 0 31px; color: rgba(255, 255, 255, .7); font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 4px; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 10px 21px; margin-top: 30px; color: rgba(255, 255, 255, .6); font-size: 10px; font-weight: 750; }
.hero-assurance span { display: inline-flex; align-items: center; gap: 8px; }
.hero-assurance span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); }

.hero-cockpit { position: relative; padding: 34px 20px 42px 10px; }
.cockpit-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: 18px; background: #f4f2ed; box-shadow: 0 45px 110px rgba(0, 0, 0, .45); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.window-bar { display: flex; align-items: center; gap: 6px; height: 40px; padding: 0 14px; border-bottom: 1px solid #d8d7d2; color: #7b7e7c; background: #e7e6e1; }
.window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #bbbdb9; }
.window-bar > span:first-child { background: var(--gold); }
.window-bar small { margin-left: 9px; font-size: 6px; font-weight: 900; letter-spacing: .15em; }
.window-bar b { margin-left: auto; color: #8c8e8c; font-size: 6px; letter-spacing: .12em; }
.cockpit-body { display: grid; grid-template-columns: 58px minmax(0, 1fr); min-height: 510px; }
.cockpit-rail { display: flex; flex-direction: column; align-items: center; gap: 25px; padding-top: 21px; background: var(--ink-2); }
.cockpit-rail img { width: 31px; height: 31px; border-radius: 8px; }
.cockpit-rail i { width: 18px; height: 2px; border-radius: 5px; background: rgba(255, 255, 255, .2); }
.cockpit-rail i.is-active { width: 30px; height: 29px; border-radius: 7px; background: rgba(227, 197, 143, .14); box-shadow: inset 3px 0 var(--gold-light); }
.cockpit-main { min-width: 0; padding: 29px 28px 23px; color: var(--text); }
.cockpit-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.cockpit-heading small, .cockpit-heading strong { display: block; }
.cockpit-heading small { margin-bottom: 4px; color: #898d8b; font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.cockpit-heading strong { font-family: var(--serif); font-size: 28px; font-weight: 560; letter-spacing: -.025em; }
.cockpit-heading > span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 20px; color: #3d6653; background: #e1ede7; font-size: 7px; font-weight: 850; white-space: nowrap; }
.cockpit-heading > span i { width: 5px; height: 5px; border-radius: 50%; background: #4f8d6e; }
.cockpit-tools { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 25px; }
.cockpit-tools article { min-width: 0; padding: 15px 12px; border: 1px solid #ddddd8; border-radius: 10px; background: #fff; }
.tool-icon { display: grid; place-items: center; width: 26px; height: 26px; margin-bottom: 16px; border-radius: 7px; color: #fff; background: var(--ink); font-size: 9px; font-style: normal; font-weight: 900; }
.tool-icon-gold { color: var(--ink); background: var(--gold-light); }
.cockpit-tools small, .cockpit-tools strong, .cockpit-tools em { display: block; }
.cockpit-tools small { color: #9a9d9a; font-size: 6px; font-weight: 900; letter-spacing: .12em; }
.cockpit-tools strong { margin-top: 6px; font-size: 10px; }
.cockpit-tools em { margin-top: 4px; color: #818582; font-size: 7px; font-style: normal; }
.cockpit-record { margin-top: 12px; padding: 18px; border-radius: 11px; color: #fff; background: var(--ink-2); }
.record-head { display: flex; justify-content: space-between; gap: 20px; }
.record-head small, .record-head strong { display: block; }
.record-head small { color: var(--gold-light); font-size: 6px; font-weight: 900; letter-spacing: .14em; }
.record-head strong { margin-top: 5px; font-family: var(--serif); font-size: 18px; font-weight: 540; }
.record-head > span { align-self: start; padding: 5px 8px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 20px; color: rgba(255, 255, 255, .65); font-size: 6px; }
.record-flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 6px; margin-top: 20px; }
.record-flow div { min-width: 0; text-align: center; }
.record-flow i { display: grid; place-items: center; width: 25px; height: 25px; margin: 0 auto; border: 1px solid rgba(227, 197, 143, .3); border-radius: 50%; color: var(--gold-light); font-size: 6px; font-style: normal; }
.record-flow span { display: block; margin-top: 6px; color: rgba(255, 255, 255, .68); font-size: 6px; }
.record-flow b { height: 1px; background: linear-gradient(90deg, rgba(227, 197, 143, .2), var(--gold-light), rgba(227, 197, 143, .2)); }
.cockpit-bottom { display: flex; justify-content: space-between; gap: 8px; margin-top: 12px; padding: 11px 13px; border: 1px solid #deded9; border-radius: 9px; background: #fff; }
.cockpit-bottom span { display: inline-flex; align-items: center; gap: 5px; color: #757976; font-size: 6px; font-weight: 750; }
.cockpit-bottom i { width: 5px; height: 5px; border-radius: 50%; background: #5d9476; }
.hero-float { position: absolute; z-index: 3; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 10px; color: #fff; background: rgba(19, 23, 25, .92); box-shadow: 0 18px 40px rgba(0, 0, 0, .3); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.hero-float small, .hero-float strong { display: block; }
.hero-float small { margin-bottom: 4px; color: var(--gold-light); font-size: 6px; font-weight: 900; letter-spacing: .14em; }
.hero-float strong { font-family: var(--serif); font-size: 15px; font-weight: 540; }
.hero-float-one { left: -10px; bottom: 85px; }
.hero-float-two { right: -18px; top: 88px; }
.hero-proof { position: relative; z-index: 2; border-top: 1px solid rgba(255, 255, 255, .08); background: rgba(255, 255, 255, .025); }
.hero-proof-inner { display: flex; justify-content: center; align-items: center; gap: 24px; min-height: 62px; color: rgba(255, 255, 255, .58); font-family: var(--serif); font-size: 13px; font-style: italic; text-align: center; }
.hero-proof-inner i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-light); }

.relationship { background: var(--paper); }
.relationship-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); gap: 90px; align-items: end; }
.relationship .section-intro { margin-bottom: 0; }
.relationship .section-intro h2 em { display: block; }
.relationship .section-intro > p { margin-left: 0; }
.relationship-side { padding-left: 30px; border-left: 1px solid var(--gold); }
.relationship-side blockquote { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 520; line-height: 1.25; letter-spacing: -.02em; }
.relationship-side p { margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 62px; }
.pain-card { position: relative; min-height: 246px; padding: 30px 28px; border: 1px solid var(--line); background: rgba(255, 253, 250, .72); }
.pain-card > span { color: #9d773f; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.pain-card h3 { max-width: 260px; margin: 46px 0 13px; font-family: var(--serif); font-size: 27px; font-weight: 560; line-height: 1.07; letter-spacing: -.025em; }
.pain-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.two-wins { overflow: hidden; border-block: 1px solid var(--line); background: var(--white); }
.wins-stage { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.win-panel { min-height: 505px; padding: 47px 52px; background: var(--paper); }
.win-panel-home { background: var(--ink); color: #fff; }
.win-label { display: flex; align-items: center; gap: 10px; color: #8f6832; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.win-panel-home .win-label { color: var(--gold-light); }
.win-label span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid currentColor; border-radius: 50%; }
.win-panel h3 { max-width: 470px; margin: 36px 0 31px; font-family: var(--serif); font-size: 34px; font-weight: 560; line-height: 1.06; letter-spacing: -.035em; }
.win-panel ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.win-panel li { position: relative; padding-left: 25px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.win-panel-home li { color: rgba(255, 255, 255, .64); }
.win-panel li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #8f6832; font-weight: 900; }
.win-panel-home li::before { color: var(--gold-light); }
.win-core { position: absolute; z-index: 3; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; width: 178px; min-height: 194px; padding: 24px 18px; border: 7px solid var(--white); border-radius: 50%; text-align: center; color: var(--text); background: var(--gold-pale); box-shadow: 0 23px 50px rgba(11, 14, 17, .16); transform: translate(-50%, -50%); }
.win-core img { width: 39px; height: 39px; margin-bottom: 13px; border-radius: 9px; }
.win-core small { color: #8a6737; font-size: 6px; font-weight: 900; letter-spacing: .12em; }
.win-core strong { margin-top: 5px; font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1; }
.win-core span { max-width: 125px; margin-top: 8px; color: #655d51; font-size: 8px; line-height: 1.4; }

.agency-system { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.agency-system::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 10% 20%, rgba(199, 156, 92, .12), transparent 30%), linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px); background-size: auto, 60px 60px, 60px 60px; }
.agency-system .shell { position: relative; z-index: 2; }
.agency-system-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .65fr); align-items: end; gap: 80px; margin-bottom: 58px; }
.section-intro-dark { margin: 0; }
.section-intro-dark h2 { color: #fff; }
.agency-system-head > p { margin: 0; color: rgba(255, 255, 255, .62); font-size: 15px; line-height: 1.72; }
.agency-tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.agency-tool { position: relative; min-height: 300px; padding: 29px 26px; border: 1px solid var(--line-light); background: rgba(255, 255, 255, .035); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.agency-tool:hover { transform: translateY(-3px); border-color: rgba(227, 197, 143, .42); background: rgba(255, 255, 255, .055); }
.agency-tool-number { position: absolute; right: 21px; top: 19px; color: rgba(255, 255, 255, .24); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.agency-tool-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(227, 197, 143, .28); border-radius: 9px; color: var(--gold-light); background: rgba(227, 197, 143, .07); font-size: 13px; font-weight: 900; }
.agency-tool h3 { margin: 49px 0 13px; font-family: var(--serif); font-size: 25px; font-weight: 560; line-height: 1.08; }
.agency-tool p { margin: 0; color: rgba(255, 255, 255, .58); font-size: 12.5px; line-height: 1.67; }
.agency-system-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 14px; padding: 24px 26px; border: 1px solid var(--line-light); background: rgba(255, 255, 255, .04); }
.agency-system-cta small, .agency-system-cta strong { display: block; }
.agency-system-cta small { margin-bottom: 6px; color: var(--gold-light); font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.agency-system-cta strong { font-family: var(--serif); font-size: 22px; font-weight: 540; }

.platform { background: var(--paper); }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.module-card { display: flex; flex-direction: column; min-height: 525px; padding: 29px 27px 25px; border: 1px solid var(--line); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.module-card:hover { transform: translateY(-4px); border-color: rgba(143, 104, 50, .35); box-shadow: 0 20px 50px rgba(11, 14, 17, .09); }
.module-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.module-top > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(143, 104, 50, .35); border-radius: 50%; color: #8f6832; font-size: 8px; font-weight: 900; }
.module-top small { color: #918a7e; font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.module-card h3 { margin: 37px 0 12px; font-family: var(--serif); font-size: 31px; font-weight: 560; letter-spacing: -.03em; }
.module-pitch { min-height: 62px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.58; }
.module-card ul { display: grid; gap: 10px; margin: 26px 0 28px; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.module-card li { position: relative; padding-left: 19px; color: #555b5f; font-size: 11px; line-height: 1.45; }
.module-card li::before { content: ''; position: absolute; left: 0; top: .45em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.module-outcome { margin-top: auto; padding: 15px; border-radius: 8px; background: var(--paper-2); }
.module-outcome strong, .module-outcome span { display: block; }
.module-outcome strong { margin-bottom: 5px; color: #8f6832; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.module-outcome span { font-family: var(--serif); font-size: 16px; font-weight: 560; line-height: 1.2; }
.platform-close { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 14px; padding: 25px 27px; border: 1px solid var(--line); background: var(--white); }
.platform-close p { max-width: 760px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.platform-close p strong { color: var(--text); }

.record-system { border-block: 1px solid var(--line); background: var(--white); }
.record-grid { display: grid; grid-template-columns: minmax(0, .77fr) minmax(500px, 1.03fr); gap: 90px; align-items: center; }
.record-copy h2 { max-width: 610px; }
.record-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.74; }
.record-quote { margin: 29px 0; padding: 20px 22px; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 19px; line-height: 1.42; background: var(--paper); }
.record-map { position: relative; overflow: hidden; padding: 29px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.record-map::before { content: ''; position: absolute; width: 240px; height: 240px; right: -90px; top: -90px; border: 1px solid rgba(199, 156, 92, .16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(199, 156, 92, .035); }
.record-map-core { position: relative; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; align-items: center; gap: 3px 13px; padding: 17px; border-radius: 10px; color: #fff; background: var(--ink); }
.record-map-core img { grid-row: 1 / 3; width: 38px; height: 38px; border-radius: 8px; }
.record-map-core small { color: var(--gold-light); font-size: 6px; font-weight: 900; letter-spacing: .13em; }
.record-map-core strong { font-family: var(--serif); font-size: 20px; font-weight: 540; }
.record-map-core span { grid-column: 3; grid-row: 1 / 3; color: rgba(255, 255, 255, .55); font-size: 7px; }
.record-map ol { position: relative; display: grid; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.record-map ol::before { content: ''; position: absolute; left: 17px; top: 18px; bottom: 18px; width: 1px; background: rgba(199, 156, 92, .35); }
.record-map li { position: relative; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 12px; min-height: 67px; padding: 11px 13px; border: 1px solid var(--line); background: var(--white); }
.record-map li > i { position: relative; z-index: 2; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: #8f6832; background: var(--gold-pale); font-size: 7px; font-style: normal; font-weight: 900; }
.record-map li small, .record-map li strong { display: block; }
.record-map li small { margin-bottom: 4px; color: #969186; font-size: 6px; font-weight: 900; letter-spacing: .12em; }
.record-map li strong { font-size: 10px; }
.record-map li > span { color: #8f6832; font-size: 7px; font-weight: 800; white-space: nowrap; }

.ai-system { position: relative; overflow: hidden; color: #fff; background: var(--ink-2); }
.ai-system::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 45%, rgba(199, 156, 92, .14), transparent 30%); }
.ai-system .shell { position: relative; z-index: 2; }
.ai-head { display: grid; grid-template-columns: 1.1fr .65fr; gap: 80px; align-items: end; margin-bottom: 61px; }
.ai-head h2 { max-width: 770px; margin: 0; font-family: var(--serif); font-size: clamp(43px, 4.7vw, 66px); font-weight: 550; line-height: 1.02; letter-spacing: -.043em; }
.ai-head h2 em { display: block; color: var(--gold-light); font-weight: 500; }
.ai-head > p { margin: 0; color: rgba(255, 255, 255, .6); font-size: 14px; line-height: 1.72; }
.ai-lanes { display: grid; grid-template-columns: 1fr 170px 1fr; gap: 18px; align-items: center; }
.ai-lane { border: 1px solid var(--line-light); background: rgba(255, 255, 255, .035); }
.ai-lane header { min-height: 167px; padding: 27px 27px 25px; border-bottom: 1px solid var(--line-light); }
.ai-lane header > span { color: var(--gold-light); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.ai-lane h3 { max-width: 430px; margin: 28px 0 0; font-family: var(--serif); font-size: 30px; font-weight: 550; line-height: 1.06; letter-spacing: -.025em; }
.ai-lane > div { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 19px 25px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.ai-lane > div:last-child { border-bottom: 0; }
.ai-lane b { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(227, 197, 143, .25); border-radius: 50%; color: var(--gold-light); font-size: 7px; }
.ai-lane p { margin: 0; }
.ai-lane strong, .ai-lane small { display: block; }
.ai-lane strong { margin-bottom: 6px; font-size: 11px; }
.ai-lane small { color: rgba(255, 255, 255, .52); font-size: 9px; line-height: 1.5; }
.ai-center { text-align: center; }
.ai-orbit { position: relative; display: grid; place-items: center; width: 116px; height: 116px; margin: 0 auto 19px; border: 1px solid rgba(227, 197, 143, .25); border-radius: 50%; box-shadow: 0 0 0 18px rgba(227, 197, 143, .03), 0 0 0 36px rgba(227, 197, 143, .018); }
.ai-orbit > span { display: grid; place-items: center; width: 63px; height: 63px; border-radius: 50%; color: var(--ink); background: var(--gold-light); font-family: var(--serif); font-size: 26px; font-weight: 600; }
.ai-orbit i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); }
.ai-orbit i:nth-child(2) { top: 10px; left: 18px; }
.ai-orbit i:nth-child(3) { right: 7px; top: 53px; }
.ai-orbit i:nth-child(4) { left: 34px; bottom: 3px; }
.ai-center > strong { display: block; color: rgba(255, 255, 255, .64); font-size: 9px; line-height: 1.5; }

.commerce { background: var(--paper); }
.commerce-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(550px, 1.08fr); gap: 85px; align-items: center; }
.commerce-copy > p:not(.eyebrow) { margin: 23px 0 0; color: var(--muted); font-size: 15px; line-height: 1.74; }
.commerce-callout { padding: 20px 22px; border: 1px solid rgba(143, 104, 50, .22); background: var(--gold-pale); color: var(--text) !important; }
.plain-checks { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.plain-checks li { position: relative; padding-left: 24px; color: #555b5f; font-size: 12px; line-height: 1.5; }
.plain-checks li::before { content: '✓'; position: absolute; left: 0; color: #8f6832; font-weight: 900; }
.store-stage { position: relative; min-height: 550px; }
.store-stage::before { content: ''; position: absolute; inset: 68px 42px 25px; border: 1px solid rgba(199, 156, 92, .25); border-radius: 50%; box-shadow: 0 0 0 60px rgba(199, 156, 92, .035); }
.store-card { position: absolute; overflow: hidden; width: min(470px, 82%); border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.store-card-flower { left: 0; top: 0; transform: rotate(-2deg); }
.store-card-keepsake { right: 0; bottom: 0; transform: rotate(2deg); }
.store-card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 15px 17px; border-bottom: 1px solid var(--line); }
.store-card-top > span { color: #8f6832; font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.store-card-top small { color: #969189; font-size: 6px; font-weight: 800; }
.store-product { display: grid; grid-template-columns: 120px 1fr; align-items: center; min-height: 174px; gap: 23px; padding: 25px; background: var(--paper); }
.store-product small, .store-product strong, .store-product span { display: block; }
.store-product small { color: #8f6832; font-size: 6px; font-weight: 900; letter-spacing: .12em; }
.store-product strong { margin-top: 7px; font-family: var(--serif); font-size: 25px; font-weight: 560; }
.store-product span { margin-top: 7px; color: #7b7f81; font-size: 8px; }
.flower-art { position: relative; width: 110px; height: 110px; border-radius: 50% 50% 44% 44%; background: #d8c1a3; box-shadow: inset 0 -25px rgba(104, 83, 56, .12); }
.flower-art::before { content: ''; position: absolute; left: 26px; bottom: -8px; width: 58px; height: 52px; border-radius: 8px 8px 21px 21px; background: #82705b; }
.flower-art i { position: absolute; width: 38px; height: 38px; border-radius: 50% 40% 50% 42%; background: #bf815f; box-shadow: inset -6px -5px rgba(84, 52, 37, .12); }
.flower-art i:nth-child(1) { left: 10px; top: 29px; }
.flower-art i:nth-child(2) { right: 10px; top: 29px; background: #d9b28e; }
.flower-art i:nth-child(3) { left: 37px; top: 5px; background: #d0a66c; }
.flower-art i:nth-child(4) { left: 35px; top: 50px; background: #ead3b7; }
.flower-art i:nth-child(5) { left: 39px; top: 32px; width: 30px; height: 30px; background: #a85d52; }
.store-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 15px 17px; color: #767b7d; font-size: 7px; }
.store-bottom b { color: #8f6832; }
.keepsake-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; min-height: 153px; padding: 24px; background: var(--ink); }
.keepsake-products i { display: grid; place-items: center; min-height: 98px; border: 1px solid rgba(227, 197, 143, .18); border-radius: 10px; text-align: center; color: var(--gold-light); background: rgba(255, 255, 255, .04); font-size: 7px; font-style: normal; font-weight: 850; line-height: 1.5; }

.replace-stack { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.replace-stack::before { content: ''; position: absolute; width: 700px; height: 700px; left: -390px; bottom: -390px; border: 1px solid rgba(227, 197, 143, .1); border-radius: 50%; box-shadow: 0 0 0 120px rgba(227, 197, 143, .02); }
.replace-stack .shell { position: relative; z-index: 2; }
.replace-head { max-width: 920px; margin: 0 auto 58px; text-align: center; }
.replace-head .eyebrow { justify-content: center; }
.replace-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 4.9vw, 69px); font-weight: 550; line-height: 1; letter-spacing: -.045em; }
.replace-head h2 em { display: block; color: var(--gold-light); font-weight: 500; }
.replace-head > p:not(.eyebrow) { max-width: 760px; margin: 23px auto 0; color: rgba(255, 255, 255, .61); font-size: 15px; line-height: 1.72; }
.replace-groups { display: grid; gap: 10px; }
.replace-group { display: grid; grid-template-columns: 1.05fr 1.25fr .8fr; align-items: center; gap: 35px; padding: 27px 29px; border: 1px solid var(--line-light); background: rgba(255, 255, 255, .035); }
.replace-group header { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 14px; }
.replace-group header > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(227, 197, 143, .28); border-radius: 50%; color: var(--gold-light); font-size: 8px; font-weight: 900; }
.replace-group header small { color: var(--gold-light); font-size: 6px; font-weight: 900; letter-spacing: .13em; }
.replace-group h3 { margin: 7px 0 0; font-family: var(--serif); font-size: 22px; font-weight: 540; line-height: 1.1; }
.vendor-list { display: flex; flex-wrap: wrap; gap: 6px; }
.vendor-list span { padding: 6px 8px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 4px; color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .025); font-size: 7px; font-weight: 760; }
.replace-group > p { margin: 0; color: rgba(255, 255, 255, .53); font-size: 10px; line-height: 1.6; }
.replacement-answer { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 12px; padding: 23px 28px; color: var(--ink); background: var(--gold-light); }
.replacement-mark { display: flex; align-items: center; gap: 15px; }
.replacement-mark img { width: 44px; height: 44px; border-radius: 9px; }
.replacement-mark small, .replacement-mark strong { display: block; }
.replacement-mark small { margin-bottom: 5px; font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.replacement-mark strong { font-family: var(--serif); font-size: 24px; font-weight: 600; }
.replacement-answer p { max-width: 390px; margin: 0; text-align: right; font-size: 11px; font-weight: 700; line-height: 1.55; }
.comparison-note { max-width: 860px; margin: 18px auto 0; color: rgba(255, 255, 255, .37); font-size: 8px; line-height: 1.55; text-align: center; }

.private-label { position: relative; overflow: hidden; padding-block: 88px; border-block: 1px solid rgba(255, 255, 255, .1); color: #fff; background: var(--ink-2); }
.private-label-grid { position: relative; z-index: 1; display: block; }
.private-label-copy { max-width: 1040px; margin: 0 auto 42px; text-align: center; }
.private-label-copy h2 { font-size: clamp(48px, 5.5vw, 72px); line-height: .98; }
.private-label-copy h2 em { display: block; margin-top: 8px; color: var(--gold-light); }
.partner-video-support small, .partner-video-support strong { display: block; }
.partner-video-support small { color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .12em; line-height: 1.35; }
.partner-video-support strong { margin-top: 8px; color: #fff; font-size: 26px; line-height: 1.1; letter-spacing: -.03em; }
.partner-video-support p { max-width: 700px; margin: 10px 0 0; color: rgba(255, 255, 255, .66); font-size: 15px; line-height: 1.55; }
.brand-options { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-bottom: 24px; }
.brand-options > article { display: flex; min-height: 360px; flex-direction: column; padding: 32px 42px 128px; border: 1px solid var(--line); background: var(--white); }
.brand-option-reseller { color: var(--ink); }
.brand-options > article > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(143, 104, 50, .32); border-radius: 50%; color: #8f6832; font-size: 8px; font-weight: 900; }
.brand-options > article > small { display: block; margin-top: 23px; color: #8f6832; font-size: 12px; font-weight: 900; letter-spacing: .11em; line-height: 1.35; }
.brand-options h3 { margin: 12px 0 12px; font-family: var(--serif); font-size: clamp(30px, 3vw, 40px); font-weight: 700; line-height: 1; letter-spacing: -.045em; }
.brand-options p { max-width: 470px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.brand-option-dark { color: #fff; background: var(--ink) !important; }
.brand-option-dark > span { color: var(--gold-light) !important; border-color: rgba(227, 197, 143, .34) !important; }
.brand-option-dark > small { color: var(--gold-light) !important; }
.brand-option-dark p { color: rgba(255, 255, 255, .58); }
.partner-economics { position: absolute; z-index: 2; left: 50%; bottom: 44px; display: grid; grid-template-columns: repeat(3, 1fr); width: calc(100% - 96px); margin: 0; padding: 0; border: 1px solid rgba(11, 14, 17, .18); background: var(--line); box-shadow: 0 12px 32px rgba(11, 14, 17, .12); list-style: none; transform: translateX(-50%); }
.partner-economics li { min-height: 100px; padding: 19px 20px; color: var(--ink); background: var(--gold-pale); }
.partner-economics li + li { border-left: 1px solid rgba(11, 14, 17, .13); }
.partner-economics small, .partner-economics strong { display: block; }
.partner-economics small { color: #76552b; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.partner-economics strong { margin-top: 9px; font-size: 16px; font-weight: 800; line-height: 1.3; }
.partner-action-row { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(350px, .65fr); align-items: stretch; gap: 12px; margin-top: 0; }
.partner-video-support { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 20px; padding: 24px 26px; border: 1px solid rgba(255, 255, 255, .13); background: rgba(255, 255, 255, .045); }
.support-live-mark { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid rgba(227, 197, 143, .42); border-radius: 50%; color: var(--gold-light); background: #211c15; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.private-label .partner-video-support small { color: var(--gold-light); }
.private-label .partner-video-support strong { color: #fff; }
.private-label .partner-video-support p { color: rgba(255, 255, 255, .66); }
.partner-model-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 0; padding: 24px 26px; border: 1px solid var(--gold-light); border-radius: 12px; color: var(--ink); background: var(--gold-light); transition: background .18s ease, transform .18s ease; }
.partner-model-cta:hover { background: #efd39d; transform: translateY(-2px); }
.partner-model-cta small, .partner-model-cta strong, .partner-model-cta em { display: block; }
.partner-model-cta small { font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.partner-model-cta strong { margin-top: 8px; font-size: 23px; font-weight: 850; line-height: 1.08; letter-spacing: -.03em; }
.partner-model-cta em { margin-top: 8px; font-size: 13px; font-style: normal; font-weight: 650; }
.partner-model-cta > b { display: grid; flex: 0 0 auto; place-items: center; width: 50px; height: 50px; border-radius: 50%; color: var(--gold-light); background: var(--ink); font-size: 20px; }

.partner-path { border-top: 1px solid var(--line); background: var(--white); }
.path-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; border: 1px solid var(--line); background: var(--line); list-style: none; }
.path-steps li { min-height: 310px; padding: 28px 25px; background: var(--paper); }
.path-steps li > span { color: #8f6832; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.path-steps li > div { margin-top: 74px; }
.path-steps small { color: #8f6832; font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.path-steps h3 { margin: 10px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 560; line-height: 1.08; }
.path-steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.partner-proof { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 12px; padding: 24px 27px; border: 1px solid var(--line); background: var(--paper); }
.partner-proof small, .partner-proof strong { display: block; }
.partner-proof small { margin-bottom: 6px; color: #8f6832; font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.partner-proof strong { font-family: var(--serif); font-size: 22px; font-weight: 560; }
.partner-proof p { max-width: 520px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: minmax(290px, .58fr) minmax(550px, 1.12fr); gap: 105px; align-items: start; }
.faq-intro { position: sticky; top: 118px; }
.faq-intro > p:not(.eyebrow) { margin: 22px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 45px 25px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; font-weight: 560; line-height: 1.25; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 2px; top: 21px; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: #8f6832; font-family: var(--sans); font-size: 18px; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq-list details[open] summary::after { color: var(--ink); background: var(--gold-light); transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -4px 45px 25px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; padding: 126px 0; color: #fff; background: var(--ink); }
.final-cta::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px); background-size: 62px 62px; }
.final-rings { position: absolute; width: 720px; height: 720px; left: 50%; top: 50%; border: 1px solid rgba(227, 197, 143, .1); border-radius: 50%; box-shadow: 0 0 0 100px rgba(227, 197, 143, .025), 0 0 0 200px rgba(227, 197, 143, .015); transform: translate(-50%, -50%); }
.final-inner { position: relative; z-index: 2; max-width: 820px; text-align: center; }
.final-inner > img { width: 54px; height: 54px; margin: 0 auto 28px; border-radius: 11px; }
.final-inner .eyebrow { justify-content: center; }
.final-inner h2 { margin: 0; font-family: var(--serif); font-size: clamp(49px, 5.2vw, 72px); font-weight: 550; line-height: .98; letter-spacing: -.046em; }
.final-inner > p:not(.eyebrow) { max-width: 690px; margin: 25px auto 30px; color: rgba(255, 255, 255, .64); font-size: 16px; line-height: 1.7; }
.final-actions { justify-content: center; }
.final-inner > small { display: block; margin-top: 18px; color: rgba(255, 255, 255, .4); font-size: 9px; }

.site-footer { padding: 69px 0 28px; color: #fff; background: #060809; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 65px; padding-bottom: 50px; }
.footer-brand img { width: 196px; filter: none; }
.footer-brand p { max-width: 360px; margin: 22px 0 17px; color: rgba(255, 255, 255, .5); font-size: 12px; line-height: 1.68; }
.footer-brand > span { color: var(--gold-light); font-family: var(--serif); font-size: 15px; font-style: italic; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column strong { margin-bottom: 7px; color: var(--gold-light); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.footer-column a { color: rgba(255, 255, 255, .55); font-size: 10px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .34); font-size: 8px; }
.mobile-demo { display: none; }

.has-reveal .reveal { opacity: 0; transform: translateY(18px); transition: opacity .58s ease, transform .58s ease; }
.has-reveal .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .primary-nav { gap: 15px; }
  .primary-nav > a:not(.button) { font-size: 10px; }
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr); gap: 42px; }
  .hero h1 { font-size: clamp(53px, 5.5vw, 72px); }
  .cockpit-main { padding-inline: 21px; }
  .relationship-grid, .record-grid, .commerce-grid, .private-label-grid { gap: 56px; }
  .replace-group { grid-template-columns: 1fr 1.1fr .75fr; gap: 24px; }
  .faq-grid { gap: 62px; }
}

@media (max-width: 1020px) {
  .section-pad { padding: 94px 0; }
  .menu-button { display: block; }
  .primary-nav { position: fixed; inset: 82px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100vh - 82px); overflow-y: auto; padding: 16px 24px 28px; border-top: 1px solid rgba(255, 255, 255, .1); background: rgba(11, 14, 17, .98); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { padding: 15px 2px; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 13px; }
  .primary-nav > a:not(.button)::after { display: none; }
  .primary-nav .nav-login { padding-left: 2px; border-left: 0; }
  .primary-nav .button { margin-top: 15px; }
  .menu-open .menu-button > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-button > span:nth-child(3) { opacity: 0; }
  .menu-open .menu-button > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .ownership-grid { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding-block: 84px 76px; }
  .ownership-copy { grid-column: 1; grid-row: 1; max-width: 760px; }
  .ownership-copy h1 { max-width: 760px; }
  .ownership-vsl { grid-column: 1; grid-row: 2; width: min(100%, 760px); margin-inline: auto; }
  .testimonial-intro { grid-template-columns: 1fr; gap: 20px; }
  .comparison-table-head, .comparison-row { grid-template-columns: minmax(0, 28fr) minmax(0, 18fr) minmax(0, 16fr) minmax(0, 16fr) minmax(0, 22fr); }
  .comparison-row > div, .comparison-table-head > span { padding-inline: 12px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: auto; }
  .testimonial-card p { margin: 40px 0; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 88px 90px; }
  .hero-copy { max-width: 780px; }
  .hero h1 { max-width: 810px; font-size: clamp(58px, 8.2vw, 79px); }
  .hero-cockpit { width: min(760px, 100%); margin-inline: auto; }
  .relationship-grid { grid-template-columns: 1fr; gap: 44px; }
  .relationship-side { max-width: 650px; }
  .agency-system-head, .ai-head { grid-template-columns: 1fr; gap: 25px; }
  .agency-system-head > p, .ai-head > p { max-width: 700px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .record-grid, .commerce-grid, .faq-grid { grid-template-columns: 1fr; }
  .record-copy, .commerce-copy { max-width: 760px; }
  .record-map, .store-stage, .brand-options { width: min(780px, 100%); margin-inline: auto; }
  .store-stage { min-height: 590px; }
  .ai-lanes { grid-template-columns: 1fr 120px 1fr; }
  .ai-center > strong { font-size: 8px; }
  .replace-group { grid-template-columns: 1fr; }
  .replace-group > p { max-width: 760px; }
  .faq-intro { position: static; max-width: 650px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 36px; }
}

@media (max-width: 780px) {
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .section-pad { padding: 80px 0; }
  .stack-replacement.section-pad { padding-top: 64px; }
  .header-inner { min-height: 72px; }
  .brand img { width: 164px; height: 47px; }
  .primary-nav { inset: 72px 0 auto; max-height: calc(100vh - 72px); }
  .ownership-hero { padding-top: 72px; }
  .ownership-grid { min-height: auto; padding-block: 80px 72px; }
  .ownership-copy h1 { font-size: clamp(49px, 13vw, 64px); }
  .ownership-copy h1 span { margin-top: 9px; }
  .ownership-lede { margin-top: 24px; font-size: 18px; }
  .ownership-vsl-stage { min-height: 0; }
  .stack-replacement > .shell { width: min(calc(100% - 34px), var(--shell)); }
  .replacement-intro { margin-bottom: 40px; }
  .replacement-intro h2, .revenue-intro h2, .testimonial-intro h2 { font-size: 43px; }
  .replacement-intro p, .revenue-intro p { font-size: 17px; }
  .comparison-positioning { margin-bottom: 48px; }
  .comparison-positioning h2 { font-size: 43px; }
  .comparison-positioning-body { margin-top: 24px; }
  .comparison-positioning-body p { font-size: 17px; }
  .funeral-operation-stream { margin-top: 36px; padding-block: 24px; }
  .funeral-operation-stream li { font-size: 15px; }
  .funeral-operation-stream li:not(:last-child)::after { margin-inline: 10px; }
  .comparison-positioning-payoff { margin-top: 36px; }
  .comparison-positioning-payoff h3 { font-size: 34px; }
  .comparison-positioning-payoff p { font-size: 17px; }
  .comparison-positioning-payoff .comparison-positioning-strong { font-size: 20px; }
  .comparison-model-statements { margin-top: 34px; }
  .comparison-model-statements p { padding: 16px 17px; font-size: 16px; }
  .comparison-model-statements .is-fhos { font-size: 18px; }
  .comparison-tabs { padding: 8px 9px 18px; border-radius: 14px; }
  .comparison-tab-list { grid-template-columns: 1fr; gap: 9px; }
  .comparison-tab { min-height: 76px; padding: 11px 12px; transform: none; }
  .comparison-tab:hover, .comparison-tab.is-active { transform: none; }
  .comparison-tab::after { display: none; }
  .comparison-tab-icon { width: 34px; height: 34px; }
  .comparison-tab-copy strong { font-size: 15px; }
  .comparison-tab-copy small { font-size: 8px; }
  .comparison-tab-copy em { font-size: 9px; }
  .comparison-tab-state b { display: none; }
  .comparison-panel-deck { padding-top: 12px; }
  .comparison-panel-brief { display: block; padding: 20px 18px; border-radius: 10px 10px 0 0; font-size: 12px; }
  .comparison-panel-brief strong { display: block; margin-bottom: 8px; font-size: 21px; }
  .comparison-build-gap { grid-template-columns: 1fr; }
  .comparison-build-gap > div { padding: 17px 18px; }
  .comparison-build-gap > b { margin: -8px auto; }
  .comparison-build-gap strong { font-size: 18px; }
  .comparison-table-head { display: none; }
  .product-comparison { overflow: visible; border: 0; background: transparent; }
  .comparison-table-body { display: grid; gap: 12px; background: transparent; }
  .comparison-group-row { margin-top: 2px; padding: 10px 12px; border: 1px solid #d6d0c5; border-radius: 7px; }
  .comparison-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid #d6d0c5; border-radius: 10px; background: #fff !important; box-shadow: 0 8px 20px rgba(38, 34, 27, .05); }
  .comparison-row-flower { box-shadow: inset 4px 0 #c79c5c, 0 8px 20px rgba(38, 34, 27, .05); }
  .comparison-row > div { min-height: 0; padding: 14px; border: 0; border-top: 1px solid #e2ddd4; }
  .comparison-row > div::before { display: block; margin-bottom: 8px; color: #8a6636; content: attr(data-label); font-size: 9px; font-weight: 850; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
  .comparison-feature { grid-column: 1 / -1; }
  .comparison-feature::before { content: 'Capability'; }
  .comparison-platform { border-right: 1px solid #e2ddd4 !important; }
  .comparison-platform-os { grid-column: 1 / -1; border-right: 0 !important; background: #fbf0dc; }
  .comparison-platform:nth-of-type(5) { border-right: 0 !important; }
  .comparison-platform i { margin-bottom: 7px; }
  .comparison-platform strong { font-size: 11px; }
  .comparison-platform small { font-size: 9px; }
  .comparison-cost { grid-column: 1 / -1; }
  .comparison-feature strong, .comparison-cost strong { font-size: 15px; }
  .comparison-feature span, .comparison-cost span, .comparison-cost a { font-size: 11px; }
  .comparison-grand-total { grid-template-columns: 1fr; margin-top: 16px; }
  .comparison-grand-total > div { min-height: 0; padding: 15px 18px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .comparison-grand-total > div:last-child { border-bottom: 0; }
  .comparison-grand-total .comparison-total-os { grid-column: auto; grid-template-columns: 1fr; gap: 0; min-height: 0; padding: 18px; }
  .comparison-total-brand strong { font-size: 24px; }
  .comparison-total-offer, .comparison-total-rights { margin-top: 13px; padding: 12px 0 0; border-top: 1px solid rgba(11, 14, 17, .18); border-left: 0; }
  .comparison-total-offer strong { font-size: 25px; }
  .comparison-total-rights em { font-size: 18px; }
  .comparison-grand-total > div > strong { font-size: 25px; }
  .comparison-grand-total small { max-width: 36em; }
  .comparison-cta { width: 100%; justify-content: center; }
  .testimonial-card { padding: 26px; }
  .testimonial-card p { font-size: 23px; }
  .hero { padding-top: 72px; }
  .hero-grid { gap: 55px; padding-block: 72px 76px; }
  .hero h1 { font-size: clamp(49px, 14vw, 68px); }
  .hero-lede { font-size: 15px; }
  .hero-assurance { display: grid; }
  .hero-cockpit { padding: 0; }
  .cockpit-window { transform: none; }
  .hero-float { display: none; }
  .cockpit-body { grid-template-columns: 44px minmax(0, 1fr); min-height: 455px; }
  .cockpit-rail { gap: 21px; }
  .cockpit-rail img { width: 26px; height: 26px; }
  .cockpit-main { padding: 20px 16px 16px; }
  .cockpit-heading strong { font-size: 22px; }
  .cockpit-heading > span { display: none; }
  .cockpit-tools { gap: 6px; }
  .cockpit-tools article { padding: 11px 8px; }
  .tool-icon { margin-bottom: 11px; }
  .record-flow span { display: none; }
  .cockpit-bottom { flex-wrap: wrap; justify-content: flex-start; }
  .hero-proof-inner { flex-wrap: wrap; gap: 8px 13px; padding-block: 15px; }
  .relationship .section-intro h2 em { display: inline; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 205px; }
  .wins-stage { grid-template-columns: 1fr; }
  .win-panel { min-height: auto; padding: 41px 30px; }
  .win-core { position: relative; left: auto; top: auto; width: auto; min-height: auto; border: 0; border-radius: 0; grid-column: 1; grid-row: 2; transform: none; }
  .win-panel-home { grid-row: 3; }
  .agency-tool-grid { grid-template-columns: 1fr 1fr; }
  .agency-system-cta, .platform-close, .partner-proof, .replacement-answer { align-items: flex-start; flex-direction: column; }
  .replacement-answer p { text-align: left; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: auto; }
  .module-pitch { min-height: auto; }
  .ai-lanes { grid-template-columns: 1fr; }
  .ai-center { padding: 35px 0; }
  .store-stage { min-height: 665px; }
  .store-card { width: 90%; }
  .store-card-keepsake { bottom: 10px; }
  .brand-options { grid-template-columns: 1fr; }
  .brand-options { gap: 0; padding-bottom: 0; }
  .brand-options > article { min-height: auto; padding: 30px 28px; }
  .brand-option-reseller { grid-row: 1; }
  .partner-economics { position: static; grid-column: 1; grid-row: 2; grid-template-columns: 1fr 1fr; width: 100%; transform: none; box-shadow: none; }
  .brand-option-dark { grid-row: 3; }
  .partner-economics li { min-height: 84px; }
  .partner-economics li + li { border-left: 0; }
  .partner-economics li:first-child { grid-column: 1 / -1; }
  .partner-economics li:nth-child(3) { border-left: 1px solid rgba(11, 14, 17, .13); }
  .partner-economics li:nth-child(n + 2) { border-top: 1px solid rgba(11, 14, 17, .13); }
  .partner-action-row { grid-template-columns: 1fr; }
  .partner-model-cta { width: 100%; }
  .path-steps { grid-template-columns: 1fr 1fr; }
  .path-steps li { min-height: 275px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-demo { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; display: flex; visibility: hidden; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: 10px; color: var(--ink); background: var(--gold-light); box-shadow: 0 15px 40px rgba(0, 0, 0, .26); opacity: 0; pointer-events: none; transform: translateY(75px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; font-size: 12px; font-weight: 850; }
  .mobile-demo.is-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .site-footer { padding-bottom: 95px; }
}

@media (max-width: 520px) {
  .section-pad { padding: 70px 0; }
  .stack-replacement.section-pad { padding-top: 56px; }
  .button { width: 100%; }
  .ownership-copy h1 { font-size: 46px; }
  .ownership-vsl-stage { aspect-ratio: auto; min-height: 245px; padding: 22px; }
  .ownership-vsl-stage::after { inset: 12px; }
  .ownership-vsl-center { gap: 16px; padding: 10px 10px 2px; }
  .ownership-vsl-message { padding-right: 0; }
  .ownership-vsl-message strong { font-size: 26px; }
  .ownership-vsl-play { width: 54px; height: 54px; }
  .ownership-vsl-meta { align-items: center; gap: 10px; padding: 17px 18px; }
  .ownership-vsl-meta > b { display: block; font-size: 8px; }
  .replacement-intro h2, .revenue-intro h2, .testimonial-intro h2 { font-size: 38px; }
  .comparison-tabs { margin-inline: 0; padding-inline: 7px; }
  .comparison-tab { gap: 10px; padding-inline: 9px; }
  .comparison-tab-copy small { font-size: 9px; }
  .comparison-row > div { padding: 13px 11px; }
  .comparison-platform strong { font-size: 10px; }
  .comparison-platform small { font-size: 8px; }
  .comparison-platform i { width: 20px; height: 20px; }
  .comparison-grand-total > div { padding: 14px 16px; }
  .comparison-grand-total .comparison-total-os { padding: 16px; }
  .hero h1 { font-size: 47px; }
  .hero-lede { font-size: 14px; }
  .hero-actions { align-items: stretch; }
  .hero-proof-inner i { display: none; }
  .hero-proof-inner { display: grid; }
  .section-intro h2, .record-copy h2, .commerce-copy h2, .private-label-copy h2, .faq-intro h2 { font-size: 40px; }
  .private-label { padding-block: 64px; }
  .private-label-copy { margin-bottom: 32px; }
  .private-label-copy h2 em { margin-top: 5px; }
  .brand-options > article { padding: 27px 22px; }
  .brand-options h3 { font-size: 31px; }
  .partner-economics li { min-height: 92px; padding: 15px 13px; }
  .partner-economics strong { font-size: 13px; }
  .partner-video-support { grid-template-columns: 1fr; padding: 22px; }
  .support-live-mark { width: 54px; height: 54px; }
  .partner-video-support strong { font-size: 23px; }
  .partner-video-support p { font-size: 14px; }
  .partner-model-cta { padding: 22px; }
  .partner-model-cta strong { font-size: 22px; }
  .relationship-side { padding-left: 20px; }
  .relationship-side blockquote { font-size: 23px; }
  .agency-tool-grid { grid-template-columns: 1fr; }
  .agency-tool { min-height: auto; }
  .record-map { padding: 17px; }
  .record-map-core { grid-template-columns: auto 1fr; }
  .record-map-core span { display: none; }
  .record-map li { grid-template-columns: 35px 1fr; }
  .record-map li > span { grid-column: 2; white-space: normal; }
  .ai-head h2, .replace-head h2 { font-size: 42px; }
  .store-stage { min-height: 620px; }
  .store-card { width: 100%; }
  .store-product { grid-template-columns: 92px 1fr; gap: 15px; }
  .flower-art { width: 86px; height: 86px; transform: scale(.8); transform-origin: left center; }
  .path-steps { grid-template-columns: 1fr; }
  .path-steps li { min-height: 235px; }
  .path-steps li > div { margin-top: 48px; }
  .faq-list summary { font-size: 19px; }
  .final-cta { padding: 100px 0; }
  .final-inner h2 { font-size: 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .has-reveal .reveal { opacity: 1; transform: none; }
}

/* Premium neutral dark funnel: active homepage sections only. */
body { color: var(--text); background: var(--ink); }

.site-header,
.site-header.is-scrolled { border-color: rgba(255, 255, 255, .09); background: rgba(16, 16, 16, .96); }

.ownership-hero {
  border-color: rgba(255, 255, 255, .1);
  color: var(--text);
  background: var(--ink);
}
.ownership-identity strong,
.ownership-copy h1 { color: var(--text); }
.ownership-identity span,
.ownership-copy h1 span { color: var(--gold-light); }
.ownership-lede { color: var(--muted); }
.ownership-cta-group > small { color: var(--muted); }
.ownership-cta-group .button-outline-dark {
  border-color: var(--gold-light);
  color: var(--ink);
  background: var(--gold-light);
  box-shadow: none;
}
.ownership-cta-group .button-outline-dark > span { color: var(--gold-light); background: var(--ink); }
.ownership-cta-group .button-outline-dark:hover { border-color: #efd39d; color: var(--ink); background: #efd39d; box-shadow: none; }
.ownership-vsl { border-color: rgba(255, 255, 255, .13); background: var(--ink-3); box-shadow: var(--shadow); }
.ownership-vsl-stage { background: var(--ink); }
.ownership-vsl-meta { background: var(--ink-3); }

.stack-replacement {
  border-color: rgba(255, 255, 255, .1);
  color: var(--text);
  background: var(--ink-2);
}
.replacement-eyebrow,
.replacement-intro h2 .replacement-title-payoff { color: var(--gold-light) !important; }
.replacement-eyebrow::before,
.replacement-eyebrow::after { background: rgba(227, 197, 143, .42); }
.replacement-intro h2 { color: var(--text); }
.replacement-intro p { color: var(--muted); }
.replacement-copy > .replacement-closing { color: var(--text); }
.comparison-tabs { border-color: rgba(255, 255, 255, .11); background: var(--ink); box-shadow: none; }
.comparison-tabs.reveal { opacity: 1; transform: none; }
.comparison-tab {
  border-color: rgba(255, 255, 255, .1);
  color: var(--text);
  background: var(--ink-3);
  box-shadow: none;
}
.comparison-tab:hover { border-color: rgba(227, 197, 143, .5); background: #202020; box-shadow: none; }
.comparison-tab.is-active { border-color: var(--gold-light); color: var(--text); background: var(--ink); box-shadow: none; }
.comparison-tab.is-active::after { border-color: var(--ink); background: var(--ink); }
.comparison-tab-icon { color: var(--gold-light); background: #211c15; }
.comparison-tab-copy small,
.comparison-tab-state { color: var(--gold-light); }
.comparison-tab-copy em { color: var(--muted); }
.comparison-tab-state i { border-color: rgba(227, 197, 143, .38); }
.comparison-panel-brief { color: var(--muted); background: var(--ink); }
.comparison-panel-brief strong { color: var(--text); }
.comparison-build-gap { border-color: rgba(255, 255, 255, .1); background: var(--ink-3); }
.comparison-build-gap > b { border-color: var(--ink-3); color: var(--ink); background: var(--gold-light); }
.comparison-build-ready { background: #211c15; }
.comparison-build-diy { background: var(--ink-3); }
.comparison-build-gap span { color: var(--gold-light); }
.comparison-build-gap strong { color: var(--text); }
.comparison-build-gap p { color: var(--muted); }
.product-comparison { border-color: rgba(255, 255, 255, .1); background: var(--ink-2); }
.comparison-table-head { background: var(--ink); }
.comparison-table-body { background: var(--ink-2); }
.comparison-group-row { border-color: rgba(255, 255, 255, .1); color: var(--gold-light); background: #211c15; }
.comparison-row,
.comparison-row:nth-of-type(4n),
.comparison-row-flower { border-color: rgba(255, 255, 255, .09); background: var(--ink-2) !important; }
.comparison-row:nth-of-type(4n) { background: #181818 !important; }
.comparison-row-flower { background: #1c1914 !important; box-shadow: inset 4px 0 var(--gold); }
.comparison-row > div { border-color: rgba(255, 255, 255, .09); }
.comparison-feature strong,
.comparison-cost strong { color: var(--text); }
.comparison-feature span,
.comparison-platform,
.comparison-platform small,
.comparison-cost span { color: var(--muted); }
.comparison-platform-os { color: var(--gold-light); background: #211c15; }
.comparison-platform.is-limited i { color: var(--gold-light); border-color: rgba(227, 197, 143, .32); background: #2a2319; }
.comparison-platform.is-no i { color: var(--muted); background: #252525; }
.comparison-cost { color: var(--muted); background: #181818; }
.comparison-grand-total { border-color: rgba(255, 255, 255, .12); background: var(--ink); }
.comparison-grand-total .comparison-total-os { color: var(--ink); }
.comparison-total-profit strong { color: var(--text); }
.comparison-cta { color: var(--ink); background: var(--gold-light); }
.comparison-cta:hover { color: var(--ink); background: #efd39d; }

.private-label { border-color: rgba(255, 255, 255, .1); color: var(--text); background: var(--ink); }
.brand-options > article { border-color: rgba(255, 255, 255, .11); background: var(--ink-3); }
.brand-option-reseller,
.brand-option-dark { color: var(--text); }
.brand-option-dark { background: var(--ink-2) !important; }
.brand-options > article > span { color: var(--gold-light); border-color: rgba(227, 197, 143, .34); }
.brand-options > article > small { color: var(--gold-light); }
.brand-options p,
.brand-option-dark p { color: var(--muted); }
.partner-economics { border-color: rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .1); box-shadow: none; }
.partner-economics li { color: var(--text); background: #211c15; }
.partner-economics li + li,
.partner-economics li:nth-child(3),
.partner-economics li:nth-child(n + 2) { border-color: rgba(255, 255, 255, .1); }
.partner-economics small { color: var(--gold-light); }
.partner-video-support { border-color: rgba(255, 255, 255, .11); background: var(--ink-3); }

.partner-testimonials { color: var(--text); background: var(--ink-2); }
.testimonial-intro p { color: var(--muted); }
.testimonial-card { border-color: rgba(255, 255, 255, .1); background: var(--ink-3); }
.testimonial-card > span { color: var(--gold-light); }
.testimonial-card p { color: var(--text); }
.testimonial-card footer { border-color: rgba(255, 255, 255, .1); color: var(--muted); }

.ai-system { background: var(--ink); }
.ai-system::before { display: none; }
.ai-lane { background: var(--ink-3); }
.ai-orbit { box-shadow: none; }

.partner-path { border-color: rgba(255, 255, 255, .1); color: var(--text); background: var(--ink-2); }
.section-intro h2,
.faq-intro h2 { color: var(--text); }
.section-intro > p:not(.eyebrow),
.path-steps p,
.partner-proof p { color: var(--muted); }
.path-steps { border-color: rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .1); }
.path-steps li { background: var(--ink-3); }
.path-steps li > span,
.path-steps small,
.partner-proof small { color: var(--gold-light); }
.partner-proof { border-color: rgba(255, 255, 255, .1); background: var(--ink-3); }

.faq { color: var(--text); background: var(--ink-2); }
.faq-intro > p:not(.eyebrow),
.faq-list details p { color: var(--muted); }
.faq-list,
.faq-list details { border-color: rgba(255, 255, 255, .1); }
.faq-list summary { color: var(--text); }
.faq-list summary::after { border-color: rgba(255, 255, 255, .16); color: var(--gold-light); }
.faq-list details[open] summary::after { color: var(--ink); background: var(--gold-light); }
.faq .text-link { border-color: rgba(227, 197, 143, .38); color: var(--gold-light); }

.final-cta { background: var(--ink); }
.final-cta::before,
.final-rings { display: none; }
.site-footer { background: #090909; }

/* Published market proof: compact third-party pricing before the feature explorer. */
.market-proof { padding-block: 88px; color: var(--ink); background: #f4f0e8; }
.market-proof-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: end; gap: 56px; }
.market-proof-intro h2 { margin: 0; font-family: var(--sans); font-size: clamp(42px, 4.7vw, 62px); font-weight: 800; line-height: 1; letter-spacing: -.05em; text-wrap: balance; }
.market-proof-intro h2 span,
.market-proof-intro h2 strong { display: block; }
.market-proof-intro h2 strong { margin-top: 9px; color: #8f6832; }
.market-proof-intro > p { max-width: 520px; margin: 0; color: #5f5a52; font-size: 17px; line-height: 1.65; }
.market-proof-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-top: 52px; padding-top: 32px; border-top: 1px solid #d7cfc1; }
.market-proof-heading h3 { max-width: 700px; margin: 0; font-family: var(--sans); font-size: clamp(25px, 2.6vw, 34px); font-weight: 800; line-height: 1.1; letter-spacing: -.035em; }
.market-proof-heading > span { flex: 0 0 auto; padding: 8px 11px; border: 1px solid #cbbfae; border-radius: 999px; color: #76552b; font-size: 10px; font-weight: 850; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.market-proof-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.market-proof-card { display: flex; min-width: 0; min-height: 196px; padding: 20px; flex-direction: column; border: 1px solid #d7cfc1; border-radius: 12px; background: #fbf8f2; }
.market-proof-card small { min-height: 28px; color: #8f6832; font-size: 9px; font-weight: 900; letter-spacing: .1em; line-height: 1.35; }
.market-proof-card h4 { margin: 14px 0 0; font-family: var(--sans); font-size: 20px; font-weight: 800; line-height: 1.15; letter-spacing: -.025em; }
.market-proof-card strong { display: block; margin-top: 8px; font-size: 15px; font-weight: 800; line-height: 1.4; }
.market-proof-card a { width: fit-content; margin-top: auto; padding-top: 20px; color: #76552b; font-size: 12px; font-weight: 800; line-height: 1.3; text-decoration: none; }
.market-proof-card a:hover { color: var(--ink); }
.market-proof-card a:focus-visible { border-radius: 4px; outline: 2px solid #8f6832; outline-offset: 4px; }
.market-proof-close { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 24px; padding: 28px 30px; border-radius: 12px; color: var(--text); background: var(--ink); }
.market-proof-close > div { min-width: 0; }
.market-proof-close h3 { margin: 0; font-family: var(--sans); font-size: clamp(27px, 3vw, 38px); font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.market-proof-close h3 span,
.market-proof-close h3 strong { display: block; }
.market-proof-close h3 strong { margin-top: 6px; color: var(--gold-light); }
.market-proof-close p { max-width: 680px; margin: 15px 0 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.market-proof-close .button { flex: 0 0 auto; }

@media (max-width: 1100px) {
  .market-proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .market-proof-intro { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .market-proof-intro > p { max-width: 680px; }
  .market-proof-heading { display: block; }
  .market-proof-heading > span { display: inline-block; margin-top: 18px; }
  .market-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .market-proof-close { align-items: flex-start; flex-direction: column; gap: 24px; }
}

@media (max-width: 560px) {
  .market-proof { padding-block: 64px; }
  .market-proof-intro h2 { font-size: 39px; }
  .market-proof-heading { margin-top: 40px; padding-top: 26px; }
  .market-proof-heading h3 { font-size: 26px; }
  .market-proof-heading > span { font-size: 9px; }
  .market-proof-grid { grid-template-columns: 1fr; }
  .market-proof-card { min-height: 0; }
  .market-proof-card small { min-height: 0; }
  .market-proof-close { padding: 25px 22px; }
  .market-proof-close .button { width: 100%; justify-content: center; }
}

/* Product proof funnel: alternating demonstrations before market proof. */
.product-proof { margin-top: 0; }
.product-demo-eyebrow { margin: 0; color: var(--gold-light); font-size: 10px; font-weight: 850; letter-spacing: .13em; line-height: 1.4; }

.product-demo { position: relative; padding-block: 96px; border-top: 1px solid rgba(255, 255, 255, .09); background: var(--ink-2); }
.product-demo-raised { background: #111; }
.product-demo-shell { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(360px, .86fr); align-items: center; gap: 80px; }
.product-demo.is-copy-first .product-demo-shell { grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr); }
.product-demo-copy { min-width: 0; max-width: 530px; }
.product-demo-copy h3 { margin: 14px 0 0; color: var(--text); font-family: var(--sans); font-size: clamp(38px, 4.1vw, 54px); font-weight: 800; line-height: 1.03; letter-spacing: -.047em; text-wrap: balance; }
.product-demo-shell--obituary { grid-template-columns: minmax(0, .84fr) minmax(400px, 1.16fr); align-items: start; }
.obituary-showcase-title { grid-column: 1 / -1; margin: 0; color: var(--text); font-family: var(--sans); font-size: clamp(42px, 4.4vw, 60px); font-weight: 800; line-height: 1.02; letter-spacing: -.05em; text-align: center; text-wrap: balance; }
.obituary-showcase-title > span,
.obituary-showcase-title > strong { display: block; }
.obituary-showcase-title > strong { margin-top: 8px; color: var(--text); font-size: calc(1em - 7px); line-height: 1.05; }
.product-demo-copy--obituary { max-width: 540px; }
.product-demo-copy--obituary > p strong { color: var(--gold-light); font-weight: 800; }
.product-demo-copy--obituary .product-demo-cta { margin-top: 28px; }
.product-demo-shell--reboost-live { grid-template-columns: minmax(0, .84fr) minmax(400px, 1.16fr); align-items: start; }
.reboost-live-title { grid-column: 1 / -1; margin: 0; color: var(--text); font-family: var(--sans); font-size: clamp(42px, 4.4vw, 60px); font-weight: 800; line-height: 1.02; letter-spacing: -.05em; text-align: center; text-wrap: balance; }
.reboost-live-title > span,
.reboost-live-title > strong { display: block; }
.reboost-live-title > strong { margin-top: 8px; color: var(--text); font-size: calc(1em - 7px); line-height: 1.05; }
.reboost-live-title-brand { color: var(--gold-light); }
.product-demo-copy--reboost-live { max-width: 540px; }
.showcase-accordion { display: grid; gap: 0; margin-top: 28px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.showcase-accordion-item { position: relative; padding-inline: 16px; border-top: 1px solid rgba(255, 255, 255, .12); transition: border-color .2s ease, box-shadow .2s ease; }
.showcase-accordion-item.is-active { border-top-color: rgba(227, 197, 143, .7); box-shadow: inset 2px 0 var(--gold-light); }
.showcase-accordion-item h4 { margin: 0; }
.showcase-accordion-trigger { display: flex; width: 100%; min-height: 62px; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; border: 0; color: rgba(247, 244, 238, .9); background: transparent; cursor: pointer; font: inherit; font-size: 16px; font-weight: 850; letter-spacing: .075em; line-height: 1.25; text-align: left; transition: color .2s ease; }
.showcase-accordion-trigger:hover { color: var(--text); }
.showcase-accordion-trigger:focus-visible { border-radius: 4px; outline: 2px solid var(--gold-light); outline-offset: 4px; }
.showcase-accordion-item.is-active .showcase-accordion-trigger { color: var(--gold-light); }
.showcase-accordion-indicator { position: relative; flex: 0 0 auto; width: 18px; height: 18px; color: currentColor; }
.showcase-accordion-indicator::before,
.showcase-accordion-indicator::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: currentColor; content: ''; transition: transform .22s ease, opacity .22s ease; }
.showcase-accordion-indicator::before { transform: translate(-50%, -50%); }
.showcase-accordion-indicator::after { transform: translate(-50%, -50%) rotate(90deg); }
.showcase-accordion-item.is-active .showcase-accordion-indicator::after { opacity: 0; transform: translate(-50%, -50%) rotate(90deg) scaleX(0); }
.showcase-accordion-panel { display: grid; grid-template-rows: 0fr; visibility: hidden; opacity: 0; transform: translateY(-4px); pointer-events: none; transition: grid-template-rows .28s ease, opacity .18s ease, transform .28s ease, visibility 0s linear .28s; }
.showcase-accordion-item.is-active .showcase-accordion-panel { grid-template-rows: 1fr; visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; transition: grid-template-rows .28s ease, opacity .22s ease .04s, transform .28s ease, visibility 0s; }
.showcase-accordion-panel-inner { min-height: 0; overflow: hidden; }
.showcase-accordion-panel p { margin: 0; padding: 4px 32px 20px 0; color: rgba(247, 244, 238, .88); font-size: 16px; font-weight: 560; line-height: 1.55; }
.product-demo-copy--reboost-live .product-demo-cta { margin-top: 28px; }
.product-demo-copy > p:not(.product-demo-eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.product-demo-copy--reboost-live > p:not(.product-demo-eyebrow) { margin-top: 0; color: rgba(247, 244, 238, .78); font-size: 18px; font-weight: 500; line-height: 1.6; }
.reboost-live-money { color: var(--gold-light); font-weight: 750; }
.reboost-live-brand { color: var(--text); font-weight: 750; }
.product-demo-shell--tribute { grid-template-columns: minmax(0, .84fr) minmax(400px, 1.16fr); align-items: start; }
.tribute-showcase-title { grid-column: 1 / -1; margin: 0; color: var(--text); font-family: var(--sans); font-size: clamp(42px, 4.4vw, 60px); font-weight: 800; line-height: 1.02; letter-spacing: -.05em; text-align: center; text-wrap: balance; }
.tribute-showcase-title > span,
.tribute-showcase-title > strong { display: block; }
.tribute-showcase-title > strong { margin-top: 8px; color: var(--text); font-size: calc(1em - 7px); line-height: 1.05; }
.product-demo-copy--tribute { max-width: 540px; }
.product-demo-copy--tribute > p:not(.product-demo-eyebrow) { margin-top: 0; }
.product-demo-copy--tribute .product-demo-cta { margin-top: 28px; }
.product-demo-shell--ai-twin { grid-template-columns: minmax(0, .84fr) minmax(400px, 1.16fr); align-items: start; }
.ai-twin-showcase-title { grid-column: 1 / -1; margin: 0; color: var(--text); font-family: var(--sans); font-size: clamp(42px, 4.4vw, 60px); font-weight: 800; line-height: 1.02; letter-spacing: -.05em; text-align: center; text-wrap: balance; }
.ai-twin-showcase-title > span,
.ai-twin-showcase-title > strong { display: block; }
.ai-twin-showcase-title > strong { margin-top: 8px; color: var(--text); font-size: calc(1em - 7px); line-height: 1.05; }
.product-demo-copy--ai-twin { max-width: 540px; }
.product-demo-copy--ai-twin > p:not(.product-demo-eyebrow) { margin-top: 0; }
.product-demo-copy--ai-twin .product-demo-cta { margin-top: 28px; }
.product-demo-shell--commerce { grid-template-columns: minmax(0, .84fr) minmax(400px, 1.16fr); align-items: start; }
.commerce-showcase-title { grid-column: 1 / -1; margin: 0; color: var(--text); font-family: var(--sans); font-size: clamp(42px, 4.4vw, 60px); font-weight: 800; line-height: 1.02; letter-spacing: -.05em; text-align: center; text-wrap: balance; }
.commerce-showcase-title > span,
.commerce-showcase-title > strong { display: block; }
.commerce-showcase-title > strong { max-width: 1200px; margin: 12px auto 0; color: var(--text); font-size: calc(1em - 22px); font-weight: 700; line-height: 1.18; letter-spacing: -.035em; }
.commerce-money { color: var(--gold-light); font-weight: 800; }
.commerce-brand { color: var(--text); font-weight: 800; }
.product-demo-copy--commerce { max-width: 540px; }
.product-demo-copy--commerce > p:not(.product-demo-eyebrow) { margin-top: 0; color: rgba(247, 244, 238, .82); font-size: 18px; font-weight: 600; line-height: 1.6; }
.product-demo-copy--commerce .showcase-accordion-trigger { text-transform: uppercase; }
.product-demo-copy--commerce .showcase-accordion-panel p + p { margin-top: -8px; }
.product-demo-copy--commerce .product-demo-cta { margin-top: 28px; }

@media (min-width: 861px) {
  .product-demo-shell--reboost-live,
  .product-demo-shell--ai-twin,
  .product-demo-shell--phone { grid-template-columns: minmax(400px, 1.16fr) minmax(0, .84fr); }
  .product-demo-shell--reboost-live .product-demo-copy,
  .product-demo-shell--ai-twin .product-demo-copy { grid-column: 2; grid-row: 2; }
  .product-demo-shell--reboost-live .product-demo-video,
  .product-demo-shell--ai-twin .product-demo-video { grid-column: 1; grid-row: 2; }
  .product-demo-shell--phone .product-demo-copy { grid-column: 2; grid-row: 2; }
  .product-demo-shell--phone .product-demo-video { grid-column: 1; grid-row: 2; }
}
.product-demo-copy ul { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.product-demo-copy li { position: relative; padding-left: 22px; color: rgba(247, 244, 238, .88); font-size: 16px; font-weight: 620; line-height: 1.5; }
.product-demo-copy li::before { position: absolute; top: .66em; left: 1px; width: 7px; height: 7px; border: 1px solid var(--gold-light); border-radius: 50%; content: ''; }
.product-demo-link { display: inline-flex; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid rgba(227, 197, 143, .42); color: var(--gold-light); font-size: 15px; font-weight: 800; line-height: 1.3; }
.product-demo-link:hover { border-color: var(--gold-light); color: #efd39d; }
.product-demo-link-placeholder { border-bottom-style: dashed; cursor: default; }

.product-demo-video { min-width: 0; }
.demo-video-frame { position: relative; display: flex; aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; align-items: center; justify-content: center; gap: 18px; padding: 32px; border: 1px solid rgba(227, 197, 143, .24); border-radius: 14px; background: #0c0c0c; box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 26px 64px rgba(0, 0, 0, .28); }
.demo-video-frame::before,
.demo-video-frame::after { position: absolute; content: ''; pointer-events: none; background: rgba(255, 255, 255, .045); }
.demo-video-frame::before { top: 0; bottom: 0; left: 50%; width: 1px; }
.demo-video-frame::after { left: 0; right: 0; top: 50%; height: 1px; }
.demo-video-frame > strong { position: relative; z-index: 1; max-width: 300px; color: var(--text); font-size: 14px; font-weight: 850; letter-spacing: .09em; line-height: 1.35; text-align: center; }
.demo-video-play { position: relative; z-index: 1; display: grid; flex: 0 0 auto; width: 58px; height: 58px; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; background: #211c15; box-shadow: 0 0 54px rgba(199, 156, 92, .18); }
.demo-video-play::after { width: 0; height: 0; margin-left: 4px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--gold-light); content: ''; }

.phone-system-title { grid-column: 1 / -1; margin: 0; color: var(--text); font-family: var(--sans); font-size: clamp(42px, 4.4vw, 60px); font-weight: 800; line-height: 1.02; letter-spacing: -.05em; text-align: center; text-wrap: balance; }
.phone-system-title > span,
.phone-system-title > strong { display: block; }
.phone-system-title > strong { margin-top: 8px; color: var(--gold-light); font-size: calc(1em - 7px); line-height: 1.05; }
.product-demo-copy--phone > p:first-of-type { margin-top: 0; }
.phone-system-revenue { margin: 26px 0 0; color: var(--gold-light); font-size: 19px; font-weight: 800; line-height: 1.45; }
.phone-system-control { margin: 26px 0 0; padding: 18px 20px; border-left: 2px solid var(--gold-light); color: rgba(247, 244, 238, .88); background: rgba(227, 197, 143, .06); font-size: 16px; font-weight: 560; line-height: 1.55; }
.product-demo-copy--phone .product-demo-cta { margin-top: 28px; }
.phone-audio-deck { position: relative; overflow: hidden; padding: 30px; border: 1px solid rgba(227, 197, 143, .24); border-radius: 14px; background: #0c0c0c; box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 26px 64px rgba(0, 0, 0, .28); }
.phone-audio-deck::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(255, 255, 255, .035); content: ''; pointer-events: none; }
.phone-audio-deck-label { position: relative; display: block; color: var(--gold-light); font-size: 9px; font-weight: 850; letter-spacing: .13em; line-height: 1.4; }
.phone-audio-demo { position: relative; margin-top: 18px; padding: 26px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; background: #151515; }
.phone-audio-demo-head { display: flex; align-items: center; gap: 14px; }
.phone-audio-demo-head > span { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(227, 197, 143, .42); border-radius: 50%; color: var(--gold-light); font-size: 9px; font-weight: 850; }
.phone-audio-demo h4 { margin: 0; color: var(--text); font-family: var(--sans); font-size: 21px; font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.phone-audio-controls { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 18px; margin-top: 28px; }
.phone-audio-toggle { position: relative; display: grid; flex: 0 0 auto; width: 56px; height: 56px; padding: 0; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); background: #211c15; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.phone-audio-toggle:hover { background: #2b241a; transform: translateY(-2px); }
.phone-audio-toggle:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.phone-audio-play { width: 0; height: 0; margin-left: 4px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--gold-light); }
.phone-audio-demo.is-playing .phone-audio-play { width: 12px; height: 15px; margin-left: 0; border: 0; border-inline: 4px solid var(--gold-light); }
.phone-audio-timeline { min-width: 0; }
.phone-audio-timeline input { width: 100%; height: 4px; margin: 0; border-radius: 999px; outline: none; background: linear-gradient(to right, var(--gold-light) var(--audio-progress, 0%), rgba(255, 255, 255, .16) var(--audio-progress, 0%)); cursor: pointer; appearance: none; }
.phone-audio-timeline input::-webkit-slider-thumb { width: 14px; height: 14px; border: 2px solid #0c0c0c; border-radius: 50%; background: var(--gold-light); appearance: none; }
.phone-audio-timeline input::-moz-range-thumb { width: 12px; height: 12px; border: 2px solid #0c0c0c; border-radius: 50%; background: var(--gold-light); }
.phone-audio-timeline input:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 6px; }
.phone-audio-time { display: flex; justify-content: space-between; margin-top: 10px; color: var(--muted); font-size: 11px; font-weight: 750; line-height: 1.3; font-variant-numeric: tabular-nums; }

.ai-conversation { padding-block: 96px; border-block: 1px solid rgba(255, 255, 255, .1); background: #0f0f0f; }
.ai-conversation-head { max-width: none; text-align: center; }
.ai-conversation-head h2 { max-width: 1320px; margin: 0 auto; color: var(--text); font-family: var(--sans); font-size: clamp(46px, 4.5vw, 58px); font-weight: 800; line-height: 1; letter-spacing: -.052em; text-wrap: balance; }
.ai-conversation-head h2 > span,
.ai-conversation-head h2 > strong { display: block; }
.ai-conversation-head h2 > strong { margin-top: 8px; color: var(--gold-light); font-size: calc(1em - 2px); line-height: 1.05; }
@media (min-width: 1100px) {
  .ai-conversation-head h2 > span,
  .ai-conversation-head h2 > strong { white-space: nowrap; }
}
.ai-conversation-stage { margin-top: 24px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; background: var(--ink-2); }
.ai-conversation-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 760px; padding: 12px; }
.ai-conversation-tab { min-height: 76px; padding: 14px 20px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 12px; background: #171717; cursor: pointer; text-align: left; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.ai-conversation-tab:hover { border-color: rgba(227, 197, 143, .5); transform: translateY(-2px); }
.ai-conversation-tab small,
.ai-conversation-tab strong { display: block; }
.ai-conversation-tab small { color: var(--gold-light); font-size: 10px; font-weight: 850; letter-spacing: .13em; line-height: 1.4; }
.ai-conversation-tab strong { margin-top: 5px; color: var(--text); font-size: 19px; font-weight: 820; line-height: 1.2; letter-spacing: -.025em; }
.ai-conversation-tab.is-active { border-color: var(--gold-light); background: var(--gold-light); }
.ai-conversation-tab.is-active small { color: rgba(11, 14, 17, .62); }
.ai-conversation-tab.is-active strong { color: var(--ink); }
.ai-conversation-panels { min-height: 0; }
.ai-conversation-panel { padding: 40px; background: transparent; }
.ai-conversation-panel[hidden] { display: none; }
.ai-conversation-layout { display: grid; grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr); align-items: center; gap: 56px; min-height: 400px; }
.ai-conversation-panel .product-demo-copy h3 { margin-top: 0; }
.ai-conversation-layout--sales-coach,
.ai-conversation-layout--ai-arranger { align-items: start; }
.ai-sales-coach-title,
.ai-arranger-title { grid-column: 1 / -1; max-width: none; margin: 0; color: var(--text); font-family: var(--sans); font-size: clamp(32px, calc(3.9vw - 6px), 46px); font-weight: 800; line-height: 1.02; letter-spacing: -.05em; text-wrap: balance; }
.ai-sales-coach-title > span,
.ai-sales-coach-title > strong,
.ai-arranger-title > span,
.ai-arranger-title > strong { display: block; }
.ai-sales-coach-title > strong,
.ai-arranger-title > strong { margin-top: 8px; color: var(--gold-light); font-size: calc(1em - 5px); line-height: 1.05; }
.product-demo-copy--ai-sales-coach { max-width: 620px; }
.ai-sales-coach-points { display: grid; gap: 12px; margin-top: 28px; }
.ai-sales-coach-points .showcase-accordion-panel p + p { margin-top: -8px; color: var(--text); font-weight: 700; }
.product-demo-copy--ai-arranger > p strong { color: var(--text); font-weight: 800; }
.ai-arranger-monetization-callout { margin-top: 28px; padding: 20px; border: 1px solid rgba(227, 197, 143, .5); border-left: 2px solid var(--gold-light); background: rgba(227, 197, 143, .06); }
.ai-arranger-monetization-callout h4 { margin: 0; color: var(--gold-light); font-size: 16px; font-weight: 850; letter-spacing: .035em; line-height: 1.35; }
.ai-arranger-monetization-callout p { margin: 10px 0 0; color: rgba(247, 244, 238, .88); font-size: 16px; font-weight: 560; line-height: 1.55; }
.ai-arranger-monetization-callout p strong { color: var(--text); font-weight: 800; }

.feature-explorer { padding-block: 96px; border-bottom: 1px solid rgba(255, 255, 255, .1); background: var(--ink-2); }
.feature-explorer-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); align-items: end; gap: 64px; }
.feature-explorer-head h2 { margin: 14px 0 0; color: var(--text); font-family: var(--sans); font-size: clamp(42px, 4.5vw, 58px); font-weight: 800; line-height: 1; letter-spacing: -.048em; }
.feature-explorer-head > p { max-width: 640px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.feature-explorer-tabs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 40px; }
.feature-explorer-tab { min-height: 58px; padding: 13px 12px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 10px; background: var(--ink-3); cursor: pointer; font-size: 12px; font-weight: 800; line-height: 1.25; text-align: center; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.feature-explorer-tab:hover { border-color: rgba(227, 197, 143, .5); transform: translateY(-2px); }
.feature-explorer-tab.is-active { border-color: var(--gold-light); color: var(--ink); background: var(--gold-light); }
.feature-explorer-panels { min-height: 0; margin-top: 16px; }
.feature-explorer-panel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; animation: feature-explorer-panel-in .24s ease both; }
.feature-explorer-panel[hidden] { display: none; }
.feature-explorer-card { display: flex; min-height: 164px; padding: 24px; flex-direction: column; border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; background: #111; }
.feature-explorer-card small,
.feature-explorer-card strong,
.feature-explorer-card a { display: block; }
.feature-explorer-card small { color: var(--gold-light); font-size: 9px; font-weight: 850; letter-spacing: .13em; line-height: 1.4; }
.feature-explorer-card strong { color: var(--text); font-size: 20px; font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.feature-explorer-card p { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.feature-explorer-card a { width: fit-content; margin-top: auto; padding-top: 16px; color: var(--gold-light); font-size: 13px; font-weight: 800; line-height: 1.3; text-decoration: none; }
.feature-explorer-card a:hover { color: var(--text); }
.feature-explorer-card a:focus-visible { border-radius: 4px; outline: 2px solid var(--gold-light); outline-offset: 4px; }
.feature-explorer-card a span { display: inline; }
@keyframes feature-explorer-panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1040px) {
  .product-demo-shell,
  .product-demo.is-copy-first .product-demo-shell { gap: 52px; }
  .ai-conversation-layout { gap: 48px; }
  .feature-explorer-head { grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: 48px; }
  .feature-explorer-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .product-demo { padding-block: 80px; }
  .product-demo-shell,
  .product-demo.is-copy-first .product-demo-shell,
  .ai-conversation-layout { grid-template-columns: 1fr; gap: 48px; }
  .product-demo-copy { max-width: 680px; order: 1; }
  .product-demo-video { order: 2; }
  .product-demo-shell--reboost-live .reboost-live-title { order: 1; }
  .product-demo-shell--reboost-live .product-demo-copy { order: 2; }
  .product-demo-shell--reboost-live .product-demo-video { order: 3; }
  .product-demo-shell--obituary .obituary-showcase-title { order: 1; }
  .product-demo-shell--obituary .product-demo-copy { order: 2; }
  .product-demo-shell--obituary .product-demo-video { order: 3; }
  .product-demo-shell--tribute .tribute-showcase-title { order: 1; }
  .product-demo-shell--tribute .product-demo-copy { order: 2; }
  .product-demo-shell--tribute .product-demo-video { order: 3; }
  .product-demo-shell--ai-twin .ai-twin-showcase-title { order: 1; }
  .product-demo-shell--ai-twin .product-demo-copy { order: 2; }
  .product-demo-shell--ai-twin .product-demo-video { order: 3; }
  .product-demo-shell--commerce .commerce-showcase-title { order: 1; }
  .product-demo-shell--commerce .product-demo-copy { order: 2; }
  .product-demo-shell--commerce .product-demo-video { order: 3; }
  .product-demo-shell--phone .phone-system-title { order: 1; }
  .product-demo-shell--phone .product-demo-copy { order: 2; }
  .product-demo-shell--phone .product-demo-video { order: 3; }
  .ai-conversation-panel .product-demo-copy { max-width: 720px; }
  .ai-conversation-panels { min-height: 0; }
  .ai-conversation-layout { min-height: 0; }
  .feature-explorer-head { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .feature-explorer-head > p { max-width: 720px; }
}

@media (max-width: 700px) {
  .replacement-intro { margin-bottom: 28px; }
  .replacement-secondary { margin-top: 24px; font-size: 27px; }
  .replacement-copy > .replacement-secondary + .replacement-body { margin-top: 24px; }
  .replacement-copy > .replacement-closing { margin-top: 16px; font-size: 24px; }
  .product-demo { padding-block: 64px; }
  .product-demo-shell,
  .product-demo.is-copy-first .product-demo-shell { gap: 36px; }
  .product-demo-copy h3 { font-size: 39px; }
  .reboost-live-title,
  .obituary-showcase-title,
  .tribute-showcase-title,
  .ai-twin-showcase-title,
  .commerce-showcase-title,
  .phone-system-title { font-size: 43px; }
  .product-demo-copy > p:not(.product-demo-eyebrow) { margin-top: 18px; }
  .product-demo-copy ul { margin-top: 22px; }
  .demo-video-frame { gap: 14px; padding: 24px; }
  .demo-video-frame > strong { max-width: 190px; font-size: 12px; }
  .demo-video-play { width: 50px; height: 50px; }
  .phone-audio-deck { padding: 24px; }
  .phone-audio-demo { padding: 22px; }
  .ai-conversation { padding-block: 72px; }
  .ai-conversation-head h2 { font-size: 43px; }
  .ai-conversation-tabs { gap: 8px; margin-top: 0; }
  .ai-conversation-tab { min-height: 76px; padding: 12px; }
  .ai-conversation-tab small { font-size: 8px; }
  .ai-conversation-tab strong { font-size: 18px; }
  .ai-conversation-panel { padding: 28px 22px; }
  .ai-conversation-layout { gap: 36px; }
  .feature-explorer { padding-block: 72px; }
  .feature-explorer-head h2 { font-size: 40px; }
  .feature-explorer-tabs { display: flex; margin: 32px -24px 0; padding: 0 24px 8px; overflow-x: auto; scrollbar-width: none; }
  .feature-explorer-tabs::-webkit-scrollbar { display: none; }
  .feature-explorer-tab { flex: 0 0 auto; min-width: 142px; }
  .feature-explorer-panel { grid-template-columns: 1fr; }
  .feature-explorer-card { min-height: 0; padding: 24px 22px; }
}

@media (max-width: 480px) {
  .product-demo-copy h3 { font-size: 36px; }
  .reboost-live-title,
  .obituary-showcase-title,
  .tribute-showcase-title,
  .ai-twin-showcase-title,
  .commerce-showcase-title,
  .phone-system-title { font-size: 38px; }
  .demo-video-frame { flex-direction: column; }
  .demo-video-frame > strong { max-width: 240px; }
  .phone-audio-deck { padding: 20px; }
  .phone-audio-demo { padding: 20px; }
  .phone-audio-controls { gap: 14px; }
  .phone-audio-toggle { width: 50px; height: 50px; }
  .ai-conversation-head h2 { font-size: 38px; }
  .ai-conversation-tab { min-height: 76px; padding: 12px; }
  .ai-conversation-tab strong { font-size: 17px; }
  .feature-explorer-head h2 { font-size: 37px; }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-accordion-item,
  .showcase-accordion-trigger,
  .showcase-accordion-indicator::before,
  .showcase-accordion-indicator::after,
  .showcase-accordion-panel { transition: none; }
}
