:root {
  --ink: #12100d;
  --graphite: #24211d;
  --walnut: #6f4d2f;
  --wood: #b8874e;
  --brass: #d4aa62;
  --sage: #8fa07d;
  --forest: #233c32;
  --blue: #0d3a4a;
  --paper: #f4efe5;
  --linen: #fff9ed;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --dark-line: rgba(18, 16, 13, 0.14);
  --light-line: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 90px rgba(18, 16, 13, 0.36);
  color-scheme: light dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ink);
  color: var(--white);
  letter-spacing: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(18, 16, 13, 0.58);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  left: 0;
  min-height: 84px;
  padding: 12px clamp(18px, 4.5vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  transition:
    background 180ms ease,
    min-height 180ms ease;
  z-index: 40;
}

.site-header.is-scrolled {
  background: rgba(18, 16, 13, 0.92);
  min-height: 74px;
}

.brand {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: inline-flex;
  height: 72px;
  padding: 8px 16px;
}

.brand img {
  display: block;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  width: min(390px, 48vw);
}

.nav {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2.7vw, 34px);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  opacity: 0.78;
}

.nav a:hover {
  opacity: 1;
}

.nav-cta {
  background: var(--white);
  color: var(--ink);
  opacity: 1;
  padding: 12px 18px;
}

.language-toggle {
  background: rgba(255, 249, 237, 0.08);
  border: 1px solid rgba(255, 249, 237, 0.22);
  color: var(--white);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 950;
  height: 40px;
  letter-spacing: 0.08em;
  min-width: 46px;
  padding: 0 12px;
  text-transform: uppercase;
}

.language-toggle:hover {
  background: rgba(255, 249, 237, 0.16);
}

.menu-button {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  width: 42px;
}

.menu-button span {
  background: var(--white);
  display: block;
  height: 2px;
  margin: 7px auto;
  width: 24px;
}

.hero {
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  padding: 132px clamp(18px, 5vw, 72px) 46px;
  position: relative;
}

.hero-bg {
  background:
    radial-gradient(circle at 82% 42%, rgba(255, 249, 237, 0.82), transparent 34%),
    linear-gradient(90deg, rgba(18, 16, 13, 0.94) 0%, rgba(18, 16, 13, 0.82) 41%, rgba(18, 16, 13, 0.28) 100%),
    linear-gradient(135deg, #17130f 0%, #2c251d 54%, #fff9ed 100%);
  inset: 0;
  position: absolute;
  transform: scale(1.02);
  z-index: -3;
}

.hero-food-stage {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: -2;
}

.hero-food-stage img {
  display: block;
  filter: drop-shadow(0 34px 54px rgba(18, 16, 13, 0.42));
  position: absolute;
}

.hero-food-main {
  bottom: 4vh;
  right: -10vw;
  transform: rotate(-2deg);
  width: min(980px, 64vw);
}

.hero-food-side {
  opacity: 0.86;
  width: min(540px, 34vw);
}

.hero-food-side-one {
  right: 16vw;
  top: 12vh;
  transform: rotate(4deg);
}

.hero-food-side-two {
  bottom: 1vh;
  right: 38vw;
  transform: rotate(2deg);
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(18, 16, 13, 0.04), rgba(18, 16, 13, 0.95)),
    linear-gradient(120deg, rgba(212, 170, 98, 0.18), transparent 38%);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero-layout {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.72fr);
  min-height: calc(100vh - 178px);
}

.hero-content {
  max-width: 860px;
}

.eyebrow,
.section-number,
.counter-kicker {
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(2.72rem, 5.8vw, 5.65rem);
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 18px;
  max-width: 980px;
}

h2 {
  font-size: clamp(1.95rem, 4.1vw, 4.45rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin-bottom: 24px;
}

h3 {
  font-size: clamp(1.12rem, 1.75vw, 1.62rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 14px;
}

p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  line-height: 1.65;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.98rem, 1.6vw, 1.14rem);
  max-width: 680px;
}

.hero-decision {
  color: rgba(255, 249, 237, 0.92);
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.18rem, 1.9vw, 1.82rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.24;
  margin-bottom: 24px;
  max-width: 700px;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.hero-decision span,
.hero-decision strong {
  display: block;
}

.hero-decision strong {
  color: var(--brass);
  font-size: 1.08em;
  font-weight: 500;
}

.hero-specs {
  color: var(--brass);
  font-size: clamp(0.84rem, 1.4vw, 1.05rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 18px;
  max-width: 760px;
  text-transform: uppercase;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 950;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 52px;
  padding: 14px 22px;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.primary {
  background: linear-gradient(135deg, var(--brass), #f4dba7);
  color: var(--ink);
}

.ghost {
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--white);
}

.hero-card {
  background: rgba(18, 16, 13, 0.56);
  border: 1px solid var(--light-line);
  box-shadow: var(--shadow);
  max-width: 420px;
  padding: 26px;
}

.hero-card span,
.pro-band span,
.advantage-grid span {
  color: var(--brass);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.92;
  margin-bottom: 16px;
}

.mini-specs {
  border-top: 1px solid var(--light-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  padding-top: 18px;
}

.mini-specs div + div {
  border-left: 1px solid var(--light-line);
  padding-left: 14px;
}

.mini-specs b,
.mini-specs small {
  display: block;
}

.mini-specs small {
  color: rgba(255, 255, 255, 0.58);
  margin-top: 4px;
}

.live-counter {
  margin-top: clamp(52px, 8vw, 88px);
  max-width: 980px;
}

.hero-counter {
  background: rgba(18, 16, 13, 0.64);
  border: 1px solid var(--light-line);
  box-shadow: var(--shadow);
  margin-top: 0;
  max-width: 720px;
  padding: clamp(22px, 3vw, 34px);
}

.counter-value {
  align-items: end;
  display: flex;
  filter: drop-shadow(0 18px 48px rgba(0, 0, 0, 0.48));
  gap: 12px;
}

.counter-value span {
  background: linear-gradient(180deg, #ffffff 0%, #e7c98f 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(3.6rem, 9vw, 8.5rem);
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.78;
}

.counter-value small {
  color: var(--brass);
  font-size: clamp(1.4rem, 2.6vw, 2.8rem);
  font-weight: 900;
  margin-bottom: 8px;
}

.counter-grid {
  background: rgba(18, 16, 13, 0.62);
  border: 1px solid var(--light-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  max-width: 760px;
}

.hero-counter .counter-grid {
  background: rgba(255, 255, 255, 0.06);
  max-width: none;
}

.hero-counter .counter-value span {
  font-size: clamp(2.8rem, 5vw, 5.8rem);
}

.hero-counter .counter-note {
  margin: 14px 0 0;
}

.counter-grid div {
  min-height: 105px;
  padding: 20px;
}

.counter-grid div + div {
  border-left: 1px solid var(--light-line);
}

.counter-grid strong {
  display: block;
  font-size: clamp(1.4rem, 2.5vw, 2.1rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  margin-bottom: 10px;
}

.counter-grid span,
.counter-note {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  line-height: 1.45;
}

.section-band {
  background: var(--paper);
  color: var(--ink);
}

.section-band p,
.section-band dd,
.section-band li {
  color: rgba(18, 16, 13, 0.72);
}

.section-inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(76px, 10vw, 136px) clamp(18px, 5vw, 54px);
}

.intro-grid,
.technical-layout,
.impact-layout,
.contact-layout {
  display: grid;
  gap: clamp(36px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.intro-copy {
  border-left: 1px solid var(--dark-line);
  padding-left: clamp(24px, 4vw, 48px);
}

.section-heading {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.65fr) minmax(320px, 1fr);
  margin-bottom: 46px;
}

.section-heading.compact {
  display: block;
  max-width: 900px;
}

dl {
  border-top: 1px solid var(--light-line);
  margin: auto 0 24px;
  padding-top: 12px;
}

dt {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

dd {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  margin: 4px 0 16px;
}

.pro-band {
  align-items: center;
  background: var(--linen);
  color: var(--ink);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr) auto;
  margin-top: 18px;
  padding: 32px;
}

.pro-band p {
  color: rgba(18, 16, 13, 0.72);
  margin-bottom: 0;
}

.pro-band ul {
  border-left: 1px solid var(--dark-line);
  color: rgba(18, 16, 13, 0.74);
  line-height: 1.9;
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
}

.food-gallery {
  background:
    linear-gradient(180deg, #fff9ed 0%, #f4efe5 100%);
  color: var(--ink);
}

.food-gallery .section-heading p:not(.section-number) {
  color: rgba(18, 16, 13, 0.72);
  max-width: 760px;
}

.food-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.12fr 0.88fr;
}

.food-card {
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(18, 16, 13, 0.12);
  display: grid;
  grid-template-rows: minmax(220px, 1fr) auto;
  min-height: 420px;
  overflow: hidden;
}

.food-card.large {
  grid-row: span 2;
  min-height: 620px;
}

.food-card img {
  background: #fff;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.food-card div {
  background: var(--ink);
  color: var(--white);
  padding: 24px;
}

.food-card span {
  color: var(--brass);
  display: block;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.food-card h3 {
  color: var(--white);
  margin-bottom: 0;
}

.application-list {
  border: 1px solid rgba(18, 16, 13, 0.14);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.application-list span {
  align-items: center;
  color: rgba(18, 16, 13, 0.78);
  display: flex;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  min-height: 72px;
  padding: 18px;
  text-transform: uppercase;
}

.application-list span + span {
  border-left: 1px solid rgba(18, 16, 13, 0.14);
}

.application-list span:nth-child(4) {
  border-left: 0;
}

.application-list span:nth-child(n + 4) {
  border-top: 1px solid rgba(18, 16, 13, 0.14);
}

.advantages {
  background:
    linear-gradient(180deg, var(--paper), #e9dcc6);
}

.advantage-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.advantage-grid article {
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(18, 16, 13, 0.12);
  min-height: 260px;
  padding: 28px;
}

.advantage-grid h3,
.advantage-grid p {
  color: var(--ink);
}

.technical {
  background:
    linear-gradient(90deg, rgba(18, 16, 13, 0.92), rgba(13, 58, 74, 0.84)),
    url("assets/food-canalons.png") center / cover;
}

.technical-layout {
  align-items: center;
}

.technical .section-inner > div:first-child {
  max-width: 920px;
}

.standard-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
  position: relative;
}

.standard-card {
  background: rgba(255, 249, 237, 0.08);
  border: 1px solid var(--light-line);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.standard-card img {
  aspect-ratio: 1.78;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.standard-card div {
  padding: clamp(24px, 3vw, 34px);
}

.standard-card span,
.technical-strip span {
  color: var(--brass);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.standard-card h3 {
  font-size: clamp(1.55rem, 2.8vw, 2.8rem);
  line-height: 0.95;
  max-width: 560px;
}

.standard-card p {
  max-width: 560px;
}

.patent-panel {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 249, 237, 0.13), rgba(212, 170, 98, 0.18));
  border: 1px solid rgba(212, 170, 98, 0.46);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: 18px;
  padding: clamp(10px, 1.3vw, 14px);
}

.patent-panel > div:last-child {
  align-items: center;
  column-gap: 18px;
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
}

.patent-seal {
  align-items: center;
  aspect-ratio: 1;
  background: radial-gradient(circle at 35% 28%, #fff1c7, var(--brass) 52%, #8a632f 100%);
  border: 2px solid rgba(255, 249, 237, 0.72);
  border-radius: 50%;
  color: var(--ink);
  display: grid;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  font-weight: 950;
  height: clamp(44px, 5.2vw, 58px);
  justify-content: center;
  letter-spacing: 0.04em;
  outline: 1px solid rgba(212, 170, 98, 0.7);
  outline-offset: 4px;
}

.patent-panel span {
  color: var(--brass);
  display: block;
  font-size: 0.68rem;
  font-weight: 950;
  grid-column: 1;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.patent-panel strong {
  color: var(--white);
  display: block;
  font-size: clamp(1.08rem, 2vw, 1.65rem);
  grid-column: 1;
  line-height: 0.98;
  margin-bottom: 0;
  text-transform: uppercase;
}

.patent-panel p {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.78rem, 1.1vw, 0.9rem);
  grid-column: 2;
  grid-row: 1 / span 2;
  line-height: 1.3;
  margin: 0;
  max-width: 820px;
}

.technical-strip {
  border: 1px solid var(--light-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}

.technical-strip div {
  min-height: 126px;
  padding: 24px;
}

.technical-strip div + div {
  border-left: 1px solid var(--light-line);
}

.technical-strip strong {
  display: block;
  font-size: clamp(1.05rem, 1.7vw, 1.4rem);
  line-height: 1.2;
}

.technical-note {
  background: rgba(18, 16, 13, 0.46);
  border: 1px solid var(--light-line);
  margin-top: 18px;
  padding: clamp(22px, 3vw, 32px);
}

.technical-note p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  line-height: 1.45;
  margin: 0;
  text-align: center;
}

.technical-note p + p {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.92rem, 1.5vw, 1.1rem);
  letter-spacing: 0.02em;
  margin-top: 14px;
  text-transform: uppercase;
}

.pdf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.impact {
  background: #152720;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.impact-food-bg {
  background:
    linear-gradient(90deg, rgba(21, 39, 32, 0.94), rgba(21, 39, 32, 0.66)),
    url("assets/food-pollo.png") center / cover no-repeat;
  filter: blur(8px) saturate(0.92);
  inset: -18px;
  opacity: 0.34;
  position: absolute;
  transform: scale(1.04);
  z-index: -2;
}

.impact::after {
  background: radial-gradient(circle at 78% 48%, rgba(212, 170, 98, 0.28), transparent 32%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.impact-layout {
  align-items: center;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.9fr);
}

.impact-media-stack {
  display: grid;
  gap: 18px;
}

.impact-counter {
  margin-top: 0;
  width: 100%;
}

.impact-visual {
  aspect-ratio: 0.92;
  min-height: 430px;
  position: relative;
}

.impact-visual img,
.impact-focus {
  background-image: url("assets/food-quiches.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.impact-visual img {
  border: 1px solid var(--light-line);
  box-shadow: var(--shadow);
  display: block;
  filter: blur(3px) saturate(0.86) brightness(0.78);
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  width: 100%;
}

.impact-focus {
  border: 3px solid rgba(255, 249, 237, 0.9);
  border-radius: 50%;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.42),
    0 0 0 11px rgba(212, 170, 98, 0.22);
  height: clamp(170px, 18vw, 250px);
  left: 10%;
  position: absolute;
  top: 22%;
  width: clamp(170px, 18vw, 250px);
}

.small-counter span {
  font-size: clamp(3rem, 7vw, 6.6rem);
}

.contact {
  background: var(--linen);
  color: var(--ink);
}

.contact-layout {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
}

.contact p {
  color: rgba(18, 16, 13, 0.72);
}

.contact .ghost {
  border-color: rgba(18, 16, 13, 0.24);
  color: var(--ink);
}

.contact-proof {
  border-left: 3px solid var(--brass);
  color: rgba(18, 16, 13, 0.78);
  display: grid;
  gap: 8px;
  margin-top: 28px;
  max-width: 560px;
  padding-left: 18px;
}

.contact-proof strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-proof span {
  display: block;
  font-size: 0.95rem;
}

.contact-brand-line {
  align-items: center;
  border-top: 1px solid rgba(18, 16, 13, 0.14);
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  max-width: 620px;
  padding-top: 18px;
}

.contact-brand-line img {
  display: block;
  height: 96px;
  object-fit: contain;
  object-position: left center;
  width: min(520px, 82vw);
}

.closing-signature {
  color: rgba(18, 16, 13, 0.78);
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.22rem, 2vw, 2rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.22;
  margin-top: 26px;
  max-width: 620px;
}

.closing-signature span,
.closing-signature strong {
  display: block;
}

.closing-signature strong {
  color: #9f6f2c;
  font-weight: 500;
}

.contact-card {
  align-self: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-style: normal;
  justify-content: start;
  justify-self: end;
  max-width: 520px;
  min-height: 360px;
  padding: 22px;
  width: min(100%, 520px);
}

.laser-logo {
  background: var(--white);
  display: block;
  margin-bottom: 16px;
  padding: 12px;
  width: 100%;
}

.contact-photo {
  aspect-ratio: 1.08;
  display: block;
  margin-bottom: 16px;
  max-height: 390px;
  object-fit: cover;
  object-position: center 30%;
  width: 100%;
}

.contact-card span,
.contact-card a {
  border-top: 1px solid var(--light-line);
  color: rgba(255, 255, 255, 0.72);
  padding: 14px 0;
}

.footer {
  align-items: center;
  background: #0b0907;
  color: rgba(255, 255, 255, 0.66);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 58px);
}

.footer span:first-child {
  color: var(--white);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .hero-layout,
  .intro-grid,
  .technical-layout,
  .impact-layout,
  .contact-layout,
  .section-heading,
  .pro-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    min-height: auto;
  }

  .hero-card {
    max-width: 680px;
  }

  .hero-food-main {
    opacity: 0.42;
    right: -18vw;
    width: min(900px, 86vw);
  }

  .hero-food-stage .hero-food-side {
    display: none;
  }

  .advantage-grid,
  .food-grid,
  .standard-grid,
  .technical-strip {
    grid-template-columns: 1fr;
  }

  .food-card,
  .food-card.large {
    min-height: 420px;
  }

  .pro-band ul {
    border-left: 0;
    border-top: 1px solid var(--dark-line);
    padding: 18px 0 0;
  }

  .technical-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--light-line);
  }

  .impact-visual {
    min-height: 360px;
  }
}

@media (max-width: 1150px) {
  .menu-button {
    display: block;
  }

  .nav {
    background: rgba(18, 16, 13, 0.96);
    border-bottom: 1px solid var(--light-line);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 96px;
  }

  .nav.is-open {
    display: flex;
  }

  .intro-copy {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 680px) {
  .brand {
    height: 68px;
  }

  .brand img {
    height: 52px;
    width: min(310px, 72vw);
  }

  .hero {
    padding-top: 120px;
  }

  .hero-decision {
    font-size: clamp(1.08rem, 6vw, 1.6rem);
  }

  .hero-food-main {
    bottom: 22vh;
    opacity: 0.28;
    right: -42vw;
    width: 125vw;
  }

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

  .contact-brand-line img {
    height: 84px;
    width: 100%;
  }

  .closing-signature {
    font-size: clamp(1.22rem, 7vw, 1.75rem);
  }

  .button {
    width: 100%;
  }

  .counter-grid,
  .mini-specs {
    grid-template-columns: 1fr;
  }

  .food-card,
  .food-card.large {
    grid-template-rows: 230px auto;
    min-height: 0;
  }

  .patent-panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .patent-panel > div:last-child {
    display: block;
  }

  .patent-seal {
    height: 54px;
  }

  .impact-visual {
    min-height: 310px;
  }

  .impact-focus {
    height: 160px;
    width: 160px;
  }

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

  .application-list span + span,
  .application-list span:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(18, 16, 13, 0.14);
  }

  .counter-grid div + div,
  .mini-specs div + div {
    border-left: 0;
    border-top: 1px solid var(--light-line);
    padding-left: 0;
    padding-top: 14px;
  }

  .counter-grid div {
    min-height: auto;
  }

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

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