:root{--brand-blue:#0b3f91;--brand-blue-deep:#062b66;--brand-yellow:#f4c542;--brand-yellow-soft:#ffe59a;--brand-white:#fff;--paper:#fff;--mist:#f4f7fb;--line:#ced8e6;--text:#142d55;--muted:#5e6e84;--shell:min(1260px,calc(100% - 48px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}.site-shell{width:var(--shell);margin-inline:auto}.skip-link{position:absolute;left:-999px;top:0;padding:10px 14px;background:var(--brand-yellow);color:var(--brand-blue-deep);z-index:20}.skip-link:focus{left:16px}.site-header{position:sticky;top:0;z-index:8;box-shadow:0 3px 14px rgba(6,43,102,.11)}.header-utility{background:var(--brand-blue-deep);color:#fff}.header-utility__inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:10px}.header-utility p{margin:0;color:#d9e8ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-utility__values{display:flex;gap:15px;align-items:center;white-space:nowrap;font-weight:800}.header-utility__values span{display:flex;align-items:center;gap:7px}.header-utility__values span+span:before{content:"";width:3px;height:3px;background:var(--brand-yellow);border-radius:50%}.header-main{background:#fff;border-bottom:1px solid #dce5f0}.site-header__inner{min-height:77px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}.brand img{display:block;width:154px;height:62px;object-fit:contain}.site-nav{display:flex;gap:25px;margin-inline:auto}.site-nav a,.header-call{color:var(--brand-blue-deep);text-decoration:none;font-size:13px;font-weight:800}.site-nav a:hover,.header-call:hover{color:var(--brand-blue)}.header-actions{display:flex;align-items:center;gap:15px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 17px;border:1px solid transparent;text-decoration:none;font-size:14px;font-weight:900;transition:transform .16s,background .16s}.button:hover{transform:translateY(-2px)}.button--yellow{background:var(--brand-yellow);color:var(--brand-blue-deep)}.button--line{border-color:rgba(255,255,255,.8);color:#fff}.button--blue{background:var(--brand-blue);color:#fff}.hero{position:relative;background:var(--brand-blue-deep);color:#fff}.hero-carousel__slides{position:relative}.hero-carousel__slide{display:none}.hero-carousel__slide.is-active{display:block;animation:hero-in .34s ease-out}@keyframes hero-in{from{opacity:.36;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.hero__grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:510px}.hero__copy{align-self:center;padding:68px 72px 95px 0}.eyebrow{margin:0 0 16px;color:var(--brand-yellow);text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:900}.eyebrow--ink{color:#7d5b09}.hero h1,.detail-hero h1{max-width:670px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,4.7vw,65px);font-weight:600;letter-spacing:-.05em;line-height:1.02}.hero__copy>p:not(.eyebrow),.detail-hero p:not(.eyebrow){max-width:545px;margin:24px 0;color:#dce9ff;font-size:17px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero__notes{display:flex;gap:24px;margin:44px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.22)}.hero__notes div{display:flex;align-items:baseline;gap:7px}.hero__notes dt{color:var(--brand-yellow);font-family:Georgia,serif;font-size:18px}.hero__notes dd{margin:0;color:#cddcf3;font-size:11px}.hero__image{margin:0;overflow:hidden;background:#123f7d}.hero__image img{display:block;width:100%;height:100%;min-height:510px;object-fit:cover}.hero-carousel__controls{position:absolute;left:50%;bottom:25px;transform:translateX(-50%);display:flex;align-items:center;gap:10px}.hero-carousel__controls button{width:32px;height:32px;padding:0;border:1px solid rgba(255,255,255,.55);background:rgba(6,43,102,.76);color:#fff;cursor:pointer;font-weight:900}.hero-carousel__controls button:hover{border-color:var(--brand-yellow);color:var(--brand-yellow)}.hero-carousel__dots{display:flex;gap:7px}.hero-carousel__dots button{width:9px;height:9px;border-radius:50%;border-color:#fff;background:transparent}.hero-carousel__dots button[aria-current="true"]{background:var(--brand-yellow);border-color:var(--brand-yellow)}.products-section{padding:88px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:48px;margin-bottom:50px}.section-heading h2,.pickup-section h2,.contact-section h2,.detail-key-details h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,3.5vw,47px);font-weight:600;letter-spacing:-.035em;line-height:1.08}.section-heading>p{max-width:340px;margin:0;color:var(--muted)}.product-group+.product-group{margin-top:60px}.product-group>h2{font-size:15px;margin:0 0 17px;color:var(--brand-blue-deep);letter-spacing:.02em}.product-grid,.related-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{aspect-ratio:1 / 1;min-width:0;display:grid;grid-template-rows:58% 42%;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:0 5px 14px rgba(11,63,145,.06);transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(11,63,145,.14)}.product-card__image{display:block;min-height:0;overflow:hidden;background:var(--mist)}.product-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s}.product-card__image:hover img{transform:scale(1.04)}.product-card__body{min-height:0;display:flex;flex-direction:column;padding:13px 15px 14px}.product-card__use{overflow:hidden;margin:0 0 5px;color:#8d680c;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;letter-spacing:.09em;font-size:10px;font-weight:900}.product-card h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(21px,2vw,27px);font-weight:600;line-height:1.05}.product-card h3 a{color:var(--brand-blue-deep);text-decoration:none}.product-card__actions{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:8px;font-size:12px;font-weight:900}.product-card__actions>a{color:var(--brand-blue-deep);text-decoration:none}.product-card__actions>a:hover{text-decoration:underline}.product-card__actions span{color:#8d680c;padding-left:4px}.product-card__whatsapp{padding:6px 8px;background:#e6f0e6;border-radius:2px;color:#194e29!important}.service-strip{background:linear-gradient(145deg,#eef5ff,#fff8da);padding:70px 0}.service-strip__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:46px}.service-strip article{border-top:3px solid var(--brand-blue);padding-top:17px}.service-strip span{color:#9a7208;font-family:Georgia,serif;font-size:19px}.service-strip h2{margin:10px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:600;line-height:1.12}.service-strip p{margin:0;color:var(--muted);font-size:14px}.pickup-section{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start;padding:90px 0}.pickup-section>div:last-child{padding-top:35px}.pickup-section p:not(.eyebrow){margin:0 0 24px;color:var(--muted);font-size:16px}.text-link{border-bottom:2px solid var(--brand-blue);padding-bottom:5px;color:var(--brand-blue-deep);font-size:14px;font-weight:900;text-decoration:none}.text-link span{color:#9a7208;padding-left:7px}.contact-section{background:var(--brand-blue-deep);color:#fff;padding:58px 0}.contact-section__grid{display:grid;grid-template-columns:.78fr 1.2fr auto;gap:52px;align-items:center}.contact-list{display:grid;grid-template-columns:1fr 1fr;gap:15px 36px}.contact-list a,.contact-list p{margin:0;color:#fff;text-decoration:none}.contact-list span{display:block;color:#cbdcff;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.contact-list b{display:block;margin-top:4px;font-size:13px}.contact-list p{grid-column:1/-1}.site-footer{background:#031b43;color:#cbdcff;padding:20px 0;font-size:11px}.site-footer__inner{display:flex;justify-content:space-between;gap:20px}.site-footer a{color:var(--brand-yellow);font-weight:900;text-decoration:none}.site-footer a:hover{text-decoration:underline}.detail-hero{background:#edf4ff}.detail-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;min-height:430px}.detail-hero figure{height:100%;margin:0;overflow:hidden}.detail-hero figure img{display:block;width:100%;height:100%;min-height:430px;object-fit:cover}.detail-hero p:not(.eyebrow){color:#4d607b}.detail-body{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;padding:82px 0}.detail-key-details ul{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;margin:30px 0 0;padding:0;list-style:none}.detail-key-details li{padding:14px 0 14px 22px;border-top:1px solid var(--line);font-size:14px;position:relative}.detail-key-details li:before{content:"";position:absolute;top:21px;left:2px;width:7px;height:7px;background:var(--brand-yellow);border-radius:50%}.detail-order{align-self:start;padding:28px;background:#edf4ff;border-top:3px solid var(--brand-blue)}.detail-order p:not(.eyebrow){color:var(--muted);font-size:14px}.related-products{padding:0 0 90px}.related-products>.eyebrow{margin-bottom:17px}.empty-state{padding:130px 0;min-height:50vh}.empty-state h1{font-family:Georgia,serif;font-size:44px}@media(max-width:900px){.header-utility__values{display:none}.site-header__inner{gap:16px}.site-nav{gap:15px}.header-call{display:none}.hero__grid,.detail-hero__grid,.pickup-section,.contact-section__grid,.detail-body{grid-template-columns:1fr;gap:35px}.hero__copy{padding:62px 0 80px}.hero__image img{min-height:340px}.product-grid,.related-products__grid{grid-template-columns:repeat(3,1fr)}.section-heading{align-items:start;flex-direction:column;gap:18px}.service-strip__grid{gap:26px}.pickup-section{padding:70px 0}.pickup-section>div:last-child{padding-top:0}.contact-section__grid{gap:28px}.detail-hero__grid{padding-bottom:0}.detail-hero figure{order:2}.detail-hero figure img{min-height:330px}.detail-body{padding:65px 0}.related-products{padding-bottom:65px}}@media(max-width:620px){:root{--shell:min(100% - 32px,1180px)}.header-utility__inner{min-height:29px;font-size:8px}.site-header__inner{min-height:64px;gap:10px;flex-wrap:wrap;padding:5px 0}.brand img{width:122px;height:51px}.site-nav{order:3;width:100%;margin:0;overflow-x:auto;gap:20px;padding-bottom:8px;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav a{white-space:nowrap;font-size:11px}.header-actions{margin-left:auto}.header-actions .button{min-height:35px;padding:8px 10px;font-size:11px}.hero h1,.detail-hero h1{font-size:40px}.hero__copy>p:not(.eyebrow){font-size:16px}.hero__notes{gap:10px;justify-content:space-between;margin-top:34px}.hero__notes dd{font-size:10px;max-width:80px}.hero__image img{min-height:265px}.hero-carousel__controls{bottom:15px}.products-section{padding:58px 0}.product-group+.product-group{margin-top:40px}.product-grid,.related-products__grid{grid-template-columns:repeat(2,1fr);gap:11px}.product-card__body{padding:10px}.product-card__use{margin-bottom:3px;font-size:8px}.product-card h3{font-size:18px;line-height:1.04}.product-card__actions{padding-top:5px;font-size:10px}.product-card__whatsapp{padding:5px 6px}.service-strip{padding:55px 0}.service-strip__grid{grid-template-columns:1fr;gap:28px}.pickup-section{padding:58px 0}.contact-section{padding:50px 0}.contact-list{grid-template-columns:1fr}.contact-list p{grid-column:auto}.site-footer__inner{display:grid;gap:6px}.detail-hero__grid{min-height:auto}.detail-hero figure img{min-height:275px}.detail-body{padding:55px 0}.detail-key-details ul{grid-template-columns:1fr;gap:0}.detail-order{padding:22px}.related-products{padding-bottom:55px}}
#site-footer{background:#031b43;color:#cbdcff;padding:20px 0;font-size:11px}#site-footer a{color:var(--brand-yellow);font-weight:900;text-decoration:none}#site-footer a:hover{text-decoration:underline}
