.hero{min-height:100vh;min-height:100dvh;position:relative;overflow:hidden;padding:0}.hero-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 70% 60% at 75% 45%,rgba(55,35,80,.35) 0%,transparent 70%),radial-gradient(ellipse 50% 50% at 20% 80%,rgba(0,77,64,.08) 0%,transparent 60%),linear-gradient(170deg,#3a2456,#2a1840 20%,#1a0f2e 50%,#0f0a1e);pointer-events:none}.hero-container{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;padding-top:calc(var(--header-height-mobile, 64px) + var(--space-4));padding-bottom:var(--space-6);justify-content:space-evenly;align-items:stretch}.hero-content{position:relative;z-index:2;text-align:center;order:2;display:flex;flex-direction:column;justify-content:center;flex:1;padding:var(--space-6) 0 0}.hero-overline{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);margin-bottom:var(--space-3);font-family:var(--font-accent);font-size:10px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.2em;color:#ffffffb3}.hero-overline-dot{width:6px;height:6px;border-radius:50%;background:#fffc;box-shadow:0 0 0 3px #ffffff26;animation:dotPulse 3s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 0 3px #ffffff26}50%{box-shadow:0 0 0 6px #ffffff0f}}.hero-title{font-family:var(--font-heading);font-size:clamp(2rem,7vw,2.75rem);font-weight:var(--font-regular);margin-bottom:var(--space-3);line-height:1.05;letter-spacing:-.03em;color:var(--color-white);text-shadow:0 2px 16px rgba(0,0,0,.4),0 4px 32px rgba(0,0,0,.2);position:relative;min-height:2.2em}.hero-title__line{display:block;position:absolute;top:0;left:0;width:100%;opacity:0;filter:blur(6px);transform:translateY(10px);transition:opacity .8s cubic-bezier(.23,1,.32,1),filter .8s cubic-bezier(.23,1,.32,1),transform .8s cubic-bezier(.23,1,.32,1);will-change:opacity,filter,transform}.hero-title__line.is-active{position:relative;opacity:1;filter:blur(0);transform:translateY(0)}.hero-promise{font-family:var(--font-heading);font-size:var(--text-base);font-style:italic;font-weight:var(--font-regular);color:#fffc;margin-bottom:var(--space-3);letter-spacing:.01em}.hero-divider{width:40px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);margin:0 auto var(--space-4);border-radius:var(--radius-full)}.hero-actions{display:flex;gap:var(--space-3);justify-content:center;flex-direction:column;width:100%}.hero-actions .btn{width:100%;justify-content:center;min-height:48px}.hero .btn-primary{background:var(--color-white);color:var(--color-royal);border:none;box-shadow:0 4px 24px #00000040;font-weight:var(--font-semibold);transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.hero .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000059;background:var(--color-off-white)}.hero .btn-outline-glass{background:#ffffff0f;border:1px solid rgba(255,255,255,.18);color:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .3s ease,border-color .3s ease,transform .3s ease}.hero .btn-outline-glass:hover{background:#ffffff1f;border-color:#ffffff59;transform:translateY(-2px)}.hero-stats{display:flex;gap:var(--space-5);margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid rgba(255,255,255,.08);justify-content:center}.hero-stat{display:flex;flex-direction:column;gap:2px;text-align:center}.hero-stat-value{font-family:var(--font-heading);font-size:var(--text-base);font-weight:var(--font-medium);color:var(--color-white);line-height:1.2;letter-spacing:-.02em}.hero-stat-label{font-family:var(--font-accent);font-size:8px;color:#fff6;text-transform:uppercase;letter-spacing:.1em;font-weight:var(--font-medium)}.hero-visual{position:relative;order:1;min-height:340px;flex-shrink:0}.hero-visual__accent-frame{display:none}.hero-slideshow:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border-radius:var(--radius-xl);background:radial-gradient(ellipse 100% 100% at 50% 50%,transparent 55%,rgba(15,10,30,.3) 85%,rgba(15,10,30,.55) 100%)}.hero-slideshow{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 1.2s cubic-bezier(.4,0,.2,1),visibility 1.2s cubic-bezier(.4,0,.2,1);will-change:opacity}.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}.hero-slide__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.3);width:80%;height:80%;object-fit:contain;filter:blur(55px) saturate(1.8) brightness(.5);opacity:.45;pointer-events:none;z-index:0;border-radius:50%;animation:glowPulse 6s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.35;transform:translate(-50%,-50%) scale(1.3)}50%{opacity:.55;transform:translate(-50%,-50%) scale(1.35)}}.hero-slide__img{position:relative;z-index:1;width:auto;max-width:80%;height:auto;max-height:360px;object-fit:contain;border-radius:var(--radius-xl);background:#ffffff0a;box-shadow:0 20px 60px #0006,0 8px 24px #00000040,0 0 80px #5d4b7726;transform:scale(1);transition:transform 8s cubic-bezier(.25,1,.5,1)}.hero-slide.is-active .hero-slide__img{transform:scale(1.04)}.hero-slide[data-slide="0"] .hero-slide__img{transform-origin:center bottom}.hero-slide[data-slide="1"] .hero-slide__img{transform-origin:center center}.hero-slide[data-slide="2"] .hero-slide__img{transform-origin:center top}.hero-slide[data-slide="0"].is-active .hero-slide__img{transform:scale(1.05) translateY(-1%)}.hero-slide[data-slide="1"].is-active .hero-slide__img{transform:scale(1.04) translate(1%)}.hero-slide[data-slide="2"].is-active .hero-slide__img{transform:scale(1.05) translateY(1%)}.hero-progress{position:absolute;bottom:var(--space-6);left:50%;transform:translate(-50%);display:flex;gap:var(--space-2);z-index:4}.hero-progress-bar{width:36px;height:2px;border:none;padding:0;border-radius:var(--radius-full);background:#ffffff26;cursor:pointer;overflow:hidden;transition:background .3s ease;position:relative}.hero-progress-bar:hover{background:#ffffff40}.hero-progress-fill{display:block;width:0;height:100%;background:#ffffffbf;border-radius:var(--radius-full);transition:width .1s linear}.hero-progress-bar.is-active .hero-progress-fill{animation:progressFill 6s linear forwards}@keyframes progressFill{0%{width:0}to{width:100%}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.hero .btn-shimmer{background-image:linear-gradient(110deg,var(--color-white) 0%,var(--color-white) 40%,var(--color-off-white) 50%,var(--color-white) 60%,var(--color-white) 100%);background-size:200% 100%}.hero .btn-shimmer:hover{animation:shimmer 1.5s ease-in-out infinite}.hero .reveal-blur{animation:heroRevealBlur 1s var(--ease-premium) forwards;opacity:0;filter:blur(8px);transform:translateY(20px)}.hero .reveal-delay-1{animation-delay:.15s}.hero .reveal-delay-2{animation-delay:.3s}.hero .reveal-delay-3{animation-delay:.45s}.hero .reveal-delay-4{animation-delay:.6s}.hero .reveal-delay-5{animation-delay:.75s}@keyframes heroRevealBlur{to{opacity:1;filter:blur(0);transform:translateY(0)}}.hero-visual{animation:heroVisualEntrance 1.2s var(--ease-premium) .1s forwards;opacity:0;transform:scale(.95)}@keyframes heroVisualEntrance{to{opacity:1;transform:scale(1)}}@media(max-width:639px){.hero-container{padding-top:calc(var(--header-height-mobile, 64px) + var(--space-2));padding-bottom:var(--space-4)}.hero-visual{min-height:400px;width:100%}.hero-slide__img{max-height:320px;max-width:80%}.hero-content{padding-top:var(--space-3)}.hero-overline,.hero-title,.hero-promise,.hero-divider{margin-bottom:var(--space-2)}.hero-stats{margin-top:var(--space-3);padding-top:var(--space-3)}}@media(min-width:640px){.hero-container{padding-top:calc(var(--header-height, 80px) + var(--space-6));padding-bottom:var(--space-8)}.hero-visual{min-height:480px}.hero-slide__img{max-height:440px;max-width:80%}.hero-overline{font-size:11px;letter-spacing:.25em;margin-bottom:var(--space-3)}.hero-title{font-size:clamp(2.5rem,5vw + .5rem,3.25rem);margin-bottom:var(--space-3)}.hero-promise{font-size:var(--text-lg);margin-bottom:var(--space-3)}.hero-divider{width:48px;margin-bottom:var(--space-3)}.hero-actions{flex-direction:row;width:auto;gap:var(--space-4)}.hero-actions .btn{width:auto}.hero-stats{gap:var(--space-8);margin-top:var(--space-5);padding-top:var(--space-4)}.hero-stat-value{font-size:var(--text-lg)}.hero-stat-label{font-size:9px}.hero-progress-bar{width:48px}}@media(min-width:768px){.hero-title{font-size:clamp(2.75rem,4.5vw + .5rem,3.5rem)}.hero-promise{font-size:var(--text-xl)}.hero-divider{width:56px}.hero-slide__img{max-height:540px;max-width:80%}}@media(min-width:1024px){.hero-container{display:grid;grid-template-columns:2fr 3fr;gap:var(--space-6);align-items:center;padding-top:calc(var(--header-height, 80px) + var(--space-8));padding-bottom:var(--space-8)}.hero-content{order:1;text-align:left;max-width:480px;padding:var(--space-6) 0}.hero-overline{justify-content:flex-start;font-size:12px;margin-bottom:var(--space-4)}.hero-title{font-size:clamp(2.75rem,3vw + .5rem,3.75rem);margin-bottom:var(--space-4)}.hero-promise{font-size:var(--text-lg);margin-bottom:var(--space-4)}.hero-divider{width:48px;margin:0 0 var(--space-4)}.hero-actions{justify-content:flex-start}.hero-stats{justify-content:flex-start;gap:var(--space-8);margin-top:var(--space-6);padding-top:var(--space-5)}.hero-stat{text-align:left}.hero-stat-value{font-size:var(--text-xl)}.hero-stat-label{font-size:10px}.hero-visual{order:2;min-height:580px}.hero-slide__img{max-height:540px;max-width:80%}.hero-slide__glow{filter:blur(60px) saturate(1.5) brightness(.5);width:80%;height:80%}.hero-progress{bottom:var(--space-5)}.hero-progress-bar{width:56px}}@media(min-width:1280px){.hero-container{grid-template-columns:2fr 3fr;gap:var(--space-8)}.hero-content{max-width:520px;padding:var(--space-8) 0}.hero-title{font-size:clamp(3rem,2.8vw + .8rem,4.25rem)}.hero-promise{font-size:var(--text-xl)}.hero-divider{width:56px}.hero-visual{min-height:660px}.hero-slide__img{max-height:600px;max-width:80%}.hero-stats{gap:var(--space-10)}.hero-stat-value{font-size:var(--text-2xl)}.hero-stat-label{font-size:11px}.hero-progress-bar{width:64px}}@media(min-width:1536px){.hero-content{max-width:560px}.hero-title{font-size:clamp(3.25rem,2.5vw + 1.2rem,4.75rem)}.hero-visual{min-height:740px}.hero-slide__img{max-height:700px;max-width:80%}}@media(prefers-reduced-motion:reduce){.hero .reveal-blur{animation:none;opacity:1;filter:none;transform:none}.hero-visual{animation:none;opacity:1;transform:none}.hero .btn-shimmer:hover{animation:none}.hero-slide__img{transition:none}.hero-slide__glow{animation:none;opacity:.4}.hero-slide{transition-duration:.3s}.hero-progress-bar.is-active .hero-progress-fill{animation:none;width:100%}.hero-overline-dot{animation:none}.hero-title__line{transition:none}}.brand-story{padding:0;overflow:hidden}.brand-story__hero{position:relative;overflow:hidden;min-height:480px}.brand-story__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform 8s cubic-bezier(.25,1,.5,1)}.brand-story__hero:hover .brand-story__image{transform:scale(1.03)}.brand-story__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,10,30,.88) 0%,rgba(20,10,30,.65) 40%,rgba(20,10,30,.25) 65%,transparent 85%);z-index:1;pointer-events:none}.brand-story__content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:var(--space-8) 0 var(--space-10)}.brand-story__overline{display:inline-flex;align-items:center;gap:var(--space-2);color:#ffffffd9;margin-bottom:var(--space-3);text-shadow:0 1px 8px rgba(0,0,0,.5)}.brand-story__overline .overline-dot{width:8px;height:8px;border-radius:50%;background:var(--color-white);box-shadow:0 0 0 3px #ffffff40}.brand-story__title{color:var(--color-white);margin-bottom:var(--space-4);text-shadow:0 2px 12px rgba(0,0,0,.6),0 4px 24px rgba(0,0,0,.3)}.brand-story__divider{width:48px;height:2px;background:linear-gradient(90deg,#ffffffe6,#fff3);margin-bottom:var(--space-5);border-radius:var(--radius-full)}.brand-story__lead{font-family:var(--font-body);font-size:var(--text-base);color:#ffffffeb;line-height:var(--leading-relaxed);margin-bottom:var(--space-6);max-width:500px;font-weight:var(--font-regular);text-shadow:0 1px 8px rgba(0,0,0,.5),0 2px 16px rgba(0,0,0,.25)}.brand-story__features{position:relative;background:linear-gradient(180deg,var(--color-off-white) 0%,var(--color-white) 50%,var(--color-off-white) 100%);padding:var(--space-12) 0;overflow:hidden}.brand-story__features:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(46,26,71,.03) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.brand-features__header{text-align:center;max-width:600px;margin:0 auto var(--space-10);position:relative}.brand-features__overline{color:var(--color-royal);margin-bottom:var(--space-3)}.brand-features__title{color:var(--color-charcoal);margin-bottom:var(--space-4);letter-spacing:var(--tracking-tight)}.brand-features__divider{width:48px;height:2px;background:linear-gradient(90deg,var(--color-royal) 0%,rgba(46,26,71,.2) 100%);margin:0 auto;border-radius:var(--radius-full)}.brand-story__badges{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5);position:relative}.brand-badge{position:relative;padding:var(--space-8) var(--space-5);background:#ffffffe0;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);border-radius:var(--radius-lg);text-align:center;overflow:hidden;border:1px solid rgba(46,26,71,.04);transition:transform .6s var(--ease-premium),box-shadow .6s var(--ease-premium),border-color .6s var(--ease-premium);box-shadow:0 2px 16px #2e1a470a,0 1px 4px #2e1a4705}.brand-badge:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:2px;background:var(--color-royal);border-radius:0 0 var(--radius-full) var(--radius-full);opacity:.3;transition:all .6s var(--ease-premium)}.brand-badge:hover{transform:translateY(-6px);border-color:#2e1a4714;box-shadow:0 20px 50px #2e1a471a,0 8px 20px #2e1a470d,0 2px 6px #2e1a4708}.brand-badge:hover:before{width:60px;opacity:1}.brand-badge__number{position:absolute;top:var(--space-3);right:var(--space-4);font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:var(--font-light);color:#2e1a470d;line-height:1;letter-spacing:-.03em;pointer-events:none;transition:color .6s var(--ease-premium)}.brand-badge:hover .brand-badge__number{color:#2e1a471a}.brand-badge__icon{width:48px;height:48px;margin:0 auto var(--space-2);display:flex;align-items:center;justify-content:center;background:transparent;color:var(--color-royal);transition:transform .6s var(--ease-premium)}.brand-badge:hover .brand-badge__icon{transform:scale(1.08) rotate(-2deg)}.brand-badge__icon svg{width:24px;height:24px}.brand-badge__icon--img{background:transparent;border-radius:0}.brand-badge__icon--img img{width:100%;height:100%;object-fit:contain}.brand-badge__accent{width:28px;height:1.5px;background:linear-gradient(90deg,transparent 0%,var(--color-royal) 50%,transparent 100%);margin:0 auto var(--space-3);opacity:.25;transition:all .6s var(--ease-premium)}.brand-badge:hover .brand-badge__accent{width:40px;opacity:.5}.brand-badge__title{font-family:var(--font-heading);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-charcoal);margin-bottom:var(--space-1);letter-spacing:-.01em;line-height:var(--leading-snug)}.brand-badge__text{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-text-muted);line-height:var(--leading-relaxed);font-style:italic;letter-spacing:.01em}@media(min-width:640px){.brand-story__hero{min-height:560px}.brand-story__overlay{background:linear-gradient(90deg,rgba(20,10,30,.85) 0%,rgba(20,10,30,.58) 40%,rgba(20,10,30,.1) 65%,transparent 80%)}.brand-story__content{top:0;bottom:0;display:flex;align-items:center;padding:var(--space-10) 0}.brand-story__content .container{max-width:480px}.brand-story__image{object-position:center center}.brand-story__lead{font-size:var(--text-lg)}.brand-story__divider{width:56px}.brand-story__features{padding:var(--space-16) 0}.brand-features__header{margin-bottom:var(--space-12)}.brand-features__divider{width:56px}.brand-story__badges{grid-template-columns:repeat(4,1fr);gap:var(--space-6)}.brand-badge{padding:var(--space-8) var(--space-5)}.brand-badge__number{font-size:var(--text-4xl)}.brand-badge__icon{width:52px;height:52px}.brand-badge__title{font-size:var(--text-base)}.brand-badge__text{font-size:var(--text-sm)}}@media(min-width:1024px){.brand-story__hero{min-height:70vh}.brand-story__content .container{max-width:550px}.brand-story__title{font-size:var(--text-4xl)}.brand-story__lead{font-size:var(--text-xl);max-width:520px}.brand-story__divider{width:64px;margin-bottom:var(--space-6)}.brand-story__features{padding:var(--space-20) 0}.brand-story__features:before{background-size:40px 40px}.brand-features__header{margin-bottom:var(--space-16)}.brand-features__divider{width:64px}.brand-story__badges{gap:var(--space-8);max-width:1100px;margin:0 auto}.brand-badge{padding:var(--space-10) var(--space-6)}.brand-badge__number{font-size:var(--text-5xl);top:var(--space-4);right:var(--space-5)}.brand-badge__icon{width:56px;height:56px;margin-bottom:var(--space-3)}.brand-badge__icon svg{width:28px;height:28px}.brand-badge__accent{width:32px;margin-bottom:var(--space-4)}.brand-badge:hover .brand-badge__accent{width:48px}.brand-badge__title{font-size:var(--text-lg);margin-bottom:var(--space-2)}.brand-badge__text{font-size:var(--text-sm)}}@media(min-width:1280px){.brand-story__hero{min-height:75vh}.brand-story__content .container{max-width:600px}.brand-story__features{padding:var(--space-24) 0}.brand-story__badges{max-width:1200px;gap:var(--space-10)}.brand-badge{padding:var(--space-12) var(--space-8)}.brand-badge__title{font-size:var(--text-xl)}}@media(max-width:639px){.brand-story__hero{min-height:520px;aspect-ratio:3 / 4}.brand-story__content{padding:var(--space-6) 0 var(--space-8)}.brand-story__title{font-size:var(--text-2xl);margin-bottom:var(--space-3)}.brand-story__lead{font-size:var(--text-sm);margin-bottom:var(--space-5)}.brand-story__divider{width:40px;margin-bottom:var(--space-4)}.brand-story__features{padding:var(--space-10) 0}.brand-story__features:before{background-size:24px 24px}.brand-features__header{margin-bottom:var(--space-8);padding:0 var(--space-2)}.brand-features__title{font-size:var(--text-2xl)}.brand-features__divider{width:40px}.brand-story__badges{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:var(--space-4);padding:var(--space-2) var(--space-4);margin:0 calc(-1 * var(--space-4))}.brand-story__badges::-webkit-scrollbar{display:none}.brand-badge{flex:0 0 220px;scroll-snap-align:center;padding:var(--space-8) var(--space-5)}.brand-badge__number{font-size:var(--text-2xl);top:var(--space-2);right:var(--space-3)}.brand-badge__icon{width:44px;height:44px;margin-bottom:var(--space-2)}.brand-badge__icon svg{width:22px;height:22px}.brand-badge__accent{width:24px;margin-bottom:var(--space-2)}.brand-badge__title{font-size:var(--text-sm)}.brand-badge__text{font-size:var(--text-xs)}}@media(max-width:374px){.brand-story__hero{min-height:440px}.brand-badge{flex:0 0 190px;padding:var(--space-6) var(--space-4)}.brand-badge__number,.brand-features__title{font-size:var(--text-xl)}}.products-showcase{background-color:var(--color-off-white);padding:var(--space-16) 0;overflow:hidden}.products-header{text-align:center;max-width:600px;margin:0 auto var(--space-12)}.products-header .overline{color:var(--color-royal);margin-bottom:var(--space-3)}.products-header .headline-section{margin-bottom:var(--space-4)}.products-lead{font-family:var(--font-body);font-size:var(--text-fluid-base);color:var(--color-text-light);line-height:var(--leading-relaxed)}.products-grid{display:grid;gap:var(--space-6);margin-bottom:var(--space-10)}.product-card{position:relative;display:flex;flex-direction:column;background:var(--color-white);border-radius:var(--radius-2xl);overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;transition:transform var(--transition-slow) var(--ease-premium),box-shadow var(--transition-slow) var(--ease-premium);box-shadow:0 4px 20px #2e1a470f,0 1px 4px #2e1a470a}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #2e1a471f,0 8px 24px #2e1a4714}.product-card__image{position:relative;overflow:hidden;aspect-ratio:4/5;background:linear-gradient(135deg,var(--color-off-white) 0%,var(--color-ivory) 100%)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slower) var(--ease-premium);will-change:transform}.product-card:hover .product-card__image img{transform:scale(1.06)}.product-card__ribbon{position:absolute;top:var(--space-4);left:var(--space-4);padding:var(--space-2) var(--space-4);background:var(--category-color, var(--color-royal));color:var(--color-white);font-family:var(--font-accent);font-size:10px;font-weight:var(--font-semibold);letter-spacing:var(--tracking-wider);text-transform:uppercase;border-radius:var(--radius-full);box-shadow:0 2px 8px #00000026}.product-card__content{display:flex;flex-direction:column;flex:1;padding:var(--space-6)}.product-card__tagline{font-family:var(--font-accent);font-size:10px;font-weight:var(--font-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--category-color, var(--color-royal));margin-bottom:var(--space-2)}.product-card__title{font-family:var(--font-heading);font-size:var(--text-fluid-xl);font-weight:var(--font-medium);color:var(--color-charcoal);margin-bottom:var(--space-3);line-height:var(--leading-tight)}.product-card__benefit{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-light);line-height:var(--leading-relaxed);flex:1;margin-bottom:var(--space-4)}.product-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:var(--space-4);border-top:1px solid var(--color-border-light)}.product-card__price{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--font-medium);color:var(--color-charcoal);letter-spacing:-.01em}.product-card__link{display:flex;align-items:center;justify-content:center;width:var(--touch-target-min);height:var(--touch-target-min);border-radius:var(--radius-full);background:var(--color-off-white);color:var(--color-royal);transition:background var(--transition-base),color var(--transition-base),transform var(--transition-base)}.product-card__link:hover{background:var(--color-royal);color:var(--color-white);transform:translate(4px)}.product-card__link:focus-visible{outline:2px solid var(--color-royal);outline-offset:2px}.products-cta{text-align:center;margin-top:var(--space-8)}@media(min-width:640px){.products-showcase{padding:var(--space-20) 0}.products-header{margin-bottom:var(--space-16)}.products-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-8)}.product-card--featured{grid-column:1 / -1;display:grid;grid-template-columns:1.2fr 1fr}.product-card--featured .product-card__image{aspect-ratio:3/4}.product-card--featured .product-card__content{padding:var(--space-8);justify-content:center}.product-card--featured .product-card__title{font-size:var(--text-fluid-2xl)}.product-card--featured .product-card__benefit{font-size:var(--text-base)}}@media(min-width:1024px){.products-showcase{padding:var(--space-24) 0}.products-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-8);max-width:1200px;margin-left:auto;margin-right:auto}.product-card--featured{grid-column:auto;grid-row:auto;display:flex;flex-direction:column}.product-card--featured .product-card__image{aspect-ratio:4/5;flex:initial;min-height:auto}.product-card--featured .product-card__content{padding:var(--space-6)}.product-card--featured .product-card__title{font-size:var(--text-fluid-xl)}.product-card--featured .product-card__benefit{font-size:var(--text-sm)}.product-card__content{padding:var(--space-6)}.product-card__image{aspect-ratio:4/5}.product-card--featured{box-shadow:0 8px 32px #2e1a471a,0 2px 8px #2e1a470f}}@media(min-width:1280px){.products-grid{gap:var(--space-10);max-width:1320px}.product-card__content{padding:var(--space-8)}.product-card__title{font-size:var(--text-2xl)}}.swiss-standard{background:linear-gradient(180deg,var(--color-off-white) 0%,var(--color-white) 100%);padding:var(--space-20) 0;position:relative}.swiss-standard__content{max-width:900px;margin:0 auto;text-align:center}.swiss-quote{position:relative;padding:var(--space-10) var(--space-8);background:var(--color-white);border-radius:var(--radius-3xl);box-shadow:0 20px 60px #2e1a470f,0 4px 16px #2e1a4708;margin-bottom:var(--space-10)}.swiss-quote:before{content:'"';position:absolute;top:var(--space-4);left:var(--space-6);font-family:var(--font-heading);font-size:5rem;line-height:1;color:var(--color-royal);opacity:.1}.swiss-quote__text{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--font-regular);font-style:italic;color:var(--color-charcoal);line-height:var(--leading-relaxed);margin-bottom:var(--space-6);position:relative;z-index:1}@media(min-width:768px){.swiss-quote{padding:var(--space-12) var(--space-12)}.swiss-quote__text{font-size:var(--text-2xl)}.swiss-quote:before{font-size:6rem}}.swiss-quote__author{display:flex;align-items:center;justify-content:center;gap:var(--space-4)}.swiss-quote__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #0000001a,0 0 0 3px var(--color-white),0 0 0 5px #2e1a471a}.swiss-quote__info{text-align:left}.swiss-quote__name{font-family:var(--font-accent);font-size:var(--text-sm);font-weight:var(--font-semibold);font-style:normal;color:var(--color-charcoal);display:block}.swiss-quote__role{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-text-muted)}.swiss-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-4)}.swiss-badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);background:var(--color-white);border-radius:var(--radius-full);font-family:var(--font-accent);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--color-charcoal);box-shadow:0 2px 8px #0000000a,0 0 0 1px #2e1a470d;transition:transform var(--transition-base),box-shadow var(--transition-base)}.swiss-badge:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014,0 0 0 1px #2e1a4714}.swiss-badge__icon{width:20px;height:20px;object-fit:contain}.newsletter-cta{background:var(--color-royal);padding:var(--space-16) 0;position:relative;overflow:hidden}.newsletter-cta:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 60%);pointer-events:none}.newsletter-cta:after{content:"";position:absolute;bottom:-30%;left:-10%;width:50%;height:150%;background:radial-gradient(circle,rgba(0,77,64,.15) 0%,transparent 50%);pointer-events:none}.newsletter-cta__card{position:relative;max-width:700px;margin:0 auto;padding:var(--space-10) var(--space-8);text-align:center;background:#ffffff14;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-radius:var(--radius-3xl);border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 60px #0003,inset 0 1px #ffffff1a}@media(min-width:768px){.newsletter-cta__card{padding:var(--space-12) var(--space-12)}}.newsletter-cta__card .overline{color:#ffffffb3;margin-bottom:var(--space-3)}.newsletter-cta__title{font-family:var(--font-heading);font-size:var(--text-fluid-2xl);font-weight:var(--font-regular);color:var(--color-white);margin-bottom:var(--space-4);letter-spacing:var(--tracking-tight)}.newsletter-cta__text{font-family:var(--font-body);font-size:var(--text-base);color:#fffc;line-height:var(--leading-relaxed);margin-bottom:var(--space-8);max-width:520px;margin-left:auto;margin-right:auto}.newsletter-form{max-width:480px;margin:0 auto}.newsletter-form__group{display:flex;flex-direction:column;gap:var(--space-3)}@media(min-width:480px){.newsletter-form__group{flex-direction:row;gap:var(--space-2)}}.newsletter-form__input{flex:1;padding:var(--space-4) var(--space-5);background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-white);transition:background var(--transition-base),border-color var(--transition-base)}.newsletter-form__input::placeholder{color:#ffffff80}.newsletter-form__input:focus{outline:none;background:#ffffff2e;border-color:#fff6}.newsletter-form__group .btn-primary{background:var(--color-white);color:var(--color-royal);border:none;white-space:nowrap}.newsletter-form__group .btn-primary:hover{background:var(--color-off-white);transform:translateY(-2px)}.newsletter-form__group .btn-shimmer{background-image:linear-gradient(110deg,var(--color-white) 0%,var(--color-white) 40%,rgba(255,255,255,.8) 50%,var(--color-white) 60%,var(--color-white) 100%)}.newsletter-form__disclaimer{margin-top:var(--space-4);font-family:var(--font-body);font-size:var(--text-xs);color:#ffffff80}@media(max-width:639px){.products-showcase{padding:var(--space-10) 0}.products-header{margin-bottom:var(--space-8);padding:0 var(--space-2)}.products-header .headline-section{font-size:var(--text-2xl)}.products-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:var(--space-4);padding:var(--space-2) var(--space-4);margin:0 calc(-1 * var(--space-4));margin-bottom:var(--space-6)}.products-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 280px;scroll-snap-align:center}.product-card--featured{flex:0 0 280px}.product-card__image{aspect-ratio:4/5}.product-card__content{padding:var(--space-5)}.product-card__title{font-size:var(--text-lg)}.product-card__benefit{font-size:var(--text-xs);margin-bottom:var(--space-3)}.products-cta{margin-top:var(--space-4)}}@media(max-width:639px){.swiss-standard{padding:var(--space-10) 0}.swiss-quote{padding:var(--space-6) var(--space-5);margin-bottom:var(--space-6);border-radius:var(--radius-2xl)}.swiss-quote:before{font-size:3.5rem;top:var(--space-2);left:var(--space-4)}.swiss-quote__text{font-size:var(--text-base);margin-bottom:var(--space-4)}.swiss-quote__avatar{width:44px;height:44px}.swiss-quote__name{font-size:var(--text-xs)}.swiss-quote__role{font-size:10px}.swiss-badges{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:var(--space-3);padding:var(--space-1) var(--space-2);margin:0 calc(-1 * var(--space-4))}.swiss-badges::-webkit-scrollbar{display:none}.swiss-badge{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap;padding:var(--space-2) var(--space-4)}}@media(max-width:639px){.newsletter-cta{padding:var(--space-10) 0}.newsletter-cta__card{padding:var(--space-6) var(--space-5);border-radius:var(--radius-2xl)}.newsletter-cta__title{font-size:var(--text-xl)}.newsletter-cta__text{font-size:var(--text-sm);margin-bottom:var(--space-5)}.newsletter-form__input{padding:var(--space-3) var(--space-4);font-size:var(--text-sm)}.newsletter-form__group .btn-primary{padding:var(--space-3) var(--space-5);font-size:var(--text-sm)}}@media(max-width:374px){.feature-card{flex:0 0 220px;padding:var(--space-5)}.product-card{flex:0 0 240px}.swiss-quote{padding:var(--space-5) var(--space-4)}.swiss-quote__text{font-size:var(--text-sm)}.newsletter-cta__card{padding:var(--space-5) var(--space-4)}}.section+.section{position:relative}.section+.section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(46,26,71,.12) 20%,rgba(46,26,71,.12) 80%,transparent 100%);z-index:10;pointer-events:none}.newsletter-cta:before{display:none}@media(max-width:639px){.section+.section:before{background:linear-gradient(90deg,transparent 0%,rgba(46,26,71,.15) 15%,rgba(46,26,71,.15) 85%,transparent 100%)}}
