@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;600;700;800&display=swap");

:root {
  --bg: #080b10;
  --ink: #f6f7f9;
  --muted: rgba(232, 237, 244, 0.7);
  --line: rgba(255, 255, 255, 0.22);
  --green: #72f1a3;
  --blue: #76a9ff;
  --font-sans: "Manrope", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Bookman Old Style", Bookman, "URW Bookman L", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--bg);
  background-size: 46px 46px;
  overflow-x: hidden;
}

body.contact-open {
  overflow: visible;
}

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

.topbar {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(18px, 5vw, 64px);
  pointer-events: none;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(8, 11, 16, 0.82), rgba(8, 11, 16, 0));
}

.topbar a {
  pointer-events: auto;
}

.brand,
.nav-links,
.primary-cta {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  background: rgba(8, 11, 16, 0.34);
  backdrop-filter: blur(14px);
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-mark {
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 210deg, var(--blue), var(--green), #fff, var(--blue));
  box-shadow: 0 0 18px rgba(114, 241, 163, 0.32);
}

.nav-links {
  gap: 14px;
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 13px;
  background: rgba(8, 11, 16, 0.34);
  backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 760;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.scroll-film {
  --progress: 0;
  --first-opacity: 1;
  --second-opacity: 0;
  position: relative;
  height: 960svh;
  background: var(--bg);
}

.film-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #020409;
}

.film-canvas,
.film-shade,
.film-frame {
  position: absolute;
  inset: 0;
}

.film-canvas {
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scale(calc(1.03 + var(--progress) * 0.035));
  filter: saturate(0.92) contrast(1.04) brightness(0.78);
  will-change: transform;
}

.film-canvas-a {
  opacity: var(--first-opacity);
}

.film-canvas-b {
  opacity: var(--second-opacity);
}

.film-shade {
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 64% 38%, rgba(255, 255, 255, 0.12), transparent 26rem),
    linear-gradient(90deg, rgba(5, 7, 11, 0.76), rgba(5, 7, 11, 0.18) 42%, rgba(5, 7, 11, 0.42)),
    linear-gradient(180deg, rgba(5, 7, 11, 0.35), transparent 28%, rgba(5, 7, 11, 0.88));
}

.film-frame {
  z-index: 3;
  pointer-events: none;
  margin: clamp(6px, 1vw, 14px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: clamp(28px, 6vw, 76px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -28vh 20vh rgba(0, 0, 0, 0.38);
}

.film-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 36vh;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78) 62%, #000);
}

.film-copy {
  --local: 0;
  --copy-opacity: 0;
  position: absolute;
  z-index: 4;
  width: min(620px, 86vw);
  opacity: var(--copy-opacity);
  transform:
    translate3d(
      calc((0.5 - var(--local)) * 54px),
      calc(92px - var(--local) * 184px),
      0
    );
  will-change: transform, opacity;
}

.hero-copy {
  left: clamp(30px, 7vw, 104px);
  top: clamp(112px, 16vh, 176px);
}

.center-copy {
  left: 50%;
  top: 48%;
  text-align: center;
  transform:
    translate3d(
      calc(-50% + (0.5 - var(--local)) * 34px),
      calc(-8% + 120px - var(--local) * 220px),
      0
    );
}

.right-copy {
  right: clamp(30px, 7vw, 104px);
  bottom: clamp(92px, 18vh, 170px);
  text-align: right;
  transform:
    translate3d(
      calc((var(--local) - 0.5) * 54px),
      calc(118px - var(--local) * 210px),
      0
    );
}

.final-copy {
  left: clamp(30px, 8vw, 118px);
  bottom: clamp(84px, 15vh, 150px);
}

.method-copy {
  top: clamp(132px, 20vh, 210px);
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  max-width: 11.4ch;
  font-size: clamp(3.05rem, 6.4vw, 7.3rem);
  font-family: var(--font-display);
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 18px 56px rgba(0, 0, 0, 0.66);
}

h2 {
  font-size: clamp(2.85rem, 5.8vw, 6.7rem);
}

.center-copy h2 {
  max-width: 12ch;
  margin-inline: auto;
}

.right-copy h2 {
  margin-left: auto;
}

p {
  max-width: 34ch;
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.28vw, 1.22rem);
  line-height: 1.58;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.62);
}

.film-copy p {
  max-width: 43ch;
}

.center-copy p,
.right-copy p {
  margin-inline: auto 0;
}

.center-copy p {
  margin-inline: auto;
}

.copy-points {
  display: grid;
  gap: 8px;
  max-width: 42ch;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(246, 247, 249, 0.78);
  font-size: clamp(0.9rem, 1vw, 1.02rem);
  line-height: 1.42;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.62);
}

.copy-points li {
  position: relative;
  padding-left: 20px;
}

.copy-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(114, 241, 163, 0.36);
}

.center-copy .copy-points {
  margin-inline: auto;
  text-align: left;
}

.right-copy .copy-points {
  margin-left: auto;
  text-align: left;
}

.primary-cta {
  justify-content: center;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #080b10;
  font-weight: 850;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(255, 255, 255, 0.14);
}

.primary-cta:focus-visible,
.nav-links a:focus-visible {
  outline: 2px solid rgba(114, 241, 163, 0.9);
  outline-offset: 4px;
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  left: clamp(34px, 7vw, 104px);
  bottom: 34px;
  width: 24px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
}

.scroll-cue span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 9px;
  margin-left: -2px;
  border-radius: 999px;
  background: #fff;
  animation: scroll-cue-move 1.75s ease-in-out infinite;
}

.scroll-film::after {
  content: attr(data-scene);
  position: sticky;
  z-index: 5;
  bottom: 24px;
  display: block;
  width: 54px;
  margin: -78px 28px 0 auto;
  padding-top: 58px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.72)) left top / 4px calc(var(--progress) * 54px) no-repeat,
    rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
  pointer-events: none;
}

.detail-section {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(114, 169, 255, 0.2), transparent 22rem),
    radial-gradient(circle at 88% 10%, rgba(114, 241, 163, 0.18), transparent 22rem),
    linear-gradient(180deg, #f7f4ec 0%, #efe9dd 46%, #f9f8f3 100%);
  color: #17130e;
}

.detail-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 244, 236, 0.9) 0%, rgba(247, 244, 236, 0.52) 42%, rgba(247, 244, 236, 0.12) 100%),
    linear-gradient(180deg, rgba(247, 244, 236, 0.48) 0%, rgba(239, 233, 221, 0.2) 52%, rgba(249, 248, 243, 0.5) 100%);
}

.detail-frame-bg {
  position: sticky;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: #f7f4ec;
  pointer-events: none;
}

.detail-frame-canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: saturate(1.12) contrast(1.12) brightness(0.98);
}

.detail-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-top: -100svh;
  margin-inline: auto;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 64px);
}

.section-kicker {
  max-width: none;
  margin: 0 0 14px;
  color: #2f7b55;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
  text-shadow: none;
}

.detail-section h2 {
  max-width: 13ch;
  font-size: clamp(2.55rem, 5vw, 5.9rem);
  line-height: 0.94;
}

.section-lead {
  max-width: 66ch;
  margin-top: 22px;
  color: rgba(23, 19, 14, 0.72);
  font-size: clamp(1.06rem, 1.35vw, 1.28rem);
  line-height: 1.72;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 6vw, 72px);
}

.insight-card {
  min-height: 260px;
  padding: 0 10px 28px 0;
  border-top: 1px solid rgba(23, 19, 14, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.insight-card span {
  display: inline-flex;
  margin-bottom: 42px;
  color: #2f7b55;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.insight-card h3 {
  font-size: clamp(1.25rem, 1.5vw, 1.62rem);
  line-height: 1.1;
}

.insight-card p,
.method-list li,
.decision-band p {
  max-width: none;
  margin-top: 14px;
  color: rgba(23, 19, 14, 0.7);
  font-size: 0.98rem;
  line-height: 1.66;
  text-shadow: none;
}

.method-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
  margin-top: clamp(48px, 8vw, 96px);
  padding-top: clamp(38px, 6vw, 72px);
  border-top: 1px solid rgba(23, 19, 14, 0.12);
}

.method-panel h2 {
  max-width: 10ch;
  font-size: clamp(2.2rem, 4.2vw, 5rem);
}

.method-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: method;
}

.method-list li {
  position: relative;
  min-height: 94px;
  margin: 0;
  padding: 2px 0 20px 82px;
  border-bottom: 1px solid rgba(23, 19, 14, 0.12);
}

.method-list li::before {
  counter-increment: method;
  content: "0" counter(method);
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 123, 85, 0.34);
  border-radius: 50%;
  color: #2f7b55;
  font-size: 0.78rem;
  font-weight: 900;
}

.method-list strong {
  display: block;
  margin-bottom: 7px;
  color: #17130e;
  font-size: 1.08rem;
}

.decision-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  margin-top: clamp(42px, 7vw, 84px);
  padding: clamp(32px, 5vw, 58px) 0 0;
  border-top: 1px solid rgba(23, 19, 14, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.decision-band h2 {
  max-width: 12ch;
  font-size: clamp(2.1rem, 3.8vw, 4.6rem);
}

.decision-band .primary-cta {
  margin-top: 0;
  white-space: nowrap;
}

.beacon-flash {
  position: fixed;
  inset: -30vh -35vw;
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 252, 226, 0.96), rgba(255, 244, 197, 0.38) 5rem, transparent 13rem),
    conic-gradient(
      from 248deg at 50% 50%,
      transparent 0deg,
      rgba(255, 244, 197, 0.9) 9deg,
      rgba(114, 169, 255, 0.26) 20deg,
      transparent 36deg,
      transparent 174deg,
      rgba(255, 244, 197, 0.72) 185deg,
      rgba(114, 169, 255, 0.2) 196deg,
      transparent 214deg
    );
  filter: blur(9px);
  transform: rotate(-10deg) scale(0.42);
}

.beacon-flash.is-active {
  animation: beacon-open 780ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 30px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 26%, rgba(255, 240, 190, 0.2), transparent 28rem),
    rgba(2, 4, 9, 0.78);
  backdrop-filter: blur(18px);
}

.contact-card {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - clamp(24px, 6vw, 60px)));
  max-height: calc(100svh - clamp(24px, 6vw, 60px));
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px) clamp(24px, 4vw, 46px) clamp(20px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(145deg, rgba(250, 247, 238, 0.94), rgba(226, 220, 205, 0.88)),
    #eee8dc;
  color: #190f0b;
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.45);
  transform: translateY(18px) scale(0.97);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-modal.is-open .contact-card {
  transform: translateY(0) scale(1);
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.84), transparent 16rem),
    linear-gradient(180deg, transparent 65%, rgba(8, 11, 16, 0.14));
}

.contact-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 42px rgba(25, 15, 11, 0.12);
  cursor: pointer;
}

.contact-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #190f0b;
}

.contact-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.contact-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contact-orbit {
  position: relative;
  z-index: 1;
  width: 118px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, #fff, #efe7d9 52%, #cfc4b4);
  box-shadow: 0 24px 70px rgba(25, 15, 11, 0.18);
  overflow: hidden;
}

.contact-orbit::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(25, 15, 11, 0.08);
  border-radius: 50%;
  border-top-color: rgba(25, 15, 11, 0.28);
}

.contact-orbit img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 18%;
  border-radius: inherit;
}

.contact-kicker,
.contact-subtitle,
.contact-intro,
.contact-card h2 {
  position: relative;
  z-index: 1;
  text-align: center;
}

.contact-kicker {
  max-width: 31ch;
  margin: 0 auto 8px;
  color: rgba(25, 15, 11, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card h2 {
  max-width: 12ch;
  margin: 0 auto;
  color: #190f0b;
  font-size: clamp(2.25rem, 4.6vw, 3.8rem);
  line-height: 0.88;
  text-shadow: none;
}

.contact-subtitle {
  margin: 8px auto 0;
  color: rgba(25, 15, 11, 0.68);
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  font-weight: 800;
  line-height: 1.2;
}

.contact-intro {
  max-width: 48ch;
  margin: 12px auto 20px;
  color: rgba(25, 15, 11, 0.74);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
  text-shadow: none;
}

.contact-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.contact-link {
  min-height: 62px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 18px;
  padding: 8px 18px;
  border: 1px solid rgba(25, 15, 11, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: #190f0b;
  box-shadow: 0 18px 48px rgba(25, 15, 11, 0.08);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.contact-link:hover {
  transform: translateY(-2px);
  border-color: rgba(25, 15, 11, 0.16);
  background: rgba(255, 255, 255, 0.92);
}

.contact-icon {
  width: 48px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  font-weight: 900;
}

.contact-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.whatsapp .contact-icon,
.instagram .contact-icon {
  background: #fff;
}

.whatsapp .contact-icon img {
  transform: scale(1.02);
}

.instagram .contact-icon img {
  transform: scale(1.12);
}

.linkedin .contact-icon {
  background: #0a66c2;
}

.contact-link strong,
.contact-link small {
  display: block;
}

.contact-link strong {
  font-size: 1rem;
  font-weight: 850;
}

.contact-link small {
  margin-top: 3px;
  color: rgba(25, 15, 11, 0.58);
  font-size: 0.88rem;
  font-weight: 650;
}

@keyframes beacon-open {
  0% {
    opacity: 0;
    transform: rotate(-16deg) scale(0.32);
  }
  18% {
    opacity: 1;
    transform: rotate(-10deg) scale(0.72);
  }
  48% {
    opacity: 0.88;
    transform: rotate(8deg) scale(1.08);
  }
  100% {
    opacity: 0;
    transform: rotate(18deg) scale(1.42);
  }
}

@keyframes scroll-cue-move {
  0% { opacity: 1; transform: translateY(0); }
  70% { opacity: 0; transform: translateY(15px); }
  100% { opacity: 0; transform: translateY(0); }
}

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

  .film-canvas,
  .film-copy,
  .primary-cta {
    transition: none;
  }

  .scroll-cue span {
    animation: none;
  }
}

@media (max-width: 820px) {
  body {
    background-size: 34px 34px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .topbar {
    gap: 10px;
    padding: 12px max(12px, env(safe-area-inset-left)) 0 max(12px, env(safe-area-inset-right));
  }

  .brand {
    min-height: 42px;
    padding-inline: 13px;
    border-radius: 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .scroll-film {
    height: 980svh;
  }

  .film-frame {
    margin: 0;
    border-radius: 0;
    border-inline: 0;
  }

  .film-frame::after {
    height: 44vh;
  }

  .film-canvas {
    transform: scale(calc(1.08 + var(--progress) * 0.02));
    filter: saturate(0.96) contrast(1.04) brightness(0.72);
  }

  .film-shade {
    background:
      radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.1), transparent 18rem),
      linear-gradient(180deg, rgba(5, 7, 11, 0.54), rgba(5, 7, 11, 0.12) 30%, rgba(5, 7, 11, 0.92)),
      linear-gradient(90deg, rgba(5, 7, 11, 0.58), rgba(5, 7, 11, 0.16));
  }

  .film-copy,
  .hero-copy,
  .center-copy,
  .right-copy,
  .final-copy {
    left: clamp(18px, 6vw, 28px);
    right: clamp(18px, 6vw, 28px);
    top: auto;
    bottom: max(76px, calc(62px + env(safe-area-inset-bottom)));
    width: auto;
    text-align: left;
    transform: translate3d(0, calc(54px - var(--local) * 108px), 0);
  }

  .center-copy p,
  .right-copy p,
  .center-copy h2,
  .right-copy h2 {
    margin-left: 0;
    margin-right: 0;
  }

  h1,
  h2 {
    max-width: 11.8ch;
    font-size: clamp(2.35rem, 11.5vw, 3.85rem);
    line-height: 0.94;
  }

  p {
    max-width: 31ch;
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .film-copy p {
    max-width: 33ch;
  }

  .copy-points {
    gap: 6px;
    max-width: 33ch;
    margin-top: 12px;
    font-size: 0.82rem;
    line-height: 1.34;
  }

  .copy-points li {
    padding-left: 16px;
  }

  .copy-points li::before {
    width: 6px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.7rem;
  }

  .primary-cta {
    width: min(100%, 342px);
    min-height: 50px;
    margin-top: 20px;
    padding-inline: 18px;
    font-size: 0.93rem;
    text-align: center;
  }

  .scroll-cue,
  .scroll-film::after {
    display: none;
  }

  .detail-section {
    padding: 0;
  }

  .detail-shell {
    padding: 64px 18px 78px;
  }

  .detail-section h2,
  .method-panel h2,
  .decision-band h2 {
    max-width: 11.5ch;
    font-size: clamp(2.1rem, 11vw, 3.5rem);
    line-height: 0.98;
  }

  .section-lead {
    max-width: 34ch;
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .insight-grid,
  .method-panel,
  .decision-band {
    grid-template-columns: 1fr;
  }

  .insight-grid {
    gap: 10px;
    margin-top: 34px;
  }

  .insight-card {
    min-height: 0;
    padding: 20px;
  }

  .insight-card span {
    margin-bottom: 26px;
  }

  .method-panel {
    gap: 26px;
    margin-top: 50px;
    padding-top: 42px;
  }

  .method-list li {
    min-height: 0;
    padding-left: 64px;
  }

  .method-list li::before {
    width: 44px;
  }

  .decision-band {
    align-items: start;
    padding: 22px;
  }

  .decision-band .primary-cta {
    width: 100%;
    white-space: normal;
  }

  .contact-card {
    width: min(100%, 430px);
    max-height: calc(100svh - 20px);
    padding: 54px 16px 16px;
    border-radius: 26px;
  }

  .contact-card h2 {
    max-width: 10.5ch;
    font-size: clamp(2.05rem, 10.6vw, 3.25rem);
    line-height: 0.92;
  }

  .contact-orbit {
    width: 84px;
    margin-bottom: 10px;
  }

  .contact-kicker {
    max-width: 26ch;
    font-size: 0.68rem;
  }

  .contact-intro {
    margin-block: 10px 14px;
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .contact-link {
    grid-template-columns: 44px 1fr;
    min-height: 58px;
    gap: 13px;
    padding: 7px 12px;
    border-radius: 20px;
  }

  .contact-icon {
    width: 44px;
  }

  .contact-link strong {
    font-size: 0.95rem;
  }

  .contact-link small {
    font-size: 0.78rem;
  }

  .contact-close {
    top: 12px;
    right: 12px;
    width: 40px;
    border-radius: 14px;
  }
}

@media (max-width: 380px) {
  h1,
  h2 {
    font-size: clamp(2.05rem, 10.7vw, 3.15rem);
  }

  p {
    font-size: 0.92rem;
  }

  .primary-cta {
    font-size: 0.86rem;
  }

  .contact-card {
    padding-inline: 12px;
  }
}

@media (max-width: 820px) and (max-height: 720px) {
  .contact-card {
    padding-top: 46px;
  }

  .contact-orbit {
    width: 70px;
  }

  .contact-card h2 {
    font-size: clamp(1.8rem, 9vw, 2.55rem);
  }

  .contact-intro {
    display: none;
  }

  .contact-link {
    min-height: 52px;
  }
}
