@font-face {
  font-family: "Roobert";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Roobert Latin Proportional Regular"),
    local("Roobert Regular"),
    local("Roobert-Regular");
}

@font-face {
  font-family: "Roobert";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local("Roobert Latin Proportional SemiBold"),
    local("Roobert SemiBold"),
    local("Roobert-SemiBold");
}

@font-face {
  font-family: "Roobert";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("Roobert Latin Proportional Bold"),
    local("Roobert Bold"),
    local("Roobert-Bold");
}

:root {
  --black: #000;
  --white: #fff;
  --muted: rgba(255, 255, 255, 0.62);
  --dim: rgba(255, 255, 255, 0.34);
  --line: rgba(255, 255, 255, 0.22);
  --line-soft: rgba(255, 255, 255, 0.1);
  --orange: #f25a22;
  --blue: #4a69ff;
  --cream: #e8f2d2;
  --whatsapp: #25d366;
  --font-roobert: "Roobert Latin Proportional", "Roobert", "Roobert Pro", "Neue Haas Grotesk Text", "Helvetica Neue", Arial, sans-serif;
  --font: var(--font-roobert);
  --font-hero: var(--font-roobert);
  --font-menu: var(--font-roobert);
  --font-display: var(--font-roobert);
  --font-mono: var(--font-roobert);
  --side: clamp(20px, 3.9vw, 56px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: absolute;
  top: 100svh;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0 18%, rgba(0, 0, 0, 0.2) 42% 58%, rgba(0, 0, 0, 0.86) 82% 100%),
    url("images/lendiko-contour-field.svg?v=2");
  background-repeat: repeat-y;
  background-size: 100% 2200px, min(1540px, 132vw) auto;
  background-position: top center;
  opacity: 0.72;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.62'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: overlay;
}

body.nav-open {
  overflow: hidden;
}

main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

main > section:not(.hero) {
  position: relative;
  z-index: 1;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 1px solid var(--white);
  outline-offset: 4px;
}

::selection {
  background: var(--white);
  color: var(--black);
}

.skip-link,
.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 100;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--white);
  color: var(--black);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(24px, 8vw, 140px);
  align-items: start;
  padding: 28px var(--side);
  color: var(--white);
  mix-blend-mode: difference;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  font-family: var(--font-menu);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.brand-place {
  padding-left: 16px;
  border-left: 1px solid currentColor;
  font-weight: 400;
}

.site-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: clamp(28px, 7vw, 120px);
  max-width: 820px;
  font-family: var(--font-menu);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav div {
  display: grid;
  gap: 18px;
}

.site-nav a::before {
  display: inline-block;
  width: 9px;
  content: "";
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before {
  content: "▸";
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding: 140px var(--side) 32px;
  isolation: isolate;
  --lens-x: 50%;
  --lens-y: 36%;
  --lens-bg-x: 50%;
  --lens-bg-y: 36%;
  --lens-hue: 0deg;
  --lens-scale: 1;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    url("images/lendiko-gradient-field.svg"),
    radial-gradient(circle at 15% 72%, var(--orange), transparent 34%),
    radial-gradient(circle at 78% 42%, var(--blue), transparent 38%),
    #000;
  background-size: cover;
  background-position: center;
  animation: fieldDrift 22s ease-in-out infinite alternate;
  transition: opacity 500ms ease;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.hero.has-motion-field .hero-canvas {
  opacity: 1;
}

.hero.has-motion-field .hero-gradient {
  opacity: 0;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0) 0 17%, rgba(0, 0, 0, 0.22) 24%, rgba(0, 0, 0, 0) 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.26));
}

.hero-lens {
  position: absolute;
  top: var(--lens-y);
  left: var(--lens-x);
  z-index: 1;
  display: grid;
  width: clamp(150px, 18vw, 260px);
  height: clamp(150px, 18vw, 260px);
  place-items: center;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.13) 0 8%, rgba(255, 255, 255, 0.04) 19%, transparent 36%),
    radial-gradient(circle at 55% 50%, rgba(255, 255, 255, 0.015) 0 42%, rgba(0, 0, 0, 0.18) 74%, rgba(0, 0, 0, 0.52) 100%);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.5),
    inset 16px 18px 36px rgba(255, 255, 255, 0.045),
    inset -26px -30px 52px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  color: transparent;
  transform: translate3d(-50%, -50%, 0) scale(var(--lens-scale));
  -webkit-backdrop-filter: blur(2.4px) saturate(1.18) contrast(1.08) brightness(0.82) hue-rotate(var(--lens-hue));
  backdrop-filter: blur(2.4px) saturate(1.18) contrast(1.08) brightness(0.82) hue-rotate(var(--lens-hue));
  transition: width 220ms ease, height 220ms ease, opacity 260ms ease;
  will-change: top, left, transform, backdrop-filter;
}

.hero-lens::before {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.16) 0 7%, rgba(255, 255, 255, 0.04) 17%, transparent 35%),
    radial-gradient(circle at 50% 50%, transparent 0 64%, rgba(255, 255, 255, 0.07) 83%, transparent 100%);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.025),
    inset 0 0 42px rgba(0, 0, 0, 0.16);
  content: "";
  opacity: 0.68;
}

.hero-lens::after {
  content: none;
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: calc(100svh - 220px);
  place-items: center;
  text-align: center;
}

.hero-kicker,
.section-label,
.lead-form span,
.price-main p,
.work-row span,
.line-list span,
.process-list span,
.footer-grid,
.lead-status {
  font-family: var(--font-mono);
  font-size: clamp(12px, 0.75vw, 14px);
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-kicker {
  position: absolute;
  top: 8vh;
  left: 50%;
  margin: 0;
  font-family: var(--font-menu);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  transform: translateX(-50%);
}

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

h1 {
  max-width: 1120px;
  font-family: var(--font-hero);
  font-size: clamp(45px, 6.05vw, 104px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-letter {
  display: inline-block;
  transform-origin: 50% 62%;
  transition: transform 80ms linear, filter 80ms linear, text-shadow 80ms linear;
  will-change: transform, filter;
}

.hero-title-line {
  display: inline;
}

.hero-word {
  display: inline-block;
  white-space: nowrap;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(38px, 4.8vw, 78px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 1.65vw, 30px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

p {
  font-family: var(--font-mono);
  color: var(--muted);
}

li,
input,
select,
textarea,
.hero-foot p,
.audit-output span,
.tag-field span {
  font-family: var(--font-mono);
}

.hero-foot {
  position: absolute;
  right: var(--side);
  bottom: 32px;
  left: var(--side);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 60px;
  gap: clamp(18px, 4vw, 72px);
  align-items: end;
}

.hero-foot p {
  display: grid;
  font-family: var(--font-menu);
  color: var(--white);
  font-size: clamp(15px, 1.2vw, 23px);
  line-height: 1.06;
}

.hero-foot strong {
  font-weight: 700;
}

.hero-foot span {
  color: rgba(255, 255, 255, 0.58);
}

.scroll-cue {
  justify-self: end;
  width: 52px;
  height: 104px;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 40px;
  line-height: 1;
}

.section {
  position: relative;
  display: grid;
  grid-template-columns: 16vw minmax(0, 1fr);
  gap: 4vw;
  padding: clamp(72px, 8.5vw, 132px) var(--side);
  border-top: 1px solid var(--line-soft);
}

.section-label {
  position: sticky;
  top: 100px;
  align-self: start;
  color: var(--muted);
}

.work-list {
  display: grid;
}

.work-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 3vw;
  align-items: baseline;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  transition: color 180ms ease, padding-left 180ms ease;
}

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

.work-row:hover {
  padding-left: 16px;
}

.work-row h2 {
  font-size: clamp(42px, 5.2vw, 88px);
  text-transform: uppercase;
}

.work-row p {
  max-width: 500px;
  font-size: clamp(17px, 1.35vw, 24px);
  line-height: 1.18;
}

.intro-grid,
.ai-layout,
.audit-layout,
.pricing-layout,
.inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 5vw;
  align-items: start;
}

.intro-grid > h2,
.ai-layout > h2,
.audit-layout h2,
.inquiry-layout h2,
.split-copy > h2 {
  max-width: 960px;
}

.intro-grid p,
.ai-copy p,
.audit-layout p,
.inquiry-layout > div > p {
  max-width: 640px;
  font-size: clamp(18px, 1.45vw, 27px);
  line-height: 1.18;
}

.split-copy {
  display: grid;
  gap: 70px;
}

.line-list {
  display: grid;
}

.line-list article,
.process-list li {
  display: grid;
  grid-template-columns: 70px minmax(0, 0.62fr) minmax(280px, 0.6fr);
  gap: 3vw;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.line-list article:last-child,
.process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.line-list p,
.process-list p {
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.2;
}

.ai-copy {
  display: grid;
  gap: 38px;
}

.ai-copy ul,
.price-details ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ai-copy li,
.price-details li {
  position: relative;
  padding-left: 22px;
  color: var(--white);
  font-size: clamp(16px, 1.2vw, 20px);
}

.ai-copy li::before,
.price-details li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.audit-output {
  display: grid;
  gap: 12px;
}

.audit-output span,
.tag-field span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-align: center;
  font-weight: 800;
}

.tag-field {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-field span {
  min-height: clamp(50px, 5.4vw, 86px);
  padding-inline: clamp(18px, 2.6vw, 38px);
  font-size: clamp(18px, 1.45vw, 27px);
  font-weight: 400;
  line-height: 1.18;
}

.pricing-layout {
  align-items: stretch;
}

.price-main {
  display: grid;
  align-content: space-between;
  min-height: 520px;
  padding: 34px;
  border: 1px solid var(--white);
  border-radius: 50%;
  aspect-ratio: 1;
  text-align: center;
}

.price-main h2 {
  align-self: center;
  font-size: clamp(56px, 7vw, 124px);
}

.price-main .round-link {
  justify-self: center;
}

.price-details {
  display: grid;
  align-content: start;
  gap: 24px;
  padding-top: 18px;
}

.price-details h3 {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  text-transform: uppercase;
}

.process-list {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lead-form {
  position: relative;
  display: grid;
  gap: 22px;
  padding: clamp(22px, 2.8vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.62)),
    rgba(0, 0, 0, 0.72);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.54),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.lead-form label {
  display: grid;
  gap: 10px;
}

.lead-form label > span,
.lead-result label > span {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 0;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.08);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  outline: 0;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-bottom-color: var(--white);
}

.lead-form select {
  appearance: auto;
}

.lead-form textarea {
  min-height: 120px;
  resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: var(--dim);
}

.lead-result {
  padding-top: 14px;
}

.message-preview {
  min-height: 190px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.lead-status {
  min-height: 1.5em;
  color: var(--muted);
}

.round-link {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-family: var(--font-menu);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: background 220ms ease, color 220ms ease, opacity 220ms ease;
}

.round-link:hover,
.round-link-solid {
  background: var(--white);
  color: var(--black);
}

.round-link-solid:hover {
  background: var(--whatsapp);
  color: var(--black);
}

.round-link:disabled,
.round-link.is-disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.round-link:disabled:hover,
.round-link.is-disabled:hover {
  background: transparent;
  color: var(--white);
}

.faq-list {
  display: grid;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.1vw, 36px);
  font-weight: 400;
  line-height: 1.02;
  list-style: none;
  text-transform: uppercase;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 0.62em;
  font-weight: 400;
  line-height: 0.9;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  max-width: 760px;
  padding: 0 0 30px;
  font-family: var(--font-mono);
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.18;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: clamp(72px, 8.5vw, 132px) var(--side) 44px;
  border-top: 1px solid var(--line-soft);
}

.footer-hello {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(70px, 8vw, 130px);
}

.footer-hello h2 {
  max-width: 920px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 4vw;
  align-items: end;
  color: var(--muted);
}

.footer-grid address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

.footer-grid a:hover {
  text-decoration: underline;
}

.sticky-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  font-family: var(--font-menu);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@keyframes fieldDrift {
  from {
    transform: scale(1.04) translate3d(-1%, -1%, 0);
    filter: saturate(1.05);
  }
  to {
    transform: scale(1.12) translate3d(1.5%, 1%, 0);
    filter: saturate(1.25);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    align-items: center;
    mix-blend-mode: normal;
    background: rgba(0, 0, 0, 0.82);
  }

  .menu-toggle {
    position: relative;
    z-index: 72;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--white);
  }

  .menu-toggle span:not(.sr-only) {
    position: absolute;
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-7px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(7px);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 28px;
    padding: 100px 28px 34px;
    background: var(--black);
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity 260ms ease, transform 260ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .site-nav div {
    gap: 14px;
  }

  .site-nav a {
    font-family: var(--font-menu);
    font-size: clamp(34px, 9.4vw, 58px);
    font-weight: 700;
    line-height: 0.98;
  }

  .site-nav a::before {
    display: none;
  }

  .hero {
    padding-top: 92px;
  }

  .hero-lens {
    top: 29%;
  }

  .hero-foot {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .scroll-cue {
    display: none;
  }

  .section,
  .intro-grid,
  .ai-layout,
  .audit-layout,
  .pricing-layout,
  .inquiry-layout,
  .footer-hello,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-label {
    position: static;
  }

  .work-row,
  .line-list article,
  .process-list li {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .work-row h2 {
    font-size: clamp(36px, 10vw, 66px);
  }

  .price-main {
    width: min(100%, 520px);
    min-height: auto;
    justify-self: center;
  }

  .sticky-whatsapp {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  :root {
    --side: 16px;
  }

  .brand {
    font-size: 18px;
  }

  .hero-kicker {
    right: var(--side);
    left: var(--side);
    transform: none;
  }

  h1 {
    font-size: clamp(34px, 9.5vw, 52px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 52px);
  }

  .hero-lens {
    --lens-scale: 1;
  }

  .section {
    gap: 28px;
    padding-block: 64px;
  }

  .tag-field span {
    width: 100%;
    justify-content: flex-start;
  }

  .lead-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

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