:root{color-scheme:light;--bg:#ffeee2;--surface:#fff8f2;--surface-muted:#f7ede5;--surface-sunken:#eedccf;--surface-raised:#fff2ea;--text:#2a1b14;--text-secondary:#7e6456;--text-muted:#7a6a61;--icon-muted:#97877d;--accent:#5c4033;--accent-soft:#7e5846;--accent-deep:#4e3629;--accent-tint:rgba(92,64,51,0.1);--accent-tint-strong:rgba(92,64,51,0.16);--on-dark-accent:#d8b79a;--on-dark-accent-glow:rgba(216,183,154,0.55);--ink:#2a1b14;--ink-hover:#3a2620;--on-ink:#ffeee2;--nav:#5c4033;--on-nav:#fff8f2;--on-nav-muted:#eddccb;--on-nav-quiet:rgba(237,220,203,0.76);--on-nav-indicator:rgba(255,248,242,0.18);--on-nav-hairline:rgba(255,248,242,0.18);--on-nav-stroke:rgba(255,248,242,0.46);--device-frame:#2a1b14;--hairline:rgba(42,27,20,0.1);--hairline-soft:rgba(42,27,20,0.06);--rule:rgba(42,27,20,0.12);--divider:rgba(42,27,20,0.18);--stroke:rgba(42,27,20,0.22);--track:rgba(42,27,20,0.1);--avoid-fg:#a9402f;--avoid-ground:#f5d9d5;--avoid-panel:#8c3427;--on-avoid-panel:#ffe5de;--on-panel-secondary:rgba(255,229,222,0.82);--on-panel-muted:rgba(255,229,222,0.78);--on-panel-well:rgba(255,229,222,0.18);--on-panel-rule:rgba(255,229,222,0.2);--caution-fg:#856629;--caution-ground:#ffebd2;--safe-fg:#2f6b4f;--safe-ground:#dff3e8;--neutral-fg:#765d50;--neutral-ground:#eedccf;--statement:#7e332c;--on-statement:#ffe5de;--on-statement-secondary:rgba(255,229,222,0.82);--on-statement-muted:rgba(255,229,222,0.75);--scan-ground:#120d0b;--scan-stripe-light:#241b16;--scan-stripe-dark:#1a1310;--on-scan:#f7ede5;--shadow-soft:rgba(42,27,20,0.05);--shadow-medium:rgba(42,27,20,0.09);--shadow-phone:rgba(42,27,20,0.42);--radius-field:16px;--radius-chip:18px;--radius-card:20px;--radius-panel:24px;--radius-sheet:26px;--font-display:Optima,"Optima nova","URW Classico",Candara,"Palatino Linotype",Palatino,sans-serif;--font-body:Palatino,"Palatino Linotype","Book Antiqua","URW Palladio L",Verdana,Geneva,sans-serif;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono",monospace;--page-width:1180px;--page-gutter:40px;--nav-height:70px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg:#1c1512;--surface:#251c18;--surface-muted:#231610;--surface-sunken:#2e241e;--surface-raised:#271e1a;--text:#f7ede5;--text-secondary:#a2938a;--text-muted:#92847b;--icon-muted:#73665e;--accent:#c9a489;--accent-soft:#e3cdbb;--accent-deep:#e3cdbb;--accent-tint:rgba(201,164,137,0.16);--accent-tint-strong:rgba(201,164,137,0.24);--ink:#5c4033;--ink-hover:#6e4c3c;--on-ink:#fff8f2;--nav:#453027;--device-frame:#0e0a09;--hairline:rgba(247,237,229,0.12);--hairline-soft:rgba(247,237,229,0.07);--rule:rgba(247,237,229,0.14);--divider:rgba(247,237,229,0.2);--stroke:rgba(247,237,229,0.26);--track:rgba(247,237,229,0.13);--avoid-fg:#ffc9bc;--avoid-ground:#44201d;--avoid-panel:#6e2419;--caution-fg:#e8b54a;--caution-ground:#3d2e12;--safe-fg:#a8dcc0;--safe-ground:#1e4438;--neutral-fg:#a2938a;--neutral-ground:#2e241e;--statement:#5c231d;--shadow-soft:rgba(0,0,0,0.35);--shadow-medium:rgba(0,0,0,0.5);--shadow-phone:rgba(0,0,0,0.65)}}:root[data-theme=dark]{color-scheme:dark;--bg:#1c1512;--surface:#251c18;--surface-muted:#231610;--surface-sunken:#2e241e;--surface-raised:#271e1a;--text:#f7ede5;--text-secondary:#a2938a;--text-muted:#92847b;--icon-muted:#73665e;--accent:#c9a489;--accent-soft:#e3cdbb;--accent-deep:#e3cdbb;--accent-tint:rgba(201,164,137,0.16);--accent-tint-strong:rgba(201,164,137,0.24);--ink:#5c4033;--ink-hover:#6e4c3c;--on-ink:#fff8f2;--nav:#453027;--device-frame:#0e0a09;--hairline:rgba(247,237,229,0.12);--hairline-soft:rgba(247,237,229,0.07);--rule:rgba(247,237,229,0.14);--divider:rgba(247,237,229,0.2);--stroke:rgba(247,237,229,0.26);--track:rgba(247,237,229,0.13);--avoid-fg:#ffc9bc;--avoid-ground:#44201d;--avoid-panel:#6e2419;--caution-fg:#e8b54a;--caution-ground:#3d2e12;--safe-fg:#a8dcc0;--safe-ground:#1e4438;--neutral-fg:#a2938a;--neutral-ground:#2e241e;--statement:#5c231d;--shadow-soft:rgba(0,0,0,0.35);--shadow-medium:rgba(0,0,0,0.5);--shadow-phone:rgba(0,0,0,0.65)}@media (max-width:700px){:root{--page-gutter:22px}}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:clip}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-deep)}::selection{background:var(--accent-tint-strong)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}h1,h2,h3,p{margin:0}button{font:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer}@keyframes tvUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes tvFade{0%{opacity:0}to{opacity:1}}.page{max-width:var(--page-width);margin:0 auto;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.sectionHead{gap:14px;margin-bottom:44px}.sectionHead,.sectionNum{display:flex;align-items:center}.sectionNum{width:34px;height:34px;border-radius:50%;border:1px solid var(--stroke);justify-content:center;font:400 12px var(--font-body);flex:none}.eyebrow,.sectionNum{color:var(--text-secondary)}.eyebrow{font:600 10.5px var(--font-body);letter-spacing:2.2px;text-transform:uppercase}.sectionRule{flex:1 1;height:1px;background:var(--hairline)}.display{font-weight:300;letter-spacing:-.8px;line-height:1.14;text-wrap:pretty}.display,.serif{font-family:var(--font-display)}.serif{font-weight:400}.lede{font:400 16px/1.76 var(--font-body);color:var(--text-secondary);text-wrap:pretty}.btnPrimary{height:54px;padding:0 26px;border-radius:28px;background:var(--ink);color:var(--on-ink);display:inline-flex;align-items:center;gap:10px;font:700 14.5px var(--font-body);cursor:pointer;transition:background .18s ease}.btnPrimary:hover{background:var(--ink-hover);color:var(--on-ink)}.productSwatch{background:repeating-linear-gradient(135deg,var(--surface-muted) 0 5px,var(--surface-sunken) 5px 10px)}