@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Share+Tech+Mono&family=Teko:wght@500;600;700&display=swap');

:root {
  --void: #12160F;
  --panel: #1C2417;
  --paper: #E7E1D1;
  --brass: #C4A35A;
  --signal: #B33A2B;
  --oxide: #4E6B4A;
  --line: rgba(231, 225, 209, .22);
  --display: 'Teko', 'Impact', sans-serif;
  --body: 'Sora', 'Trebuchet MS', sans-serif;
  --mono: 'Share Tech Mono', 'Courier New', monospace;
  --page: min(1200px, calc(100% - 28px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(18,22,15,.92), rgba(18,22,15,.96)),
    repeating-linear-gradient(-45deg, #1a2114 0 12px, #12160F 12px 24px);
  background-attachment: fixed;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 40;
  opacity: .12;
  background: repeating-linear-gradient(to bottom, transparent 0 3px, rgba(0,0,0,.45) 3px 4px);
}
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .86; letter-spacing: .02em; text-transform: uppercase; }
h1 { font-size: clamp(3.4rem, 10vw, 8.2rem); }
h2 { font-size: clamp(2.2rem, 5.4vw, 4.4rem); }
h3 { font-size: 1.7rem; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 3px; }
::selection { color: var(--void); background: var(--brass); }
.hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; color: var(--void); background: var(--brass); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.icon { width: 1.3em; height: 1.3em; flex: 0 0 auto; }
.live-region { position: fixed; z-index: 50; left: 16px; bottom: 16px; max-width: 320px; padding: 12px 16px; border: 1px solid var(--brass); background: var(--void); font-family: var(--mono); font-size: .78rem; box-shadow: 8px 8px 0 var(--signal); }

.site-header {
  width: var(--page);
  min-height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--line);
}
.header-thread {
  position: absolute;
  left: 18%;
  top: 0;
  width: 46%;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--brass) 0 10px, var(--void) 10px 18px);
  transform: skewX(-18deg);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--void);
  background: var(--brass);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  font-family: var(--display);
  font-size: 1.5rem;
  letter-spacing: .08em;
}
.brand-text { font-family: var(--display); font-size: 1.35rem; letter-spacing: .12em; line-height: .9; }
.brand-text small { display: block; margin-top: 6px; color: var(--brass); font-family: var(--mono); font-size: .58rem; letter-spacing: .16em; }
.menu-toggle { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--brass); background: transparent; }
.site-nav { display: none; grid-column: 1 / -1; padding: 6px 0 16px; }
.site-nav.is-open { display: block; }
.site-nav ul { list-style: none; margin: 0; padding: 0; }
.site-nav a { display: block; padding: 10px 2px; text-decoration: none; font-family: var(--display); font-size: 1.7rem; letter-spacing: .08em; }
.site-nav a[aria-current='page'], .site-nav a:hover { color: var(--brass); }
.cart-link { position: absolute; right: 58px; top: 26px; display: flex; align-items: center; gap: 6px; text-decoration: none; font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.cart-link > span { display: none; }
.cart-link strong { min-width: 22px; height: 22px; display: grid; place-items: center; color: var(--void); background: var(--signal); font-size: .7rem; }

main { min-height: 55vh; }
.eyebrow { margin-bottom: 10px; color: var(--brass); font-family: var(--mono); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.lead { max-width: 640px; font-size: 1.05rem; color: #d9d3c4; }
.btn {
  min-height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 0;
  color: var(--void);
  background: var(--brass);
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  clip-path: polygon(0 0, 96% 0, 100% 100%, 4% 100%);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { background: var(--paper); transform: translateX(4px); }
.btn-outline { color: var(--paper); background: transparent; border: 1px solid var(--brass); clip-path: none; }
.btn-wide { width: 100%; }
.btn.is-disabled { opacity: .7; }
.text-link { display: inline-block; margin-top: 16px; color: var(--brass); font-family: var(--mono); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }

.hero {
  width: var(--page);
  min-height: 680px;
  margin: 0 auto;
  padding: 48px 0 70px;
  position: relative;
  display: grid;
}
.hero-copy { z-index: 4; max-width: 720px; }
.hero h1 { margin-bottom: 18px; }
.hero h1 em { display: block; margin-left: 12%; color: var(--brass); font-style: normal; }
.hero .lead { margin: 0 0 28px 8%; }
.hero-image {
  width: 82%;
  height: 320px;
  margin: 8px 0 0 auto;
  position: relative;
  clip-path: polygon(9% 0, 100% 0, 100% 86%, 0 100%);
  background: var(--panel);
}
.hero-image img { width: 100%; height: 100%; filter: saturate(.7) contrast(1.08); }
.hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 40%, rgba(196,163,90,.22));
}
.hero-label {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 46%;
  width: 126px;
  padding: 12px;
  color: var(--void);
  background: var(--signal);
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: rotate(7deg);
}
.hero-thread {
  position: absolute;
  left: -4%;
  bottom: 40px;
  width: 42%;
  height: 70px;
  border-left: 2px solid var(--brass);
  border-bottom: 2px solid var(--brass);
  transform: skewX(-12deg);
  pointer-events: none;
}

.intro-strip { background: var(--panel); border-block: 8px solid transparent; border-image: repeating-linear-gradient(90deg, var(--brass) 0 14px, var(--void) 14px 26px) 8; }
.intro-inner { width: var(--page); margin: 0 auto; padding: 54px 0; display: grid; gap: 24px; }
.intro-index { color: var(--signal); font-family: var(--display); font-size: 4.2rem; line-height: .8; }
.intro-inner h2 { max-width: 780px; margin: 0; }
.intro-inner p { max-width: 520px; margin: 0; color: #d4cebf; }

.bay-grid { width: var(--page); margin: 0 auto; padding: 72px 0 20px; display: grid; gap: 16px; }
.bay-card {
  min-width: 0;
  padding: 22px 20px 18px;
  display: grid;
  gap: 10px;
  text-decoration: none;
  background: var(--panel);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.bay-card::before {
  content: '';
  position: absolute;
  top: 0; right: -20px;
  width: 70px; height: 100%;
  background: repeating-linear-gradient(-45deg, var(--brass) 0 6px, transparent 6px 12px);
  opacity: .35;
}
.bay-card:nth-child(2) { transform: translateY(18px); }
.bay-card:nth-child(3) { transform: translateY(-8px); }
.bay-card:hover { border-color: var(--brass); }
.bay-card span { font-family: var(--mono); font-size: .68rem; color: var(--brass); letter-spacing: .16em; }
.bay-card h2 { font-size: 2rem; margin: 0; }
.bay-card p { margin: 0; font-size: .9rem; color: #d0cab9; }

.section-shell { width: var(--page); margin: 0 auto; padding: 80px 0; }
.section-heading { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.section-heading h2 { max-width: 720px; margin: 0; }
.product-grid { display: grid; gap: 28px 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card { min-width: 0; background: var(--panel); border: 1px solid var(--line); }
.product-card.offset-1 { margin-top: 28px; }
.product-card.offset-2 { margin-top: 10px; }
.product-image { height: 210px; display: block; position: relative; overflow: hidden; background: #10140c; clip-path: polygon(0 0, 100% 0, 100% 92%, 8% 100%); }
.product-image img { width: 100%; height: 100%; transition: transform .4s ease, filter .4s ease; filter: saturate(.75) contrast(1.05); }
.product-image:hover img { transform: scale(1.04); filter: saturate(1); }
.paper-number { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 4px 8px; background: var(--void); color: var(--brass); font-family: var(--mono); font-size: .68rem; }
.product-info { padding: 14px 14px 16px; }
.product-info > p { margin-bottom: 4px; color: var(--brass); font-family: var(--mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.product-info h3 { margin: 0 0 10px; font-size: 1.45rem; }
.product-info h3 a { text-decoration: none; }
.product-info h3 a:hover { color: var(--brass); }
.product-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 10px; }
.icon-btn { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--brass); background: transparent; color: var(--brass); }
.icon-btn:hover { color: var(--void); background: var(--brass); }

.editorial { width: var(--page); margin: 10px auto 90px; position: relative; display: grid; }
.editorial-image { width: 90%; height: 360px; margin-left: auto; clip-path: polygon(0 8%, 100% 0, 100% 100%, 6% 92%); }
.editorial-image img { width: 100%; height: 100%; filter: saturate(.6) contrast(1.1); }
.editorial-copy {
  width: min(94%, 520px);
  margin-top: -64px;
  z-index: 2;
  padding: 28px 24px;
  color: var(--void);
  background: var(--brass);
  transform: rotate(-1.5deg);
  box-shadow: 14px 16px 0 var(--signal);
}
.editorial-copy .eyebrow { color: var(--void); }
.editorial-copy a { font-weight: 700; }

.page-hero { width: var(--page); margin: 0 auto; padding: 64px 0 46px; position: relative; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 980px; margin-bottom: 18px; }
.page-hero h1 span { color: var(--brass); }
.page-hero .lead { margin-left: min(8vw, 90px); }
.page-hero::after {
  content: 'BAY / 00';
  position: absolute;
  right: 0;
  bottom: -11px;
  padding: 3px 8px;
  background: var(--signal);
  color: var(--paper);
  font-family: var(--mono);
  font-size: .58rem;
  letter-spacing: .14em;
}

.filter-bar { margin-bottom: 36px; padding-bottom: 12px; display: flex; gap: 8px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.filter-bar button { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--line); background: transparent; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.filter-bar button.is-active, .filter-bar button:hover { color: var(--void); background: var(--brass); border-color: var(--brass); }
.catalog-meta { margin-bottom: 18px; display: flex; justify-content: flex-end; color: var(--brass); font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.product-detail { width: var(--page); margin: 0 auto; padding: 54px 0 96px; display: grid; gap: 36px; }
.product-detail-image { min-height: 420px; position: relative; background: var(--panel); clip-path: polygon(0 0, 100% 4%, 96% 100%, 0 94%); }
.product-detail-image img { width: 100%; height: 100%; min-height: 420px; }
.pattern-note { position: absolute; z-index: 2; top: 16px; right: 12px; padding: 7px 12px; background: var(--signal); font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.product-detail-copy h1 { font-size: clamp(3rem, 7vw, 5.6rem); margin-bottom: 12px; }
.product-price { margin-bottom: 20px; color: var(--brass); font-family: var(--display); font-size: 2rem; }
.buy-form { margin: 28px 0; padding: 18px 0; display: grid; gap: 10px; border-block: 1px solid var(--line); }
.buy-form label, .form-field label { font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.detail-notes { display: grid; gap: 12px; font-size: .9rem; color: #d4cebf; }

.cart-layout, .checkout-layout, .contact-layout { width: var(--page); margin: 0 auto; padding: 50px 0 100px; display: grid; gap: 36px; }
.cart-item { padding: 18px 0; display: grid; grid-template-columns: 92px 1fr; gap: 12px; position: relative; border-bottom: 1px solid var(--line); }
.cart-item img { width: 92px; height: 110px; }
.cart-item-copy .eyebrow { margin-bottom: 2px; font-size: .58rem; }
.cart-item-copy h2 { margin-bottom: 6px; font-size: 1.5rem; }
.cart-item-copy h2 a { text-decoration: none; }
.cart-item-copy p { margin-bottom: 4px; font-size: .8rem; }
.quantity { width: max-content; grid-column: 2; display: flex; align-items: center; border: 1px solid var(--brass); }
.quantity button { width: 36px; height: 36px; display: grid; place-items: center; border: 0; background: transparent; color: var(--brass); }
.quantity button:hover { background: var(--brass); color: var(--void); }
.quantity span { min-width: 32px; text-align: center; font-family: var(--mono); }
.remove-btn { grid-column: 2; width: max-content; display: flex; align-items: center; gap: 6px; padding: 0; border: 0; background: transparent; color: var(--signal); font-size: .78rem; text-decoration: underline; text-underline-offset: 3px; }
.cart-summary, .checkout-summary { height: max-content; padding: 26px 22px; background: var(--panel); border: 1px solid var(--brass); position: relative; }
.cart-summary::before, .checkout-summary::before { content: ''; position: absolute; inset: 8px; border: 1px dashed var(--line); pointer-events: none; }
.cart-summary > *, .checkout-summary > * { position: relative; }
.cart-summary h2, .checkout-summary h2 { font-size: 2.1rem; }
.summary-row { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dashed var(--line); }
.summary-row.total { margin: 12px 0 18px; border-bottom: 0; font-size: 1.1rem; }
.summary-help { margin: 10px 0; color: #cfc8b8; font-size: .74rem; }
.cart-summary .text-link { width: 100%; text-align: center; }
.empty-state { min-height: 360px; display: grid; align-content: center; justify-items: start; position: relative; }
.empty-state h2 { max-width: 540px; }
.cut-circle { position: absolute; z-index: -1; right: 6%; top: 18%; width: 160px; height: 160px; border: 2px dashed var(--brass); border-radius: 50%; }

.form-grid { display: grid; gap: 18px; }
.form-field { display: grid; gap: 6px; }
.form-field.full, .checkbox-line.full { grid-column: 1 / -1; }
.field { width: 100%; min-height: 50px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 0; background: rgba(28,36,23,.85); }
textarea.field { min-height: 140px; resize: vertical; }
.field::placeholder { color: #b7b09f; }
.field-hint { margin: -2px 0 0; font-size: .75rem; color: #cfc8b8; }
.checkbox-line { display: flex; align-items: flex-start; gap: 9px; font-size: .78rem; line-height: 1.45; }
.checkbox-line input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--brass); }
.radio-stack { display: grid; gap: 10px; }
.radio-option { padding: 13px; display: grid; grid-template-columns: auto 1fr; gap: 4px 9px; border: 1px solid var(--line); background: var(--panel); }
.radio-option input { grid-row: 1 / 3; margin-top: 4px; accent-color: var(--brass); }
.radio-option strong { font-family: var(--display); font-size: 1.2rem; letter-spacing: .06em; }
.form-feedback { grid-column: 1 / -1; margin: 12px 0 0; padding: 12px; display: flex; gap: 10px; border: 1px solid var(--brass); background: var(--brass); color: var(--void); font-weight: 700; }
.checkout-form fieldset { min-width: 0; margin: 0 0 30px; padding: 0; border: 0; }
.checkout-form legend { width: 100%; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.9rem; }
.checkout-item { padding: 10px 0; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px dashed var(--line); }
.checkout-item img { width: 52px; height: 64px; }
.checkout-item strong, .checkout-item small { display: block; }
.checkout-item small { color: #cfc8b8; }
.empty-checkout a { color: var(--brass); }
.contact-note { padding: 26px; background: var(--signal); color: var(--paper); transform: rotate(-.6deg); }
.contact-note h2 { font-size: 2rem; }
.contact-note a { display: flex; gap: 9px; margin: 12px 0; word-break: break-word; }

.story { width: var(--page); margin: 0 auto; padding: 70px 0 100px; }
.story-grid { display: grid; gap: 42px; }
.story-aside { padding: 24px; border: 1px solid var(--brass); background: var(--panel); position: relative; }
.story-aside::before { content: ''; position: absolute; inset: 10px -10px -10px 10px; z-index: -1; background: repeating-linear-gradient(-45deg, var(--brass) 0 8px, transparent 8px 16px); opacity: .35; }
.values-list { list-style: none; padding: 0; margin: 28px 0 0; counter-reset: values; }
.values-list li { padding: 20px 0 20px 52px; position: relative; border-top: 1px solid var(--line); }
.values-list li::before { counter-increment: values; content: '0' counter(values); position: absolute; left: 0; top: 18px; color: var(--brass); font-family: var(--display); font-size: 1.4rem; }

.legal-layout { width: var(--page); margin: 0 auto; padding: 50px 0 100px; display: grid; gap: 32px; }
.legal-nav { height: max-content; padding: 18px; border: 1px solid var(--line); border-left: 8px solid var(--brass); background: var(--panel); }
.legal-nav h2 { font-size: 1.3rem; }
.legal-nav a { display: block; padding: 6px 0; font-size: .85rem; }
.legal-nav a[aria-current='page'] { color: var(--brass); }
.legal-content { max-width: 790px; }
.legal-content section { padding: 8px 0 24px; scroll-margin-top: 24px; }
.legal-content h2 { font-size: clamp(1.8rem, 4vw, 2.4rem); }
.legal-content h3 { margin-top: 22px; line-height: 1.15; }
.legal-content li { margin-bottom: 8px; }
.legal-callout { padding: 20px; border: 1px dashed var(--brass); background: rgba(196,163,90,.08); }

.site-footer { color: var(--paper); background: #0d110c; position: relative; margin-top: 20px; }
.footer-stitch { width: 70%; height: 8px; position: absolute; top: 0; right: 0; background: repeating-linear-gradient(90deg, var(--signal) 0 12px, var(--brass) 12px 24px); }
.footer-news { width: var(--page); margin: 0 auto; padding: 78px 0 58px; }
.footer-news h2 { max-width: 680px; }
.footer-news form { max-width: 760px; display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.footer-news .field { background: transparent; border-color: var(--brass); }
.footer-news .btn { color: var(--void); }
.footer-news .checkbox-line { color: #cfc8b8; }
.footer-news .form-feedback { color: var(--void); }
.footer-main { width: var(--page); margin: 0 auto; padding: 40px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 34px 20px; border-top: 1px solid var(--line); }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main h3 { margin-bottom: 12px; color: var(--brass); font-family: var(--mono); font-size: .7rem; letter-spacing: .16em; }
.footer-main a { margin-bottom: 7px; font-size: .84rem; }
.footer-brand { font-family: var(--display); font-size: 1.7rem !important; line-height: .88; text-decoration: none; letter-spacing: .08em; }
.footer-legal { width: var(--page); margin: 0 auto; padding: 18px 0 28px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; border-top: 1px solid var(--line); color: #9f998c; font-size: .68rem; }
.footer-legal p { margin: 0; }

@media (min-width: 720px) {
  :root { --page: min(1200px, calc(100% - 56px)); }
  .site-header { grid-template-columns: auto 1fr auto; min-height: 108px; }
  .menu-toggle { display: none; }
  .site-nav { display: block; grid-column: auto; padding: 0; justify-self: center; }
  .site-nav ul { display: flex; gap: clamp(16px, 2.6vw, 36px); }
  .site-nav a { padding: 8px 0; font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; }
  .site-nav a[aria-current='page'] { border-bottom: 2px solid var(--brass); }
  .cart-link { position: static; }
  .cart-link > span { display: inline; }
  .hero { min-height: 760px; padding-top: 70px; }
  .hero-image { width: 46%; height: 480px; position: absolute; right: 0; bottom: 64px; z-index: 1; }
  .hero-label { top: auto; bottom: 42%; right: 41%; }
  .intro-inner { grid-template-columns: 90px 1.25fr .75fr; align-items: start; }
  .bay-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px 18px; }
  .product-image { height: 250px; }
  .product-card.offset-1 { margin-top: 48px; }
  .editorial { grid-template-columns: 1fr 1fr; align-items: center; }
  .editorial-image { width: 100%; height: 560px; grid-column: 2; }
  .editorial-copy { width: 118%; margin: 0 -18% 0 0; grid-column: 1; grid-row: 1; padding: 42px; }
  .product-detail { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .8fr); align-items: start; }
  .product-detail-image { height: 720px; }
  .product-detail-image img { height: 100%; }
  .product-detail-copy { padding-top: 40px; position: sticky; top: 18px; }
  .cart-layout { grid-template-columns: minmax(0, 1fr) 340px; }
  .cart-summary, .checkout-summary { position: sticky; top: 22px; }
  .cart-item { grid-template-columns: 128px 1fr auto; align-items: center; gap: 20px; }
  .cart-item img { width: 128px; height: 150px; }
  .quantity { grid-column: 3; grid-row: 1; }
  .remove-btn { grid-column: 3; grid-row: 1; align-self: end; margin-bottom: 8px; }
  .checkout-layout { grid-template-columns: minmax(0, 1fr) 360px; align-items: start; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: minmax(0, 1fr) 320px; align-items: start; }
  .contact-note { position: sticky; top: 22px; margin-top: 42px; }
  .story-grid { grid-template-columns: 1fr 320px; align-items: start; }
  .legal-layout { grid-template-columns: 220px 1fr; align-items: start; }
  .legal-nav { position: sticky; top: 20px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
}

@media (min-width: 1080px) {
  .hero-image { width: 50%; height: 540px; }
  .product-image { height: 280px; }
}

@media (max-width: 440px) {
  h1 { font-size: 3.1rem; }
  .hero-image { width: 94%; }
  .product-grid { gap-inline: 10px; }
  .product-image { height: 180px; }
  .footer-news form { grid-template-columns: 1fr; }
  .footer-news .btn { width: 100%; }
  .footer-main { grid-template-columns: 1fr; }
  .bay-card:nth-child(2), .bay-card:nth-child(3) { transform: none; }
}

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