@font-face{font-family:Neue Haas Display;src:url(/fonts/NeueHaasDisplayThin.ttf)format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Display;src:url(/fonts/NeueHaasDisplayLight.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Display;src:url(/fonts/NeueHaasDisplayRoman.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Display;src:url(/fonts/NeueHaasDisplayMedium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Display;src:url(/fonts/NeueHaasDisplayBold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Display;src:url(/fonts/NeueHaasDisplayBlack.ttf)format("truetype");font-weight:900;font-style:normal;font-display:swap}.hub{--bg:#f6f6f6;--bg-soft:#eee;--text:#151515;--muted:#15151599;--soft:#15151561;--line:#15151514;--line-strong:#15151529;--panel:#fff;--panel-soft:#eaeaea;--accent:#d42b2b;--accent-dark:#a81e1e;--accent-soft:#d42b2b14;--accent-glow:#d42b2b33;background:var(--bg);color:var(--text);--pad-x:20px;min-height:100vh;margin:0;padding:0;font-family:Neue Haas Display,Helvetica Neue,Helvetica,Arial,sans-serif;transition:background-color .3s,color .3s;overflow-x:clip}.hub[data-theme=dark]{--bg:#0d0d0d;--bg-soft:#111;--text:#f0ece6;--muted:#f0ece68f;--soft:#f0ece657;--line:#ffffff14;--line-strong:#ffffff29;--panel:#181818;--panel-soft:#202020}.hub *{box-sizing:border-box}.hub-header{padding:24px var(--pad-x);justify-content:space-between;align-items:center;max-width:100%;display:flex}.hub-header__logo{width:auto;height:24px}.hub-header__logo--dark,.hub[data-theme=dark] .hub-header__logo--light{display:none}.hub[data-theme=dark] .hub-header__logo--dark{display:block}.hub-header__actions{align-items:center;gap:12px;display:flex}.theme-toggle{border:1px solid var(--line-strong);width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .28s,border-color .28s,color .28s,transform .28s;display:flex}.theme-toggle:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.theme-toggle svg{width:18px;height:18px}.theme-toggle__icon--moon,.hub[data-theme=dark] .theme-toggle__icon--sun{display:none}.hub[data-theme=dark] .theme-toggle__icon--moon{display:block}.hub-header__link{color:var(--text);text-underline-offset:4px;font-size:.9rem;font-weight:600;text-decoration:underline;transition:color .28s}.hub-header__link:hover{color:var(--accent)}.hub-hero{padding:32px var(--pad-x) 40px;text-align:left;margin:0 24px}.hub-hero__kicker{letter-spacing:.28em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:.72rem;font-weight:300;display:block}.hub-hero__title{letter-spacing:-.03em;text-transform:uppercase;margin:0 0 20px;font-size:clamp(2.2rem,8vw,3.8rem);font-weight:900;line-height:.92}.hub-hero__title em{color:var(--accent);font-style:normal}.hub-hero__subtitle{color:var(--muted);flex-direction:column;gap:12px;max-width:540px;margin:0 0 28px;font-size:1.05rem;line-height:1.6;display:flex}.hub-hero__subtitle p{margin:0}.hub-hero__actions{gap:12px;display:flex}.hub-hero__cta{background:var(--accent);color:#fff;border-radius:var(--radius-pill);box-shadow:var(--shadow-red);cursor:pointer;border:none;justify-content:center;align-items:center;padding:14px 28px;font-size:.96rem;font-weight:600;transition:all .28s;display:inline-flex}.hub-hero__cta:hover{background:var(--accent-dark);box-shadow:0 20px 48px var(--accent-glow);transform:translateY(-1px)}.hub-products{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:20px 0}.hub-products__grid{flex-direction:column;gap:12px;display:flex;position:relative}.hub-card-ref{border-radius:var(--radius-lg);flex-direction:column;gap:16px;min-height:220px;padding:24px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,z-index,top .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000a}.hub-card-ref__header{justify-content:space-between;align-items:center;display:flex}.hub-card-ref__kicker{letter-spacing:.22em;text-transform:uppercase;font-size:.72rem;font-weight:700}.hub-card-ref__action-btn{color:#fff;background:#151515;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .28s,background-color .28s;display:flex}.hub-card-ref__action-btn:hover{background:var(--accent);transform:scale(1.1)rotate(15deg)}.hub-card-ref__title{letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:1.5rem;font-weight:900;line-height:1.1}.hub-card-ref__desc{opacity:.85;margin:0;font-size:.88rem;font-weight:400;line-height:1.48}.hub-card-ref__bottom{justify-content:flex-start;align-items:center;margin-top:auto;display:flex}.hub-card-ref__pill-btn{color:#fff;border-radius:var(--radius-pill);background:#151515;padding:6px 14px;font-size:.8rem;font-weight:700;transition:background-color .28s,color .28s,transform .28s}.hub-card-ref__pill-btn:hover{background:var(--accent);transform:translateY(-1px)}.hub-card-ref--invert .hub-card-ref__action-btn,.hub-card-ref--invert .hub-card-ref__pill-btn{color:#151515;background:#fff}.hub-card-ref--invert .hub-card-ref__action-btn:hover,.hub-card-ref--invert .hub-card-ref__pill-btn:hover{color:#fff;background:#151515}.hub-products__grid.is-live{touch-action:pan-y;height:500px;margin-top:70px;display:block;overflow:hidden}.hub-products__grid.is-live .hub-card-ref{will-change:transform;gap:12px;width:clamp(200px,72%,290px);height:min(45vh,420px);margin:0;padding:20px;transition:none;position:absolute;top:28px;left:50%}.hub-products__grid.is-live .hub-card-ref__kicker{font-size:.85rem}.hub-products__grid.is-live .hub-card-ref__title{font-size:clamp(1.9rem,4.4vh,2.8rem)}.hub-products__grid.is-live .hub-card-ref__desc{font-size:clamp(.98rem,2.1vh,1.22rem)}.hub-products__grid.is-live .hub-card-ref__action-btn{width:42px;height:42px}.hub-products__grid.is-live .hub-card-ref__bottom{padding:0}.hub-products__grid.is-live .hub-card-ref__pill-btn{padding:8px 18px;font-size:.92rem}.hub-media{padding:20px var(--pad-x)}.hub-media__grid{grid-template-columns:1fr;gap:16px;display:grid}.hub-media__newsletter{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:24px;display:flex}.hub-media__newsletter-title{letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:700}.hub-media__newsletter-desc{color:var(--muted);margin:0 0 8px;font-size:.92rem;line-height:1.5}.hub-media__newsletter-form{flex-direction:column;gap:10px;display:flex}.hub-media__input{border:1px solid var(--line-strong);border-radius:var(--radius-pill);color:var(--text);background:#fbfbfb;outline:none;width:100%;padding:12px 18px;font-size:.92rem;transition:border-color .28s,box-shadow .28s}.hub-media__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d42b2b1a}.hub-media__input:disabled{opacity:.6;cursor:not-allowed}.hub-media__newsletter-feedback{color:var(--muted);margin:10px 0 0;font-size:.85rem;line-height:1.4}.hub-media__newsletter-feedback[role=alert]{color:var(--accent)}.hub-media__submit-btn{background:var(--accent);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;justify-content:center;align-items:center;width:100%;padding:12px 24px;font-size:.92rem;font-weight:700;transition:all .28s;display:inline-flex}.hub-media__submit-btn:hover{background:var(--accent-dark);transform:translateY(-1px)}.hub-media__coupon{background:var(--panel-soft);border:1px solid var(--line);border-radius:var(--radius-lg);color:inherit;flex-direction:column;justify-content:center;padding:24px;text-decoration:none;transition:border-color .28s,transform .28s;display:flex;position:relative;overflow:hidden}.hub-media__coupon:hover{border-color:var(--accent);transform:translateY(-2px)}.hub-media__coupon-label{letter-spacing:.28em;color:var(--muted);margin-bottom:6px;font-size:.72rem;font-weight:300}.hub-media__coupon-code{letter-spacing:-.02em;color:var(--text);margin:0;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:900}.hub-media__coupon-desc{color:var(--muted);margin:4px 0 0;font-size:.88rem}.hub-bio{--bg:#0d0d0d;--bg-soft:#111;--text:#f0ece6;--muted:#f0ece68f;--soft:#f0ece657;--line:#ffffff14;--line-strong:#ffffff29;--panel:#181818;--panel-soft:#202020;background:var(--bg);color:var(--text);border-radius:var(--radius-lg);border:1px solid var(--line);margin:24px var(--pad-x) 0;padding:24px 24px 50px;position:relative;overflow:hidden}.hub-bio__container{flex-direction:column;gap:24px;display:flex}.hub-bio__portrait{aspect-ratio:4/5;border-radius:var(--radius-md);background:var(--panel-soft);width:100%;overflow:hidden}.hub-bio__image{object-fit:cover;width:100%;height:100%;display:block}.hub-bio__content{flex-direction:column;gap:12px;display:flex}.hub-bio__kicker{letter-spacing:.28em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:300}.hub-bio__title{letter-spacing:-.02em;margin:0 0 8px;font-size:1.6rem;font-weight:700}.hub-bio__text{color:var(--muted);margin:0;font-size:.96rem;line-height:1.7}.hub-bio__highlight{text-underline-offset:3px;color:var(--accent);font-weight:700;text-decoration:underline}.hub-footer{--bg:#0d0d0d;--bg-soft:#111;--text:#f0ece6;--muted:#f0ece68f;--soft:#f0ece657;--line:#ffffff14;--line-strong:#ffffff29;--panel:#181818;--panel-soft:#202020;background:var(--panel-soft);color:var(--text);border-radius:var(--radius-lg) var(--radius-lg) 0 0;border:1px solid var(--line);margin:16px calc(50% - 50vw) 0;padding:44px}.hub-footer__top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.hub-footer__logo{width:auto;height:20px}.hub-footer__location{letter-spacing:.28em;color:var(--soft);font-size:.68rem;font-weight:300}.hub-footer__links{flex-direction:column;margin-top:8px;display:flex}.hub-footer__link{color:var(--text);border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 0;font-size:.96rem;font-weight:500;transition:color .28s;display:flex}.hub-footer__link:last-child{border-bottom:1px solid var(--line)}.hub-footer__link:hover{color:var(--accent)}.hub-footer__link-arrow{color:var(--soft);align-items:center;transition:color .28s,transform .28s;display:flex}.hub-footer__link:hover .hub-footer__link-arrow{color:var(--accent);transform:translate(1px,-1px)}.hub-footer__bottom{letter-spacing:.08em;color:var(--soft);justify-content:space-between;margin-top:24px;font-size:.64rem;display:flex}@media (min-width:768px){.hub{--pad-x:40px;max-width:720px;margin:0 auto;padding:0}.hub-header{padding:32px 0}.hub-hero{padding:48px 0}.hub-hero__title{font-size:clamp(3rem,5vw,4.8rem)}.hub-products__grid.is-live{height:500px}.hub-products__grid.is-live .hub-card-ref{cursor:pointer;gap:20px;width:clamp(240px,42%,300px);height:min(60vh,420px);padding:32px}.hub-media__grid{grid-template-columns:1.4fr 1fr;gap:16px}.hub-media__newsletter{padding:28px}.hub-media__newsletter-form{flex-direction:row;align-items:center;gap:12px}.hub-media__input{flex:1}.hub-media__submit-btn{width:auto;padding:12px 28px}.hub-media__coupon{padding:28px}.hub-bio{padding:32px 32px 50px}.hub-bio__container{flex-direction:row;align-items:flex-start;gap:32px}.hub-bio__portrait{flex-shrink:0;width:200px;height:250px}.hub-bio__content{flex:1;gap:14px}.hub-bio__title{font-size:1.8rem}.hub-footer{padding:44px}}@media (min-width:1024px){.hub{max-width:860px}.hub-bio__portrait{width:240px;height:300px}}.hub-products__spread-btn{display:none}@media (min-width:768px){.hub-products__spread-btn{border-radius:var(--radius-pill);color:#fff;letter-spacing:.02em;cursor:pointer;background:#151515;border:none;justify-content:center;align-items:center;width:fit-content;margin:20px auto 0;padding:10px 22px;font-family:inherit;font-size:.8rem;font-weight:700;transition:background-color .28s,transform .28s;display:flex}.hub-products__spread-btn:hover{background:var(--accent);transform:translateY(-1px)}}@media (prefers-reduced-motion:reduce){.hub-products__spread-btn{display:none}}
