.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:linear-gradient(180deg,#1b1d20eb,#1b1d20bf);backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);box-shadow:none;transition:background var(--dur-fast) ease,box-shadow var(--dur-fast) ease,backdrop-filter var(--dur-fast) ease,padding var(--dur-fast) ease}.navbar__accent{height:3px;width:100%;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-bright) 45%,var(--brass) 100%);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease-velvet)}.navbar--scrolled .navbar__accent{transform:scaleX(1)}.navbar--scrolled{background:#1b1d20db;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);box-shadow:0 8px 30px #00000047}.navbar__inner{display:flex;align-items:center;justify-content:space-between;padding:1.15rem var(--space-md);max-width:var(--max-width);transition:padding var(--dur-fast) ease}.navbar--scrolled .navbar__inner,.navbar--open .navbar__inner{padding:.75rem var(--space-md)}.navbar__logo{display:flex;align-items:center;gap:.65rem;color:var(--ivory-text)}.navbar__logo-mark{width:11px;height:11px;flex-shrink:0;background:var(--gold);transform:rotate(45deg);box-shadow:0 0 0 1px var(--line-on-dark),0 0 14px #e352058c;transition:transform var(--dur-fast) var(--ease-velvet),box-shadow var(--dur-fast) ease}.navbar__logo:hover .navbar__logo-mark{transform:rotate(135deg) scale(1.15);box-shadow:0 0 0 1px var(--line-on-dark),0 0 22px #ff7a1ad9}.navbar__logo-text{font-family:var(--font-display);font-size:1.32rem;letter-spacing:.12em;text-transform:uppercase;line-height:1}.navbar__logo-text em{font-style:normal;color:var(--gold-bright);font-weight:500}.navbar__links{display:flex;gap:2.2rem}.navbar__link{font-family:var(--font-mono);font-size:var(--fs-label);letter-spacing:.1em;text-transform:uppercase;color:var(--muted-on-dark);position:relative;padding:6px 2px;transition:color var(--dur-fast) ease}.navbar__link:before{content:"";position:absolute;left:50%;top:0;width:3px;height:3px;background:var(--gold-bright);border-radius:50%;opacity:0;transform:translate(-50%,-4px);transition:opacity var(--dur-fast) ease,transform var(--dur-fast) ease}.navbar__link:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1.5px;background:linear-gradient(90deg,var(--gold),var(--gold-bright));transition:right var(--dur-fast) var(--ease-velvet)}.navbar__link:hover,.navbar__link.is-active{color:var(--ivory-text)}.navbar__link:hover:after,.navbar__link.is-active:after{right:0}.navbar__link.is-active:before{opacity:1;transform:translate(-50%)}.navbar__actions{display:flex;align-items:center;gap:.35rem}.navbar__icon-link{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--ivory-text);transition:background var(--dur-fast) ease,transform var(--dur-fast) ease}.navbar__icon-link svg{width:19px;height:19px;transition:transform var(--dur-fast) var(--ease-velvet),stroke var(--dur-fast) ease}.navbar__icon-link:hover{background:#f3f4f514;transform:translateY(-1px)}.navbar__icon-link:hover svg{stroke:var(--gold-bright);transform:scale(1.08)}.navbar__cart:hover svg{transform:scale(1.08) rotate(-4deg)}.navbar__icon-tip{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%,-4px);background:var(--ink-soft);color:var(--ivory-text);font-family:var(--font-mono);font-size:.66rem;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:3px;white-space:nowrap;border:1px solid var(--line-on-dark);opacity:0;pointer-events:none;transition:opacity var(--dur-fast) ease,transform var(--dur-fast) ease}.navbar__icon-link:hover .navbar__icon-tip{opacity:1;transform:translate(-50%)}.navbar__cart-count{position:absolute;top:2px;right:2px;display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:50%;background:var(--gold);color:var(--ivory-text);border:1.5px solid var(--ink);font-family:var(--font-mono);font-size:.6rem;font-weight:700;animation:navPop .35s var(--ease-velvet)}@keyframes navPop{0%{transform:scale(0)}70%{transform:scale(1.25)}to{transform:scale(1)}}.navbar__burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;border-radius:50%;margin-left:4px;transition:background var(--dur-fast) ease}.navbar__burger:hover{background:#f3f4f514}.navbar__burger span{width:20px;height:1.5px;background:var(--ivory-text);transition:transform var(--dur-fast) var(--ease-velvet),opacity var(--dur-fast) ease,width var(--dur-fast) ease}.navbar--open .navbar__burger span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.navbar--open .navbar__burger span:nth-child(2){opacity:0;width:0}.navbar--open .navbar__burger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.navbar__scrim{position:fixed;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:#0a0b0c8c;opacity:0;pointer-events:none;transition:opacity var(--dur-fast) ease;z-index:1}.navbar--open .navbar__scrim{opacity:1;pointer-events:auto}.navbar__mobile{position:fixed;top:0;right:0;height:100dvh;width:min(84vw,360px);display:flex;flex-direction:column;background:var(--ink-soft);border-left:1px solid var(--line-on-dark);box-shadow:-20px 0 50px #00000059;padding:calc(var(--space-xl) - 1rem) var(--space-md) var(--space-md);transform:translate(100%);transition:transform var(--dur-med) var(--ease-velvet);z-index:2;overflow-y:auto}.navbar--open .navbar__mobile{transform:translate(0)}.navbar__mobile-links{display:flex;flex-direction:column;gap:.4rem}.navbar__mobile-link{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.02em;color:var(--ivory-text);padding:.5rem 0;opacity:0;transform:translate(24px);transition:color var(--dur-fast) ease}.navbar--open .navbar__mobile-link{animation:mobileIn .5s var(--ease-velvet) forwards;animation-delay:calc(var(--i) * .06s + .1s)}@keyframes mobileIn{to{opacity:1;transform:translate(0)}}.navbar__mobile-link.is-active{color:var(--gold-bright)}.navbar__mobile-divider{height:1px;background:var(--line-on-dark);margin:1.4rem 0 1.2rem}.navbar__mobile-row{display:flex;flex-wrap:wrap;gap:.6rem}.navbar__mobile-pill{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ivory-text);border:1px solid var(--line-on-dark);border-radius:20px;padding:.5rem .85rem}.navbar__mobile-pill svg{width:14px;height:14px}.navbar__mobile-cart{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-mono);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);background:linear-gradient(90deg,var(--gold),var(--gold-bright));border-radius:var(--radius);padding:.95rem;margin-top:1.6rem}.navbar__mobile-cart svg{width:16px;height:16px}@media (min-width: 861px){.navbar__scrim{display:none}}@media (max-width: 860px){.navbar__links{display:none}.navbar__icon-link:not(.navbar__cart){display:none}.navbar__icon-tip{display:none}.navbar__burger{display:flex}.navbar__logo-text{font-size:1.12rem}}.footer{background:var(--ink);color:var(--ivory-text);padding:var(--space-xl) 0 var(--space-md)}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--line-on-dark)}.footer__logo{font-size:1.6rem;letter-spacing:.16em;margin-bottom:.8rem}.footer__tag{color:var(--bone-dim);max-width:26ch;font-size:.92rem}.footer__col{display:flex;flex-direction:column;gap:.9rem}.footer__col a{font-size:.92rem;color:var(--bone-dim);transition:color var(--dur-fast) ease;width:fit-content}.footer__col a:hover{color:var(--gold)}.footer__note{font-size:.85rem;color:var(--bone-dim)}.footer__form{display:flex;border-bottom:1px solid var(--line-on-dark);padding-bottom:.5rem}.footer__form input{flex:1;background:none;border:none;color:var(--ivory-text);font-family:var(--font-body);font-size:.9rem;padding:.3rem 0}.footer__form input::placeholder{color:#f3ede166}.footer__form button{background:none;border:none;color:var(--gold);font-family:var(--font-mono);font-size:var(--fs-label);letter-spacing:.1em;text-transform:uppercase}.footer__bottom{padding-top:var(--space-md);font-size:.78rem;color:var(--bone-dim);display:flex;justify-content:space-between;gap:var(--space-sm);flex-wrap:wrap}.footer__bottom a{color:var(--gold)}@media (max-width: 900px){.footer__grid{grid-template-columns:1fr 1fr;row-gap:var(--space-md)}}@media (max-width: 560px){.footer__grid{grid-template-columns:1fr}}.product-card__link{display:block}.product-card__heart{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border-radius:50%;border:none;background:#1b1e218c;color:var(--ivory-text);display:flex;align-items:center;justify-content:center;transition:background var(--dur-fast) ease,color var(--dur-fast) ease,transform var(--dur-fast) ease}.product-card__heart:hover{transform:scale(1.1)}.product-card__heart.is-saved{color:var(--garnet);background:var(--ivory-text)}.product-card{transition:transform var(--dur-med) var(--ease-velvet)}.product-card:hover{transform:translateY(-6px)}.product-card__image{position:relative;aspect-ratio:4 / 5;overflow:hidden;border-radius:10px;background:var(--bone-dim);box-shadow:0 10px 26px -20px #1b1e2166;transition:box-shadow var(--dur-med) var(--ease-velvet)}.product-card__image:hover{box-shadow:0 24px 48px -18px #1b1e2166}.product-card--3d{perspective:1100px}.product-card--3d .product-card__image{--rx: 0deg;--ry: 0deg;--pc-scale: 1;transform:perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry)) scale(var(--pc-scale));transform-style:preserve-3d;will-change:transform;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.product-card--3d .product-card__image:hover{--pc-scale: 1.09;box-shadow:0 34px 64px -18px #1b1e218c}@media (prefers-reduced-motion: reduce){.product-card--3d .product-card__image{transition:none;transform:none!important}}.product-card__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:contrast(1.05) saturate(.95);transition:opacity var(--dur-med) var(--ease-velvet),transform var(--dur-med) var(--ease-velvet)}.product-card__image--hover{opacity:0}.product-card__image:hover .product-card__image--hover{opacity:1}.product-card__image:hover img:not(.product-card__image--hover){transform:scale(1.04)}.product-card__image video{width:100%;height:100%;object-fit:cover;display:block;background:var(--surface-alt, #eee)}.product-card__video-badge{position:absolute;top:10px;right:10px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0000008c;color:#fff;font-size:11px;line-height:1;pointer-events:none}.product-card__info{display:flex;align-items:baseline;justify-content:space-between;padding-top:.9rem}.product-card__name{font-size:1rem;font-weight:500;color:var(--ink-text);transition:color var(--dur-fast) ease}.product-card:hover .product-card__name{color:var(--brass-deep)}.product-card__price{font-family:var(--font-mono);font-size:.85rem;color:var(--brass-deep);font-weight:700}.product-card__price--was{color:var(--ink-muted, #8a8478);font-weight:400;font-size:.78rem}.carousel{position:relative;width:100%;height:100%}.carousel__stage{position:relative;width:100%;height:100%;overflow:hidden;background:var(--bone-dim);touch-action:pan-y}.carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.08);transition:opacity .9s var(--ease-velvet);pointer-events:none}.carousel__slide.is-active{opacity:1;pointer-events:auto;animation:carouselPan 6.5s ease-in-out forwards}@keyframes carouselPan{0%{transform:scale(1.08) translate(0)}to{transform:scale(1.16) translate(-1.2%)}}.carousel__dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.carousel__dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff9;box-shadow:0 0 0 1px #00000040,0 1px 3px #0006;cursor:pointer;padding:0;transition:background .2s,transform .2s}.carousel__dot.is-active{background:var(--gold);box-shadow:0 0 0 1px #00000040,0 1px 4px #00000080;transform:scale(1.25)}.carousel--slide .carousel__stage{background:var(--ink)}.carousel__track{display:flex;width:100%;height:100%;transition:transform .9s var(--ease-velvet)}.carousel__frame{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden}.carousel__track-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.08);filter:contrast(1.05) brightness(.95)}.carousel__track-img.is-active{animation:trackPan 6.5s ease-in-out forwards}@keyframes trackPan{0%{transform:scale(1.08) translate(0)}to{transform:scale(1.16) translate(-1.5%)}}@media (prefers-reduced-motion: reduce){.carousel__track{transition:none}.carousel__track-img.is-active{animation:none;transform:scale(1.02)}}.type-reveal__cursor{display:inline-block;width:2px;height:.85em;margin-left:2px;background:var(--gold);vertical-align:-.1em}.type-reveal__cursor.is-blinking{animation:typeCursorBlink .8s step-end infinite}.type-reveal__cursor.is-done{opacity:0}@keyframes typeCursorBlink{0%,to{opacity:1}50%{opacity:0}}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.1rem;font-family:var(--font-mono);font-size:var(--fs-label);letter-spacing:.12em;text-transform:uppercase;border:1px solid transparent;border-radius:var(--radius);overflow:hidden;transition:color var(--dur-fast) ease,border-color var(--dur-fast) ease}.btn span{position:relative;z-index:2}.btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(101%);transition:transform var(--dur-fast) var(--ease-velvet);z-index:1}.btn--primary{background:var(--gold);color:var(--ink);font-weight:700}.btn--primary:before{background:var(--ivory-text)}.btn--primary:hover{color:var(--ink)}.btn--primary:hover:before{transform:translateY(0)}.btn--outline{background:transparent;color:var(--ivory-text);border-color:var(--line-on-dark)}.btn--outline:before{background:var(--gold)}.btn--outline:hover{color:var(--ink);border-color:var(--gold)}.btn--outline:hover:before{transform:translateY(0)}.btn--outline-dark{background:transparent;color:var(--ink-text);border-color:var(--line-on-light)}.btn--outline-dark:before{background:var(--ink)}.btn--outline-dark:hover{color:var(--ivory-text);border-color:var(--ink)}.btn--outline-dark:hover:before{transform:translateY(0)}.btn--full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.hero{position:relative;min-height:clamp(560px,66vh,780px);display:flex;align-items:center;overflow:hidden;background:var(--ink)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__media-clip{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:polygon(0 0,100% 0,100% 0,0 0);animation:heroWipe 1.3s var(--ease-velvet) .05s forwards}@keyframes heroWipe{0%{clip-path:polygon(0 0,100% 0,100% 0,0 0)}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.hero__media-clip,.hero__media-clip .carousel,.hero__media-clip .carousel__stage{width:100%;height:100%}.hero__carousel .carousel__track-img{object-fit:var(--hero-fit, cover);object-position:var(--hero-focal-x, 50%) var(--hero-focal-y, 50%)}.hero__carousel .carousel__dots{bottom:30px}.hero__sparks{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;pointer-events:none}.hero__spark{position:absolute;bottom:-5%;left:calc(var(--i) * 7.3% + 2%);width:3px;height:3px;border-radius:50%;background:var(--gold-bright);box-shadow:0 0 6px 1px #ff7a1ad9;opacity:0;animation:sparkRise calc(6s + (var(--i) * .6s)) ease-in calc(var(--i) * .5s) infinite}.hero__spark:nth-child(3n){width:2px;height:2px}.hero__spark:nth-child(5n){background:var(--gold);box-shadow:0 0 6px 1px #e35205cc}@keyframes sparkRise{0%{opacity:0;transform:translate(0) scale(1)}8%{opacity:1}70%{opacity:.7}to{opacity:0;transform:translate(3vw,-92vh) scale(.4)}}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1b1e210d,#1b1e2133 55%,#1b1e2166),linear-gradient(90deg,#0e0f11eb,#0e0f11ad 24%,#0e0f1147 40%,#0e0f1100 58%);opacity:0;animation:fadeIn 1s ease .9s forwards}@keyframes fadeIn{to{opacity:1}}.hero__frame{position:absolute;inset:clamp(16px,3vw,40px);z-index:1;pointer-events:none}.hero__frame-corner{position:absolute;width:34px;height:34px;opacity:0;animation:frameIn .6s var(--ease-velvet) 1.5s forwards}.hero__frame-corner--tl{top:0;left:0;border-top:1.5px solid rgba(243,244,245,.55);border-left:1.5px solid rgba(243,244,245,.55)}.hero__frame-corner--br{bottom:0;right:0;border-bottom:1.5px solid rgba(243,244,245,.55);border-right:1.5px solid rgba(243,244,245,.55)}@keyframes frameIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.hero__content{position:relative;z-index:2;padding:var(--space-lg) var(--space-lg);border-left:4px solid var(--gold);box-shadow:-3px 0 16px -4px #e3520580;margin-left:var(--space-md);color:var(--ivory-text)}.hero__content:before{content:"";position:absolute;z-index:-1;top:-2.5rem;right:-2rem;bottom:-1.5rem;left:-1.75rem;background:radial-gradient(ellipse 95% 105% at 25% 55%,#060708ad,#0607086b 45%,#06070800 80%);pointer-events:none}.hero__eyebrow{position:relative;display:inline-flex;align-items:center;gap:.6rem;margin-bottom:.6rem;text-shadow:0 1px 12px rgba(0,0,0,.85),0 1px 3px rgba(0,0,0,1);opacity:0;animation:riseIn .7s var(--ease-velvet) .95s forwards}.hero__eyebrow-line{display:inline-block;width:34px;height:1.5px;background:linear-gradient(90deg,var(--gold),var(--gold-bright));transform:scaleX(0);transform-origin:left;animation:lineDraw .6s var(--ease-velvet) 1.35s forwards}@keyframes lineDraw{to{transform:scaleX(1)}}.hero__title{font-size:clamp(2rem,3.6vw,3.4rem);line-height:1.08;max-width:30ch;overflow:hidden;text-shadow:0 2px 22px rgba(0,0,0,.9),0 1px 4px rgba(0,0,0,1)}.hero__title span{display:inline-block;transform:translateY(105%);animation:titleRise .85s var(--ease-velvet) 1.05s forwards}.hero__title em{color:var(--gold);font-style:normal}@keyframes titleRise{to{transform:translateY(0)}}.hero__sub{margin-top:.75rem;max-width:38ch;font-size:1rem;color:var(--muted-on-dark);text-shadow:0 1px 12px rgba(0,0,0,.85),0 1px 3px rgba(0,0,0,1);opacity:0;animation:riseIn .7s var(--ease-velvet) 1.3s forwards}.hero__actions{margin-top:1.25rem;display:flex;gap:1rem;flex-wrap:wrap;filter:drop-shadow(0 2px 10px rgba(0,0,0,.5));opacity:0;animation:riseIn .7s var(--ease-velvet) 1.5s forwards}@keyframes riseIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-32px) skew(-2deg)}to{opacity:1;transform:translate(0) skew(0)}}.hero__scroll-cue{position:absolute;bottom:var(--space-md);left:50%;transform:translate(-50%);width:2px;height:46px;background:var(--line-on-dark);z-index:2;opacity:0;animation:fadeIn .6s ease 1.8s forwards}.hero__scroll-cue span{position:absolute;top:0;left:-2px;width:6px;height:6px;background:var(--gold);animation:scrollCue 1.6s ease-in-out infinite}@keyframes scrollCue{0%{top:0;opacity:0}25%{opacity:1}85%{opacity:1}to{top:42px;opacity:0}}@media (prefers-reduced-motion: reduce){.hero__media-clip{animation:none;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.hero__carousel .carousel__track-img{animation:none;transform:scale(1.02)}.hero__carousel .carousel__track{transition:none}.hero__sparks{display:none}.hero__scrim{opacity:1;animation:none}.hero__frame-corner,.hero__eyebrow,.hero__eyebrow-line,.hero__title span,.hero__sub,.hero__actions,.hero__scroll-cue{opacity:1;animation:none;transform:none}}@media (max-width: 640px){.hero__sparks,.hero__frame{display:none}}.section{padding:var(--space-lg) 0 var(--space-xl)}.section__head{margin-bottom:var(--space-lg);max-width:60ch}.section__head h2{margin-top:.6rem}.section__head--center{max-width:none;text-align:center;margin-left:auto;margin-right:auto}.section__head--center .eyebrow{display:inline-block;color:var(--gold);font-weight:700}.section__head--center h2{margin-top:.5rem}.fs-h2{font-size:var(--fs-h2)}.home__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg) var(--space-md)}.home__grid--dark .product-card{background:transparent;border-radius:0;padding:0;display:flex;flex-direction:column}.home__grid--dark .product-card__image{border-radius:10px}.home__grid--dark .product-card__info{text-align:center;padding-top:.9rem}.home__grid--dark .product-card__name{color:var(--ink-text)}.home__grid--dark .product-card__price{color:var(--brass-deep)}.home__grid--dark .product-card__price--was{color:var(--ink-muted, #8a8478)}.home__view-all{margin-top:var(--space-lg);text-align:center}@keyframes cardFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(-.4deg)}}.home__grid--dark .product-card__float{animation:cardFloat 5s ease-in-out infinite;animation-delay:0s}.home__grid--dark .product-card:nth-child(2) .product-card__float{animation-delay:.6s}.home__grid--dark .product-card:nth-child(3) .product-card__float{animation-delay:1.2s}.home__grid--dark .product-card:hover .product-card__float{animation-play-state:paused}@media (prefers-reduced-motion: reduce){.home__grid--dark .product-card__float{animation:none}}.text-link{font-family:var(--font-mono);font-size:var(--fs-label);letter-spacing:.1em;text-transform:uppercase;color:var(--brass);border-bottom:1px solid var(--brass);padding-bottom:4px;transition:color var(--dur-fast) ease,border-color var(--dur-fast) ease}.text-link:hover{color:var(--gold);border-color:var(--gold)}.craft{background:var(--ink);color:var(--ivory-text);padding:var(--space-xl) 0}.craft__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:center}.craft__media{aspect-ratio:4 / 5}.craft__media .carousel{width:100%;height:100%}.craft__copy p{margin:1.4rem 0 2rem;color:var(--bone-dim);max-width:46ch}.craft__copy h2{margin-top:.6rem;max-width:14ch}.process{padding:var(--space-xl) 0}.process__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.process__step{border-top:1px solid var(--line-on-light);padding-top:1.4rem;transition:border-color var(--dur-med) ease}.process__step:hover{border-color:var(--brass)}.process__mark{display:block;font-family:var(--font-display);font-style:italic;font-size:1.6rem;color:var(--brass);margin-bottom:.6rem}.process__step p{color:var(--muted-on-light);max-width:32ch}.testimonial{background:var(--bone-dim);padding:var(--space-xl) 0}.testimonial__inner{text-align:center;max-width:760px;margin:0 auto}.testimonial__quote{font-family:var(--font-display);font-style:italic;font-size:clamp(1.4rem,3vw,2.1rem);color:var(--ink-text)}.testimonial__attr{display:block;margin-top:1.4rem;font-family:var(--font-mono);font-size:var(--fs-label);letter-spacing:.08em;color:var(--brass)}@media (max-width: 1080px){.home__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.craft__grid{grid-template-columns:1fr}.process__grid{grid-template-columns:1fr;gap:var(--space-md)}}@media (max-width: 640px){.home__grid{grid-template-columns:1fr 1fr;gap:var(--space-sm) .7rem}.hero{align-items:flex-end}.hero__content{padding:0 var(--space-md) var(--space-md);margin-left:var(--space-sm)}.hero__actions{flex-direction:column;align-items:stretch}}@media (max-width: 480px){.home__grid{grid-template-columns:1fr;gap:var(--space-md)}}.shop{padding:calc(var(--space-xl) + 2rem) var(--space-md) var(--space-xl)}.shop__head{max-width:60ch;margin-bottom:var(--space-lg)}.shop__head h1{font-size:var(--fs-h1);margin-top:.6rem}.shop__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;border-bottom:1px solid var(--line-on-light);padding-bottom:1.4rem;margin-bottom:var(--space-lg)}.shop__filters{display:flex;gap:.6rem;flex-wrap:wrap}.shop__filters button{background:none;border:1px solid var(--line-on-light);border-radius:999px;padding:.5rem 1.1rem;font-family:var(--font-mono);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-text);transition:background var(--dur-fast) ease,color var(--dur-fast) ease,border-color var(--dur-fast) ease}.shop__filters button:hover{border-color:var(--gold)}.shop__filters button.is-active{background:var(--ink);color:var(--ivory-text);border-color:var(--ink)}.shop__sort{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;background:transparent;border:1px solid var(--line-on-light);border-radius:var(--radius);padding:.5rem .8rem;color:var(--ink-text)}.shop__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md) var(--space-sm)}.shop__empty{padding:var(--space-lg) 0;color:var(--brass);font-style:italic;font-family:var(--font-display)}@media (max-width: 1080px){.shop__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 760px){.shop__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm) .7rem}}.loupe-wrap{position:relative;overflow:hidden;cursor:none;background:var(--ink-soft)}.loupe-img{width:100%;height:100%;object-fit:cover;filter:contrast(1.05) saturate(.95) contrast(1.02);transition:transform var(--dur-med) var(--ease-velvet)}.loupe-wrap:hover .loupe-img{transform:scale(1.03)}.loupe-lens{position:absolute;width:140px;height:140px;border-radius:50%;border:2px solid var(--gold);box-shadow:0 0 0 6px #1b1e218c,0 12px 30px #00000073;pointer-events:none;transform:translate(-50%,-50%) scale(.85);opacity:0;transition:opacity var(--dur-fast) ease,transform var(--dur-fast) ease;background-repeat:no-repeat;z-index:3}.loupe-lens.is-visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.loupe-lens:after{content:"";position:absolute;bottom:-22px;right:-18px;width:4px;height:34px;background:var(--gold);border-radius:2px;transform:rotate(45deg)}@media (max-width: 640px){.loupe-wrap{cursor:default;touch-action:pan-y}.loupe-lens{width:110px;height:110px;box-shadow:0 0 0 5px #1b1e218c,0 10px 24px #00000073}.loupe-lens:after{bottom:-18px;right:-14px;height:26px}}@media (prefers-reduced-motion: reduce){.loupe-img{transition:none}.loupe-wrap:hover .loupe-img{transform:none}}.pdp{padding:calc(var(--space-xl) + 2rem) var(--space-md) var(--space-xl)}.pdp__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-lg)}.pdp__main-image{aspect-ratio:4 / 5}.pdp__main-image .carousel{width:100%;height:100%}.pdp__video{width:100%;height:100%;object-fit:cover;background:var(--ink)}.pdp__thumbs{display:flex;gap:.7rem;margin-top:.9rem}.pdp__thumb{position:relative;width:64px;height:64px;border:1px solid transparent;padding:0;overflow:hidden;opacity:.55;transition:opacity var(--dur-fast) ease,border-color var(--dur-fast) ease}.pdp__thumb img,.pdp__thumb video{width:100%;height:100%;object-fit:cover}.pdp__thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#1b1e2166;color:var(--ivory-text);font-size:.7rem}.pdp__thumb.is-active,.pdp__thumb:hover{opacity:1;border-color:var(--gold)}.pdp__info{padding-top:.5rem}.pdp__name{font-size:var(--fs-h1);margin:.7rem 0 .6rem}.pdp__rating{background:none;border:none;padding:0;color:var(--brass-deep);font-size:.9rem;cursor:pointer;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color var(--dur-fast) ease}.pdp__rating:hover{text-decoration-color:var(--brass-deep)}.pdp__rating span{color:var(--muted-on-light);font-family:var(--font-mono);font-size:.85rem;margin-left:6px}.pdp__price{font-family:var(--font-mono);font-size:1.4rem;color:var(--brass);margin:1.2rem 0}.pdp__price--was{font-size:1rem;color:var(--muted-on-light);font-weight:400;margin-left:.6rem}.pdp__desc{max-width:52ch;color:var(--muted-on-light);margin-bottom:1.4rem}.pdp__desc-heading{font-size:1.15rem;font-weight:700;color:var(--text-on-light, #1a1a1a);margin:1rem 0 .4rem}.pdp__desc-heading:first-child{margin-top:0}.pdp__desc-subheading{font-size:.98rem;font-weight:600;color:var(--text-on-light, #1a1a1a);margin:.8rem 0 .3rem}.pdp__desc-para{margin:0 0 .7rem}.pdp__desc-bullets{margin:0 0 .9rem;padding-left:1.2rem}.pdp__desc-bullets li{margin-bottom:.3rem}.pdp__stock{font-size:.85rem;color:var(--brass);margin-bottom:1.6rem}.pdp__actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.pdp__qty{display:flex;align-items:center;gap:0;border:1px solid var(--line-on-light);border-radius:var(--radius)}.pdp__qty button{background:none;border:none;width:40px;height:48px;font-size:1.1rem;color:var(--ink-text)}.pdp__qty span{width:32px;text-align:center;font-family:var(--font-mono)}.pdp__meta{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--line-on-light)}.pdp__meta span{display:block;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brass);margin-bottom:.4rem}.pdp__meta p{font-size:.85rem}.pdp__related{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--line-on-light)}.pdp__related-title{font-size:var(--fs-h2);margin-bottom:var(--space-lg)}.pdp__related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md) var(--space-sm)}.pdp__back{margin-top:var(--space-lg)}@media (max-width: 900px){.pdp__grid{grid-template-columns:1fr}.pdp__meta{grid-template-columns:1fr 1fr}.pdp__related-grid{grid-template-columns:repeat(2,1fr)}}.cart{padding:calc(var(--space-xl) + 2rem) var(--space-md) var(--space-xl)}.cart h1{font-size:var(--fs-h1);margin-bottom:var(--space-lg)}.cart--empty{text-align:left;max-width:60ch;padding-top:calc(var(--space-xl) + 4rem)}.cart--empty p{margin:1rem 0 2rem;color:var(--muted-on-light)}.cart__grid{display:grid;grid-template-columns:1fr 340px;gap:var(--space-lg);align-items:start}.cart__list{display:flex;flex-direction:column}.cart__row{display:grid;grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:1.2rem;padding:1.2rem 0;border-bottom:1px solid var(--line-on-light)}.cart__thumb{width:80px;height:96px;object-fit:cover}.cart__row-info h3{font-size:1rem;font-weight:500}.cart__row-price{font-family:var(--font-mono);font-size:.8rem;color:var(--brass)}.cart__row-qty{display:flex;align-items:center;border:1px solid var(--line-on-light)}.cart__row-qty button{background:none;border:none;width:32px;height:36px}.cart__row-qty span{width:26px;text-align:center;font-family:var(--font-mono);font-size:.85rem}.cart__row-total{font-family:var(--font-mono);font-size:.9rem}.cart__remove{background:none;border:none;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--garnet)}.cart__summary{border:1px solid var(--line-on-light);padding:var(--space-md);position:sticky;top:110px}.cart__summary h2{font-size:1.2rem;margin-bottom:1.2rem}.cart__summary-row{display:flex;justify-content:space-between;font-size:.88rem;padding:.6rem 0;border-bottom:1px solid var(--line-on-light)}.cart__summary-total{font-weight:700;font-size:1rem;border-bottom:none;margin-bottom:1.4rem}.cart__continue{display:block;text-align:center;margin-top:1rem;font-family:var(--font-mono);font-size:.75rem;color:var(--brass)}@media (max-width: 860px){.cart__grid{grid-template-columns:1fr}.cart__row{grid-template-columns:64px 1fr auto;row-gap:.6rem}.cart__row-qty,.cart__row-total,.cart__remove{grid-column:2 / 3}}.checkout{padding:calc(var(--space-xl) + 2rem) var(--space-md) var(--space-xl)}.checkout h1{font-size:var(--fs-h1);margin-bottom:var(--space-lg)}.checkout--empty{padding:9rem 1rem;text-align:center}.checkout__grid{display:grid;grid-template-columns:1fr 340px;gap:var(--space-lg);align-items:start}.checkout__address h2,.checkout__summary h2{font-size:1.2rem;margin-bottom:1.2rem}.checkout__field{margin-bottom:1.1rem}.checkout__field label{display:block;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brass);margin-bottom:.5rem}.checkout__field input{width:100%;border:none;border-bottom:1px solid var(--line-on-light);background:transparent;padding:.7rem 0;font-family:var(--font-body);font-size:.95rem}.checkout__field input:focus{outline:none;border-color:var(--gold)}.checkout__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout__error{background:#7a1f2b14;border-left:2px solid var(--garnet);color:var(--garnet);padding:.7rem .9rem;margin-bottom:1.1rem;font-size:.85rem}.checkout__summary{border:1px solid var(--line-on-light);padding:var(--space-md);position:sticky;top:110px}.checkout__items{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.checkout__items li{display:flex;justify-content:space-between;font-size:.85rem}.checkout__row-line{display:flex;justify-content:space-between;font-size:.85rem;color:var(--muted-on-light);padding:.35rem 0}.checkout__coupon{margin-bottom:.6rem}.checkout__coupon-row{display:flex;gap:.5rem}.checkout__coupon-row input{flex:1;padding:.6rem .7rem;border:1px solid var(--line-on-light);background:transparent;font-size:.85rem}.checkout__coupon-row input:focus{outline:none;border-color:var(--gold)}.checkout__coupon-applied{display:flex;justify-content:space-between;align-items:center;background:#c9a24b1a;border:1px solid var(--gold);padding:.55rem .8rem;font-size:.82rem}.checkout__coupon-remove{background:none;border:none;color:var(--garnet);font-size:.78rem;text-decoration:underline;cursor:pointer;padding:0}.checkout__error--small{margin-top:.5rem;margin-bottom:0}.checkout__subtotal,.checkout__discount{display:flex;justify-content:space-between;font-size:.85rem;color:var(--muted-on-light);padding:.35rem 0}.checkout__discount{color:var(--garnet)}.checkout__total{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;padding:.8rem 0;border-top:1px solid var(--line-on-light);margin-bottom:1.2rem}.checkout__legal{margin-bottom:1rem}.checkout__note{font-size:.78rem;color:var(--muted-on-light);margin-top:.8rem;text-align:center}@media (max-width: 860px){.checkout__grid,.checkout__row{grid-template-columns:1fr}.checkout__summary{position:static}}.wishlist{padding:calc(var(--space-xl) + 2rem) var(--space-md) var(--space-xl)}.wishlist--empty{max-width:60ch;padding-top:calc(var(--space-xl) + 4rem)}.wishlist--empty p{margin:1rem 0 2rem;color:var(--muted-on-light)}.wishlist__head{margin-bottom:var(--space-lg)}.wishlist__head h1{font-size:var(--fs-h1);margin-top:.6rem}.wishlist__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md) var(--space-sm)}@media (max-width: 1080px){.wishlist__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 760px){.wishlist__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm) .7rem}}.auth{height:100vh;overflow:hidden;display:grid;grid-template-columns:1.1fr 1fr;background:var(--bone)}.auth__media{position:relative;background:var(--ink);overflow:hidden}.auth__media img{width:100%;height:100%;object-fit:cover;filter:grayscale(.35) contrast(1.12) brightness(.7);animation:heroPan 20s linear infinite alternate}@keyframes heroPan{0%{transform:scale(1.05) translate(0)}to{transform:scale(1.12) translate(-1.5%)}}.auth__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1b1e210d 40%,#1b1e21c7)}.auth__media-caption{position:absolute;left:var(--space-md);bottom:var(--space-md);right:var(--space-md);color:var(--ivory-text);max-width:34ch;z-index:2}.auth__media-caption .eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.7rem}.auth__media-caption .eyebrow:before{content:"";width:22px;height:1px;background:var(--gold)}.auth__media-caption h2{font-size:1.9rem;font-style:italic;font-weight:500;line-height:1.25}.auth__form-side{display:flex;align-items:center;justify-content:center;padding:var(--space-lg) var(--space-md);position:relative;height:100vh;overflow-y:auto}.auth__form-side:before{content:"";position:absolute;top:50%;left:50%;width:620px;height:620px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(201,162,75,.14) 0%,transparent 68%);pointer-events:none}.auth__form{width:100%;max-width:400px;position:relative;z-index:1;background:#fffdf9;border:1px solid var(--line-on-light);border-top:2px solid var(--gold);box-shadow:0 30px 60px -30px #1b1e2140;padding:var(--space-lg) var(--space-md)}.auth__logo{font-family:var(--font-display);font-size:1.3rem;letter-spacing:.2em;color:var(--ink-text);margin-bottom:var(--space-lg);display:inline-block}.auth__back{margin-bottom:1.6rem;width:fit-content}.auth__form h1{font-size:2.1rem;margin-bottom:.5rem;position:relative;display:inline-block}.auth__form h1:after{content:"";position:absolute;left:0;bottom:-.6rem;width:46px;height:2px;background:var(--gold)}.auth__form-sub{color:var(--muted-on-light);font-size:.9rem;margin:1.1rem 0 var(--space-md)}.auth__field{margin-bottom:1.2rem}.auth__field label{display:block;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--brass-deep);margin-bottom:.5rem}.auth__field input{width:100%;padding:.9rem 1rem;border:1px solid var(--line-on-light);border-radius:var(--radius);background:#fff;font-family:var(--font-body);font-size:.98rem;color:var(--ink-text);transition:border-color var(--dur-fast) ease,box-shadow var(--dur-fast) ease}.auth__field input::placeholder{color:var(--muted-on-light);opacity:.7}.auth__field input:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c9a24b2e}.auth__otp-inputs{display:flex;gap:.6rem}.auth__otp-inputs input{text-align:center;border:1px solid var(--line-on-light);border-radius:var(--radius);padding:.9rem 0;font-family:var(--font-mono);font-size:1.2rem;background:#fff;color:var(--ink-text)}.auth__otp-inputs input:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c9a24b2e}.auth__notice{background:#c9a24b1f;border-left:2px solid var(--gold);color:var(--brass-deep);font-size:.85rem;padding:.7rem .9rem;margin-bottom:1.1rem}.auth__error{background:#7a1f2b14;border-left:2px solid var(--garnet);color:var(--garnet);font-size:.85rem;padding:.7rem .9rem;margin-bottom:1.1rem}.auth__error--info{background:#c9a24b1a;border-left-color:var(--gold);color:var(--ink, #333)}.auth__success{background:#8c6a2f1a;border-left:2px solid var(--brass);color:var(--brass-deep);font-size:.85rem;padding:.7rem .9rem;margin-bottom:1.1rem}.auth__submit{margin-top:.8rem;background:linear-gradient(135deg,var(--gold-bright),var(--gold) 55%,var(--brass) 100%);border:none;box-shadow:0 10px 24px -10px #8c6a2f8c;transition:transform var(--dur-fast) var(--ease-velvet),box-shadow var(--dur-fast) var(--ease-velvet)}.auth__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px -10px #8c6a2fa6}.auth__submit:disabled{box-shadow:none}.auth__links{display:flex;justify-content:space-between;margin-top:1.4rem;font-size:.82rem}.auth__links a{color:var(--brass-deep)}.auth__links a:hover{color:var(--gold);text-decoration:underline}.auth__switch{margin-top:2rem;font-size:.85rem;text-align:center;color:var(--muted-on-light)}.auth__switch a{color:var(--brass-deep);font-weight:600}.auth__switch a:hover{color:var(--gold)}.auth__resend{background:none;border:none;padding:0;color:var(--brass-deep);font-weight:600;font-size:.85rem;text-decoration:underline;cursor:pointer}.auth__resend:hover{color:var(--gold)}@media (max-width: 900px) and (min-width: 701px){.auth{grid-template-columns:.9fr 1fr}.auth__media-caption{left:var(--space-sm);right:var(--space-sm);bottom:var(--space-sm)}.auth__media-caption h2{font-size:1.3rem}.auth__form-side{padding:var(--space-md) var(--space-sm)}.auth__form{max-width:100%;padding:var(--space-md) var(--space-sm)}.auth__logo{margin-bottom:var(--space-md)}.auth__form h1{font-size:1.6rem}.auth__back{margin-bottom:1rem}}@media (max-width: 700px){.auth{height:auto;min-height:100dvh;overflow:visible;display:block;position:relative}.auth__media{height:46vh;min-height:240px;max-height:380px}.auth__media-caption{left:var(--space-sm);right:var(--space-sm);bottom:calc(var(--space-md) + 64px);max-width:none}.auth__media-caption .eyebrow{font-size:.7rem;margin-bottom:.4rem}.auth__media-caption h2{font-size:1.1rem;line-height:1.25}.auth__form-side{height:auto;display:block;padding:0 var(--space-sm) var(--space-lg);margin-top:-56px;position:relative;z-index:2}.auth__form-side:before{display:none}.auth__form{max-width:none;width:100%;margin:0 auto;padding:var(--space-md) var(--space-sm) var(--space-lg);box-shadow:0 -12px 30px -14px #1b1e2159,0 20px 40px -24px #1b1e214d}.auth__logo{margin-bottom:var(--space-md)}.auth__form h1{font-size:1.55rem}.auth__back{margin-bottom:1rem}}@media (max-width: 560px){.auth__media{height:38vh;min-height:210px}.auth__media-caption{bottom:calc(var(--space-sm) + 56px)}.auth__media-caption .eyebrow{font-size:.68rem}.auth__media-caption h2{font-size:1rem;line-height:1.2}.auth__form-side{margin-top:-44px}.auth__form h1{font-size:1.3rem}.auth__form-sub{font-size:.82rem;margin:.7rem 0 var(--space-sm)}.auth__back{font-size:.7rem}.auth__logo{font-size:1.05rem;margin-bottom:var(--space-sm)}.auth__field{margin-bottom:.9rem}.auth__field input{padding:.75rem .85rem;font-size:.9rem}.auth__switch{margin-top:1.2rem;font-size:.78rem}.auth__links{font-size:.76rem}}@media (max-width: 400px){.auth__media{height:32vh;min-height:180px}.auth__media-caption{display:none}.auth__form-side{margin-top:-32px;padding:0 var(--space-xs) var(--space-lg)}.auth__form{padding:var(--space-sm)}.auth__form h1{font-size:1.15rem}.auth__logo{font-size:.95rem}}.account{padding:calc(var(--space-xl) + 2rem) var(--space-md) var(--space-xl)}.account__head{margin-bottom:var(--space-lg)}.account__head h1{font-size:var(--fs-h1);margin-top:.6rem}.account__grid{display:grid;grid-template-columns:300px 1fr;gap:var(--space-lg);align-items:start}.account__profile{border:1px solid var(--line-on-light);padding:var(--space-md);position:sticky;top:110px}.account__profile h2{font-size:1.1rem;margin-bottom:1.2rem}.account__profile dl{margin:0 0 1.6rem}.account__profile dt{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brass-deep);margin-top:1rem}.account__profile dd{margin:.3rem 0 0;font-size:.95rem}.account__orders h2{font-size:1.1rem;margin-bottom:1.4rem}.account__note{color:var(--muted-on-light);font-size:.9rem}.account__note--error{color:var(--garnet)}.account__empty{border:1px dashed var(--line-on-light);padding:var(--space-lg);text-align:center;color:var(--muted-on-light)}.account__empty p{margin-bottom:1.2rem}.account__order-list{display:flex;flex-direction:column;gap:1rem}.account__order{border:1px solid var(--line-on-light);padding:1.2rem 1.4rem}.account__order-top{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-mono);font-size:.8rem;margin-bottom:.7rem}.account__order-items{font-size:.88rem;color:var(--muted-on-light);margin-bottom:.7rem}.account__order-bottom{display:flex;justify-content:space-between;font-size:.85rem;padding-top:.7rem;border-top:1px solid var(--line-on-light)}.order-status{font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .7rem;border-radius:999px}.order-status--pending,.order-status--processing{background:#8c6a2f26;color:var(--brass-deep)}.order-status--paid{background:#7a1f2b1a;color:var(--garnet)}.order-status--shipped{background:#1713101a;color:var(--ink-text)}.order-status--delivered{background:#4c784a26;color:#2f5c2d}.order-status--cancelled,.order-status--failed{background:#7a1f2b1a;color:var(--garnet)}.order-tracker{display:flex;align-items:center;margin:.85rem 0}.order-tracker__step{display:flex;align-items:center;flex:1 1 auto}.order-tracker__step:last-child{flex:0 0 auto}.order-tracker__dot{width:10px;height:10px;border-radius:50%;background:var(--line-on-light);flex:0 0 auto;transition:background .4s ease,box-shadow .4s ease}.order-tracker__step.is-done .order-tracker__dot{background:var(--gold);box-shadow:0 0 0 3px #c9a24b2e}.order-tracker__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-text-muted, #8a7f70);margin:0 .5rem;white-space:nowrap}.order-tracker__step.is-done .order-tracker__label{color:var(--ink-text)}.order-tracker__line{flex:1 1 auto;height:1px;background:var(--line-on-light)}.order-tracker__step.is-done .order-tracker__line{background:var(--gold)}.order-tracker--cancelled{font-size:.82rem;color:var(--garnet);margin:.85rem 0}@media (max-width: 860px){.account__grid{grid-template-columns:1fr}.account__profile{position:static}}.order-history{padding:calc(var(--space-xl) + 2rem) var(--space-md) var(--space-xl);max-width:900px;margin:0 auto}.order-history__head{margin-bottom:var(--space-lg);position:relative}.order-history__head h1{font-size:var(--fs-h1);margin-top:.6rem}.order-history__back{display:inline-block;margin-top:.8rem;font-size:var(--fs-small);color:var(--muted-on-light);text-decoration:none}.order-history__back:hover{color:var(--gold)}.order-history__notice{background:#c9a24b1f;border-left:2px solid var(--gold);color:var(--brass-deep);padding:.9rem 1.1rem;margin-bottom:var(--space-md);font-size:.92rem}.order-history__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.order-card{border:1px solid var(--line-on-light);background:#fff}.order-card__head{width:100%;display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:1.2rem;padding:1.1rem 1.4rem;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-body)}.order-card__id{display:flex;flex-direction:column;gap:.2rem}.order-card__date{font-size:.82rem;color:var(--muted-on-light)}.order-card__total{font-family:var(--font-mono);font-weight:600}.order-card__chevron{transition:transform var(--dur-fast) var(--ease-velvet);color:var(--muted-on-light)}.order-card__chevron.is-open{transform:rotate(180deg)}.order-status{display:inline-block;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .6rem;border-radius:var(--radius);border:1px solid currentColor}.order-status--processing{color:var(--brass-deep)}.order-status--shipped{color:#2f5d8a}.order-status--delivered{color:#2f6d3f}.order-status--cancelled{color:var(--garnet)}.order-card__body{padding:0 1.4rem 1.4rem;border-top:1px solid var(--line-on-light)}.order-timeline{list-style:none;display:flex;gap:0;margin:1.4rem 0 1.6rem;padding:0}.order-timeline__step{flex:1;position:relative;text-align:center;color:var(--muted-on-light);font-size:.82rem}.order-timeline__step:before{content:"";position:absolute;top:5px;left:-50%;width:100%;height:2px;background:var(--line-on-light);z-index:0}.order-timeline__step:first-child:before{display:none}.order-timeline__step.is-done:before{background:var(--gold)}.order-timeline__dot{display:block;width:12px;height:12px;border-radius:50%;background:var(--bone-dim);border:2px solid var(--line-on-light);margin:0 auto .5rem;position:relative;z-index:1}.order-timeline__step.is-done .order-timeline__dot{background:var(--gold);border-color:var(--gold)}.order-timeline__step.is-current .order-timeline__label{color:var(--ink-text);font-weight:600}.order-timeline__date{display:block;font-size:.72rem;margin-top:.2rem}.order-timeline--cancelled{display:flex;align-items:center;gap:.6rem;color:var(--garnet);margin:1.4rem 0 1.6rem;font-size:.9rem}.order-timeline--cancelled .order-timeline__dot{width:10px;height:10px;border-radius:50%;background:var(--garnet)}.order-card__items{list-style:none;margin:0 0 1.2rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.order-card__items li{display:flex;align-items:center;gap:.8rem;font-size:.9rem}.order-card__return-link{font-size:.75rem;color:var(--muted);text-decoration:underline;white-space:nowrap}.order-card__return-link:hover{color:var(--garnet, #7a1f2b)}.order-card__items img{width:42px;height:42px;object-fit:cover;border-radius:var(--radius)}.order-card__item-name{flex:1}.order-card__address{font-size:.85rem;color:var(--muted-on-light);margin-bottom:1.2rem}.order-card__address strong{display:block;color:var(--ink-text);margin-bottom:.3rem}.order-card__address p{margin:0}.order-card__totals{font-size:.85rem;border-top:1px dashed var(--line-on-light);padding-top:.8rem}.order-card__totals div{display:flex;justify-content:space-between;padding:.15rem 0}.order-card__grand-total{font-weight:700;font-size:.95rem;margin-top:.3rem;border-top:1px solid var(--line-on-light);padding-top:.5rem!important}@media (max-width: 640px){.order-card__head{grid-template-columns:1fr auto;row-gap:.5rem}.order-card__total{grid-column:1 / 2}}.about__hero{padding:calc(var(--space-xl) + 2rem) var(--space-md) var(--space-lg);max-width:900px}.about__hero h1{font-size:var(--fs-h1);margin:.8rem 0 1.6rem}.about__intro{font-size:1.1rem;color:var(--muted-on-light);max-width:62ch}.about__split{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:center;padding:var(--space-lg) var(--space-md)}.about__media{position:relative;aspect-ratio:4/3;overflow:hidden}.about__media img{width:100%;height:100%;object-fit:cover;filter:contrast(1.05) saturate(.95)}.about__media-tag{position:absolute;left:1rem;bottom:1rem;z-index:2;background:var(--ink);color:var(--ivory-text);font-family:var(--font-mono);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:.55rem .9rem}.about__copy h2{font-size:var(--fs-h2);margin-bottom:1.2rem;max-width:16ch}.about__copy p{color:var(--muted-on-light);max-width:48ch}.about__process{padding:var(--space-md) var(--space-md) var(--space-xl)}.about__process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.about__process-step{border-top:1px solid var(--line-on-light);padding-top:1.2rem;transition:border-color var(--dur-med) ease}.about__process-step:hover{border-color:var(--brass)}.about__process-mark{display:block;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.1em;color:var(--gold);margin-bottom:.5rem}.about__process-step h4{font-size:1.05rem;margin-bottom:.4rem}.about__process-step p{font-size:.9rem;color:var(--muted-on-light);max-width:30ch}.about__values-wrap{background:var(--bone-dim);padding:var(--space-xl) 0}.about__values-head{max-width:620px;margin:0 auto 3rem;text-align:center}.about__values-head h2{font-size:var(--fs-h2);margin-top:.8rem}.about__values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about__value{position:relative;background:var(--ivory-text);border:1px solid var(--line-on-light);padding:2rem 1.75rem;transition:transform var(--dur-med) var(--ease-velvet),box-shadow var(--dur-med) var(--ease-velvet),border-color var(--dur-med) ease}.about__value:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform var(--dur-med) var(--ease-velvet)}.about__value:hover{transform:translateY(-4px);box-shadow:0 18px 32px -20px #1b1e2159;border-color:transparent}.about__value:hover:before{transform:scaleX(1)}.about__value-num{display:block;font-family:var(--font-mono);font-size:.78rem;color:var(--brass-deep);margin-bottom:1rem}.about__value h3{font-size:1.15rem;margin-bottom:.6rem}.about__value p{font-size:.9rem;color:var(--muted-on-light);max-width:30ch}.about__loupe{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:center;padding:var(--space-xl) var(--space-md)}.about__loupe-copy h2{font-size:var(--fs-h2);margin-top:.8rem;max-width:14ch}.about__loupe-media{position:relative;aspect-ratio:4/5;padding:.6rem;border:1px solid var(--line-on-light)}.about__loupe-media .carousel{width:100%;height:100%}.about__cta{background:var(--ink);color:var(--ivory-text);padding:var(--space-xl) 0}.about__cta-inner{text-align:center;max-width:640px;margin:0 auto}.about__cta-inner h2{font-size:var(--fs-h2);margin:.9rem 0 2rem}.about__cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 900px){.about__split,.about__loupe{grid-template-columns:1fr}.about__process-grid{grid-template-columns:1fr;gap:var(--space-md)}.about__values{grid-template-columns:1fr}}.contact{padding:calc(var(--space-xl) + 2rem) var(--space-md) var(--space-xl)}.contact__head{max-width:60ch;margin-bottom:var(--space-lg)}.contact__head h1{font-size:var(--fs-h1);margin-top:.6rem}.contact__grid{display:grid;grid-template-columns:1fr 1.4fr;gap:var(--space-xl)}.contact__info{display:flex;flex-direction:column;gap:var(--space-md)}.contact__info .eyebrow{display:block;margin-bottom:.4rem}.contact__info p{font-size:.92rem;color:var(--muted-on-light);max-width:30ch}.contact__form{display:flex;flex-direction:column}.contact__field{margin-bottom:1.2rem}.contact__field label{display:block;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brass);margin-bottom:.5rem}.contact__field input,.contact__field textarea{width:100%;border:none;border-bottom:1px solid var(--line-on-light);background:transparent;font-family:var(--font-body);font-size:.95rem;padding:.7rem 0;resize:vertical}.contact__field input:focus,.contact__field textarea:focus{outline:none;border-color:var(--gold)}.contact__success{background:#8c6a2f1a;border-left:2px solid var(--brass);color:var(--brass);padding:.8rem 1rem;margin-bottom:1.2rem;font-size:.88rem}.contact__error{background:#7a1f2b14;border-left:2px solid var(--garnet);color:var(--garnet);padding:.8rem 1rem;margin-bottom:1.2rem;font-size:.88rem}@media (max-width: 860px){.contact__grid{grid-template-columns:1fr;gap:var(--space-lg)}}.legal{padding:calc(var(--space-xl) + 2rem) var(--space-md) var(--space-xl)}.legal__head{max-width:820px;margin-bottom:var(--space-lg)}.legal__head h1{font-size:var(--fs-h1);margin:.6rem 0 1rem}.legal__head p{color:var(--muted-on-light)}.legal__grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:var(--space-lg);align-items:start}.legal__nav{position:sticky;top:110px;display:grid;gap:.2rem;border-left:1px solid var(--line-on-light);padding-left:var(--space-sm)}.legal__nav a{color:var(--brass-deep);font-family:var(--font-mono);font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;padding:.45rem 0}.legal__content{display:grid;gap:var(--space-md)}.legal__content section{border-top:1px solid var(--line-on-light);padding-top:var(--space-md)}.legal__content h2{font-size:var(--fs-h3);margin-bottom:.8rem}.legal__content p{color:var(--muted-on-light);max-width:76ch}.legal__content a{color:var(--brass-deep);font-weight:700;text-decoration:underline;text-underline-offset:3px}@media (max-width: 860px){.legal__grid{grid-template-columns:1fr;gap:var(--space-md)}.legal__nav{position:static;grid-template-columns:repeat(2,minmax(0,1fr));border-left:0;border-top:1px solid var(--line-on-light);padding:var(--space-sm) 0 0}}.returns{padding:3rem 0 5rem;max-width:720px}.returns__head{margin-bottom:1.6rem}.returns__head h1{font-size:1.9rem;margin:.4rem 0 .8rem}.returns__back{margin-top:.6rem}.returns__policy-note{background:#c9a24b14;border:1px solid rgba(201,162,75,.25);border-radius:8px;padding:1.2rem 1.4rem;margin-bottom:2rem}.returns__policy-note p{font-size:.86rem;line-height:1.6;color:var(--muted);margin:0 0 .6rem}.returns__policy-note p:last-child{margin-bottom:0}.returns__policy-note strong{color:var(--ink)}.returns__notice{background:#4c784a1a;color:#2f5c2d;padding:.9rem 1.2rem;border-radius:6px;font-size:.88rem;margin-bottom:1.6rem}.returns__error{background:#7a1f2b14;color:var(--garnet);padding:.8rem 1rem;border-radius:6px;font-size:.85rem;margin-bottom:1.4rem}.returns__form{display:flex;flex-direction:column;gap:1.3rem}.returns__field{display:flex;flex-direction:column;gap:.4rem}.returns__field label{font-size:.8rem;font-weight:600;color:var(--muted)}.returns__field input,.returns__field textarea{padding:.75rem .9rem;border:1px solid rgba(27,30,33,.14);border-radius:6px;font-family:var(--font-body);font-size:.92rem;background:#fff}.returns__field input:focus,.returns__field textarea:focus{outline:none;border-color:var(--gold, #c9a24b)}.returns__field input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.returns__radio-group{display:flex;flex-direction:column;gap:.6rem}.returns__radio{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;font-weight:400;color:var(--ink);cursor:pointer}.returns__radio input{width:auto;margin-top:.2rem}.returns__link{text-align:center;font-size:.85rem;margin-top:.4rem}.returns__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.return-card{border:1px solid rgba(27,30,33,.1);border-radius:8px;padding:1.4rem 1.6rem;background:#fffdf9}.return-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.return-card__date{display:block;font-size:.78rem;color:var(--muted);margin-top:.2rem}.return-card__type{font-size:.8rem;color:var(--muted);font-style:italic;margin:0 0 .5rem}.return-card__desc{font-size:.88rem;color:var(--ink);line-height:1.6;margin:0 0 .6rem;white-space:pre-wrap}.return-card__resolution,.return-card__notes{font-size:.82rem;color:var(--muted);margin:.3rem 0 0}.return-status{font-size:.72rem;padding:.25rem .7rem;border-radius:20px;text-transform:capitalize;white-space:nowrap}.return-status--pending{background:#8c6a2f26;color:#6e5220}.return-status--approved{background:#4c784a26;color:#2f5c2d}.return-status--rejected{background:#7a1f2b1a;color:var(--garnet)}.return-status--completed{background:#1b1e2114;color:var(--ink)}.custom-order{padding:3rem 0 5rem;max-width:720px}.custom-order__head{margin-bottom:2.2rem}.custom-order__head h1{font-size:1.9rem;margin:.4rem 0 .8rem}.custom-order__head p{color:var(--muted);line-height:1.7}.custom-order__back{display:inline-block;margin-top:.6rem;font-size:.85rem;color:var(--muted);text-decoration:none}.custom-order__back:hover{color:var(--ink)}.custom-order__notice{background:#4c784a1a;color:#2f5c2d;padding:.9rem 1.2rem;border-radius:6px;font-size:.88rem;margin-bottom:1.6rem}.custom-order__error{background:#7a1f2b14;color:var(--garnet);padding:.8rem 1rem;border-radius:6px;font-size:.85rem;margin-bottom:1.4rem}.custom-order__form{display:flex;flex-direction:column;gap:1.3rem}.custom-order__field{display:flex;flex-direction:column;gap:.4rem}.custom-order__field label{font-size:.8rem;font-weight:600;color:var(--muted)}.custom-order__field input,.custom-order__field textarea{padding:.75rem .9rem;border:1px solid rgba(27,30,33,.14);border-radius:6px;font-family:var(--font-body);font-size:.92rem;background:#fff}.custom-order__field input:focus,.custom-order__field textarea:focus{outline:none;border-color:var(--gold, #c9a24b)}.custom-order__file-note{font-size:.78rem;color:var(--muted);margin:.2rem 0 0}.file-drop{display:flex;align-items:center;gap:.9rem;padding:.7rem .9rem;border:1px dashed rgba(27,30,33,.22);border-radius:6px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.file-drop:hover{border-color:var(--gold, #c9a24b);background:#c9a24b0a}.file-drop__cta{flex-shrink:0;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);background:var(--bone, #ede6d6);padding:.45rem .9rem;border-radius:4px}.file-drop__hint{font-size:.82rem;color:var(--muted)}.custom-order__field input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.custom-order__link{text-align:center;font-size:.85rem;margin-top:.4rem}.custom-order__link--top{text-align:left;margin-top:1.1rem;margin-bottom:0}.custom-order__link--top .btn{font-size:.78rem;padding:.6rem 1.2rem}.custom-order__link-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.1rem}.custom-order__link-row .btn{font-size:.78rem;padding:.6rem 1.2rem}.custom-order__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.custom-order-card{border:1px solid rgba(27,30,33,.1);border-radius:8px;padding:1.4rem 1.6rem;background:#fffdf9}.custom-order-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:.6rem}.custom-order-card__date{display:block;font-size:.78rem;color:var(--muted);margin-top:.2rem}.custom-order-card__desc{font-size:.88rem;color:var(--muted);line-height:1.6;margin:0 0 .8rem;white-space:pre-wrap}.custom-order-status{font-size:.72rem;padding:.25rem .7rem;border-radius:20px;text-transform:capitalize;white-space:nowrap}.custom-order-status--requested,.custom-order-status--reviewing{background:#8c6a2f26;color:#6e5220}.custom-order-status--awaiting_payment{background:#c9a24b33;color:#8c6a2f}.custom-order-status--paid,.custom-order-status--in_workshop{background:#1b1e2114;color:var(--ink)}.custom-order-status--completed{background:#4c784a26;color:#2f5c2d}.custom-order-status--rejected,.custom-order-status--cancelled{background:#7a1f2b1a;color:var(--garnet)}.custom-order-card__quote{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;border-top:1px solid rgba(27,30,33,.08);padding-top:.9rem;margin-top:.4rem}.custom-order-card__quote strong{font-size:1.1rem}.custom-order-card__quote p{font-size:.82rem;color:var(--muted);margin:.2rem 0 0}.custom-order__loading{padding:5rem 0;text-align:center;color:var(--muted)}.custom-order-pay{padding:3rem 0 5rem;max-width:560px}.custom-order-pay__card{border:1px solid rgba(27,30,33,.1);border-radius:8px;padding:2rem;background:#fffdf9}.custom-order-pay__card h2{font-size:2rem;margin:0 0 .6rem}.custom-order-pay__card p{color:var(--muted);line-height:1.7;white-space:pre-wrap;margin:0 0 1.2rem}.custom-order-pay__images{display:flex;gap:.6rem;margin-bottom:1.4rem;flex-wrap:wrap}.custom-order-pay__images img{width:90px;height:90px;object-fit:cover;border-radius:6px;border:1px solid rgba(27,30,33,.08)}.custom-order-pay__note{font-size:.78rem;color:var(--muted);text-align:center;margin:1rem 0 0}:root{--ink: #1b1e21;--ink-soft: #24282c;--gold: #e35205;--gold-bright: #ff7a1a;--brass: #6b747b;--brass-deep: #454c52;--bone: #eceef0;--bone-dim: #dbdfe2;--garnet: #b3261e;--ivory-text: #f3f4f5;--ink-text: #1e2124;--text-secondary: #454c52;--text-secondary-inverse: #c6cbcf;--muted-on-light: #565e64;--muted-on-dark: #b7bdc2;--line-on-dark: rgba(243, 244, 245, .14);--line-on-light: rgba(30, 33, 36, .12);--ink-dot: rgba(243, 244, 245, .06);--gold-ink: #4a1b0c;--font-display: "Oswald", "Arial Narrow", sans-serif;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "Space Mono", monospace;--fs-hero: clamp(2.4rem, 5.6vw, 5rem);--fs-h1: clamp(2rem, 3.6vw, 3.1rem);--fs-h2: clamp(1.5rem, 2.4vw, 2.1rem);--fs-h3: clamp(1.2rem, 1.7vw, 1.45rem);--fs-body: 1rem;--fs-small: .88rem;--fs-label: .76rem;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.75rem;--space-lg: 3.25rem;--space-xl: 5.5rem;--ease-velvet: cubic-bezier(.22, 1, .36, 1);--dur-fast: .3s;--dur-med: .6s;--dur-slow: 1s;--max-width: 1320px;--radius: 2px}@media (prefers-reduced-motion: reduce){:root{--dur-fast: .01s;--dur-med: .01s;--dur-slow: .01s}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body.no-scroll{overflow:hidden}body{margin:0;background:var(--bone);color:var(--ink-text);font-family:var(--font-body);font-size:var(--fs-body);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:1.08;margin:0;letter-spacing:-.01em}p{margin:0}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}ul{list-style:none;margin:0;padding:0}.container{max-width:var(--max-width);margin:0 auto;padding-left:var(--space-md);padding-right:var(--space-md)}.eyebrow{font-family:var(--font-mono);font-size:var(--fs-label);line-height:1.6;letter-spacing:.14em;text-transform:uppercase;color:var(--brass-deep)}.eyebrow--inverse,.text-accent{color:var(--gold)}.text-highlight{position:relative;display:inline-block;color:#fff;padding:.08em .35em;z-index:1}.text-highlight:before{content:"";position:absolute;z-index:-1;top:.06em;right:-.1em;bottom:.06em;left:-.1em;background:var(--gold);border-radius:4px;transform:rotate(-1deg)}.skip-link{position:absolute;left:.5rem;top:-60px;z-index:1000;background:var(--ink);color:var(--ivory-text);padding:.7rem 1.2rem;font-family:var(--font-mono);font-size:.8rem;transition:top var(--dur-fast) ease}.skip-link:focus{top:.5rem}.route-loading{min-height:60vh;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.85rem;color:var(--text-secondary)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--gold);outline-offset:3px}::selection{background:var(--gold);color:var(--ink)}.legal-check{display:grid;grid-template-columns:1.1rem minmax(0,1fr);gap:.75rem;align-items:start;color:var(--muted-on-light);font-size:.84rem;line-height:1.5}.legal-check input{width:1.1rem;height:1.1rem;margin:.2rem 0 0;accent-color:var(--brass-deep)}.legal-check a{color:var(--brass-deep);font-weight:700;text-decoration:underline;text-underline-offset:3px}.grain{position:relative;isolation:isolate}.grain:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.skip-link{position:absolute;left:-9999px;top:0;z-index:300;background:var(--gold);color:var(--ink);padding:.9rem 1.4rem;font-family:var(--font-mono);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.skip-link:focus{left:var(--space-sm);top:var(--space-sm)}.reveal{opacity:0;transform:translateY(28px);transition:opacity var(--dur-slow) var(--ease-velvet),transform var(--dur-slow) var(--ease-velvet)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-curtain{position:relative;overflow:hidden}.reveal-curtain:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ink);transform-origin:right;transform:scaleX(1);transition:transform .9s var(--ease-velvet);z-index:2}.reveal-curtain.is-visible:after{transform:scaleX(0)}.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}
