*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);font-weight:var(--font-body-weight);font-size:16px;letter-spacing:.02em;background:rgb(var(--color-bg));color:rgb(var(--color-text));line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:var(--font-heading-weight);letter-spacing:-.005em;margin:0;line-height:1.05;color:rgb(var(--color-text))}.h-display{font-size:clamp(48px,7vw,104px);letter-spacing:-.02em}.h-1{font-size:clamp(36px,4.6vw,64px)}.h-2{font-size:clamp(28px,3.2vw,44px)}.h-3{font-size:clamp(22px,2.2vw,30px)}.script{font-family:var(--font-script);font-style:normal;color:rgb(var(--color-primary))}.eyebrow{font-family:var(--font-body);font-size:11px;text-transform:uppercase;letter-spacing:.22em;color:rgb(var(--color-muted));font-weight:500;display:inline-flex;align-items:center;gap:10px}.eyebrow:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:rgb(var(--color-primary))}.eyebrow--plain:before{display:none}.visually-hidden,.skip-to-content{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content:focus{position:fixed!important;top:12px;left:12px;width:auto;height:auto;padding:12px 18px;margin:0;overflow:visible;clip:auto;background:rgb(var(--color-text));color:rgb(var(--color-bg));border-radius:var(--radius-pill);font-size:13px;letter-spacing:.08em;z-index:999}.page-wrap{max-width:var(--page-width);margin:0 auto;padding:0 clamp(20px,4vw,56px)}.section{padding-block:var(--section-spacing)}.section--tight{padding-block:calc(var(--section-spacing) * .6)}.section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;flex-wrap:wrap}.section__head h2{max-width:18ch}.section__head .eyebrow{margin-bottom:16px}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;border-radius:var(--radius-pill);font-size:13px;letter-spacing:.16em;text-transform:uppercase;font-weight:500;border:0;transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease}.btn--primary{background:rgb(var(--color-text));color:rgb(var(--color-bg))}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 18px 44px -22px rgb(var(--color-text) / .4)}.btn--secondary{background:rgb(var(--color-surface));color:rgb(var(--color-text));border:1px solid rgb(var(--color-border))}.btn--secondary:hover{background:rgb(var(--color-bg-alt))}.btn--ghost{padding:10px 0;border-bottom:1px solid currentColor;border-radius:0}.btn--outline{background:transparent;color:rgb(var(--color-text));border:1px solid rgb(var(--color-text))}.btn--outline:hover{background:rgb(var(--color-text));color:rgb(var(--color-bg))}.btn .icon-arrow{width:14px;height:14px}.announcement{background:rgb(var(--color-primary));color:#fff;font-size:12px;letter-spacing:.18em;text-transform:uppercase;padding:10px clamp(20px,4vw,56px);text-align:center;font-weight:500}.announcement__track{display:flex;gap:56px;align-items:center;justify-content:center;flex-wrap:wrap}.announcement__dot{width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.6}.site-header{position:sticky;top:0;z-index:50;background:rgb(var(--color-bg));border-bottom:1px solid rgb(var(--color-border))}.site-header__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:18px clamp(20px,4vw,56px)}.site-nav{display:flex;gap:28px;align-items:center;font-size:13px;letter-spacing:.04em;list-style:none;margin:0;padding:0}.site-nav a{padding:6px 0}.site-nav a:hover{color:rgb(var(--color-primary))}.site-header__logo{font-family:var(--font-heading);font-size:26px;letter-spacing:.02em;text-align:center;white-space:nowrap;display:inline-block}.site-header__logo small{font-family:var(--font-script);font-size:16px;color:rgb(var(--color-primary));display:block;line-height:.6;margin-top:-2px}.site-header__logo-img{height:38px;width:auto;margin:0 auto}.site-header__tools{display:flex;gap:18px;justify-content:flex-end;align-items:center}.icon-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;color:inherit}.icon-btn:hover{background:rgb(var(--color-bg-alt))}.cart-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px 8px 12px;background:rgb(var(--color-text));color:rgb(var(--color-bg));border-radius:var(--radius-pill);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.cart-pill__count{background:rgb(var(--color-bg));color:rgb(var(--color-text));width:22px;height:22px;border-radius:50%;display:inline-grid;place-items:center;font-weight:600;font-size:11px}@media(max-width:960px){.site-nav{display:none}.site-header__row{grid-template-columns:auto 1fr auto}.site-header__tools .cart-pill span:not(.cart-pill__count){display:none}}.hero{position:relative;padding:clamp(40px,6vw,80px) 0 0;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(32px,6vw,80px);align-items:center}.hero__copy{max-width:60ch}.hero__heading{font-size:clamp(48px,7vw,104px);letter-spacing:-.02em;margin-bottom:28px;line-height:1.02}.hero__heading em{font-family:var(--font-script);font-style:normal;color:rgb(var(--color-primary));font-size:.95em}.hero__lede{max-width:46ch;color:rgb(var(--color-muted));font-size:18px;margin:0 0 36px}.hero__cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.hero__art{aspect-ratio:4 / 5;position:relative;border-radius:var(--radius-md);overflow:hidden;background:rgb(var(--color-surface))}.hero__art img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__art-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:repeating-linear-gradient(135deg,rgb(var(--color-bg) / .4) 0 12px,rgb(var(--color-surface) / .7) 12px 24px);font-family:var(--font-heading);color:rgb(var(--color-primary));font-size:22px;text-align:center;padding:24px}.hero__badge{position:absolute;bottom:30px;left:-30px;background:rgb(var(--color-surface));padding:18px 22px;border-radius:var(--radius-md);box-shadow:0 18px 44px -22px #00000047;max-width:240px;display:flex;gap:12px;align-items:center}.hero__badge-crystal{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,rgb(var(--color-primary)),rgb(var(--color-accent)));flex:none}.hero__badge-eyebrow{font-size:12px;color:rgb(var(--color-muted))}.hero__badge-title{font-family:var(--font-heading);font-size:20px}.hero__marquee{margin-top:clamp(40px,6vw,72px);border-top:1px solid rgb(var(--color-text) / .12);padding:18px 0;display:flex;gap:64px;align-items:center;font-family:var(--font-heading);font-size:clamp(28px,4vw,56px);white-space:nowrap;overflow:hidden}.hero__marquee-item{display:inline-flex;align-items:center;gap:32px}.hero__marquee-dot{width:14px;height:14px;background:rgb(var(--color-primary));border-radius:50%;display:inline-block}@media(max-width:860px){.hero__grid{grid-template-columns:1fr}.hero__badge{left:16px;bottom:16px}}.collection-grid{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:20px;list-style:none;padding:0;margin:0}.collection-card{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-md);overflow:hidden;display:block;background:rgb(var(--color-bg-alt))}.collection-card img,.collection-card .collection-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.6,.2,1)}.collection-card__placeholder{background:repeating-linear-gradient(135deg,rgb(var(--color-text) / .04) 0 12px,rgb(var(--color-bg-alt) / 1) 12px 24px);display:grid;place-items:center;font-family:var(--font-script);color:rgb(var(--color-primary));font-size:28px}.collection-card:hover img,.collection-card:hover .collection-card__placeholder{transform:scale(1.06)}.collection-card__label{position:absolute;left:16px;right:16px;bottom:16px;display:flex;justify-content:space-between;align-items:center;background:rgb(var(--color-surface));padding:12px 18px;border-radius:var(--radius-pill);font-size:13px;letter-spacing:.04em;transition:transform .35s ease;z-index:2}.collection-card:hover .collection-card__label{transform:translateY(-4px)}.collection-card__count{color:rgb(var(--color-muted))}.collection-card__arrow{width:28px;height:28px;border-radius:50%;background:rgb(var(--color-text));color:rgb(var(--color-bg));display:grid;place-items:center;transition:transform .35s ease}.collection-card:hover .collection-card__arrow{transform:translate(4px) rotate(-8deg)}@media(max-width:960px){.collection-grid{--cols: 2}}@media(max-width:540px){.collection-grid{--cols: 1}}.product-grid{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:40px 20px;list-style:none;padding:0;margin:0}.product-card{display:flex;flex-direction:column;gap:14px}.product-card__media{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-md);overflow:hidden;background:rgb(var(--color-bg-alt));isolation:isolate}.product-card__media img,.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.6,.2,1)}.product-card__placeholder{background:repeating-linear-gradient(135deg,rgb(var(--color-text) / .04) 0 12px,rgb(var(--color-bg-alt) / 1) 12px 24px);display:grid;place-items:center;font-family:var(--font-script);color:rgb(var(--color-primary));font-size:26px;text-align:center;padding:16px}.product-card:hover .product-card__media img,.product-card:hover .product-card__placeholder{transform:scale(1.06)}.product-card__tag{position:absolute;top:12px;left:12px;background:rgb(var(--color-primary));color:#fff;font-size:10px;letter-spacing:.16em;text-transform:uppercase;padding:6px 10px;border-radius:var(--radius-pill);z-index:2}.product-card__quick{position:absolute;left:12px;right:12px;bottom:12px;background:rgb(var(--color-text));color:rgb(var(--color-bg));border-radius:var(--radius-pill);padding:12px 16px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;text-align:center;opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .35s cubic-bezier(.2,.6,.2,1),background .2s ease;z-index:2;font-weight:500}.product-card:hover .product-card__quick{opacity:1;transform:translateY(0)}.product-card__quick:hover{background:rgb(var(--color-primary))}.product-card__meta{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.product-card__title{font-family:var(--font-body);font-size:15px;font-weight:500;letter-spacing:0;margin:0;transition:color .2s ease}.product-card:hover .product-card__title{color:rgb(var(--color-primary))}.product-card__stone{font-family:var(--font-script);color:rgb(var(--color-primary));font-size:17px;line-height:1}.product-card__price{font-size:14px;color:rgb(var(--color-muted))}.product-card__price--sale{color:rgb(var(--color-accent));margin-right:6px}.product-card__price--compare{color:rgb(var(--color-muted));text-decoration:line-through;font-size:13px}.product-card__swatches{display:flex;gap:6px}.product-card__swatch{width:14px;height:14px;border-radius:50%;border:1px solid rgb(var(--color-border))}@media(max-width:960px){.product-grid{--cols: 2}}@media(max-width:540px){.product-grid{--cols: 1}}.usp{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);background:rgb(var(--color-bg-alt));border-radius:var(--radius-lg);padding:6px;list-style:none;margin:0}.usp__item{padding:32px 28px;display:flex;gap:16px;align-items:flex-start;border-right:1px dashed rgb(var(--color-text) / .16)}.usp__item:last-child{border-right:0}.usp__icon{width:44px;height:44px;flex:none;border-radius:50%;background:rgb(var(--color-surface));display:grid;place-items:center;color:rgb(var(--color-primary))}.usp__icon svg{width:22px;height:22px}.usp__title{font-family:var(--font-body);font-size:14px;font-weight:600;margin:0 0 6px;letter-spacing:.02em}.usp__text{font-size:13px;color:rgb(var(--color-muted));margin:0;line-height:1.5}@media(max-width:960px){.usp{--cols: 2}.usp__item:nth-child(2n){border-right:0}.usp__item:nth-child(-n+2){border-bottom:1px dashed rgb(var(--color-text) / .16)}}.editorial{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,80px);align-items:center}.editorial--reverse{direction:rtl}.editorial--reverse>*{direction:ltr}.editorial__visual{aspect-ratio:4 / 5;border-radius:var(--radius-lg);overflow:hidden;position:relative;background:rgb(var(--color-bg-alt))}.editorial__visual img,.editorial__visual-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.editorial__visual-placeholder{background:repeating-linear-gradient(135deg,rgb(var(--color-text) / .04) 0 12px,rgb(var(--color-bg-alt) / 1) 12px 24px);display:grid;place-items:center;font-family:var(--font-script);color:rgb(var(--color-primary));font-size:32px;text-align:center;padding:24px}.editorial__copy h2{margin-bottom:28px}.editorial__copy h2 em{font-family:var(--font-script);font-style:normal;color:rgb(var(--color-primary))}.editorial__copy p{color:rgb(var(--color-muted));font-size:17px;max-width:48ch;margin:0 0 20px}@media(max-width:860px){.editorial{grid-template-columns:1fr}.editorial--reverse{direction:ltr}}.lookbook{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16 / 9;background:rgb(var(--color-bg-alt))}.lookbook__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lookbook__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:repeating-linear-gradient(135deg,rgb(var(--color-text) / .04) 0 12px,rgb(var(--color-bg-alt) / 1) 12px 24px);font-family:var(--font-script);color:rgb(var(--color-primary));font-size:36px}.lookbook__hotspot{position:absolute;width:32px;height:32px;border-radius:50%;background:rgb(var(--color-surface));border:2px solid rgb(var(--color-primary));display:grid;place-items:center;color:rgb(var(--color-primary));cursor:pointer;transition:transform .2s ease;z-index:3;transform:translate(-50%,-50%)}.lookbook__hotspot:after{content:"+";font-size:20px;line-height:1}.lookbook__hotspot:hover{transform:translate(-50%,-50%) scale(1.15)}.lookbook__tooltip{position:absolute;transform:translate(20px,-50%);background:rgb(var(--color-surface));padding:12px 16px;border-radius:var(--radius-md);font-size:12px;min-width:180px;box-shadow:0 18px 44px -22px #00000047;display:flex;gap:10px;align-items:center;z-index:4;opacity:0;pointer-events:none;transition:opacity .2s ease}.lookbook__hotspot:focus+.lookbook__tooltip,.lookbook__hotspot:hover+.lookbook__tooltip{opacity:1;pointer-events:auto}.lookbook__tooltip-name{font-family:var(--font-heading);font-size:16px}.lookbook__tooltip-price{font-size:12px;color:rgb(var(--color-muted))}.testimonials{background:rgb(var(--color-bg-alt));border-radius:var(--radius-lg);padding:64px clamp(24px,5vw,72px)}.testimonials__head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px}.testimonials__rating{font-size:14px}.testimonials__rating-num{font-size:32px;font-family:var(--font-heading)}.testimonials__rating-stars{color:rgb(var(--color-primary));letter-spacing:4px;margin-left:12px}.testimonials__rating-meta{color:rgb(var(--color-muted));font-size:13px}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px;list-style:none;padding:0}.testimonial{background:rgb(var(--color-surface));border-radius:var(--radius-md);padding:28px;display:flex;flex-direction:column;gap:16px}.testimonial__stars{color:rgb(var(--color-primary));letter-spacing:4px;font-size:16px}.testimonial__quote{font-family:var(--font-heading);font-size:19px;line-height:1.4;margin:0}.testimonial__author{display:flex;align-items:center;gap:12px;font-size:13px;color:rgb(var(--color-muted));margin-top:auto}.testimonial__avatar{width:36px;height:36px;border-radius:50%;background:rgb(var(--color-primary) / .4);object-fit:cover}.testimonial__name{color:rgb(var(--color-text));font-weight:600}.press{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-top:48px;padding-top:32px;border-top:1px dashed rgb(var(--color-text) / .16);flex-wrap:wrap}.press__logo{font-family:var(--font-heading);font-size:22px;color:rgb(var(--color-muted));opacity:.8;letter-spacing:.08em}@media(max-width:860px){.testimonials__grid{grid-template-columns:1fr}}.newsletter{background:rgb(var(--color-primary));color:#fff;border-radius:var(--radius-lg);padding:clamp(40px,6vw,80px);display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center;position:relative;overflow:hidden}.newsletter h2{color:#fff}.newsletter h2 em{font-family:var(--font-script);font-style:normal}.newsletter p{opacity:.85;max-width:40ch;margin:16px 0 0;font-size:17px}.newsletter__eyebrow{color:#ffffffb3;margin-bottom:16px}.newsletter__form{display:flex;gap:8px;flex-wrap:wrap}.newsletter__input{flex:1;min-width:220px;background:#ffffff29;border:1px solid rgb(255 255 255 / .32);color:#fff;padding:16px 22px;border-radius:var(--radius-pill);font:inherit}.newsletter__input::placeholder{color:#ffffffa6}.newsletter__submit{background:#fff;color:rgb(var(--color-primary));padding:16px 28px;border-radius:var(--radius-pill);font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:600}.newsletter__floater{position:absolute;right:-40px;bottom:-40px;width:220px;height:220px;border-radius:50%;background:#ffffff1f;pointer-events:none}.newsletter__floater--two{right:160px;top:-60px;width:120px;height:120px}.newsletter__feedback{width:100%;font-size:13px;background:#ffffff29;padding:12px 16px;border-radius:var(--radius-pill);margin-top:8px}@media(max-width:860px){.newsletter{grid-template-columns:1fr}}.faq__grid{display:grid;grid-template-columns:1fr 1.6fr;gap:clamp(32px,6vw,80px)}.faq__intro .eyebrow{margin-bottom:16px}.faq__heading{font-size:clamp(32px,4vw,52px);margin-bottom:16px}.faq__intro-body{color:rgb(var(--color-muted));font-size:16px}.faq__list{list-style:none;padding:0;margin:0}.faq__item{border-bottom:1px solid rgb(var(--color-border));padding:24px 0}.faq__question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-family:var(--font-heading);font-size:22px}.faq__question::-webkit-details-marker{display:none}.faq__chevron{font-size:24px;transition:transform .25s ease;font-family:var(--font-heading)}.faq__item[open] .faq__chevron{transform:rotate(45deg)}.faq__answer{padding-top:16px;color:rgb(var(--color-muted));font-size:15px;line-height:1.6;max-width:64ch}@media(max-width:860px){.faq__grid{grid-template-columns:1fr}}.categories-grid{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:24px;list-style:none;padding:0;margin:0}.category-card{background:rgb(var(--color-surface));border:1px solid rgb(var(--color-border));border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:16px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px -22px #0000002e;border-color:rgb(var(--color-primary))}.category-card__gem{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,var(--gem-from, rgb(var(--color-primary))),var(--gem-to, rgb(var(--color-accent))));position:relative;align-self:flex-start}.category-card__gem:after{content:"";position:absolute;top:18%;right:18%;bottom:18%;left:18%;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgb(255 255 255 / .7),transparent 60%)}.category-card__title{font-family:var(--font-heading);font-size:26px}.category-card__meta{display:flex;gap:16px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-muted))}.category-card__body{color:rgb(var(--color-muted));font-size:14px;line-height:1.55;margin:0;flex:1}.category-card__foot{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px dashed rgb(var(--color-border))}.category-card__count{font-size:12px;color:rgb(var(--color-muted))}.category-card__arrow{width:32px;height:32px;border-radius:50%;background:rgb(var(--color-text));color:rgb(var(--color-bg));display:grid;place-items:center}@media(max-width:960px){.categories-grid{--cols: 2}}@media(max-width:540px){.categories-grid{--cols: 1}}.brand-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,80px);align-items:center}.brand-story__media img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius-lg)}.brand-story__heading{font-size:clamp(32px,4vw,56px);margin-bottom:24px}.brand-story__body{font-size:17px;color:rgb(var(--color-muted));margin-bottom:28px;max-width:48ch}.brand-story__body p{margin:0 0 16px}@media(max-width:860px){.brand-story__grid{grid-template-columns:1fr}}.footer-cta__inner{background:rgb(var(--color-accent));color:rgb(var(--color-text));border-radius:var(--radius-lg);padding:clamp(40px,6vw,80px);text-align:center}.footer-cta__heading{font-size:clamp(32px,4vw,56px);margin-bottom:16px}.footer-cta__sub{max-width:50ch;margin:0 auto 28px;opacity:.85;font-size:17px}.site-footer{background:rgb(var(--color-text));color:rgb(var(--color-bg));padding:80px clamp(20px,4vw,56px) 40px;margin-top:var(--section-spacing)}.site-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr) 1.2fr;gap:56px;max-width:var(--page-width);margin:0 auto}.site-footer__brand h3{font-family:var(--font-heading);font-size:32px;color:rgb(var(--color-bg));margin:0 0 8px}.site-footer__brand .tag{font-family:var(--font-script);color:rgb(var(--color-accent));font-size:22px;line-height:.6;margin-bottom:24px}.site-footer__brand p{opacity:.7;max-width:32ch;font-size:14px;margin:0}.site-footer__socials{display:flex;gap:12px;margin-top:24px}.site-footer__socials .icon-btn{background:#ffffff14;color:rgb(var(--color-bg))}.site-footer__socials .icon-btn:hover{background:#ffffff26}.site-footer__col h5{font-family:var(--font-body);font-size:12px;letter-spacing:.2em;text-transform:uppercase;opacity:.6;font-weight:600;margin:0 0 18px}.site-footer__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:14px}.site-footer__col a{opacity:.85}.site-footer__col a:hover{opacity:1;color:rgb(var(--color-accent))}.site-footer__col p{opacity:.7;font-size:13px;line-height:1.6;margin-bottom:16px}.site-footer__col .btn{background:rgb(var(--color-accent));color:rgb(var(--color-text));padding:12px 20px}.site-footer__bottom{max-width:var(--page-width);margin:64px auto 0;padding-top:24px;border-top:1px solid rgb(255 255 255 / .1);display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:12px;opacity:.7;flex-wrap:wrap}.site-footer__bottom-links{display:flex;gap:24px}.site-footer__pay{display:flex;gap:8px;flex-wrap:wrap}.site-footer__pay-pill{background:#ffffff14;padding:6px 12px;border-radius:var(--radius-sm);font-family:ui-monospace,JetBrains Mono,monospace;font-size:10px;letter-spacing:.1em}@media(max-width:1100px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;align-items:flex-start}}.collection-main{padding-block:48px}.collection-main__header{text-align:center;padding-block:24px 40px}.collection-main__header h1{font-size:clamp(48px,6vw,88px);margin-bottom:12px}.collection-main__desc{color:rgb(var(--color-muted));max-width:56ch;margin:0 auto;font-size:17px}.product-main__grid{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(32px,5vw,72px);padding-block:48px}@media(max-width:860px){.product-main__grid{grid-template-columns:1fr}}.product-main__media img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius-md)}.product-main__title{font-size:clamp(32px,3.4vw,48px);margin-bottom:6px}.product-main__price{font-size:24px;margin-bottom:20px}.product-main__desc{color:rgb(var(--color-muted));margin-bottom:28px;max-width:50ch}.page-main{padding-block:48px;max-width:760px;margin:0 auto}.page-main__content p{margin:0 0 16px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/56/assets/base.css.map */
