@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-BOOGhInR.woff2) format("woff2"),url(/assets/inter-latin-400-normal-gitzw0hO.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-D273HNI0.woff2) format("woff2"),url(/assets/inter-latin-600-normal-B5cFAncS.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Sckx8rpT.woff2) format("woff2"),url(/assets/inter-latin-700-normal-B8MtJ_2k.woff) format("woff")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/space-grotesk-latin-400-normal-C0oqmF7T.woff2) format("woff2"),url(/assets/space-grotesk-latin-400-normal-ChcWOco_.woff) format("woff")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/space-grotesk-latin-600-normal-BUu1NTlP.woff2) format("woff2"),url(/assets/space-grotesk-latin-600-normal-63WU3uO9.woff) format("woff")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/space-grotesk-latin-700-normal-DUDKB872.woff2) format("woff2"),url(/assets/space-grotesk-latin-700-normal-XTACPmcu.woff) format("woff")}:root{--font-heading: "Space Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--color-surface: #ffffff;--color-panel: #f8f8f8;--color-heading: #000000;--color-body: #111111;--color-muted: #666666;--color-stroke: #333333;--color-rule: #cccccc;--color-rule-strong: #000000}[data-theme=dark]{--color-surface: #050505;--color-panel: #111111;--color-heading: #f5f5f5;--color-body: #e6e6e6;--color-muted: #b5b5b5;--color-stroke: #d0d0d0;--color-rule: #333333;--color-rule-strong: #f5f5f5}.layout-stack{display:flex;flex-direction:column;gap:1.5rem}.layout-split{display:grid;gap:2rem}@media (min-width: 900px){.layout-split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}}.layout-split--reverse{direction:rtl}.layout-split--reverse>*{direction:ltr}.two-col-footer{display:grid;gap:2rem;padding-top:2rem}@media (min-width: 900px){.two-col-footer{grid-template-columns:3fr 2fr}}.site-header{position:sticky;top:0;z-index:40;background:var(--color-surface);border-bottom:3px solid #000}.site-header__inner{max-width:1280px;margin:0 auto;padding:1.25rem 1.25rem .75rem;text-align:center}.site-header__wordmark{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.25rem);font-weight:700;letter-spacing:-.03em;text-decoration:none;color:var(--color-heading);display:inline-block;margin-bottom:.75rem}.site-header__rule{height:1px;background:#000;opacity:.2;margin:0 auto .75rem;max-width:420px}.site-header__nav-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;align-items:center;padding-bottom:.75rem}.site-header__link{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;text-decoration:none;border-bottom:2px solid transparent;padding-bottom:.15rem}.site-header__link:hover,.site-header__link--active{border-bottom-color:#000}.site-header__cta{margin-left:.5rem}.site-header__menu-btn{display:none}@media (max-width: 960px){.site-header__menu-btn{display:inline-flex;border:2px solid #000;background:#fff;padding:.45rem .75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem}.site-header__nav-row{display:none;flex-direction:column;align-items:stretch;border:2px solid #000;padding:.75rem;margin-top:.75rem;background:#fff}.site-header__nav-row--open{display:flex}.site-header__cta{margin-left:0;width:100%;justify-content:center}}.site-footer{border-top:3px solid #000;margin-top:3rem;padding:2.5rem 0 3rem;background:var(--color-surface)}.site-footer__meta{color:var(--color-muted);font-size:.95rem}.site-footer__nav{display:flex;flex-direction:column;gap:.5rem}.site-footer__nav a{text-decoration:none;border-bottom:1px solid transparent;font-weight:600}.site-footer__nav a:hover{border-bottom-color:#000}.site-footer__legal a{margin-right:.75rem;font-size:.85rem;letter-spacing:.04em}.site-footer__toggle{margin-top:1.5rem;display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:.9rem}.site-footer__switch{width:46px;height:24px;border:2px solid #000;background:#fff;position:relative;cursor:pointer;padding:0}.site-footer__switch:after{content:"";width:16px;height:16px;background:#000;position:absolute;top:2px;left:2px;transition:left .18s ease}body[data-theme=dark] .site-footer__switch:after{left:24px;background:#fff}body[data-theme=dark] .site-footer__switch{background:#000}.site-footer__photo-note{margin-top:1.5rem;font-size:.8rem;color:var(--color-muted)}.cookie-banner{position:fixed;top:0;left:0;right:0;z-index:60;background:#fff;border-bottom:3px solid #000;padding:1rem 1.25rem;opacity:0;pointer-events:none;transition:opacity .45s ease;box-shadow:0 10px #0000000d}.cookie-banner--visible{opacity:1;pointer-events:auto}.cookie-banner__inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.cookie-banner__text{flex:1 1 320px;font-size:.95rem}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.cookie-banner__link{font-weight:600;text-decoration:none;border-bottom:2px solid #000}.card-board{background:#fff;border:2px solid #000;position:relative;transition:box-shadow .18s ease,transform .18s ease}.card-board:hover{box-shadow:7px 7px #000}.card-board--featured{border-width:3px}.card-board__media{position:relative;border-bottom:2px solid #000;overflow:hidden}.card-board__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;background:linear-gradient(180deg,#0000 30%,#000000bf);color:#fff}.card-board__body{padding:1.25rem}.card-board__meta{font-size:.85rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.pricing-grid{display:grid;gap:1.25rem}@media (min-width: 900px){.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.pricing-card{border:2px solid #000;padding:1.75rem;background:#fff;display:flex;flex-direction:column;gap:1rem}.pricing-card--highlight{border-width:3px;box-shadow:6px 6px #000}.pricing-card__price{font-family:var(--font-heading);font-size:2.25rem;font-weight:700}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field label{font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem}.field input,.field textarea,.field select{border:2px solid #000;padding:.75rem;font-family:var(--font-body);font-size:1rem;border-radius:0;background:#fff;color:inherit}.field textarea{min-height:140px;resize:vertical}.inline-field-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.inline-field-row input{flex:1 1 220px}.accordion{border:2px solid #000}.accordion__item+.accordion__item{border-top:2px solid #000}.accordion__button{width:100%;text-align:left;background:#fff;border:0;padding:1rem 1.25rem;font-weight:700;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.accordion__button:hover{background:#f8f8f8}.accordion__panel{padding:0 1.25rem 1.25rem;border-top:1px solid #ccc;background:#fafafa}.flip-grid{display:grid;gap:1rem}@media (min-width: 800px){.flip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.flip-card{perspective:900px;min-height:200px}.flip-card__inner{position:relative;width:100%;height:100%;min-height:200px;transition:transform .6s ease;transform-style:preserve-3d}.flip-card:hover .flip-card__inner,.flip-card:focus-within .flip-card__inner{transform:rotateY(180deg)}.flip-card__face{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;border:2px solid #000;padding:1.25rem;background:#fff}.flip-card__face--back{transform:rotateY(180deg);background:#f8f8f8}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--color-body);background:var(--color-surface);min-height:100vh}body[data-theme=dark]{color:#f4f4f4;background:#0a0a0a}img{max-width:100%;display:block}a{color:inherit}.page-shell{max-width:1280px;margin:0 auto;padding:0 1.25rem 4rem}.section-block{padding:4.5rem 0;border-bottom:2px solid var(--color-rule)}.section-block:last-of-type{border-bottom:none}.section-label{font-family:var(--font-heading);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;margin-bottom:1rem;color:var(--color-muted)}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-heading);letter-spacing:-.02em}h1{font-size:clamp(2.75rem,4vw,4.25rem);font-weight:700;line-height:1.05;margin:0 0 1rem}h2{font-size:clamp(2rem,3vw,3rem);font-weight:700;margin:0 0 1rem}h3{font-size:1.5rem;font-weight:700;margin:0 0 .75rem}p{margin:0 0 1rem;max-width:68ch}.lede{font-size:1.125rem;max-width:60ch}.surface-panel{background:var(--color-panel);border:2px solid var(--color-rule-strong);padding:1.75rem;position:relative}.surface-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E")}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:2px solid var(--color-rule-strong);padding:.85rem 1.75rem;font-weight:600;text-decoration:none;cursor:pointer;font-family:var(--font-body);border-radius:0;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.btn--primary{background:#000;color:#fff}.btn--primary:hover{background:#fff;color:#000;box-shadow:4px 4px #000}.btn--ghost{background:#fff;color:#000}.btn--ghost:hover{background:#f8f8f8;box-shadow:4px 4px #000}.text-link{text-decoration:none;border-bottom:2px solid #000;font-weight:600}.text-link:hover{border-bottom-width:3px}.tag-pill{border:2px solid #000;padding:.35rem .75rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;background:#fff}.tag-pill--active{background:#000;color:#fff}.table-grid{width:100%;border-collapse:collapse;border:2px solid #000}.table-grid th,.table-grid td{border:1px solid #000;padding:.75rem .85rem;text-align:left;font-size:.95rem}.table-grid th{background:#f8f8f8;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.reveal{opacity:0;animation:revealFade .85s ease forwards}@keyframes revealFade{to{opacity:1}}@media print{.site-header,.cookie-banner,.site-footer__toggle{display:none!important}body{background:#fff;color:#000}}
