:root{--white:#ffffff;--paper:#fbfaf8;--stone:#f3f1ed;--ink:#141414;--ash:#757470;--hairline:#e6e4df;--product-ratio:4/5}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);font-family:var(--font-sans),Arial,sans-serif;font-weight:300;line-height:1.65;letter-spacing:.01em}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:none;border:none}input,select,textarea{font:inherit;width:100%;padding:13px 14px;border:1px solid var(--hairline);background:var(--white);color:var(--ink);border-radius:0}input:focus,select:focus,textarea:focus{outline:1px solid var(--ink);border-color:var(--ink)}::selection{background:var(--ink);color:var(--white)}.serif{font-family:var(--font-serif),Georgia,serif}.container{max-width:1280px;margin:0 auto;padding:0 20px}.section{padding:clamp(56px,9vw,100px) 0}.kicker{font-size:10px;letter-spacing:.32em;text-transform:uppercase;color:var(--ash);font-weight:400}.title{font-family:var(--font-serif),Georgia,serif;font-weight:300;letter-spacing:.02em;line-height:1.12;font-size:clamp(30px,6vw,50px)}.title em{font-style:italic;color:var(--ash)}.btn{display:inline-block;text-align:center;font-size:11px;letter-spacing:.26em;text-transform:uppercase;font-weight:400;padding:16px 40px;transition:all .25s}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-dark{background:var(--ink);color:var(--white);border:1px solid var(--ink)}.btn-dark:hover:not(:disabled){background:#333}.btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--ink)}.btn-ghost:hover:not(:disabled){background:var(--ink);color:var(--white)}.btn-block{display:block;width:100%}.ask-wa{display:flex;align-items:center;gap:10px;width:100%;margin-top:20px;padding:13px 15px;border:1px solid var(--hairline);font-size:12.5px;transition:border-color .2s,background .2s}.ask-wa:hover{border-color:var(--ink);background:var(--paper)}.announce{background:var(--ink);color:var(--white);text-align:center;padding:9px 16px;font-size:10px;letter-spacing:.28em;text-transform:uppercase}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--hairline)}.nav-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:62px}.nav-logo{font-family:var(--font-serif),Georgia,serif;font-size:22px;font-weight:500;letter-spacing:.42em;margin-right:-.42em}.nav-links{display:none;gap:32px;list-style:none}.nav-links a{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--ash);padding-bottom:3px;border-bottom:1px solid transparent;transition:.25s}.nav-links a:hover{color:var(--ink);border-color:var(--ink)}.cart-btn{position:relative;font-size:11px;letter-spacing:.2em;text-transform:uppercase}.cart-count{position:absolute;top:-10px;right:-14px;background:var(--ink);color:var(--white);font-size:10px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.pcard{background:var(--white);border:1px solid var(--hairline);transition:box-shadow .3s}.pcard:hover{box-shadow:0 8px 28px rgba(0,0,0,.06)}.pcard-media{aspect-ratio:var(--product-ratio);background:linear-gradient(168deg,#f6f4f1,#ece9e4);position:relative;overflow:hidden}.pcard-media img{width:100%;height:100%;object-fit:cover}.pcard-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif),Georgia,serif;letter-spacing:.3em;opacity:.08;font-size:26px}.badge{position:absolute;top:14px;left:14px;background:var(--ink);color:var(--white);font-size:9px;letter-spacing:.2em;text-transform:uppercase;padding:6px 11px}.badge-out{background:var(--ash)}.pcard-body{padding:16px 14px 18px}.pcard-cat{font-size:9.5px;letter-spacing:.24em;text-transform:uppercase;color:var(--ash);margin-bottom:6px}.pcard-name{font-family:var(--font-serif),Georgia,serif;font-size:19px;font-weight:400;margin-bottom:6px;line-height:1.2}.pcard-price{font-size:14px}.pcard-price s{color:var(--ash);margin-right:8px}.field{margin-bottom:16px}.field label{display:block;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--ash);margin-bottom:7px}.error{color:#a33;font-size:13px;margin:10px 0}.hr{border:0;border-top:1px solid var(--hairline);margin:26px 0}.size-row{display:flex;gap:8px;flex-wrap:wrap}.size-chip{min-width:52px;padding:11px 0;text-align:center;border:1px solid var(--hairline);font-size:12px;letter-spacing:.1em;transition:.2s;background:var(--white)}.size-chip.active,.size-chip:hover:not(:disabled){border-color:var(--ink)}.size-chip.active{background:var(--ink);color:var(--white)}.size-chip:disabled{color:#c5c3bf;text-decoration:line-through;cursor:not-allowed}.qty-row{display:inline-flex;border:1px solid var(--hairline)}.qty-row button{width:44px;height:44px;font-size:18px}.qty-row span{width:50px;display:flex;align-items:center;justify-content:center;font-size:14px}table.sizes{width:100%;border-collapse:collapse;min-width:460px}table.sizes th{font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:400;color:var(--white);background:var(--ink);padding:14px 16px;text-align:left}table.sizes td{font-size:13.5px;padding:13px 16px;border-bottom:1px solid var(--hairline)}table.sizes tr:nth-child(2n) td{background:var(--paper)}footer.site{background:var(--ink);color:var(--white);padding:clamp(50px,8vw,80px) 0 32px;margin-top:60px}.foot-logo{font-family:var(--font-serif),Georgia,serif;text-align:center;font-size:34px;font-weight:300;letter-spacing:.4em;margin-right:-.4em;margin-bottom:10px}.foot-tag{text-align:center;font-family:var(--font-serif);font-style:italic;color:#8d8c88;margin-bottom:38px}.foot-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 28px;list-style:none;margin-bottom:34px}.foot-links a{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#b6b5b1}.foot-links a:hover{color:var(--white)}.foot-base{text-align:center;font-size:10.5px;letter-spacing:.14em;color:#5d5c58;text-transform:uppercase}@media (min-width:640px){.grid{grid-template-columns:repeat(3,1fr);gap:22px}.nav-links{display:flex}.pcard-body{padding:20px 18px 22px}}@media (min-width:1024px){.grid{grid-template-columns:repeat(4,1fr)}}.btn-light{background:var(--white);color:var(--ink);border:1px solid var(--white)}.btn-light:hover,.btn-outline-light{background:transparent;color:var(--white)}.btn-outline-light{border:1px solid #4a4a4a}.btn-outline-light:hover{background:var(--white);color:var(--ink);border-color:var(--white)}.values{display:grid;grid-template-columns:1fr;border:1px solid var(--hairline)}.value-cell{padding:40px 30px;text-align:center;border-bottom:1px solid var(--hairline)}.value-cell:last-child{border-bottom:none}@media (min-width:760px){.values{grid-template-columns:1fr 1fr 1fr}.value-cell{border-bottom:none;border-right:1px solid var(--hairline)}.value-cell:last-child{border-right:none}}.hero{position:relative;padding:clamp(70px,13vh,140px) 24px clamp(56px,9vh,100px);text-align:center;background:radial-gradient(ellipse 80% 60% at 50% 0,var(--stone) 0,transparent 65%),var(--white)}.hero-kicker{display:inline-flex;align-items:center;gap:14px;font-size:10px;letter-spacing:.34em;text-transform:uppercase;color:var(--ash);margin-bottom:34px;font-weight:400}.hk-line{display:block;width:32px;height:1px;background:var(--ash);opacity:.45}.hero-title{font-size:clamp(60px,15vw,140px);font-weight:300;letter-spacing:clamp(.12em,2vw,.2em);margin-right:-.2em;line-height:.96;margin-bottom:26px}.hero-sub{font-style:italic;font-weight:300;font-size:clamp(19px,4.6vw,27px);color:var(--ash);margin-bottom:16px}.hero-desc{font-size:13px;color:var(--ash);max-width:430px;margin:0 auto 40px;line-height:1.8}.hero-trust{margin-top:44px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 36px}.hero-trust .trust-item{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--ash);display:flex;align-items:center;gap:8px}.hero-trust .trust-item:before{content:"✓";font-size:11px}.ticker{background:var(--paper);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);padding:15px 0;overflow:hidden}.ticker-track{display:flex;gap:56px;white-space:nowrap;animation:tick 28s linear infinite;width:max-content}.ticker span{font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:15px;color:var(--ash);flex-shrink:0}@keyframes tick{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.social-row{gap:16px}.social-ic,.social-row{display:flex;justify-content:center}.social-ic{width:50px;height:50px;border:1px solid var(--hairline);border-radius:50%;align-items:center;color:var(--ink);transition:all .25s}.social-ic:hover{background:var(--ink);color:var(--white);border-color:var(--ink)}@media (prefers-reduced-motion:reduce){.ticker-track{animation:none}}.wa-float{position:fixed;bottom:22px;right:22px;z-index:90;width:56px;height:56px;border-radius:50%;background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(0,0,0,.22);transition:transform .25s}.wa-float:hover{transform:scale(1.07)}.legal-body{font-size:14.5px;color:var(--ink);line-height:1.9}.legal-body h2{font-family:var(--font-serif),Georgia,serif;font-weight:400;font-size:22px;margin:32px 0 12px}.legal-body p{margin-bottom:14px;color:#3a3a38}.legal-body ul{margin:0 0 14px 20px;color:#3a3a38}.legal-body li{margin-bottom:7px}.legal-body a{text-decoration:underline}.foot-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px 20px;gap:32px 20px;max-width:760px;margin:8px auto 40px;text-align:left;padding-bottom:36px;border-bottom:1px solid #2c2c2c}.foot-col-title{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:#6f6e6a;margin-bottom:16px}.foot-col-links{list-style:none;display:flex;flex-direction:column;gap:10px}.foot-col-links a{font-size:13px;color:#b6b5b1;transition:color .25s}.foot-col-links a:hover{color:var(--white)}@media (min-width:700px){.foot-cols{grid-template-columns:repeat(4,1fr)}}.nav-burger{display:flex;color:var(--ink);padding:4px;-webkit-tap-highlight-color:transparent;background:transparent}.nav-icons{gap:6px}.nav-ic,.nav-icons{display:flex;align-items:center}.nav-ic{position:relative;width:38px;height:38px;justify-content:center;color:var(--ink);background:transparent;-webkit-tap-highlight-color:transparent}.nav-burger:active,.nav-burger:focus,.nav-burger:hover,.nav-ic:active,.nav-ic:focus,.nav-ic:hover{background:transparent;outline:none}.ic-count{position:absolute;top:2px;right:0;background:var(--ink);color:var(--white);font-size:9px;min-width:16px;height:16px;padding:0 4px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans),Arial,sans-serif}.mobile-menu{position:fixed;inset:0;z-index:300;pointer-events:none;visibility:hidden}.mobile-menu.show{pointer-events:auto;visibility:visible}.mm-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);opacity:0;transition:opacity .3s}.mobile-menu.show .mm-overlay{opacity:1}.mm-panel{position:absolute;top:0;left:0;bottom:0;width:84%;max-width:340px;background:#ffffff;transform:translateX(-100%);transition:transform .3s ease;display:flex;flex-direction:column;padding:22px 26px;overflow-y:auto;box-shadow:2px 0 24px rgba(0,0,0,.12);margin-top:50px}.mobile-menu.show .mm-panel{transform:translateX(0)}.mm-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.mm-head button{color:var(--ink)}.mm-links{display:flex;flex-direction:column;gap:18px}.mm-links a{font-size:15px;letter-spacing:.04em;color:var(--ink)}.mm-divider{height:1px;background:var(--hairline);margin:8px 0}.mm-links .mm-divider+a,.mm-links a{font-size:14px}.mm-foot{margin-top:auto;display:flex;gap:18px;padding-top:24px;border-top:1px solid var(--hairline)}.mm-foot a{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--ash)}@media (min-width:640px){.nav-burger{display:none}}@media (max-width:639px){.nav-links{display:none}.nav-logo{position:absolute;left:40%;transform:translateX(-50%)}}.wish-btn{position:absolute;top:12px;right:12px;z-index:2;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.9);color:var(--ink);display:flex;align-items:center;justify-content:center;transition:all .2s;border:1px solid var(--hairline)}.wish-btn:hover{background:var(--white)}.wish-btn.active{color:#c0392b}.wish-btn-inline{position:static;width:48px;height:48px;flex-shrink:0;border:1px solid var(--hairline);background:var(--white)}.stars{white-space:nowrap;letter-spacing:.1em;line-height:1}.star-on{color:var(--ink)}.star-off{color:var(--hairline)}.stars-input{display:inline-flex;gap:4px;font-size:30px;line-height:1}.stars-input label{cursor:pointer;transition:transform .12s}.stars-input label:hover{transform:scale(1.12)}.stars-input input{position:absolute;opacity:0;width:1px;height:1px}.stars-input input:focus-visible+span{outline:2px solid var(--ink);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.pcard-rating{display:flex;align-items:center;gap:6px;margin-bottom:6px}.pcard-rating .rating-count{font-size:11px;color:var(--ash)}.review{padding:22px 0;border-bottom:1px solid var(--hairline)}.review:last-child{border-bottom:0}.review-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.review-name{font-size:13.5px;font-weight:400}.review-date{font-size:11px;color:var(--ash)}.review-verified{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ash);border:1px solid var(--hairline);padding:3px 8px;white-space:nowrap}.review-title{font-family:var(--font-serif),Georgia,serif;font-size:17px;margin-bottom:5px}.review-body{font-size:14px;color:#3a3a38;white-space:pre-line}.review-summary{display:flex;align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--hairline);margin-bottom:4px}.review-score{font-family:var(--font-serif),Georgia,serif;font-size:40px;line-height:1}.cat-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:14px}.cat-chip{padding:9px 18px;border:1px solid var(--hairline);background:var(--white);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--ash);transition:.2s;white-space:nowrap}.cat-chip:hover{border-color:var(--ink);color:var(--ink)}.cat-chip.active{background:var(--ink);color:var(--white);border-color:var(--ink)}.cat-summary{text-align:center;font-size:12px;color:var(--ash)}.cat-summary b{color:var(--ink);font-weight:400}.cat-clear{margin-left:12px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid var(--hairline);padding-bottom:1px}.cat-clear:hover{border-bottom-color:var(--ink);color:var(--ink)}:root{--sale:#9c3b2e}.sale-banner{background:var(--stone);border:1px solid var(--hairline);padding:clamp(28px,5vw,44px) 22px;text-align:center;margin-bottom:34px}.sale-banner .kicker{color:var(--sale);margin-bottom:12px}.sale-hook{font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:15px;color:var(--ash);margin-top:14px;max-width:34em;margin-left:auto;margin-right:auto}.sale-page .badge{background:var(--sale)}.sale-page .badge-out{background:var(--ash)}.sale-page .cat-chip.active{background:var(--sale);border-color:var(--sale)}.sale-page .pcard-price{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.sale-page .pcard-price s{color:var(--ash);margin-right:0;font-size:13px}.pcard-save{display:block;font-size:11px;letter-spacing:.06em;color:var(--sale);margin-top:4px}.product-layout{display:grid;grid-gap:40px;gap:40px}@media (min-width:880px){.product-layout{grid-template-columns:1.1fr 1fr;gap:48px;align-items:start}}.crumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ash);margin-bottom:22px}.crumbs [aria-current],.crumbs a:hover{color:var(--ink)}.pdp-title{font-size:clamp(28px,5vw,40px);font-weight:400;line-height:1.15;margin-bottom:10px}.pdp-rating{display:inline-flex;align-items:center;gap:8px;font-size:13px;margin-bottom:14px}.pdp-rating b{font-weight:400}.pdp-rating span{color:var(--ash);border-bottom:1px solid var(--hairline)}.pdp-rating:hover span{border-bottom-color:var(--ink)}.pdp-price{font-size:22px;margin-bottom:4px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.pdp-price s{color:var(--ash);font-size:17px}.pdp-from{color:var(--ash);font-size:15px}.pdp-sku{font-size:11px;color:var(--ash);letter-spacing:.1em;margin-bottom:22px}.pdp-size-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.pdp-low{color:#a33;text-transform:none;letter-spacing:0}.pdp-sizeguide{font-size:10px;letter-spacing:.13em;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px;flex-shrink:0}.size-chip-price{display:block;font-size:9px;opacity:.7;margin-top:2px}.pdp-cta{display:grid;grid-gap:10px;gap:10px;margin-top:26px}.pdp-trust{margin-top:18px;font-size:12.5px;color:var(--ash)}.pdp-eta{margin-top:12px;font-size:13px;color:var(--ink);background:var(--paper);border:1px solid var(--hairline);padding:12px 14px}.pdp-eta b{font-weight:400}.pdp-acc{margin-top:28px;border-top:1px solid var(--hairline)}.acc{border-bottom:1px solid var(--hairline)}.acc-head{display:flex;align-items:center;justify-content:space-between;padding:16px 0;cursor:pointer;list-style:none;font-size:11px;letter-spacing:.2em;text-transform:uppercase}.acc-head::-webkit-details-marker{display:none}.acc-head::marker{content:""}.acc-head:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.acc-mark{position:relative;width:11px;height:11px;flex-shrink:0}.acc-mark:after,.acc-mark:before{content:"";position:absolute;background:var(--ink);transition:transform .2s}.acc-mark:before{top:5px;left:0;width:11px;height:1px}.acc-mark:after{left:5px;top:0;width:1px;height:11px}.acc[open] .acc-mark:after{transform:scaleY(0)}.acc-body{padding:0 0 20px;font-size:14px;color:#3a3a38;line-height:1.85}.acc-sub{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--ash);margin:4px 0 8px}.acc-list{list-style:none;margin-bottom:14px}.acc-list li{padding:3px 0}.acc-list li b{font-weight:400}.acc-prose{font-family:var(--font-serif),Georgia,serif;font-size:15.5px;line-height:1.85;margin:12px 0 16px;white-space:pre-line}.acc-row{display:flex;gap:14px;padding:4px 0;font-size:13.5px}.acc-row-label{color:var(--ash);min-width:108px;flex-shrink:0}.acc-link{border-bottom:1px solid var(--hairline)}.acc-link:hover{border-bottom-color:var(--ink)}.gal-frame{position:relative;aspect-ratio:var(--product-ratio);border:1px solid var(--hairline);overflow:hidden;cursor:zoom-in;background:linear-gradient(168deg,#f6f4f1,#ece9e4)}.gal-frame:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.gal-img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease-out}.gal-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.92);border:1px solid var(--hairline);font-size:22px;line-height:1;color:var(--ink);display:flex;align-items:center;justify-content:center;z-index:2}.gal-arrow:hover{background:var(--white)}.gal-prev{left:12px}.gal-hint,.gal-next{right:12px}.gal-hint{position:absolute;bottom:12px;z-index:2;font-size:9px;letter-spacing:.16em;text-transform:uppercase;background:rgba(255,255,255,.9);padding:5px 9px;color:var(--ash);opacity:0;transition:opacity .2s}.gal-frame:hover .gal-hint{opacity:1}@media (hover:none){.gal-frame{cursor:default}.gal-hint{display:none}.gal-img{transform:none!important}}.gal-dots{display:flex;gap:6px;justify-content:center;margin-top:12px}.gal-dot{width:7px;height:7px;border-radius:50%;background:var(--hairline);border:0;padding:0}.gal-dot.active{background:var(--ink)}.gal-thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.gal-thumb{width:64px;aspect-ratio:var(--product-ratio);padding:0;border:1px solid var(--hairline);overflow:hidden;background:none}.gal-thumb.active{border-color:var(--ink)}.gal-thumb img{width:100%;height:100%;object-fit:cover}.gal-full{position:fixed;inset:0;z-index:300;background:rgba(20,20,19,.94);display:flex;align-items:center;justify-content:center;padding:24px}.gal-full img{max-width:100%;max-height:92vh;width:auto;object-fit:contain}.gal-close{position:absolute;top:18px;right:22px;z-index:2;font-size:30px;line-height:1;color:#fff;background:none;border:0}.buybar{display:none}@media (max-width:879px){.buybar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.97);border-top:1px solid var(--hairline);padding:10px 14px max(10px,env(safe-area-inset-bottom))}.buybar-price{font-size:16px;white-space:nowrap}.buybar-btn{flex:1 1;padding:14px 18px}footer.site{padding-bottom:92px}}.rbars{display:grid;grid-gap:5px;gap:5px;flex:1 1;min-width:160px}.rbar{display:flex;align-items:center;gap:10px;font-size:11.5px;color:var(--ash)}.rbar-label{min-width:52px;white-space:nowrap}.rbar-track{flex:1 1;height:5px;background:var(--stone);position:relative}.rbar-fill{position:absolute;inset:0 auto 0 0;background:var(--ink)}.rbar-count{min-width:18px;text-align:right}@media (max-width:520px){.review-summary{flex-wrap:wrap}}.notify-form{border:1px solid var(--hairline);background:var(--paper);padding:20px}.notify-intro{font-size:13.5px;color:var(--ash);margin-bottom:16px;line-height:1.7}.notify-done{padding:18px 20px;font-size:14px}.notify-done,.rf{border:1px solid var(--hairline);background:var(--paper)}.rf{padding:22px;margin-top:26px}.rf-title{font-size:19px;margin-bottom:18px}.rf-verify-toggle{display:block;width:100%;text-align:left;padding:12px 0;font-size:12.5px;color:var(--ash);border-top:1px solid var(--hairline);margin-bottom:14px}.rf-verify-toggle:hover{color:var(--ink)}.rf-verify{border-top:1px solid var(--hairline);padding-top:14px;margin-bottom:16px}.rf-verify-note{font-size:12px;color:var(--ash);margin-bottom:12px;line-height:1.6}.rf-mod{font-size:11.5px;color:var(--ash);margin-top:10px}.rf-done,.rf-mod{text-align:center}.rf-done{border:1px solid var(--hairline);background:var(--paper);padding:18px 20px;font-size:14px;margin-top:26px}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_94d7f7{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_94d7f7{--font-serif:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost Fallback;src:local("Arial");ascent-override:111.45%;descent-override:39.06%;line-gap-override:0.00%;size-adjust:96.01%}.__className_1c3766{font-family:Jost,Jost Fallback;font-style:normal}.__variable_1c3766{--font-sans:"Jost","Jost Fallback"}