:root {
  --ink: #17201d;
  --forest: #102d27;
  --forest-2: #183e35;
  --rice: #f7f3e9;
  --paper: #fffdf8;
  --gold: #c89b3c;
  --red: #c64535;
  --line: rgba(23, 32, 29, 0.16);
  --muted: #63706b;
  --white: #ffffff;
  --shell: 1180px;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.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: 8px;
  left: 8px;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--forest);
  text-decoration: none;
}

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

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.event-bar {
  color: var(--white);
  background: var(--red);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.event-bar__inner {
  width: min(calc(100% - 40px), var(--shell));
  min-height: 34px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.event-bar__label {
  font-weight: 800;
}

.event-bar__place {
  opacity: 0.78;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(16, 45, 39, 0.06);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}

.wordmark__main {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.075em;
}

.wordmark__sub {
  margin-top: 7px;
  color: var(--red);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav a {
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-nav a:not(.nav-cta) {
  position: relative;
}

.primary-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav a:not(.nav-cta):hover::after,
.primary-nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 11px 18px;
  color: var(--white);
  background: var(--forest);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid var(--line);
  background: transparent;
}

.menu-toggle__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background: var(--ink);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 92px;
  background:
    linear-gradient(90deg, transparent 49.94%, rgba(16, 45, 39, 0.055) 50%, transparent 50.06%),
    var(--paper);
}

.hero::before {
  position: absolute;
  top: 50px;
  left: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(198, 69, 53, 0.25);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  align-items: center;
  gap: 70px;
}

.eyebrow,
.kicker {
  margin-bottom: 20px;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.eyebrow span::before {
  width: 32px;
  height: 1px;
  content: "";
  background: var(--red);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-family: var(--serif);
  font-size: clamp(3.1rem, 5.6vw, 5.65rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: #4e5b56;
  font-size: 1.08rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.025em;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.primary-nav a:focus-visible,
.footer-links a:focus-visible,
.contact-email:focus-visible {
  outline: 3px solid rgba(200, 155, 60, 0.55);
  outline-offset: 4px;
}

.button--primary {
  color: var(--white);
  background: var(--forest);
}

.button--primary:hover {
  background: var(--forest-2);
}

.button--text {
  padding-inline: 0;
  border-bottom-color: var(--ink);
}

.button--text:hover {
  color: var(--red);
  border-bottom-color: var(--red);
}

.hero-proof {
  max-width: 610px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  color: #44514c;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-proof li::before {
  margin-right: 8px;
  color: var(--red);
  content: "●";
  font-size: 0.55rem;
  vertical-align: 0.15em;
}

.hero-visual {
  position: relative;
  margin: 0;
}

.hero-image-wrap {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 3px 112px 3px 3px;
  background: var(--rice);
}

.hero-image-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(16, 45, 39, 0.08);
  pointer-events: none;
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.hero-visual figcaption {
  width: calc(100% - 48px);
  min-height: 76px;
  position: absolute;
  right: -22px;
  bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px 14px 24px;
  color: var(--white);
  background: var(--forest);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.stamp {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.proof-strip {
  color: var(--white);
  background: var(--forest);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-item {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.proof-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.proof-item strong {
  margin-bottom: 8px;
  color: #e8bd60;
  font-family: var(--serif);
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1;
}

.proof-item span {
  max-width: 180px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.45;
}

.section {
  padding: 120px 0;
}

.section h2,
.contact h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.story {
  background: var(--paper);
}

.story-grid,
.quality-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 92px;
}

.story-lead {
  margin-bottom: 56px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.story-points {
  border-top: 1px solid var(--line);
}

.story-points article {
  display: grid;
  grid-template-columns: 48px minmax(150px, 0.7fr) minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.story-points h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.story-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.point-no,
.product-index,
.case-label {
  color: var(--red);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.range {
  background: var(--rice);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 64px;
}

.section-heading > p {
  max-width: 420px;
  margin-bottom: 6px;
  color: var(--muted);
}

.product-editorial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.product-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  background: var(--paper);
  border: 1px solid var(--line);
}

.product-feature--wide {
  grid-column: 1 / -1;
}

.product-image {
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e8e2d5;
}

.product-image--light {
  background: #f4f1ea;
}

.product-image img {
  width: min(86%, 640px);
  max-height: 370px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-copy {
  padding: 52px;
}

.product-copy h3,
.product-card h3 {
  margin: 14px 0 16px;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.product-copy p,
.product-card p {
  color: var(--muted);
}

.spec-list {
  margin: 26px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.spec-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-card {
  padding: 22px 22px 32px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.product-card__image {
  height: 300px;
  margin-bottom: 26px;
  overflow: hidden;
  background: #eee9df;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.025);
}

.product-card h3,
.product-card p,
.product-card .product-index {
  margin-right: 12px;
  margin-left: 12px;
}

.range-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.range-list span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.84rem;
  font-weight: 750;
}

.availability-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.77rem;
}

.foodservice {
  color: var(--white);
  background: var(--forest);
}

.foodservice-top {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
  margin-bottom: 72px;
}

.section-intro--light .kicker,
.kicker--light {
  color: #e8bd60;
}

.foodservice-copy > p {
  max-width: 700px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
}

.operation-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.operation-row div {
  padding: 22px 18px 4px 0;
}

.operation-row strong,
.operation-row span {
  display: block;
}

.operation-row strong {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
}

.operation-row span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.76rem;
  line-height: 1.5;
}

.case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.case {
  min-height: 520px;
}

.case--image {
  position: relative;
  overflow: hidden;
}

.case--image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 35%, rgba(8, 24, 20, 0.9));
}

.case--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-overlay {
  position: absolute;
  z-index: 1;
  right: 42px;
  bottom: 40px;
  left: 42px;
}

.case-overlay span {
  color: #e8bd60;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.case-overlay h3 {
  max-width: 540px;
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.75rem);
  font-weight: 500;
  line-height: 1.12;
}

.case--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px;
  color: var(--ink);
  background: #e8bd60;
}

.case--text .case-label {
  color: var(--forest);
}

.case--text h3 {
  margin: 22px 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.case--text p {
  margin-bottom: 0;
}

.case-audience {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 45, 39, 0.28);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oem {
  background: var(--paper);
}

.oem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: 94px;
}

.oem-visual {
  position: relative;
}

.oem-visual > img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: 2px 90px 2px 2px;
}

.oem-stat {
  width: min(280px, 68%);
  position: absolute;
  right: -36px;
  bottom: -30px;
  padding: 28px 32px;
  color: var(--white);
  background: var(--red);
}

.oem-stat strong,
.oem-stat span {
  display: block;
}

.oem-stat strong {
  font-family: var(--serif);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}

.oem-stat span {
  margin-top: 10px;
  font-size: 0.76rem;
  line-height: 1.45;
}

.oem-copy > p:not(.kicker) {
  margin: 28px 0 34px;
  color: var(--muted);
}

.oem-list {
  margin: 0 0 36px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.oem-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.oem-list li > span {
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
}

.oem-list strong,
.oem-list small {
  display: block;
}

.oem-list strong {
  margin-bottom: 3px;
  font-size: 0.9rem;
}

.oem-list small {
  color: var(--muted);
  font-size: 0.76rem;
}

.quality {
  background: var(--rice);
}

.quality-image {
  height: 440px;
  position: relative;
  margin-bottom: 78px;
  overflow: hidden;
}

.quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-image__label {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
  color: var(--white);
  background: var(--forest);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.quality-copy > p {
  margin-bottom: 36px;
  color: var(--muted);
  font-size: 1.04rem;
}

.cert-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.cert-row div {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cert-row strong,
.cert-row span {
  display: block;
}

.cert-row strong {
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: 1.05rem;
}

.cert-row span {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.origin {
  padding: 0;
  background: var(--paper);
}

.origin-grid {
  width: min(100%, 1440px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: stretch;
}

.origin-copy {
  padding: 96px max(40px, calc((100vw - var(--shell)) / 2));
}

.origin-copy h2 {
  max-width: 700px;
  margin-bottom: 26px;
}

.origin-copy p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
}

.origin-grid > img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.contact {
  padding: 112px 0;
  color: var(--white);
  background: var(--red);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: 90px;
}

.contact h2 {
  max-width: 760px;
}

.contact-actions p {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.button--inverse {
  width: 100%;
  color: var(--forest);
  background: var(--white);
}

.contact-email {
  display: inline-block;
  margin-top: 20px;
  color: var(--white);
  font-size: 0.84rem;
  text-underline-offset: 4px;
}

.site-footer {
  padding: 68px 0 26px;
  color: var(--white);
  background: #0b1d19;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr 0.65fr;
  gap: 60px;
  padding-bottom: 50px;
}

.wordmark--footer .wordmark__sub {
  color: #e8bd60;
}

.footer-company,
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.footer-company strong {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 0.82rem;
}

.footer-links {
  gap: 12px;
}

.footer-links a {
  color: var(--white);
  text-underline-offset: 4px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.68rem;
}

@media (max-width: 980px) {
  .event-bar__place {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    z-index: 90;
    top: 78px;
    right: 0;
    left: 0;
    height: calc(100dvh - 78px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 30px 20px;
    background: var(--paper);
    transform: translateX(102%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 220ms ease;
  }

  .primary-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .primary-nav a {
    padding: 18px 6px;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 1.55rem;
    font-weight: 500;
  }

  .primary-nav .nav-cta {
    margin-top: 22px;
    padding: 15px 18px;
    color: var(--white);
    border: 0;
    font-family: var(--sans);
    font-size: 0.9rem;
    font-weight: 750;
    text-align: center;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero-grid,
  .story-grid,
  .quality-grid,
  .foodservice-top,
  .oem-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 58px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-image-wrap {
    min-height: 580px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-item:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .proof-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .story-grid,
  .quality-grid {
    gap: 48px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-feature {
    grid-template-columns: 1fr;
  }

  .product-image {
    min-height: 360px;
  }

  .foodservice-top,
  .oem-grid,
  .contact-grid {
    gap: 52px;
  }

  .oem-visual > img {
    min-height: 560px;
  }

  .oem-stat {
    right: 18px;
  }

  .origin-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .origin-copy {
    padding: 92px 20px;
  }

  .origin-grid > img {
    min-height: 440px;
  }

  .footer-grid {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .footer-links {
    grid-column: 1 / -1;
    flex-direction: row;
  }
}

@media (max-width: 700px) {
  .shell {
    width: min(calc(100% - 30px), var(--shell));
  }

  .event-bar__inner {
    width: calc(100% - 20px);
    gap: 7px;
    font-size: 0.67rem;
    letter-spacing: 0.035em;
  }

  .header-inner {
    min-height: 68px;
  }

  .primary-nav {
    top: 68px;
    height: calc(100dvh - 68px);
  }

  .hero {
    padding: 52px 0 82px;
    background: var(--paper);
  }

  .hero h1 {
    font-size: clamp(3rem, 14.5vw, 4.5rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button--text {
    width: max-content;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-image-wrap {
    min-height: 470px;
    border-radius: 2px 72px 2px 2px;
  }

  .hero-visual figcaption {
    width: calc(100% - 24px);
    right: -8px;
    bottom: -34px;
  }

  .proof-grid {
    width: 100%;
  }

  .proof-item {
    min-height: 130px;
    padding: 22px 18px;
  }

  .proof-item strong {
    font-size: 1.9rem;
  }

  .section {
    padding: 88px 0;
  }

  .section h2,
  .contact h2 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .story-points article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px 14px;
  }

  .story-points article p {
    grid-column: 2;
  }

  .product-editorial {
    grid-template-columns: 1fr;
  }

  .product-copy {
    padding: 34px 28px;
  }

  .product-card__image {
    height: 270px;
  }

  .range-list {
    grid-template-columns: 1fr 1fr;
  }

  .operation-row {
    grid-template-columns: 1fr;
  }

  .operation-row div {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .case {
    min-height: 470px;
  }

  .case-overlay {
    right: 26px;
    bottom: 28px;
    left: 26px;
  }

  .case--text {
    min-height: 430px;
    padding: 38px 30px;
  }

  .oem-visual > img {
    min-height: 460px;
  }

  .oem-stat {
    width: min(250px, 78%);
    right: 10px;
    bottom: -34px;
  }

  .oem-copy {
    margin-top: 34px;
  }

  .quality-image {
    height: 330px;
    margin-bottom: 56px;
  }

  .quality-image__label {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .cert-row {
    grid-template-columns: 1fr;
  }

  .cert-row div {
    min-height: 96px;
  }

  .origin-copy {
    padding: 78px 15px;
  }

  .origin-grid > img {
    min-height: 360px;
  }

  .contact {
    padding: 86px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-links {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
