:root{--surface-page:#f7f6f2;--surface-card:#fff;--surface-panel:#e6ebe6;--surface-dark:#1d2724;--surface-dark-card:#26322e;--surface-dark-panel:#1a2320;--surface-footer:#141b19;--color-primary:#e07818;--color-primary-hover:#c96a12;--text-on-primary:#20231f;--color-accent:#a85a10;--color-accent-strong:#264a56;--text-on-accent:#fff;--color-highlight:#7fa896;--color-highlight-soft:#d8e6de;--text-strong:#20231f;--text-body:#20231f;--text-muted:#666b65;--text-subtle:#7d8b85;--text-on-dark:#eef2f0;--text-on-dark-body:#cfdad4;--text-on-dark-muted:#a8b8b0;--text-on-dark-subtle:#86968e;--text-footer:#9aaaa2;--color-error:#9b2c12;--color-success:#2f6b4f;--border-1:#dad8d1;--border-2:#e1e7e4;--border-3:#c2ccc7;--border-on-dark:#7fa8964d;--border-on-dark-strong:#7fa8966b;--border-on-dark-soft:#7fa8962e;--border-highlight:#d8e6de59;--focus-ring:#a85a10;--focus-ring-on-dark:#d8e6de;--font-heading:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:Manrope, "Helvetica Neue", Helvetica, Arial, sans-serif;--container:1140px;--container-narrow:920px;--pad-x:24px;--section-y:clamp(56px, 8vw, 104px);--section-y-sm:clamp(40px, 6vw, 72px);--r-btn:10px;--r-card:14px;--r-panel:18px;--r-pill:999px;--r-sheet:18px;--shadow-card:0 10px 30px #1d27241f;--shadow-panel:0 8px 24px #1d27241a;--shadow-sheet:0 -8px 28px #141b1940;--tap:44px;--header-h:64px;--action-bar-h:76px;--color-ink:#20231f;--color-background:#f7f6f2;--color-surface:#fff;--color-brand:#e07818;--color-brand-hover:#c96a12;--color-brand-text:#a85a10;--color-brand-soft:#fbeedf;--color-natural:#526257;--color-natural-soft:#e6ebe6;--color-muted:#666b65;--color-border:#dad8d1;--color-error-soft:#f7efea;--radius-sm:4px;--radius-md:10px;--radius-lg:18px;--space-section:clamp(88px, 9vw, 152px);--page-max:1440px;--page-pad:clamp(20px, 4vw, 56px);--font-sans:Manrope, "Helvetica Neue", Helvetica, Arial, sans-serif;--font-display:"Cormorant Garamond", Georgia, "Times New Roman", serif;--ink-rgb:32, 35, 31;--color-on-dark:#fff;--on-dark-rgb:255, 255, 255;--brand-trustpilot:#00b67a;--brand-google-blue:#4285f4;--brand-google-green:#34a853;--brand-google-yellow:#fbbc05;--brand-google-red:#ea4335;--dur:.2s}*,:before,:after{box-sizing:border-box}[hidden]{display:none!important}::selection{background:var(--color-brand-soft);color:var(--color-ink)}html{scroll-behavior:smooth;overflow-x:clip}body{background:var(--color-background);color:var(--color-ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:18px;line-height:1.6;overflow-x:clip}h1,h2,h3,h4{letter-spacing:-.02em;text-wrap:pretty;margin:0;font-weight:600;line-height:1.15}h1,h2{font-family:var(--font-display);letter-spacing:-.005em;text-wrap:balance;hyphens:auto;overflow-wrap:anywhere;font-weight:500;line-height:1.08}h1{font-size:clamp(38px,4.6vw,66px)}h2{font-size:clamp(31px,3.2vw,48px)}h3{font-size:clamp(19px,1.4vw,21px)}p{text-wrap:pretty;margin:0}img{max-width:100%;display:block}a{color:var(--color-brand-text);text-underline-offset:4px;transition:color var(--dur) ease;text-decoration-thickness:1px}a:hover{color:var(--color-ink)}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--color-brand-text);outline-offset:3px}summary::-webkit-details-marker{display:none}.wrap{max-width:var(--page-max);padding-inline:var(--page-pad);margin-inline:auto}.section{padding-top:var(--space-section)}.band{background:var(--color-natural-soft);padding-block:var(--space-section)}main>.band{margin-top:var(--space-section)}main>.band+.band,main>.band:first-child,main:has(>.band:last-child)+footer{margin-top:0}.muted{color:var(--color-muted)}.lede{color:var(--color-muted);max-width:34em;font-size:18px;line-height:1.65}.btn{border-radius:var(--radius-sm);letter-spacing:.01em;cursor:pointer;min-height:54px;transition:background var(--dur) ease, border-color var(--dur) ease, color var(--dur) ease;border:0;justify-content:center;align-items:center;padding:15px 30px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.btn--primary{background:var(--color-brand);color:var(--color-ink)}.btn--primary:hover{background:var(--color-brand-hover);color:var(--color-ink)}.btn--ghost{background:var(--color-surface);color:var(--color-ink);border:1px solid var(--color-border)}.btn--ghost:hover{border-color:var(--color-ink);color:var(--color-ink)}.skip{z-index:300;background:var(--color-ink);color:#fff;border-radius:4px;padding:12px 18px;position:absolute;top:0;left:-9999px}.skip:focus{top:12px;left:12px}.visually-hidden{position:absolute;left:-9999px}@media (width<=760px){body{padding-bottom:24px}}html.js [data-reveal]{opacity:0;transition:opacity .48s cubic-bezier(.22,.61,.36,1),transform .48s cubic-bezier(.22,.61,.36,1);transition-delay:calc(var(--reveal-i,0) * 40ms);transform:translateY(10px)}html.js [data-reveal].is-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html.js [data-reveal]{opacity:1;transition:none;transform:none}html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}body:has([data-consent-banner]:not([hidden])) .sticky{display:none!important}
