:root {
  --ink: #062738;
  --teal: #007c7a;
  --teal-dark: #00615f;
  --teal-soft: #e6f4f2;
  --orange: #f28a04;
  --gold: #f7c94c;
  --paper: #ffffff;
  --wash: #f7faf9;
  --line: #dce8e7;
  --muted: #587079;
  --shadow: 0 22px 70px rgba(4, 55, 62, 0.12);
  --max: 1210px;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-heading: "Space Grotesk", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  letter-spacing: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
.hero-subtitle,
.section-label,
.button,
.nav-links,
.header-phone,
.quick-contact dt,
.quick-contact dd,
.rule-list strong,
.info-list strong,
.trust-points span,
.recommendation strong,
.recommendation span,
.contact-panel label,
.site-footer h2,
.site-footer a:not(.brand) {
  font-family: var(--font-heading);
}

img,
svg {
  display: block;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  width: calc(100% - 48px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px 0 18px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 218px;
  height: 58px;
  color: var(--teal);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  color: #183946;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  padding: 12px 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--teal);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: 17px;
  font-weight: 800;
}

.header-phone svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
  min-height: 850px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  gap: 60px;
  align-items: center;
  width: calc(100% - 48px);
  max-width: var(--max);
  min-height: 560px;
  margin: 0 auto;
  padding: 82px 0 74px;
  border-bottom: 1px solid var(--line);
}

.page-hero > *,
.split-section > *,
.contact-layout > * {
  min-width: 0;
}

.page-hero::before {
  position: absolute;
  top: 56px;
  left: -72px;
  width: 148px;
  height: 210px;
  border-left: 1px dashed rgba(0, 97, 95, 0.24);
  border-top: 1px solid rgba(0, 97, 95, 0.24);
  content: "";
}

.page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 800;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.page-hero p {
  max-width: 100%;
  margin: 26px 0 0;
  color: #183f4c;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.58;
}

.page-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 4px;
  background-image: url("assets/flexo-plates-hero.png");
  background-position: var(--x, 62%) var(--y, 48%);
  background-size: var(--size, 135%);
  box-shadow: var(--shadow);
}

.page-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.52), transparent 44%);
  content: "";
}

.page-band {
  background: var(--wash);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-section,
.detail-grid,
.contact-layout {
  width: calc(100% - 48px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 86px 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 72px;
  align-items: start;
}

.split-section h2,
.detail-grid h2,
.contact-layout h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}

.split-section p,
.detail-card p,
.info-list p,
.contact-layout p {
  color: #4b626d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.rule-list,
.info-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.rule-list li,
.info-list li {
  display: grid;
  gap: 8px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.rule-list strong,
.info-list strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}

.rule-list span,
.info-list span {
  color: #526b75;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

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

.detail-grid > .section-intro {
  grid-column: 1 / -1;
  max-width: 760px;
  margin-bottom: 14px;
}

.detail-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.detail-card h3 {
  margin: 18px 0 12px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
}

.detail-card .icon-ring {
  width: 54px;
  height: 54px;
}

.timeline {
  display: grid;
  gap: 0;
  width: calc(100% - 48px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 86px 0;
}

.timeline-item {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 54px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.timeline-item:last-child {
  border-bottom: 1px solid var(--line);
}

.timeline-item span {
  color: rgba(7, 44, 61, 0.1);
  font-size: 78px;
  font-weight: 800;
  line-height: 0.9;
}

.timeline-item h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
}

.timeline-item p {
  max-width: 720px;
  margin: 0;
  color: #4b626d;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.gallery-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 180px;
  gap: 14px;
  width: calc(100% - 48px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 86px 0;
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  border: 0;
  margin: 0;
  border-radius: 4px;
  background-image: url("assets/flexo-plates-hero.png");
  background-position: var(--x) var(--y);
  background-size: var(--size, 420%);
  box-shadow: inset 0 0 0 1px rgba(6, 39, 56, 0.08);
}

.gallery-tile.image-tile {
  background: #fff;
}

.gallery-tile img,
.plate-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tile.image-tile img {
  position: absolute;
  inset: 0;
  transition: transform 260ms ease;
}

.gallery-tile.image-tile:hover img {
  transform: scale(1.025);
}

.gallery-tile.large {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-tile.medium {
  grid-column: span 2;
}

.gallery-tile.small {
  grid-column: span 1;
}

.gallery-tile::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(2, 38, 46, 0.54));
  content: "";
}

.gallery-tile span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}

.contact-layout .contact-panel {
  max-width: none;
}

.map-panel {
  min-height: 300px;
  margin-top: 34px;
  border: 1px dashed rgba(0, 97, 95, 0.3);
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(0, 97, 95, 0.18), transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(0, 97, 95, 0.18), transparent calc(50% + 1px)),
    linear-gradient(135deg, #fff, var(--wash));
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, #fff 0%, #fff 34%, rgba(255, 255, 255, 0.35) 48%, rgba(255, 255, 255, 0) 64%),
    radial-gradient(circle at 82% 20%, rgba(242, 138, 4, 0.14), transparent 30%),
    linear-gradient(#fff, #fff);
  content: "";
}

.technical-frame {
  position: absolute;
  inset: 56px auto auto 28px;
  width: 150px;
  height: calc(100% - 112px);
  border-left: 1px dashed rgba(0, 97, 95, 0.23);
  pointer-events: none;
}

.technical-frame::before,
.technical-frame::after {
  position: absolute;
  left: -8px;
  width: 17px;
  height: 17px;
  border-top: 1px solid rgba(0, 97, 95, 0.36);
  border-left: 1px solid rgba(0, 97, 95, 0.36);
  content: "";
}

.technical-frame::before {
  top: 0;
}

.technical-frame::after {
  bottom: 0;
  transform: rotate(180deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  max-width: 610px;
  margin-left: max(38px, calc((100vw - var(--max)) / 2));
  padding: 56px 0 70px;
}

.hero h1 {
  margin: 0;
  color: #052c3d;
  font-size: clamp(62px, 8vw, 112px);
  font-weight: 800;
  line-height: 0.92;
}

.hero-subtitle {
  margin: 16px 0 0;
  color: var(--teal);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.04;
}

.hero-text {
  max-width: 510px;
  margin: 26px 0 0;
  color: #153f4e;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  gap: 18px;
  border: 1px solid var(--teal);
  border-radius: 4px;
  padding: 0 31px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button.primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 14px 36px rgba(0, 124, 122, 0.2);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.84);
  color: var(--teal-dark);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 97, 95, 0.2);
}

.quick-contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 64px 0 0;
}

.quick-contact div {
  min-width: 0;
}

.quick-contact dt {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-contact dd {
  margin: 7px 0 0;
  color: #173d49;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.hero-media {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 650px;
  margin: 0;
}

.hero-media img {
  position: absolute;
  inset: 5% -14% 0 -6%;
  width: 124%;
  height: 96%;
  object-fit: cover;
  object-position: 63% 43%;
  filter: saturate(1.04);
}

.hero-media::after {
  position: absolute;
  inset: 0 auto 0 -1px;
  width: 28%;
  background: linear-gradient(90deg, #fff 5%, rgba(255, 255, 255, 0.65) 48%, transparent);
  content: "";
  pointer-events: none;
}

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  transform: translateX(-50%);
}

.scroll-cue svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.section {
  width: calc(100% - 48px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 0;
}

.section-label {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.section h2,
.trust h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.1;
}

.services {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 80px;
}

.section-note {
  margin: 48px 0 0;
  color: #1a3d49;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.service-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.service-grid article {
  padding: 44px 34px 0 0;
}

.service-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 34px;
}

.icon-ring {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--teal);
}

.icon-ring svg {
  width: 56px;
  height: 56px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.service-grid h3,
.steps h3 {
  margin: 24px 0 12px;
  color: #0b3241;
  font-size: 20px;
  font-weight: 800;
}

.service-grid p,
.steps p {
  margin: 0;
  color: #4b626d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.process {
  position: relative;
  display: grid;
  grid-template-columns: 0.56fr 1.44fr;
  gap: 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process::before {
  position: absolute;
  top: 64px;
  left: -8px;
  width: 130px;
  height: 130px;
  border: 1px dashed rgba(0, 97, 95, 0.22);
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(0, 97, 95, 0.24), transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(0, 97, 95, 0.24), transparent calc(50% + 1px));
  content: "";
}

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

.steps article {
  position: relative;
  padding-top: 58px;
}

.steps article + article::before {
  position: absolute;
  top: 28px;
  left: -45px;
  width: 38px;
  height: 1px;
  border-top: 2px dotted var(--teal);
  content: "";
}

.steps span {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
  color: rgba(7, 44, 61, 0.08);
  font-size: 104px;
  font-weight: 800;
  line-height: 1;
}

.gallery .wide {
  max-width: 760px;
}

.plate-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.plate-card {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  padding: 0;
  background-image: linear-gradient(rgba(0, 124, 122, 0.18), rgba(0, 124, 122, 0.18)), url("assets/flexo-plates-hero.png");
  background-position: var(--x) var(--y);
  background-size: 630%;
  box-shadow: inset 0 0 0 1px rgba(6, 39, 56, 0.08);
  cursor: pointer;
}

.plate-card.image-card {
  background: #fff;
}

.plate-card.image-card img {
  position: absolute;
  inset: 0;
  transition: transform 240ms ease;
}

.plate-card.image-card:hover img,
.plate-card.image-card:focus-visible img {
  transform: scale(1.035);
}

.plate-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(2, 38, 46, 0.64));
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.plate-card span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  text-align: left;
}

.plate-card:hover::after,
.plate-card:focus-visible::after,
.plate-card.active::after,
.plate-card:hover span,
.plate-card:focus-visible span,
.plate-card.active span {
  opacity: 1;
}

.plate-card.orange {
  background-image: linear-gradient(rgba(242, 138, 4, 0.24), rgba(242, 138, 4, 0.18)), url("assets/flexo-plates-hero.png");
}

.plate-card.split {
  background-size: 500%;
}

.plate-card.honey {
  background-image: linear-gradient(rgba(247, 201, 76, 0.26), rgba(247, 201, 76, 0.18)), url("assets/flexo-plates-hero.png");
}

.plate-card.sketch {
  filter: grayscale(0.18) contrast(1.03);
}

.trust {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(260px, 360px) minmax(320px, 0.72fr);
  gap: 46px;
  align-items: center;
  overflow: hidden;
  padding: 72px max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(90deg, rgba(0, 97, 95, 0.95) 0%, rgba(0, 124, 122, 0.92) 46%, rgba(255, 255, 255, 0.82) 46.2%, rgba(255, 255, 255, 0.92) 100%),
    url("assets/flexo-plates-hero.png");
  background-position: center;
  background-size: cover;
  color: #fff;
}

.trust h2 {
  color: #fff;
  max-width: 520px;
}

.trust-copy p {
  max-width: 520px;
  margin: 20px 0 38px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.trust-points span {
  max-width: 150px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.recommendation {
  justify-self: center;
  display: grid;
  min-width: 280px;
  padding: 42px 48px;
  border-radius: 4px;
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--ink);
  text-align: center;
}

.recommendation svg {
  justify-self: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  fill: var(--orange);
}

.recommendation strong {
  color: var(--orange);
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}

.recommendation span {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 800;
}

.recommendation small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.contact-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(0, 97, 95, 0.13);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.contact-panel label {
  display: grid;
  gap: 8px;
  color: #193c47;
  font-size: 13px;
  font-weight: 800;
}

.contact-panel input,
.contact-panel textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 13px 14px;
  color: var(--ink);
  font: 500 15px/1.4 var(--font-body);
}

.contact-panel textarea {
  resize: vertical;
}

.contact-panel .button {
  width: 100%;
  margin-top: 4px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 0.8fr;
  gap: 60px;
  width: calc(100% - 48px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 70px 0 36px;
}

.footer-brand p,
.site-footer p {
  max-width: 340px;
  color: #4d6570;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.site-footer h2 {
  margin: 0 0 20px;
  color: #173a45;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer a:not(.brand) {
  display: block;
  margin: 0 0 12px;
  color: #2b4e5a;
  font-size: 14px;
  font-weight: 700;
}

.copyright {
  grid-column: 1 / -1;
  justify-self: center;
  margin: 24px 0 0;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

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

  .hero-copy {
    width: calc(100% - 48px);
    max-width: var(--max);
    margin: 0 auto;
    padding-bottom: 34px;
    overflow-wrap: break-word;
  }

  .hero-media {
    min-height: 430px;
  }

  .hero-media img {
    inset: -8% 0 0 0;
    width: 100%;
  }

  .hero-media::after {
    inset: -1px 0 auto 0;
    width: 100%;
    height: 28%;
    background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  }

  .services,
  .process,
  .trust,
  .page-hero,
  .split-section,
  .detail-grid,
  .timeline-item,
  .contact-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .page-hero {
    width: calc(100% - 48px);
    min-height: auto;
  }

  .page-media {
    min-height: 320px;
  }

  .detail-grid {
    gap: 16px;
  }

  .gallery-wall {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 170px;
  }

  .gallery-tile.large,
  .gallery-tile.medium,
  .gallery-tile.small {
    grid-column: span 1;
  }

  .trust {
    background:
      linear-gradient(180deg, rgba(0, 97, 95, 0.96) 0%, rgba(0, 124, 122, 0.94) 58%, rgba(255, 255, 255, 0.9) 58.3%),
      url("assets/flexo-plates-hero.png");
    background-size: cover;
  }

  .contact-panel {
    max-width: 580px;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: calc(100% - 28px);
    max-width: var(--max);
    gap: 18px;
    padding-top: 18px;
  }

  .brand {
    width: 164px;
    height: 44px;
  }

  .header-phone {
    font-size: 14px;
  }

  .nav-links {
    gap: 20px;
    font-size: 13px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-subtitle {
    font-size: 30px;
  }

  .hero-text {
    max-width: 100%;
    font-size: 17px;
  }

  .quick-contact,
  .service-grid,
  .steps,
  .plate-gallery {
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .service-grid article + article {
    border-left: 0;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    width: calc(100% - 28px);
    max-width: var(--max);
    padding: 62px 0;
  }

  .page-hero,
  .split-section,
  .detail-grid,
  .timeline,
  .contact-layout,
  .gallery-wall {
    width: calc(100% - 28px);
    padding: 58px 0;
  }

  .page-hero h1 {
    max-width: 350px;
    font-size: 40px;
    line-height: 1.06;
  }

  .page-hero p {
    max-width: 350px;
    font-size: 18px;
  }

  .detail-card {
    min-height: auto;
    padding: 24px;
  }

  .timeline-item {
    gap: 14px;
  }

  .timeline-item span {
    font-size: 54px;
  }

  .gallery-wall {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .steps article + article::before,
  .process::before,
  .technical-frame,
  .scroll-cue {
    display: none;
  }

  .plate-card {
    min-height: 210px;
    background-size: 260%;
  }

  .trust {
    padding: 58px 18px;
  }

  .recommendation {
    min-width: 0;
    width: 100%;
    padding: 34px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
