:root{--ink2:#2155ab;--muted:#5b6d91}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:3px}img{max-width:100%;display:block}.wrap{width:min(1280px,calc(100% - 64px));margin:auto}
    .announcement{background:var(--gold);color:#102b69;text-align:center;padding:10px 20px;font-size:.84rem;letter-spacing:.025em}.announcement strong{font-weight:700}
    header{background:var(--paper);border-bottom:1px solid var(--line)}.head{display:flex;align-items:center;gap:40px;min-height:92px}.brand{display:flex;flex-direction:column;min-width:183px;line-height:1}.brand b{font-family:Oswald,Impact,sans-serif;font-size:2.25rem;letter-spacing:.045em;font-weight:600}.brand span{font-size:.62rem;letter-spacing:.235em;text-transform:uppercase;font-weight:700;color:#2052a1;margin-top:7px}.nav{display:flex;align-items:center;gap:29px;margin-left:auto}.nav a{font-size:.88rem;font-weight:700;white-space:nowrap}.nav a:hover,.text-link:hover{color:#0c52be}.header-actions{display:flex;gap:17px;margin-left:16px}.header-actions a{display:flex;align-items:center;gap:7px;font-weight:700;font-size:.85rem}.header-actions svg{width:19px;height:19px}.mobile-menu{display:none}
    .hero{background:var(--ink);color:white;display:grid;grid-template-columns:minmax(0,45%) minmax(0,55%);min-height:590px;overflow:hidden}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:75px max(44px,calc((100vw - 1280px)/2)) 75px max(44px,calc((100vw - 1280px)/2));padding-right:40px;position:relative;z-index:1}.eyebrow{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--gold);margin:0 0 22px}.hero h1,.section-title,.feature-copy h2,.story h2{font-family:Oswald,Impact,sans-serif;font-weight:500;text-transform:uppercase;line-height:1.04;letter-spacing:.005em}.hero h1{font-size:clamp(3.5rem,5.5vw,6.25rem);font-weight:600;margin:0 0 25px;max-width:720px}.hero h1 span{color:var(--gold)}.hero p:not(.eyebrow){font-size:1.08rem;max-width:440px;color:#dce8ff;margin:0 0 34px;line-height:1.65}.hero-image{position:relative;min-height:540px;overflow:hidden;background:#aab4be}.hero-image:before{content:"";position:absolute;inset:-24px;background-image:var(--hero-backdrop);background-position:center;background-size:cover;filter:blur(20px) brightness(.8)}.hero-image img{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:contain;object-position:center}.hero-image:after{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(18,60,146,.13),transparent 20%);pointer-events:none}
    .button{display:inline-flex;align-items:center;justify-content:center;gap:15px;background:var(--gold);color:#102b69;padding:16px 25px;min-height:52px;font-weight:700;font-size:.88rem;letter-spacing:.025em;align-self:flex-start;transition:background .2s,transform .2s}.button:hover{background:var(--gold);transform:translateY(-2px)}.button svg,.text-link svg{width:17px;height:17px}
    .notice{background:var(--gold);border-bottom:1px solid #d9c300}.notice-inner{display:grid;grid-template-columns:1fr 1fr;gap:38px;padding:20px 0}.notice-item{display:flex;gap:15px;align-items:flex-start}.notice-item svg{flex:none;width:22px;height:22px;color:#1c4da5;margin-top:2px}.notice-item p{margin:0;font-size:.85rem;line-height:1.5}.notice-item strong{display:block;font-size:.86rem;color:var(--ink);margin-bottom:2px}
    .section{padding:84px 0}.section-top{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-title{font-size:clamp(2.5rem,4vw,4rem);margin:0}.section-kicker{color:#1d4ca1;margin:0 0 7px;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:.88rem;padding:8px 0;white-space:nowrap}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category{background:#174ca6;min-height:280px;display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden;color:#fff;padding:27px}.category img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}.category:hover img{transform:scale(1.055)}.category:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,32,94,.9),rgba(5,32,94,.04) 72%)}.category span,.category h3,.category .cat-arrow{position:relative;z-index:1}.category span{font-size:.68rem;text-transform:uppercase;letter-spacing:.17em;font-weight:700;color:var(--gold)}.category h3{font-family:Oswald,Impact,sans-serif;font-size:1.8rem;font-weight:500;text-transform:uppercase;line-height:1.1;margin:6px 32px 0 0}.cat-arrow{position:absolute!important;right:24px;bottom:31px;font-size:1.5rem}
    .products-section{background:var(--paper)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{min-width:0}.product-image{background:#edf4ff;aspect-ratio:1.12;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product:hover .product-image img{transform:scale(1.045)}.product-image .badge{position:absolute;left:12px;top:12px;background:var(--ink);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:7px 9px}.product-image .badge.sold{background:#59677c}.product-meta{font-size:.71rem;text-transform:uppercase;letter-spacing:.12em;color:#2052a1;font-weight:700;margin:19px 0 8px}.product h3{font-size:1.02rem;line-height:1.42;margin:0 0 15px;font-weight:700;min-height:2.9em}.product .shop-link{font-size:.82rem;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:4px}.product .shop-link:hover{color:#0c52be;border-color:#0c52be}
    .feature{background:var(--gold);display:grid;grid-template-columns:1fr 1fr;min-height:430px}.feature-photo{position:relative;overflow:hidden;background:#dce8f8}.feature-photo:before{content:"";position:absolute;inset:-24px;background-image:var(--feature-backdrop);background-position:center;background-size:cover;filter:blur(20px) brightness(.78)}.feature-photo img{position:absolute;inset:0;height:100%;width:100%;object-fit:contain}.feature-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:var(--gold);padding:60px clamp(35px,7vw,110px)}.feature-copy h2{font-size:clamp(2.5rem,4vw,4rem);max-width:500px;margin:0 0 20px}.feature-copy p:not(.section-kicker){max-width:480px;line-height:1.7;margin:0 0 24px;color:#375480}.feature-copy .button{background:var(--ink);color:white}.feature-copy .button:hover{background:#2562c1}
    .story{text-align:center;padding:85px 20px;background:var(--ink);color:#ffffff}.story .section-kicker{color:var(--gold)}.story h2{font-size:clamp(2.4rem,4vw,4rem);margin:0 auto 18px;max-width:700px}.story p:not(.section-kicker){max-width:620px;margin:0 auto 26px;color:#dce8ff;line-height:1.7}.story .text-link{color:var(--gold);font-size:1.35rem;font-weight:700;letter-spacing:.01em;border-bottom:2px solid currentColor;padding-bottom:5px}
    footer{background:#0b2d79;color:#fff;padding:45px 0 22px}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.foot .brand{color:white}.foot p{font-size:.83rem;line-height:1.6;color:#c8d8f8;max-width:350px}.foot h3{font-size:.77rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin:8px 0 18px}.foot a:not(.brand){display:block;font-size:.85rem;margin:0 0 10px;color:#e7eeff}.foot a:hover{color:var(--gold)}.foot-bottom{border-top:1px solid #3f62a9;margin-top:37px;padding-top:20px;font-size:.75rem;color:#b4c9f4}
    @media(max-width:1050px){.head{gap:22px}.nav{gap:15px}.nav a{font-size:.78rem}.header-actions{margin-left:0}.hero-content{padding-left:35px}.hero h1{font-size:4rem}.categories{gap:12px}.products{gap:14px}}
    @media(max-width:760px){.wrap{width:min(100% - 36px,1280px)}.head{min-height:74px}.brand{min-width:auto}.brand b{font-size:1.9rem}.brand span{font-size:.5rem}.mobile-menu{display:block;margin-left:auto}.mobile-menu summary{list-style:none;cursor:pointer;font-weight:700;font-size:.85rem;padding:10px}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open] nav{position:absolute;z-index:5;left:0;right:0;top:115px;background:var(--paper);box-shadow:0 12px 20px #0002;padding:20px;display:flex;flex-direction:column;gap:17px}.nav{display:none}.header-actions{margin-left:0}.header-actions span{display:none}.hero{grid-template-columns:1fr}.hero-content{padding:58px 26px 50px}.hero h1{font-size:clamp(3.4rem,12vw,5rem)}.hero-image{min-height:330px;height:48vw;max-height:470px}.notice-inner{grid-template-columns:1fr;gap:14px;padding:18px 0}.section{padding:64px 0}.categories{grid-template-columns:1fr 1fr}.categories .category:last-child{grid-column:span 2}.products{grid-template-columns:1fr 1fr;gap:28px 14px}.feature{grid-template-columns:1fr}.feature-photo{height:320px}.feature-copy{padding:48px 25px}.foot{grid-template-columns:1fr 1fr}.foot>div:first-child{grid-column:span 2}}
    @media(max-width:480px){.announcement{font-size:.73rem}.mobile-menu[open] nav{top:109px}.hero-image{min-height:250px}.section-top{align-items:start}.section-title{font-size:2.7rem}.categories{grid-template-columns:1fr}.categories .category:last-child{grid-column:auto}.category{min-height:240px}.products{gap:26px 12px}.product h3{font-size:.9rem}.product-meta{font-size:.63rem}.product-image .badge{font-size:.58rem}.foot{gap:25px}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
