@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary:#4a2a1a;--color-secondary:#173f35;--color-accent:#c79a3b;--color-white:#fff;--color-bg:#fff8ed;--color-bg-soft:#f3e6d3;--color-bg-dark:#171512;--color-text:#171512;--color-text-light:#fff8ed;--color-text-muted:#6f6257;--color-gold-light:#e7c98a;--color-border:#d8c6ae;--font-heading:"DM Serif Display", Georgia, serif;--font-body:"Inter", Arial, sans-serif;--heading-fsz:clamp(38px, 5vw, 70px);--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--transition:.25s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-heading);background-color:var(--primary-color)}html,body,#root{overflow-x:clip}.container{width:min(90%,1200px);margin-inline:auto}.nav-container{border-radius:var(--radius-md);z-index:1000;background-color:#fff;padding:10px 30px;position:fixed;top:15px;left:15px;right:15px;box-shadow:0 0 15px #00000026}.nav-main{justify-content:space-between;align-items:center;gap:clamp(30px,5vw,80px);display:flex}.logo-container a{font-size:clamp(18px,1.2vw,20px);font-weight:var(--font-semibold);letter-spacing:2px;color:var(--color-text);white-space:nowrap;text-decoration:none}.nav-links{align-items:center;gap:clamp(16px,3vw,34px);display:flex}.nav-links a{color:var(--color-text);font-weight:var(--font-medium);white-space:nowrap;z-index:1;text-decoration:none;position:relative}.nav-links a:before{content:"";opacity:0;z-index:-1;background-color:#e8e8e8;border-radius:50px;transition:opacity .25s,transform .25s;position:absolute;inset:-8px -14px;transform:scale(.9)}.nav-links a:hover:before{opacity:1;transform:scale(1)}.nav-links a.active:before{opacity:1;background-color:#d1d1d1;transform:scale(1)}.cta-container a,.mobile-cta a{background-color:var(--color-secondary);color:var(--color-text-light);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-lg);white-space:nowrap;justify-content:center;align-items:center;padding:10px 18px;font-size:clamp(12px,1vw,14px);text-decoration:none;transition:transform .3s;display:inline-flex;position:relative;overflow:hidden}.cta-container a:after,.mobile-cta a:after{content:"";background:linear-gradient(120deg,#0000,#ffffff59,#0000);width:45%;height:100%;transition:left .55s;position:absolute;top:0;left:-75%;transform:skew(-20deg)}.cta-container a:hover,.mobile-cta a:hover{transform:translateY(-2px)}.cta-container a:hover:after,.mobile-cta a:hover:after{left:130%}.hamburger{cursor:pointer;background:0 0;border:none;width:42px;height:42px;padding:0;display:none;position:relative}.hamburger span{background-color:var(--color-text);border-radius:10px;width:26px;height:2px;transition:all .35s;position:absolute;left:8px}.hamburger span:first-child{top:12px}.hamburger span:nth-child(2){top:20px}.hamburger span:nth-child(3){top:28px}.hamburger.active span:first-child{top:20px;transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){top:20px;transform:rotate(-45deg)}.mobile-menu{display:none}@media (width<=768px){.nav-container{padding:14px 18px;top:10px;left:10px;right:10px;overflow:hidden}.nav-main{gap:20px}.desktop-nav,.desktop-cta{display:none}.hamburger{flex-shrink:0;display:block}.mobile-menu{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .4s,opacity .3s,transform .4s;display:grid;transform:translateY(-10px)}.mobile-menu.active{opacity:1;grid-template-rows:1fr;transform:translateY(0)}.mobile-menu-content{overflow:hidden}.mobile-links{flex-direction:column;gap:4px;padding-top:25px;display:flex}.mobile-links a{color:var(--color-text);font-size:18px;font-weight:var(--font-medium);opacity:0;transition:opacity .35s,transform .35s,padding-left .25s,color .25s;transition-delay:var(--delay);border-bottom:1px solid #00000014;padding:13px 5px;text-decoration:none;transform:translateY(-8px)}.mobile-menu.active .mobile-links a{opacity:1;transform:translateY(0)}.mobile-links a:hover{padding-left:10px}.mobile-links a.active{color:var(--color-secondary);font-weight:var(--font-semibold);padding-left:10px}.mobile-cta{opacity:0;padding:20px 0 5px;transition:all .35s .2s;transform:translateY(10px)}.mobile-menu.active .mobile-cta{opacity:1;transform:translateY(0)}.mobile-cta a{box-sizing:border-box;width:100%;padding:14px 20px}}@media (width<=420px){.nav-container{padding:12px 14px}.logo-container a{letter-spacing:1.5px;font-size:16px}.hamburger{width:38px;height:38px}.hamburger span{width:23px;left:7px}.mobile-links a{font-size:17px}}.brand-overview{padding:clamp(20px,10vw,50px) 0}.brand-overview-header{text-align:center;max-width:1200px;margin:0 auto}.brand-overview-header h2{font-family:var(--font-heading);font-size:var(--heading-fsz);font-weight:var(--font-semibold);color:var(--color-secondary)}.brand-overview-images{grid-template-columns:1fr 1.1fr 1fr;align-items:center;gap:clamp(14px,2vw,24px);margin-top:clamp(50px,6vw,80px);display:grid}.overview-image{border-radius:var(--radius-md);height:clamp(220px,25vw,360px);overflow:hidden}.overview-image-large{height:clamp(260px,29vw,410px)}.overview-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.overview-image:hover img{transform:scale(1.04)}.brand-overview-message{text-align:center;max-width:900px;margin:clamp(25px,6vw,45px) auto 0}.brand-overview-message p{font-family:var(--font-heading);color:var(--color-secondary);font-size:clamp(20px,2vw,28px);line-height:1.45}.brand-stats{border:1px solid var(--color-border);border-radius:var(--radius-md);grid-template-columns:repeat(4,1fr);margin-top:clamp(30px,6vw,45px);padding:28px 20px;display:grid}.stat{text-align:center;padding:10px 20px}.stat:not(:last-child){border-right:1px solid var(--color-border)}.stat h3{font-family:var(--font-heading);font-size:clamp(28px,3vw,40px);font-weight:var(--font-semibold);color:var(--color-secondary);margin:0}.stat p{font-family:var(--font-body);color:var(--color-text-muted);margin-top:8px;font-size:13px}.marquee{background:var(--color-secondary);color:#fff;width:100%;padding:20px 0;overflow:hidden}.marquee-track{width:max-content;animation:20s linear infinite marquee;display:flex}.marquee-content{flex-shrink:0;align-items:center;gap:40px;padding-right:40px;display:flex}.marquee-content span{white-space:nowrap;font-family:var(--font-heading);font-size:18px;font-weight:var(--font-bold);letter-spacing:.04em}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}@media (width<=900px){.brand-overview-images{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none;align-items:center;gap:18px;margin-top:50px;padding:30px 12px;display:flex;overflow:auto hidden}.brand-overview-images::-webkit-scrollbar{display:none}.brand-overview-images.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.overview-image{opacity:1;scroll-snap-align:center;flex:0 0 52%;height:310px;transform:none}.overview-image-large{flex:0 0 58%;height:360px}.overview-image img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.brand-stats{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:none}.stat:first-child,.stat:nth-child(2){border-bottom:1px solid var(--color-border)}}@media (width<=600px){.brand-overview{padding:70px 0}.brand-overview-images{gap:14px;margin-top:40px;padding:20px 8px}.overview-image{flex:0 0 72%;height:260px}.overview-image-large{flex:0 0 78%;height:300px}.brand-overview-message p{font-size:20px}.brand-stats{grid-template-columns:1fr;padding:10px 20px}.stat{padding:22px 10px}.stat:not(:last-child){border-right:none;border-bottom:1px solid var(--color-border)}.marquee{padding:16px 0}.marquee-content{gap:28px;padding-right:28px}.marquee-content span{font-size:14px}}.export-cta{z-index:2;background:var(--color-white);width:100%;color:var(--color-secondary);border-radius:40px 40px 0 0;padding:120px 0;position:relative}.export-cta-content{text-align:center;flex-direction:column;align-items:center;display:flex}.export-cta-content>span{letter-spacing:2.5px;margin-bottom:18px;font-size:12px;font-weight:600}.export-cta-content h2{letter-spacing:-4px;max-width:900px;margin:0;font-size:clamp(40px,8vw,80px);font-weight:500;line-height:.9}.export-cta-content p{opacity:.8;max-width:520px;margin:28px 0 0;font-size:17px;line-height:1.6}.export-cta-content a{background-color:var(--color-secondary);color:var(--color-white);letter-spacing:1.4px;border:1px solid #fffc;border-radius:50px;align-items:center;gap:14px;margin-top:35px;padding:14px 22px;font-size:11px;font-weight:600;text-decoration:none;transition:color .35s;display:inline-flex;position:relative;overflow:hidden}.export-cta-content a span{z-index:2;position:relative}.export-cta-content a:before{content:"";background:var(--color-white);transition:transform .35s;position:absolute;inset:0;transform:translateY(101%)}.export-cta-content a:hover{color:var(--color-primary)}.export-cta-content a:hover:before{transform:translateY(0)}.cta-arrow{font-size:16px;transition:transform .3s}.export-cta-content a:hover .cta-arrow{transform:translate(5px)}@media (width<=600px){.export-cta{padding:80px 0}.export-cta-content h2{letter-spacing:-2px;font-size:52px}.export-cta-content p{font-size:14px}}.featured-spices{background:var(--color-secondary);width:100%;padding:60px 0}.featured-spices-header{color:var(--color-white);margin-bottom:50px}.featured-spices-header>span{letter-spacing:2.5px;margin-bottom:14px;font-size:12px;font-weight:600;display:block}.featured-spices-header h2{max-width:700px;font-size:var(--heading-fsz);letter-spacing:-3px;margin:0;font-weight:500;line-height:.95}.featured-spices-header p{opacity:.7;max-width:420px;margin:22px 0 0;font-size:16px;line-height:1.6}.spice-grid{grid-template-rows:250px 250px;grid-template-columns:1.2fr 1fr 1fr;gap:18px;display:grid}.spice-card{cursor:pointer;border-radius:10px;position:relative;overflow:hidden}.spice-card:first-child{grid-row:span 2}.spice-card:nth-child(4){grid-column:span 2}.spice-image-container{width:100%;height:100%}.spice-image-container img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;transition:transform .6s;display:block}.spice-card:hover .spice-image-container img{transform:scale(1.05)}.spice-card:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#00000014 35%,#0000004d 65%,#000000ad 100%);position:absolute;inset:0}.spice-card-content{z-index:2;color:var(--color-white);justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex;position:absolute;bottom:0;left:0;right:0}.spice-card-content h3{margin:0;font-size:18px;font-weight:600}.spice-card-content a{color:var(--color-white);letter-spacing:1.3px;border:1px solid #ffffffbf;border-radius:50px;justify-content:center;align-items:center;padding:10px 16px;font-size:11px;font-weight:600;text-decoration:none;transition:color .35s,border-color .35s;display:inline-flex;position:relative;overflow:hidden}.spice-card-content a span{z-index:2;position:relative}.spice-card-content a:before{content:"";background:var(--color-white);transition:transform .35s;position:absolute;inset:0;transform:translateY(101%)}.spice-card-content a:hover{color:var(--color-secondary);border-color:var(--color-white)}.spice-card-content a:hover:before{transform:translateY(0)}.spice-indicators{display:none}@media (width<=900px){.featured-spices{padding:70px 0}.spice-grid{grid-template-rows:300px 300px 300px;grid-template-columns:repeat(2,1fr)}.spice-card:first-child{grid-area:auto/span 2}.spice-card:nth-child(4){grid-column:span 2}}@media (width<=600px){.featured-spices{padding:60px 0;overflow:hidden}.featured-spices-header{margin-bottom:35px}.featured-spices-header h2{letter-spacing:-2px;font-size:46px}.featured-spices-header p{font-size:14px}.spice-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none;gap:14px;padding-bottom:10px;display:flex;overflow:auto hidden}.spice-grid::-webkit-scrollbar{display:none}.spice-grid.dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.spice-card,.spice-card:first-child,.spice-card:nth-child(4){scroll-snap-align:start;height:360px;cursor:inherit;flex:0 0 82%;grid-area:auto}.spice-card-content{padding:18px}.spice-indicators{justify-content:center;align-items:center;gap:7px;margin-top:18px;display:flex}.spice-indicators button{cursor:pointer;background:#ffffff59;border:none;border-radius:50px;width:7px;height:7px;padding:0;transition:width .4s,background-color .4s}.spice-indicators button.active{background:var(--color-white);width:24px}}.hero{background-color:var(--color-bg-dark);width:100%;height:100vh;position:relative;overflow:hidden}.hero-slide{opacity:0;visibility:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity 1.4s ease-in-out,visibility 1.4s ease-in-out;position:absolute;inset:0}.hero-slide.active{opacity:1;visibility:visible}.hero-overlay{z-index:1;background:#00000073;position:absolute;inset:0}.hero-content{z-index:2;text-align:center;height:100%;color:var(--color-text-light);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero-content h1{max-width:800px;font-family:var(--font-heading);font-size:clamp(50px,6vw,90px);font-weight:var(--font-semibold);margin:0;line-height:.95}.hero-content p{max-width:520px;font-family:var(--font-body);color:#ffffffe6;margin-top:25px;font-size:clamp(17px,1.2vw,20px);line-height:1.6}.hero-indicators{z-index:5;background:#ffffffe6;border-radius:50px;align-items:center;gap:7px;padding:9px 12px;display:flex;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#b9b9b9;border:none;border-radius:50px;width:8px;height:8px;padding:0;transition:width .4s,background-color .4s}.hero-dot.active{background:var(--color-bg-dark);width:26px}@media (width<=900px){.hero-content h1{max-width:700px;font-size:clamp(46px,8vw,75px)}.hero-content p{max-width:470px}}@media (width<=768px){.hero{height:100svh;min-height:550px}.hero-overlay{background:#00000052}.hero-content h1{max-width:100%;font-size:clamp(42px,12vw,64px);line-height:.95}.hero-content p{max-width:90%;margin-top:18px;font-size:14px;line-height:1.5}.hero-indicators{padding:8px 11px;bottom:22px}.hero-dot{width:7px;height:7px}.hero-dot.active{width:22px}}@media (width<=480px){.hero-content h1{font-size:clamp(38px,12vw,55px)}.hero-content p{max-width:100%;font-size:13px}}.why-sri-lankan{z-index:1;background:#111;width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.why-sri-lankan-sticky{width:100%;height:100%;position:relative}.why-sri-lankan-bg{object-fit:cover;transform-origin:50%;will-change:transform;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.08)}.why-sri-lankan-overlay{background:linear-gradient(90deg,#000000c7 0%,#0000008c 42%,#0000002e 72%,#00000014 100%);position:absolute;inset:0}.why-sri-lankan-content{z-index:2;height:100%;color:var(--color-white);will-change:transform, opacity;flex-direction:column;justify-content:center;align-items:flex-start;display:flex;position:relative}.why-sri-lankan-content>span{letter-spacing:2.5px;margin-bottom:18px;font-size:12px;font-weight:600;display:block}.why-sri-lankan-content h2{max-width:760px;font-size:var(--heading-fsz);letter-spacing:-4px;margin:0;font-weight:500;line-height:.9}.why-sri-lankan-content p{color:#ffffffd1;max-width:600px;margin:28px 0 0;font-size:17px;line-height:1.7}.why-sri-lankan-content a{color:var(--color-white);letter-spacing:1.4px;border:1px solid #fffc;border-radius:50px;justify-content:center;align-items:center;margin-top:32px;padding:13px 22px;font-size:11px;font-weight:600;text-decoration:none;transition:color .35s;display:inline-flex;position:relative;overflow:hidden}.why-sri-lankan-content a span{z-index:2;position:relative}.why-sri-lankan-content a:before{content:"";background:var(--color-white);transition:transform .35s;position:absolute;inset:0;transform:translateY(101%)}.why-sri-lankan-content a:hover{color:var(--color-secondary)}.why-sri-lankan-content a:hover:before{transform:translateY(0)}@media (width<=900px){.why-sri-lankan-content h2{font-size:clamp(50px,9vw,78px)}.why-sri-lankan-content p{max-width:520px;font-size:16px}}@media (width<=600px){.why-sri-lankan-overlay{background:linear-gradient(#00000047 0%,#0000008c 45%,#000000d1 100%)}.why-sri-lankan-content{justify-content:center;padding-bottom:0}.why-sri-lankan-content h2{letter-spacing:-2px;font-size:48px}.why-sri-lankan-content p{max-width:100%;font-size:14px;line-height:1.6}}.about-hero{background:url(/about-hero.webp) 50%/cover no-repeat;width:100%;min-height:100vh;position:relative;overflow:hidden}.about-hero-overlay{background:linear-gradient(#08180e33,#08180eb8);position:absolute;inset:0}.about-hero-content{z-index:1;color:#fff;grid-template-columns:1.5fr .8fr;align-items:center;gap:60px;min-height:100vh;padding-top:140px;padding-bottom:80px;display:grid;position:relative}.about-hero-title span{font-size:13px;font-weight:var(--font-medium);letter-spacing:.14em;margin-bottom:16px;display:inline-block}.about-hero-title h1{max-width:900px;font-size:var(--heading-fsz);font-weight:var(--font-semibold);margin:0;line-height:.95}.about-hero-text{padding-bottom:8px}.about-hero-text p{color:#ffffffe0;max-width:420px;margin:0;font-size:clamp(16px,1.25vw,19px);line-height:1.6}@media (width<=900px){.about-hero-content{grid-template-columns:1fr;align-content:center;gap:30px;padding-bottom:50px}.about-hero-title h1{font-size:clamp(42px,9vw,72px)}.about-hero-text p{max-width:560px}}@media (width<=600px){.about-hero{min-height:100vh}.about-hero-content{min-height:100vh;padding-top:120px;padding-bottom:35px}.about-hero-title span{font-size:11px}.about-hero-title h1{font-size:clamp(38px,12vw,54px);line-height:1}.about-hero-text p{font-size:15px}}.story-section{background-color:var(--color-white);color:var(--color-text);padding:60px 0}.story-heading{text-align:center;color:var(--color-secondary);margin-bottom:70px}.story-heading span{font-size:13px;font-weight:var(--font-semibold);letter-spacing:.14em;margin-bottom:14px;display:inline-block}.story-heading h2{font-size:var(--heading-fsz);font-weight:var(--font-semibold);margin:0;line-height:.95}.story-row{align-items:center;gap:clamp(40px,6vw,100px);display:grid}.story-row-one{grid-template-columns:1.2fr .8fr;margin-bottom:40px}.story-row-two{grid-template-columns:.8fr 1.2fr}.story-card{border-radius:var(--radius-lg);isolation:isolate;min-height:300px;position:relative;overflow:hidden}.story-card:after{content:"";z-index:-2;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform .7s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.story-card-one:after{background-image:url(/story-section-imgs/img-1.webp)}.story-card-two:after{background-image:url(/story-section-imgs/img-2.webp);background-position:50%}.story-card:before{content:"";z-index:-1;background:#0006;transition:background .5s;position:absolute;inset:0}.story-card:hover:after{transform:scale(1.06)}.story-card:hover:before{background:#00000057}.story-card-content{z-index:1;color:#fff;position:absolute;bottom:45px;left:45px;right:45px}.story-card-one .story-card-content{margin-left:auto}.story-card-content>span{font-size:12px;font-weight:var(--font-semibold);letter-spacing:.14em;margin-bottom:12px;display:inline-block}.story-card-content h3{font-size:clamp(32px,3.5vw,54px);font-weight:var(--font-semibold);margin:0 0 18px;line-height:.95}.story-card-content p{color:#ffffffe0;max-width:420px;margin:0;font-size:16px;line-height:1.6}.story-row-one .story-side-text{justify-self:start}.story-row-two .story-side-text{justify-self:end}.story-side-text span{font-size:13px;font-weight:var(--font-semibold);letter-spacing:.12em;opacity:.5;margin-bottom:18px;display:block}.story-side-text p{font-size:clamp(18px,1.5vw,22px);font-weight:var(--font-medium);margin:0;line-height:1.5}@media (width<=900px){.story-section{padding:60px 0}.story-row,.story-row-one,.story-row-two{grid-template-columns:1fr;gap:30px}.story-row-one{margin-bottom:20px}.story-row-two .story-side-text{order:2}.story-row-two .story-card{order:1}.story-row-one .story-side-text,.story-row-two .story-side-text{justify-self:start}.story-card{min-height:260px}.story-card-one .story-card-content{margin-left:0}.story-card-two:after{background-position:50% 55%}}@media (width<=600px){.story-section{padding:80px 0}.story-heading{text-align:left;margin-bottom:45px}.story-card{min-height:240px}.story-card-content{bottom:30px;left:25px;right:25px}.story-card-content h3{font-size:36px}.story-card-content p{font-size:15px}.story-side-text p{font-size:18px}.story-card-two:after{background-position:50% 58%}}.core-values-section{background:var(--color-white);width:100%;padding:20px 0}.core-values-box{background:var(--color-secondary);width:calc(100% - 56px);color:var(--color-white);border-radius:28px;margin:0 auto;padding:85px 0 70px;overflow:hidden}.core-values-heading{text-align:center;max-width:720px;margin:0 auto 55px}.core-values-heading h2{letter-spacing:-2.5px;color:var(--color-white);margin:0;font-size:clamp(48px,5vw,72px);font-weight:500;line-height:.95}.core-values-heading p{max-width:520px;color:var(--color-white);opacity:.68;margin:18px auto 0;font-size:14px;line-height:1.7}.core-values-slider{width:100%}.core-values-viewport{width:100%;overflow:hidden}.core-values-track{transition:transform 1.2s cubic-bezier(.22,1,.36,1);display:flex}.core-value-card{box-sizing:border-box;flex:0 0 50%;min-height:300px;padding:8px 14px;position:relative}.core-value-card:before{content:"";background:var(--color-white);border-radius:26px 26px 75px;position:absolute;inset:8px 14px}.core-value-card:nth-child(2n):before{border-radius:26px 26px 26px 75px}.core-value-card>*{z-index:2;position:relative}.core-value-top{align-items:center;gap:15px;padding:30px 32px 0;display:flex}.core-value-number{letter-spacing:1.5px;color:var(--color-secondary);flex-shrink:0;font-size:12px;font-weight:600}.core-value-content{max-width:440px;padding:35px 32px}.core-value-content h3{letter-spacing:-1.5px;color:var(--color-primary);margin:0 0 18px;font-size:clamp(30px,3vw,44px);font-weight:500;line-height:.95}.core-value-content p{max-width:390px;color:var(--color-primary);opacity:.66;margin:0;font-size:13px;line-height:1.7}.core-values-controls{grid-template-columns:42px 1fr 42px;align-items:center;width:100%;margin-top:32px;display:grid}.core-values-arrow{width:40px;height:40px;color:var(--color-white);cursor:pointer;background:0 0;border:1px solid #ffffff73;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:16px;transition:background .3s,color .3s,border-color .3s;display:flex}.core-values-arrow:first-child{justify-self:start}.core-values-arrow:last-child{justify-self:end}.core-values-arrow:hover{border-color:var(--color-white);background:var(--color-white);color:var(--color-secondary)}.core-values-indicators{justify-content:center;align-items:center;gap:7px;display:flex}.core-values-indicators button{cursor:pointer;background:#ffffff4d;border:0;border-radius:50%;width:9px;height:9px;padding:0;transition:width .4s,border-radius .4s,background .4s}.core-values-indicators button.active{background:var(--color-white);border-radius:50px;width:30px}@media (width<=1000px){.core-values-box{border-radius:24px;width:calc(100% - 40px);padding:75px 0 65px}.core-values-heading{margin-bottom:45px}.core-value-card{min-height:290px}.core-value-top{padding:27px 25px 0}.core-value-content{padding:40px 25px 30px}.core-values-controls{grid-template-columns:38px 1fr 38px;margin-top:28px}.core-values-arrow{width:38px;height:38px}}@media (width<=700px){.core-values-box{border-radius:20px;width:calc(100% - 24px);padding:60px 0 50px}.core-values-heading{max-width:320px;margin-bottom:38px}.core-values-heading h2{letter-spacing:-1.5px;font-size:39px}.core-values-heading p{max-width:290px;margin-top:14px;font-size:12px}.core-value-card{flex:0 0 100%;min-height:280px;padding:7px 18px}.core-value-card:before{border-radius:22px 22px 60px;inset:7px 18px}.core-value-card:nth-child(2n):before{border-radius:22px 22px 22px 60px}.core-value-top{padding:25px 27px 0}.core-value-content{padding:38px 27px 30px}.core-value-content h3{font-size:32px}.core-value-content p{font-size:12px}.core-values-controls{grid-template-columns:35px 1fr 35px;margin-top:24px}.core-values-arrow{width:35px;height:35px;font-size:14px}.core-values-indicators{gap:5px}.core-values-indicators button{width:7px;height:7px}.core-values-indicators button.active{width:24px}}@media (width<=400px){.core-values-box{width:calc(100% - 20px)}.core-values-heading h2{font-size:35px}.core-value-card{padding-left:13px;padding-right:13px}.core-value-card:before{left:13px;right:13px}}.products-hero{background-image:url(/products-hero.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:100vh;min-height:650px;display:flex;position:relative;overflow:hidden}.products-hero-overlay{background:linear-gradient(90deg,#0000009e 0%,#00000059 45%,#00000014 100%);position:absolute;inset:0}.products-hero-content{z-index:2;color:var(--color-white);position:relative}.products-hero-content>span{letter-spacing:2px;margin-bottom:22px;font-size:14px;font-weight:500;display:block}.products-hero-content h1{max-width:800px;font-size:var(--heading-fsz);margin:0;font-weight:600;line-height:.9}.products-hero-content p{color:#ffffffd9;max-width:430px;margin:30px 0 0;font-size:17px;line-height:1.6}@media (width<=768px){.products-hero{background-position:50%;min-height:600px}.products-hero-content h1{letter-spacing:-2px;font-size:58px}.products-hero-content p{font-size:15px}}@media (width<=480px){.products-hero-content h1{font-size:46px}}.products-section{background:var(--color-white);width:100%;padding:100px 0 120px}.products-toolbar{justify-content:space-between;align-items:center;gap:30px;margin-bottom:42px;display:flex}.products-results{color:var(--color-secondary);opacity:.8;margin:0;font-size:14px;font-weight:400}.products-results strong{font-weight:600}.products-search{background:var(--color-white);box-sizing:border-box;border:1px solid #00000021;border-radius:100px;align-items:center;gap:12px;width:320px;height:52px;padding:0 18px;transition:border-color .3s,box-shadow .3s;display:flex}.products-search:focus-within{border-color:var(--color-secondary);box-shadow:0 0 0 3px #00000009}.products-search svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:19px;height:19px;color:var(--color-secondary);opacity:.7;flex-shrink:0}.products-search input{width:100%;font:inherit;color:var(--color-secondary);background:0 0;border:none;outline:none;padding:0;font-size:14px}.products-search input::placeholder{color:var(--color-secondary);opacity:.45}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.product-card{background:var(--color-white);border:1px solid #0000001a;border-radius:24px;padding:10px 10px 18px;transition:transform .35s,box-shadow .35s,border-color .35s}.product-card:hover{border-color:var(--color-secondary);transform:translateY(-5px);box-shadow:0 16px 35px #00000012}.product-card-image{aspect-ratio:1/.82;background:#f3f1ec;border-radius:18px;width:100%;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.product-card:hover .product-card-image img{transform:scale(1.045)}.product-card-content{padding:24px 10px 2px}.product-card-content h3{color:var(--color-secondary);margin:0 0 25px;font-size:18px;font-weight:500;line-height:1.2}.product-view-btn{box-sizing:border-box;border:1px solid var(--color-secondary);background:var(--color-white);width:100%;color:var(--color-secondary);border-radius:100px;justify-content:space-between;align-items:center;padding:10px 10px 10px 18px;text-decoration:none;transition:color .35s;display:flex;position:relative;overflow:hidden}.product-view-btn>*{z-index:2;position:relative}.product-view-btn:before{content:"";background:var(--color-secondary);transition:transform .35s;position:absolute;inset:0;transform:translateY(101%)}.product-view-btn:hover{color:var(--color-white)}.product-view-btn:hover:before{transform:translateY(0)}.product-view-btn>span{letter-spacing:1px;font-size:12px;font-weight:600}.no-products{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.no-products h3{color:var(--color-secondary);margin:0 0 8px;font-size:28px}.no-products p{color:var(--color-secondary);opacity:.6;margin:0;font-size:14px}.products-pagination{justify-content:center;align-items:center;gap:8px;margin-top:65px;display:flex}.products-pagination button{width:46px;height:46px;color:var(--color-secondary);cursor:pointer;background:0 0;border:1px solid #0000001f;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:14px;font-weight:500;transition:background .3s,color .3s,border-color .3s,transform .3s;display:flex}.products-pagination button:hover:not(:disabled){border-color:var(--color-secondary);transform:translateY(-2px)}.products-pagination .active{border-color:var(--color-secondary);background:var(--color-secondary);color:var(--color-white)}.products-pagination button:disabled{opacity:.25;cursor:not-allowed}@media (width<=1100px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.products-section{padding:70px 0 90px}.products-toolbar{flex-direction:column;align-items:flex-start;margin-bottom:30px}.products-search{width:100%}.products-grid{grid-template-columns:1fr;gap:22px}.product-card-content h3{font-size:20px}.products-pagination{margin-top:45px}}@media (width<=480px){.product-card{border-radius:20px}.product-card-image{border-radius:15px}.products-pagination button{width:40px;height:40px}}.partner-hero{width:100%;min-height:100vh;color:var(--color-white);background:url(/partner-hero.webp) 50%/cover no-repeat;align-items:center;display:flex;position:relative;overflow:hidden}.partner-hero-overlay{z-index:1;background:#00120880;position:absolute;inset:0}.partner-hero-content{z-index:2;grid-template-columns:1.6fr .9fr;align-items:end;gap:80px;padding-top:180px;padding-bottom:100px;display:grid;position:relative}.partner-hero-left{flex-direction:column;display:flex}.partner-hero-left>span{letter-spacing:2px;margin-bottom:28px;font-size:12px;font-weight:600}.partner-hero-left h1{max-width:950px;font-size:var(--heading-fsz);margin:0;font-weight:700;line-height:.95}.partner-hero-right a{color:var(--color-white);letter-spacing:1.4px;isolation:isolate;background:0 0;border:1px solid #fffc;border-radius:50px;justify-content:center;align-items:center;margin-top:35px;padding:14px 22px;font-size:11px;font-weight:600;text-decoration:none;transition:color .35s;display:inline-flex;position:relative;overflow:hidden}.partner-hero-right a:before{content:"";z-index:-1;background:var(--color-white);transition:transform .35s;position:absolute;inset:0;transform:translateY(101%)}.partner-hero-right a:hover{color:var(--color-primary)}.partner-hero-right a:hover:before{transform:translateY(0)}@media (width<=900px){.partner-hero-content{grid-template-columns:1fr;align-items:flex-start;gap:45px;padding-top:170px;padding-bottom:80px}.partner-hero-left h1{font-size:clamp(52px,10vw,76px)}.partner-hero-right{padding-bottom:0}}@media (width<=600px){.partner-hero{min-height:100svh}.partner-hero-content{gap:35px;padding-top:145px;padding-bottom:60px}.partner-hero-left>span{margin-bottom:20px;font-size:10px}.partner-hero-left h1{letter-spacing:-2px;font-size:44px;line-height:.98}.partner-hero-right p{font-size:15px}}.partner-offerings{background:var(--color-white);width:100%;color:var(--color-primary);padding:100px 0 110px;overflow:hidden}.partner-offerings-heading{text-align:center;max-width:760px;margin:0 auto 60px}.partner-offerings-heading h2{font-size:var(--heading-fsz);color:var(--color-secondary);margin:0;line-height:.95}.partner-offerings-heading p{max-width:540px;color:var(--color-secondary);opacity:.65;margin:22px auto 0;font-size:14px;font-weight:400;line-height:1.7}.partner-carousel{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;justify-content:center;align-items:center;width:100%;height:365px;display:flex;position:relative}.partner-carousel.is-dragging{cursor:grabbing}.partner-offer-card{box-sizing:border-box;background:var(--color-white);color:var(--color-primary);text-align:center;pointer-events:none;border:1px solid #0000001a;border-radius:22px;flex-direction:column;padding:25px;transition:transform .9s cubic-bezier(.22,1,.36,1),width .9s cubic-bezier(.22,1,.36,1),height .9s cubic-bezier(.22,1,.36,1),opacity .7s,background-color .7s,border-color .7s,color .7s;display:flex;position:absolute}.partner-offer-card.active{z-index:3;border-color:var(--color-secondary);background:var(--color-secondary);width:330px;height:330px;color:var(--color-white);opacity:1;transform:translate(0)}.partner-offer-card.prev{z-index:2;opacity:.68;width:255px;height:265px;transform:translate(-310px)}.partner-offer-card.next{z-index:2;opacity:.68;width:255px;height:265px;transform:translate(310px)}.partner-offer-card.hidden{z-index:0;opacity:0;pointer-events:none;width:230px;height:240px;transform:scale(.82)}.partner-offer-number{letter-spacing:1.7px;opacity:.7;font-size:11px;font-weight:600;display:block}.partner-offer-content{margin:auto 0}.partner-offer-content h3{letter-spacing:-1.4px;max-width:275px;margin:0 auto 15px;font-size:32px;font-weight:500;line-height:.95}.partner-offer-content p{opacity:.72;max-width:260px;margin:0 auto;font-size:12px;font-weight:400;line-height:1.6}.partner-offer-card.prev .partner-offer-content h3,.partner-offer-card.next .partner-offer-content h3{letter-spacing:-1px;max-width:210px;margin-bottom:13px;font-size:24px}.partner-offer-card.prev .partner-offer-content p,.partner-offer-card.next .partner-offer-content p{max-width:205px;font-size:10px}.partner-carousel-indicators{justify-content:center;align-items:center;gap:7px;margin-top:14px;display:flex}.partner-carousel-indicators button{cursor:pointer;background:#00000026;border:0;border-radius:100px;width:28px;height:5px;padding:0;transition:width .5s,background-color .5s}.partner-carousel-indicators button.active{background:var(--color-secondary);width:48px}@media (width<=900px){.partner-offerings{padding:85px 0 90px}.partner-offerings-heading{max-width:650px;margin-bottom:45px}.partner-offerings-heading h2{font-size:clamp(46px,8vw,62px)}.partner-offerings-heading p{max-width:500px;margin-top:18px}.partner-carousel{height:340px}.partner-offer-card.active{width:300px;height:310px}.partner-offer-card.prev,.partner-offer-card.next{width:225px;height:245px}.partner-offer-card.prev{transform:translate(-275px)}.partner-offer-card.next{transform:translate(275px)}}@media (width<=600px){.partner-offerings{padding:70px 0 75px}.partner-offerings-heading{max-width:340px;margin-bottom:35px}.partner-offerings-heading h2{letter-spacing:-1.5px;font-size:40px;line-height:1}.partner-offerings-heading p{max-width:320px;margin-top:15px;font-size:12px;line-height:1.6}.partner-carousel{height:310px}.partner-offer-card{border-radius:20px;padding:21px}.partner-offer-card.active{width:250px;height:280px}.partner-offer-card.prev,.partner-offer-card.next{width:185px;height:220px}.partner-offer-card.prev{transform:translate(-220px)}.partner-offer-card.next{transform:translate(220px)}.partner-offer-content h3{letter-spacing:-1px;max-width:220px;font-size:27px}.partner-offer-content p{max-width:215px;font-size:11px}.partner-offer-card.prev .partner-offer-content h3,.partner-offer-card.next .partner-offer-content h3{font-size:20px}.partner-offer-card.prev .partner-offer-content p,.partner-offer-card.next .partner-offer-content p{font-size:9px}.partner-carousel-indicators{gap:5px;margin-top:8px}.partner-carousel-indicators button{width:21px;height:4px}.partner-carousel-indicators button.active{width:36px}}@media (width<=400px){.partner-offerings-heading{max-width:300px}.partner-offerings-heading h2{font-size:36px}.partner-carousel{height:295px}.partner-offer-card.active{width:235px;height:265px}.partner-offer-card.prev,.partner-offer-card.next{width:175px;height:205px}.partner-offer-card.prev{transform:translate(-205px)}.partner-offer-card.next{transform:translate(205px)}}.partner-cta{background:var(--color-white);width:100%;padding:0 0 25px}.partner-cta-box{box-sizing:border-box;background:var(--color-secondary);width:calc(100% - 80px);color:var(--color-white);border-radius:28px;margin:0 auto;padding:55px 0;overflow:hidden}.partner-cta-audience{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.partner-cta-label{letter-spacing:1.8px;opacity:.65;margin-bottom:26px;font-size:11px;font-weight:600}.partner-types-marquee{width:calc(100% - 120px);margin:0 auto;overflow:hidden}.partner-types-track{will-change:transform;width:max-content;animation:28s linear infinite partnerMarquee;display:flex}.partner-types-group{flex-shrink:0;align-items:center;display:flex}.partner-type{white-space:nowrap;letter-spacing:.5px;flex-shrink:0;font-size:clamp(17px,1.2vw,20px);font-weight:500}.partner-type-divider{opacity:.45;flex-shrink:0;margin:0 32px;font-size:8px}@keyframes partnerMarquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.partner-cta-divider{background:#ffffff2e;width:calc(100% - 120px);height:1px;margin:42px auto}.partner-cta-content{text-align:center;flex-direction:column;align-items:center;gap:24px;width:calc(100% - 120px);margin:0 auto;display:flex}.partner-cta-text{flex-direction:column;align-items:center;display:flex}.partner-cta-text h2{margin:0 0 18px;font-size:clamp(34px,3.3vw,52px);font-weight:500;line-height:1}.partner-cta-text p{opacity:.68;max-width:500px;margin:0;font-size:13px;font-weight:400;line-height:1.6}.partner-cta-btn{border:1px solid var(--color-white);background:var(--color-white);color:var(--color-secondary);letter-spacing:1.3px;border-radius:100px;justify-content:center;align-items:center;padding:15px 25px;font-size:11px;font-weight:600;text-decoration:none;transition:color .35s;display:inline-flex;position:relative;overflow:hidden}.partner-cta-btn span{z-index:2;position:relative}.partner-cta-btn:before{content:"";background:var(--color-secondary);transition:transform .35s;position:absolute;inset:0;transform:translateY(101%)}.partner-cta-btn:hover{color:var(--color-white)}.partner-cta-btn:hover:before{transform:translateY(0)}@media (width<=900px){.partner-cta-box{border-radius:24px;width:calc(100% - 50px);padding:50px 0}.partner-types-marquee,.partner-cta-divider,.partner-cta-content{width:calc(100% - 70px)}.partner-type-divider{margin:0 25px}.partner-types-track{animation-duration:25s}.partner-cta-divider{margin:36px auto}}@media (width<=600px){.partner-cta-box{border-radius:20px;width:calc(100% - 30px);padding:40px 0}.partner-cta-label{margin-bottom:20px;font-size:10px}.partner-types-marquee,.partner-cta-divider,.partner-cta-content{width:calc(100% - 40px)}.partner-type{font-size:14px}.partner-type-divider{margin:0 18px;font-size:6px}.partner-types-track{animation-duration:22s}.partner-cta-divider{margin:30px auto}.partner-cta-content{gap:22px}.partner-cta-text h2{letter-spacing:-1px;margin-bottom:10px;font-size:34px}.partner-cta-text p{max-width:310px;font-size:12px}.partner-cta-btn{padding:14px 22px;font-size:10px}}@media (width<=400px){.partner-cta-box{width:calc(100% - 24px)}.partner-types-marquee,.partner-cta-divider,.partner-cta-content{width:calc(100% - 32px)}.partner-type{font-size:13px}.partner-type-divider{margin:0 16px}.partner-cta-text h2{font-size:31px}}.footer{z-index:2;background:var(--color-secondary);color:var(--color-white);padding:90px 0 30px;position:relative}.footer-main{grid-template-columns:1.2fr 1.5fr;gap:80px;padding-bottom:80px;display:grid}.footer-brand{max-width:520px}.footer-logo{color:var(--color-white);text-decoration:none;display:inline-block}.footer-logo img{border-radius:var(--radius-sm);width:120px}.footer-brand p{color:#ffffffa6;max-width:430px;margin:25px 0 0;font-size:17px;line-height:1.7}.footer-links{grid-template-columns:repeat(3,1fr);gap:50px;display:grid}.footer-column{flex-direction:column;align-items:flex-start;display:flex}.footer-column>span{letter-spacing:2px;color:#ffffff73;margin-bottom:24px;font-size:11px;font-weight:600}.footer-column a{color:var(--color-white);margin-bottom:13px;font-size:16px;text-decoration:none;position:relative}.footer-column a:after{content:"";transform-origin:100%;background:currentColor;width:100%;height:1px;transition:transform .35s;position:absolute;bottom:-3px;left:0;transform:scaleX(0)}.footer-column a:hover:after{transform-origin:0;transform:scaleX(1)}.footer-business-detail{margin-bottom:22px}.footer-business-label{letter-spacing:1.2px;text-transform:uppercase;color:#fff6;margin:0 0 7px;font-size:10px;font-weight:600}.footer-business-value{color:var(--color-white);font-size:16px;font-weight:inherit;margin:0;font-family:inherit;font-style:normal;line-height:1.7}.footer-bottom{border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;gap:25px;padding-top:25px;display:flex}.footer-bottom p,.footer-bottom a{color:#ffffff80;letter-spacing:1px;margin:0;font-size:10px;font-weight:500;text-decoration:none}.footer-bottom a{transition:color .3s}.footer-bottom a:hover{color:var(--color-white)}.developer-detail{justify-self:end}@media (width<=900px){.footer-main{grid-template-columns:1fr;gap:60px}.footer-links{grid-template-columns:repeat(2,1fr);gap:45px 40px;max-width:650px}.footer-business{grid-column:1/-1}}@media (width<=600px){.footer{padding:70px 0 25px}.footer-main{gap:50px;padding-bottom:55px}.footer-brand p{font-size:15px}.footer-links{grid-template-columns:repeat(2,1fr);gap:40px 25px}.footer-business{grid-column:1/-1}.footer-column a{font-size:14px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:15px}}@media (width<=420px){.footer-links{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-business{grid-column:1/-1}.footer-business-value{font-size:13px}}.contact-form-section{background:var(--color-white);width:100%;padding-bottom:100px;position:relative}.contact-image{background:url(/contact-bg.webp) 50%/cover no-repeat;width:100%;height:400px;position:relative;overflow:hidden}.contact-image-overlay{background:#00140a1f;position:absolute;inset:0}.contact-form-container{margin-top:-250px;position:relative}.contact-form-card{box-sizing:border-box;background:var(--color-white);border-radius:18px;width:min(900px,90%);margin:0 auto;padding:48px 50px;box-shadow:0 15px 45px #00000021}.contact-form-heading{text-align:center;max-width:620px;margin:0 auto 45px}.contact-form-heading h1{letter-spacing:-2px;color:var(--color-primary);margin:0;font-size:clamp(38px,4vw,54px);font-weight:500;line-height:1}.contact-form-heading p{max-width:520px;color:var(--color-primary);opacity:.6;margin:15px auto 0;font-size:13px;font-weight:400;line-height:1.6}.contact-form{grid-template-columns:1fr 1fr;gap:24px 22px;display:grid}.contact-field{flex-direction:column;gap:8px;display:flex}.contact-field-full{grid-column:1/-1}.contact-field label{color:var(--color-primary);font-size:12px;font-weight:500}.contact-field label span{color:#d32f2f}.contact-field input,.contact-field textarea{box-sizing:border-box;background:var(--color-white);width:100%;color:var(--color-primary);border:1px solid #0000002e;border-radius:7px;outline:none;padding:14px 15px;font-family:inherit;font-size:13px;transition:border-color .25s,box-shadow .25s}.contact-field textarea{resize:vertical;min-height:155px}.contact-field input::placeholder,.contact-field textarea::placeholder{color:var(--color-primary);opacity:.3}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--color-primary)}.contact-field.has-error input,.contact-field.has-error textarea{border-color:#d32f2f}.contact-field.has-error input:focus,.contact-field.has-error textarea:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f14}.contact-error{color:#d32f2f;font-size:10px;font-weight:500}.contact-submit{grid-column:1/-1;margin-top:5px}.contact-submit button{border:1px solid var(--color-secondary);background:var(--color-secondary);color:var(--color-white);letter-spacing:1.2px;cursor:pointer;border-radius:100px;justify-content:center;align-items:center;padding:14px 25px;font-family:inherit;font-size:11px;font-weight:600;transition:color .35s,opacity .3s;display:inline-flex;position:relative;overflow:hidden}.contact-submit button span{z-index:2;position:relative}.contact-submit button:before{content:"";background:var(--color-white);transition:transform .35s;position:absolute;inset:0;transform:translateY(101%)}.contact-submit button:hover{color:var(--color-secondary)}.contact-submit button:hover:before{transform:translateY(0)}.contact-submit button:disabled{opacity:.55;cursor:not-allowed}.contact-notification{z-index:9999;box-sizing:border-box;background:var(--color-white);min-width:290px;max-width:380px;color:var(--color-primary);opacity:0;visibility:hidden;pointer-events:none;border:1px solid #00000014;border-radius:14px;align-items:center;gap:12px;padding:15px 18px;transition:opacity .3s,transform .3s,visibility .3s;display:flex;position:fixed;bottom:25px;right:25px;transform:translateY(20px);box-shadow:0 12px 35px #00000026}.contact-notification.show{opacity:1;visibility:visible;transform:translateY(0)}.contact-notification-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:flex}.contact-notification p{margin:0;font-size:12px;font-weight:500;line-height:1.4}.contact-notification.success .contact-notification-icon{background:var(--color-secondary);color:var(--color-white)}.contact-notification.error .contact-notification-icon{color:var(--color-white);background:#d32f2f}@media (width<=900px){.contact-image{height:350px}.contact-form-container{margin-top:-175px}.contact-form-card{width:92%;padding:42px 35px}}@media (width<=600px){.contact-form-section{padding-bottom:60px}.contact-image{background-position:50%;width:100%;height:280px}.contact-form-container{margin-top:-125px}.contact-form-card{border-radius:15px;width:94%;padding:30px 20px}.contact-form-heading{margin-bottom:30px}.contact-form-heading h1{letter-spacing:-1.4px;font-size:33px}.contact-form-heading p{font-size:12px}.contact-form{grid-template-columns:1fr;row-gap:19px}.contact-field-full,.contact-submit{grid-column:auto}.contact-field textarea{min-height:130px}.contact-submit button{width:100%}.contact-notification{min-width:0;max-width:none;bottom:15px;left:15px;right:15px}}@media (width<=400px){.contact-form-card{width:95%;padding:27px 17px}.contact-form-heading h1{font-size:30px}}.single-product-section{background:var(--color-white);width:100%;color:var(--color-primary);padding:150px 0 110px}.single-product-breadcrumb{letter-spacing:1px;align-items:center;gap:12px;margin-bottom:35px;font-size:11px;font-weight:500;display:flex}.single-product-breadcrumb a{color:var(--color-primary);text-decoration:none}.single-product-breadcrumb a:hover{text-decoration:underline}.single-product-breadcrumb>span:last-child{opacity:.45}.single-product-layout{grid-template-columns:1.05fr .95fr;align-items:start;gap:75px;display:grid}.single-product-gallery{width:100%}.single-product-main-image{aspect-ratio:1;background:#f4f4f0;border-radius:20px;width:100%;overflow:hidden}.single-product-main-image img{object-fit:cover;width:100%;height:100%;display:block}.single-product-thumbnails{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px;display:grid}.single-product-thumbnails button{aspect-ratio:1;cursor:pointer;opacity:.58;background:0 0;border:1px solid #0000;border-radius:12px;padding:0;transition:opacity .3s,border-color .3s;overflow:hidden}.single-product-thumbnails button:hover,.single-product-thumbnails button.active{opacity:1}.single-product-thumbnails button.active{border-color:var(--color-secondary)}.single-product-thumbnails img{object-fit:cover;width:100%;height:100%;display:block}.single-product-info{padding-top:10px}.single-product-intro h1{letter-spacing:-3px;max-width:620px;margin:0;font-size:clamp(46px,5vw,74px);font-weight:500;line-height:.95}.single-product-intro p{opacity:.68;max-width:560px;margin:24px 0 0;font-size:14px;line-height:1.75}.single-product-divider{background:#0000001f;width:100%;height:1px;margin:35px 0}.single-product-detail{margin-bottom:30px}.single-product-detail:last-of-type{margin-bottom:0}.single-product-detail-label{letter-spacing:1.5px;color:var(--color-secondary);margin-bottom:12px;font-size:10px;font-weight:600;display:block}.single-product-detail p{opacity:.72;max-width:520px;margin:0;font-size:14px;line-height:1.7}.single-product-tags{flex-wrap:wrap;gap:9px;display:flex}.single-product-tags span{border:1px solid #00000021;border-radius:100px;padding:9px 13px;font-size:11px}.single-product-profile{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.single-product-profile span{font-size:14px}.single-product-profile i{opacity:.3;font-style:normal}.single-product-cta{border:1px solid var(--color-secondary);background:var(--color-secondary);color:var(--color-white);letter-spacing:1.2px;border-radius:100px;justify-content:center;align-items:center;padding:14px 24px;font-size:11px;font-weight:600;text-decoration:none;transition:color .35s;display:inline-flex;position:relative;overflow:hidden}.single-product-cta span{z-index:2;position:relative}.single-product-cta:before{content:"";background:var(--color-white);transition:transform .35s;position:absolute;inset:0;transform:translateY(101%)}.single-product-cta:hover{color:var(--color-secondary)}.single-product-cta:hover:before{transform:translateY(0)}.single-product-not-found{align-items:center;min-height:70vh;padding:150px 0 100px;display:flex}.single-product-not-found h1{margin:0 0 25px}.single-product-not-found a{color:var(--color-secondary)}@media (width<=950px){.single-product-section{padding:130px 0 90px}.single-product-layout{gap:45px}.single-product-intro h1{font-size:clamp(42px,6vw,60px)}}@media (width<=700px){.single-product-section{padding:115px 0 70px}.single-product-breadcrumb{margin-bottom:25px}.single-product-layout{grid-template-columns:1fr;gap:40px}.single-product-main-image{border-radius:16px}.single-product-thumbnails{gap:8px;margin-top:10px}.single-product-thumbnails button{border-radius:9px}.single-product-info{padding-top:0}.single-product-intro h1{letter-spacing:-2px;font-size:44px}.single-product-intro p{margin-top:18px;font-size:13px}.single-product-divider{margin:28px 0}.single-product-detail{margin-bottom:25px}.single-product-cta{box-sizing:border-box;width:100%}}
