.header{--header-accent: #2f5b52;--header-surface: rgba(245, 249, 247, .84);--header-line: rgba(27, 68, 58, .16);position:fixed;top:0;left:0;right:0;z-index:var(--z-sticky);height:var(--header-height);background-color:transparent;transition:background-color var(--transition-base),box-shadow var(--transition-base),backdrop-filter var(--transition-base)}html[data-gua-theme=steel] .header{--header-accent: #34413f;--header-surface: rgba(244, 247, 246, .86);--header-line: rgba(52, 65, 63, .18)}html[data-gua-theme=jade] .header{--header-accent: #173f2c;--header-surface: rgba(237, 243, 234, .87);--header-line: rgba(23, 63, 44, .18)}html[data-gua-theme=rose] .header{--header-accent: #72313c;--header-surface: rgba(255, 240, 238, .88);--header-line: rgba(114, 49, 60, .18)}.header--scrolled{background:linear-gradient(var(--header-surface),var(--header-surface));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--header-line)}.header__container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-6);height:100%;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.header__center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:var(--space-2);z-index:3}.header__logo{position:static;display:flex;flex-direction:column;align-items:center}.header__logo-main{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--color-text-primary);letter-spacing:.16em;text-transform:uppercase;line-height:1.1}.header__logo-subtitle{font-family:var(--font-heading);margin-top:6px;font-size:.6rem;font-weight:var(--font-medium);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-secondary);text-align:center}.header__logo-mask{display:block;width:42px;height:24px;background:var(--header-accent);mask:url(/img/guablack.png) center / contain no-repeat;-webkit-mask:url(/img/guablack.png) center / contain no-repeat;transition:background var(--transition-base),transform var(--transition-fast)}.header__logo:hover .header__logo-mask{transform:translateY(-1px)}.header__nav{display:none;align-items:center;gap:var(--space-8)}.header__nav-link{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-secondary);transition:color var(--transition-fast);position:relative}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1px;background-color:var(--color-sage);transform:scaleX(0);transition:transform var(--transition-base)}.header__nav-link:hover,.header__nav-link--active{color:var(--color-text-primary)}.header__nav-link--active:after,.header__nav-link:hover:after{transform:scaleX(1)}.header__actions{display:flex;align-items:center;gap:var(--space-3);flex:1;justify-content:flex-end}.header__action{position:relative;width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;color:var(--color-text-primary);border-radius:999px;border:1px solid var(--header-line);background:var(--header-surface);box-shadow:inset 0 1px #ffffff5c,0 10px 24px #0c1f1a14;transition:color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}.header__action:hover{color:var(--header-accent);border-color:color-mix(in srgb,var(--header-accent) 28%,transparent);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff5c,0 14px 30px #0c1f1a1f}.header__icon{width:19px;height:19px;display:block}.header__cart-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 4px;display:flex;align-items:center;justify-content:center;background-color:var(--header-accent);color:var(--color-white);font-size:11px;font-weight:var(--font-semibold);border-radius:var(--radius-full)}.header__menu-btn{order:-1;margin-right:auto}.header__menu-icon{position:relative;width:18px;height:2px;background-color:var(--color-text-primary);transition:background-color var(--transition-fast)}.header__menu-icon:before,.header__menu-icon:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:var(--color-text-primary);transition:transform var(--transition-base)}.header__menu-icon:before{top:-5px}.header__menu-icon:after{bottom:-5px}.header__menu-icon--open{background-color:transparent}.header__menu-icon--open:before{transform:translateY(5px) rotate(45deg)}.header__menu-icon--open:after{transform:translateY(-5px) rotate(-45deg)}.header__mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background-color:#fff;min-height:100vh;padding:calc(var(--header-height) + var(--space-10)) var(--space-6) var(--space-8);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity var(--transition-base),visibility var(--transition-base),transform var(--transition-base)}.header__mobile-overlay--open{opacity:1;visibility:visible;transform:translateY(0)}.header__mobile-nav{display:flex;flex-direction:column;gap:var(--space-6);align-items:center;margin-top:clamp(4rem,12vh,8rem)}.header__mobile-link{font-family:var(--font-heading);font-size:clamp(2rem,6vw,var(--text-3xl));font-weight:var(--font-medium);color:var(--color-text-primary);opacity:0;transform:translateY(10px);text-align:center}.header__mobile-overlay--open .header__mobile-link{animation:fadeInUp .4s ease forwards}@media (max-width: 1180px){.header__nav{display:none}}@media (max-width: 768px){.header__actions{gap:var(--space-2)}.header__container{padding:0 var(--space-4)}.header__logo-main{font-size:.95rem;letter-spacing:.12em}.header__logo-subtitle{margin-top:4px;font-size:.52rem;letter-spacing:.1em}}.footer{--footer-1: #1f5b45;--footer-2: #14503d;--footer-3: #0b3a2c;--footer-logo: #ffffff;background:radial-gradient(circle at 0% 0%,rgba(255,255,255,.08) 0%,transparent 55%),linear-gradient(135deg,var(--footer-1) 0%,var(--footer-2) 45%,var(--footer-3) 100%);color:var(--color-white);border-top:1px solid rgba(255,255,255,.18);padding:var(--space-16) 0 var(--space-8)}html[data-gua-theme=steel] .footer{--footer-1: #4b5654;--footer-2: #2e3937;--footer-3: #151e1c}html[data-gua-theme=jade] .footer{--footer-1: #28573b;--footer-2: #173f2c;--footer-3: #0c281b}html[data-gua-theme=rose] .footer{--footer-1: #884654;--footer-2: #5b252e;--footer-3: #351318}.footer__container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-6)}.footer__main{display:grid;grid-template-columns:1fr 2fr;gap:var(--space-12);margin-bottom:var(--space-12)}.footer__brand{max-width:300px}.footer__brand-mark{display:inline-flex;margin-bottom:var(--space-4);font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffffad}.footer__logo{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--font-semibold);color:var(--color-white);letter-spacing:.1em;display:block;max-width:48px;margin:0;text-align:left}.footer__logo-mask{display:block;width:48px;height:28px;background:var(--footer-logo);mask:url(/img/guawhite.png) center / contain no-repeat;-webkit-mask:url(/img/guawhite.png) center / contain no-repeat}.footer__tagline{margin-top:var(--space-3);font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.45;color:#ffffffeb}.footer__note{margin-top:var(--space-4);font-size:var(--text-sm);line-height:1.7;color:#ffffffc2}.footer__trust-list{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-5)}.footer__trust-list li{padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#ffffffe0;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8)}.footer__links-title{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-white);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.05em}.footer__links-list{display:flex;flex-direction:column;gap:var(--space-3)}.footer__links-list a{font-size:var(--text-sm);color:#ffffffd1;transition:color var(--transition-fast)}.footer__links-list a:hover{color:var(--color-white)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:var(--space-8);border-top:1px solid rgba(255,255,255,.18)}.footer__copyright{font-size:var(--text-sm);color:#ffffffd1}.footer__payment{display:flex;align-items:center;gap:var(--space-4);font-size:var(--text-sm);color:#ffffffd1;max-width:34rem;justify-content:flex-end;text-align:right}@media (max-width: 768px){.footer__logo{margin:0 auto;text-align:center}.footer__main{grid-template-columns:1fr;gap:var(--space-8);justify-items:center;text-align:center}.footer__brand{text-align:center;display:flex;flex-direction:column;align-items:center}.footer__links{width:100%;grid-template-columns:1fr;gap:var(--space-6);justify-items:center;text-align:center}.footer__links-title{text-align:center}.footer__links-list{align-items:center;text-align:center}.footer__bottom{flex-direction:column;gap:var(--space-4);text-align:center;align-items:center}.footer__payment{flex-direction:column;gap:var(--space-2);align-items:center;justify-content:center;text-align:center}}@media (max-width: 480px){.footer__links{grid-template-columns:1fr}}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:var(--z-modal-backdrop);opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base)}.cart-backdrop--open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(100%,420px);background-color:var(--color-surface);z-index:var(--z-modal);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition-slow);box-shadow:var(--shadow-xl)}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-6);border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--font-medium)}.cart-drawer__close{padding:var(--space-2);color:var(--color-text-secondary);transition:color var(--transition-fast)}.cart-drawer__close:hover{color:var(--color-text-primary)}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);padding:var(--space-8);color:var(--color-text-muted);text-align:center}.cart-drawer__empty svg{opacity:.5}.cart-drawer__items{flex:1;overflow-y:auto;min-height:0;overscroll-behavior:contain;padding:var(--space-4)}.cart-item{display:flex;gap:var(--space-4);padding:var(--space-4);border-bottom:1px solid var(--color-border-light)}.cart-item:last-child{border-bottom:none}.cart-item__image{width:80px;height:80px;flex-shrink:0;border-radius:var(--radius-md);overflow:hidden;background-color:var(--color-background)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:var(--space-1)}.cart-item__title{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-primary);transition:color var(--transition-fast)}.cart-item__title:hover{color:var(--color-sage)}.cart-item__variant{font-size:var(--text-xs);color:var(--color-text-muted)}.cart-item__price{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-primary)}.cart-item__actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cart-item__quantity{display:flex;align-items:center;gap:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-md)}.cart-item__quantity button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:var(--text-base);color:var(--color-text-secondary);transition:color var(--transition-fast)}.cart-item__quantity button:hover{color:var(--color-text-primary)}.cart-item__quantity span{min-width:24px;text-align:center;font-size:var(--text-sm)}.cart-item__remove{font-size:var(--text-xs);color:var(--color-text-muted);text-decoration:underline;transition:color var(--transition-fast)}.cart-item__remove:hover{color:var(--color-error)}.cart-drawer__footer{padding:var(--space-6);border-top:1px solid var(--color-border);background-color:var(--color-background)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:var(--text-lg);font-weight:var(--font-medium);margin-bottom:var(--space-2)}.cart-drawer__note{font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:var(--space-4)}.cart-drawer__footer .btn{margin-bottom:var(--space-2)}.cart-drawer__footer .btn:last-child{margin-bottom:0}.cookie-banner{position:fixed;right:clamp(1rem,4vw,3.5rem);bottom:clamp(1rem,3vh,1.5rem);left:auto;z-index:var(--z-fixed);width:min(42rem,calc(100vw - 2rem));background-color:#ffffffe6;border-top:1px solid var(--color-border);border:1px solid rgba(23,63,56,.13);border-radius:1.5rem;box-shadow:0 24px 70px #10221e24;animation:slideUp .4s ease-out;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner__content{margin:0 auto;padding:.9rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cookie-banner__text{font-size:.82rem;color:var(--color-text-secondary);line-height:1.45;flex:1;margin:0}.cookie-banner__text a{color:var(--color-sage);text-decoration:underline}.cookie-banner__text a:hover{color:var(--color-sage-dark)}.cookie-banner__actions{display:flex;gap:var(--space-3);flex-shrink:0;flex-wrap:wrap}@media (max-width: 768px){.cookie-banner{right:.75rem;bottom:.75rem;left:.75rem;width:auto;border-radius:1.25rem}.cookie-banner__content{flex-direction:column;text-align:center;align-items:stretch}.cookie-banner__actions{width:100%;justify-content:stretch}.cookie-banner__actions .btn{flex:1;min-width:0}}.smart-landing{--theme-bg: #f6f8f4;--theme-bg-2: #e5ece8;--theme-ink: #10231f;--theme-muted: rgba(16, 35, 31, .7);--theme-line: rgba(16, 35, 31, .13);--theme-accent: #38665e;--theme-accent-2: #9fc7bd;--theme-glow: rgba(107, 145, 137, .28);--texture-image: url(/img/guasteal.png);min-height:100vh;overflow-x:clip;background:radial-gradient(circle at 78% 22%,var(--theme-glow),transparent 30rem),radial-gradient(circle at 12% 8%,rgba(255,255,255,.84),transparent 24rem),linear-gradient(130deg,var(--theme-bg),var(--theme-bg-2));color:var(--theme-ink);transition:background .42s cubic-bezier(.16,1,.3,1),color .24s ease}.smart-landing:before{position:fixed;inset:var(--header-height) 0 0;z-index:0;background:radial-gradient(circle at 72% 42%,color-mix(in srgb,var(--theme-accent-2) 30%,transparent),transparent 19rem),radial-gradient(circle at 18% 78%,color-mix(in srgb,var(--theme-accent) 12%,transparent),transparent 24rem),linear-gradient(115deg,rgba(255,255,255,.72),transparent 42%);opacity:.2;filter:blur(18px) saturate(1.08);pointer-events:none;content:""}.smart-landing:after{position:fixed;inset:auto 0 0;z-index:1;height:34svh;background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--theme-bg-2) 70%,#fff 30%));pointer-events:none;content:""}.smart-landing[data-variant=jade]{--theme-bg: #edf5eb;--theme-bg-2: #dbe9dc;--theme-ink: #102a20;--theme-muted: rgba(16, 42, 32, .72);--theme-line: rgba(16, 57, 38, .16);--theme-accent: #175337;--theme-accent-2: #6f9d7d;--theme-glow: rgba(42, 94, 55, .27);--texture-image: url(/img/guagreen.png)}.smart-landing[data-variant=rose]{--theme-bg: #fff1f1;--theme-bg-2: #f5d9dd;--theme-ink: #3a191d;--theme-muted: rgba(58, 25, 29, .7);--theme-line: rgba(120, 53, 64, .15);--theme-accent: #9a4c5b;--theme-accent-2: #e7a7af;--theme-glow: rgba(221, 120, 139, .3);--texture-image: url(/img/guarosa.png)}html[data-gua-theme=steel]{scrollbar-color:#38665e #edf2ef}html[data-gua-theme=jade]{scrollbar-color:#175337 #edf5eb}html[data-gua-theme=rose]{scrollbar-color:#9a4c5b #fff1f1}html[data-gua-theme=steel]::-webkit-scrollbar-thumb{background:#38665e}html[data-gua-theme=jade]::-webkit-scrollbar-thumb{background:#175337}html[data-gua-theme=rose]::-webkit-scrollbar-thumb{background:#9a4c5b}.smart-scroll{--step-count: 5;position:relative;min-height:calc(var(--step-count) * 100svh);isolation:isolate}.smart-stage{position:sticky;top:var(--header-height);z-index:2;height:calc(100svh - var(--header-height));min-height:540px;overflow:hidden;pointer-events:none}.smart-scene{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.smart-scene.is-switching{animation:selected-stone-run-in .56s cubic-bezier(.16,1,.3,1) both}.guasha-canvas{width:100%;height:100%}.product-loader{min-width:8rem;border:1px solid var(--theme-line);border-radius:999px;padding:.65rem .9rem;background:#ffffffc7;color:var(--theme-muted);font-size:.74rem;font-weight:800;text-align:center;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.static-guasha-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none}.static-guasha-fallback__glow{position:absolute;width:min(34vw,24rem);height:min(18vw,12rem);border-radius:999px;background:linear-gradient(110deg,transparent,var(--theme-glow),transparent);filter:blur(34px);opacity:.72;transform:rotate(-8deg)}.static-guasha-fallback__image{position:relative;z-index:1;width:clamp(11rem,19vw,18rem);max-height:54vh;object-fit:contain;filter:drop-shadow(0 32px 46px rgba(16,35,31,.21));transform:rotate(-10deg);transform-origin:50% 54%;transition:transform .72s cubic-bezier(.16,1,.3,1),filter .52s ease,opacity .42s ease}.static-guasha-fallback--0 .static-guasha-fallback__image,.static-guasha-fallback--4 .static-guasha-fallback__image{transform:translate(clamp(5rem,17vw,12rem)) rotate(-10deg)}.static-guasha-fallback--1 .static-guasha-fallback__image{transform:translate(clamp(6rem,18vw,13rem)) rotate(82deg) scale(.92)}.static-guasha-fallback--2 .static-guasha-fallback__image,.static-guasha-fallback--3 .static-guasha-fallback__image{transform:translate(clamp(-12rem,-17vw,-5rem)) rotate(8deg)}.static-guasha-fallback__shadow{position:absolute;top:calc(50% + min(18vh,10rem));width:clamp(8rem,18vw,15rem);height:1.35rem;border-radius:999px;background:#10231f21;filter:blur(14px)}.variant-orbit{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .26s ease}.smart-scroll--hero .variant-orbit{opacity:1}.variant-preview{pointer-events:auto}.smart-scroll:not(.smart-scroll--hero) .variant-preview{pointer-events:none}.variant-preview{position:absolute;display:grid;place-items:center;border:0;background:transparent;color:var(--theme-muted);cursor:pointer;opacity:.42;filter:blur(2.2px) saturate(.95);transition:opacity .22s ease,transform .42s cubic-bezier(.16,1,.3,1),filter .22s ease}.variant-preview:hover{opacity:.76;filter:blur(.8px) saturate(1.05)}.variant-preview--right{right:clamp(7.5rem,13vw,13rem);top:clamp(9rem,24vh,14.5rem);transform:translate(0) translateY(-8%) scaleX(-1) rotate(18deg) scale(1.04);transform-origin:56% 62%}.variant-preview--right:hover{transform:translate(-2.6rem) translateY(-8%) scaleX(-1) rotate(18deg) scale(1.14)}.variant-orbit.is-switching .variant-preview--right{animation:next-stone-settle .56s cubic-bezier(.16,1,.3,1) both}.variant-preview__model{position:relative;display:grid;place-items:center;width:clamp(9.6rem,15.5vw,14.8rem);height:clamp(9.6rem,15.5vw,14.8rem);overflow:visible;border-radius:0}.variant-preview__model img{width:100%;height:100%;object-fit:contain;opacity:.92;filter:drop-shadow(0 18px 22px rgba(16,35,31,.12))}.size-guide{position:absolute;z-index:4;top:18%;right:clamp(6rem,16vw,18rem);width:clamp(15rem,25vw,23rem);height:clamp(20rem,46vh,30rem);color:var(--theme-accent);opacity:0;transform:translate3d(1.2rem,0,0) scale(.98);transition:opacity .26s ease,transform .42s cubic-bezier(.16,1,.3,1);pointer-events:none}.size-guide.is-active{opacity:1;transform:translateZ(0) scale(1)}.size-guide__line{position:absolute;display:block}.size-guide__line:before,.size-guide__line:after{position:absolute;background:currentColor;content:""}.size-guide__line b,.size-guide__chip{position:absolute;border:1px solid color-mix(in srgb,var(--theme-accent) 24%,transparent);border-radius:999px;padding:.52rem .78rem;background:#ffffffd6;box-shadow:0 16px 36px #10231f14;color:var(--theme-accent);font-size:.74rem;font-weight:900;line-height:1;white-space:nowrap;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.size-guide__line--height{top:0;right:0;width:1px;height:100%;border-right:1px solid color-mix(in srgb,var(--theme-accent) 42%,transparent)}.size-guide__line--height:before,.size-guide__line--height:after{right:-.36rem;width:.72rem;height:1px}.size-guide__line--height:before{top:0}.size-guide__line--height:after{bottom:0}.size-guide__line--height b{top:50%;right:1.35rem;transform:translateY(-50%) rotate(-90deg);transform-origin:center}.size-guide__line--width{right:3.4rem;bottom:.65rem;width:74%;height:1px;border-bottom:1px solid color-mix(in srgb,var(--theme-accent) 42%,transparent)}.size-guide__line--width:before,.size-guide__line--width:after{bottom:-.36rem;width:1px;height:.72rem}.size-guide__line--width:before{left:0}.size-guide__line--width:after{right:0}.size-guide__line--width b{left:50%;bottom:1.35rem;transform:translate(-50%)}.size-guide__chip{right:7.6rem;bottom:7.4rem}.smart-copy-rail{position:relative;z-index:4;margin-top:calc(-1 * (100svh - var(--header-height)));pointer-events:none}.smart-copy{min-height:calc((100svh - var(--header-height)) * 1.02);width:min(30rem,33vw);padding:clamp(4rem,8vh,6rem) 0 clamp(6rem,15vh,9rem);display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(14px);transition:opacity .28s ease,transform .28s ease;pointer-events:auto}.smart-copy__panel{display:block}.smart-copy.is-active{opacity:1;transform:translateY(0)}.smart-copy--left{margin-left:clamp(1rem,5vw,5rem)}.smart-copy--right{margin-left:auto;margin-right:clamp(1rem,5vw,5rem);text-align:right}.smart-copy__eyebrow{width:fit-content;margin-bottom:1rem;border:1px solid var(--theme-line);border-radius:999px;padding:.5rem .78rem;background:#ffffff85;color:var(--theme-accent);font-size:.72rem;font-weight:900;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.smart-copy--right .smart-copy__eyebrow,.smart-copy--right h1,.smart-copy--right h2,.smart-copy--right p{margin-left:auto}.smart-copy h1,.smart-copy h2{max-width:11ch;margin:0;color:var(--theme-ink);font-family:var(--font-heading);font-size:clamp(3.05rem,4.6vw,4.65rem);font-weight:500;line-height:1;text-wrap:balance}.smart-copy h2{font-size:clamp(2.45rem,3.65vw,3.85rem)}.smart-copy p{max-width:32rem;margin:clamp(1.05rem,2.8vh,1.55rem) 0 0;color:var(--theme-muted);font-size:1.08rem;line-height:1.7;text-wrap:pretty}.smart-meta,.smart-spec-grid,.smart-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:clamp(1.15rem,2.8vh,1.75rem)}.smart-copy--right .smart-meta,.smart-copy--right .smart-spec-grid,.smart-copy--right .smart-actions{justify-content:flex-end}.smart-meta span,.smart-spec-grid span{border:1px solid var(--theme-line);border-radius:999px;padding:.62rem .82rem;background:#ffffff7a;color:var(--theme-muted);font-size:.8rem;font-weight:800;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.smart-spec-grid{display:flex;max-width:34rem}.smart-button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;border-radius:999px;padding:.84rem 1.18rem;font-size:.88rem;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.smart-button:hover{transform:translateY(-1px)}.smart-button--primary{border:1px solid color-mix(in srgb,var(--theme-ink) 20%,transparent);background:linear-gradient(135deg,var(--theme-ink),var(--theme-accent));color:#fff;box-shadow:0 22px 44px #10231f2e}.smart-button--secondary{border:1px solid var(--theme-line);background:#ffffff94;color:var(--theme-accent);box-shadow:0 18px 38px #10231f14}.smart-products{position:relative;z-index:9;width:min(100% - clamp(2rem,6vw,6rem),1180px);margin:0 auto;padding:clamp(3rem,7vw,6rem) 0 clamp(4rem,8vw,7rem);border-top:1px solid var(--theme-line)}.smart-products__head{max-width:42rem;margin-bottom:clamp(1.5rem,4vw,2.5rem)}.smart-products__head span{color:var(--theme-accent);font-size:.78rem;font-weight:900}.smart-products__head h2{margin:.5rem 0 0;color:var(--theme-ink);font-family:var(--font-heading);font-size:clamp(2.35rem,4.4rem,4.4rem);font-weight:500;line-height:1}.smart-products__head p{margin-top:1rem;color:var(--theme-muted);font-size:1.05rem;line-height:1.6}.smart-products__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2.4vw,1.6rem)}.smart-progress{position:fixed;z-index:8;right:clamp(1rem,2.4vw,2rem);top:50%;display:grid;gap:.65rem;transform:translateY(-50%)}.smart-progress button{width:.62rem;height:.62rem;border:1px solid var(--theme-line);border-radius:999px;background:#ffffffad;transition:height .22s ease,background-color .22s ease,border-color .22s ease}.smart-progress button.is-active{height:2.2rem;background:var(--theme-accent);border-color:var(--theme-accent)}@keyframes selected-stone-run-in{0%{opacity:.18;transform:translate3d(4.2rem,-.2rem,0) scale(.94);filter:blur(10px)}58%{opacity:.82;transform:translate3d(.7rem,0,0) scale(.99);filter:blur(1.6px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes next-stone-settle{0%{opacity:0;filter:blur(10px) saturate(.76);transform:translate(5.4rem) translateY(-8%) scaleX(-1) rotate(24deg) scale(.88)}to{opacity:.42;filter:blur(2.2px) saturate(.95);transform:translate(0) translateY(-8%) scaleX(-1) rotate(18deg) scale(1.04)}}@media (max-width: 1280px){.smart-copy{width:min(28rem,34vw)}.smart-copy h1,.smart-copy h2{font-size:3.55rem}}@media (max-width: 1100px){.smart-scroll{min-height:calc(var(--step-count) * 94svh)}.smart-stage{height:calc(100svh - var(--header-height));min-height:0}.variant-preview--right{right:2.2rem;top:21vh;transform:translate(0) translateY(-8%) scaleX(-1) rotate(18deg) scale(.86)}.variant-preview__model{width:7.8rem;height:7.8rem}.size-guide{top:24%;right:clamp(3.2rem,13vw,8rem);width:min(39vw,15rem);height:min(40vh,21rem)}.smart-copy-rail{margin-top:calc(-1 * (100svh - var(--header-height)));pointer-events:none}.smart-copy,.smart-copy--left,.smart-copy--right{width:min(49vw,21rem);min-height:calc((100svh - var(--header-height)) * .96);margin:0;padding:4rem 0 6rem;opacity:0;transform:translateY(10px);text-align:left;transition:opacity .22s ease,transform .22s ease}.smart-copy.is-active{opacity:1}.smart-copy--left{margin-left:1rem}.smart-copy--right{margin-left:auto;margin-right:1rem;text-align:right}.smart-copy__panel{display:block;padding:0;background:transparent;border:0;box-shadow:none}.smart-copy__eyebrow,.smart-copy--right .smart-copy__eyebrow,.smart-copy--right h1,.smart-copy--right h2,.smart-copy--right p{margin-left:0}.smart-copy--right .smart-copy__eyebrow,.smart-copy--right h1,.smart-copy--right h2,.smart-copy--right p{margin-left:auto}.smart-copy h1,.smart-copy h2{max-width:100%;font-size:clamp(2rem,6.4vw,2.45rem);line-height:1.04;overflow-wrap:break-word}.smart-copy p{max-width:100%;font-size:1rem;line-height:1.55}.smart-copy--right .smart-meta,.smart-copy--right .smart-spec-grid,.smart-copy--right .smart-actions{justify-content:flex-end}.smart-products{width:min(100% - 1.5rem,1180px);padding-top:3rem}.smart-products__grid{grid-template-columns:1fr}}@media (max-width: 640px){.smart-copy,.smart-copy--left,.smart-copy--right{width:min(50vw,13rem);padding-top:4rem}.smart-copy h1,.smart-copy h2{font-size:2rem}.smart-copy p{font-size:.92rem}.smart-meta,.smart-spec-grid,.smart-actions{gap:.45rem}.smart-meta span,.smart-spec-grid span,.smart-button{padding:.58rem .72rem;font-size:.76rem}.smart-actions,.smart-button{width:100%}.size-guide{top:28%;right:.9rem;width:42vw;height:32vh}.size-guide__line b,.size-guide__chip{padding:.4rem .54rem;font-size:.66rem}.size-guide__chip{right:2.6rem;bottom:4.8rem}.size-guide__line--height b{right:.85rem}.size-guide__line--width{right:1.8rem;width:78%}.static-guasha-fallback__image{width:clamp(8rem,46vw,12rem)}.static-guasha-fallback--0 .static-guasha-fallback__image,.static-guasha-fallback--4 .static-guasha-fallback__image{transform:translate(43vw) rotate(-10deg)}.static-guasha-fallback--1 .static-guasha-fallback__image{transform:translate(43vw) rotate(82deg) scale(.88)}.static-guasha-fallback--2 .static-guasha-fallback__image,.static-guasha-fallback--3 .static-guasha-fallback__image{transform:translate(-43vw) rotate(8deg)}.smart-progress{display:none}}@media (prefers-reduced-motion: reduce){.smart-landing *,.smart-landing *:before,.smart-landing *:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}.product-card{display:flex;flex-direction:column;height:100%;background:radial-gradient(circle at top left,rgba(255,255,255,.92),rgba(255,255,255,.8) 46%,transparent 76%),linear-gradient(180deg,#ffffffe0,#f6f9f7d1);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(18,59,52,.08);box-shadow:0 16px 38px #0f172a0d;transition:box-shadow var(--transition-base),transform var(--transition-base),border-color var(--transition-base)}.product-card:hover{box-shadow:0 22px 52px #0f172a14;border-color:#123b341f;transform:translateY(-2px)}.product-card__link{display:block;flex:1}.product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;padding:var(--space-4);background:radial-gradient(circle at top,#fffffff0,#f1f6f3e0 52%,#e5eee9c7);border-bottom:1px solid rgba(18,59,52,.06)}.product-card__image{width:100%;height:100%;object-fit:contain;transition:transform var(--transition-slow)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:var(--space-3);left:var(--space-3)}.product-card__material-badge{position:absolute;right:var(--space-3);bottom:var(--space-3);padding:.42rem .62rem;border:1px solid rgba(255,255,255,.72);border-radius:var(--radius-full);background:#102c27c7;color:#fff;font-size:.72rem;font-weight:var(--font-bold);letter-spacing:.02em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-card__material-badge--jade{background:#216544d1}.product-card__material-badge--rose{background:#7e3746d1}.product-card__content{padding:var(--space-5) var(--space-4) var(--space-4)}.product-card__material{margin-bottom:.35rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.product-card__title{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--font-medium);color:var(--color-text-primary);margin-bottom:var(--space-1);line-height:1.2}.product-card__description{font-size:var(--text-sm);color:#112722ad;margin-bottom:var(--space-3);line-height:1.5;min-height:3em}.product-card__summary{font-size:.95rem;color:var(--color-text-secondary);margin-bottom:var(--space-3);line-height:1.45}.product-card__signals{display:grid;gap:.38rem;margin-bottom:var(--space-4)}.product-card__signals span{display:inline-flex;align-items:center;gap:.42rem;color:#112722a3;font-size:.78rem;line-height:1.35}.product-card__signals span:before{width:.36rem;height:.36rem;border-radius:var(--radius-full);background:#173f3861;content:"";flex:0 0 auto}.product-card__price{display:flex;align-items:center;gap:var(--space-2)}.product-card__price-current{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--color-text-primary)}.product-card__price-compare{font-size:var(--text-sm);color:var(--color-text-muted);text-decoration:line-through}.product-card__actions{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:auto;padding:0 var(--space-4) var(--space-4)}.product-card__actions .btn{flex:1;min-width:0}@media (max-width: 640px){.product-card__actions{flex-direction:column}}.shop-page{padding:clamp(3rem,7vw,6rem) 0;background:radial-gradient(circle at 12% 2%,rgba(127,165,138,.18),transparent 34rem),radial-gradient(circle at 88% 4%,rgba(177,89,108,.1),transparent 30rem),linear-gradient(180deg,#fbfcfb,#f4f8f5)}.shop-page__header{max-width:58rem;margin:0 auto var(--space-10);text-align:center}.shop-page__eyebrow{display:inline-flex;margin-bottom:var(--space-4);padding:.48rem .78rem;border:1px solid rgba(23,63,56,.12);border-radius:var(--radius-full);background:#ffffffc2;color:#173f38;font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.08em;text-transform:uppercase}.shop-page__header h1{margin-bottom:var(--space-4);font-family:var(--font-heading);font-size:clamp(2.65rem,6vw,5.4rem);line-height:.95;letter-spacing:-.035em;text-wrap:balance}.shop-page__header p{max-width:46rem;margin:0 auto;color:#112722b8;font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.75}.shop-page__guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);margin-bottom:var(--space-5)}.shop-page__guide article{padding:clamp(1.1rem,2vw,1.45rem);border:1px solid rgba(23,63,56,.1);border-radius:1.2rem;background:#ffffffbd}.shop-page__guide-label{display:block;margin-bottom:.45rem;color:#11272294;font-size:var(--text-xs);font-weight:var(--font-bold);letter-spacing:.1em;text-transform:uppercase}.shop-page__guide strong{display:block;margin-bottom:.45rem;color:#102c27;font-size:1rem}.shop-page__guide p{margin:0;color:#112722ad;font-size:.92rem;line-height:1.55}.shop-page__trust{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-bottom:var(--space-8)}.shop-page__trust span{padding:.58rem .82rem;border:1px solid rgba(23,63,56,.1);border-radius:var(--radius-full);background:#ffffffb3;color:#112722b8;font-size:.86rem;font-weight:var(--font-semibold)}.shop-page__filters{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:var(--space-8);flex-wrap:wrap;gap:var(--space-4)}.shop-page__chips{display:flex;flex-wrap:wrap;gap:var(--space-2)}.chip{display:inline-grid;grid-template-columns:auto auto;gap:.1rem .55rem;align-items:center;min-height:3.15rem;padding:.52rem .78rem;border:1px solid rgba(23,63,56,.12);border-radius:1rem;background:#ffffffbd;color:#173f38;text-align:left;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.chip:hover{transform:translateY(-1px);border-color:#173f3838}.chip span{font-size:.9rem;font-weight:var(--font-bold)}.chip small{grid-column:1 / 2;color:#11272294;font-size:.74rem;font-weight:var(--font-medium)}.chip b{grid-row:1 / 3;grid-column:2;display:grid;place-items:center;min-width:1.65rem;height:1.65rem;border-radius:var(--radius-full);background:#173f3814;font-size:.75rem}.chip--active{background:#173f38;color:var(--color-white);border-color:#173f38}.chip--active small{color:#ffffffb8}.chip--active b{background:#ffffff29}.shop-page__sort{width:auto;min-width:190px;background-color:#ffffffd1}.shop-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);align-items:stretch}.shop-page__state{grid-column:1 / -1;padding:clamp(2rem,5vw,3rem);border:1px solid rgba(23,63,56,.1);border-radius:1.35rem;background:#ffffffc7;text-align:center}.shop-page__state h2{margin-bottom:var(--space-3);font-size:clamp(1.8rem,4vw,3rem)}.shop-page__state p{max-width:42rem;margin:0 auto var(--space-4)}.shop-page__state--error{border-color:#dc262633;background:#fff7f7e6}@media (max-width: 1024px){.shop-page__guide,.shop-page__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.shop-page{padding:var(--space-10) 0}.shop-page__header{margin-bottom:var(--space-8)}.shop-page__header h1{font-size:clamp(2.35rem,11vw,3.4rem)}.shop-page__guide{grid-template-columns:1fr}.shop-page__filters{flex-direction:column;align-items:stretch}.shop-page__chips{display:grid;grid-template-columns:repeat(2,1fr)}.shop-page__sort{width:100%;min-width:0}.shop-page__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-4)}}@media (max-width: 560px){.shop-page__chips,.shop-page__grid{grid-template-columns:1fr}}.product-detail{padding:var(--space-8) 0 var(--space-16)}.breadcrumb{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-8)}.breadcrumb a{color:var(--color-text-secondary)}.breadcrumb a:hover{color:var(--color-sage)}.product-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-12)}.product-detail__main-image{aspect-ratio:1;background:var(--color-background);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:var(--space-4)}.product-detail__main-image img{width:100%;height:100%;object-fit:cover}.product-detail__thumbs{display:flex;gap:var(--space-2)}.product-detail__thumb{width:80px;height:80px;border:2px solid transparent;border-radius:var(--radius-md);overflow:hidden;opacity:.6;transition:all var(--transition-fast)}.product-detail__thumb.active,.product-detail__thumb:hover{border-color:var(--color-sage);opacity:1}.product-detail__thumb img{width:100%;height:100%;object-fit:cover}.product-detail__eyebrow{width:fit-content;margin-bottom:var(--space-3);border:1px solid var(--color-border);border-radius:999px;padding:.45rem .7rem;background:#ffffffb8;color:var(--color-sage);font-size:var(--text-xs);font-weight:var(--font-bold);letter-spacing:.08em;text-transform:uppercase}.product-detail__info h1{font-family:var(--font-heading);font-size:var(--text-4xl);margin-bottom:var(--space-4)}.product-detail__headline{max-width:13ch;margin-bottom:var(--space-4);color:var(--color-text-primary);font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.4rem);font-weight:400;line-height:.98}.product-detail__price{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-6)}.product-detail__price .current{font-size:var(--text-2xl);font-weight:var(--font-semibold)}.product-detail__price .compare{font-size:var(--text-lg);color:var(--color-text-muted);text-decoration:line-through}.product-detail__desc{color:var(--color-text-secondary);line-height:1.7;margin-bottom:var(--space-5)}.product-detail__benefits{display:grid;gap:.55rem;margin-bottom:var(--space-6);color:var(--color-text-secondary)}.product-detail__benefits li{position:relative;padding-left:1.25rem}.product-detail__benefits li:before{position:absolute;left:0;top:.72em;width:.42rem;height:.42rem;border-radius:999px;background:var(--color-sage);content:""}.product-detail__trust{display:grid;gap:.5rem;margin-bottom:var(--space-8)}.product-detail__trust span{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.72rem .85rem;background:#ffffffb8;color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:var(--font-medium)}.product-detail__actions{display:flex;gap:var(--space-4);margin-bottom:var(--space-8)}.quantity-selector{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-md)}.quantity-selector button{width:44px;height:44px;font-size:var(--text-lg)}.quantity-selector span{min-width:44px;text-align:center}.product-detail__tabs{border-top:1px solid var(--color-border);padding-top:var(--space-6)}.tab-buttons{display:flex;gap:var(--space-6);margin-bottom:var(--space-4)}.tab-buttons button{font-size:var(--text-sm);color:var(--color-text-muted);padding-bottom:var(--space-2);border-bottom:2px solid transparent}.tab-buttons button.active{color:var(--color-text-primary);border-color:var(--color-sage)}.tab-content{color:var(--color-text-secondary);line-height:1.7}@media (max-width: 768px){.product-detail{padding:var(--space-6) 0 var(--space-12)}.product-detail__grid{grid-template-columns:1fr;gap:var(--space-8)}.product-detail__info h1{font-size:var(--text-3xl)}.product-detail__actions{flex-direction:column}.product-detail__actions>*{width:100%}.product-detail__thumbs{overflow-x:auto;padding-bottom:2px}}.static-page{padding:var(--space-12) 0 var(--space-24)}.static-page h1{font-family:var(--font-heading);font-size:var(--text-5xl);text-align:center;margin-bottom:var(--space-4)}.static-page .lead{text-align:center;font-size:var(--text-lg);color:var(--color-text-secondary);max-width:600px;margin:0 auto var(--space-12)}.content-block{max-width:700px;margin:0 auto var(--space-10)}.content-block h2{font-family:var(--font-heading);font-size:var(--text-2xl);margin-bottom:var(--space-4)}.content-block p,.content-block li{color:var(--color-text-secondary);line-height:1.8;margin-bottom:var(--space-4)}.content-block ul{padding-left:var(--space-6)}.content-block li{list-style:disc;margin-bottom:var(--space-2)}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.info-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.info-card{background:#ffffffc7;border:1px solid rgba(15,23,42,.08);border-radius:1.25rem;padding:var(--space-6);box-shadow:0 14px 36px #0f172a0d}.info-card--decision{display:flex;flex-direction:column}.info-card--decision .btn{margin-top:auto;align-self:flex-start}.info-card__kicker{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);margin-bottom:var(--space-2)}.info-card h3{margin-bottom:var(--space-3)}.compare-table{display:grid;gap:1px;background:#0f172a14;border-radius:1rem;overflow:hidden}.compare-table__row{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;background:#ffffffe0}.compare-table__row>div{padding:1rem;color:var(--color-text-secondary);line-height:1.6}.compare-table__row--head{background:#173f38}.compare-table__row--head>div{color:#fff;font-weight:600}.faq-list{display:grid;gap:var(--space-4)}.faq-item{padding:var(--space-6);background:#ffffffc7;border:1px solid rgba(15,23,42,.08);border-radius:1.25rem;box-shadow:0 14px 36px #0f172a0d}.faq-item h3,.faq-item h2{font-family:var(--font-heading);font-size:var(--text-xl);margin-bottom:var(--space-3)}.content-cta{text-align:center}.cta-row{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-6);max-width:900px;margin:0 auto}.step-card{background:var(--color-surface);padding:var(--space-6);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-sage);color:#fff;border-radius:50%;font-size:var(--text-xl);font-weight:var(--font-semibold);margin-bottom:var(--space-4)}.step-card h3{font-family:var(--font-heading);font-size:var(--text-xl);margin-bottom:var(--space-2)}.step-card p{font-size:var(--text-sm);color:var(--color-text-secondary)}.coming-soon{text-align:center;padding:var(--space-16);background:var(--color-beige-light);border-radius:var(--radius-lg)}.coming-soon span{font-size:3rem;display:block;margin-bottom:var(--space-4)}.coming-soon h2{font-family:var(--font-heading);margin-bottom:var(--space-4)}.coming-soon p{color:var(--color-text-secondary);margin-bottom:var(--space-6);max-width:400px;margin-left:auto;margin-right:auto}.contact-form{max-width:500px;margin:0 auto}.legal-content{max-width:700px;margin:0 auto}.legal-content h2{font-family:var(--font-heading);font-size:var(--text-xl);margin:var(--space-8) 0 var(--space-4)}.legal-content p{color:var(--color-text-secondary);line-height:1.8;margin-bottom:var(--space-4)}@media (max-width: 768px){.static-page{padding:var(--space-10) 0 var(--space-16)}.static-page h1{font-size:var(--text-4xl)}.static-page .lead,.content-block{margin-bottom:var(--space-8)}.info-grid,.info-grid--two,.compare-table__row{grid-template-columns:1fr}.compare-table__row--head{display:none}.steps-grid{grid-template-columns:1fr;gap:var(--space-4)}.coming-soon{padding:var(--space-10)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--color-background: #f9fafb;--color-surface: #ffffff;--color-beige: #f5e7da;--color-beige-light: #faf5f0;--color-sage: #7fa58a;--color-sage-dark: #6a8f74;--color-sage-light: #e8f0ea;--color-text-primary: #111827;--color-text-secondary: #6b7280;--color-text-muted: #9ca3af;--color-border: #e5e7eb;--color-border-light: #f3f4f6;--color-white: #ffffff;--color-error: #dc2626;--color-success: #059669;--color-sale: #c74c4c;--texture-jade: url(/img/jade-texture.png);--font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--font-light: 300;--font-regular: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--max-width: 1200px;--header-height: 80px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .05);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .35s ease;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal-backdrop: 400;--z-modal: 500;--z-popover: 600;--z-tooltip: 700}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-regular);line-height:1.6;color:var(--color-text-primary);background-color:var(--color-background);min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-medium);line-height:1.2;color:var(--color-text-primary)}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}p{color:var(--color-text-secondary)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-6)}.section{padding:var(--space-24) 0}.section--sm{padding:var(--space-16) 0}.section--lg{padding:var(--space-32) 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.password-gate{min-height:100vh;display:grid;place-items:center;padding:var(--space-6);background:radial-gradient(circle at top left,#ffffffe6,#fff0 32%),linear-gradient(180deg,#f6efe6,#dce7df)}.password-gate__panel{width:min(100%,32rem);padding:clamp(1.75rem,4vw,2.75rem);border-radius:1.75rem;background:radial-gradient(circle at top left,rgba(255,255,255,.96),rgba(255,255,255,.72) 42%,transparent 74%),linear-gradient(180deg,#fbf7f1f5,#e8f0eaeb);border:1px solid rgba(23,63,56,.1);box-shadow:0 30px 80px #0f172a1f,inset 0 1px #ffffffb8}.password-gate__eyebrow{display:inline-flex;margin-bottom:var(--space-5);padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(23,63,56,.12);background:#ffffffb8;font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.14em;text-transform:uppercase;color:#173f38}.password-gate__title{font-size:clamp(2rem,5vw,3rem);line-height:1.02;letter-spacing:-.03em;margin-bottom:var(--space-4);color:#102c27}.password-gate__copy{margin-bottom:var(--space-8);color:#102c27c7;line-height:1.75}.password-gate__form{display:grid;gap:var(--space-4)}.password-gate__label{font-size:var(--text-sm);font-weight:var(--font-medium);color:#173f38}.password-gate__input{width:100%}.password-gate__error{color:var(--color-error);font-size:var(--text-sm)}.password-gate__submit{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-medium);line-height:1.5;text-align:center;border-radius:var(--radius-md);transition:all var(--transition-base);cursor:pointer;white-space:normal}.btn:focus-visible{outline:2px solid var(--color-sage);outline-offset:2px}.btn--primary{background:linear-gradient(#10352c47,#10352c38),var(--texture-jade) center/cover no-repeat;color:var(--color-white);border:1px solid rgba(27,68,58,.35);box-shadow:inset 0 1px #ffffff2e,0 12px 28px #0c1f1a2e}.btn--primary:hover{background:linear-gradient(#10352c38,#10352c2e),var(--texture-jade) center/cover no-repeat;border-color:#1b443a73}.btn--secondary{background:linear-gradient(#ffffffc2,#ffffffb8),var(--texture-jade) center/cover no-repeat;color:var(--color-text-primary);border:1px solid rgba(27,68,58,.16);box-shadow:inset 0 1px #ffffff6b}.btn--secondary:hover{background:linear-gradient(#ffffffb3,#ffffffa8),var(--texture-jade) center/cover no-repeat;border-color:#1b443a3d}.btn--ghost{background-color:transparent;color:var(--color-text-primary);border:1px solid transparent}.btn--ghost:hover{background-color:var(--color-background)}.btn--lg{padding:var(--space-4) var(--space-8);font-size:var(--text-base)}.btn--sm{padding:var(--space-2) var(--space-4);font-size:var(--text-xs)}.btn--full{width:100%}.input{width:100%;padding:var(--space-3) var(--space-4);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-primary);background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.input:focus{outline:none;border-color:var(--color-sage);box-shadow:0 0 0 3px var(--color-sage-light)}.input::placeholder{color:var(--color-text-muted)}.input--error{border-color:var(--color-error)}.textarea{min-height:120px;resize:vertical}.label{display:block;margin-bottom:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-primary)}.form-group{margin-bottom:var(--space-5)}.form-error{margin-top:var(--space-1);font-size:var(--text-sm);color:var(--color-error)}.checkbox-wrapper{display:flex;align-items:flex-start;gap:var(--space-3)}.checkbox{width:18px;height:18px;margin-top:2px;accent-color:var(--color-sage);cursor:pointer}.checkbox-label{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.5}.card{background-color:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow var(--transition-base),transform var(--transition-base)}.card:hover{box-shadow:var(--shadow-lg)}.card--bordered{border:1px solid var(--color-border)}.card--elevated{box-shadow:var(--shadow-md)}.badge{display:inline-flex;align-items:center;padding:var(--space-1) var(--space-3);font-size:var(--text-xs);font-weight:var(--font-medium);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em}.badge--sale{background-color:var(--color-sale);color:var(--color-white)}.badge--new{background-color:var(--color-sage);color:var(--color-white)}.badge--beige{background-color:var(--color-beige);color:var(--color-text-primary)}.grid{display:grid;gap:var(--space-6)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.grid--4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}@media (max-width: 768px){:root{--text-5xl: 2.25rem;--text-6xl: 2.5rem}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}}@media (max-width: 480px){:root{--text-4xl: 1.875rem;--text-5xl: 2rem;--text-6xl: 2.25rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.animate-fade-in{animation:fadeIn var(--transition-base) ease-out}.animate-fade-in-up{animation:fadeInUp .5s ease-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:focus-visible{outline:2px solid var(--color-sage);outline-offset:2px}::selection{background-color:var(--color-sage-light);color:var(--color-text-primary)}
