:root {
  --ink: #23282e;
  --ink-soft: #566069;
  --paper: #f7f8f9;
  --white: #fff;
  --red: #cf2233;
  --red-dark: #97121f;
  --sage: #a9b3ba;
  --sage-light: #e9edf0;
  --gold: #e35d55;
  --line: rgba(35, 40, 46, 0.13);
  --shadow: 0 24px 70px rgba(23, 28, 34, 0.12);
  --radius: 1.35rem;
  --shell: min(1180px, calc(100% - 2.5rem));
  --serif: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  --sans: Inter, Aptos, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.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;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-180%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

.eyebrow {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow-dark { color: var(--red); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--sans); font-weight: 700; letter-spacing: -.03em; line-height: 1.04; }
h1 { margin-bottom: 1.6rem; font-size: clamp(2.9rem, 5.4vw, 5.2rem); }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.3rem, 4.4vw, 4.2rem); }
h3 { line-height: 1.2; }
.lead { font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }

.button {
  display: inline-flex;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .025em;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { border-color: rgba(35, 40, 46, .38); background: rgba(255, 255, 255, .72); color: var(--ink); }
.button-ghost:hover { border-color: var(--ink); background: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--red); }
.button-light { background: var(--white); color: var(--red-dark); }
.button-light:hover { background: var(--sage-light); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin-top: .75rem;
  padding-bottom: .22rem;
  border-bottom: 1px solid var(--red);
  color: var(--red);
  font-weight: 800;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(35, 40, 46, .08);
  color: var(--ink);
  transition: background-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  box-shadow: 0 10px 35px rgba(23, 28, 34, .08);
  backdrop-filter: blur(16px);
}

.header-inner { display: flex; min-height: 5.5rem; align-items: center; justify-content: space-between; gap: 2rem; }

.brand { display: inline-flex; align-items: center; gap: .85rem; }
.brand img { width: 3.6rem; height: 3.6rem; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 25px rgba(0, 0, 0, .18); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: .88rem; letter-spacing: .16em; }
.brand-copy small { margin-top: .25rem; font-size: .66rem; opacity: .66; }

.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2rem); }
.site-nav a { font-size: .82rem; font-weight: 750; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: .72rem 1.1rem; border: 1px solid currentColor; border-radius: 999px; }
.nav-toggle { display: none; width: 3rem; height: 3rem; padding: .7rem; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: .29rem 0; background: currentColor; }

.hero { position: relative; overflow: hidden; background: #fdfdfd; color: var(--ink); }
.hero-media img { width: 100%; height: auto; }
.hero-overlay { position: absolute; z-index: 2; inset: 0; display: flex; align-items: flex-start; justify-content: flex-end; padding: 0 0 3vw 4.7vw; flex-direction: column; }
.hero-copy { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.hero-lede { max-width: 680px; margin-bottom: 2.2rem; color: var(--ink-soft); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

.value-strip { background: var(--red); color: var(--white); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-grid div { display: flex; min-height: 6.8rem; align-items: center; gap: .8rem; padding: 1.2rem; border-left: 1px solid rgba(255, 255, 255, .2); }
.value-grid div:last-child { border-right: 1px solid rgba(255, 255, 255, .2); }
.value-grid span { color: rgba(255, 255, 255, .55); font-family: var(--serif); }
.value-grid strong { font-size: .83rem; line-height: 1.35; }

.split-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); gap: clamp(3.5rem, 8vw, 8rem); align-items: center; }
.media-collage { position: relative; min-height: 590px; }
.media-collage figure { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.media-collage-main { position: absolute; inset: 0 12% 8% 0; }
.media-collage-main img { width: 100%; height: 100%; object-fit: cover; }
.media-collage-small { position: absolute; right: 0; bottom: 0; width: 34%; border: 8px solid var(--paper); }
.media-collage-small img { width: 100%; aspect-ratio: .8; object-fit: cover; }
.brand-stamp { position: absolute; z-index: 2; bottom: .8rem; left: .7rem; display: flex; width: 4.9rem; height: 4.9rem; align-items: center; justify-content: center; border: 2px solid #e2231a; border-radius: 50%; background: var(--white); color: #e2231a; flex-direction: column; line-height: 1; transform: rotate(-8deg); box-shadow: 0 10px 24px rgba(23, 28, 34, .18); }
.brand-stamp strong { font-size: 1.5rem; font-weight: 800; letter-spacing: -.03em; }
.brand-stamp small { margin-top: .3rem; font-size: .48rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.since-badge { position: absolute; top: 2rem; right: 1rem; display: flex; width: 8.7rem; height: 8.7rem; align-items: center; justify-content: center; border-radius: 50%; background: var(--red); color: var(--white); flex-direction: column; transform: rotate(8deg); }
.since-badge strong { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.since-badge span { font-family: var(--serif); font-size: 2rem; }
.section-copy > p:not(.eyebrow) { color: var(--ink-soft); }

.products-section { background: #eef1f3; }
.section-heading { display: grid; margin-bottom: 2.2rem; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .48fr); gap: 2rem; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: .5rem; color: var(--ink-soft); }
.product-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.filter-button { padding: .68rem 1rem; border: 1px solid rgba(24, 32, 28, .24); border-radius: 999px; background: transparent; color: var(--ink); font-size: .78rem; font-weight: 750; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.product-card { display: flex; min-width: 0; padding: 1.15rem; border: 1px solid rgba(24, 32, 28, .1); border-radius: var(--radius); background: rgba(255, 255, 255, .72); flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.product-card-featured { border-color: rgba(207, 34, 51, .32); background: rgba(255, 255, 255, .9); box-shadow: 0 18px 44px rgba(207, 34, 51, .08); }
.product-card:hover { background: var(--white); box-shadow: 0 22px 55px rgba(24, 32, 28, .11); transform: translateY(-5px); }
.product-card[hidden] { display: none; }
.product-image { display: grid; overflow: hidden; width: 100%; margin-bottom: 1rem; border-radius: calc(var(--radius) - .45rem); background: #fff; aspect-ratio: 4 / 3; place-items: center; flex: 1 0 auto; }
.product-image img { width: 100%; height: 100%; padding: .7rem; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.product-image-sunday { background: #fff; aspect-ratio: 3 / 4; }
.product-image-sunday img { padding: 0; object-fit: cover; object-position: center; mix-blend-mode: normal; }
.product-image-pack img, .product-image-wide img { padding: .25rem; object-fit: cover; object-position: center; }
.product-image-pack img { object-position: 40% center; transform: scale(1.06); }
.product-image-tall img { padding: .35rem; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-card:hover .product-image-pack img { transform: scale(1.09); }
.product-meta { display: flex; justify-content: space-between; margin-bottom: .7rem; color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { min-height: 2.5em; margin-bottom: .65rem; font-size: 1.22rem; }
.product-card p { min-height: 3.3em; margin-bottom: 1rem; color: var(--ink-soft); font-size: .88rem; }
.card-link { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: auto; padding: .8rem 0 .2rem; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--ink); font-size: .78rem; font-weight: 800; cursor: pointer; text-align: left; }
.card-link span { color: var(--red); font-size: 1.1rem; }

.capabilities { overflow: hidden; background: var(--ink); color: var(--white); }
.capabilities-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr); gap: clamp(3.5rem, 8vw, 8rem); align-items: center; }
.capabilities-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .68); }
.capability-list { margin-top: 2.4rem; border-top: 1px solid rgba(255, 255, 255, .18); }
.capability-list article { display: grid; padding: 1.25rem 0; border-bottom: 1px solid rgba(255, 255, 255, .18); grid-template-columns: 3rem 1fr; gap: 1rem; }
.capability-list article > span { color: var(--gold); font-family: var(--serif); }
.capability-list h3 { margin-bottom: .2rem; font-size: 1rem; }
.capability-list p { margin-bottom: 0; color: rgba(255, 255, 255, .58); font-size: .86rem; }
.capability-video { min-width: 0; }
.capability-video-label { margin-bottom: .8rem; color: var(--gold); }
.capability-video-frame { position: relative; overflow: hidden; width: 100%; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius); background: #0c100e; box-shadow: 0 30px 80px rgba(0, 0, 0, .32); aspect-ratio: 16 / 9; }
.capability-video-frame iframe { position: absolute; width: 100%; height: 100%; border: 0; inset: 0; }
.capability-video-caption { margin: .85rem 0 0; color: rgba(255, 255, 255, .52); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.factory-gallery { position: relative; display: grid; min-height: 590px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr .56fr; gap: .8rem; }
.factory-gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.factory-gallery img { width: 100%; height: 100%; object-fit: cover; }
.factory-main { grid-column: 1 / -1; }
.factory-note { position: absolute; right: -1.2rem; bottom: -1.2rem; display: flex; width: 12rem; height: 12rem; align-items: center; justify-content: center; padding: 1.5rem; border-radius: 50%; background: var(--red); flex-direction: column; text-align: center; }
.factory-note strong { font-family: var(--serif); font-size: 1.7rem; }
.factory-note span { margin-top: .35rem; color: rgba(255, 255, 255, .7); font-size: .7rem; line-height: 1.4; }

.private-label { background: var(--white); }
.private-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: clamp(3.5rem, 8vw, 8rem); align-items: center; }
.private-visual { position: relative; min-height: 620px; border-radius: var(--radius); background: var(--sage-light); }
.private-visual > img { position: absolute; top: 3rem; right: 3rem; width: calc(100% - 6rem); height: calc(100% - 6rem); border-radius: calc(var(--radius) - .4rem); object-fit: cover; box-shadow: var(--shadow); }
.private-card { position: absolute; right: 0; bottom: 0; width: min(270px, 58%); padding: 1.5rem; border-radius: var(--radius) 0 var(--radius) 0; background: var(--red); color: var(--white); }
.private-card span { font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }
.private-card strong { display: block; margin-top: .75rem; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.08; }
.process-list { margin: 2rem 0; padding: 0; list-style: none; }
.process-list li { display: grid; padding: 1rem 0; border-top: 1px solid var(--line); grid-template-columns: 3rem 1fr; gap: .8rem; }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--red); font-family: var(--serif); }
.process-list strong { display: block; margin-bottom: .15rem; }
.process-list p { margin-bottom: 0; color: var(--ink-soft); font-size: .87rem; }
.private-example { display: grid; overflow: hidden; min-height: 430px; margin-top: 1.5rem; border-radius: var(--radius); background: var(--ink); color: var(--white); grid-column: 1 / -1; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); }
.private-example-copy { display: flex; justify-content: center; padding: clamp(2rem, 5vw, 4rem); flex-direction: column; }
.private-example-copy .eyebrow { color: var(--gold); }
.private-example-copy h3 { margin-bottom: .85rem; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 400; }
.private-example-copy > p:last-child { max-width: 430px; margin-bottom: 0; color: rgba(255, 255, 255, .68); }
.private-example-product { overflow: hidden; min-height: 430px; background: #f2f3f5; }
.private-example-product img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }

.contact-section { background: var(--red); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(480px, 1fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255, 255, 255, .7); }
.contact-details { display: grid; margin-top: 2.5rem; font-style: normal; }
.contact-details > * { display: grid; padding: 1rem 0; border-top: 1px solid rgba(255, 255, 255, .22); grid-template-columns: 4rem 1fr; gap: .8rem; }
.contact-details > *:last-child { border-bottom: 1px solid rgba(255, 255, 255, .22); }
.contact-details span { color: rgba(255, 255, 255, .55); font-size: .72rem; text-transform: uppercase; }
.contact-details strong { font-size: .88rem; }
.contact-form { padding: clamp(1.5rem, 4vw, 2.7rem); border: 1px solid rgba(255, 255, 255, .2); border-radius: var(--radius); background: rgba(65, 8, 16, .24); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.contact-form label { display: grid; gap: .35rem; }
.contact-form label > span { font-size: .7rem; font-weight: 750; letter-spacing: .05em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .34); border-radius: 0; outline: 0; background: transparent; color: var(--white); }
.contact-form input, .contact-form select { min-height: 2.8rem; }
.contact-form textarea { min-height: 7.5rem; padding: .7rem 0; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--white); box-shadow: 0 1px 0 var(--white); }
.contact-form select { color-scheme: dark; }
.contact-form option { background: var(--red-dark); color: var(--white); }
.contact-form textarea::placeholder { color: rgba(255, 255, 255, .44); }
.form-wide { grid-column: 1 / -1; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { display: flex; align-items: center; gap: 1rem; margin-top: 1.7rem; }
.form-status { margin: 0; color: rgba(255, 255, 255, .82); font-size: .82rem; }
.form-status a { text-decoration: underline; }
.form-privacy { margin: .75rem 0 0; color: rgba(255, 255, 255, .52); font-size: .7rem; }

.site-footer { padding: 4rem 0 1.5rem; background: #171b20; color: var(--white); }
.footer-main { display: flex; justify-content: space-between; gap: 3rem; padding-bottom: 3rem; }
.footer-brand img { width: 4.5rem; height: 4.5rem; }
.footer-links { display: flex; gap: clamp(3rem, 8vw, 7rem); }
.footer-links > div { display: flex; min-width: 150px; flex-direction: column; }
.footer-links strong { margin-bottom: .7rem; color: rgba(255, 255, 255, .45); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { margin: .2rem 0; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.3rem; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .46); font-size: .72rem; }

.product-dialog { width: min(960px, calc(100% - 2rem)); max-height: min(760px, calc(100dvh - 2rem)); padding: 0; border: 0; border-radius: var(--radius); background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0, 0, 0, .4); }
.product-dialog::backdrop { background: rgba(10, 14, 12, .76); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; z-index: 2; top: .9rem; right: .9rem; display: grid; width: 2.7rem; height: 2.7rem; border: 0; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 1.5rem; cursor: pointer; place-items: center; }
.dialog-layout { display: grid; min-height: 560px; grid-template-columns: 1fr 1fr; }
.dialog-media { display: grid; min-height: 450px; padding: 3rem; background: #eef1f3; place-items: center; }
.dialog-media img { width: 100%; max-height: 420px; object-fit: contain; mix-blend-mode: multiply; }
.dialog-copy { align-self: center; padding: clamp(2rem, 5vw, 4rem); }
.dialog-copy h2 { font-size: clamp(2.3rem, 5vw, 4.2rem); }
.dialog-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.dialog-copy ul { margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.dialog-copy li { position: relative; padding: .55rem 0 .55rem 1.35rem; border-top: 1px solid var(--line); font-size: .86rem; }
.dialog-copy li:last-child { border-bottom: 1px solid var(--line); }
.dialog-copy li::before { position: absolute; top: .75rem; left: .15rem; color: var(--red); content: "✓"; font-weight: 900; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 2rem, 760px); }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; top: 0; right: 0; bottom: 0; display: flex; width: min(360px, 88vw); align-items: stretch; justify-content: center; padding: 7rem 2rem 2rem; background: var(--paper); color: var(--ink); flex-direction: column; transform: translateX(105%); transition: transform .25s ease; box-shadow: -20px 0 50px rgba(0, 0, 0, .2); }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { padding: .7rem 0; font-family: var(--serif); font-size: 1.6rem; }
  .nav-cta { margin-top: 1rem; text-align: center; }
  .hero-overlay { position: static; display: block; padding: 0; }
  .hero-actions { width: var(--shell); margin: 0 auto; padding: 1.3rem 0 2.6rem; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid div:nth-child(2) { border-right: 1px solid rgba(255, 255, 255, .2); }
  .split-layout, .capabilities-layout, .private-layout, .contact-layout { grid-template-columns: 1fr; }
  .media-collage { min-height: 540px; }
  .section-heading { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .factory-gallery { min-height: 600px; }
  .private-layout .section-copy { max-width: 650px; }
  .contact-copy { max-width: 680px; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 1.25rem, 560px); --radius: 1rem; }
  html { scroll-padding-top: 5.25rem; }
  .site-header { background: rgba(255, 255, 255, .78); backdrop-filter: blur(10px); }
  .site-header.is-scrolled { background: rgba(255, 255, 255, .95); }
  .header-inner { min-height: 4.75rem; }
  .brand img { width: 3rem; height: 3rem; }
  .brand-copy small { display: none; }
  .hero { padding-top: 4.75rem; }
  .hero-media img { height: 100vw; min-height: 300px; object-fit: cover; object-position: right 42%; }
  .hero-copy { position: static; width: var(--shell); height: auto; overflow: visible; margin: 2.2rem auto 0; clip: auto; white-space: normal; }
  h1 { font-size: clamp(2.3rem, 9vw, 3.2rem); }
  h2 { font-size: clamp(1.95rem, 7.6vw, 2.7rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid div, .value-grid div:nth-child(2), .value-grid div:last-child { min-height: 4.8rem; border-right: 1px solid rgba(255, 255, 255, .2); }
  .section { padding: 4.5rem 0; }
  .media-collage { min-height: 440px; }
  .media-collage-main { inset: 0 9% 7% 0; }
  .media-collage-small { width: 39%; }
  .since-badge { top: auto; right: auto; bottom: 1.2rem; left: .6rem; width: 7rem; height: 7rem; }
  .product-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .5rem; }
  .filter-button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card h3, .product-card p { min-height: 0; }
  .product-image { min-height: 0; }
  .factory-gallery { min-height: 470px; }
  .factory-note { right: -.3rem; bottom: -.5rem; width: 9.5rem; height: 9.5rem; }
  .private-visual { min-height: 470px; }
  .private-visual > img { top: 1.5rem; right: 1.5rem; width: calc(100% - 3rem); height: calc(100% - 3rem); }
  .private-card { width: 62%; }
  .private-example { min-height: 0; grid-template-columns: 1fr; }
  .private-example-product { min-height: 340px; }
  .private-example-product img { height: 100%; min-height: 340px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .footer-main, .footer-bottom { flex-direction: column; }
  .footer-links { flex-direction: column; gap: 2rem; }
  .footer-bottom { gap: .35rem; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-media { min-height: 280px; padding: 2rem; }
  .dialog-media img { max-height: 250px; }
  .dialog-copy { padding: 2rem 1.3rem; }
}

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