:root {
  --navy: #102436;
  --navy-2: #183b52;
  --orange: #f36a21;
  --orange-dark: #d9520c;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --mist: #e9eef0;
  --line: #d9dedd;
  --ink: #15212a;
  --muted: #66727a;
  --white: #fff;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --shadow: 0 20px 55px rgba(16, 36, 54, .12);
  --radius: 8px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--navy); font-family: var(--display); font-weight: 700; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(4rem, 8vw, 7.5rem); }
h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
h3 { font-size: 1.65rem; }
p { color: var(--muted); }
::selection { background: var(--orange); color: var(--white); }
.container { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section--compact { padding: 76px 0; }
.section--navy { background: var(--navy); color: var(--white); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section--mist { background: var(--mist); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2 { max-width: 760px; margin: 0; }
.section-heading p { max-width: 420px; margin: 0 0 5px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--orange-dark); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 27px; height: 3px; background: var(--orange); content: ""; }
.eyebrow--light { color: #ffb386; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-size: .78rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: transform .18s, background .18s, color .18s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--orange); color: var(--white); }
.btn--primary:hover { background: var(--orange-dark); }
.btn--dark { background: var(--navy); color: var(--white); }
.btn--light { background: var(--white); color: var(--navy); }
.btn--outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.btn--block { width: 100%; }
.text-link { color: var(--navy); font-size: .79rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { color: var(--orange); font-size: 1rem; }
.text-link--light { color: var(--white); }

.announcement { background: var(--orange); color: var(--white); font-size: .7rem; font-weight: 750; letter-spacing: .035em; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement a { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(16, 36, 54, .1); background: rgba(255, 253, 248, .94); backdrop-filter: blur(14px); }
.nav { min-height: 78px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand__mark { width: 46px; height: 46px; object-fit: contain; }
.brand__copy { display: flex; flex-direction: column; line-height: 1; }
.brand__copy strong { color: var(--navy); font-family: var(--display); font-size: 1.55rem; letter-spacing: -.02em; text-transform: uppercase; }
.brand__copy small { margin-top: 4px; color: var(--muted); font-size: .56rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 32px; margin: 0 auto; padding: 0; list-style: none; }
.nav-links a { position: relative; padding: 29px 0 25px; color: var(--navy); font-size: .75rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.nav-links a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 3px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-quote { color: var(--orange-dark); font-size: .7rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.cart-toggle { height: 40px; display: inline-flex; align-items: center; gap: 9px; padding: 0 7px 0 14px; border: 1px solid var(--navy); border-radius: 3px; background: transparent; cursor: pointer; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.cart-toggle b { min-width: 26px; height: 26px; display: grid; place-items: center; background: var(--navy); color: var(--white); }
.nav-toggle { width: 40px; height: 40px; display: none; place-items: center; padding: 9px; border: 0; background: var(--navy); cursor: pointer; }
.nav-toggle i { width: 20px; height: 2px; display: block; margin: 3px auto; background: var(--white); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; content: ""; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero::after { position: absolute; width: 450px; height: 450px; right: -170px; top: 30px; border: 75px solid rgba(243, 106, 33, .12); border-radius: 50%; content: ""; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; padding: 86px 0; }
.hero__copy { max-width: 660px; }
.hero__copy h1 { max-width: 8.6ch; margin: 0 0 26px; color: var(--white); text-transform: uppercase; }
.hero__copy h1 span { color: var(--orange); }
.hero__copy > p { max-width: 590px; margin-bottom: 32px; color: rgba(255,255,255,.69); font-size: 1.03rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__visual { position: relative; min-height: 540px; }
.hero-card { position: absolute; overflow: hidden; border: 7px solid var(--navy); background: var(--white); box-shadow: 0 24px 50px rgba(0,0,0,.22); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card--one { width: 57%; aspect-ratio: 1; right: 2%; top: 0; }
.hero-card--two { width: 47%; aspect-ratio: 1; left: 0; top: 22%; }
.hero-card--three { width: 43%; aspect-ratio: 1; right: 12%; bottom: 0; }
.hero-stamp { position: absolute; z-index: 3; left: 24%; bottom: 7%; width: 122px; height: 122px; display: grid; place-items: center; border: 8px solid var(--navy); border-radius: 50%; background: var(--orange); color: var(--white); font-family: var(--display); font-size: 1.18rem; font-weight: 800; line-height: 1; text-align: center; text-transform: uppercase; transform: rotate(-8deg); }
.hero-stamp small { display: block; margin-top: 4px; font-family: var(--body); font-size: .48rem; letter-spacing: .12em; }
.hero-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); background: #0b1c2a; }
.hero-strip__item { min-height: 102px; display: flex; align-items: center; gap: 16px; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-strip__item:last-child { border-right: 0; }
.hero-strip__item b { color: var(--orange); font-family: var(--display); font-size: 2.2rem; font-weight: 750; }
.hero-strip__item span { color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 750; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }

.category-showcase { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 260px 260px; gap: 14px; }
.category-tile { position: relative; min-height: 250px; display: flex; align-items: end; overflow: hidden; padding: 28px; background: var(--mist); }
.category-tile:first-child { grid-row: 1 / 3; }
.category-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.category-tile::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(16,36,54,.92)); content: ""; }
.category-tile:hover img { transform: scale(1.04); }
.category-tile__copy { position: relative; z-index: 1; color: var(--white); }
.category-tile__copy small { color: #ffb386; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.category-tile__copy h3 { margin: 6px 0 0; color: var(--white); font-size: 2rem; text-transform: uppercase; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); transition: transform .22s, box-shadow .22s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: #eef1f1; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .product-card__media img { transform: scale(1.035); }
.product-code { position: absolute; top: 13px; left: 13px; padding: 5px 8px; background: var(--navy); color: var(--white); font-size: .58rem; font-weight: 850; letter-spacing: .1em; }
.stock-dot { position: absolute; right: 12px; bottom: 12px; padding: 5px 8px; background: rgba(255,255,255,.92); color: #2d6e45; font-size: .57rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.stock-dot::before { width: 6px; height: 6px; display: inline-block; margin-right: 5px; border-radius: 50%; background: #3ca362; content: ""; }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.product-category { margin-bottom: 6px; color: var(--orange-dark); font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { min-height: 2.2em; margin: 0 0 10px; font-size: 1.35rem; line-height: 1.08; }
.product-card h3 a:hover { color: var(--orange-dark); }
.product-description { display: -webkit-box; min-height: 4.55em; margin-bottom: 18px; overflow: hidden; font-size: .75rem; line-height: 1.52; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.product-card__foot strong, .detail-price strong { display: block; color: var(--navy); font-family: var(--display); font-size: 1.45rem; line-height: 1; }
.product-card__foot small { display: block; margin-top: 4px; color: var(--muted); font-size: .58rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.add-button { width: 42px; height: 42px; border: 0; background: var(--orange); color: var(--white); cursor: pointer; font-size: 1.5rem; line-height: 1; transition: background .18s, transform .18s; }
.add-button:hover { background: var(--navy); transform: rotate(90deg); }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: var(--navy); }
.split-feature__image { position: relative; min-height: 610px; overflow: hidden; }
.split-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.split-feature__image::after { position: absolute; inset: 0; background: linear-gradient(135deg, transparent 50%, rgba(16,36,54,.48)); content: ""; }
.split-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(40px, calc((100vw - 1180px) / 2)); padding-left: 75px; }
.split-feature__copy h2 { max-width: 600px; margin-bottom: 24px; color: var(--white); }
.split-feature__copy p { max-width: 560px; color: rgba(255,255,255,.68); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 25px 0 34px; border-top: 1px solid rgba(255,255,255,.14); }
.feature-list div { padding: 20px 20px 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: var(--white); font-size: .73rem; font-weight: 750; }
.feature-list div::before { margin-right: 9px; color: var(--orange); content: "↗"; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 275px; padding: 34px; border-right: 1px solid var(--line); background: var(--white); }
.service-card:last-child { border-right: 0; }
.service-card__number { display: block; margin-bottom: 45px; color: var(--orange); font-family: var(--display); font-size: 1.25rem; font-weight: 750; }
.service-card h3 { margin-bottom: 12px; font-size: 1.75rem; text-transform: uppercase; }
.service-card p { margin: 0; font-size: .83rem; }
.testimonials-section { overflow: hidden; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { position: relative; min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 34px; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 8px 8px 0 var(--cream); }
.testimonial-card--accent { border-color: var(--navy); background: var(--navy); color: var(--white); box-shadow: 8px 8px 0 rgba(243,106,33,.25); }
.testimonial-card__mark { position: absolute; top: -28px; right: 22px; color: rgba(243,106,33,.14); font-family: var(--display); font-size: 10rem; font-weight: 800; line-height: 1; }
.testimonial-card blockquote { position: relative; z-index: 1; margin: 46px 0 38px; color: var(--navy); font-family: var(--display); font-size: 1.75rem; font-weight: 650; line-height: 1.25; }
.testimonial-card--accent blockquote { color: var(--white); }
.testimonial-card figcaption { display: flex; align-items: center; gap: 13px; }
.testimonial-card figcaption > span { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; background: var(--orange); color: var(--white); font-size: .65rem; font-weight: 850; letter-spacing: .06em; }
.testimonial-card figcaption strong, .testimonial-card figcaption small { display: block; }
.testimonial-card figcaption strong { color: var(--navy); font-size: .72rem; }
.testimonial-card figcaption small { margin-top: 2px; color: var(--muted); font-size: .62rem; }
.testimonial-card--accent figcaption strong { color: var(--white); }
.testimonial-card--accent figcaption small { color: rgba(255,255,255,.55); }
.cta-band { position: relative; overflow: hidden; padding: 88px 0; background: var(--orange); color: var(--white); }
.cta-band::after { position: absolute; right: -100px; top: -210px; width: 480px; height: 480px; border: 85px solid rgba(255,255,255,.11); border-radius: 50%; content: ""; }
.cta-band__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-band h2 { max-width: 760px; margin: 0; color: var(--white); }

.page-hero { position: relative; overflow: hidden; padding: 102px 0 90px; background: var(--navy); color: var(--white); }
.page-hero::after { position: absolute; width: 420px; height: 420px; right: -150px; bottom: -270px; border: 72px solid rgba(243,106,33,.18); border-radius: 50%; content: ""; }
.page-hero h1 { max-width: 900px; margin: 0 0 22px; color: var(--white); font-size: clamp(4rem, 7vw, 6.6rem); text-transform: uppercase; }
.page-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.67); font-size: 1.05rem; }
.page-hero__meta { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 35px; }
.page-hero__meta span { color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.page-hero__meta b { color: var(--orange); }

.shop-toolbar { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; margin-bottom: 24px; }
.search-wrap { position: relative; max-width: 560px; }
.search-wrap input { width: 100%; height: 52px; padding: 0 54px 0 18px; border: 1px solid var(--line); background: var(--white); color: var(--navy); }
.search-wrap::after { position: absolute; right: 18px; top: 13px; color: var(--orange-dark); font-size: 1.1rem; content: "⌕"; }
.sort-wrap { display: flex; align-items: center; gap: 12px; }
.sort-wrap label, .shop-count { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sort-wrap select { min-width: 190px; height: 52px; padding: 0 42px 0 14px; border: 1px solid var(--line); background: var(--white); }
.catalog-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-chip { padding: 8px 12px; border: 1px solid var(--line); background: transparent; cursor: pointer; color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.empty-results { padding: 70px 25px; border: 1px dashed var(--line); text-align: center; }
.empty-results h2 { font-size: 2.4rem; }

.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.product-detail__media { position: sticky; top: 115px; overflow: hidden; aspect-ratio: 1; background: var(--mist); }
.product-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__badge { position: absolute; z-index: 1; top: 20px; left: 20px; padding: 7px 10px; background: var(--navy); color: var(--white); font-size: .62rem; font-weight: 850; letter-spacing: .1em; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: var(--muted); font-size: .68rem; }
.breadcrumbs a:hover { color: var(--orange-dark); }
.product-detail__copy h1 { margin: 0 0 20px; font-size: clamp(3.2rem, 5vw, 5.7rem); text-transform: uppercase; }
.detail-lead { max-width: 630px; font-size: 1rem; }
.detail-price { display: flex; align-items: end; gap: 10px; margin: 28px 0 20px; }
.detail-price strong { font-size: 2.25rem; }
.detail-price span { color: var(--muted); font-size: .7rem; }
.availability { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; color: var(--muted); font-size: .75rem; }
.availability i { width: 9px; height: 9px; border-radius: 50%; background: #39a35e; box-shadow: 0 0 0 5px rgba(57,163,94,.12); }
.availability strong { color: #2d6e45; }
.purchase-panel { display: flex; gap: 12px; padding: 20px; background: var(--cream); }
.purchase-panel .btn { flex: 1; }
.qty-control { display: grid; grid-template-columns: 38px 46px 38px; height: 50px; border: 1px solid var(--line); background: var(--white); }
.qty-control button, .qty-control input { width: 100%; border: 0; background: transparent; text-align: center; }
.qty-control button { cursor: pointer; font-size: 1.1rem; }
.qty-control input { appearance: textfield; padding: 0; }
.trade-note { margin: 16px 0 36px; padding-left: 14px; border-left: 3px solid var(--orange); font-size: .76rem; }
.trade-note strong { color: var(--navy); }
.detail-specs h2 { margin-bottom: 20px; font-size: 2.2rem; text-transform: uppercase; }
.detail-specs dl { margin: 0; border-top: 1px solid var(--line); }
.detail-specs dl div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.detail-specs dt { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.detail-specs dd { margin: 0; font-size: .8rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.related-card { display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 18px; padding: 14px; border: 1px solid var(--line); background: var(--white); }
.related-card img { width: 112px; height: 112px; object-fit: cover; background: var(--mist); }
.related-card small, .related-card strong, .related-card b { display: block; }
.related-card small { color: var(--orange-dark); font-size: .56rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.related-card strong { margin: 5px 0 8px; color: var(--navy); font-family: var(--display); font-size: 1.12rem; line-height: 1; }
.related-card b { color: var(--navy); font-size: .75rem; }

.story-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.story-intro h2 { position: sticky; top: 120px; margin: 0; }
.story-copy .lead { color: var(--navy); font-family: var(--display); font-size: 2rem; font-weight: 600; line-height: 1.25; }
.business-scope { margin-top: 44px; border-top: 1px solid var(--line); }
.scope-item { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.scope-item span { color: var(--orange); font-family: var(--display); font-size: 1.4rem; font-weight: 750; }
.scope-item h3 { margin: 0 0 8px; text-transform: uppercase; }
.scope-item p { margin: 0; font-size: .85rem; }
.identity-panel { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 550px; background: var(--navy); }
.identity-panel__mark { display: grid; place-items: center; padding: 70px; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 46px 46px; }
.identity-panel__mark img { width: min(390px, 80%); }
.identity-panel__mark img { padding: 24px; border-radius: 18px; background: var(--paper); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.identity-panel__copy { display: flex; flex-direction: column; justify-content: center; padding: 80px; background: #0b1c2a; }
.identity-panel__copy h2 { color: var(--white); }
.identity-panel__copy p { color: rgba(255,255,255,.65); }
.swatches { display: flex; gap: 10px; margin-top: 28px; }
.swatches span { width: 55px; height: 55px; border: 1px solid rgba(255,255,255,.25); }
.swatches span:nth-child(1) { background: var(--navy); }
.swatches span:nth-child(2) { background: var(--orange); }
.swatches span:nth-child(3) { background: var(--cream); }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 24px; align-items: start; }
.contact-card, .form-card { border: 1px solid var(--line); background: var(--white); }
.contact-card { padding: 38px; }
.contact-card h2, .form-card h2 { font-size: 2.5rem; text-transform: uppercase; }
.contact-row { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-of-type { border-bottom: 0; }
.contact-row small { display: block; margin-bottom: 5px; color: var(--orange-dark); font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-row a, .contact-row address { color: var(--navy); font-style: normal; font-weight: 700; }
.form-card { padding: 42px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .65rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid rgba(243,106,33,.23); border-color: var(--orange); }
.map-card { min-height: 300px; display: grid; place-items: center; margin-top: 24px; padding: 40px; overflow: hidden; background-color: var(--navy); background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.17) 1px, transparent 0); background-size: 24px 24px; color: var(--white); text-align: center; }
.map-card span { width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50% 50% 50% 0; background: var(--orange); font-family: var(--display); font-size: 1.5rem; font-weight: 800; transform: rotate(-45deg); }
.map-card span b { transform: rotate(45deg); }
.map-card h3 { margin: 0 0 10px; color: var(--white); font-size: 2rem; }
.map-card p { max-width: 600px; margin: 0; color: rgba(255,255,255,.65); font-size: .8rem; }
.map-embed { margin-top: 24px; border: 1px solid var(--line); background: var(--white); }
.map-embed iframe { width: 100%; height: 330px; display: block; border: 0; }
.map-embed > a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; color: var(--navy); font-size: .7rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.map-embed > a span { color: var(--orange); font-size: 1rem; }
.map-embed > a:hover { background: var(--navy); color: var(--white); }

.checkout-shell { padding: 90px 0 120px; }
.checkout-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 26px; align-items: start; }
.checkout-form, .order-summary { padding: 36px; border: 1px solid var(--line); background: var(--white); }
.checkout-form h2, .order-summary h2 { margin-bottom: 28px; font-size: 2.5rem; text-transform: uppercase; }
.order-summary { position: sticky; top: 110px; }
.checkout-line { display: grid; grid-template-columns: 66px 1fr auto; gap: 13px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.checkout-line img { width: 66px; height: 66px; object-fit: cover; background: var(--mist); }
.checkout-line strong, .checkout-line small { display: block; }
.checkout-line strong { color: var(--navy); font-size: .72rem; line-height: 1.3; }
.checkout-line small { margin-top: 4px; color: var(--muted); font-size: .62rem; }
.checkout-line b { color: var(--navy); font-family: var(--display); font-size: 1rem; }
.order-total { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding-top: 20px; border-top: 2px solid var(--navy); }
.order-total span { font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.order-total strong { color: var(--navy); font-family: var(--display); font-size: 1.8rem; }
.order-disclaimer { margin: 16px 0 24px; font-size: .7rem; }
.agree { display: flex; align-items: flex-start; gap: 9px; margin: 20px 0; color: var(--muted); font-size: .7rem; }
.agree input { margin-top: 4px; }
.order-success { width: min(720px, calc(100% - 44px)); margin: 40px auto 100px; padding: 80px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.order-success > span { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; background: #e6f6eb; color: #25834a; font-size: 2rem; }
.order-success h1 { font-size: 4rem; text-transform: uppercase; }

.policy { width: min(820px, calc(100% - 44px)); margin: 0 auto; padding: 90px 0 120px; }
.policy h2 { margin-top: 50px; font-size: 2.25rem; text-transform: uppercase; }
.policy h3 { margin-top: 28px; }
.policy p, .policy li { color: var(--muted); }
.policy a { color: var(--orange-dark); text-decoration: underline; }
.policy-note { margin: 0 0 38px; padding: 18px 20px; border-left: 4px solid var(--orange); background: var(--cream); font-size: .78rem; }

.site-footer { padding: 78px 0 25px; background: #081927; color: var(--white); }
.site-footer .brand__copy strong { color: var(--white); }
.site-footer .brand__copy small { color: rgba(255,255,255,.5); }
.site-footer .brand__mark { padding: 4px; border-radius: 7px; background: var(--paper); box-shadow: 0 0 0 1px rgba(255,255,255,.16); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .85fr 1.15fr; gap: 55px; }
.footer-intro p { max-width: 390px; margin: 22px 0 18px; color: rgba(255,255,255,.55); font-size: .78rem; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h3 { margin: 8px 0 16px; color: var(--white); font-family: var(--body); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a, .footer-col address { color: rgba(255,255,255,.59); font-size: .74rem; font-style: normal; }
.footer-col a:hover { color: var(--white); }
.footer-contact a:first-of-type { color: #ff9a61; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 62px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: .62rem; letter-spacing: .03em; }

.cart-overlay { position: fixed; z-index: 199; inset: 0; background: rgba(8,25,39,.6); opacity: 0; visibility: hidden; transition: .25s; }
.cart-overlay.is-open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 200; top: 0; right: 0; width: min(480px, 100%); height: 100dvh; display: flex; flex-direction: column; background: var(--paper); box-shadow: -30px 0 80px rgba(0,0,0,.2); transform: translateX(100%); transition: transform .3s; }
.cart-drawer.is-open { transform: none; }
.cart-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 23px 25px; border-bottom: 1px solid var(--line); }
.cart-drawer__head .eyebrow { margin-bottom: 5px; }
.cart-drawer__head h2 { margin: 0; font-size: 2.1rem; text-transform: uppercase; }
.cart-drawer__head h2 b { color: var(--orange); }
.cart-drawer__head > button { border: 0; background: transparent; cursor: pointer; color: var(--navy); font-size: 2rem; }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 8px 25px; }
.cart-drawer__foot { padding: 23px 25px; border-top: 1px solid var(--line); }
.cart-subtotal { display: flex; justify-content: space-between; margin-bottom: 4px; color: var(--navy); }
.cart-subtotal span { font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.cart-subtotal strong { font-family: var(--display); font-size: 1.45rem; }
.cart-drawer__foot p { margin-bottom: 15px; font-size: .65rem; }
.cart-clear { width: 100%; margin-top: 9px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: .65rem; text-decoration: underline; }
.cart-line { display: grid; grid-template-columns: 84px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 84px; height: 84px; object-fit: cover; background: var(--mist); }
.cart-line__name { display: block; color: var(--navy); font-family: var(--display); font-size: 1.12rem; font-weight: 700; line-height: 1.1; }
.cart-line small { display: block; margin-top: 5px; color: var(--muted); font-size: .58rem; }
.cart-line__bottom { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.cart-line__bottom > strong { margin-left: auto; font-family: var(--display); font-size: .9rem; }
.mini-stepper { display: flex; align-items: center; border: 1px solid var(--line); }
.mini-stepper button { width: 28px; height: 26px; border: 0; background: transparent; cursor: pointer; }
.mini-stepper span { min-width: 24px; text-align: center; font-size: .68rem; }
.remove-line { border: 0; background: transparent; cursor: pointer; color: var(--orange-dark); font-size: 1rem; }
.cart-empty { padding: 75px 10px; text-align: center; }
.cart-empty > span { display: block; margin-bottom: 15px; color: var(--orange); font-family: var(--display); font-size: 4rem; }
.cart-empty h3 { margin-bottom: 10px; text-transform: uppercase; }
.cart-empty p { font-size: .77rem; }
.toast { position: fixed; z-index: 300; right: 25px; bottom: 25px; padding: 13px 18px; background: var(--navy); color: var(--white); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; font-size: .72rem; font-weight: 750; }
.toast.is-visible { opacity: 1; transform: none; }

[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .5s, transform .5s; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav { gap: 24px; }
  .nav-links { gap: 20px; }
  .nav-quote { display: none; }
  .hero__grid { gap: 25px; }
  .hero__visual { min-height: 470px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr .7fr .9fr; }
  .footer-contact { grid-column: 1 / -1; }
  .identity-panel__copy { padding: 60px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 720px); }
  .section { padding: 82px 0; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .nav-links.is-open { display: flex; }
  .nav-links a { display: block; padding: 14px 0; }
  .nav-links a::after { bottom: 7px; }
  .nav-actions { margin-left: auto; }
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; padding: 70px 0 35px; }
  .hero__copy h1 { max-width: 9ch; }
  .hero__visual { width: min(550px, 100%); min-height: 480px; margin: 0 auto; }
  .hero-strip { grid-template-columns: 1fr 1fr; }
  .hero-strip__item:nth-child(2) { border-right: 0; }
  .hero-strip__item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section-heading { align-items: start; flex-direction: column; }
  .category-showcase { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 250px 250px; }
  .category-tile:first-child { grid-column: 1 / -1; grid-row: auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature__image { min-height: 500px; }
  .split-feature__copy { padding: 70px max(24px, calc((100vw - 720px) / 2)); }
  .service-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .product-detail { grid-template-columns: 1fr; gap: 45px; }
  .product-detail__media { position: relative; top: 0; }
  .related-grid { grid-template-columns: 1fr; }
  .story-intro { grid-template-columns: 1fr; gap: 35px; }
  .story-intro h2 { position: static; }
  .identity-panel { grid-template-columns: 1fr; }
  .identity-panel__mark { min-height: 440px; }
  .contact-layout, .checkout-grid { grid-template-columns: 1fr; }
  .order-summary { position: static; }
}

@media (max-width: 580px) {
  body { font-size: 15px; }
  .container { width: min(100% - 28px, 520px); }
  .announcement__inner { justify-content: center; text-align: center; }
  .announcement__inner span { display: none; }
  .nav { min-height: 70px; }
  .nav-actions { position: relative; z-index: 2; display: flex; flex: 0 0 auto; }
  .brand__mark { width: 39px; height: 39px; }
  .brand__copy strong { font-size: 1.3rem; }
  .brand__copy small { font-size: .49rem; }
  .cart-toggle span { display: none; }
  .cart-toggle { padding-left: 7px; }
  .hero__copy h1 { font-size: 3.65rem; }
  .page-hero { padding: 72px 0 68px; }
  .page-hero h1 { max-width: 100%; font-size: 3.25rem; line-height: .96; overflow-wrap: anywhere; }
  .page-hero p { font-size: .9rem; }
  .page-hero__meta { gap: 10px 18px; margin-top: 28px; }
  .page-hero__meta span { font-size: .61rem; }
  .hero__visual { min-height: 350px; }
  .hero-stamp { left: 18%; width: 90px; height: 90px; border-width: 5px; font-size: .9rem; }
  .hero-strip__item { min-height: 90px; padding: 18px 16px; }
  .hero-strip__item b { font-size: 1.7rem; }
  .hero-strip__item span { font-size: .59rem; }
  .category-showcase { grid-template-columns: 1fr; grid-template-rows: repeat(5, 280px); }
  .category-tile:first-child { grid-column: auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-description { min-height: auto; }
  .split-feature__image { min-height: 360px; }
  .split-feature__copy { padding: 58px 24px; }
  .feature-list { grid-template-columns: 1fr; }
  .shop-toolbar { grid-template-columns: 1fr; }
  .sort-wrap { align-items: stretch; flex-direction: column; }
  .sort-wrap select { width: 100%; }
  .catalog-meta { align-items: flex-start; flex-direction: column-reverse; }
  .purchase-panel { flex-direction: column; }
  .qty-control { grid-template-columns: 1fr 1fr 1fr; }
  .detail-specs dl div { grid-template-columns: 1fr; gap: 5px; }
  .form-card, .contact-card, .checkout-form, .order-summary { padding: 26px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .identity-panel__mark { min-height: 330px; padding: 35px; }
  .identity-panel__copy { padding: 50px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-intro, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .order-success { width: calc(100% - 28px); padding: 50px 24px; }
  .order-success h1 { font-size: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
