:root{--secondary-color: 42, 142, 172;--main-color: 255, 255, 235;--accent-color: 15, 23, 42;--text-white: #ffffff;--background: rgb(255,255,235);--color-header-border: rgba(255, 255, 255, .1);--color-nav-link: #e2e8f0;--color-hover: rgb(42,142,172);--color-shop-btn-bg: #ffffff;--color-shop-btn-hover: rgb(42, 142, 172);--color-shop-btn-text: #000000;--color-shop-btn-shadow: rgba(0, 0, 0, .4);--padding-app: 16px 40px;--button-border-radius: 10px}*{box-sizing:border-box}body{margin:0;background-color:rgb(var(--main-color));color:var(--text-white);font-family:system-ui,-apple-system,sans-serif}a{text-decoration:none;color:inherit}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.siteHeader{width:100%;height:90px;background-color:rgba(var(--main-color),0);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--color-header-border, rgba(255, 255, 255, .1));position:fixed;top:0;left:0;z-index:1000;padding:0 40px;box-sizing:border-box;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}.siteHeader.scrolled{background-color:rgba(var(--main-color),1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 24px #00000026}.siteHeader.menuOpen{background-color:rgba(var(--main-color),.98);border-bottom-color:#ffffff1f}.siteHeader .headerContainer{margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:100%;width:100%}.siteHeader .logo{margin:0;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;z-index:1001}.siteHeader .logo a{color:rgb(var(--secondary-color));display:inline-flex;align-items:center;transition:opacity .2s ease,transform .2s ease}.siteHeader .logo a:hover{opacity:.88;transform:scale(1.02)}.siteHeader .desktopNav{display:flex;align-items:center}.siteHeader .navList{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.siteHeader .navLink{color:rgb(var(--secondary-color));font-size:1.1rem;font-weight:700;transition:color .2s ease,transform .2s ease;position:relative;padding:6px 0}.siteHeader .navLink:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;transition:width .25s cubic-bezier(.4,0,.2,1),background-color .2s ease;border-radius:2px}.siteHeader .navLink:hover:after{width:100%}.siteHeader.onHome:not(.scrolled) .navLink:hover{color:rgb(var(--main-color))}.siteHeader.onHome:not(.scrolled) .navLink:after{background-color:rgb(var(--main-color))}.siteHeader.onSubpage .navLink:hover,.siteHeader.scrolled .navLink:hover{color:rgb(var(--accent-color))}.siteHeader.onSubpage .navLink:after,.siteHeader.scrolled .navLink:after{background-color:rgb(var(--accent-color))}.siteHeader.scrolled .navLink,.siteHeader.scrolled .logo a{color:rgb(var(--secondary-color))}.siteHeader #shopHeadBut .shopButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.55rem 1.6rem;background-color:rgb(var(--main-color));color:var(--color-shop-btn-text, #000000);font-size:.95rem;font-weight:600;border-radius:var(--button-border-radius);box-shadow:0 4px 14px #00000026;transition:all .25s cubic-bezier(.4,0,.2,1)}.siteHeader #shopHeadBut .shopButton .shopIcon{transition:transform .25s ease}.siteHeader #shopHeadBut .shopButton:hover{background-color:var(--color-shop-btn-hover);color:#fff;transform:translateY(-2px)}.siteHeader #shopHeadBut .shopButton:hover .shopIcon{transform:scale(1.1)}.hamburgerButton{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(var(--main-color),.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:rgb(var(--secondary-color));cursor:pointer;padding:0;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:1001}.hamburgerButton:hover{background:rgba(var(--main-color),.85);border-color:rgba(var(--secondary-color),.5);transform:scale(1.05)}.hamburgerButton:active{transform:scale(.95)}.hamburgerButton.active{background:#ef444466;border-color:#ef4444b3}.hamburgerButton.active:hover{background:#ef4444e6}.mobileBackdrop,.mobileNav{display:none}@media screen and (max-width:900px){.siteHeader .logo a{color:rgb(var(--secondary-color))}.siteHeader{padding:0 20px;height:70px}.siteHeader .desktopNav{display:none!important}.hamburgerButton{display:flex}.mobileBackdrop{display:block;position:fixed;top:70px;left:0;width:100vw;height:calc(100vh - 70px);height:calc(100dvh - 70px);background:#000000b3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:998}.mobileBackdrop.open{opacity:1;pointer-events:auto}.mobileNav{display:block;position:fixed;top:70px;left:0;width:100%;max-height:calc(100vh - 70px);max-height:calc(100dvh - 70px);overflow-y:auto;background:rgba(var(--main-color),.98);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.12);transform:translateY(-105%);opacity:0;visibility:hidden;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s ease,visibility .35s;z-index:999}.mobileNav.open{transform:translateY(0);opacity:1;visibility:visible}.mobileNavContent{display:flex;flex-direction:column;padding:24px 20px 32px;gap:20px;max-width:500px;margin:0 auto}.mobileNavList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.mobileNavList li{border-bottom:1px solid rgba(255,255,255,.08)}.mobileNavLink{display:flex;align-items:center;padding:16px 8px;font-size:1.15rem;font-weight:500;color:#000;transition:all .2s ease}.mobileNavLink:hover,.mobileNavLink:active{color:rgb(var(--secondary-color));padding-left:16px;background:#ffffff0a}.mobileShopContainer{margin-top:12px}.mobileShopButton{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 20px;background-color:var(--color-shop-btn-bg, #ffffff);color:#000;font-size:1.05rem;font-weight:600;border-radius:12px;box-shadow:0 4px 16px #0000004d;transition:all .25s ease;box-sizing:border-box}.mobileShopButton:hover,.mobileShopButton:active{background-color:var(--color-shop-btn-hover, #4b712a);color:#fff}}@media screen and (max-width:480px){.siteHeader{padding:0 16px;height:64px}.siteHeader .logo{font-size:1.4rem}.mobileBackdrop{top:64px;height:calc(100vh - 64px);height:calc(100dvh - 64px)}.mobileNav{top:64px;max-height:calc(100vh - 64px);max-height:calc(100dvh - 64px)}.hamburgerButton{width:40px;height:40px}}.siteFooter{width:100%;background-color:rgb(var(--secondary-color));color:rgb(var(--accent-color));position:relative;box-sizing:border-box;overflow:hidden;border-top:1px solid rgba(255,255,255,.08)}.footerMainSection{width:100%;padding:70px 24px 60px;box-sizing:border-box}.footerMainContainer{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.5fr .9fr 1.1fr 1.2fr;gap:48px;width:100%}.footerCol{display:flex;flex-direction:column;gap:18px}.footerLogoLink{display:inline-block;align-self:flex-start}.footerLogo{font-size:1.85rem;font-weight:800;color:rgb(var(--main-color));letter-spacing:-.5px;transition:opacity .2s ease}.footerLogo:hover{opacity:.85}.footerBrandText{font-size:.92rem;line-height:1.65;color:rgb(var(--accent-color));margin:0;max-width:360px}.footerColTitle{font-size:1.1rem;font-weight:700;color:rgb(var(--main-color));margin:0;letter-spacing:-.01em;position:relative;padding-bottom:8px}.footerColTitle:after{content:"";position:absolute;bottom:0;left:0;width:28px;height:2px;background-color:rgb(var(--main-color));border-radius:2px}.footerLinksList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.footerLink{font-size:1rem;font-weight:500;color:rgb(var(--accent-color));transition:color .2s ease,transform .2s ease;display:inline-block}.footerLink:hover{color:rgb(var(--main-color));transform:translate(4px)}.footerLink.highlightLink{color:rgb(var(--main-color));font-weight:600}.footerLink.highlightLink:hover{color:rgb(var(--main-color))}.footerContactList{display:flex;flex-direction:column;gap:14px}.footerContactItem{display:flex;align-items:center;gap:12px;font-size:.92rem;color:rgb(var(--accent-color));transition:color .2s ease}.footerContactItem.addressItem{align-items:flex-start}.footerContactItem .contactIcon{color:rgb(var(--main-color));flex-shrink:0;margin-top:2px}.subAddress{display:block;font-size:.8rem;color:rgb(var(--accent-color));margin-top:2px}a.footerContactItem:hover{color:rgb(var(--main-color))}.footerBottomStrip{width:100%;padding:24px;background:#00000040;border-top:1px solid rgba(255,255,255,.06);box-sizing:border-box}.footerBottomContainer{max-width:1240px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;width:100%}.copyrightText{font-size:.85rem;color:rgb(var(--main-color));margin:0}.copyrightText strong{color:rgb(var(--main-color))}.footerBottomLinks{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.legalLink{font-size:.82rem;color:rgb(var(--main-color));transition:color .2s ease}.legalLink:hover{color:#fff}.dotDivider{color:rgb(var(--main-color));font-size:.75rem}@media screen and (max-width:1024px){.footerPerksContainer{grid-template-columns:repeat(2,1fr);gap:20px}.footerMainContainer{grid-template-columns:1fr 1fr;gap:36px}}@media screen and (max-width:640px){.footerPerksContainer{grid-template-columns:1fr;gap:16px}.footerMainSection{padding:50px 20px 40px}.footerMainContainer{grid-template-columns:1fr;gap:32px}.footerBottomContainer{flex-direction:column;align-items:center;text-align:center;gap:12px}.footerBottomLinks{justify-content:center}}body{background-color:rgb(var(--main-color))}.hero{width:100%;min-height:100vh;min-height:100dvh;position:relative;text-align:center;overflow:hidden;display:flex;isolation:isolate;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);box-sizing:border-box;-webkit-user-select:none;user-select:none}.heroBackgroundContainer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;overflow:hidden;background-color:rgb(var(--main-color))}.heroSlideBg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transform:scale(1.08);transition:opacity 1.1s cubic-bezier(.4,0,.2,1),transform 8s cubic-bezier(.1,.5,.1,1),visibility 1.1s;will-change:opacity,transform}.heroSlideBg.active{opacity:1;visibility:visible;transform:scale(1);z-index:1}.heroMedia{width:100%;height:100%}.heroVideo{object-fit:cover}.heroImage{background-size:cover;background-position:center;background-repeat:no-repeat}.heroOverlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,#1a1b1bce,#0e180ea9),linear-gradient(180deg,#142a0f99,#0f2a1640 40%,#09180bcc);z-index:0;pointer-events:none}.hero .heroContent{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;width:100%;max-width:1100px;margin:0 auto;padding:80px 24px 100px;z-index:2;position:relative}.heroTextContainer{display:flex;flex-direction:column;align-items:center;animation:heroTextFadeUp .8s cubic-bezier(.16,1,.3,1) forwards}.hero .heroContent .heroTitle{font-size:5.5rem;font-weight:800;font-family:var(--font-poppins, system-ui, -apple-system, sans-serif);color:rgb(var(--main-color));margin:0 0 16px;letter-spacing:-.02em;line-height:1.08;text-shadow:0 4px 24px rgba(0,0,0,.6);animation:heroTextFadeUp .8s cubic-bezier(.16,1,.3,1) .2s both}.heroSubtitle{font-size:1.35rem;font-weight:400;color:rgb(var(--text-white));max-width:680px;margin:0 0 32px;line-height:1.6;text-shadow:0 2px 10px rgba(0,0,0,.7);animation:heroTextFadeUp .8s cubic-bezier(.16,1,.3,1) .3s both}.heroActions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;animation:heroTextFadeUp .8s cubic-bezier(.16,1,.3,1) .4s both}.heroCtaPrimary{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:1rem;font-weight:600;color:#0f172a;background-color:rgb(var(--main-color));border-radius:var(--button-border-radius);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #00000059;border:1px solid rgba(255,255,255,.9)}.heroCtaPrimary:hover{background-color:rgb(var(--secondary-color));color:#fff;border-color:rgb(var(--main-color));transform:translateY(-2px)}.heroCtaSecondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;font-size:1rem;font-weight:600;color:#fff;background:rgba(var(--main-color),.24);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);border-radius:var(--button-border-radius);border:1px solid rgba(255,255,255,.568);transition:all .3s cubic-bezier(.4,0,.2,1)}.heroCtaSecondary:hover{background:#4b712a40;border-color:#ffffffd7;transform:translateY(-2px)}.heroScrollButton{position:absolute;bottom:80px;display:flex;flex-direction:column;align-items:center;gap:4px;color:#ffffffd9;cursor:pointer;animation:heroBounce 2.4s infinite cubic-bezier(.4,0,.2,1);transition:color .3s ease,transform .3s ease;z-index:3}.heroNavButton{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:transparent;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:4}.heroNavPrev{left:28px}.heroNavNext{right:28px}.heroNavButton:hover{background-color:rgba(var(--secondary-color),.85);border-color:rgba(var(--secondary-color),.863);transform:translateY(-50%) scale(1.1)}.heroNavButton:active{transform:translateY(-50%) scale(.96)}.heroBottomBar{position:absolute;bottom:24px;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 40px;box-sizing:border-box;z-index:4;pointer-events:none}.heroBottomBar>*{pointer-events:auto}.heroCounter{display:flex;align-items:baseline;gap:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.95rem;font-weight:600;color:var(--text-white);background:rgba(var(--main-color),.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:6px 14px;border-radius:9999px;border:1px solid rgba(var(--secondary-color),.45)}.heroCurrentNumber{color:#fff;font-weight:700}.heroCounterDivider{color:#fff6}.heroTotalNumber{color:#fff9}.heroIndicators{display:flex;align-items:center;gap:10px;background:rgba(var(--main-color),.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:8px 16px;border-radius:9999px;border:1px solid rgba(var(--secondary-color),.45)}.heroDot{display:flex;align-items:center;justify-content:center;width:10px;height:10px;padding:0;border:none;background:transparent;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1)}.heroDotFill{display:block;width:8px;height:8px;border-radius:9999px;background:#fff6;transition:all .35s cubic-bezier(.4,0,.2,1)}.heroDot:hover .heroDotFill{background:#fffc;transform:scale(1.25)}.heroDot.active{width:28px}.heroDot.active .heroDotFill{width:28px;height:8px;border-radius:9999px;background:rgba(var(--secondary-color),1);box-shadow:0 0 10px rgba(var(--secondary-color),.7)}.heroPlayPauseBtn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(var(--main-color),.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(var(--secondary-color),.45);color:var(--text-white);cursor:pointer;transition:all .3s ease}.heroPlayPauseBtn:hover{background:rgba(var(--secondary-color),.65);border-color:rgba(var(--secondary-color),.45);transform:scale(1.1)}@keyframes heroTextFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes heroBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@media screen and (max-width:1024px){.hero .heroContent .heroTitle{font-size:4rem}.heroSubtitle{font-size:1.15rem}.heroNavPrev{left:16px}.heroNavNext{right:16px}.heroBottomBar{padding:0 20px}}@media screen and (max-width:768px){.hero .heroContent{padding:70px 16px 120px}.hero .heroContent .heroTitle{font-size:3rem}.heroSubtitle{font-size:1.05rem;margin-bottom:24px}.heroNavButton{width:42px;height:42px}.heroNavPrev{left:10px}.heroNavNext{right:10px}.heroScrollButton{bottom:90px}.heroBottomBar{bottom:16px;padding:0 12px;gap:8px}.heroCounter{font-size:.8rem;padding:4px 10px}.heroIndicators{padding:6px 12px;gap:6px}}@media screen and (max-width:480px){.hero .heroContent .heroTitle{font-size:2.35rem}.heroTagline{font-size:.72rem;padding:4px 12px;letter-spacing:.2em}.heroSubtitle{font-size:.95rem}.heroActions{flex-direction:column;width:100%;gap:10px}.heroCtaPrimary,.heroCtaSecondary{width:100%;padding:12px 20px;font-size:.95rem}.heroNavButton,.heroScrollButton{display:none}}.productsGallerySection{width:100%;padding:100px 24px 130px;background-color:rgb(var(--main-color),(255,255,235));color:rgb(var(--secondary-color));position:relative;box-sizing:border-box;overflow:hidden}.galleryContainer{max-width:1240px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:56px}.gallerySectionHeader{text-align:center;max-width:740px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.gallerySectionTitle{font-size:3rem;font-weight:800;color:rgb(var(--accent-color));margin:0 0 16px;line-height:1.15;letter-spacing:-.03em}.gallerySectionTitle span{color:rgb(var(--secondary-color, 75, 113, 42));font-weight:700}.gallerySectionDescription{font-size:1.12rem;line-height:1.6;color:rgb(var(--accent-color));margin:0;max-width:600px}.galleryCardsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;width:100%}.galleryCardWrapper{position:relative;border-radius:24px;background:#fff;box-shadow:0 14px 40px #4b712a14,0 4px 12px #00000008;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.16);transition:box-shadow .35s ease,border-color .35s ease;overflow:hidden;will-change:transform}.galleryCardWrapper:hover{border-color:rgba(var(--secondary-color, 75, 113, 42),.4);box-shadow:0 24px 54px #4b712a29,0 6px 20px #0000000d}.galleryCard{position:relative;padding:30px 30px 34px;display:flex;flex-direction:column;min-height:490px;box-sizing:border-box;z-index:2}.cardWatermark{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);font-size:5rem;font-weight:900;letter-spacing:.08em;color:rgb(var(--main-color));-webkit-text-stroke:1.5px rgba(var(--secondary-color, 75, 113, 42),.4);white-space:wrap;text-align:center;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;transition:transform .4s ease}.galleryCardWrapper:hover .cardWatermark{transform:translate(-50%,-50%) scale(1.05)}.cardHeader{display:flex;justify-content:space-between;align-items:center;z-index:5;width:100%}.cardHeaderLeft{display:flex;align-items:center;gap:12px}.cardNumber{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.95rem;font-weight:800;color:rgb(var(--secondary-color, 75, 113, 42));background:rgba(var(--secondary-color, 75, 113, 42),.1);padding:4px 10px;border-radius:8px;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.2)}.cardVisualStage{position:relative;flex:1;display:flex;align-items:center;justify-content:center;min-height:270px;margin:16px 0;z-index:2}.visualAmbientGlow{position:absolute;width:200px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(var(--secondary-color, 75, 113, 42),.25),#fff0 50%);pointer-events:none;z-index:1;transition:transform .4s ease}.galleryCardWrapper:hover .visualAmbientGlow{transform:scale(1.25)}.bottleImageContainer{position:relative;width:100%;height:260px;display:flex;align-items:center;justify-content:center;z-index:3}.stageBottleImage{max-height:100%;max-width:100%;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(0,0,0,.2));transition:transform .4s cubic-bezier(.16,1,.3,1),filter .4s ease}.galleryCardWrapper:hover .stageBottleImage{transform:scale(1.05) translateY(-5px);filter:drop-shadow(0 20px 28px rgba(0,0,0,.22))}.bottlePedestal{position:absolute;bottom:-4px;width:140px;height:16px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(0,0,0,.2) 0%,transparent 70%);pointer-events:none;z-index:1}.cardFooter{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding-top:16px;border-top:1px solid rgba(var(--secondary-color, 75, 113, 42),.1);z-index:5}.cardTitles{display:flex;flex-direction:column;gap:3px}.cardCategory{font-size:.75rem;font-weight:700;color:rgb(var(--secondary-color, 75, 113, 42));text-transform:uppercase;letter-spacing:.06em}.cardProductName{font-size:1.6rem;font-weight:800;color:rgb(var(--accent-color));margin:0;line-height:1.2;letter-spacing:-.02em}.cardTagline{font-size:.88rem;color:rgb(var(--accent-color));margin:0;line-height:1.45;max-width:360px}.cardActionLink{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;background-color:rgba(var(--secondary-color, 75, 113, 42),.08);border:1px solid rgba(var(--secondary-color, 75, 113, 42),.25);border-radius:9999px;color:rgb(var(--secondary-color, 75, 113, 42));font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.actionArrowWrap{display:flex;align-items:center;justify-content:center;transition:transform .25s ease}.cardActionLink:hover{background-color:rgb(var(--secondary-color, 75, 113, 42));color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #4b712a59}.cardActionLink:hover .actionArrowWrap{transform:translate(2px,-2px)}.galleryBottomCta{display:flex;justify-content:center;width:100%}.galleryMainShopBtn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background-color:rgb(var(--secondary-color, 75, 113, 42));color:#fff;font-size:1rem;font-weight:700;border-radius:var(--button-border-radius, 10px);box-shadow:0 6px 20px #4b712a59;transition:all .3s cubic-bezier(.4,0,.2,1)}.galleryMainShopBtn:hover{background-color:#385520;transform:translateY(-2px);box-shadow:0 10px 28px #4b712a73}@media screen and (max-width:960px){.galleryCardsGrid{grid-template-columns:1fr;max-width:520px;margin:0 auto}.gallerySectionTitle{font-size:2.4rem}.cardWatermark{font-size:4rem}}@media screen and (max-width:640px){.productsGallerySection{padding:70px 16px 80px}.gallerySectionTitle{font-size:2rem}.galleryCard{padding:22px 18px 26px;min-height:auto}.bottleImageContainer{height:220px}.cardWatermark{font-size:3.2rem}.cardProductName{font-size:1.4rem}.cardFooter{flex-direction:column;align-items:flex-start;gap:14px}.cardActionLink{width:100%;justify-content:center}.galleryMainShopBtn{width:100%;justify-content:center;padding:14px 20px}}.productsSection{width:100%;padding:80px 24px 120px;background-color:rgb(var(--main-color),(255,255,235));color:rgb(var(--accent-color));position:relative;box-sizing:border-box;overflow:hidden}.productsContainer{max-width:1240px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:50px}.productsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;width:100%}.productCard{background:#fff;border-radius:22px;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.15);box-shadow:0 12px 36px #4b712a14,0 4px 12px #00000008;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s ease}.productCard:hover{transform:translateY(-5px);box-shadow:0 20px 48px #4b712a24,0 8px 20px #0000000d;border-color:rgba(var(--secondary-color, 75, 113, 42),.35)}.productImageWrapper{position:relative;width:100%;height:320px;background:radial-gradient(circle at center,rgba(var(--main-color, 255, 255, 210),.7),#f8faf5);display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;border-bottom:1px solid rgba(var(--secondary-color, 75, 113, 42),.1);overflow:hidden}.productImageGlow{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(var(--secondary-color, 75, 113, 42),.16),#fff0 70%);z-index:1;pointer-events:none}.productImage{max-height:100%;max-width:100%;object-fit:contain;z-index:2;transition:transform .4s cubic-bezier(.16,1,.3,1);filter:drop-shadow(0 14px 20px rgba(0,0,0,.15))}.productCard:hover .productImage{transform:scale(1.06) translateY(-4px)}.productCardContent{padding:28px 28px 32px;display:flex;flex-direction:column;gap:20px;flex:1}.productHead{display:flex;flex-direction:column;gap:4px}.productVariety{font-size:.82rem;font-weight:700;color:rgb(var(--secondary-color, 75, 113, 42));text-transform:uppercase;letter-spacing:.08em}.productName{font-size:1.65rem;font-weight:800;color:#0f172a;margin:0;line-height:1.2}.productTagline{font-size:.95rem;font-weight:500;color:#64748b;margin:0;line-height:1.4}.productDescription{font-size:.92rem;line-height:1.55;color:#334155;margin:0}.productSpecsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;background:rgba(var(--main-color, 255, 255, 210),.35);padding:14px;border-radius:12px;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.12)}.specItem{display:flex;flex-direction:column;gap:2px}.specLabel{font-size:.72rem;font-weight:600;text-transform:uppercase;color:#64748b;letter-spacing:.04em}.specValue{font-size:.88rem;font-weight:700;color:#0f172a}.tasteProfileContainer{display:flex;flex-direction:column;gap:8px;background:#f8fafc;padding:14px 16px;border-radius:12px;border:1px solid #e2e8f0}.tasteProfileTitle{font-size:.8rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.04em}.tasteBarRow{display:flex;align-items:center;gap:10px}.tasteBarLabel{width:85px;font-size:.8rem;font-weight:600;color:#475569}.tasteBarTrack{flex:1;height:7px;background-color:#e2e8f0;border-radius:9999px;overflow:hidden}.tasteBarFill{height:100%;background:linear-gradient(90deg,#65a30d,rgb(var(--secondary-color, 75, 113, 42)));border-radius:9999px;transition:width .6s ease}.tasteBarPercent{width:32px;text-align:right;font-size:.75rem;font-weight:700;color:rgb(var(--secondary-color, 75, 113, 42))}.tastingNotesWrapper{display:flex;flex-direction:column;gap:8px}.notesHeading{font-size:.8rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.04em}.notesTags{display:flex;flex-wrap:wrap;gap:6px}.noteTag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background-color:rgba(var(--secondary-color, 75, 113, 42),.08);border:1px solid rgba(var(--secondary-color, 75, 113, 42),.2);border-radius:9999px;font-size:.78rem;font-weight:600;color:rgb(var(--secondary-color, 75, 113, 42))}.noteCheck{color:rgb(var(--secondary-color, 75, 113, 42))}.productPurchaseBlock{display:flex;flex-direction:column;gap:14px;margin-top:6px;padding-top:18px;border-top:1px solid rgba(var(--secondary-color, 75, 113, 42),.12)}.priceWrapper{display:flex;align-items:baseline;justify-content:space-between}.productPrice{font-size:1.85rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.unitPrice{font-size:.85rem;font-weight:500;color:#64748b}.cartActionRow{display:flex;gap:12px;width:100%}.quantitySelector{display:flex;align-items:center;justify-content:space-between;width:110px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:var(--button-border-radius, 10px);padding:4px;box-sizing:border-box}.qtyBtn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#fff;color:#0f172a;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.qtyBtn:hover:not(:disabled){background:rgb(var(--secondary-color, 75, 113, 42));color:#fff}.qtyBtn:disabled{opacity:.4;cursor:not-allowed}.qtyValue{font-size:.95rem;font-weight:700;color:#0f172a}.addToCartBtn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;background-color:rgb(var(--secondary-color, 75, 113, 42));color:#fff;font-size:.95rem;font-weight:700;border:none;border-radius:var(--button-border-radius, 10px);cursor:pointer;box-shadow:0 4px 14px #4b712a4d;transition:all .25s cubic-bezier(.4,0,.2,1)}.addToCartBtn:hover{background-color:rgba(var(--secondary-color, 75, 113, 42),.8);transform:translateY(-2px);box-shadow:0 8px 20px #4b712a66}.addToCartBtn.added{background-color:#15803d;box-shadow:0 4px 16px #15803d73}@media screen and (max-width:992px){.productsGrid{grid-template-columns:1fr;max-width:580px;margin:0 auto}}@media screen and (max-width:640px){.productsSection{padding:60px 16px 80px}.sectionTitle{font-size:2rem}.sectionSubtitle{font-size:1rem}.productImageWrapper{height:250px}.productCardContent{padding:22px 18px 26px;gap:16px}.productName{font-size:1.4rem}.productPrice{font-size:1.55rem}.productSpecsGrid{grid-template-columns:1fr}.cartActionRow{flex-direction:row}.quantitySelector{width:95px}.addToCartBtn{font-size:.88rem;padding:12px 14px}}.shopPage{width:100%;min-height:100vh;display:flex;flex-direction:column}.shopPerksGrid{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;width:100%}.perkItem{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:#fff;border-radius:9999px;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.18);font-size:.85rem;font-weight:600;color:#334155;box-shadow:0 2px 8px #0000000a}.perkIcon{color:rgb(var(--secondary-color, 75, 113, 42))}.shopMainContent{width:100%;flex:1}.shopMainContent .productsSection{padding-top:20px}@media screen and (max-width:768px){.shopHero{padding:110px 16px 30px}.shopHeroTitle{font-size:2.2rem}.shopHeroDescription{font-size:1rem;margin-bottom:24px}.shopPerksGrid{flex-direction:column;gap:10px}.perkItem{width:100%;justify-content:center}}.PageHero{width:100%;padding:130px 24px 40px;background:radial-gradient(circle at center top,rgba(var(--secondary-color, 75, 113, 42),.12) 0%,rgba(var(--main-color, 255, 255, 210),.4) 60%,transparent 100%);text-align:center;box-sizing:border-box}.PageHeroContainer{max-width:860px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.PageHeroTitle{font-size:3.2rem;font-weight:800;color:rgb(var(--accent-color));margin:0 0 16px;line-height:1.15;letter-spacing:-.03em}.PageHeroDescription{font-size:1.15rem;line-height:1.6;color:#475569;margin:0 0 32px;max-width:680px}@media screen and (max-width:768px){.PageHero{padding:110px 16px 30px}.PageHeroTitle{font-size:2.2rem}.PageHeroDescription{font-size:1rem;margin-bottom:24px}}.contactPage{width:100%;min-height:100vh;background-color:var(--background, rgb(255, 255, 235));color:rgb(var(--accent-color));display:flex;flex-direction:column}.contactMainContainer{max-width:1240px;margin:0 auto;width:100%;padding:0 24px 100px;box-sizing:border-box;display:flex;flex-direction:column;gap:70px}.contactGridSection{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:start;width:100%}.contactFormCard{background:#fff;border-radius:24px;padding:40px;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.16);box-shadow:0 14px 44px #4b712a14,0 4px 14px #00000008;display:flex;flex-direction:column;gap:28px;box-sizing:border-box}.formHeader{display:flex;flex-direction:column;gap:8px}.formBadge{display:inline-flex;align-self:flex-start;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--secondary-color, 75, 113, 42));background-color:rgba(var(--secondary-color, 75, 113, 42),.1);padding:4px 12px;border-radius:9999px;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.2)}.formTitle{font-size:2.1rem;font-weight:800;color:rgb(var(--accent-color));margin:0;line-height:1.2;letter-spacing:-.02em}.formSubtitle{font-size:.96rem;color:#64748b;margin:0;line-height:1.5}.inquiryTypeSelector{display:flex;flex-wrap:wrap;gap:8px;background:#f8fafc;padding:6px;border-radius:14px;border:1px solid #e2e8f0}.inquiryTypeBtn{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:10px;border:none;background:transparent;color:#475569;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .22s ease}.inquiryTypeBtn:hover{color:rgb(var(--secondary-color, 75, 113, 42));background:rgba(var(--secondary-color, 75, 113, 42),.08)}.inquiryTypeBtn.active{background:rgb(var(--secondary-color, 75, 113, 42));color:#fff;box-shadow:0 3px 10px #4b712a4d}.contactForm{display:flex;flex-direction:column;gap:18px}.formRow.dualRow{display:grid;grid-template-columns:1fr 1fr;gap:16px}.formGroup{display:flex;flex-direction:column;gap:6px}.formLabel{font-size:.84rem;font-weight:700;color:#334155;letter-spacing:.01em}.reqStar{color:#e11d48}.formInput,.formTextarea{width:100%;padding:12px 16px;border:1px solid #cbd5e1;border-radius:var(--button-border-radius, 10px);background-color:#f8fafc;font-size:.95rem;color:rgb(var(--accent-color));font-family:inherit;box-sizing:border-box;transition:all .22s ease}.formInput:focus,.formTextarea:focus{outline:none;background-color:#fff;border-color:rgb(var(--secondary-color, 75, 113, 42));box-shadow:0 0 0 3px rgba(var(--secondary-color, 75, 113, 42),.18)}.formTextarea{resize:vertical;min-height:120px}.submitFormBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 28px;background-color:rgb(var(--secondary-color, 75, 113, 42));color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:var(--button-border-radius, 10px);cursor:pointer;box-shadow:0 6px 18px #4b712a59;transition:all .25s cubic-bezier(.4,0,.2,1);margin-top:6px}.submitFormBtn:hover:not(:disabled){background-color:#3b5c20;transform:translateY(-2px);box-shadow:0 10px 24px #4b712a73}.submitFormBtn:disabled{opacity:.7;cursor:wait}.formSuccessState{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px;gap:16px;animation:fadeInSuccess .4s ease forwards}.successIconWrap{width:68px;height:68px;border-radius:50%;background-color:#16a34a26;color:#16a34a;display:flex;align-items:center;justify-content:center}.formSuccessState h3{font-size:1.6rem;font-weight:800;color:rgb(var(--accent-color));margin:0}.formSuccessState p{font-size:.98rem;color:#475569;line-height:1.6;max-width:480px;margin:0}.sendAnotherBtn{margin-top:10px;padding:10px 20px;background-color:#f1f5f9;color:#334155;border:1px solid #cbd5e1;border-radius:var(--button-border-radius, 10px);font-weight:600;cursor:pointer;transition:all .2s ease}.sendAnotherBtn:hover{background-color:#e2e8f0;color:rgb(var(--accent-color))a}@keyframes fadeInSuccess{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.contactSideContent{display:flex;flex-direction:column;gap:24px}.quickContactGrid{display:flex;flex-direction:column;gap:14px}.contactCardItem{background:#fff;border-radius:18px;padding:18px 20px;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.15);box-shadow:0 6px 18px #4b712a0d;display:flex;align-items:center;gap:16px;transition:all .25s ease}.contactCardItem:hover{border-color:rgba(var(--secondary-color, 75, 113, 42),.35);transform:translateY(-2px);box-shadow:0 10px 24px #4b712a1a}.cardIconWrap{width:48px;height:48px;border-radius:12px;background-color:rgba(var(--secondary-color, 75, 113, 42),.12);color:rgb(var(--secondary-color, 75, 113, 42));display:flex;align-items:center;justify-content:center;flex-shrink:0}.cardTextWrap{display:flex;flex-direction:column;gap:2px;flex:1}.cardMiniLabel{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.cardMainLink{font-size:1.15rem;font-weight:800;color:rgb(var(--accent-color));transition:color .2s ease}.cardMainLink:hover{color:rgb(var(--secondary-color, 75, 113, 42))}.cardAddressText{font-size:1.05rem;font-weight:700;color:rgb(var(--accent-color))}.copyActionBtn{width:36px;height:36px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.copyActionBtn:hover{background:rgba(var(--secondary-color, 75, 113, 42),.12);color:rgb(var(--secondary-color, 75, 113, 42));border-color:rgba(var(--secondary-color, 75, 113, 42),.3)}.copiedCheck{color:#16a34a}.styledMapWrapper{position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.2);box-shadow:0 10px 30px #4b712a14;background:#fff}.mapFloatingBadge{position:absolute;top:14px;left:14px;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 14px;border-radius:12px;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 14px #0000001a;display:flex;align-items:center;gap:10px;z-index:10}.mapPinPulse{width:10px;height:10px;border-radius:50%;background-color:#16a34a;box-shadow:0 0 0 3px #16a34a4d;animation:mapPulse 2s infinite}@keyframes mapPulse{0%{box-shadow:0 0 #16a34a80}70%{box-shadow:0 0 0 8px #16a34a00}to{box-shadow:0 0 #16a34a00}}.mapBadgeText{display:flex;flex-direction:column}.mapBadgeText strong{font-size:.82rem;color:rgb(var(--accent-color))}.mapBadgeText span{font-size:.72rem;color:#64748b}.mapIframe{display:block;border:none}.contactFaqSection{display:flex;flex-direction:column;gap:28px;margin-top:10px}.faqSectionHeader{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.faqBadge{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--secondary-color, 75, 113, 42));background:rgba(var(--secondary-color, 75, 113, 42),.1);padding:4px 14px;border-radius:9999px;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.2)}.faqTitle{font-size:2.2rem;font-weight:800;color:rgb(var(--accent-color));margin:0;letter-spacing:-.02em}.faqAccordionList{display:flex;flex-direction:column;gap:12px;max-width:860px;margin:0 auto;width:100%}.faqItem{background:#fff;border-radius:14px;border:1px solid rgba(var(--secondary-color, 75, 113, 42),.15);box-shadow:0 4px 12px #00000005;overflow:hidden;transition:all .25s ease}.faqItem.open{border-color:rgba(var(--secondary-color, 75, 113, 42),.35);box-shadow:0 8px 24px #4b712a14}.faqQuestionBtn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:transparent;border:none;cursor:pointer;text-align:left;gap:16px}.faqQuestionText{font-size:1.05rem;font-weight:700;color:rgb(var(--accent-color))}.faqArrow{color:rgb(var(--secondary-color, 75, 113, 42));transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.faqArrow.rotated{transform:rotate(180deg)}.faqAnswerWrapper{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .3s ease;padding:0 24px}.faqItem.open .faqAnswerWrapper{max-height:200px;padding:0 24px 22px}.faqAnswerText{font-size:.95rem;line-height:1.6;color:#475569;margin:0}@media screen and (max-width:960px){.contactGridSection{grid-template-columns:1fr}}@media screen and (max-width:640px){.contactMainContainer{padding:0 16px 70px;gap:50px}.contactFormCard{padding:24px 18px;border-radius:18px}.formTitle{font-size:1.65rem}.formRow.dualRow{grid-template-columns:1fr;gap:14px}.inquiryTypeSelector{flex-direction:column}.inquiryTypeBtn{width:100%}.faqTitle{font-size:1.7rem}.faqQuestionBtn{padding:16px 18px}.faqQuestionText{font-size:.95rem}.faqItem.open .faqAnswerWrapper{padding:0 18px 18px}}.psWrapper{width:100%}.psSection{position:sticky;top:0;min-height:100vh;overflow:hidden;background:rgb(var(--main-color))}.psSection:not(:first-child){box-shadow:0 -40px 80px #00000038,0 -1px #00000014}.psSectionInner{display:flex;min-height:100vh}.psRowNormal{flex-direction:row}.psRowReverse{flex-direction:row-reverse}.psImgSide{width:46%;flex-shrink:0;background:rgb(var(--main-color));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;opacity:0;transform:translateY(32px);transition:opacity .85s ease .1s,transform 1s cubic-bezier(.16,1,.3,1) .1s}.psEntered .psImgSide{opacity:1;transform:translateY(0)}.psImgNumber{position:absolute;bottom:-20px;font-size:18rem;font-weight:900;line-height:1;letter-spacing:-.06em;color:#ffffff09;-webkit-user-select:none;user-select:none;pointer-events:none;will-change:transform}.psEven .psImgNumber{right:-16px;left:auto}.psOdd .psImgNumber{left:-16px;right:auto}.psImg{max-height:62%;max-width:68%;object-fit:contain;filter:drop-shadow(0 24px 64px rgba(0,0,0,.35));will-change:transform}.psTextSide{flex:1;background:rgb(var(--main-color));display:flex;align-items:center;min-height:100vh}.psEven .psTextSide{justify-content:flex-start}.psOdd .psTextSide{justify-content:flex-end}.psTextInner{max-width:580px;width:100%;display:flex;flex-direction:column}.psEven .psTextInner{padding:80px 80px 80px 64px}.psOdd .psTextInner{padding:80px 64px 80px 80px}.psVariety{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:rgb(var(--secondary-color));margin-bottom:14px}.psName{font-size:clamp(1.9rem,3vw,2.9rem);font-weight:800;color:rgb(var(--accent-color));margin:0 0 18px;line-height:1.1;letter-spacing:-.028em}.psTagline{font-size:1.05rem;font-style:italic;color:rgba(var(--accent-color),.5);margin:0 0 28px;line-height:1.55}.psDesc{font-size:.94rem;line-height:1.8;color:rgba(var(--accent-color),.7);margin:0 0 32px}.psNotes{margin-bottom:32px}.psNotesLabel{display:block;font-size:.64rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:rgba(var(--accent-color),.32);margin-bottom:8px}.psNotesList{font-size:.93rem;font-weight:500;color:rgb(var(--accent-color));margin:0;line-height:1.6;letter-spacing:.005em}.psMeta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:.75rem;font-weight:500;color:rgba(var(--accent-color),.4);padding-top:26px;border-top:1px solid rgba(var(--accent-color),.09)}.psMetaSep{color:rgba(var(--secondary-color),.55);font-size:.85rem}.psAnimate{opacity:0;transform:translateY(30px);transition:opacity .75s ease var(--d, 0s),transform .8s cubic-bezier(.16,1,.3,1) var(--d, 0s)}.psVisible{opacity:1;transform:none}@media screen and (max-width:960px){.psSection{position:static;box-shadow:none}.psSection:not(:first-child){box-shadow:none;border-top:1px solid rgba(var(--accent-color),.07)}.psRowNormal,.psRowReverse{flex-direction:column}.psImgSide{width:100%;min-height:380px;flex-shrink:0;opacity:1;transform:none;transition:none}.psImg{max-height:260px;max-width:55%;transform:none!important}.psImgNumber{font-size:11rem;bottom:-12px;right:-10px;left:auto;transform:none!important}.psTextSide{min-height:auto;align-items:flex-start}.psEven .psTextSide,.psOdd .psTextSide{justify-content:flex-start}.psEven .psTextInner,.psOdd .psTextInner{padding:52px 36px 60px;max-width:100%}.psAnimate{opacity:1;transform:none;transition:none}}@media screen and (max-width:580px){.psImgSide{min-height:310px}.psImg{max-height:220px;max-width:60%}.psName{font-size:1.75rem}.psEven .psTextInner,.psOdd .psTextInner{padding:40px 22px 52px}}.productsPage{min-height:100vh}.productsPageHero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:110px 24px 80px;background:rgb(var(--main-color));position:relative;overflow:hidden}.productsPageTitle{font-size:clamp(2.8rem,6vw,5rem);font-weight:800;color:rgb(var(--secondary-color));margin:0 0 20px;letter-spacing:-.03em;line-height:1.08}.productsPageSubtitle{font-size:clamp(1rem,1.8vw,1.15rem);color:rgba(var(--accent-color),1);max-width:560px;line-height:1.65;margin:0}.productsScrollIndicator{margin-top:48px;display:flex;flex-direction:column;align-items:center}.productsScrollLine{width:1px;height:56px;background:linear-gradient(to bottom,rgb(var(--secondary-color)),rgba(var(--secondary-color),0));animation:productsLineGrow 2s ease-in-out infinite;transform-origin:top}@keyframes productsLineGrow{0%{transform:scaleY(0);opacity:0}40%{opacity:1}to{transform:scaleY(1);opacity:0}}@media screen and (max-width:600px){.productsPageHero{padding:90px 20px 60px}}
