:root{color:#162230;font-synthesis:none;text-rendering:optimizelegibility;--navy:#0b2b4b;--navy-deep:#071f38;--navy-soft:#173f64;--red:#da3440;--red-dark:#b9212c;--cream:#f4efe7;--cream-light:#fbfaf7;--sand:#d9c9b6;--ink:#162230;--muted:#657181;--line:#0b2b4b21;--white:#fff;--shadow:0 28px 70px #071f381f;--container:1200px;background:#fbfaf7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px;overflow-x:clip}body{background:var(--cream-light);min-width:320px;min-height:100vh;color:var(--ink);margin:0;overflow-x:clip}body.menu-is-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline-offset:4px;outline:3px solid #ffbf47}::selection{color:var(--white);background:var(--red)}.container{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.section{padding:clamp(76px,8vw,122px) 0}.skip-link{z-index:999;color:var(--white);background:var(--navy);border-radius:8px;padding:12px 16px;transition:transform .18s;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:13px 20px;font-size:.91rem;font-weight:750;line-height:1;transition:transform .18s,color .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--red{color:var(--white);background:var(--red);box-shadow:0 12px 28px #da344042}.button--red:hover{background:var(--red-dark);box-shadow:0 16px 34px #b9212c52}.button--ghost-light{color:var(--white);background:#ffffff0d;border-color:#ffffff61}.button--ghost-light:hover{background:#ffffff1c;border-color:#ffffffa8}.button--outline{color:var(--navy);background:0 0;border-color:#0b2b4b38}.button--outline:hover{color:var(--white);border-color:var(--navy);background:var(--navy)}.button--large{min-height:58px;padding-inline:25px}.eyebrow{color:var(--red);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:15px;font-size:.75rem;font-weight:800;line-height:1.3;display:flex}.eyebrow:before{content:"";background:currentColor;width:25px;height:2px}.section-intro{max-width:700px;margin-bottom:clamp(36px,5vw,58px)}.section-intro h2{color:var(--navy);letter-spacing:-.035em;margin-bottom:17px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.65rem);font-weight:500;line-height:1.03}.section-intro__copy{max-width:640px;color:var(--muted);margin-bottom:0;font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.7}.section-intro--center{text-align:center;margin-inline:auto}.section-intro--center .eyebrow{justify-content:center}.section-intro--center .section-intro__copy{margin-inline:auto}.section-intro--inverse h2,.section-intro--inverse .section-intro__copy{color:var(--white)}.text-link{color:var(--navy);border-bottom:1px solid;align-items:center;gap:9px;padding-bottom:5px;font-size:.94rem;font-weight:800;transition:gap .18s,color .18s;display:inline-flex}.text-link:hover{color:var(--red);gap:13px}.reveal{opacity:0;transition:opacity .64s cubic-bezier(.2,.7,.2,1),transform .64s cubic-bezier(.2,.7,.2,1);transition-delay:var(--reveal-delay,0s);transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (width<=640px){.container{width:min(calc(100% - 32px), var(--container))}.section{padding:68px 0}.button{min-height:52px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}.brand{z-index:2;flex:none;display:block;position:relative}.brand__logo-frame{background:#fff;border-radius:4px;width:152px;height:69px;display:block;position:relative;overflow:hidden}.brand__logo-frame img{width:111%;max-width:none;position:absolute;top:-68%;left:-5.5%}.brand--inverse .brand__logo-frame{border-radius:7px;box-shadow:0 12px 28px #00000024}.topbar{color:#ffffffd6;background:var(--navy-deep)}.topbar__inner{letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;gap:15px;min-height:34px;font-size:.72rem;font-weight:650;display:flex}.topbar__inner p{margin:0}.topbar__inner span{color:var(--red)}.header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfaf7eb;border-bottom:1px solid #0b2b4b14;position:sticky;top:0;box-shadow:0 10px 30px #071f380a}.header__inner{justify-content:space-between;align-items:center;gap:25px;min-height:76px;display:flex}.nav{align-items:center;gap:clamp(20px,3vw,38px);display:flex}.nav__links{align-items:center;gap:clamp(17px,2.1vw,29px);display:flex}.nav__links a{color:#415164;padding:9px 0;font-size:.82rem;font-weight:700;position:relative}.nav__links a:after{content:"";background:var(--red);transform-origin:100%;height:2px;transition:transform .18s;position:absolute;bottom:4px;left:0;right:0;transform:scaleX(0)}.nav__links a:hover:after,.nav__links a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.nav__cta{min-height:44px;padding:11px 17px;font-size:.8rem}.nav__mobile-head,.header__menu,.nav-backdrop{display:none}.icon-button{width:44px;height:44px;color:var(--navy);cursor:pointer;background:0 0;border-radius:50%;place-items:center;display:inline-grid}.icon-button:hover{background:#0b2b4b14}.header .header__menu{display:none}.hero{color:var(--white);background:radial-gradient(circle at 18% 10%, #3365916b, transparent 33%), linear-gradient(118deg, var(--navy-deep), var(--navy) 58%, #143b5e);position:relative;overflow:hidden}.hero:after{content:"";border:2px solid #ffffff1c;border-radius:50%;width:60%;height:175px;position:absolute;bottom:-95px;right:-7%;transform:rotate(-8deg)}.hero__accent{z-index:0;pointer-events:none;border:1px solid #ffffff14;border-radius:50%;position:absolute}.hero__accent--one{width:430px;height:430px;top:-185px;left:-120px}.hero__accent--two{width:230px;height:230px;top:-80px;left:24%}.hero__grid{z-index:1;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);align-items:center;gap:clamp(42px,6vw,85px);min-height:585px;padding-top:clamp(42px,5vw,66px);padding-bottom:clamp(48px,6vw,76px);display:grid;position:relative}.hero__content{z-index:2;position:relative}.hero__kicker{color:#f0d9c0;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:22px;font-size:.78rem;font-weight:750;display:inline-flex}.hero h1{letter-spacing:-.055em;max-width:650px;margin-bottom:22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.15rem,5.3vw,5.65rem);font-weight:500;line-height:.92}.hero h1 span{color:#e4cdb4;font-style:italic;display:block}.hero__copy{color:#ffffffc7;max-width:590px;margin-bottom:29px;font-size:clamp(1rem,1.55vw,1.16rem);line-height:1.65}.hero__actions{flex-wrap:wrap;gap:12px;display:flex}.hero__note{border-top:1px solid #ffffff29;align-items:center;gap:13px;max-width:390px;margin-top:35px;padding-top:20px;display:flex}.hero__note>span{color:#f1d9bf;border:1px solid #ffffff47;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-family:Georgia,Times New Roman,serif;font-size:.8rem;display:grid}.hero__note p{color:#ffffffa6;margin:0;font-size:.79rem;line-height:1.5}.hero__visual{justify-self:stretch;position:relative}.hero__visual:before{z-index:-1;content:"";border:1px solid #ffffff3d;border-radius:150px 20px 20px;width:78%;height:76%;position:absolute;top:-18px;right:-18px}.hero__image-wrap{border-radius:170px 22px 22px;height:470px;position:relative;overflow:hidden;box-shadow:0 34px 75px #00000047}.hero__image-wrap img{object-fit:cover;object-position:53% center;width:100%;height:100%;transition:transform .9s cubic-bezier(.2,.7,.2,1)}.hero__image-wrap:hover img{transform:scale(1.025)}.hero__image-shade{background:linear-gradient(90deg,#071f3821,#0000 45%),linear-gradient(#0000 70%,#071f3824);position:absolute;inset:0}.hero__floating-card{min-width:260px;color:var(--ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #ffffff80;border-radius:16px;align-items:center;gap:13px;padding:15px 18px;display:flex;position:absolute;bottom:34px;right:-20px;box-shadow:0 18px 40px #071f382e}.hero__floating-icon{width:36px;height:36px;color:var(--white);background:var(--red);border-radius:50%;flex:none;place-items:center;font-weight:900;display:grid}.hero__floating-card div{gap:3px;display:grid}.hero__floating-card strong{color:var(--navy);font-size:.88rem}.hero__floating-card div span{color:var(--muted);font-size:.7rem}.hero__scroll{width:48px;height:48px;color:var(--white);background:var(--navy-deep);border:1px solid #ffffff6b;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:-18px;left:-20px}.trust{z-index:3;border-bottom:1px solid var(--line);background:var(--white);position:relative}.trust__grid{grid-template-columns:repeat(3,1fr);display:grid}.trust__item{align-items:center;gap:17px;min-height:132px;padding:25px clamp(18px,3vw,38px);display:flex}.trust__item:not(:last-child){border-right:1px solid var(--line)}.trust__icon{width:49px;height:49px;color:var(--red);background:#fff0ee;border-radius:14px;flex:none;place-items:center;display:grid}.trust__item h2{color:var(--navy);margin-bottom:5px;font-size:1rem;line-height:1.2}.trust__item p{color:var(--muted);margin:0;font-size:.79rem;line-height:1.5}.product-explorer{background:radial-gradient(circle at 93% 12%, #d9c9b647, transparent 28%), var(--cream-light);position:relative}.product-explorer__shell{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:26px;overflow:hidden}.product-explorer__tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.product-explorer__tabs button{color:#617083;background:var(--white);cursor:pointer;justify-content:center;align-items:center;gap:10px;min-height:86px;padding:17px 20px;transition:color .18s,background-color .18s;display:flex;position:relative}.product-explorer__tabs button:not(:last-child){border-right:1px solid var(--line)}.product-explorer__tabs button:after{content:"";background:var(--red);opacity:0;border-radius:3px 3px 0 0;height:3px;transition:opacity .18s,transform .18s;position:absolute;bottom:0;left:20%;right:20%;transform:scaleX(.5)}.product-explorer__tabs button:hover{color:var(--navy);background:#fbfcfd}.product-explorer__tabs button.is-active{color:var(--navy);background:#f7f9fb}.product-explorer__tabs button.is-active:after{opacity:1;transform:scaleX(1)}.product-explorer__tabs span{font-size:.9rem;font-weight:800}.product-explorer__panel{grid-template-columns:minmax(0,1.24fr) minmax(340px,.76fr);min-height:480px;animation:.36s both panel-in;display:grid}.product-explorer__image{min-height:470px;position:relative;overflow:hidden}.product-explorer__image img{object-fit:cover;width:100%;height:100%}.product-explorer__image>span{color:var(--navy);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffde;border:1px solid #ffffff8c;border-radius:999px;padding:10px 14px;font-size:.72rem;font-weight:800;position:absolute;bottom:22px;left:22px}.product-explorer__content{background-color:#fff;background-image:linear-gradient(#0b2b4b09 1px,#0000 1px),linear-gradient(90deg,#0b2b4b09 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:30px 30px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(35px,5vw,68px);display:flex}.product-explorer__content h3{color:var(--navy);letter-spacing:-.035em;margin-bottom:19px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.6vw,3.2rem);font-weight:500;line-height:1.04}.product-explorer__content>p:not(.eyebrow){color:var(--muted);margin-bottom:26px;line-height:1.72}@keyframes panel-in{0%{opacity:.4;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.showcase{color:var(--white);background:radial-gradient(circle at 80% 20%, #2b547a80, transparent 28%), var(--navy-deep)}.showcase .section-intro h2,.showcase .section-intro__copy{color:var(--white)}.showcase .section-intro__copy{color:#ffffffa6}.showcase__heading{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.showcase__heading .section-intro{margin-bottom:45px}.showcase__heading .button{color:var(--white);border-color:#ffffff52;flex:none;margin-bottom:45px}.showcase__heading .button:hover{color:var(--navy);border-color:var(--white);background:var(--white)}.showcase__meta{border-top:1px solid #ffffff21;border-bottom:1px solid #ffffff21;justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px;padding:16px 2px;display:flex}.showcase__meta p{color:#fff9;max-width:620px;margin:0;font-size:.8rem;line-height:1.55}.showcase__meta span{color:#ffffffc7;letter-spacing:.1em;text-transform:uppercase;flex:none;font-size:.67rem;font-weight:850}.showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.product-card{background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;min-width:0;transition:transform .22s,background-color .22s;display:flex;overflow:hidden}.product-card:hover{background:#ffffff1b;transform:translateY(-5px)}.product-card__image{aspect-ratio:4/3;background:#efefed;position:relative;overflow:hidden}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-card__image img{transform:scale(1.035)}.product-card__image--contain img{object-fit:contain}.product-card__image>span{color:var(--navy);letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-radius:999px;padding:8px 11px;font-size:.65rem;font-weight:850;position:absolute;top:15px;left:15px}.product-card__number{width:35px;height:35px;color:var(--white);letter-spacing:.06em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071f387a;border:1px solid #ffffff8c;border-radius:50%;place-items:center;font-size:.65rem;display:grid;position:absolute;top:15px;right:15px}.product-card__body{flex:1;justify-content:space-between;align-items:flex-start;gap:20px;min-height:158px;padding:23px;display:flex}.product-card__body h3{margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:500}.product-card__body p{color:#ffffff94;max-width:380px;margin:0;font-size:.82rem;line-height:1.58}.product-card__body>a{width:43px;height:43px;color:var(--white);border:1px solid #ffffff40;border-radius:50%;flex:none;place-items:center;transition:color .18s,background-color .18s,border-color .18s;display:grid}.product-card__body>a:hover{border-color:var(--red);background:var(--red)}.story{background:var(--cream);padding:clamp(88px,10vw,145px) 0;position:relative;overflow:hidden}.story:before{content:"";border:1px solid #0b2b4b14;border-radius:50%;width:570px;height:570px;position:absolute;top:-35%;right:-13%}.story__grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center;gap:clamp(65px,8vw,110px);display:grid;position:relative}.story__visual{min-height:600px;position:relative}.story__image{box-shadow:var(--shadow);position:absolute;overflow:hidden}.story__image img{object-fit:cover;width:100%;height:100%}.story__image--main{border-radius:120px 20px 20px;width:76%;height:80%;top:0;left:0}.story__image--main img{object-position:center 48%}.story__image--detail{border:8px solid var(--cream);border-radius:18px;width:53%;height:45%;bottom:0;right:0}.story__stamp{width:133px;height:133px;color:var(--white);background:var(--red);text-align:center;border:1px solid #ffffff59;border-radius:50%;place-content:center;display:grid;position:absolute;top:43px;right:5px;transform:rotate(8deg);box-shadow:0 17px 35px #da34403d}.story__stamp span{letter-spacing:.1em;text-transform:uppercase;font-size:.6rem;font-weight:800}.story__stamp strong{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-style:italic;font-weight:500}.story__content h2{color:var(--navy);letter-spacing:-.045em;margin-bottom:23px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.25rem,4.3vw,4rem);font-weight:500;line-height:1}.story__content>p:not(.eyebrow){color:#566476;line-height:1.74}.story__lead{margin-bottom:14px;font-size:1.11rem;color:var(--ink)!important}.story__facts{grid-template-columns:repeat(2,1fr);gap:15px;margin:30px 0;display:grid}.story__facts>div{color:var(--navy);background:#ffffff8c;border:1px solid #0b2b4b1a;border-radius:16px;gap:5px;padding:20px;display:grid}.story__facts strong{margin-top:5px;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:600}.story__facts span{color:var(--muted);font-size:.74rem;line-height:1.4}.gallery-section{background:var(--cream-light)}.gallery-toolbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:12px 0;display:flex}.gallery-toolbar__filters{align-items:center;gap:8px;display:flex}.gallery-toolbar__filters button{min-height:42px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:10px 17px;font-size:.76rem;font-weight:800;transition:color .18s,border-color .18s,background-color .18s}.gallery-toolbar__filters button:hover{color:var(--navy);border-color:var(--line);background:var(--white)}.gallery-toolbar__filters button.is-active{color:var(--white);border-color:var(--navy);background:var(--navy)}.gallery-toolbar__count{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;flex:none;font-size:.68rem;font-weight:850}.gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.gallery__item{aspect-ratio:4/3;background:var(--navy);border-radius:18px;min-width:0;overflow:hidden}.gallery__item button{width:100%;height:100%;color:var(--white);background:var(--navy);cursor:zoom-in;padding:0;position:relative;overflow:hidden}.gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.gallery__item img.gallery__image--contain{object-fit:contain;background:#f5f5f4}.gallery__shade{opacity:.82;background:linear-gradient(#0000 45%,#071f38bd);transition:opacity .18s;position:absolute;inset:0}.gallery__caption{text-align:left;gap:5px;display:grid;position:absolute;bottom:17px;left:19px;right:19px}.gallery__caption small{letter-spacing:.12em;text-transform:uppercase;font-size:.6rem;font-weight:850}.gallery__caption>span{font-family:Georgia,Times New Roman,serif;font-size:1.16rem}.gallery__expand{opacity:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071f385c;border:1px solid #ffffff7a;border-radius:50%;place-items:center;width:39px;height:39px;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:14px;right:14px;transform:translateY(-6px)}.gallery__item button:hover img{transform:scale(1.035)}.gallery__item button:hover .gallery__shade{opacity:1}.gallery__item button:hover .gallery__expand{opacity:1;transform:translateY(0)}.image-modal{z-index:500;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#041220e0;place-items:center;padding:30px;display:grid;position:fixed;inset:0}.image-modal__panel{background:var(--white);border:1px solid #fff3;border-radius:19px;max-width:min(1100px,94vw);max-height:90vh;padding:12px;display:grid;position:relative;box-shadow:0 30px 80px #00000061}.image-modal__panel img{object-fit:contain;border-radius:11px;max-height:calc(90vh - 70px)}.image-modal__panel p{color:var(--navy);margin:10px 50px 2px 3px;font-size:.85rem;font-weight:750}.image-modal__close{z-index:1;width:45px;height:45px;color:var(--white);cursor:pointer;background:#071f38cc;border-radius:50%;place-items:center;display:grid;position:absolute;top:20px;right:20px}.contact{color:var(--white);background:radial-gradient(circle at 10% 90%, #2c5b8573, transparent 35%), var(--navy);padding:clamp(80px,9vw,130px) 0;position:relative;overflow:hidden}.contact:before,.contact:after{content:"";border:1px solid #ffffff14;border-radius:50%;position:absolute}.contact:before{width:440px;height:440px;top:-160px;left:-120px}.contact:after{width:550px;height:550px;bottom:-250px;right:-160px}.contact__grid{z-index:1;grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);align-items:center;gap:clamp(60px,9vw,120px);display:grid;position:relative}.contact__intro h2{letter-spacing:-.045em;max-width:650px;margin-bottom:21px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4.8vw,4.5rem);font-weight:500;line-height:.98}.contact__intro>p:not(.eyebrow){color:#ffffffab;max-width:570px;margin-bottom:28px;font-size:1.03rem;line-height:1.7}.contact__card{color:var(--ink);background:#fffffff5;border:1px solid #ffffff2b;border-radius:24px;padding:clamp(23px,3vw,36px);box-shadow:0 30px 80px #0000002e}.contact__card-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;padding-bottom:18px;display:flex}.contact__card-top>span{color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:600}.contact__status{color:#3f6f53;align-items:center;gap:7px;font-size:.7rem;font-weight:750;display:flex}.contact__status i{background:#46a56b;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #46a56b1f}.contact__list{gap:9px;display:grid}.contact__list>a,.contact__hours{background:#f5f7f9;border-radius:13px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;min-width:0;padding:13px;transition:background-color .18s;display:grid}.contact__list>a:hover{background:#edf1f5}.contact__list>a>span,.contact__hours>span{width:42px;height:42px;color:var(--red);background:var(--white);border-radius:11px;place-items:center;display:grid}.contact__list>a>div,.contact__hours>div{gap:3px;min-width:0;display:grid}.contact__list small,.contact__hours small{color:var(--muted);font-size:.67rem}.contact__list strong,.contact__hours strong{overflow-wrap:anywhere;color:var(--navy);font-size:.84rem}.contact__hours{grid-template-columns:44px minmax(0,1fr)}.contact__hours p{color:var(--muted);margin:0;font-size:.72rem}.contact__socials{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin-top:19px;padding-top:19px;display:flex}.contact__socials p{color:var(--muted);margin:0;font-size:.72rem;font-weight:750}.contact__socials>div{gap:8px;display:flex}.contact__socials a{border:1px solid var(--line);min-height:40px;color:var(--navy);border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:.72rem;font-weight:750;display:inline-flex}.contact__socials a:hover{color:var(--white);border-color:var(--navy);background:var(--navy)}.footer{color:#ffffffb3;background:#061a2e;padding:70px 0 24px}.footer__grid{grid-template-columns:1.4fr .65fr 1fr;gap:clamp(45px,7vw,90px);padding-bottom:55px;display:grid}.footer__brand>p{max-width:310px;margin:22px 0 0;font-size:.85rem;line-height:1.65}.footer__heading{color:var(--white);letter-spacing:.12em;text-transform:uppercase;margin:0 0 18px;font-size:.77rem}.footer__links{gap:11px;display:grid}.footer__links a{align-items:center;gap:8px;width:fit-content;font-size:.82rem;transition:color .18s;display:flex}.footer__links a:hover{color:var(--white)}.footer__socials{gap:9px;margin-top:18px;display:flex}.footer__socials a{border:1px solid #ffffff29;border-radius:50%;place-items:center;width:40px;height:40px;transition:color .18s,border-color .18s,background-color .18s;display:grid}.footer__socials a:hover{color:var(--white);border-color:var(--red);background:var(--red)}.footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:20px;padding-top:23px;font-size:.7rem;display:flex}.footer__bottom p{margin:0}.whatsapp-float{z-index:80;border:2px solid var(--white);min-height:54px;color:var(--white);background:#1da958;border-radius:999px;align-items:center;gap:9px;padding:12px 18px;font-size:.8rem;font-weight:800;transition:transform .18s,background-color .18s;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 14px 35px #0e5b3047}.whatsapp-float:hover{background:#138944;transform:translateY(-3px)}@media (width<=1100px){.nav__links{gap:17px}.nav__links a{font-size:.77rem}.nav__cta{padding-inline:14px}.hero__grid{grid-template-columns:minmax(0,.9fr) minmax(445px,1.1fr);gap:38px}.hero h1{font-size:clamp(3.1rem,6vw,4.7rem)}.hero__image-wrap{height:435px}.contact__grid{grid-template-columns:minmax(0,.85fr) minmax(430px,1.15fr);gap:55px}}@media (width<=940px){.header{background:var(--cream-light);-webkit-backdrop-filter:none;backdrop-filter:none}.header .header__menu{display:grid}.nav{z-index:120;background:var(--cream-light);clip-path:inset(0 0 0 100%);opacity:0;pointer-events:none;visibility:hidden;flex-direction:column;align-items:stretch;gap:24px;width:min(390px,88vw);height:100dvh;padding:24px;transition:clip-path .26s,opacity .22s,visibility .26s;display:flex;position:fixed;top:0;right:0;box-shadow:-25px 0 70px #071f382e}.nav--open{clip-path:inset(0);opacity:1;pointer-events:auto;visibility:visible}.nav__mobile-head{justify-content:space-between;align-items:center;display:flex}.nav__links{align-content:start;gap:3px;margin-top:15px;display:grid}.nav__links a{border-bottom:1px solid var(--line);color:var(--navy);padding:14px 4px;font-family:Georgia,Times New Roman,serif;font-size:1.28rem;font-weight:500}.nav__links a:after{display:none}.nav__cta{margin-top:auto}.nav-backdrop{z-index:90;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#04122094;display:block;position:fixed;inset:0}.hero__grid{grid-template-columns:1fr;gap:43px;padding-top:65px;padding-bottom:75px}.hero__content{max-width:720px}.hero__visual{width:min(100%,760px);margin-inline:auto}.hero__image-wrap{height:500px}.hero__floating-card{right:20px}.product-explorer__panel{grid-template-columns:1fr}.product-explorer__image{min-height:450px}.product-explorer__content{padding:42px}.showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story__grid{grid-template-columns:1fr;gap:65px}.story__visual{width:min(100%,680px);min-height:620px;margin-inline:auto}.story__content{max-width:720px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.contact__grid{grid-template-columns:1fr;gap:50px}.contact__intro{max-width:700px}.contact__card{max-width:680px}}@media (width<=720px){.topbar__inner{justify-content:flex-start;overflow:hidden}.topbar__inner p:first-child,.topbar__inner span{display:none}.header__inner{min-height:68px}.trust__grid{grid-template-columns:1fr}.trust__item{min-height:auto;padding:21px 4px}.trust__item:not(:last-child){border-right:0;border-bottom:1px solid var(--line)}.product-explorer__shell{box-shadow:none;background:0 0;border:0;overflow:visible}.product-explorer__tabs{scrollbar-width:none;border:0;gap:8px;margin:0 -16px 14px;padding:2px 16px 9px;display:flex;overflow-x:auto}.product-explorer__tabs::-webkit-scrollbar{display:none}.product-explorer__tabs button{border-radius:999px;justify-content:flex-start;min-width:max-content;min-height:54px;padding:13px 16px;border:1px solid var(--line)!important}.product-explorer__tabs button:after{display:none}.product-explorer__tabs button.is-active{color:var(--white);background:var(--navy);border-color:var(--navy)!important}.product-explorer__panel{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:20px;overflow:hidden}.product-explorer__image{aspect-ratio:4/3;min-height:0}.product-explorer__content{padding:31px 25px 34px}.showcase__heading{display:block}.showcase__heading .section-intro{margin-bottom:26px}.showcase__heading .button{margin-bottom:38px}.showcase__meta{flex-direction:column;align-items:flex-start;gap:10px}.showcase__grid{grid-template-columns:1fr}.product-card__body{min-height:130px}.story__visual{min-height:520px}.story__image--main{width:82%;height:76%}.story__image--detail{width:60%;height:44%}.story__stamp{width:112px;height:112px;top:25px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.contact__socials{flex-direction:column;align-items:flex-start}.footer__grid{grid-template-columns:1.1fr .9fr}.footer__brand{grid-column:1/-1}}@media (width<=520px){.hero__grid{gap:35px;padding-top:48px;padding-bottom:58px}.hero h1{margin-bottom:19px;font-size:clamp(2.75rem,13.5vw,4.1rem)}.hero__actions{display:grid}.hero__actions .button{width:100%}.hero__note{margin-top:28px}.hero__image-wrap{border-radius:95px 17px 17px;height:390px}.hero__visual:before{border-radius:95px 17px 17px}.hero__floating-card{width:calc(100% - 24px);min-width:0;bottom:18px;right:12px}.hero__scroll{display:none}.section-intro h2{font-size:clamp(2rem,10vw,2.75rem)}.product-explorer__image{aspect-ratio:1/.82}.story{padding:76px 0}.story__visual{min-height:430px}.story__image--main{border-radius:75px 16px 16px}.story__stamp{width:96px;height:96px;top:18px;right:-3px}.story__stamp span{font-size:.52rem}.story__stamp strong{font-size:.9rem}.story__facts{grid-template-columns:1fr}.gallery-toolbar{flex-direction:column;align-items:flex-start;gap:12px}.gallery-toolbar__filters{scrollbar-width:none;width:calc(100% + 32px);margin-inline:-16px;padding-inline:16px;overflow-x:auto}.gallery-toolbar__filters::-webkit-scrollbar{display:none}.gallery-toolbar__filters button{min-width:max-content}.gallery{grid-template-columns:1fr;gap:12px}.image-modal{padding:14px}.contact__intro h2{font-size:clamp(2.35rem,11vw,3.15rem)}.contact__card{margin-inline:-5px;padding:20px}.contact__card-top{flex-direction:column;align-items:flex-start;gap:8px}.contact__list>a,.contact__hours{grid-template-columns:42px minmax(0,1fr) auto;padding:11px}.contact__hours{grid-template-columns:42px minmax(0,1fr)}.contact__socials>div{width:100%}.contact__socials a{flex:1;justify-content:center}.footer__grid{grid-template-columns:1fr}.footer__brand{grid-column:auto}.footer__bottom{flex-direction:column;align-items:flex-start}.whatsapp-float{justify-content:center;width:55px;height:55px;padding:0;bottom:15px;right:15px}.whatsapp-float span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}@media (height<=800px) and (width>=941px){.hero__grid{min-height:530px;padding-top:34px;padding-bottom:43px}.hero h1{font-size:clamp(3.05rem,4.9vw,4.85rem)}.hero__copy{margin-bottom:23px}.hero__note{margin-top:25px;padding-top:15px}.hero__image-wrap{height:425px}}@media (width>=1600px){:root{--container:1320px}.hero__grid{min-height:640px}.hero__image-wrap{height:525px}}
