:root{color-scheme:light only;--ink:#22201c;--ink-2:#3a3127;--heading:#2b2925;--paper:#fbfaf7;--paper-2:#f3f1ec;--card:#ffffff;--brass:#9a7b3f;--brass-soft:#b8923f;--brass-deep:#7d6230;--line:#e9e6df;--muted:#736f66;--silver:#c9ccd1;--ok:#2f7d52;--radius:16px;--maxw:1180px;--font-display:var(--font-fraunces),Georgia,serif;--font-body:var(--font-hanken),system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--paper)}body{margin:0;font-family:var(--font-body);color:var(--ink);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:1.06;letter-spacing:-.015em;color:var(--heading)}h1{font-size:clamp(2.4rem,5.2vw,4rem)}h2{font-size:clamp(1.7rem,3.4vw,2.5rem)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--maxw);margin:0 auto;padding:0 28px}.btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--ink);color:var(--paper);border:1px solid var(--ink);border-radius:999px;padding:.85rem 1.6rem;font:inherit;font-weight:600;cursor:pointer;transition:transform .15s ease,background .2s ease}.btn:hover{transform:translateY(-1px);background:var(--brass-deep);border-color:var(--brass-deep)}.btn--brass{background:var(--brass);border-color:var(--brass);color:#fff}.btn--brass:hover{background:var(--brass-deep);border-color:var(--brass-deep)}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn--ghost:hover{background:transparent;border-color:var(--ink);transform:translateY(-1px)}.promobar{background:var(--ink);color:var(--paper);text-align:center;font-size:.92rem;letter-spacing:.02em;padding:.55rem 1rem}.promobar strong{color:var(--brass-soft)}.promobar__code{display:inline-block;margin-left:.6rem;padding:.12rem .7rem;border:1px solid rgba(184,146,63,.5);border-radius:999px;font-size:.85rem}.promobar__code b{color:var(--brass-soft);letter-spacing:.06em}@media (max-width:600px){.promobar__code{display:block;margin:.35rem auto 0;max-width:-moz-max-content;max-width:max-content}}.header{position:sticky;top:0;z-index:40;background:rgba(251,250,247,.82);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header__row{display:flex;align-items:center;justify-content:space-between;height:72px}.brand{font-family:var(--font-display);font-size:1.45rem;letter-spacing:-.02em}.brand span{color:var(--brass)}.nav{display:flex;gap:1.8rem;align-items:center}.nav a{font-weight:500;font-size:.95rem;color:var(--ink-2);transition:color .2s ease}.nav a:hover{color:var(--brass)}.hero{position:relative;overflow:hidden;background:var(--paper)}.hero__inner{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:3.5rem;gap:3.5rem;align-items:center;padding:6rem 0 5rem}.hero h1{color:var(--heading)}.hero h1 em{font-style:italic;color:var(--brass)}.hero p.lede{font-size:1.18rem;color:var(--ink-2);max-width:46ch;margin-top:1.4rem}.hero__art{aspect-ratio:1;position:relative;border-radius:20px;overflow:hidden;background:radial-gradient(120% 120% at 30% 25%,#ffffff 0,#f4f1ea 55%,#ece5d6 100%);box-shadow:0 30px 70px -34px rgba(60,48,20,.28);display:grid;place-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.74rem;font-weight:600;color:var(--brass)}.trust{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust>div{background:var(--paper-2);padding:1.3rem 1rem;text-align:center;font-size:.88rem;color:var(--muted)}.trust strong{display:block;font-family:var(--font-display);font-size:1.02rem;font-weight:500;color:var(--heading);margin-bottom:.15rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:0 24px 48px -28px rgba(60,48,20,.4)}.card__img{aspect-ratio:1;background:#fff;display:grid;place-items:center;color:var(--muted);font-size:.8rem;border-bottom:1px solid var(--line);position:relative;padding:22px}.card__img img{mix-blend-mode:multiply}.card__body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.35rem;flex:1 1}.card__tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-weight:600}.card__name{font-family:var(--font-display);font-size:1.12rem;color:var(--heading)}.card__meta{font-size:.85rem;color:var(--muted)}.card__price{margin-top:auto;font-weight:600;padding-top:.3rem}.card__price small{font-weight:500;color:var(--muted)}.card__price b{color:var(--brass)}.store{display:grid;grid-template-columns:250px 1fr;grid-gap:2.5rem;gap:2.5rem;padding:2.5rem 0 4rem}.filters{position:sticky;top:96px;align-self:start;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);padding:1.4rem}.filters h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;margin:1.3rem 0 .5rem;font-family:var(--font-body);font-weight:700;color:var(--muted)}.filters h3:first-child{margin-top:0}.filters label{display:flex;gap:.5rem;align-items:center;font-size:.92rem;padding:.25rem 0;cursor:pointer}.pdp-head{padding:.4rem 0 1.6rem;border-bottom:1px solid var(--line);margin-bottom:2rem}.pdp-head h1{margin-top:.3rem}.pdp{display:grid;grid-template-columns:340px 1fr;grid-gap:3rem;gap:3rem;align-items:start;padding:0 0 4rem}.pdp__img{aspect-ratio:1;background:#fff;border:1px solid var(--line);border-radius:var(--radius);display:grid;place-items:center;color:var(--muted);padding:2rem}.pdp__img img{mix-blend-mode:multiply}.spec{width:100%;border-collapse:collapse;margin:1rem 0}.spec td,.spec th{text-align:left;padding:.55rem .2rem;border-bottom:1px solid var(--line);font-size:.95rem}.spec th{color:var(--muted);font-weight:600;width:45%}.tiers{display:grid;grid-gap:.6rem;gap:.6rem;margin:1.2rem 0}.tier{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:12px;padding:.85rem 1.1rem;cursor:pointer;transition:border-color .2s ease}.tier:hover{border-color:var(--ink)}.tier--promo{border-color:var(--brass);background:linear-gradient(0deg,rgba(154,123,63,.07),rgba(154,123,63,.07))}.tier__free{font-size:.82rem;color:var(--ok);font-weight:700}.fits{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-top:1rem}.fits table{width:100%;border-collapse:collapse}.fits td,.fits th{padding:.55rem .85rem;border-bottom:1px solid var(--line);font-size:.9rem;text-align:left}.fits th{background:var(--paper-2);font-weight:700;color:var(--heading)}.flag{background:#fbf3da;border:1px solid #e7c75a;color:#6b5310;padding:.85rem 1.1rem;border-radius:12px;font-size:.9rem;margin:1rem 0}.guide table{width:100%;border-collapse:collapse;margin:1rem 0 2rem;font-size:.92rem}.guide td,.guide th{padding:.6rem .75rem;border-bottom:1px solid var(--line);text-align:left}.guide th{background:var(--ink);color:var(--paper);position:sticky;top:72px}.guide caption{text-align:left;font-family:var(--font-display);font-size:1.35rem;color:var(--heading);padding:1.2rem 0 .3rem}.footer{background:var(--ink);color:#cfc9bb;margin-top:4rem;padding:4rem 0 2.5rem}.footer a{color:#cfc9bb;transition:color .2s ease}.footer a:hover{color:var(--brass-soft)}.footer__cols{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem}.footer h4{color:var(--paper);font-family:var(--font-body);font-size:.78rem;text-transform:uppercase;letter-spacing:.14em}.footer ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:.45rem;gap:.45rem;font-size:.9rem}.footer__legal{border-top:1px solid rgba(255,255,255,.12);margin-top:2.5rem;padding-top:1.4rem;font-size:.82rem;color:#8a8678;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer__legal-links{display:flex;gap:1.4rem}.band{background:var(--paper-2)}.band--dark{background:var(--ink)}.band--dark,.band--dark h1,.band--dark h2,.band--dark h3,.band--dark h4{color:var(--paper)}.band--dark .eyebrow{color:var(--brass-soft)}.prose{max-width:70ch;margin:0 auto;padding:2.5rem 0 4rem}.prose h1{margin-bottom:.3rem}.prose h2{margin-top:2.2rem}.prose li,.prose p{color:var(--ink-2)}.prose a{color:var(--brass);font-weight:500}.finder{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);overflow:hidden}.finder__tabs{display:flex;border-bottom:1px solid var(--line)}.finder__tab{flex:1 1;padding:1rem 1.2rem;font:inherit;font-weight:600;background:var(--paper-2);color:var(--muted);border:none;cursor:pointer;transition:background .2s ease,color .2s ease}.finder__tab+.finder__tab{border-left:1px solid var(--line)}.finder__tab.is-active{background:var(--card);color:var(--heading);box-shadow:inset 0 -2px 0 var(--brass)}.finder__panel{padding:1.8rem}.finder__controls{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.2rem;gap:1.2rem}.finder__field{display:flex;flex-direction:column;gap:.4rem}.finder__field>span{font-size:.8rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.finder__field input,.finder__field select{font:inherit;padding:.8rem .9rem;border:1px solid var(--line);border-radius:12px;background:var(--paper);color:var(--ink)}.finder__field input:focus,.finder__field select:focus{outline:none;border-color:var(--brass)}.finder__field--mm{max-width:320px}.finder__lead{margin:1.6rem 0 1rem;font-size:1.05rem}.finder__empty,.finder__hint{margin-top:1.4rem;color:var(--muted);font-size:.95rem}.finder__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1.2rem;gap:1.2rem}.finder-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--card);transition:transform .2s ease,box-shadow .2s ease}.finder-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px -26px rgba(60,48,20,.4)}.finder-card__img{aspect-ratio:1;background:#fff;display:grid;place-items:center;padding:16px;border-bottom:1px solid var(--line)}.finder-card__img img{max-width:100%;max-height:100%;mix-blend-mode:multiply}.finder-card__body{padding:.9rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.25rem}.finder-card__tag{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:600}.finder-card__name{font-family:var(--font-display);font-size:1rem;color:var(--heading);line-height:1.2}.finder-card__meta{font-size:.82rem;color:var(--muted)}.finder-card__price{margin-top:.3rem;font-size:.9rem}.finder-card__price b{color:var(--brass)}@media (max-width:600px){.finder__controls{grid-template-columns:1fr}}.finder-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.2rem 2.4rem;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(120deg,var(--paper-2),var(--card));transition:box-shadow .25s ease,transform .2s ease}.finder-cta:hover{box-shadow:0 24px 48px -30px rgba(60,48,20,.35);transform:translateY(-2px)}.finder-cta__text h2{font-size:1.9rem;margin:.3rem 0 .5rem}.finder-cta__sub{color:var(--ink-2);max-width:52ch}.finder-cta__btn{white-space:nowrap;flex-shrink:0}@media (max-width:700px){.finder-cta{flex-direction:column;align-items:flex-start;gap:1.2rem}}.header__mobile{display:none;align-items:center;gap:.9rem}.hamburger{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:var(--card);cursor:pointer;padding:0}.hamburger__bars{position:relative;width:18px;height:14px;display:inline-block}.hamburger__bars i{position:absolute;left:0;width:100%;height:2px;background:var(--ink);border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.hamburger__bars i:first-child{top:0}.hamburger__bars i:nth-child(2){top:6px}.hamburger__bars i:nth-child(3){top:12px}.hamburger__bars.is-open i:first-child{top:6px;transform:rotate(45deg)}.hamburger__bars.is-open i:nth-child(2){opacity:0}.hamburger__bars.is-open i:nth-child(3){top:6px;transform:rotate(-45deg)}.mobile-menu{display:none;overflow:hidden;max-height:0;transition:max-height .3s ease;border-bottom:1px solid var(--line);background:var(--paper)}.mobile-menu.is-open{max-height:460px}.mobile-menu__nav{display:flex;flex-direction:column;padding:.5rem 0}.mobile-menu__nav a{padding:.9rem 28px;font-size:1.05rem;color:var(--ink);border-bottom:1px solid var(--line)}.mobile-menu__nav a:last-child{border-bottom:none}.mobile-menu__nav a:hover{color:var(--brass);background:var(--paper-2)}@media (max-width:900px){.hero__inner,.pdp{grid-template-columns:1fr;gap:2.5rem}.hero__art{max-width:320px}.store{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr!important}.filters{position:static}.trust{grid-template-columns:repeat(2,1fr)}.footer__cols{grid-template-columns:1fr 1fr}.nav{display:none}.header__mobile{display:flex}.mobile-menu{display:block}}@font-face{font-family:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/c62081b071647022-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/c62081b071647022-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/c62081b071647022-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_80e2a8{font-family:Fraunces,Fraunces Fallback}.__variable_80e2a8{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk Fallback;src:local("Arial");ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.00%;size-adjust:100.94%}.__className_c8454b{font-family:Hanken Grotesk,Hanken Grotesk Fallback;font-style:normal}.__variable_c8454b{--font-hanken:"Hanken Grotesk","Hanken Grotesk Fallback"}