:root {
  --ink: #071923;
  --ink-soft: #102a35;
  --paper: #f3f0e7;
  --paper-2: #e8e3d7;
  --signal: #ff5a2f;
  --acid: #d9ff43;
  --sky: #b9d9dc;
  --line: rgba(7, 25, 35, .18);
  --line-light: rgba(255, 255, 255, .18);
  --white: #fff;
  --radius: 0;
  --shadow: 0 24px 70px rgba(7, 25, 35, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PT Root UI", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; width: 1.15em; height: 1.15em; }
.site-shell { min-height: 100vh; overflow: hidden; }
.site-content { min-height: 50vh; }
.wrap { width: calc(100% - 64px); max-width: 1400px; margin: 0 auto; }
.section { padding: 120px 0; }
.kicker, .eyebrow {
  margin: 0 0 20px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.kicker.light, .eyebrow.light { color: rgba(255,255,255,.64); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .98; letter-spacing: -.045em; }
h1 { font-size: 80px; }
h2 { margin-bottom: 30px; font-size: 64px; font-weight: 650; }
h3 { font-size: 26px; }
.button {
  display: inline-flex;
  min-height: 58px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button-signal { color: var(--white); background: var(--signal); }
.button-signal:hover { background: #e84620; }
.button-ink, .button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-ink:hover, .button-dark:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.button-paper, .button-light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button-paper:hover, .button-light:hover { background: var(--acid); border-color: var(--acid); }
.button-outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-ghost { color: var(--white); background: transparent; border-color: rgba(255,255,255,.5); }
.centered, .catalog-more { margin-top: 52px; text-align: center; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 800; border-bottom: 1px solid currentColor; }

/* route chrome */
.scroll-meter { position: fixed; z-index: 110; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.scroll-meter i { display: block; width: 0; height: 100%; background: var(--acid); }
.utility-line { position: relative; z-index: 60; color: var(--white); background: var(--ink); border-bottom: 1px solid var(--line-light); }
.utility-line-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.utility-line span { display: flex; align-items: center; gap: 11px; }
.utility-line i { display: inline-block; width: 4px; height: 4px; background: var(--signal); border-radius: 50%; }
.utility-line a { font-weight: 800; }
.site-header { position: sticky; z-index: 55; top: 0; color: var(--ink); background: rgba(243,240,231,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { position: relative; min-height: 84px; display: flex; align-items: center; gap: 38px; }
.brand { flex: none; display: inline-flex; align-items: center; gap: 13px; }
.brand-code { width: 54px; height: 46px; display: grid; grid-template-columns: 1fr 8px 1fr; align-items: center; justify-items: center; color: var(--white); background: var(--ink); font-size: 17px; }
.brand-code i { color: var(--signal); font-style: normal; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-size: 17px; line-height: 1; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: rgba(7,25,35,.55); font-size: 9px; line-height: 1.1; letter-spacing: .07em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.main-nav a { position: relative; padding: 31px 0 28px; font-size: 12px; font-weight: 800; letter-spacing: .035em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--signal); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.main-nav a span { margin-right: 4px; color: var(--signal); font-size: 8px; vertical-align: top; }
.mobile-phone { display: none; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn, .menu-btn { height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.icon-btn { width: 46px; }
.icon-btn:hover { color: var(--white); background: var(--ink); }
.cart-btn { min-height: 46px; padding: 0 7px 0 16px; display: inline-flex; align-items: center; gap: 12px; color: var(--white); background: var(--ink); }
.cart-btn-icon { display: inline-flex; align-items: center; justify-content: center; }
.cart-btn-label { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cart-btn-count { min-width: 31px; height: 31px; padding: 0 6px; display: grid; place-items: center; color: var(--ink); background: var(--acid); font-size: 12px; }
.menu-btn { min-width: 86px; padding: 0 12px; display: none; gap: 10px; }
.menu-btn-label { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-btn-lines { width: 20px; height: 14px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.menu-btn-lines i { display: block; width: 20px; height: 2px; background: currentColor; transition: transform .25s ease; }
.search-panel { position: absolute; top: 100%; right: 0; width: 560px; padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 10px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); transform: translateY(-10px); opacity: 0; visibility: hidden; transition: .25s ease; }
.search-panel.open { transform: translateY(0); opacity: 1; visibility: visible; }
.search-panel label { grid-column: 1 / -1; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.search-panel input { min-width: 0; height: 56px; padding: 0 16px; color: var(--ink); background: var(--paper); border: 0; outline: none; }

/* first field note */
.field-hero { color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.field-hero-grid { min-height: 720px; display: grid; grid-template-columns: 48% 52%; align-items: stretch; }
.field-hero-copy { padding: 88px 60px 60px 0; display: flex; flex-direction: column; justify-content: center; }
.hero-route { margin-bottom: 34px; display: flex; align-items: center; gap: 13px; color: rgba(7,25,35,.58); font-family: monospace; font-size: 10px; letter-spacing: .08em; }
.hero-route i { width: 34px; height: 1px; background: var(--line); }
.hero-route b { margin-left: auto; padding: 7px 9px; color: var(--ink); background: var(--acid); }
.field-hero h1 { margin: 0 0 30px; font-weight: 720; }
.field-hero h1 em { color: var(--signal); font-style: normal; }
.hero-lead { max-width: 600px; margin-bottom: 34px; color: rgba(7,25,35,.72); font-size: 18px; }
.hero-actions { display: flex; gap: 10px; }
.hero-readout { margin-top: 54px; padding-top: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; border-top: 1px solid var(--line); }
.hero-readout span { display: flex; align-items: baseline; gap: 10px; }
.hero-readout b { font-size: 27px; line-height: 1; }
.hero-readout small { max-width: 90px; color: rgba(7,25,35,.55); font-size: 10px; line-height: 1.25; text-transform: uppercase; }
.field-visual { position: relative; min-width: 0; background: var(--ink); overflow: hidden; }
.visual-window { position: absolute; inset: 0; overflow: hidden; }
.visual-window::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(7,25,35,.12), rgba(7,25,35,.62)); }
.visual-window img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); transition: transform .2s linear; }
.visual-grid { position: absolute; z-index: 2; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px); background-size: 96px 96px; }
.topo-rings { position: absolute; z-index: 3; right: -110px; top: -80px; width: 480px; height: 480px; }
.topo-rings i { position: absolute; inset: 0; border: 1px solid rgba(217,255,67,.65); border-radius: 44% 56% 48% 52%; transform: rotate(14deg); }
.topo-rings i:nth-child(2) { inset: 42px; transform: rotate(-10deg); }
.topo-rings i:nth-child(3) { inset: 90px; transform: rotate(23deg); }
.topo-rings i:nth-child(4) { inset: 145px; transform: rotate(-22deg); }
.route-pin { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; color: var(--white); font-family: monospace; }
.route-pin::before { content: ""; width: 12px; height: 12px; background: var(--signal); border: 4px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 0 0 1px var(--white); }
.route-pin b { font-size: 10px; }
.route-pin small { font-size: 8px; letter-spacing: .12em; }
.route-pin-a { left: 16%; top: 31%; }
.route-pin-b { right: 15%; top: 55%; }
.weather-card { position: absolute; z-index: 5; top: 28px; left: 28px; width: 185px; padding: 16px; color: var(--ink); background: var(--acid); }
.weather-card span, .weather-card small { display: block; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.weather-card b { display: block; margin: 8px 0 5px; font-size: 22px; }
.visual-caption { position: absolute; z-index: 5; right: 0; bottom: 0; width: 280px; padding: 24px; color: var(--white); background: var(--signal); }
.visual-caption span { display: block; margin-bottom: 12px; font-family: monospace; font-size: 9px; letter-spacing: .1em; }
.visual-caption b { display: block; font-size: 24px; line-height: 1.05; letter-spacing: -.03em; }
.route-tape { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; white-space: nowrap; overflow: hidden; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.route-tape i { color: var(--signal); font-style: normal; font-size: 17px; }

/* category route index */
.catalog-index { position: relative; background: var(--paper-2); }
.catalog-index::before { content: "NC / CATALOGUE"; position: absolute; right: -35px; top: 260px; color: rgba(7,25,35,.05); font-size: 100px; font-weight: 900; letter-spacing: -.06em; transform: rotate(90deg); }
.section-intro { margin-bottom: 65px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.section-intro h2 { margin-bottom: 0; }
.section-intro > p { max-width: 510px; margin: 0; color: rgba(7,25,35,.66); font-size: 17px; }
.category-index-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.category-index-card { position: relative; min-height: 220px; padding: 28px; display: grid; grid-template-columns: 54px 1fr 170px; gap: 22px; align-items: stretch; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.category-index-card:hover { z-index: 2; transform: translate(-5px,-5px); box-shadow: 8px 8px 0 var(--signal); }
.category-index-number { font-family: monospace; font-size: 11px; }
.category-index-copy { display: flex; flex-direction: column; align-items: flex-start; }
.category-index-copy small { color: rgba(7,25,35,.58); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.category-index-copy b { margin: auto 0 20px; max-width: 250px; font-size: 28px; line-height: .98; letter-spacing: -.04em; }
.category-index-copy em { font-size: 10px; font-weight: 800; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.category-index-image { position: relative; align-self: center; height: 150px; overflow: hidden; background: var(--ink); }
.category-index-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) saturate(.7); transition: transform .45s ease, filter .35s ease; }
.category-index-card:hover img { transform: scale(1.08); filter: none; }
.category-tone-2, .category-tone-5 { background: var(--sky); }
.category-tone-3 { background: var(--acid); }
.category-tone-4 { color: var(--white); background: var(--ink); }
.category-tone-4 .category-index-copy small { color: rgba(255,255,255,.6); }
.category-tone-6 { background: #d9d2c4; }

/* dynamic shop */
.gear-shop { color: var(--white); background: var(--ink); }
.gear-shop-head { margin-bottom: 58px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.gear-shop-head h2 { margin-bottom: 0; color: var(--white); }
.gear-shop-head > a { flex: none; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gear-shop-head > a span { margin-left: 28px; color: var(--acid); }
.product-grid, .collection-products, .search-results { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.gear-card { min-width: 0; color: var(--ink); background: var(--paper); transition: transform .25s ease; }
.gear-card:hover { transform: translateY(-7px); }
.gear-card-topline { min-height: 36px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: monospace; font-size: 8px; letter-spacing: .1em; }
.gear-card-topline b { color: #267258; }
.gear-card-image { position: relative; height: 300px; display: block; overflow: hidden; background: #e1ddd2; }
.gear-card-image::after { content: ""; position: absolute; inset: 0; border: 0 solid var(--signal); transition: border-width .25s ease; }
.gear-card:hover .gear-card-image::after { border-width: 7px; }
.gear-card-image > img, .product-image-placeholder, .product-image-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.gear-card-image > img { transition: transform .45s ease; }
.gear-card:hover .gear-card-image > img { transform: scale(1.045); }
.product-availability { position: absolute; z-index: 2; left: 13px; top: 13px; padding: 7px 9px; color: var(--white); background: var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-availability.is-order { color: var(--ink); background: var(--acid); }
.gear-card-arrow { position: absolute; z-index: 2; right: 13px; top: 13px; width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); background: var(--signal); font-size: 18px; }
.gear-card-meta { min-height: 190px; padding: 20px; display: flex; flex-direction: column; }
.gear-card-meta > small { color: rgba(7,25,35,.52); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gear-card-meta h3 { margin: 11px 0 24px; font-size: 20px; line-height: 1.1; }
.gear-card-buy { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gear-card-buy > b { white-space: nowrap; font-size: 20px; }
.product-card-form { margin: 0; }
.product-cart-button, .product-order-link { min-height: 42px; padding: 0 8px 0 13px; display: inline-flex; align-items: center; gap: 12px; color: var(--white); background: var(--ink); border: 0; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.product-cart-button i, .product-order-link i { width: 27px; height: 27px; display: grid; place-items: center; color: var(--ink); background: var(--acid); font-size: 17px; font-style: normal; }
.catalog-empty-route { padding: 70px; color: var(--ink); background: var(--paper); border-left: 12px solid var(--signal); }
.catalog-empty-route > span { font-family: monospace; font-size: 10px; letter-spacing: .12em; }
.catalog-empty-route h3 { margin: 25px 0 15px; font-size: 42px; }
.catalog-empty-route p { max-width: 560px; color: rgba(7,25,35,.62); }

/* set scenarios */
.set-builder { background: var(--paper); }
.set-builder-intro { align-items: center; }
.set-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 12px; }
.set-card { position: relative; min-height: 510px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--ink); overflow: hidden; isolation: isolate; }
.set-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background-position: center; background-size: cover; transition: transform .6s ease; }
.set-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(to top, rgba(7,25,35,.94), rgba(7,25,35,.04) 72%); }
.set-card:hover::before { transform: scale(1.05); }
.set-card-camp::before { background-image: url("category-camping.webp"); }
.set-card-fish::before { background-image: url("category-fishing.webp"); }
.set-card-light::before { background-image: url("nature-camping-hero.webp"); }
.set-card-code { align-self: flex-start; padding: 8px 10px; color: var(--ink); background: var(--acid); font-family: monospace; font-size: 9px; letter-spacing: .1em; }
.set-card small { display: block; margin-bottom: 12px; color: rgba(255,255,255,.64); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.set-card h3 { margin-bottom: 14px; font-size: 36px; }
.set-card p { max-width: 330px; color: rgba(255,255,255,.76); }
.set-card button { padding: 0; color: var(--acid); background: transparent; border: 0; font-weight: 800; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

/* field protocol */
.field-protocol { color: var(--white); background: var(--signal); }
.protocol-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.protocol-statement { position: sticky; top: 145px; align-self: start; }
.protocol-statement h2 { color: var(--white); font-size: 78px; }
.protocol-statement > p:not(.kicker) { max-width: 460px; color: rgba(255,255,255,.8); font-size: 18px; }
.protocol-statement .button { margin-top: 20px; color: var(--ink); background: var(--acid); }
.protocol-list { border-top: 1px solid rgba(255,255,255,.55); }
.protocol-list article { min-height: 150px; padding: 27px 0; display: grid; grid-template-columns: 54px 1fr auto; gap: 24px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.55); }
.protocol-list article > span { font-family: monospace; font-size: 11px; }
.protocol-list h3 { margin-bottom: 10px; font-size: 30px; }
.protocol-list p { margin: 0; color: rgba(255,255,255,.75); }
.protocol-list article > b { padding: 6px 8px; color: var(--ink); background: var(--acid); font-size: 8px; letter-spacing: .1em; }

/* dispatch */
.dispatch { background: var(--sky); }
.dispatch-head { position: relative; margin-bottom: 76px; }
.dispatch-head h2 { margin: 0; }
.dispatch-head > span { position: absolute; right: 0; bottom: 5px; padding: 10px 13px; color: var(--white); background: var(--ink); font-family: monospace; font-size: 9px; letter-spacing: .12em; }
.dispatch-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(7,25,35,.24); }
.dispatch-track::before { content: ""; position: absolute; z-index: 2; top: 48px; left: 12.5%; right: 12.5%; height: 2px; background: var(--signal); }
.dispatch-track article { position: relative; z-index: 3; min-height: 270px; padding: 28px; background: var(--sky); }
.dispatch-track article > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--white); background: var(--signal); border: 7px solid var(--sky); box-shadow: 0 0 0 1px var(--signal); font-family: monospace; font-size: 9px; }
.dispatch-track h3 { margin: 70px 0 14px; font-size: 25px; }
.dispatch-track p { margin: 0; color: rgba(7,25,35,.67); }

/* faq */
.faq-field { background: var(--paper); }
.faq-field-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; }
.faq-field-title h2 { font-size: 76px; }
.faq-field-title > p:not(.kicker) { max-width: 350px; color: rgba(7,25,35,.62); }
.faq-field-title > a { display: inline-block; margin-top: 20px; color: var(--signal); font-size: 22px; font-weight: 800; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list article { border-bottom: 1px solid var(--ink); }
.faq-list button { width: 100%; min-height: 94px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; text-align: left; background: transparent; border: 0; cursor: pointer; }
.faq-list button span { font-size: 20px; font-weight: 750; letter-spacing: -.02em; }
.faq-list button b { margin-right: 18px; color: var(--signal); font-family: monospace; font-size: 10px; letter-spacing: 0; }
.faq-list button i { flex: none; width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--ink); font-style: normal; }
.faq-list article > div { display: none; padding: 0 55px 28px 47px; color: rgba(7,25,35,.66); }
.faq-list article.open > div { display: block; }
.faq-list article > div p { margin: 0; }

/* contact beacon */
.contact-beacon { position: relative; color: var(--white); background: var(--ink); overflow: hidden; }
.contact-beacon::before { content: ""; position: absolute; width: 620px; height: 620px; left: -180px; bottom: -360px; border: 1px solid rgba(217,255,67,.45); border-radius: 47% 53% 42% 58%; box-shadow: 0 0 0 50px rgba(217,255,67,.08), 0 0 0 100px rgba(217,255,67,.05), 0 0 0 150px rgba(217,255,67,.03); }
.contact-beacon-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.contact-beacon h2 { color: var(--white); font-size: 70px; }
.contact-beacon-grid > div > p:not(.kicker) { max-width: 520px; color: rgba(255,255,255,.68); }
.beacon-contact { margin-top: 38px; display: flex; flex-direction: column; }
.beacon-contact a { color: var(--acid); font-size: 28px; font-weight: 800; }
.beacon-contact span { margin-top: 8px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.beacon-form { padding: 38px; color: var(--ink); background: var(--paper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* forms and modal */
.feedback-form { display: grid; gap: 17px; }
.feedback-form label { display: grid; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.feedback-form input:not([type="checkbox"]), .feedback-form textarea, .variant-field select, .search-form-large input, .collection-sort select, .coupon-row input {
  width: 100%; min-height: 56px; padding: 14px 16px; color: var(--ink); background: var(--white); border: 1px solid rgba(7,25,35,.28); border-radius: 0; outline: none;
}
.feedback-form textarea { resize: vertical; }
.feedback-form input:focus, .feedback-form textarea:focus { border-color: var(--signal); box-shadow: 0 0 0 2px rgba(255,90,47,.15); }
.feedback-agree { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; font-size: 9px !important; font-weight: 500 !important; letter-spacing: 0 !important; text-transform: none !important; }
.feedback-agree input { margin: 2px 0 0; accent-color: var(--signal); }
.feedback-field-error { color: #be2a13; font-size: 11px; }
.feedback-success { display: none; padding: 15px; color: var(--ink); background: var(--acid); }
.modal-layer { position: fixed; z-index: 120; inset: 0; padding: 22px; display: flex; align-items: center; justify-content: center; background: rgba(7,25,35,.78); opacity: 0; visibility: hidden; transition: .25s ease; }
.modal-layer.open { opacity: 1; visibility: visible; }
.modal { position: relative; width: 100%; max-width: 560px; max-height: calc(100vh - 44px); padding: 44px; overflow: auto; background: var(--paper); box-shadow: var(--shadow); transform: translateY(22px); transition: .25s ease; }
.modal-layer.open .modal { transform: translateY(0); }
.modal h2 { font-size: 42px; }
.modal-close { position: absolute; right: 14px; top: 14px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.site-toast { position: fixed; z-index: 130; left: 50%; bottom: 25px; padding: 14px 20px; color: var(--ink); background: var(--acid); box-shadow: var(--shadow); font-size: 12px; font-weight: 800; transform: translate(-50%,30px); opacity: 0; visibility: hidden; transition: .25s ease; }
.site-toast.is-show { transform: translate(-50%,0); opacity: 1; visibility: visible; }
.field-contact { position: fixed; z-index: 48; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 4px; }
.field-contact a, .field-contact button { width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,.25); font-family: monospace; font-size: 9px; font-weight: 800; cursor: pointer; }
.field-contact button { color: var(--ink); background: var(--signal); border-color: var(--signal); font-size: 16px; }

/* footer */
.footer { color: var(--white); background: #031015; border-top: 1px solid var(--line-light); }
.footer-main { padding: 72px 0 58px; display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 100px; }
.footer .brand-code { background: var(--signal); }
.footer .brand-copy small { color: rgba(255,255,255,.5); }
.footer-brand-block > p { max-width: 430px; margin: 24px 0 0; color: rgba(255,255,255,.56); }
.footer-route, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-route small, .footer-contact small { margin-bottom: 10px; color: var(--acid); font-family: monospace; font-size: 9px; letter-spacing: .13em; }
.footer-route a, .footer-contact a { color: rgba(255,255,255,.78); }
.footer-contact .footer-phone { color: var(--white); font-size: 24px; font-weight: 800; }
.footer-contact span { color: rgba(255,255,255,.44); font-size: 10px; text-transform: uppercase; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: rgba(255,255,255,.4); border-top: 1px solid var(--line-light); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom span:last-child { display: flex; gap: 24px; }

/* internal commerce pages */
.breadcrumbs { padding-top: 28px; display: flex; align-items: center; gap: 9px; color: rgba(7,25,35,.5); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--signal); }
.inner-hero, .cart-page > header, .search-page > header { padding-top: 75px; padding-bottom: 50px; border-bottom: 1px solid var(--ink); }
.inner-hero h1, .cart-page h1, .search-page h1, .article-page h1 { margin: 0; font-size: 62px; }
.inner-hero > p:last-child { max-width: 720px; color: rgba(7,25,35,.63); }
.catalog-layout { padding: 60px 0 110px; display: grid; grid-template-columns: 250px 1fr; gap: 45px; }
.collection-sidebar { position: sticky; top: 122px; align-self: start; padding: 24px; color: var(--white); background: var(--ink); }
.sidebar-group + .sidebar-group { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line-light); }
.sidebar-group h3 { margin-bottom: 14px; font-size: 15px; letter-spacing: 0; }
.sidebar-links, .filter-list { display: grid; gap: 8px; }
.sidebar-links a, .filter-list label { color: rgba(255,255,255,.72); font-size: 13px; }
.sidebar-links a:hover, .sidebar-links a.current { color: var(--acid); }
.reset-filter { margin-top: 18px; display: inline-block; color: var(--acid); font-size: 11px; }
.collection-toolbar { min-height: 54px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.collection-sort { display: flex; align-items: center; gap: 10px; }
.collection-sort select { min-height: 40px; padding: 0 34px 0 10px; background: transparent; border: 0; }
.collection-products, .search-results { grid-template-columns: repeat(3,1fr); background: var(--line); }
.pagination { margin-top: 45px; display: flex; justify-content: center; gap: 5px; }
.pagination a, .pagination span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); font-size: 12px; }
.pagination .current { color: var(--white); background: var(--ink); }
.info-card-grid, .page-info-grid, .page-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.info-card, .page-info-grid > *, .page-review-grid > * { padding: 28px; background: var(--white); border: 1px solid var(--line); }
.empty-state { padding: 70px; text-align: center; background: var(--white); border: 1px solid var(--line); }

.product-page { padding-bottom: 110px; }
.product-detail { padding: 55px 0 80px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; }
.product-gallery { min-width: 0; display: grid; grid-template-columns: 82px 1fr; gap: 12px; }
.product-thumbs { display: flex; flex-direction: column; gap: 8px; }
.product-thumb { width: 82px; height: 82px; padding: 0; background: var(--white); border: 1px solid var(--line); cursor: pointer; overflow: hidden; }
.product-thumb.active { border: 3px solid var(--signal); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-main-image { min-height: 590px; background: var(--white); overflow: hidden; }
.product-main-image > img, .product-main-image .product-image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.product-info { align-self: start; padding: 36px; background: var(--white); border-top: 7px solid var(--signal); }
.product-type, .product-sku { color: rgba(7,25,35,.5); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-info h1 { margin: 18px 0; font-size: 48px; }
.product-price { margin: 28px 0; display: flex; align-items: center; gap: 14px; }
.product-price strong { font-size: 32px; }
.product-price del { color: rgba(7,25,35,.42); }
.product-short { color: rgba(7,25,35,.65); }
.variant-field { margin: 25px 0 15px; }
.variant-field label { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.purchase-row { margin-top: 26px; display: grid; grid-template-columns: 120px 1fr; gap: 10px; }
.quantity-field, .cart-qty-control { display: grid; grid-template-columns: 34px 1fr 34px; border: 1px solid var(--ink); }
.quantity-field button, .cart-qty-control button { border: 0; background: transparent; cursor: pointer; }
.quantity-field input, .cart-qty-control input { min-width: 0; width: 100%; text-align: center; background: transparent; border: 0; }
.one-click { width: 100%; margin-top: 10px; }
.product-benefits { margin-top: 28px; display: grid; gap: 12px; }
.product-benefits > div { display: flex; gap: 12px; align-items: center; color: rgba(7,25,35,.64); font-size: 13px; }
.product-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.product-description, .product-properties { padding: 36px; background: var(--white); }
.product-description h2, .product-properties h2 { font-size: 38px; }
.product-properties table { width: 100%; border-collapse: collapse; }
.product-properties td { padding: 12px 0; border-bottom: 1px solid var(--line); }
.product-properties td:last-child { text-align: right; font-weight: 700; }
.related-section { margin-top: 90px; }
.related-section .product-grid { background: var(--line); }

.cart-page { padding-bottom: 110px; }
.cart-layout { padding-top: 50px; display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.cart-items { background: var(--white); }
.cart-item { padding: 20px; display: grid; grid-template-columns: 100px 1fr 130px 120px 32px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-item-image { width: 100px; height: 100px; background: var(--paper-2); }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info h3 { margin: 0 0 6px; font-size: 18px; }
.cart-item-info small { color: rgba(7,25,35,.5); }
.cart-item-price { font-weight: 800; }
.cart-item-final { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cart-remove { color: var(--signal); font-size: 18px; }
.cart-summary { position: sticky; top: 122px; padding: 28px; color: var(--white); background: var(--ink); }
.cart-summary h2 { font-size: 30px; }
.summary-row { padding: 12px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line-light); }
.summary-row.total { font-size: 22px; }
.coupon-row { margin: 20px 0; display: grid; grid-template-columns: 1fr auto; }
.coupon-row button { border: 0; background: var(--acid); }
.cart-summary .button { width: 100%; }

.inner-page-section, .article-page, .blog-grid, .search-page, .page-feature-grid, .contact-page-grid { padding-top: 65px; padding-bottom: 110px; }
.editor-content { max-width: 850px; font-size: 17px; }
.editor-content h2 { margin-top: 50px; font-size: 38px; }
.editor-content h3 { margin-top: 35px; font-size: 25px; }
.editor-content img { margin: 30px 0; }
.legal-copy { max-width: 900px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.article-card { background: var(--white); }
.article-card-image { height: 250px; overflow: hidden; }
.article-card-image img { width: 100%; height: 100%; object-fit: cover; }
.article-card-copy { padding: 25px; }
.article-card-copy h3 { font-size: 23px; }
.article-page { max-width: 900px; }
.search-form-large { margin-top: 28px; display: grid; grid-template-columns: 1fr auto; }
.search-form-large input { background: var(--white); }
.search-form-large button { min-width: 120px; color: var(--white); background: var(--signal); border: 0; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.page-feature-grid, .contact-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.page-feature-image img { width: 100%; }
.page-faq-list { max-width: 900px; }

/* reveal */
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  h1 { font-size: 64px; }
  h2 { font-size: 54px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 10px; }
  .field-hero-grid { min-height: 650px; }
  .field-hero-copy { padding-right: 38px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .gear-card:nth-child(n+7) { display: none; }
  .category-index-card { grid-template-columns: 44px 1fr 125px; }
  .protocol-grid, .contact-beacon-grid { gap: 70px; }
  .faq-field-grid { gap: 70px; }
  .footer-main { gap: 55px; }
}

@media (max-width: 980px) {
  .wrap { width: calc(100% - 40px); }
  .section { padding: 90px 0; }
  .utility-line-inner span:nth-child(2) { display: none; }
  .header-inner { min-height: 74px; }
  .main-nav { position: absolute; z-index: 70; top: calc(100% + 1px); left: 0; right: 0; padding: 12px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; color: var(--white); background: var(--ink); box-shadow: 0 24px 50px rgba(7,25,35,.24); overflow: visible; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { min-height: 58px; padding: 12px 15px; display: flex; align-items: center; font-size: 15px; background: #0d2633; border: 0; }
  .main-nav a::after { display: none; }
  .main-nav a span { font-size: 10px; }
  .mobile-phone { grid-column: 1 / -1; display: flex !important; justify-content: center; color: var(--ink); background: var(--acid) !important; }
  .menu-btn { display: inline-flex; }
  .menu-btn[aria-expanded="true"] .menu-btn-lines i:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-btn[aria-expanded="true"] .menu-btn-lines i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .field-hero-grid { grid-template-columns: 1fr; }
  .field-hero-copy { min-height: 610px; padding: 70px 0 50px; }
  .field-visual { min-height: 590px; }
  .route-tape { justify-content: flex-start; }
  .section-intro { grid-template-columns: 1fr; gap: 25px; }
  .category-index-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .gear-card:nth-child(n+7) { display: block; }
  .set-grid { grid-template-columns: 1fr 1fr; }
  .set-card:first-child { grid-column: 1 / -1; }
  .protocol-grid, .faq-field-grid, .contact-beacon-grid { grid-template-columns: 1fr; gap: 60px; }
  .protocol-statement { position: static; }
  .dispatch-track { grid-template-columns: repeat(2,1fr); }
  .dispatch-track::before { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand-block { grid-column: 1 / -1; }
  .catalog-layout { grid-template-columns: 1fr; }
  .collection-sidebar { position: static; }
  .collection-products, .search-results { grid-template-columns: repeat(2,1fr); }
  .product-detail { grid-template-columns: 1fr; }
  .product-main-image { min-height: 550px; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
}

@media (max-width: 700px) {
  .wrap { width: calc(100% - 28px); }
  .section { padding: 72px 0; }
  h1 { font-size: 47px; }
  h2 { font-size: 43px; }
  .utility-line-inner { justify-content: space-between; }
  .utility-line-inner span b, .utility-line-inner span i, .utility-line-inner span:not(:first-child) { display: none; }
  .utility-line-inner span:first-child { font-size: 8px; }
  .brand-code { width: 46px; height: 42px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { display: none; }
  .cart-btn { padding-left: 10px; gap: 8px; }
  .cart-btn-label { display: none; }
  .field-hero-copy { min-height: 560px; padding-top: 55px; }
  .hero-route { margin-bottom: 25px; }
  .hero-route b { display: none; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-readout { margin-top: 35px; gap: 8px; }
  .hero-readout span { display: block; }
  .hero-readout b { display: block; font-size: 22px; }
  .hero-readout small { display: block; margin-top: 5px; font-size: 8px; }
  .field-visual { min-height: 500px; }
  .weather-card { left: 14px; top: 14px; }
  .visual-caption { width: 230px; padding: 18px; }
  .topo-rings { right: -210px; }
  .route-tape { min-height: 56px; }
  .section-intro { margin-bottom: 40px; }
  .category-index-card { min-height: 180px; padding: 18px; grid-template-columns: 34px 1fr 90px; gap: 10px; }
  .category-index-copy b { margin-bottom: 14px; font-size: 23px; }
  .category-index-image { height: 118px; }
  .gear-shop-head { margin-bottom: 38px; display: block; }
  .gear-shop-head > a { margin-top: 15px; display: inline-flex; }
  .product-grid, .collection-products, .search-results { grid-template-columns: 1fr; }
  .gear-card-image { height: 330px; }
  .set-grid { grid-template-columns: 1fr; }
  .set-card:first-child { grid-column: auto; }
  .set-card { min-height: 430px; }
  .protocol-statement h2, .faq-field-title h2, .contact-beacon h2 { font-size: 50px; }
  .protocol-list article { grid-template-columns: 34px 1fr; }
  .protocol-list article > b { display: none; }
  .dispatch-head > span { position: static; display: inline-block; margin-top: 15px; }
  .dispatch-track { grid-template-columns: 1fr; }
  .dispatch-track article { min-height: 215px; }
  .dispatch-track h3 { margin-top: 45px; }
  .faq-list button { min-height: 82px; }
  .faq-list button span { font-size: 16px; }
  .faq-list article > div { padding-left: 0; }
  .beacon-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; padding-top: 58px; }
  .footer-brand-block { grid-column: auto; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; }
  .footer-bottom span:last-child { flex-direction: column; gap: 7px; }
  .field-contact { right: 10px; bottom: 10px; }
  .modal { padding: 34px 20px 24px; }
  .modal h2 { font-size: 35px; }
  .inner-hero h1, .cart-page h1, .search-page h1, .article-page h1 { font-size: 44px; }
  .catalog-layout { padding-top: 35px; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-thumbs { order: 2; flex-direction: row; overflow-x: auto; }
  .product-main-image { min-height: 390px; }
  .product-info { padding: 25px 18px; }
  .product-info h1 { font-size: 37px; }
  .purchase-row { grid-template-columns: 100px 1fr; }
  .product-tabs { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 78px 1fr 30px; }
  .cart-item-image { width: 78px; height: 78px; }
  .cart-qty, .cart-item-price { grid-column: 2; }
  .cart-remove { grid-column: 3; grid-row: 1; }
  .blog-grid, .info-card-grid, .page-info-grid, .page-review-grid { grid-template-columns: 1fr; }
  .page-feature-grid, .contact-page-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .wrap { width: calc(100% - 22px); }
  .header-inner { gap: 8px; }
  .header-actions { margin-left: auto; }
  .brand-copy { display: none; }
  .menu-btn { min-width: 76px; padding: 0 9px; }
  .field-hero h1 { font-size: 42px; }
  .field-visual { min-height: 440px; }
  .category-index-card { grid-template-columns: 28px 1fr; }
  .category-index-image { position: absolute; right: 12px; bottom: 12px; width: 76px; height: 76px; opacity: .34; }
  .category-index-copy { position: relative; z-index: 2; }
  .gear-card-image { height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
