/* Rolifra · macrostructure: map-diagram · paper: mint · type: grotesk-sans · accent: lime
   AGR Team C = esqueleto A + paleta B (hexes AM). Lima solo relleno de accion.
   variance 5 | motion 5 | density 4 */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --paper: #F4F7F6;
  --surface: #FFFFFF;
  --ink: #00352F;
  --muted: #3D5A55;
  --signal: #CEDC00;
  --signal-hover: #B8C400;
  --on-signal: #00352F;
  --line: rgba(0, 53, 47, 0.14);
  --line-strong: rgba(0, 53, 47, 0.26);
  --tape: #00352F;
  --hero: #00352F;
  --hero-ink: #F4F7F6;
  --hero-muted: #D5E0DC;

  --font: "Archivo", system-ui, sans-serif;
  --header-h: 64px;
  --bar-h: 68px;
  --pad: 20px;
  --max: 72rem;
  --radius: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  background: #E8EAED;
}

body {
  font-family: var(--font);
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
  max-width: var(--max);
  margin-inline: auto;
  min-height: 100dvh;
}

::selection { background: var(--signal); color: var(--on-signal); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; }

:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 200;
  padding: 10px 18px;
  background: var(--signal);
  color: var(--on-signal);
  font-size: 14px;
  font-weight: 600;
}
.skip-link:focus { top: 8px; }

.container {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: var(--ico) center / contain no-repeat;
  mask: var(--ico) center / contain no-repeat;
}
.ico--camera      { --ico: url("../img/icons/security-camera.svg"); }
.ico--alarma      { --ico: url("../img/icons/siren.svg"); }
.ico--pci         { --ico: url("../img/icons/fire-extinguisher.svg"); }
.ico--acceso      { --ico: url("../img/icons/fingerprint.svg"); }
.ico--fibra       { --ico: url("../img/icons/share-network.svg"); }
.ico--fachada     { --ico: url("../img/icons/buildings.svg"); }
.ico--cableado    { --ico: url("../img/icons/tree-structure.svg"); }
.ico--comunidad   { --ico: url("../img/icons/users-three.svg"); }
.ico--vivienda    { --ico: url("../img/icons/house-line.svg"); }
.ico--local       { --ico: url("../img/icons/storefront.svg"); }
.ico--oficina     { --ico: url("../img/icons/office-chair.svg"); }
.ico--zona        { --ico: url("../img/icons/map-pin.svg"); }
.ico--visita      { --ico: url("../img/icons/clipboard-text.svg"); }
.ico--presupuesto { --ico: url("../img/icons/file-text.svg"); }
.ico--garantia    { --ico: url("../img/icons/shield-check.svg"); }
.ico--montaje     { --ico: url("../img/icons/hard-hat.svg"); }
.ico--trato       { --ico: url("../img/icons/handshake.svg"); }
.ico--mantenim    { --ico: url("../img/icons/wrench.svg"); }
.ico--tel         { --ico: url("../img/icons/phone-call.svg"); }
.ico--wa          { --ico: url("../img/icons/whatsapp-logo.svg"); }
.ico--mail        { --ico: url("../img/icons/envelope-simple.svg"); }
.ico--flecha      { --ico: url("../img/icons/arrow-right.svg"); }
.ico--check       { --ico: url("../img/icons/check.svg"); }
.ico--caret       { --ico: url("../img/icons/caret-right.svg"); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--paper);
  border-top: 3px solid var(--tape);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  height: var(--header-h);
}
.logo {
  display: block;
  width: 52px;
  height: 34px;
  flex-shrink: 0;
  margin-right: auto;
  background-color: var(--ink);
  -webkit-mask: url("../brand/logo/agr-logo-no-tm.svg") center / contain no-repeat;
  mask: url("../brand/logo/agr-logo-no-tm.svg") center / contain no-repeat;
}
.nav-desktop, .header-tel { display: none; }
.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
}
.header-call .ico { width: 26px; height: 26px; }

.menu-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.menu-btn span,
.menu-btn::before,
.menu-btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
}
.menu-btn.is-open span { opacity: 0; }
.menu-btn.is-open::before { transform: translateY(7px) rotate(45deg); }
.menu-btn.is-open::after { transform: translateY(-7px) rotate(-45deg); }
.menu-btn span, .menu-btn::before, .menu-btn::after {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  border-top: 1px solid var(--line);
  background: var(--surface);
  padding: 8px var(--pad) 16px;
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a {
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--line);
}
.mobile-nav a[aria-current="page"] { color: var(--ink); font-weight: 700; }
.mobile-nav a.mobile-nav__sub { padding-left: 24px; font-weight: 400; }

.nav-item { position: relative; }
.nav-item__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  cursor: pointer;
}
.nav-item__btn .ico {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
}
.nav-drop {
  display: none;
  flex-direction: column;
  min-width: 15rem;
  padding: 6px 0;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  z-index: 120;
}
.nav-item.is-open .nav-drop { display: flex; }
.nav-drop a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  border: 0;
}
.nav-drop a:hover,
.nav-drop a:focus-visible { color: var(--ink); }
.nav-drop a.nav-drop__sub { padding-left: 36px; font-weight: 400; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: var(--radius);
  white-space: nowrap;
  cursor: pointer;
}
.btn .ico { width: 20px; height: 20px; }
.btn--primary {
  background: var(--signal);
  color: var(--on-signal);
}
.btn--primary:hover { background: var(--signal-hover); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn--ghost:hover { background: var(--surface); }
.btn--primary:active, .btn--ghost:active { transform: translateY(1px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; }

h1 {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 18ch;
}
h2 {
  font-size: clamp(1.375rem, 2.4vw, 1.875rem);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
}
h3 { font-size: 1.125rem; line-height: 1.3; font-weight: 600; }
.lead {
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 40rem;
}
.lead--narrow { max-width: 36rem; }

.hero {
  background: var(--hero);
  color: var(--hero-ink);
  padding: 28px 0 40px;
  border-bottom: 4px solid var(--signal);
}
.hero-grid {
  display: grid;
  gap: 28px;
}
.hero-copy { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.hero-copy .lead { margin: 0; color: var(--hero-muted); }
.hero .btn--primary {
  background: var(--signal);
  color: var(--on-signal);
}
.hero .btn--primary:hover { background: var(--signal-hover); color: var(--on-signal); }
.hero .btn--ghost {
  color: var(--hero-ink);
  border-color: rgba(244, 247, 246, 0.55);
}
.hero .btn--ghost:hover { background: rgba(255, 255, 255, 0.12); }
.hero :focus-visible { outline-color: #fff; }

.hero-stage {
  position: relative;
  min-height: 320px;
  border: 1px solid rgba(244, 247, 246, 0.28);
  background: var(--hero);
  overflow: hidden;
}
.hero-film {
  position: relative;
  min-height: 240px;
  pointer-events: none;
}
.hero-stage.is-live .hero-film {
  position: absolute;
  inset: 0;
  min-height: 0;
}
.hero-film img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: hero-ken 32s ease-in-out infinite;
}
.hero-film img:nth-child(1) { animation-delay: 0s; }
.hero-film img:nth-child(2) { animation-delay: 8s; }
.hero-film img:nth-child(3) { animation-delay: 16s; }
.hero-film img:nth-child(4) { animation-delay: 24s; }
.hero-film::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 53, 47, 0.42), rgba(0, 53, 47, 0.78));
  pointer-events: none;
}
.hero-stage.is-live .hero-film::after {
  background: linear-gradient(180deg, rgba(0, 53, 47, 0.48), rgba(0, 53, 47, 0.82));
}
@keyframes hero-ken {
  0% { opacity: 0; transform: scale(1); }
  4% { opacity: 1; }
  22% { opacity: 1; transform: scale(1.08); }
  26% { opacity: 0; }
  100% { opacity: 0; transform: scale(1.08); }
}
.hero-3d {
  position: relative;
  z-index: 1;
  height: 0;
}
.hero-stage.is-live .hero-3d {
  min-height: 320px;
  height: 320px;
}
.hero-3d canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
}
.hero-hotspots {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px 12px;
  background: rgba(0, 53, 47, 0.92);
  border-top: 1px solid rgba(244, 247, 246, 0.22);
}
.hero-stage.is-live .hero-hotspots { display: none; }
.hero-pin,
.hero-hotspots a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  background: #fff;
  color: var(--hero);
  border: 1px solid #fff;
  white-space: nowrap;
  pointer-events: auto;
}
.hero-pin:hover,
.hero-pin:focus-visible,
.hero-hotspots a:hover,
.hero-hotspots a:focus-visible {
  background: var(--signal);
  color: var(--on-signal);
  border-color: var(--signal);
}
.hero-hint {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 8px 12px 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--hero-ink);
  background: rgba(0, 53, 47, 0.94);
  border-top: 1px solid rgba(244, 247, 246, 0.22);
}

.shots {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.shots-track {
  display: flex;
  width: max-content;
  animation: shots-move 42s linear infinite;
}
.shots-track a {
  flex: 0 0 auto;
}
.shots-track img {
  display: block;
  width: 280px;
  height: 180px;
  object-fit: cover;
  border-right: 1px solid var(--line);
}
.shots-note {
  font-size: 13px;
  color: var(--muted);
  padding: 10px var(--pad) 12px;
  border-top: 1px solid var(--line);
}
@keyframes shots-move {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.shots:hover .shots-track { animation-play-state: paused; }

.trade__photo {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border: 1px solid var(--line);
  margin-bottom: 16px;
}
.order-row__photo {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border: 1px solid var(--line);
}
.shot-carousel {
  position: relative;
  margin-top: 20px;
  border: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
}
.shot-carousel__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.shot-carousel__viewport::-webkit-scrollbar { display: none; }
.shot-carousel__track {
  display: flex;
}
.shot-carousel__slide {
  position: relative;
  flex: 0 0 100%;
  height: 180px;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--surface);
}
.shot-carousel__fill {
  position: absolute;
  inset: -16%;
  width: 132%;
  height: 132%;
  object-fit: cover;
  filter: blur(36px);
  transform: scale(1.12);
  pointer-events: none;
  user-select: none;
}
.shot-carousel__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.shot-carousel__btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  transform: translateY(-50%);
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line-strong);
  cursor: pointer;
}
.shot-carousel__btn .ico { width: 18px; height: 18px; }
.shot-carousel__btn--prev { left: 8px; }
.shot-carousel__btn--next { right: 8px; }
.shot-carousel__btn--prev .ico { transform: rotate(180deg); }
.shot-carousel__btn:hover,
.shot-carousel__btn:focus-visible {
  background: var(--signal);
  color: var(--on-signal);
  border-color: var(--signal);
}

.section { padding: 48px 0; }
.section--tight { padding-top: 8px; }
.section-head { margin-bottom: 24px; display: flex; flex-direction: column; gap: 10px; }

.trades {
  display: grid;
  gap: 20px;
}
.trade {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 20px;
}
.trade h2 { margin-bottom: 16px; }
.trade-list { display: flex; flex-direction: column; }
.trade-list a {
  display: grid;
  grid-template-columns: 24px 1fr 20px;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.trade-list a:first-child { border-top: 0; padding-top: 0; }
.trade-list h3 { font-size: 1.0625rem; }
.trade-list p { font-size: 14px; color: var(--muted); margin-top: 2px; }
.trade-list a:hover h3 { color: var(--ink); }

.expect {
  display: grid;
  background: var(--surface);
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.expect-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.expect-body { padding: 28px var(--pad) 36px; }
.expect-list { display: flex; flex-direction: column; gap: 18px; margin-top: 22px; }
.expect-list li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; }
.expect-list h3 { font-size: 1.0625rem; }
.expect-list p { font-size: 14px; color: var(--muted); margin-top: 4px; }
.ico-box {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  background: var(--paper);
}

.cta-band {
  padding: 48px 0 40px;
  background: var(--surface);
  border-top: 1px solid var(--line);
}
.cta-top { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.contact-lines {
  margin-top: 28px;
  display: grid;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.contact-lines li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.contact-lines a:hover { color: var(--ink); }

.site-footer {
  background: var(--paper);
  border-top: 2px solid var(--ink);
  padding: 28px 0 24px;
  font-size: 14px;
}
.footer-inner {
  display: grid;
  gap: 20px;
}
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.footer-inner nav a { font-weight: 500; }
.footer-inner nav a:hover { color: var(--ink); }
.footer-meta { color: var(--muted); display: flex; flex-direction: column; gap: 4px; }
.footer-legal {
  font-size: 13px;
  color: var(--muted);
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.mobile-cta-bar { display: none; }
@media (max-width: 767px) {
  .mobile-cta-bar {
    display: grid;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: var(--paper);
    border-top: 1px solid var(--line);
    transform: translateY(100%);
    pointer-events: none;
    transition: transform 0.2s ease;
  }
  .mobile-cta-bar.is-visible {
    transform: translateY(0);
    pointer-events: auto;
  }
  .mobile-cta-bar .btn { width: 100%; }
  html.contact-sticky-on body { padding-bottom: var(--bar-h); }
  @media (prefers-reduced-motion: reduce) {
    .mobile-cta-bar { transition: none; }
  }
}

.cookie-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 95;
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 14px 16px;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line-strong);
  font-size: 14px;
  line-height: 1.45;
  max-width: 72rem;
  margin-inline: auto;
}
.cookie-banner.is-open { display: flex; }
.cookie-banner p { margin: 0; flex: 1 1 16rem; }
.cookie-banner a { text-decoration: underline; }
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
html.cookie-banner-on body { padding-bottom: 140px; }
@media (max-width: 767px) {
  html.cookie-banner-on.contact-sticky-on body {
    padding-bottom: calc(140px + var(--bar-h));
  }
  html.cookie-banner-on .cookie-banner {
    bottom: 12px;
  }
  html.cookie-banner-on.contact-sticky-on .cookie-banner {
    bottom: calc(var(--bar-h) + 8px);
  }
}

.page-head {
  background: var(--hero);
  color: var(--hero-ink);
  padding-block: 36px 28px;
  border-bottom: 4px solid var(--signal);
}
.page-head .container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-head .lead { color: var(--hero-muted); margin: 0; }

.order { display: flex; flex-direction: column; }
.order-row {
  display: grid;
  gap: 10px;
  padding: 22px 0;
  border-top: 1px solid var(--line-strong);
}
.order-row:first-child { border-top: 2px solid var(--ink); }
.order-row__head { display: flex; align-items: center; gap: 12px; }
.order-row p { color: var(--muted); font-size: 15px; max-width: 65ch; }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 12px; }
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  padding: 0 0 0 10px;
  border: 0;
  border-left: 2px solid var(--line);
  background: transparent;
  color: var(--muted);
}
.tag .ico { width: 14px; height: 14px; color: var(--muted); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.family-head { margin-bottom: 8px; }

.split { display: grid; gap: 20px; }
.split-copy { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.split-copy p { color: var(--muted); max-width: 60ch; }
.split img { width: 100%; height: 240px; object-fit: cover; border: 1px solid var(--line); }
.includes { display: flex; flex-direction: column; }
.include {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.include:first-child { border-top: 0; }
.include .ico-box {
  border-color: var(--line-strong);
  color: var(--ink);
  background: var(--surface);
}
.include p { font-size: 14px; color: var(--muted); margin-top: 4px; }

.norm {
  display: grid;
  background: var(--surface);
  border: 1px solid var(--line);
}
.norm-photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.norm-body { padding: 24px; }
.norm-list { display: flex; flex-direction: column; gap: 16px; margin-top: 18px; }
.norm-list li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; }
.norm-list .ico-box { border-color: var(--line-strong); color: var(--ink); }
.norm-list p { font-size: 14px; color: var(--muted); margin-top: 4px; }

.who { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.who li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.js .reveal { opacity: 0; transform: translateY(10px); }
.js .reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0ms),
              transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0ms);
}

@media (min-width: 768px) {
  :root { --pad: 32px; --header-h: 68px; }
  .header-call { display: none; }
  .menu-btn, .mobile-nav { display: none !important; }
  .nav-desktop {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-item__btn { font-size: 15px; }
  .nav-drop {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .nav-desktop > a[aria-current="page"],
  .nav-item.is-current .nav-item__btn {
    box-shadow: inset 0 -2px 0 var(--signal);
    padding-bottom: 2px;
  }
  .header-tel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 8px;
  }
  .header-tel:hover { color: var(--ink); }
  .hero { padding: 36px 0 56px; }
  .hero-grid { grid-template-columns: 1fr 1.15fr; gap: 40px; align-items: center; }
  .hero-stage.is-live,
  .hero-stage.is-live .hero-3d { min-height: 460px; }
  .hero-stage.is-live .hero-3d { height: 460px; }
  .trade__photo { height: 180px; }
  .order-row__photo { height: 180px; }
  .shot-carousel__slide { height: 480px; }
  .section { padding: 64px 0; }
  .trades { grid-template-columns: 1fr 1fr; gap: 24px; }
  .expect { grid-template-columns: 0.9fr 1.1fr; }
  .expect-photo img { height: 100%; min-height: 320px; }
  .expect-body { padding: 40px 40px 48px; }
  .cta-top { flex-direction: row; justify-content: space-between; align-items: flex-end; }
  .contact-lines { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: auto 1fr; align-items: start; }
  .split { grid-template-columns: 1fr 1fr; align-items: center; }
  .split img { height: 320px; }
  .order-row { grid-template-columns: 220px 1fr; gap: 24px; align-items: start; }
  .norm { grid-template-columns: 0.9fr 1.1fr; }
  .norm-photo img { height: 100%; min-height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-film img {
    animation: none;
    opacity: 0;
    transform: none;
  }
  .hero-film img:first-child { opacity: 1; }
  .shots-track { animation: none; }
  .js .reveal, .js .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .btn--primary:active, .btn--ghost:active { transform: none; }
}

.legal-prose { max-width: 48rem; }
.legal-prose h2 {
  margin-top: 40px;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}
.legal-prose h2:first-of-type { margin-top: 0; }
.legal-prose p, .legal-prose li {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.7;
}
.legal-prose a { text-decoration: underline; }
.legal-prose code { font-size: 13px; }
.legal-updated {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 32px;
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 16px 0 24px;
}
.legal-table th, .legal-table td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.legal-table th { font-weight: 600; color: var(--ink); }
