/*
Theme Name: Contour Supply Co.
Theme URI: https://contoursupply.co
Author: Contour Supply Co.
Description: A field-system WooCommerce theme for outdoor equipment.
Version: 1.0.3
Text Domain: contour-supply
*/

:root {
  --ink: #121a18;
  --paper: #f2f0e9;
  --white: #fbfaf6;
  --blue: #2456d8;
  --orange: #ff5b24;
  --ice: #dce7ff;
  --line: rgba(18, 26, 24, 0.22);
  --muted: #66706d;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "Courier New", Courier, monospace;
  --pad: clamp(22px, 4vw, 68px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; overflow-x: hidden; }
body { background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 12px 16px; background: var(--white); }
.eyebrow { display: block; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.section-pad { padding: clamp(82px, 10vw, 150px) var(--pad); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 38px; padding: 14px 18px; border: 1px solid var(--ink); font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button--signal { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.button--signal:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button--ink { background: var(--ink); color: var(--white); }
.button--ink:hover { background: var(--blue); border-color: var(--blue); }
.text-link { display: inline-flex; align-items: center; gap: 36px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.dispatch-bar { height: 30px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); background: var(--blue); color: #fff; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.site-header { height: 86px; position: relative; z-index: 80; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 24px; padding: 0 var(--pad); background: var(--paper); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand__mark { width: 42px; height: 42px; position: relative; display: block; border: 1px solid var(--ink); border-radius: 50%; overflow: hidden; }
.brand__mark i { position: absolute; left: -3px; width: 48px; height: 18px; border: 1px solid var(--ink); border-radius: 50%; transform: rotate(-11deg); }
.brand__mark i:nth-child(1) { top: 4px; }
.brand__mark i:nth-child(2) { top: 11px; }
.brand__mark i:nth-child(3) { top: 18px; }
.brand__type { font-family: var(--display); font-size: 19px; font-stretch: condensed; font-weight: 900; letter-spacing: -.04em; line-height: .8; }
.brand__type small { display: block; margin-top: 6px; font-family: var(--mono); font-size: 8px; letter-spacing: .2em; }
.site-nav { justify-self: center; }
.site-nav__list { display: flex; align-items: center; gap: clamp(22px, 3vw, 52px); margin: 0; padding: 0; list-style: none; }
.site-nav a, .header-tools a { position: relative; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav a:hover::after { transform: scaleX(1); }
.header-tools { display: flex; align-items: center; gap: 22px; }
.cart-link { display: inline-flex; align-items: center; gap: 8px; }
.cart-count { width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--orange); font-size: 9px; }
.menu-toggle { display: none; border: 0; background: transparent; }

.home-hero { min-height: calc(100svh - 116px); display: grid; grid-template-columns: minmax(440px, 42%) 1fr; border-bottom: 1px solid var(--line); }
.home-hero__copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 42px var(--pad); background-color: var(--paper); background-image: linear-gradient(rgba(18,26,24,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(18,26,24,.045) 1px, transparent 1px); background-size: 34px 34px; }
.hero-index { display: flex; justify-content: space-between; margin-bottom: clamp(55px, 8vh, 100px); padding-bottom: 12px; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.home-hero h1 { max-width: 760px; margin: 14px 0 24px; font-family: var(--display); font-size: clamp(68px, 7.2vw, 124px); font-weight: 900; letter-spacing: -.075em; line-height: .78; text-transform: uppercase; }
.hero-lede { max-width: 570px; margin-bottom: 32px; font-size: clamp(15px, 1.25vw, 19px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.hero-readout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: clamp(56px, 8vh, 100px); padding-top: 18px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.hero-readout span { display: flex; align-items: baseline; gap: 7px; }
.hero-readout b { font-size: 17px; }
.home-hero__image { min-width: 0; min-height: 640px; position: relative; overflow: hidden; background: var(--ice); }
.home-hero__image::after { content: ""; position: absolute; inset: 0; border: 18px solid rgba(255,255,255,.09); pointer-events: none; }
.home-hero__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 52% center; filter: saturate(.78) contrast(1.04); }
.image-tag { position: absolute; z-index: 2; padding: 8px 10px; background: var(--paper); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.image-tag--top { top: 22px; left: 22px; }
.image-tag--bottom { right: 22px; bottom: 22px; }
.altimeter { width: 112px; height: 112px; position: absolute; z-index: 2; right: 22px; top: 22px; display: grid; place-content: center; border-radius: 50%; background: var(--orange); text-align: center; }
.altimeter span, .altimeter small { font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.altimeter b { font-family: var(--display); font-size: 30px; line-height: 1; }

.category-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.category-rail a { min-height: 112px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 20px clamp(18px, 2.6vw, 40px); border-right: 1px solid var(--line); transition: background .2s, color .2s; }
.category-rail a:last-child { border-right: 0; }
.category-rail a:hover { background: var(--blue); color: #fff; }
.category-rail span, .category-rail em { font-family: var(--mono); font-size: 9px; font-style: normal; }
.category-rail b { font-family: var(--display); font-size: clamp(19px, 1.8vw, 28px); letter-spacing: -.04em; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-head h2 { margin: 12px 0 0; font-family: var(--display); font-size: clamp(48px, 5.6vw, 90px); font-weight: 900; letter-spacing: -.07em; line-height: .9; text-transform: uppercase; }
.catalog-empty { padding: 80px 30px; border: 1px solid var(--line); text-align: center; }
.catalog-empty span { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.catalog-empty p { margin: 12px 0 0; color: var(--muted); }

.home-product-grid, body.woocommerce-shop ul.products, body.post-type-archive-product ul.products, section.related.products > ul.products, section.upsells.products > ul.products { width: 100%; display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 0 !important; padding: 0; background: var(--ink); list-style: none; clear: both; }
.woocommerce ul.products::before, .woocommerce ul.products::after, .home-product-grid::before, .home-product-grid::after { display: none !important; content: none !important; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .field-product-card { width: auto !important; float: none !important; margin: 0 !important; padding: 0 !important; background: var(--paper); }
.field-product-card { position: relative; overflow: hidden; }
.field-product-card__visual { position: relative; overflow: hidden; background: #d9ddd8; }
.field-product-card__visual > a { display: block; }
.field-product-card__visual img { width: 100% !important; height: auto; aspect-ratio: .82; margin: 0 !important; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.field-product-card:hover .field-product-card__visual img { transform: scale(1.035); }
.product-index { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 7px; background: rgba(242,240,233,.9); font-family: var(--mono); font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.woocommerce span.onsale, .field-product-card span.onsale { min-width: 0; min-height: 0; position: absolute; z-index: 3; top: 12px !important; right: 12px !important; left: auto !important; margin: 0 !important; padding: 7px 9px; border-radius: 0; background: var(--orange); color: var(--ink); font-family: var(--mono); font-size: 8px; line-height: 1; letter-spacing: .08em; }
.field-product-card__body { min-height: 180px; position: relative; padding: 18px 18px 64px; }
.field-product-card__meta { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 12px; font-family: var(--mono); font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-product-card__meta a { border-bottom: 1px solid var(--line); }
.field-product-card h2, .field-product-card .woocommerce-loop-product__title { padding: 0 !important; margin: 0 0 8px !important; font-family: var(--display); font-size: clamp(18px, 1.55vw, 24px) !important; font-weight: 800; letter-spacing: -.035em; line-height: 1.05; text-transform: uppercase; }
.field-product-card .price { display: flex !important; align-items: baseline; gap: 7px; margin: 0 !important; color: var(--ink) !important; font-family: var(--mono); font-size: 12px !important; font-weight: 700 !important; }
.field-product-card .price del { color: var(--muted); font-size: 9px; opacity: 1; }
.field-product-card .price ins { color: var(--orange); text-decoration: none; }
.field-product-card .star-rating { margin: 8px 0 !important; color: var(--blue); font-size: 11px; }
.field-product-card .button { min-height: 42px; position: absolute; right: 18px; bottom: 16px; left: 18px; justify-content: space-between; margin: 0 !important; padding: 10px 12px !important; border: 1px solid var(--line); border-radius: 0 !important; background: transparent !important; color: var(--ink) !important; font-family: var(--mono); font-size: 8px !important; font-weight: 700 !important; letter-spacing: .07em; }
.field-product-card .button::after { content: "+"; font-size: 14px; }
.field-product-card .button:hover { background: var(--ink) !important; color: #fff !important; }

.system-story { display: grid; grid-template-columns: 56% 44%; background: var(--ink); color: var(--white); }
.system-story__image { min-height: 820px; position: relative; overflow: hidden; }
.system-story__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: grayscale(.18) contrast(1.05); }
.system-story__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(18,26,24,.55)); }
.system-story__image > span { position: absolute; z-index: 2; bottom: 24px; left: 24px; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.system-story__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 130px) var(--pad); }
.system-story__copy h2 { margin: 16px 0 32px; color: var(--orange); font-family: var(--display); font-size: clamp(62px, 7vw, 112px); font-weight: 900; letter-spacing: -.075em; line-height: .78; text-transform: uppercase; }
.system-story__copy > p { max-width: 520px; color: #c6cdca; font-size: 18px; }
.system-story ol { margin: 44px 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.system-story li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.system-story li > span, .system-story li b { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.system-story li p { margin: 5px 0 0; color: #aeb8b4; font-size: 13px; }
.system-story .button { align-self: flex-start; border-color: rgba(255,255,255,.35); }

.notes-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.notes-grid article { background: var(--paper); }
.notes-feature { display: grid; grid-template-columns: 58% 42%; min-height: 470px; }
.notes-feature img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.notes-feature > div, .notes-list article { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(28px, 4vw, 58px); }
.notes-grid article > div > span, .notes-list article > span { font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .09em; }
.notes-grid h3 { margin: auto 0 18px; font-family: var(--display); font-size: clamp(30px, 3vw, 51px); font-weight: 800; letter-spacing: -.055em; line-height: .95; text-transform: uppercase; }
.notes-grid p { color: var(--muted); font-size: 14px; }
.notes-grid a { margin-top: auto; padding-bottom: 5px; border-bottom: 1px solid; font-family: var(--mono); font-size: 9px; font-weight: 700; }
.notes-list { display: grid; grid-template-rows: 1fr 1fr; gap: 1px; background: var(--line); }
.notes-list h3 { margin-top: 50px; font-size: clamp(25px, 2.4vw, 38px); }

.newsletter-band { display: grid; grid-template-columns: 90px 1fr 1fr; align-items: end; gap: clamp(30px, 5vw, 90px); padding: clamp(68px, 8vw, 120px) var(--pad); background: var(--blue); color: #fff; }
.newsletter-band__index { writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.newsletter-band h2 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(50px, 5vw, 82px); font-weight: 900; letter-spacing: -.07em; line-height: .82; text-transform: uppercase; }
.newsletter-band p { max-width: 470px; margin: 0; color: #dce6ff; }
.newsletter-band label { display: block; margin-bottom: 10px; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.newsletter-band form > div { display: flex; border-bottom: 1px solid #fff; }
.newsletter-band input { width: 100%; padding: 14px 0; border: 0; outline: 0; background: transparent; color: #fff; }
.newsletter-band input::placeholder { color: rgba(255,255,255,.68); }
.newsletter-band button { border: 0; background: transparent; color: #fff; font-family: var(--mono); font-size: 9px; font-weight: 700; }

.inner-hero { min-height: calc(100svh - 116px); display: grid; grid-template-columns: 1fr 1.18fr; }
.inner-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 130px) var(--pad); background-image: radial-gradient(circle at 15% 20%, transparent 0 72px, rgba(18,26,24,.08) 73px 74px, transparent 75px), radial-gradient(circle at 15% 20%, transparent 0 126px, rgba(18,26,24,.08) 127px 128px, transparent 129px); }
.inner-hero h1 { margin: 18px 0 32px; font-family: var(--display); font-size: clamp(64px, 7vw, 115px); font-weight: 900; letter-spacing: -.075em; line-height: .79; text-transform: uppercase; }
.inner-hero__copy > p { max-width: 600px; font-size: 18px; }
.coordinate-line { display: flex; gap: 24px; margin-top: 44px; padding-top: 15px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.inner-hero__image { min-height: 620px; position: relative; overflow: hidden; }
.inner-hero__image img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.inner-hero__image span { position: absolute; right: 18px; bottom: 18px; padding: 8px; background: var(--orange); font-family: var(--mono); font-size: 8px; font-weight: 700; }
.manifesto__lead { max-width: 1050px; margin: 25px 0 75px; font-family: var(--display); font-size: clamp(42px, 5vw, 76px); font-weight: 800; letter-spacing: -.06em; line-height: .98; text-transform: uppercase; }
.manifesto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.manifesto-grid article { min-height: 320px; padding: clamp(25px, 3vw, 44px); background: var(--paper); }
.manifesto-grid article > span { font-family: var(--mono); font-size: 10px; color: var(--orange); }
.manifesto-grid h2 { margin: 80px 0 18px; font-family: var(--display); font-size: 32px; letter-spacing: -.05em; line-height: 1; text-transform: uppercase; }
.manifesto-grid p { color: var(--muted); font-size: 14px; }
.material-band { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: clamp(30px, 5vw, 80px); padding: clamp(70px, 9vw, 130px) var(--pad); background: var(--ink); color: var(--white); }
.material-band > div > span { font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.material-band h2 { margin: 15px 0 0; color: var(--orange); font-family: var(--display); font-size: clamp(45px, 5vw, 78px); font-weight: 900; letter-spacing: -.06em; line-height: .85; text-transform: uppercase; }
.material-band > p { max-width: 570px; margin: 0; color: #bcc5c1; }

.contact-hero { min-height: 520px; display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 50px; padding: clamp(60px, 9vw, 130px) var(--pad); background: var(--blue); color: #fff; }
.contact-hero h1 { margin: 16px 0 28px; font-family: var(--display); font-size: clamp(68px, 8vw, 128px); font-weight: 900; letter-spacing: -.08em; line-height: .77; text-transform: uppercase; }
.contact-hero p { max-width: 650px; margin-bottom: 0; color: #dce6ff; font-size: 18px; }
.contact-readout { min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.06); }
.contact-readout span, .contact-readout small { font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.contact-readout b { color: var(--orange); font-family: var(--display); font-size: 100px; line-height: .8; letter-spacing: -.08em; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 140px); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; align-self: start; border: 1px solid var(--line); background: var(--line); }
.contact-details > div { min-height: 150px; padding: 22px; background: var(--paper); }
.contact-details span, .contact-form > label { display: block; margin-bottom: 22px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.contact-details a, .contact-details p { margin: 0; font-size: 14px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-form label:nth-of-type(4), .contact-form .button, .form-notice { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; background: transparent; font-family: var(--body); font-size: 16px; letter-spacing: 0; }
.contact-form textarea { border: 1px solid var(--line); padding: 16px; resize: vertical; }
.contact-form .button { justify-self: start; }
.form-notice { padding: 14px; border: 1px solid var(--blue); color: var(--blue); }

.content-shell { width: min(1180px, calc(100% - var(--pad) * 2)); min-height: 60vh; margin: 0 auto; padding: clamp(70px, 9vw, 130px) 0; }
.page-title { margin-bottom: 58px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.page-title h1 { margin: 15px 0 0; font-family: var(--display); font-size: clamp(60px, 8vw, 120px); font-weight: 900; letter-spacing: -.075em; line-height: .8; text-transform: uppercase; }
.entry-content { max-width: 820px; font-size: 17px; }
.entry-content h2, .entry-content h3 { margin: 55px 0 18px; font-family: var(--display); font-size: 36px; letter-spacing: -.045em; text-transform: uppercase; }
.entry-content a { border-bottom: 1px solid; }
.journal-list article { padding: 35px 0; border-bottom: 1px solid var(--line); }
.journal-list article > span { font-family: var(--mono); font-size: 9px; }
.journal-list h2 { margin: 12px 0; font-family: var(--display); font-size: 42px; letter-spacing: -.05em; text-transform: uppercase; }

body.woocommerce-shop, body.post-type-archive-product, body.single-product, body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account { background: var(--paper); }
body.woocommerce-shop main, body.post-type-archive-product main, body.single-product main, body.woocommerce-cart main, body.woocommerce-checkout main, body.woocommerce-account main { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.woocommerce .woocommerce-breadcrumb { margin: 0; padding: 18px var(--pad); border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.shop-shell { width: 100%; padding: 0 var(--pad) clamp(80px, 9vw, 140px); }
.shop-hero { min-height: 330px; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 50px; padding: clamp(70px, 9vw, 125px) 0 48px; }
.shop-hero h1 { margin: 15px 0 0; font-family: var(--display); font-size: clamp(72px, 10vw, 150px); font-weight: 900; letter-spacing: -.08em; line-height: .72; text-transform: uppercase; }
.shop-hero p { max-width: 560px; margin: 0; font-size: 18px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { float: none; margin: 0; }
.woocommerce .woocommerce-result-count { font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce .woocommerce-ordering select { min-width: 230px; padding: 11px 38px 11px 12px; border: 1px solid var(--line); border-radius: 0; background: transparent; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.woocommerce .woocommerce-before-shop-loop, .woocommerce .woocommerce-notices-wrapper + .woocommerce-result-count { margin-top: 0; }
.woocommerce .woocommerce-result-count { padding-top: 13px; }
.shop-shell > .woocommerce-result-count { float: left; }
.shop-shell > .woocommerce-ordering { float: right; margin-bottom: 28px; }
.shop-shell > ul.products { clear: both; }
.woocommerce nav.woocommerce-pagination { margin-top: 45px; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; gap: 5px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); background: transparent; color: var(--ink); font-family: var(--mono); font-size: 10px; }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--blue); color: #fff; }

body.single-product .woocommerce, body.single-product main.site-main, body.single-product main.woocommerce { width: 100%; padding: clamp(34px, 5vw, 70px) var(--pad) clamp(90px, 10vw, 150px); }
body.single-product div.product { margin: 0; }
.product-main-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(390px, .78fr); gap: clamp(35px, 6vw, 90px); align-items: start; }
.product-gallery-cell { min-width: 0; }
body.single-product div.product div.images { width: 100%; float: none; margin: 0; }
body.single-product .woocommerce-product-gallery__wrapper { display: block; margin: 0; }
body.single-product .woocommerce-product-gallery__image { overflow: hidden; background: #e1e3df; }
body.single-product .woocommerce-product-gallery__image img { width: 100%; height: auto; min-height: 620px; max-height: 820px; object-fit: contain; mix-blend-mode: multiply; }
body.single-product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 8px !important; }
body.single-product .flex-control-thumbs li { width: auto !important; float: none !important; }
body.single-product .flex-control-thumbs img { aspect-ratio: 1; object-fit: cover; }
.product-main-grid .summary { width: 100% !important; float: none !important; position: sticky; top: 24px; padding-top: 14px; }
.product-main-grid .summary::before { content: "FIELD EQUIPMENT / PRODUCT SPEC"; display: block; margin-bottom: 18px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.woocommerce div.product .product_title { margin: 0 0 24px; font-family: var(--display); font-size: clamp(52px, 5vw, 84px); font-weight: 900; letter-spacing: -.07em; line-height: .82; text-transform: uppercase; }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 0 0 28px; color: var(--ink); font-family: var(--mono); font-size: 18px; font-weight: 700; }
.woocommerce div.product p.price del { color: var(--muted); font-size: 13px; }
.woocommerce div.product p.price ins { color: var(--orange); text-decoration: none; }
.woocommerce-product-details__short-description { max-width: 560px; margin-bottom: 30px; color: var(--muted); font-size: 16px; }
.woocommerce div.product form.cart { display: flex; gap: 8px; margin: 30px 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.woocommerce .quantity .qty { width: 66px; min-height: 52px; border: 1px solid var(--ink); border-radius: 0; background: transparent; }
.woocommerce div.product form.cart .button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt { min-height: 52px; flex: 1; border: 1px solid var(--orange); border-radius: 0; background: var(--orange); color: var(--ink); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce div.product form.cart .button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.woocommerce div.product .product_meta { display: grid; gap: 7px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.product-after-summary { margin-top: clamp(70px, 9vw, 140px); }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 30px; margin: 0; padding: 0; border-bottom: 1px solid var(--line); list-style: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 14px 0; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 3px solid var(--orange); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 860px; margin: 45px 0 100px; }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-family: var(--display); font-size: 48px; letter-spacing: -.05em; text-transform: uppercase; }
section.related.products, section.upsells.products { width: 100%; display: block !important; clear: both; }
section.related.products > h2, section.upsells.products > h2 { margin: 0 0 34px; font-family: var(--display); font-size: clamp(48px, 6vw, 88px); font-weight: 900; letter-spacing: -.07em; line-height: .9; text-transform: uppercase; }

.woocommerce-cart .content-shell, .woocommerce-checkout .content-shell, .woocommerce-account .content-shell { width: min(1180px, calc(100% - var(--pad) * 2)); }
.woocommerce table.shop_table { border: 1px solid var(--line); border-radius: 0; background: var(--white); }
.woocommerce table.shop_table th { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce table.shop_table td { border-color: var(--line); }
.woocommerce-cart table.cart img { width: 96px; aspect-ratio: 1; object-fit: cover; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0; font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 11px; border: 1px solid var(--line); border-radius: 0; background: var(--white); }
.woocommerce-checkout #payment { border-radius: 0; background: var(--ice); }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { width: 48%; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--blue); background: var(--white); }

.site-footer { background: var(--ink); color: var(--white); }
.footer-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: clamp(75px, 9vw, 140px) var(--pad); border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-intro h2 { margin: 18px 0 0; color: var(--orange); font-family: var(--display); font-size: clamp(68px, 9vw, 150px); font-weight: 900; letter-spacing: -.08em; line-height: .76; text-transform: uppercase; }
.round-link { width: 150px; height: 150px; flex: 0 0 auto; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--mono); font-size: 10px; font-weight: 700; line-height: 1.5; text-align: center; transition: background .2s, color .2s; }
.round-link:hover { background: var(--orange); color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: .8fr .8fr .8fr 1.6fr; padding: 60px var(--pad) 80px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-label { margin-bottom: 16px; color: #818c88; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; }
.footer-grid a, .footer-grid button { padding: 0; border: 0; background: transparent; color: var(--white); font-size: 13px; text-align: left; }
.footer-newsletter p { max-width: 360px; color: #aab3af; }
.footer-newsletter form { width: 100%; display: flex; border-bottom: 1px solid rgba(255,255,255,.55); }
.footer-newsletter input { width: 100%; padding: 12px 0; border: 0; outline: 0; background: transparent; color: #fff; font-family: var(--mono); font-size: 10px; }
.footer-newsletter button { font-family: var(--mono); font-size: 9px; }
.footer-base { display: flex; justify-content: space-between; padding: 18px var(--pad); border-top: 1px solid rgba(255,255,255,.18); color: #7e8884; font-family: var(--mono); font-size: 8px; letter-spacing: .09em; }
.cookie-notice { position: fixed; z-index: 200; right: 18px; bottom: 18px; left: 18px; display: none; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 18px 20px; border: 1px solid var(--ink); background: var(--white); box-shadow: 0 18px 55px rgba(18,26,24,.2); }
.cookie-notice.is-visible { display: grid; }
.cookie-notice span { font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.cookie-notice p { max-width: 720px; margin: 5px 0 0; font-size: 12px; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions button { padding: 10px 14px; border: 1px solid var(--ink); background: transparent; font-family: var(--mono); font-size: 8px; font-weight: 700; }
.cookie-actions .cookie-accept { background: var(--ink); color: #fff; }

@media (min-width: 861px) and (max-height: 800px) {
  .home-hero { height: calc(100svh - 116px); min-height: 0; }
  .home-hero__image { min-height: 0; }
  .home-hero__copy { padding-top: 24px; padding-bottom: 24px; }
  .hero-index { margin-bottom: 26px; }
  .home-hero h1 { margin-top: 10px; margin-bottom: 16px; font-size: clamp(62px, 6vw, 78px); }
  .hero-lede { margin-bottom: 18px; font-size: 14px; line-height: 1.4; }
  .hero-readout { margin-top: 24px; padding-top: 12px; }
}

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 210px 1fr auto; }
  .site-nav__list { gap: 18px; }
  .home-hero { grid-template-columns: 48% 52%; }
  .home-hero h1 { font-size: clamp(64px, 7vw, 86px); }
  .hero-readout { grid-template-columns: 1fr; gap: 6px; }
  .home-product-grid, body.woocommerce-shop ul.products, body.post-type-archive-product ul.products, section.related.products > ul.products, section.upsells.products > ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .system-story { grid-template-columns: 1fr 1fr; }
  .notes-grid { grid-template-columns: 1fr; }
  .notes-list { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .newsletter-band { grid-template-columns: 50px 1fr 1fr; }
  .product-main-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr); gap: 40px; }
}

@media (max-width: 860px) {
  .dispatch-bar__weather, .header-tools > a:first-child { display: none; }
  .site-header { height: 72px; grid-template-columns: 1fr auto auto; }
  .menu-toggle { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; padding: 0; }
  .menu-toggle span { width: 21px; height: 1px; display: block; background: var(--ink); }
  .menu-toggle b { display: none; }
  .site-nav { width: 100vw; position: fixed; z-index: 70; top: 102px; right: 0; bottom: 0; left: 0; display: none; justify-self: stretch; padding: 50px var(--pad); background: var(--paper); }
  .site-nav.is-open { display: block; }
  .site-nav__list { display: grid; gap: 0; }
  .site-nav li { border-bottom: 1px solid var(--line); }
  .site-nav a { display: block; padding: 20px 0; font-family: var(--display); font-size: 36px; letter-spacing: -.04em; }
  .home-hero { min-height: 0; grid-template-columns: 1fr; }
  .home-hero__copy { order: 2; padding-top: 60px; padding-bottom: 60px; }
  .home-hero__image { min-height: 70svh; }
  .hero-index { margin-bottom: 50px; }
  .category-rail { grid-template-columns: 1fr 1fr; }
  .category-rail a:nth-child(2) { border-right: 0; }
  .category-rail a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .home-product-grid, body.woocommerce-shop ul.products, body.post-type-archive-product ul.products, section.related.products > ul.products, section.upsells.products > ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-story, .inner-hero, .contact-grid { grid-template-columns: 1fr; }
  .system-story__image, .inner-hero__image { min-height: 68svh; }
  .notes-feature { grid-template-columns: 1fr; }
  .notes-feature img { min-height: 420px; }
  .newsletter-band { grid-template-columns: 1fr; align-items: start; }
  .newsletter-band__index { writing-mode: initial; transform: none; }
  .material-band { grid-template-columns: 1fr; align-items: start; }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-readout { min-height: 180px; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-grid article { min-height: 260px; }
  .manifesto-grid h2 { margin-top: 55px; }
  .product-main-grid { grid-template-columns: 1fr; }
  .product-main-grid .summary { position: static; padding-top: 20px; }
  body.single-product .woocommerce-product-gallery__image img { min-height: 0; max-height: none; }
  .shop-hero { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px 30px; }
}

@media (max-width: 560px) {
  :root { --pad: 18px; }
  .dispatch-bar { justify-content: center; }
  .brand__mark { width: 36px; height: 36px; }
  .brand__type { font-size: 17px; }
  .header-tools { gap: 8px; }
  .cart-link { font-size: 0 !important; }
  .home-hero__image { min-height: 58svh; }
  .home-hero__image::after { border-width: 9px; }
  .altimeter { width: 82px; height: 82px; }
  .altimeter b { font-size: 23px; }
  .home-hero h1 { font-size: clamp(57px, 18vw, 78px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-readout { margin-top: 48px; }
  .category-rail a { min-height: 86px; padding: 14px; }
  .category-rail b { font-size: 18px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .home-product-grid, body.woocommerce-shop ul.products, body.post-type-archive-product ul.products, section.related.products > ul.products, section.upsells.products > ul.products { gap: 1px; }
  .field-product-card__visual img { aspect-ratio: .78; }
  .field-product-card__body { min-height: 164px; padding: 13px 12px 56px; }
  .field-product-card__meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .field-product-card h2, .field-product-card .woocommerce-loop-product__title { font-size: 16px !important; }
  .field-product-card .button { right: 12px; bottom: 12px; left: 12px; min-height: 35px; }
  .system-story__image { min-height: 60svh; }
  .system-story__copy h2 { font-size: 60px; }
  .notes-list { grid-template-columns: 1fr; }
  .notes-feature img { min-height: 320px; }
  .contact-hero { min-height: 0; }
  .contact-hero h1 { font-size: 62px; }
  .contact-grid { padding-top: 60px; }
  .contact-details, .contact-form { grid-template-columns: 1fr; }
  .contact-form label { grid-column: 1 !important; }
  .shop-hero h1 { font-size: 68px; }
  .shop-shell > .woocommerce-result-count, .shop-shell > .woocommerce-ordering { width: 100%; float: none; }
  .shop-shell > .woocommerce-ordering { margin-top: 10px; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .woocommerce div.product .product_title { font-size: 52px; }
  .woocommerce div.product form.cart { align-items: stretch; flex-direction: column; }
  .woocommerce .quantity .qty { width: 100%; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { gap: 15px; overflow-x: auto; }
  .footer-intro { align-items: flex-start; flex-direction: column; }
  .footer-intro h2 { font-size: 65px; }
  .round-link { width: 120px; height: 120px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-base { gap: 12px; flex-direction: column; }
  .cookie-notice { grid-template-columns: 1fr; gap: 16px; }
  .cookie-actions { justify-content: flex-end; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { width: 100%; float: none; }
}
