*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.32;background-image:radial-gradient(circle at 20% 10%,rgba(231,201,142,.34),transparent 32%),radial-gradient(circle at 90% 30%,rgba(217,117,85,.12),transparent 28%)}img,video{display:block;width:100%;height:auto}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.2em}button,input,select,textarea{font:inherit}button,.button{cursor:pointer}:focus-visible{outline:3px solid var(--accent-soft);outline-offset:3px}.skip-link{position:fixed;top:1rem;left:1rem;z-index:100;padding:.7rem 1rem;background:var(--ink);color:#fff;transform:translateY(-160%)}.skip-link:focus{transform:none}.page-width{width:min(calc(100% - 2rem),var(--page));margin-inline:auto}.section{padding-block:clamp(3.75rem,7vw,7.5rem)}.section--tight{padding-block:clamp(2rem,4vw,4rem)}.eyebrow{margin:0 0 .8rem;color:var(--accent);font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3,.display{margin-block:0 .7em;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.04;letter-spacing:-.035em}h1{font-size:clamp(3rem,7.2vw,6.8rem)}h2{font-size:clamp(2.2rem,4vw,4.2rem)}h3{font-size:clamp(1.45rem,2vw,2rem)}p{margin-block:0 1rem}.rte>:last-child{margin-bottom:0}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.8rem 1.25rem;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;font-weight:750;text-decoration:none;transition:transform .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button--accent{border-color:var(--accent);background:var(--accent)}.button--ghost{background:transparent;color:var(--ink)}.button[disabled]{cursor:not-allowed;opacity:.5;transform:none}.button-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}.price{font-weight:800}.price s{margin-left:.4rem;color:var(--muted);font-weight:500}.placeholder-svg{width:100%;height:100%;min-height:260px;color:color-mix(in srgb,var(--ink) 35%,transparent);background:color-mix(in srgb,var(--accent-soft) 30%,var(--paper))}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--cream) 90%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.announcement{padding:.55rem 1rem;background:var(--ink);color:#fff;text-align:center;font-size:.78rem;font-weight:700;letter-spacing:.04em}.header__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:70px;gap:1.5rem}.header__logo{display:inline-flex;align-items:center;font-family:Georgia,serif;font-size:1.3rem;font-weight:700;text-decoration:none}.header__logo img{width:auto;max-height:54px}.header__nav{display:flex;justify-content:center;gap:clamp(1rem,2.5vw,2.2rem)}.header__nav a,.header__actions a{font-size:.9rem;font-weight:700;text-decoration:none}.header__actions{display:flex;gap:1rem;align-items:center}.header__mobile{display:none}.hero{position:relative;overflow:hidden;padding-block:clamp(3rem,6vw,6rem)}.hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);align-items:center;gap:clamp(2rem,6vw,7rem)}.hero__copy{position:relative;z-index:2}.hero__copy h1 em{color:var(--accent);font-style:italic}.hero__lede{max-width:38rem;margin-bottom:1.75rem;color:var(--muted);font-size:clamp(1.05rem,1.6vw,1.3rem)}.hero__visual{position:relative;min-height:min(650px,70vh);border-radius:calc(var(--radius) * 1.45);background:var(--paper);box-shadow:0 28px 80px #183d371f}.hero__visual:before{content:"";position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;z-index:1;border:1px solid rgba(255,255,255,.7);border-radius:calc(var(--radius) * 1.1);pointer-events:none}.hero__visual img,.hero__visual .placeholder-svg{height:100%;min-height:inherit;object-fit:cover;border-radius:inherit}.hero__tag{position:absolute;z-index:2;right:-1rem;bottom:2rem;max-width:230px;padding:1.2rem;border-radius:1.2rem;background:var(--ink);color:#fff;box-shadow:0 18px 45px #183d3738}.hero__tag strong{display:block;margin-bottom:.25rem;font-family:Georgia,serif;font-size:1.25rem}.hero__tag span{font-size:.78rem;opacity:.75}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.trust-row__item{padding:1.25rem clamp(1rem,3vw,2.5rem);text-align:center}.trust-row__item+.trust-row__item{border-left:1px solid var(--line)}.trust-row__item strong{display:block;margin-bottom:.2rem;font-family:Georgia,serif;font-size:1.15rem}.trust-row__item span{color:var(--muted);font-size:.82rem}.section-heading{display:grid;grid-template-columns:1fr minmax(280px,.65fr);align-items:end;gap:2rem;margin-bottom:2.5rem}.section-heading>:last-child{color:var(--muted)}.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.path-card{position:relative;min-height:360px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.path-card:nth-child(2){transform:translateY(1.5rem)}.path-card__number{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--accent-soft);font-family:Georgia,serif;font-weight:700}.path-card__body p{color:var(--muted)}.path-card__link{font-size:.85rem;font-weight:800}.spotlight__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);align-items:center;gap:clamp(2rem,6vw,6rem)}.spotlight__media{position:relative;min-height:560px;background:color-mix(in srgb,var(--accent-soft) 24%,var(--paper))}.spotlight__media img,.spotlight__media .placeholder-svg{height:100%;min-height:560px;object-fit:cover}.spotlight__label{position:absolute;left:1rem;bottom:1rem;padding:.55rem .8rem;border-radius:999px;background:var(--paper);font-size:.75rem;font-weight:800;box-shadow:0 10px 28px #183d371f}.spotlight__copy h2{max-width:12ch}.check-list{display:grid;gap:.75rem;margin:1.5rem 0 1.75rem;padding:0;list-style:none}.check-list li{position:relative;padding-left:1.8rem;font-weight:700}.check-list li:before{content:"\2713";position:absolute;left:0;color:var(--accent);font-weight:900}.spotlight__note{margin-top:1rem;color:var(--muted);font-size:.8rem}.measure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.measure-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1.4rem}.measure-card__number{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--accent-soft);font-family:Georgia,serif;font-weight:800}.measure-card h3{margin-bottom:.35rem;font-family:inherit;font-size:1rem;font-weight:800;letter-spacing:0}.measure-card p{margin:0;color:var(--muted);font-size:.9rem}.fit-guide__notice{display:flex;gap:.8rem 1.5rem;align-items:baseline;margin-top:1rem;padding:1rem 1.2rem;border-left:4px solid var(--accent);border-radius:0 14px 14px 0;background:color-mix(in srgb,var(--accent-soft) 32%,var(--paper))}.fit-guide__notice span{color:var(--muted);font-size:.86rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:color-mix(in srgb,var(--accent-soft) 25%,var(--paper))}.product-card__image{height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__image{transform:scale(1.025)}.product-card__logo{position:absolute;top:1rem;left:1rem;z-index:1;width:min(34%,160px);height:auto}.product-card__body{padding:1.2rem}.product-card__body h3{margin-bottom:.35rem;font-family:inherit;font-size:1.05rem;font-weight:800;letter-spacing:0}.product-card__body a{text-decoration:none}.product-card__type{color:var(--accent);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.care-note{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:3rem;padding:clamp(2rem,5vw,5rem);border-radius:calc(var(--radius) * 1.45);background:var(--ink);color:#fff}.care-note .eyebrow{color:var(--accent-soft)}.care-note p{color:#ffffffb3}.care-note__aside{display:grid;align-content:center;gap:1rem}.care-note__point{padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.care-note__point strong{display:block;margin-bottom:.2rem}.faq-list{max-width:860px;margin-inline:auto}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem 0;cursor:pointer;font-family:Georgia,serif;font-size:1.2rem;list-style:none}.faq-list summary:after{content:"+";color:var(--accent);font-family:inherit}.faq-list details[open] summary:after{content:"\2013"}.faq-list__answer{padding:0 2rem 1.5rem 0;color:var(--muted)}.product-main{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.7fr);align-items:start;gap:clamp(2rem,5vw,5rem)}.product-media{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.product-media__item{overflow:hidden;border-radius:var(--radius);background:var(--paper)}.product-media__item:first-child{grid-column:1 / -1}.product-media__item img,.product-media__item video,.product-media__item model-viewer{width:100%;height:100%;min-height:260px;object-fit:cover}.product-info{position:sticky;top:6rem}.product-info h1{font-size:clamp(2.7rem,4.5vw,4.8rem)}.product-info__price{margin:1rem 0 1.5rem;font-size:1.2rem}.product-info__description{padding-top:1rem;color:var(--muted)}.product-benefits{display:grid;gap:.55rem;margin:0 0 1.4rem;padding:0;list-style:none}.product-benefits li{position:relative;padding-left:1.45rem;color:var(--muted);font-size:.92rem}.product-benefits li:before{content:"\2713";position:absolute;left:0;color:var(--accent);font-weight:900}.product-form{display:grid;gap:1rem}.field{display:grid;gap:.4rem}.field label{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.field select,.field input,.search-form input{width:100%;min-height:52px;padding:.75rem 1rem;border:1px solid var(--line);border-radius:14px;background:var(--paper);color:var(--ink)}.product-form .button{width:100%}.fit-assist{width:fit-content;color:var(--accent);font-size:.82rem;font-weight:800}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1rem}.product-trust span{padding:.7rem .45rem;border:1px solid var(--line);border-radius:12px;text-align:center;color:var(--muted);font-size:.72rem;font-weight:700;line-height:1.35}.product-info__note{margin-top:1rem;padding:1rem;border:1px solid var(--line);border-radius:14px;color:var(--muted);font-size:.82rem}.product-description-toggle{margin-top:1rem;border-block:1px solid var(--line)}.product-description-toggle summary{padding:1rem 0;cursor:pointer;font-weight:800;list-style:none}.product-description-toggle summary:after{content:"+";float:right;color:var(--accent)}.product-description-toggle[open] summary:after{content:"\2013"}.support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.support-card{padding:1.5rem}.support-card__number{display:block;margin-bottom:2.5rem;color:var(--accent);font-family:Georgia,serif;font-size:1.2rem;font-weight:800}.support-card h3{font-family:inherit;font-size:1rem;font-weight:800;letter-spacing:0}.support-card p{color:var(--muted);font-size:.9rem}.mobile-buybar{display:none}.collection-header{padding-block:clamp(3rem,6vw,6rem) 2rem}.collection-header p{max-width:44rem;color:var(--muted)}.pagination{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.pagination a,.pagination span{min-width:42px;min-height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;text-decoration:none}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:1rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.cart-line{display:flex;align-items:center;gap:1rem}.cart-line img{width:86px;aspect-ratio:1;object-fit:cover;border-radius:14px}.cart-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.empty-state,.page-content{max-width:760px;margin-inline:auto}.search-form{display:flex;gap:.75rem;margin-bottom:2rem}.site-footer{margin-top:clamp(3rem,7vw,7rem);padding-block:4rem 2rem;background:var(--ink);color:#fff}.footer__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:2rem}.footer__brand{max-width:420px}.footer__brand h2{font-size:2rem}.footer__brand p,.footer__menu a{color:#ffffffad}.footer__menu{display:grid;align-content:start;gap:.6rem}.footer__menu h3{margin:0 0 .5rem;font-family:inherit;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.footer__menu a{text-decoration:none}.footer__bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.16);color:#ffffff8c;font-size:.75rem}@media(max-width:900px){.header__nav{display:none}.header__row{grid-template-columns:1fr auto}.header__mobile{display:block}.header__mobile summary{cursor:pointer;font-weight:800;list-style:none}.header__mobile nav{position:absolute;left:1rem;right:1rem;top:calc(100% - .5rem);display:grid;gap:.25rem;padding:1rem;border:1px solid var(--line);border-radius:18px;background:var(--paper);box-shadow:0 20px 45px #183d372e}.header__mobile nav a{padding:.65rem;text-decoration:none}.hero__grid,.product-main,.care-note,.spotlight__grid{grid-template-columns:1fr}.hero__visual{min-height:500px}.product-info{position:static}.featured-grid{grid-template-columns:repeat(2,1fr)}.path-grid,.support-grid,.measure-grid{grid-template-columns:1fr}.path-card{min-height:auto}.path-card:nth-child(2){transform:none}.section-heading,.footer__grid{grid-template-columns:1fr}}@media(max-width:600px){.page-width{width:min(calc(100% - 1.25rem),var(--page))}.hero{padding-top:2.5rem}.hero__visual{min-height:390px}.hero__tag{right:.75rem;bottom:.75rem}.trust-row{grid-template-columns:1fr}.trust-row__item+.trust-row__item{border-left:0;border-top:1px solid var(--line)}.featured-grid{grid-template-columns:1fr}.product-media{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.product-media__item{min-width:88%;scroll-snap-align:start}.spotlight__media,.spotlight__media img,.spotlight__media .placeholder-svg{min-height:390px}.fit-guide__notice{align-items:flex-start;flex-direction:column}.product-trust{grid-template-columns:1fr}.mobile-buybar{position:fixed;z-index:50;left:.6rem;right:.6rem;bottom:.6rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.7rem;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--paper) 94%,transparent);box-shadow:0 18px 50px #183d373d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-buybar div{min-width:0;display:grid;line-height:1.25}.mobile-buybar span{overflow:hidden;color:var(--muted);font-size:.7rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.mobile-buybar strong{font-size:.9rem}.mobile-buybar .button{min-height:44px;padding:.65rem 1rem}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding-block:1rem;border-bottom:1px solid var(--line)}.cart-table td{padding:.5rem 0;border:0}.cart-actions{justify-content:stretch}.cart-actions .button{width:100%}.search-form,.footer__bottom{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.spotlight__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;margin:1rem 0}.spotlight__price span{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.spotlight__price strong{font-size:1.2rem}.spotlight__price small,.price-note{display:block;width:100%;color:var(--muted);font-size:.72rem;font-weight:600}@media(max-width:900px){.spotlight__copy{order:-1}}@media(max-width:600px){h1{font-size:clamp(2.35rem,11vw,3.1rem)}h2{font-size:clamp(2rem,9vw,2.7rem)}.section{padding-block:3.25rem}.hero{padding-block:2rem 1rem}.hero__grid{gap:1.5rem}.hero__lede{margin-bottom:1.25rem;font-size:1rem}.hero .button-row{display:grid}.hero .button{width:100%}.hero__visual{min-height:0;aspect-ratio:4 / 5}.hero__visual img,.hero__visual .placeholder-svg{min-height:0;aspect-ratio:inherit}.hero__tag{max-width:185px;padding:.9rem}.hero__tag strong{font-size:1rem}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.product-card__body{padding:.8rem}.product-card__body h3{font-size:.9rem;line-height:1.3}.product-card__type{font-size:.6rem}.product-card .price{font-size:.82rem}.product-card__logo{top:.55rem;left:.55rem}.spotlight__media,.spotlight__media img,.spotlight__media .placeholder-svg{min-height:340px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
