:root{--color-blue-primary: #436CAE;--color-blue-dark: #204485;--color-blue-light: #95b3df;--color-yellow-accent: #fff59b;--color-white: #ffffff;--color-black: #000000;--color-gray-light: #f5f5f5;--color-gray: #666666;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-red-500: #ef4444}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--color-white);color:var(--color-black);font-family:Geist,Arial,Helvetica,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:Geist,Arial,Helvetica,sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.02em;color:var(--color-blue-primary);line-height:1.2}::selection{background-color:var(--color-blue-light);color:var(--color-blue-dark)}:focus-visible{outline:2px solid var(--color-blue-primary);outline-offset:2px}.container-trident{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container-trident{padding:0 2rem}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;background-color:var(--color-blue-primary);color:var(--color-white);padding:.75rem 2rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500;font-size:.875rem;transition:all .3s ease;border:2px solid var(--color-blue-primary);text-align:center;cursor:pointer}.btn-primary svg{width:1.125rem;height:1.125rem;flex-shrink:0}.btn-primary:hover{background-color:var(--color-blue-dark);border-color:var(--color-blue-dark)}.btn-primary:disabled,.btn-primary.disabled{opacity:.7;cursor:not-allowed}.btn-secondary{display:inline-block;background-color:transparent;color:var(--color-blue-primary);padding:.75rem 2rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500;font-size:.875rem;transition:all .3s ease;border:2px solid var(--color-blue-primary);text-align:center;cursor:pointer}.btn-secondary:hover{background-color:var(--color-blue-primary);color:var(--color-white)}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#fffffff2;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-bottom:1px solid #f3f4f6}.header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:5rem}@media(min-width:768px){.header-inner{height:6rem}}.header-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);flex-shrink:0}.header-logo img{width:3rem;height:3rem}@media(min-width:768px){.header-logo img{width:3.5rem;height:3.5rem}}.header-left{display:flex;align-items:center;gap:.75rem}.header-right{display:flex;align-items:center}.header-nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.header-nav{display:flex}.header-left{gap:1.5rem}}.header-nav a{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-gray-600);transition:color .2s}.header-nav a:hover,.header-nav a.active{color:var(--color-blue-primary)}.header-nav a.active{font-weight:500}.header-actions{display:flex;align-items:center;gap:1rem}.cart-button{position:relative;padding:.5rem;color:var(--color-blue-primary);transition:color .2s}.cart-button:hover{color:var(--color-blue-dark)}.cart-button svg{width:1.5rem;height:1.5rem}.cart-count{position:absolute;top:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;background:var(--color-red-500);color:var(--color-white);font-size:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;animation:pulse 2s infinite}.lang-switcher{display:flex;align-items:center;gap:.25rem;font-size:.75rem}.lang-switcher a,.lang-switcher button{padding:.25rem .5rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-400);transition:color .2s}.lang-switcher a:hover,.lang-switcher button:hover,.lang-switcher a.active,.lang-switcher button.active{color:var(--color-blue-primary)}.lang-switcher a.active,.lang-switcher button.active{font-weight:500}.lang-switcher .separator{color:var(--color-gray-300)}.menu-toggle{display:block;padding:.5rem;color:var(--color-blue-primary)}@media(min-width:768px){.menu-toggle{display:none}}.menu-toggle svg{width:1.5rem;height:1.5rem}.mobile-nav{display:none;padding:1rem 0;border-top:1px solid #f3f4f6}.mobile-nav.open{display:block}@media(min-width:768px){.mobile-nav{display:none!important}}.mobile-nav a{display:block;padding:.5rem 0;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-gray-600);transition:color .2s}.mobile-nav a:hover,.mobile-nav a.active{color:var(--color-blue-primary)}.mobile-nav a.active{font-weight:500}.main-content{padding-top:5rem}@media(min-width:768px){.main-content{padding-top:6rem}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#fff,#f9fafb);overflow:hidden}.hero-bottle-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.hero-bottle-inner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;max-width:32rem}.hero-bottle-inner img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:auto;height:90%;max-width:95%;object-fit:contain;opacity:.2;transition:transform .1s ease-out;will-change:transform}.hero-content{position:relative;z-index:10;text-align:center}.hero-content h1{font-size:2.25rem;margin-bottom:1rem;letter-spacing:.05em}@media(min-width:768px){.hero-content h1{font-size:3.75rem}}@media(min-width:1024px){.hero-content h1{font-size:4.5rem}}.hero-content .hero-subtitle{font-size:1.125rem;color:var(--color-gray-600);margin-bottom:3rem;letter-spacing:.1em;text-transform:uppercase}.hero-ctas{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.hero-ctas{flex-direction:row}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 1s infinite}.scroll-indicator svg{width:1.5rem;height:1.5rem;color:var(--color-blue-primary)}.product-teaser{padding:6rem 0;background:var(--color-white)}@media(min-width:768px){.product-teaser{padding:8rem 0}}.product-teaser-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.product-teaser-grid{grid-template-columns:1fr 1fr;gap:4rem}}.product-teaser-image{aspect-ratio:1;border-radius:.5rem;overflow:hidden}.product-teaser-image img{width:100%;height:100%;object-fit:contain}.product-teaser-info .subtitle{color:var(--color-blue-primary);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1rem}.product-teaser-info h2{font-size:1.875rem;margin-bottom:1.5rem}@media(min-width:768px){.product-teaser-info h2{font-size:2.25rem}}@media(min-width:1024px){.product-teaser-info h2{font-size:3rem}}.product-teaser-info .description{color:var(--color-gray-600);font-size:1.125rem;line-height:1.75;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{text-align:center;padding:1rem;background:var(--color-gray-light);border-radius:.5rem}.feature-card .icon-circle{width:3rem;height:3rem;margin:0 auto .75rem;border-radius:50%;background:#436cae1a;display:flex;align-items:center;justify-content:center}.feature-card .icon-circle svg{width:1.5rem;height:1.5rem;color:var(--color-blue-primary)}.feature-card h4{font-size:.75rem;font-weight:500;letter-spacing:.05em}.price-cta{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}@media(min-width:640px){.price-cta{flex-direction:row;align-items:center}}.price-large{font-size:1.875rem;font-weight:300;color:var(--color-blue-primary)}.story-section{padding:6rem 0;background:var(--color-blue-dark);color:var(--color-white);position:relative;overflow:hidden}@media(min-width:768px){.story-section{padding:8rem 0}}.story-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.story-bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.story-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#204485d9,#0f234bbf);pointer-events:none}.story-content{position:relative;z-index:10;max-width:48rem;margin:0 auto;text-align:center}.story-content .subtitle{text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;font-size:.875rem;margin-bottom:1rem}.story-content h2{font-size:1.875rem;color:var(--color-white);margin-bottom:2rem}@media(min-width:768px){.story-content h2{font-size:2.25rem}}@media(min-width:1024px){.story-content h2{font-size:3rem}}.story-content .text{font-size:1.25rem;color:#fffc;line-height:1.75;margin-bottom:2.5rem}.story-content .btn-story{display:inline-block;background:var(--color-white);color:var(--color-blue-dark);padding:.75rem 2rem;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;font-weight:500;transition:background-color .3s}.story-content .btn-story:hover{background:var(--color-yellow-accent)}.founders-preview{padding:6rem 0;background:#f9fafb}@media(min-width:768px){.founders-preview{padding:8rem 0}}.founders-preview .section-header{text-align:center;margin-bottom:4rem}.founders-preview .section-header .subtitle{text-transform:uppercase;letter-spacing:.1em;color:var(--color-blue-primary);font-size:.875rem;margin-bottom:1rem}.founders-preview .section-header h2{font-size:1.875rem}@media(min-width:768px){.founders-preview .section-header h2{font-size:2.25rem}}@media(min-width:1024px){.founders-preview .section-header h2{font-size:3rem}}.founders-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:56rem;margin:0 auto}@media(min-width:768px){.founders-grid{grid-template-columns:1fr 1fr;gap:3rem}}.founder-card{background:var(--color-white);border-radius:.5rem;padding:2rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s;text-align:center}.founder-card:hover{box-shadow:0 4px 6px #0000001a}.founder-avatar{width:8rem;height:8rem;margin:0 auto 1.5rem;border-radius:50%;background:#95b3df4d;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.founder-avatar img{width:100%;height:100%;object-fit:cover;object-position:center 15%}.founder-avatar svg{width:4rem;height:4rem;color:#436cae66}.founder-card h3{font-size:1.25rem;margin-bottom:.5rem}.founder-card .role{color:#436cae99;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.founder-card .bio{color:var(--color-gray-600);line-height:1.75}.section-cta{text-align:center;margin-top:3rem}.collection-hero{position:relative;padding:6rem 0 3rem;overflow:hidden}@media(min-width:768px){.collection-hero{padding:8rem 0 4rem}}.collection-hero--simple{background:linear-gradient(to bottom,#f9fafb,#fff)}.collection-hero-content{position:relative;z-index:2;text-align:center}.collection-hero-content .subtitle{text-transform:uppercase;letter-spacing:.2em;color:var(--color-blue-primary);font-size:.8125rem;margin-bottom:1.25rem}.collection-hero-content h1{font-size:2.5rem;color:var(--color-blue-primary)}@media(min-width:768px){.collection-hero-content h1{font-size:3.25rem}}@media(min-width:1024px){.collection-hero-content h1{font-size:4rem}}.collection-hero-wave{position:absolute;bottom:-1px;left:0;right:0;z-index:1;line-height:0}.collection-hero-wave svg{width:100%;height:80px;display:block}@media(min-width:768px){.collection-hero-wave svg{height:120px}}.collection-products{padding:3rem 0 5rem}@media(min-width:768px){.collection-products{padding:4rem 0 7rem}}.collection-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:68rem;margin:0 auto}@media(min-width:640px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(3,1fr)}}.collection-product-card{background:var(--color-white);border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 6px 20px #436cae0f;transition:transform .3s,box-shadow .3s;text-align:center}.collection-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #436cae1f}.collection-product-image{display:block;aspect-ratio:3/4;padding:2rem;background:#f8fafc}.collection-product-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1));transition:transform .3s}.collection-product-card:hover .collection-product-image img{transform:scale(1.05)}.collection-product-info{padding:1.5rem 2rem 2rem}.collection-product-info h2{font-size:1.25rem;margin-bottom:.5rem}.collection-product-info h2 a{color:var(--color-blue-primary);transition:color .2s}.collection-product-info h2 a:hover{color:var(--color-blue-dark)}.collection-product-info .price{font-size:1.125rem;font-weight:300;color:var(--color-blue-primary);margin-bottom:1.25rem}.collection-product-info .btn-primary{width:100%}.product-hero{padding:4rem 0;background:linear-gradient(to bottom,#f9fafb,#fff)}@media(min-width:768px){.product-hero{padding:6rem 0}}.product-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.product-hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.product-image-wrap{order:2}@media(min-width:768px){.product-image-wrap{order:1}}.product-image-wrap .aspect-3-4{aspect-ratio:3/4;display:flex;align-items:center;justify-content:center}.product-image-wrap img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15))}.product-info-wrap{order:1}@media(min-width:768px){.product-info-wrap{order:2}}.product-info-wrap .subtitle{color:var(--color-blue-primary);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1rem}.product-info-wrap h1{font-size:2.25rem;margin-bottom:1.5rem}@media(min-width:768px){.product-info-wrap h1{font-size:3rem}}@media(min-width:1024px){.product-info-wrap h1{font-size:3.75rem}}.product-badges{display:flex;gap:1rem;margin-bottom:1.5rem}.product-badges span{padding:.25rem .75rem;background:var(--color-gray-light);border-radius:.25rem;font-size:.875rem;color:var(--color-gray-500)}.product-info-wrap .description{color:var(--color-gray-600);font-size:1.125rem;line-height:1.75;margin-bottom:2rem}.product-add-to-cart .price-display{font-size:2.25rem;font-weight:300;color:var(--color-blue-primary);margin-bottom:1.5rem}.product-add-to-cart .qty-row{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media(min-width:640px){.product-add-to-cart .qty-row{flex-direction:row;align-items:center}}.product-add-to-cart .qty-label{font-size:.875rem;color:var(--color-gray-600);text-transform:uppercase;letter-spacing:.05em}.quantity-selector{display:flex;align-items:center}.quantity-selector button{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-gray-300);transition:background .2s}.quantity-selector button:hover{background:var(--color-gray-light)}.quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.quantity-selector button:first-child{border-radius:.5rem 0 0 .5rem}.quantity-selector button:last-child{border-radius:0 .5rem .5rem 0}.quantity-selector button svg{width:1rem;height:1rem}.quantity-selector input{width:3.5rem;height:2.5rem;text-align:center;border-top:1px solid var(--color-gray-300);border-bottom:1px solid var(--color-gray-300);border-left:none;border-right:none;-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-selector input:focus{outline:2px solid var(--color-blue-primary);outline-offset:-2px}.product-features{padding:5rem 0;background:var(--color-white)}.product-features .section-title{text-align:center;font-size:1.875rem;margin-bottom:4rem}@media(min-width:768px){.product-features .section-title{font-size:2.25rem}}.product-features-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.product-features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card-large{text-align:center;padding:2rem;background:#f9fafb;border-radius:.75rem;transition:background .3s}.feature-card-large:hover{background:#436cae0d}.feature-card-large .icon-circle{width:4rem;height:4rem;margin:0 auto 1.5rem;border-radius:50%;background:#436cae1a;display:flex;align-items:center;justify-content:center;color:var(--color-blue-primary)}.feature-card-large .icon-circle svg{width:2rem;height:2rem}.feature-card-large h3{font-size:1.125rem;margin-bottom:.75rem;letter-spacing:.05em}.feature-card-large p{color:var(--color-gray-600);line-height:1.75}.founders-hero{padding:6rem 0 8rem;color:var(--color-white);position:relative;overflow:hidden}@media(min-width:768px){.founders-hero{padding:8rem 0 10rem}}.founders-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.founders-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.founders-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0f234bcc,#204485b3);pointer-events:none}.founders-hero-wave{position:absolute;bottom:-1px;left:0;right:0;z-index:1;line-height:0}.founders-hero-wave svg{width:100%;height:80px;display:block}@media(min-width:768px){.founders-hero-wave svg{height:120px}}.founders-hero .content{position:relative;z-index:10;text-align:center}.founders-hero .subtitle{text-transform:uppercase;letter-spacing:.1em;color:var(--color-blue-light);font-size:.875rem;margin-bottom:1rem}.founders-hero h1{font-size:2.25rem;color:var(--color-white)}@media(min-width:768px){.founders-hero h1{font-size:3rem}}@media(min-width:1024px){.founders-hero h1{font-size:3.75rem}}.founders-section{padding:3rem 0 5rem;background:var(--color-white)}@media(min-width:768px){.founders-section{padding:4rem 0 7rem}}.founder-profile{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:64rem;margin:0 auto 5rem;align-items:center}.founder-profile:last-child{margin-bottom:0}@media(min-width:768px){.founder-profile{grid-template-columns:5fr 7fr;gap:4rem;margin-bottom:6rem}.founder-profile--reverse{direction:rtl}.founder-profile--reverse>*{direction:ltr}}.founder-profile-image{position:relative}.founder-profile-image img{width:100%;border-radius:1rem;box-shadow:0 8px 30px #436cae1f}.founder-placeholder-img{aspect-ratio:4/5;border-radius:1rem;background:linear-gradient(135deg,#e8eef6,#d4dfee);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.founder-placeholder-img svg{width:5rem;height:5rem;color:#436cae40}.founder-placeholder-img span{font-size:.8125rem;color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.15em;font-weight:500}.founder-profile-text{padding:1rem 0}.founder-label{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;color:var(--color-blue-primary);margin-bottom:.75rem;font-weight:500;opacity:.7}.founder-profile-text h2{font-size:2rem;margin-bottom:1.5rem;color:var(--color-blue-primary)}@media(min-width:768px){.founder-profile-text h2{font-size:2.5rem}}.founder-bio-long{color:var(--color-gray-600);line-height:1.85;font-size:1rem}.founder-bio-long p{margin-bottom:1.25rem}.founder-bio-long p:last-child{margin-bottom:0}@media(min-width:768px){.founder-bio-long{font-size:1.0625rem}}.vision-section{padding:5rem 0;position:relative;overflow:hidden;color:var(--color-white)}@media(min-width:768px){.vision-section{padding:7rem 0}}.vision-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.vision-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(4px);transform:scale(1.05)}.vision-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f234be0,#204485d1);pointer-events:none}.vision-content{max-width:48rem;margin:0 auto;text-align:center;position:relative;z-index:2}.vision-content .subtitle{text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;font-size:.875rem;margin-bottom:1rem}.vision-content h2{font-size:1.875rem;margin-bottom:2rem;color:var(--color-white)}@media(min-width:768px){.vision-content h2{font-size:2.25rem}}.vision-content .text{font-size:1.25rem;color:#fffc;line-height:1.75}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.value-item{text-align:center}.value-item .icon-circle{width:4rem;height:4rem;margin:0 auto 1rem;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.value-item .icon-circle svg{width:2rem;height:2rem;color:var(--color-white)}.value-item h4{font-size:.75rem;letter-spacing:.1em;color:var(--color-white)}.contact-hero{position:relative;padding:6rem 0 8rem;color:var(--color-white);overflow:hidden}@media(min-width:768px){.contact-hero{padding:8rem 0 10rem}}.contact-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.contact-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:left top}.contact-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f234be0,#204485c7);pointer-events:none}.contact-hero-content{position:relative;z-index:2;text-align:center}.contact-hero .subtitle{text-transform:uppercase;letter-spacing:.2em;color:var(--color-blue-light);font-size:.8125rem;margin-bottom:1.25rem;font-weight:300}.contact-hero h1{font-size:2.5rem;color:var(--color-white);margin-bottom:1rem}@media(min-width:768px){.contact-hero h1{font-size:3.25rem}}@media(min-width:1024px){.contact-hero h1{font-size:4rem}}.contact-hero-desc{font-size:1.0625rem;color:#ffffffb3;max-width:32rem;margin:0 auto;line-height:1.7}.contact-hero-wave{position:absolute;bottom:-1px;left:0;right:0;z-index:1;line-height:0}.contact-hero-wave svg{width:100%;height:80px;display:block}@media(min-width:768px){.contact-hero-wave svg{height:120px}}.contact-section{padding:3rem 0 5rem;background:#f8fafc}@media(min-width:768px){.contact-section{padding:4rem 0 7rem}}.contact-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:68rem;margin:0 auto}@media(min-width:768px){.contact-grid{grid-template-columns:5fr 7fr;gap:3rem;align-items:start}}.contact-info-card{position:relative;background:var(--color-white);border-radius:1rem;padding:2.5rem 2rem;box-shadow:0 1px 3px #0000000f,0 6px 20px #436cae0f;overflow:hidden}@media(min-width:768px){.contact-info-card{padding:3rem 2.5rem}}.contact-info-card h2{font-size:1.5rem;margin-bottom:.75rem}@media(min-width:768px){.contact-info-card h2{font-size:1.75rem}}.contact-info-intro{color:var(--color-gray-500);font-size:.9375rem;line-height:1.6;margin-bottom:2rem}.contact-items{display:flex;flex-direction:column;gap:1.25rem}.contact-item{display:flex;gap:1rem;align-items:center;padding:.875rem 1rem;background:#f8fafc;border-radius:.75rem;transition:transform .2s,box-shadow .2s}.contact-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #436cae14}.contact-item .icon-circle{width:2.75rem;height:2.75rem;border-radius:.625rem;background:linear-gradient(135deg,var(--color-blue-primary),var(--color-blue-dark));display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item .icon-circle svg{width:1.125rem;height:1.125rem;color:var(--color-white)}.contact-item h4{font-size:.6875rem;letter-spacing:.1em;margin-bottom:.125rem;color:var(--color-gray-400)}.contact-item a{color:var(--color-gray-600);font-weight:500;font-size:.9375rem;transition:color .2s}.contact-item a:hover{color:var(--color-blue-primary)}.contact-item p{color:var(--color-gray-600);font-size:.9375rem}.social-links{padding-top:2rem;margin-top:.5rem;border-top:1px solid var(--color-gray-200)}.social-links h4{font-size:.6875rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-gray-400);margin-bottom:1rem}.social-links .icons{display:flex;gap:.75rem}.social-icon{width:2.75rem;height:2.75rem;border-radius:.625rem;border:1px solid var(--color-gray-200);display:flex;align-items:center;justify-content:center;color:var(--color-blue-primary);transition:all .25s}.social-icon:hover{background:var(--color-blue-primary);border-color:var(--color-blue-primary);color:var(--color-white);transform:translateY(-2px);box-shadow:0 4px 12px #436cae40}.social-icon svg{width:1.125rem;height:1.125rem}.contact-form-wrap{background:var(--color-white);border-radius:1rem;padding:2.5rem 2rem;box-shadow:0 1px 3px #0000000f,0 6px 20px #436cae0f}@media(min-width:768px){.contact-form-wrap{padding:3rem 2.5rem}}.contact-form-wrap h3{font-size:1.375rem;margin-bottom:.5rem;letter-spacing:.05em}.contact-form-desc{color:var(--color-gray-500);font-size:.9375rem;margin-bottom:2rem;line-height:1.6}.contact-alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;margin-bottom:1.5rem;font-size:.9375rem}.contact-alert svg{flex-shrink:0}.contact-alert--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.contact-alert--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:480px){.form-row{grid-template-columns:1fr 1fr}}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.8125rem;font-weight:500;color:var(--color-gray-600);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group textarea{width:100%;padding:.8125rem 1rem;border:1.5px solid var(--color-gray-200);border-radius:.625rem;transition:all .2s;background:#f8fafc;font-size:.9375rem;color:var(--color-black)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-gray-400)}.form-group input:hover,.form-group textarea:hover{border-color:var(--color-gray-300);background:var(--color-white)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-blue-primary);box-shadow:0 0 0 3px #436cae1f;background:var(--color-white)}.form-group textarea{resize:vertical;min-height:7rem}.contact-submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.625rem;margin-top:.5rem}.contact-submit svg{width:1.125rem;height:1.125rem}.form-group textarea{resize:none}.page-content{padding:4rem 0}@media(min-width:768px){.page-content{padding:6rem 0}}.page-content .content-inner{max-width:48rem;margin:0 auto}.page-content h1{font-size:2.25rem;margin-bottom:2rem}@media(min-width:768px){.page-content h1{font-size:3rem}}.page-content .rte h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.page-content .rte p{color:var(--color-gray-600);line-height:1.75;margin-bottom:1rem}.page-content .rte ul,.page-content .rte ol{padding-left:1.5rem;margin-bottom:1rem;color:var(--color-gray-600)}.page-content .rte ul{list-style:disc}.page-content .rte ol{list-style:decimal}.page-content .rte a{color:var(--color-blue-primary);text-decoration:underline}.site-footer{background:var(--color-blue-dark);color:var(--color-white);position:relative;overflow:hidden}.footer-wave-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;pointer-events:none;background-repeat:repeat;background-size:400px auto}.footer-main{padding:4rem 0;position:relative;z-index:10}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem 2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-brand{grid-column:1 / -1;padding-top:1rem;padding-bottom:2rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.footer-brand{padding-top:1.5rem;padding-bottom:2.5rem}}.footer-brand img{width:6rem;height:auto;display:block;margin:0 auto}.footer-brand .tagline{color:#fff9;font-size:.875rem;margin:1rem auto 0;max-width:200px;text-align:center}.footer-col{padding-top:2rem}@media(min-width:768px){.footer-col{padding-top:3rem}}.footer-col h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-white);font-weight:500;margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.75rem}.footer-col a{color:#fff9;font-size:.875rem;transition:color .2s}.footer-col a:hover{color:var(--color-white)}.footer-social{display:flex;gap:.75rem}.footer-social-icon{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;color:#fff9;transition:all .2s}.footer-social-icon:hover{background:var(--color-white);color:var(--color-blue-dark)}.footer-social-icon svg{width:1.25rem;height:1.25rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:10}.footer-bottom-inner{padding:1.25rem 0;display:flex;flex-direction:column;gap:.75rem;align-items:center;color:#ffffff80;font-size:.75rem}@media(min-width:640px){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}.age-gate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#204485fa;z-index:9999;display:flex;align-items:center;justify-content:center}.age-gate-overlay[hidden]{display:none}.age-gate-modal{background:var(--color-white);border-radius:.5rem;box-shadow:0 25px 50px #00000040;max-width:28rem;width:calc(100% - 2rem);padding:2rem;text-align:center}@media(min-width:768px){.age-gate-modal{padding:3rem}}.age-gate-modal .logo{margin-bottom:2rem}.age-gate-modal .logo img{max-width:120px;margin:0 auto}.age-gate-modal h2{font-size:1.5rem;margin-bottom:1rem}@media(min-width:768px){.age-gate-modal h2{font-size:1.875rem}}.age-gate-modal .description{color:var(--color-gray-600);margin-bottom:2rem}.age-gate-modal .question{font-size:1.25rem;font-weight:500;color:var(--color-gray-600);margin-bottom:2rem}.age-gate-buttons{display:flex;flex-direction:column;gap:1rem}.age-gate-buttons .btn-primary,.age-gate-buttons .btn-secondary{width:100%}.age-gate-remember{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;cursor:pointer}.age-gate-remember input{width:1rem;height:1rem;accent-color:var(--color-blue-primary)}.age-gate-remember span{font-size:.875rem;color:var(--color-gray-600)}.age-gate-denied .icon-circle{width:4rem;height:4rem;margin:0 auto 1.5rem;border-radius:50%;background:#fef2f2;display:flex;align-items:center;justify-content:center}.age-gate-denied .icon-circle svg{width:2rem;height:2rem;color:var(--color-red-500)}.age-gate-denied p{color:var(--color-gray-600);font-size:1.125rem}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:none}.cart-drawer-overlay.open{display:block}.cart-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.cart-drawer{position:absolute;top:0;right:0;height:100%;width:100%;max-width:28rem;background:var(--color-white);box-shadow:-25px 0 50px #00000040;display:flex;flex-direction:column}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--color-gray-200)}.cart-drawer-header h2{font-size:1.25rem;font-weight:500}.cart-drawer-close{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.cart-drawer-close:hover{background:var(--color-gray-light)}.cart-drawer-close svg{width:1.5rem;height:1.5rem;color:var(--color-gray-600)}.cart-drawer-items{flex:1;overflow-y:auto;padding:1rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--color-gray-500)}.cart-empty[hidden],.cart-drawer-footer[hidden],.cart-loading[hidden]{display:none!important}.cart-empty svg{width:4rem;height:4rem;color:var(--color-gray-300);margin-bottom:1rem}.cart-line{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f3f4f6}.cart-line:last-child{border-bottom:none}.cart-line-image{width:5rem;height:5rem;background:var(--color-gray-light);border-radius:.5rem;overflow:hidden;flex-shrink:0}.cart-line-image img{width:100%;height:100%;object-fit:cover}.cart-line-details{flex:1;min-width:0}.cart-line-details h3{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-line-details .variant{font-size:.75rem;color:var(--color-gray-500);margin-top:.125rem}.cart-line-details .price{font-size:.875rem;color:var(--color-gray-600);margin-top:.25rem}.cart-line-qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-line-qty .qty-controls{display:flex;align-items:center;border:1px solid var(--color-gray-200);border-radius:.25rem}.cart-line-qty .qty-controls button{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-line-qty .qty-controls button:hover{background:var(--color-gray-light)}.cart-line-qty .qty-controls button:disabled{opacity:.5}.cart-line-qty .qty-controls button svg{width:1rem;height:1rem}.cart-line-qty .qty-controls span{width:2.5rem;text-align:center;font-size:.875rem}.cart-line-remove{padding:.375rem;color:var(--color-gray-400);transition:color .2s}.cart-line-remove:hover{color:var(--color-red-500)}.cart-line-remove svg{width:1.25rem;height:1.25rem}.cart-line-total{text-align:right;font-size:.875rem;font-weight:500;color:var(--color-blue-primary);white-space:nowrap}.cart-drawer-footer{border-top:1px solid var(--color-gray-200);padding:1rem}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;margin-bottom:1rem}.cart-subtotal .label{color:var(--color-gray-600)}.cart-subtotal .amount{font-weight:500;color:var(--color-blue-primary)}.cart-shipping-notice{font-size:.875rem;color:var(--color-gray-500);text-align:center;margin-bottom:1rem}.cart-checkout-btn{display:block;width:100%;background:var(--color-blue-primary);color:var(--color-white);text-align:center;padding:1rem;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;font-weight:500;transition:background .2s}.cart-checkout-btn:hover{background:var(--color-blue-dark)}.cart-loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff80;display:flex;align-items:center;justify-content:center;pointer-events:none}.cart-page{padding:4rem 0}@media(min-width:768px){.cart-page{padding:6rem 0}}.cart-page h1{font-size:2.25rem;margin-bottom:2rem;text-align:center}.cart-page-empty{text-align:center;padding:4rem 0;color:var(--color-gray-500)}.cart-page table{width:100%;border-collapse:collapse}.cart-page th{text-align:left;padding:1rem 0;border-bottom:2px solid var(--color-gray-200);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-500)}.cart-page td{padding:1rem 0;border-bottom:1px solid #f3f4f6;vertical-align:middle}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-25%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-slide-left{animation:slideInLeft .6s ease-out forwards}.animate-slide-right{animation:slideInRight .6s ease-out forwards}.animate-spin{animation:spin 1s linear infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.hidden{display:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
