@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap");:root{--bg:#fafaf7;--surface:#ffffff;--surface-2:#f1efea;--text:#0f1929;--text-soft:#1e2d44;--muted:#5b6473;--border:#dee1e7;--border-strong:#c5cad3;--primary:#0f1929;--primary-dark:#080f1c;--accent:#b8750a;--accent-deep:#8f5a06;--accent-soft:rgba(184,117,10,0.08);--blush-bg:var(--surface-2);--blush-tint:var(--surface-2);--warm-stone:#ece2cd;--accent-ink:#8f5a06;--shadow:0 1px 2px rgba(22,27,37,0.04),0 12px 32px rgba(22,27,37,0.06);--shadow-sm:0 1px 2px rgba(22,27,37,0.05);--radius:18px;--radius-sm:12px;--container:1180px;--color-surface-page:var(--bg);--color-surface-default:var(--surface);--color-surface-neutral-alt:var(--surface-2);--color-section-warm-bg:var(--warm-stone);--color-section-warm-border:var(--border-strong);--color-text-primary:var(--text);--color-text-secondary:var(--text-soft);--color-text-muted:var(--muted);--color-text-on-action-primary:#ffffff;--color-border-default:var(--border);--color-border-strong:var(--border-strong);--color-action-primary-bg:var(--text);--color-action-primary-bg-hover:var(--accent);--color-action-primary-text:#ffffff;--color-action-primary-text-hover:#ffffff;--color-action-primary-shadow-hover:none;--color-action-secondary-bg:transparent;--color-action-secondary-bg-hover:var(--surface-2);--color-action-secondary-text:var(--text);--color-action-secondary-border:var(--border-strong);--color-action-secondary-border-hover:var(--border-strong);--color-action-secondary-text-hover:var(--text);--color-accent-label:var(--accent-ink);--color-accent-link:var(--accent);--color-accent-link-hover:var(--accent-ink);--color-accent-dot:var(--accent);--color-chip-muted-bg:var(--surface-2);--color-chip-muted-text:var(--text);--color-service-number:var(--text);--color-surface-hover-warm:var(--surface-2);--color-border-hover:var(--border-strong);--color-shadow-hover-warm:0 2px 4px rgba(22,27,37,0.05),0 18px 40px rgba(22,27,37,0.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}main{min-height:100vh}.container{width:min(var(--container),calc(100% - 2.5rem));margin:0 auto}.section{padding:4rem 0}.section-alt{background:var(--color-surface-neutral-alt)}.section-blush{background:var(--color-section-warm-bg)}.section-white{background:var(--surface)}.section-dark{background:var(--text)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(250,250,247,.85);border-bottom:1px solid rgba(15,25,41,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}.brand{font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.03em;font-size:1.125rem;color:var(--text)}.nav{display:flex;gap:1.75rem;color:var(--text-soft);font-size:.95rem;font-weight:500}.nav a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:.75rem}.menu-toggle{display:none;width:44px;height:44px;border-radius:999px;border:1px solid var(--border);background:var(--surface);align-items:center;justify-content:center;flex-direction:column;gap:.25rem}.menu-toggle span{display:block;width:16px;height:1.5px;background:var(--text);border-radius:99px}.mobile-panel{border-top:1px solid rgba(15,25,41,.08);background:rgba(250,250,247,.97)}.mobile-nav{width:min(var(--container),calc(100% - 2.5rem));margin:0 auto;display:flex;flex-direction:column;gap:1rem;padding:1rem 0 1.25rem}.mobile-cta{width:100%}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.4rem;border-radius:999px;font-weight:600;font-size:.97rem;letter-spacing:-.005em;transition:.18s ease;border:1px solid transparent}.button-primary{background:var(--color-action-primary-bg);color:var(--color-action-primary-text);border-color:var(--text);border-width:1.5px}.button-primary:hover{background:var(--color-action-primary-bg-hover);border-color:var(--accent);color:var(--color-action-primary-text-hover);box-shadow:none;transform:none}.button-primary:focus-visible{outline:2px solid var(--accent);outline-offset:3px;box-shadow:none}.button-secondary{background:var(--color-action-secondary-bg);border-color:var(--color-action-secondary-border);color:var(--color-action-secondary-text)}.button-secondary:hover{background:var(--color-action-secondary-bg-hover);border-color:var(--color-action-secondary-border-hover);color:var(--color-action-secondary-text-hover)}.button-text{background:transparent;color:var(--color-text-primary);border:1px solid var(--color-border-default);min-height:40px;padding:.55rem 1rem;font-size:.92rem}.button-text:hover{border-color:var(--color-accent-link);color:var(--color-accent-link-hover);background:transparent;transform:none;box-shadow:none}.button-light{background:#ffffff;color:var(--text);border-color:#ffffff;border-width:1.5px}.button-light:hover{background:rgba(255,255,255,.88);color:var(--text);box-shadow:none;transform:none}.button-ghost-dark{background:transparent;color:#ffffff;border-color:rgba(255,255,255,.5);border-width:1.5px}.button-ghost-dark:hover{background:rgba(255,255,255,.08);border-color:#ffffff;color:#ffffff;box-shadow:none;transform:none}.hero h1,.hero-card-title,.section h2{font-family:"DM Serif Display",Georgia,serif;letter-spacing:-.02em;line-height:1.1;color:var(--text)}.section h3{font-family:Manrope,sans-serif;line-height:1.08;color:var(--text)}.hero h1{font-size:clamp(2.5rem,5.6vw,4.5rem);max-width:16ch;margin:0 0 1.25rem;font-weight:400}.section h2{font-size:clamp(1.85rem,3.2vw,2.65rem);margin:0 0 1rem;font-weight:400;max-width:32ch}.section h3{font-size:1.15rem;margin:0 0 .6rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.hero-card-title{font-size:1.6rem;margin:.6rem 0 .85rem;font-weight:700}.eyebrow.eyebrow,.mini-label.mini-label{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;color:var(--color-accent-label);font-weight:700;margin:0 0 .85rem;display:inline-block;line-height:1.2}.card p,.lead,.section p,li{color:var(--text-soft);font-size:1.02rem;line-height:1.7}.lead{font-size:1.12rem;max-width:56ch}.hero{padding-top:4.5rem;padding-bottom:3.5rem;background:var(--surface-2);border-bottom:1px solid rgba(15,25,41,.08)}.hero-stack{max-width:820px}.hero-stack .lead{margin-top:.25rem;max-width:60ch}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:2rem}.hero-link{margin-top:0}.split-section{display:grid;grid-gap:2.5rem;gap:2.5rem;grid-template-columns:1.1fr 1fr;align-items:start}.grid-3,.grid-4{display:grid;grid-gap:1rem;gap:1rem}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm);transition:.18s ease}.card:hover{background:var(--color-surface-hover-warm);border-color:var(--color-border-hover);transform:translateY(-2px);box-shadow:var(--color-shadow-hover-warm)}.outcome-grid{gap:2rem 1.75rem}.outcome-item{display:flex;flex-direction:column;gap:.4rem;padding:.5rem 0 .5rem 1.25rem;border-left:2px solid var(--text);border-radius:0;transition:.18s ease}.outcome-item:hover{border-left-color:var(--accent);border-left-width:3px;padding-left:1.15rem}.outcome-num{display:block;font-family:ui-monospace,SFMono-Regular,JetBrains Mono,IBM Plex Mono,Consolas,monospace;font-weight:600;font-size:.75rem;color:var(--accent);letter-spacing:.12em;margin-bottom:.4rem;background:transparent;padding:0;border-radius:0}.outcome-item h3{margin:0 0 .35rem;font-size:1.02rem;line-height:1.35}.outcome-item p{font-size:.94rem;line-height:1.55;color:var(--text-soft)}.card-service{display:flex;flex-direction:column;gap:.4rem;min-height:320px;padding:2.25rem 2rem;background:var(--surface);border:1px solid rgba(15,25,41,.18);box-shadow:0 2px 4px rgba(15,25,41,.05),0 18px 40px rgba(15,25,41,.1);transition:.2s ease}.card-service:hover{background:var(--color-surface-hover-warm);border-color:var(--color-border-hover);transform:translateY(-4px);box-shadow:0 4px 8px rgba(15,25,41,.06),0 28px 56px rgba(15,25,41,.13)}.card-service:hover .text-link{color:var(--color-accent-link-hover);border-color:var(--color-accent-link-hover)}.card-service h3{font-size:1.35rem;margin-bottom:.5rem}.service-number{font-family:ui-monospace,SFMono-Regular,JetBrains Mono,IBM Plex Mono,Consolas,monospace;font-weight:600;font-size:.78rem;color:var(--color-service-number);letter-spacing:.12em;margin-bottom:.6rem}.service-promise{color:var(--text)!important;font-weight:600;font-size:1.05rem!important;margin:0 0 .5rem;line-height:1.4!important;letter-spacing:-.01em}.card-service>p:not(.service-promise){font-size:.95rem}.service-foot{margin-top:auto;padding-top:1.25rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:1rem}.service-meta{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--color-text-secondary);letter-spacing:.02em;font-weight:500}.service-meta:before{content:"";display:inline-block;width:6px;height:6px;border-radius:999px;background:var(--color-accent-link);flex-shrink:0}.service-foot .text-link{margin-top:0}.card-service>p.service-investment{display:flex;align-items:baseline;gap:.6rem;margin:.25rem 0 .6rem;font-size:.95rem;line-height:1.3}.service-investment-label{font-family:Manrope,Inter,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:700;color:var(--accent-ink)}.service-investment-value{color:var(--text);font-weight:700;font-size:1.05rem;letter-spacing:-.01em}.card-service>p.service-reversal{margin:0 0 1.25rem;font-size:.88rem;line-height:1.5;color:var(--muted);border-left:2px solid var(--accent);padding-left:.75rem}.section-heading{margin-bottom:3rem;max-width:760px}.section-heading.center{text-align:center}.section-heading.center,.section-heading.center h2{margin-left:auto;margin-right:auto}.section-heading-row{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:3rem;gap:3rem;align-items:end;max-width:none}.about-panel,.feature-panel{max-width:620px}.feature-panel{background:var(--surface)}.about-card ul{margin:0;padding-left:1.1rem;color:var(--text);display:grid;grid-gap:.6rem;gap:.6rem}.about-card li{color:var(--text-soft);font-size:.98rem}.text-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;color:var(--text);font-weight:600;font-size:.95rem;border-bottom:1px solid var(--accent);padding-bottom:2px;transition:.16s ease}.text-link:hover{color:var(--accent-ink);border-color:var(--accent-ink)}.text-link:after{content:"→";transition:transform .16s ease}.text-link:hover:after{transform:translateX(2px)}.about-list{list-style:none;margin:1.5rem 0 1.75rem;padding:0;display:grid;grid-gap:.7rem;gap:.7rem}.about-panel>.text-link{margin-top:.5rem}.about-list li{position:relative;padding-left:1.5rem;color:var(--text-soft);font-size:.97rem;line-height:1.5}.about-list li:before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;border-radius:999px;background:var(--border-strong)}.about-photo{width:100%;max-width:420px;aspect-ratio:1/1;border-radius:4px;overflow:hidden;background:var(--surface);border:1px solid rgba(15,25,41,.12);box-shadow:0 1px 2px rgba(15,25,41,.04),0 14px 36px rgba(15,25,41,.1);position:relative;margin-left:auto}.about-photo-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.photo-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--accent-soft) 0,var(--surface-2) 100%);color:var(--accent-ink);font-family:Manrope,sans-serif;font-weight:600;font-size:1rem;text-align:center;padding:1rem}.photo-placeholder small{font-family:Inter,sans-serif;font-weight:400;font-size:.78rem;color:var(--muted);letter-spacing:0}.proof-section{padding:4rem 0}.proof-statement{max-width:760px;margin:0 auto 3rem;text-align:center}.proof-quote{font-family:"DM Serif Display",Georgia,serif;font-style:italic;font-size:clamp(1.25rem,2.2vw,1.55rem);line-height:1.45;letter-spacing:-.01em;color:var(--text);font-weight:400;margin:.5rem 0 1rem}.proof-byline{font-size:.92rem;color:var(--muted);margin:0}.outcome-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.outcome-stat{background:var(--color-surface-default);border:1px solid var(--color-border-default);border-radius:var(--radius);padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;gap:.6rem;transition:.18s ease}.outcome-stat:hover{border-color:var(--color-border-hover)}.outcome-stat-num{display:inline-flex;align-items:center;justify-content:center;font-family:ui-monospace,SFMono-Regular,JetBrains Mono,IBM Plex Mono,Consolas,monospace;font-weight:700;font-size:.78rem;color:var(--color-chip-muted-text);letter-spacing:.08em;background:var(--color-chip-muted-bg);border-radius:6px;padding:.25rem .5rem;width:-moz-fit-content;width:fit-content}.outcome-stat-text{margin:0;font-size:.97rem;line-height:1.5;color:var(--text-soft)}.fill-in{display:inline-block;background:rgba(15,25,41,.04);color:var(--text-soft);padding:.15rem .4rem;border-radius:4px;font-size:.88em;font-weight:500;font-style:normal;border:1px dashed rgba(15,25,41,.35)}.fill-in-card{border:1.5px dashed rgba(15,25,41,.35);background:repeating-linear-gradient(135deg,var(--surface) 0 14px,rgba(15,25,41,.03) 14px 28px)}.products-strip{padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg)}.products-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.products-row .eyebrow{margin-bottom:.4rem}.products-line{margin:0;max-width:56ch;color:var(--text-soft);font-size:1rem}.cta-card{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1.2fr 1fr;align-items:center;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:3rem;box-shadow:var(--shadow)}.cta-card h2{max-width:18ch}.cta-card .eyebrow{color:var(--muted)}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem}.cta-hint{font-size:.88rem;line-height:1.5}.cta-email,.cta-hint{color:var(--color-text-muted)}.cta-email{font-size:.92rem;border-bottom:1px solid var(--color-accent-link);padding-bottom:2px;transition:.16s ease}.cta-email:hover{color:var(--color-accent-link-hover);border-bottom-width:2px;border-color:var(--color-accent-link-hover);padding-bottom:1px}.cta-section{background:var(--text)}.cta-section .cta-card{background:transparent;border-color:rgba(255,255,255,.1);box-shadow:none;color:#ffffff}.cta-section .cta-card h2{color:#ffffff;max-width:20ch}.cta-section .cta-card p{color:rgba(255,255,255,.65)}.cta-section .cta-card .cta-hint{color:rgba(255,255,255,.45)}.cta-section .cta-card .eyebrow{color:rgba(255,255,255,.65)}.cta-section .cta-email{color:rgba(255,255,255,.55);border-bottom-color:rgba(255,255,255,.3)}.cta-section .cta-email:hover{color:rgba(255,255,255,.9);border-bottom-color:rgba(255,255,255,.6);border-bottom-width:2px;padding-bottom:1px}.site-footer{padding:4.5rem 0 3rem;color:var(--text-soft);font-size:.92rem}.footer-inner{display:flex;justify-content:space-between;gap:2rem;align-items:flex-start;border-top:1px solid var(--border-strong);padding-top:2rem}.footer-inner>div:first-child p{margin:0;line-height:1.5}.footer-inner>div:first-child p:first-child{font-weight:600;color:var(--text);font-size:.95rem}.footer-inner>div:first-child p:last-child{color:var(--muted);font-size:.85rem;margin-top:.25rem}.footer-nav{display:flex;gap:1.75rem;padding-top:.15rem}.footer-nav a{color:var(--text-soft);transition:color .16s ease}.footer-nav a:hover{color:var(--accent)}.page-hero{max-width:860px}.narrow{max-width:720px}.feature-list,.number-list{margin:1.25rem 0 0;padding-left:1.2rem;color:var(--muted)}.feature-list li,.number-list li{margin-bottom:.7rem}.inline-button{margin-top:1rem}.compact-card{min-height:320px}@media (max-width:960px){.cta-card,.grid-3,.grid-4,.section-heading-row,.split-section{grid-template-columns:1fr}.grid-4{gap:.85rem}.desktop-cta,.desktop-nav,.footer-nav{display:none}.menu-toggle{display:inline-flex}.hero{padding:4rem 0 3.5rem}.section{padding:4rem 0}.cta-card{padding:2rem}.products-row{gap:1rem}.footer-inner,.products-row{flex-direction:column;align-items:flex-start}.footer-inner{gap:.75rem}}@media (max-width:640px){.grid-4{grid-template-columns:1fr}.outcome-grid{gap:1.5rem}.hero h1{font-size:clamp(2.1rem,8vw,2.75rem)}.section h2{font-size:clamp(1.6rem,5vw,2rem)}.button{width:100%}.testimonial-card{padding:1.75rem}}@media (min-width:641px) and (max-width:960px){.grid-4{grid-template-columns:repeat(2,1fr)}}.trust-bar{border-top:1px solid var(--color-border-default);border-bottom:1px solid var(--color-border-default);background:var(--color-surface-default);padding:1rem 0}.trust-bar-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 2rem}.trust-item{font-family:Inter,system-ui,sans-serif;font-size:.85rem;font-weight:500;color:var(--color-text-secondary);letter-spacing:-.005em}.best-fit-grid{gap:1rem}.best-fit-item{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1.25rem;background:var(--color-surface-default);border:1px solid var(--color-border-default);border-radius:var(--radius-sm);transition:.18s ease}.best-fit-item:hover{border-color:var(--color-border-hover);background:var(--surface-2)}.best-fit-num{display:inline-flex;align-items:center;justify-content:center;font-family:ui-monospace,SFMono-Regular,JetBrains Mono,IBM Plex Mono,Consolas,monospace;font-weight:700;font-size:.78rem;color:var(--color-chip-muted-text);letter-spacing:.08em;background:var(--color-chip-muted-bg);border-radius:6px;padding:.25rem .5rem;width:-moz-fit-content;width:fit-content}.best-fit-text{margin:0;font-size:.97rem;line-height:1.5;color:var(--text);font-weight:500}.service-badges{margin:1.25rem 0 0;padding:1.25rem 0 .25rem;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem 1rem;gap:.85rem 1rem}.service-badge{display:flex;flex-direction:column;gap:.25rem;min-width:0}.service-badge-label{display:block;font-family:Inter,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:600;color:var(--color-text-muted);line-height:1.2}.service-badge-value{display:block;font-size:.9rem;font-weight:600;color:var(--text);letter-spacing:-.005em;line-height:1.35}.not-fit-note{margin-top:2.5rem;padding:1.25rem 1.5rem;border:1px solid var(--color-border-default);border-left:3px solid var(--accent);border-radius:var(--radius-sm);background:var(--surface);display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.not-fit-label{margin:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);white-space:nowrap;flex-shrink:0}.not-fit-note ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:0}.not-fit-note li{font-size:.88rem;color:var(--color-text-muted);line-height:1.4;padding:.15rem 1.25rem .15rem 0}.not-fit-note li+li{padding-left:1.25rem;border-left:1px solid var(--color-border-default)}@media (max-width:640px){.not-fit-note{gap:.75rem}.not-fit-note,.not-fit-note ul{flex-direction:column;align-items:flex-start}.not-fit-note ul{gap:.4rem}.not-fit-note li+li{padding-left:0;border-left:none}}.proof-strip{padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg)}.proof-strip-stack{display:flex;flex-direction:column;gap:.4rem}.proof-strip-stack .eyebrow{margin-bottom:.4rem}.proof-strip-line{margin:0 0 1rem;color:var(--text-soft);font-size:1rem;max-width:64ch}.capability-tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.capability-tags li{font-size:.85rem;font-weight:500;color:var(--color-text-secondary);border:1px solid var(--color-border-default);padding:.4rem .85rem;border-radius:999px;background:var(--color-surface-default);line-height:1.2;letter-spacing:-.005em}@media (max-width:640px){.trust-bar-row{flex-direction:column;align-items:flex-start;gap:.5rem}.service-badges{grid-template-columns:1fr;gap:.6rem}}