:root {
  --navy-950: #061d35;
  --navy-900: #08284a;
  --navy-800: #123b62;
  --blue-600: #126b8c;
  --teal-600: #0f766e;
  --red-600: #bf3f38;
  --ink-700: #405167;
  --ink-600: #607084;
  --line: #d9e3eb;
  --line-strong: #c6d4df;
  --surface: #fff;
  --surface-soft: #f7f9fb;
  --surface-blue: #edf5f9;
  --shadow: 0 18px 46px rgba(8, 40, 74, 0.1);
  --radius-sm: 6px;
  --radius-md: 8px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--navy-950); background: var(--surface); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.65; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand-copy strong { font-family: "Manrope", "DM Sans", Arial, sans-serif; letter-spacing: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: 60px; line-height: 1.06; font-weight: 600; }
h2 { max-width: 760px; margin-bottom: 18px; font-size: 40px; line-height: 1.16; font-weight: 600; }
h3 { margin-bottom: 9px; font-size: 20px; line-height: 1.35; font-weight: 600; }
p { color: var(--ink-700); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--navy-950); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 22px rgba(8, 40, 74, 0.06); }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { display: block; width: 230px; height: auto; }
.brand-mark-image { display: block; width: 48px; height: 48px; padding: 3px; object-fit: contain; background: #fff; border-radius: 4px; }
.brand-mark { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--navy-900); border-radius: var(--radius-sm); font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 700; }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-size: 20px; font-weight: 700; }
.brand-copy small { margin-top: 4px; color: var(--ink-600); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { color: var(--ink-700); font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--navy-900); }
.site-nav .nav-cta { padding: 10px 16px; color: #fff; background: var(--navy-900); border-radius: var(--radius-sm); }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: #fff; background: var(--navy-800); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--navy-900); }

.hero { position: relative; overflow: hidden; min-height: 560px; padding: 82px 0 76px; background: var(--surface-blue); border-bottom: 1px solid #dce8ee; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: 0.34; background-image: linear-gradient(rgba(8, 40, 74, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 40, 74, 0.06) 1px, transparent 1px); background-size: 44px 44px; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr); gap: 72px; align-items: center; }
.eyebrow { margin-bottom: 17px; color: var(--red-600); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.hero-intro { max-width: 690px; margin-bottom: 32px; font-size: 20px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; color: var(--navy-900); background: #fff; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 700; text-align: center; text-decoration: none; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--navy-900); box-shadow: 0 10px 24px rgba(8, 40, 74, 0.17); }
.button-primary:hover, .button-primary:focus-visible { color: #fff; background: var(--navy-800); }
.button-secondary { color: var(--navy-900); background: rgba(255, 255, 255, 0.74); border-color: var(--line-strong); }
.hero-brief { overflow: hidden; background: rgba(255, 255, 255, 0.93); border: 1px solid var(--line-strong); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.brief-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 20px; color: var(--ink-600); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-600); }
.status-dot::before { content: ""; width: 7px; height: 7px; background: var(--teal-600); border-radius: 50%; }
.brief-flow { padding: 6px 20px; }
.brief-flow > div { display: grid; grid-template-columns: 34px 1fr; gap: 4px 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.brief-flow > div > span { grid-row: 1 / 3; color: var(--blue-600); font-size: 12px; font-weight: 700; }
.brief-flow strong { font-size: 15px; }
.brief-flow small { color: var(--ink-600); font-size: 13px; }
.brief-note { margin: 0; padding: 17px 20px; color: var(--navy-900); background: #f8fafb; border-left: 3px solid var(--teal-600); font-size: 13px; font-weight: 600; }

.section { padding: 74px 0; }
section[id] { scroll-margin-top: 96px; }
#categories { padding-bottom: 58px; }
#buyers { padding: 49px 0; }
.section-tint { background: var(--surface-soft); border-block: 1px solid #e8eef3; }
.section-heading { max-width: 790px; margin-bottom: 36px; }
.section-heading > p:last-child { max-width: 700px; margin-bottom: 0; font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { display: grid; grid-template-rows: 244px minmax(300px, 1fr); overflow: hidden; min-width: 0; background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius-md); transition: transform 180ms ease, box-shadow 180ms ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-media { display: flex; width: 100%; height: 244px; min-width: 0; min-height: 0; align-items: center; justify-content: center; overflow: hidden; padding: 14px; background: #f4f7f9; border-bottom: 1px solid var(--line); }
.product-media picture { display: flex; width: 100%; height: 100%; min-width: 0; min-height: 0; align-items: center; justify-content: center; overflow: hidden; }
.product-media img { position: static; display: block; width: auto; height: auto; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; }
.product-media-design { padding: 16px; background: #f8fafb; }
.product-copy { display: flex; min-width: 0; padding: 22px 24px 24px; flex-direction: column; align-items: flex-start; }
.product-copy h3 { min-height: 54px; }
.product-copy p:last-child { margin-bottom: 0; font-size: 15px; }
.card-kicker { margin-bottom: 10px; color: var(--ink-600); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.product-points { display: grid; gap: 9px; padding: 0; margin: 12px 0 24px; list-style: none; }
.product-points li { position: relative; padding-left: 17px; color: var(--ink-700); font-size: 14px; line-height: 1.48; }
.product-points li::before { content: ""; position: absolute; top: 8px; left: 0; width: 6px; height: 6px; background: var(--teal-600); border-radius: 50%; }
.category-link { margin-top: auto; color: var(--navy-900); font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.category-link span { display: inline-block; margin-left: 4px; transition: transform 160ms ease; }
.category-link:hover span, .category-link:focus-visible span { transform: translateX(3px); }
.private-label-strip { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 24px; padding: 26px 28px; background: var(--surface-blue); border: 1px solid #d5e3eb; border-radius: var(--radius-md); }
.private-label-strip .eyebrow { margin-bottom: 8px; }
.private-label-strip h3 { margin-bottom: 7px; }
.private-label-strip p:last-child { max-width: 760px; margin-bottom: 0; }
.private-label-strip .button { flex: 0 0 auto; }
.safety-note { margin: 14px 0 0; padding: 9px 0 9px 14px; color: var(--ink-600); border-left: 2px solid var(--red-600); font-size: 12px; }

.split-intro { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr); gap: 88px; align-items: start; }
.split-intro .section-heading { position: sticky; top: 120px; margin-bottom: 0; }
.buyer-list { border-top: 1px solid var(--line-strong); }
.buyer-list article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line-strong); }
.buyer-list article > span { color: var(--red-600); font-size: 12px; font-weight: 700; }
.buyer-list h3, .buyer-list p { margin-bottom: 0; }

.process-section { overflow: hidden; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.process-step { position: relative; padding: 33px 28px 10px 0; }
.process-step::after { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--teal-600); border-radius: 50%; }
.process-step > span { display: block; margin-bottom: 44px; color: var(--ink-600); font-size: 12px; font-weight: 700; }
.process-step p { margin-bottom: 0; font-size: 15px; }

.manufacturing-section { color: #fff; background: var(--navy-950); }
.manufacturing-section h2 { color: #fff; }
.manufacturing-section p { color: #bdcad7; }
.manufacturing-section .eyebrow { color: #7fd0ca; }
.proof-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr); gap: 70px; align-items: center; }
.proof-grid-reverse { grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr); }
.proof-media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #e9eff3; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: var(--radius-md); }
.capability-section .proof-media { border-color: var(--line-strong); }
.proof-media picture { display: block; width: 100%; height: 100%; }
.proof-media img { width: 100%; height: 100%; object-fit: cover; }
.media-label { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 11px 13px; color: #fff; background: rgba(6, 29, 53, 0.86); border-left: 3px solid #71c6c0; border-radius: 3px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.capability-gallery { min-width: 0; }
.gallery-viewport { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #e9eff3; border: 1px solid var(--line-strong); border-radius: var(--radius-md); touch-action: pan-y; }
.gallery-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: translateX(18px); transition: opacity 220ms ease, transform 260ms ease, visibility 220ms ease; }
.gallery-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); }
.gallery-slide picture { display: block; width: 100%; height: 100%; }
.gallery-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-viewport img { -webkit-user-drag: none; user-select: none; }
.gallery-slide figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 11px 13px; color: #fff; background: rgba(6, 29, 53, 0.88); border-left: 3px solid var(--teal-600); border-radius: 3px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.gallery-controls { display: grid; grid-template-columns: 42px 1fr 42px; gap: 14px; align-items: center; margin-top: 14px; }
.gallery-arrow { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; color: var(--navy-900); background: #fff; border: 1px solid var(--line-strong); border-radius: 50%; cursor: pointer; font-size: 18px; transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.gallery-arrow:hover { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }
.gallery-arrow:focus-visible, .gallery-dot:focus-visible { outline: 3px solid rgba(30, 139, 133, 0.28); outline-offset: 3px; }
.gallery-dots { display: flex; justify-content: center; gap: 9px; }
.gallery-dot { width: 28px; height: 4px; padding: 0; background: #c5d1db; border: 0; border-radius: 0; cursor: pointer; transition: width 180ms ease, background 180ms ease; }
.gallery-dot.is-active { width: 42px; background: var(--teal-600); }
.proof-copy > p:not(.eyebrow) { font-size: 17px; }
.connection-note { padding: 14px 0 14px 16px; border-left: 3px solid #71c6c0; font-size: 13px !important; }
.text-link-on-dark { display: inline-flex; align-items: center; gap: 7px; margin-top: 5px; color: #fff; font-weight: 700; text-underline-offset: 4px; }
.text-link-on-dark:hover, .text-link-on-dark:focus-visible { color: #9ee0dc; }
.check-list { padding: 0; margin: 28px 0 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.check-list li { padding: 13px 0 13px 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.check-list li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 12px 2px -20px; background: #71c6c0; border-radius: 50%; }
.light-list { border-top-color: var(--line-strong); }
.light-list li { color: var(--ink-700); border-bottom-color: var(--line-strong); }
.light-list li::before { background: var(--teal-600); }

.quality-section { background: var(--surface-blue); border-block: 1px solid #dce8ee; }
.quality-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.quality-card { overflow: hidden; margin: 0; background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius-md); }
.quality-card picture { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #e6edf1; }
.quality-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.quality-card:hover img { transform: scale(1.025); }
.quality-card figcaption { display: grid; gap: 5px; padding: 19px 20px 21px; }
.quality-card figcaption span { color: var(--red-600); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.quality-card figcaption strong { font-family: "Manrope", sans-serif; font-size: 17px; }

.reason-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.reason-card { min-height: 206px; padding: 28px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--blue-600); border-radius: var(--radius-md); }
.reason-card > span { display: block; margin-bottom: 40px; color: var(--red-600); font-size: 12px; font-weight: 700; }
.reason-card p { margin-bottom: 0; }

.inquiry-section { background: #fff; }
.inquiry-grid { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.28fr); gap: 76px; align-items: start; }
.inquiry-copy { position: sticky; top: 122px; }
.inquiry-copy > p:not(.eyebrow) { font-size: 17px; }
.contact-card { display: grid; gap: 4px; margin-top: 25px; padding: 20px 0 20px 18px; border-left: 3px solid var(--teal-600); }
.contact-card strong { color: var(--navy-950); font-family: "Manrope", sans-serif; font-size: 18px; }
.contact-card span { color: var(--ink-700); font-size: 14px; }
.email-link { display: inline-block; margin-top: 7px; color: var(--navy-900); font-weight: 700; text-underline-offset: 4px; }
.response-time { margin-top: 18px; color: var(--ink-600); font-size: 13px !important; font-weight: 600; }
.inquiry-form { padding: 34px; background: var(--surface-soft); border: 1px solid var(--line-strong); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label > span { color: var(--navy-950); font-size: 13px; font-weight: 700; }
.form-span { grid-column: 1 / -1; }
input, select, textarea { width: 100%; color: var(--navy-950); background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); outline: none; }
input, select { min-height: 48px; padding: 0 13px; }
textarea { min-height: 156px; padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(18, 107, 140, 0.12); }
[aria-invalid="true"] { border-color: var(--red-600); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { position: relative; width: 100%; margin-top: 23px; }
.form-submit:disabled { cursor: wait; opacity: 0.74; transform: none; }
.button-spinner { display: none; width: 17px; height: 17px; margin-left: 10px; border: 2px solid rgba(255, 255, 255, 0.45); border-top-color: #fff; border-radius: 50%; animation: spin 700ms linear infinite; }
.form-submit.is-loading .button-spinner { display: inline-block; }
.form-helper, .form-message { margin: 12px 0 0; font-size: 12px; line-height: 1.55; }
.form-message { min-height: 20px; font-weight: 700; }
.form-message.is-success { color: var(--teal-600); }
.form-message.is-error { color: var(--red-600); }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer { padding: 56px 0 28px; color: #fff; background: var(--navy-950); }
.site-footer p, .site-footer a, .site-footer .brand-copy small { color: #bdcad7; }
.site-footer .brand-copy strong { color: #fff; }
.site-footer .brand-mark { color: var(--navy-950); background: #fff; }
.footer-top { display: grid; grid-template-columns: 1fr auto; gap: 64px; padding-bottom: 36px; }
.footer-top > div:first-child > p { max-width: 520px; margin: 21px 0 0; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 9px 28px; align-content: start; }
.footer-links a { text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-top: 21px; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.footer-bottom p { margin: 0; font-size: 12px; }
.footer-bottom p:last-child { max-width: 620px; text-align: right; }

.legal-main, .not-found-main { min-height: 65vh; padding: 90px 0 110px; background: var(--surface-soft); }
.legal-article { max-width: 820px; padding: 52px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.legal-article h1 { font-size: 48px; }
.legal-article h2 { margin-top: 38px; font-size: 25px; }
.legal-meta { color: var(--ink-600); font-size: 13px; }
.not-found-wrap { max-width: 720px; text-align: center; }

.reveal, .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  h1 { font-size: 52px; }
  h2 { font-size: 36px; }
  .hero-grid, .proof-grid, .proof-grid-reverse, .inquiry-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero { min-height: auto; }
  .hero-brief { max-width: 620px; }
  .product-grid, .quality-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .split-intro { grid-template-columns: 1fr; gap: 34px; }
  .split-intro .section-heading, .inquiry-copy { position: static; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 18px; }
  .proof-grid-reverse .proof-copy { order: 1; }
  .proof-grid-reverse .proof-media { order: 2; }
}

@media (max-width: 840px) {
  .site-nav { position: fixed; top: 82px; right: 0; bottom: 0; left: 0; display: none; padding: 28px 24px; background: #fff; border-top: 1px solid var(--line); }
  .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .site-nav .nav-cta { margin-top: 18px; padding: 14px 16px; text-align: center; border-bottom: 0; }
  .nav-toggle { display: block; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  h1 { font-size: 42px; line-height: 1.09; }
  h2 { font-size: 32px; }
  .header-inner { min-height: 74px; }
  .site-nav { top: 74px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-logo { width: 205px; }
  .brand-copy strong { font-size: 18px; }
  .hero { padding: 72px 0 66px; }
  .hero-grid { gap: 38px; }
  .hero-intro { font-size: 18px; }
  .hero-actions { display: grid; }
  .section { padding: 68px 0; }
  #categories { padding-bottom: 54px; }
  #buyers { padding: 46px 0; }
  .section-heading { margin-bottom: 32px; }
  .product-grid, .quality-grid, .reason-grid, .process-grid, .form-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .product-card { height: auto; grid-template-rows: 240px auto; }
  .product-copy { min-height: 300px; }
  .product-media { height: 240px; }
  .private-label-strip { align-items: stretch; flex-direction: column; padding: 24px 22px; }
  .private-label-strip .button { width: 100%; }
  .process-grid { gap: 28px; }
  .process-step { padding-top: 25px; }
  .process-step > span { margin-bottom: 28px; }
  .proof-media { aspect-ratio: 4 / 3; }
  .inquiry-form { padding: 24px 18px; }
  .form-span { grid-column: auto; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; display: grid; gap: 30px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom p:last-child { text-align: left; }
  .legal-article { padding: 30px 22px; }
  .legal-article h1 { font-size: 38px; }
}

@media (max-width: 430px) {
  h1 { font-size: 37px; }
  h2 { font-size: 29px; }
  .brand-copy small { font-size: 10px; }
  .brand-logo { width: 185px; }
  .brief-header { align-items: flex-start; flex-direction: column; gap: 7px; }
  .product-card { height: auto; grid-template-rows: 220px auto; }
  .product-media { height: 220px; }
  .product-copy h3 { min-height: 0; }
  .footer-links { grid-template-columns: 1fr; }
}
