:root {
  --ink: #060807;
  --ink-soft: #0e1210;
  --paper: #f1efe8;
  --muted: #a9aea8;
  --line: rgba(241, 239, 232, 0.16);
  --acid: #baff00;
  --gold: #e6a823;
  --max: 1224px;
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
section[id] { scroll-margin-top: 76px; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
em { color: var(--acid); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-200%);
  background: var(--acid);
  color: #050604;
  padding: 0.8rem 1rem;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  min-height: 92px;
  padding: 1.1rem clamp(1.2rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  transition: background 240ms ease, border 240ms ease, min-height 240ms ease;
}
.site-header.scrolled {
  min-height: 72px;
  background: rgba(6, 8, 7, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: .72rem; }
.brand-mark {
  width: 5.2rem;
  height: 5.8rem;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(186,255,0,.15));
}
.brand-wordmark { width: clamp(8.4rem, 11vw, 10rem); height: auto; object-fit: contain; }
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(32rem, 40vw, 44rem);
  gap: 0;
  padding: .52rem .72rem;
  border: 1px solid rgba(241,239,232,.11);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(16,22,16,.94), rgba(8,12,9,.96));
  box-shadow: 0 16px 38px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.025);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.main-nav a { position: relative; transition: color 200ms ease, background 200ms ease, border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease; }
.nav-link {
  min-height: 44px;
  padding: 0 .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #eef1ed;
  white-space: nowrap;
}
.nav-link:hover, .nav-link:focus-visible { color: #fff; transform: translateY(-1px); }
.nav-link.is-active {
  margin-inline: -.55rem;
  padding-inline: 1.35rem;
  background: var(--acid);
  color: #071006;
  box-shadow: 0 9px 24px rgba(128,190,0,.24), 0 0 25px rgba(186,255,0,.12);
}
.header-tools { display: flex; align-items: center; gap: .6rem; }
.language-toggle {
  min-width: 82px;
  height: 42px;
  padding: .28rem;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  gap: .2rem;
  border: 1px solid rgba(241,239,232,.24);
  background: rgba(7,10,8,.68);
  color: #7f857f;
  cursor: pointer;
  backdrop-filter: blur(15px);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.language-toggle i { width: 1px; height: 15px; background: rgba(241,239,232,.18); }
.language-toggle span { height: 32px; display: grid; place-items: center; transition: background 180ms ease, color 180ms ease; }
.language-toggle span.active { background: var(--acid); color: #050704; }
.language-toggle:hover, .language-toggle:focus-visible { border-color: rgba(186,255,0,.65); }
.menu-button { display: none; background: none; border: 0; width: 2.7rem; height: 2.7rem; padding: .7rem; }
.menu-button span { display: block; height: 1px; background: currentColor; margin: .45rem 0; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url('/assets/hero-village-4k.webp') center 48% / cover no-repeat;
  transform: scale(1.03);
  animation: hero-in 1.7s cubic-bezier(.2,.8,.2,1) both;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse at 50% 47%, rgba(2,4,3,.35) 0%, rgba(2,4,3,.2) 48%, rgba(2,4,3,.08) 72%, transparent 100%),
    linear-gradient(90deg, rgba(3,5,4,.78) 0%, rgba(3,5,4,.3) 48%, rgba(3,5,4,.24) 100%),
    linear-gradient(0deg, rgba(3,5,4,.94) 0%, rgba(3,5,4,.12) 54%, rgba(3,5,4,.58) 100%);
}
.hero-grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.33'/%3E%3C/svg%3E");
}
.hero-content {
  width: min(1088px, 88vw);
  margin-inline: auto;
  padding: 10rem 1.2rem 5.5rem;
  text-align: center;
}
.eyebrow, .kicker { margin: 0 0 1.25rem; color: var(--acid); font-size: .75rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, .section-heading h2, .statement h2, .offer-intro h2, .contact-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .88;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: .08em;
  font-size: clamp(3.6rem, 6.3vw, 7rem);
  text-shadow: 0 3px 24px rgba(0,0,0,.72);
}
.hero h1 .hero-line { display: block; white-space: nowrap; }
.hero h1 em { text-transform: none; font-size: .92em; line-height: .83; }
.hero-copy {
  max-width: 850px;
  margin: 1.8rem auto 2.4rem;
  color: #d3d6d1;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.7;
  text-wrap: balance;
  text-shadow: 0 2px 14px rgba(0,0,0,.78);
}
.hero-actions { display: flex; justify-content: center; }
.button {
  min-height: 52px;
  padding: .85rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--acid); color: #070806; }
.button-ghost { border-color: rgba(241,239,232,.42); background: rgba(6,8,7,.25); }
.hero-primary {
  min-width: min(410px, 100%);
  min-height: 80px;
  padding: .6rem .65rem .6rem 1.7rem;
  gap: 2rem;
  border: 1px solid rgba(225,255,145,.62);
  border-radius: 999px;
  background: linear-gradient(135deg, #c8ff42 0%, var(--acid) 72%);
  box-shadow: 0 16px 38px rgba(0,0,0,.28), 0 8px 30px rgba(153,255,0,.13), inset 0 1px rgba(255,255,255,.5);
}
.hero-cta-copy { display: flex; flex-direction: column; align-items: flex-start; gap: .18rem; text-align: left; }
.hero-cta-copy strong { font-family: var(--display); font-size: 1.08rem; font-weight: 800; letter-spacing: .075em; }
.hero-cta-copy small { font-size: .7rem; font-weight: 750; letter-spacing: .045em; opacity: .72; }
.hero-cta-icon { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border-radius: 50%; background: #070906; color: var(--acid); font-size: 1.35rem; transition: transform 180ms ease; }
.hero-primary:hover, .hero-primary:focus-visible { box-shadow: 0 20px 42px rgba(0,0,0,.34), 0 10px 34px rgba(153,255,0,.2), inset 0 1px rgba(255,255,255,.5); }
.hero-primary:hover .hero-cta-icon, .hero-primary:focus-visible .hero-cta-icon { transform: rotate(45deg); }

.section { width: min(var(--max), 100%); margin: 0 auto; padding: clamp(6rem, 10vw, 10rem) clamp(1.2rem, 4vw, 4rem); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 380px); align-items: end; gap: 3rem; margin-bottom: clamp(2.7rem, 6vw, 5.5rem); }
.section-heading h2, .offer-intro h2 { font-size: clamp(3.2rem, 7vw, 7rem); }
.section-heading > p { margin: 0 0 .5rem; color: var(--muted); font-size: 1.05rem; }
.work-section { padding-bottom: 12rem; }
.work-section .section-heading { margin-bottom: clamp(3rem, 6vw, 5rem); }
.work-section .section-heading--character { grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); align-items: center; }
.section-heading-copy > p { max-width: 540px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.2rem; line-height: 1.65; }
.section-character, .offer-character, .contact-character { position: relative; pointer-events: none; user-select: none; }
.section-character img, .offer-character img, .contact-character img { position: relative; z-index: 1; height: auto; filter: drop-shadow(0 24px 34px rgba(0,0,0,.38)); }
.character-perch { position: absolute; z-index: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(186,255,0,.78) 18%, rgba(186,255,0,.35) 78%, transparent); box-shadow: 0 0 18px rgba(186,255,0,.18); }
.section-character--pair { align-self: end; min-height: 320px; display: flex; align-items: flex-end; }
.section-character--pair img { width: min(100%, 430px); margin-inline: auto; }
.section-character--pair .character-perch { left: 12%; right: 12%; top: 58%; }
.work-grid { display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.project {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
  padding-block: clamp(2.5rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
}
.project-media { position: relative; width: 100%; padding: 0; border: 0; background: #101410; overflow: hidden; cursor: pointer; text-align: left; }
.project-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 46%); opacity: .7; transition: opacity 250ms ease; }
.project-media img { aspect-ratio: 16/9; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1), filter 400ms ease; }
.project-media:hover img, .project-media:focus-visible img { transform: scale(1.035); filter: saturate(1.12) contrast(1.05); }
.project-media:hover::after, .project-media:focus-visible::after { opacity: .35; }
.play-button { position: absolute; inset: 50% auto auto 50%; z-index: 2; transform: translate(-50%, -50%); width: clamp(3.8rem, 7vw, 6rem); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(0,0,0,.25); backdrop-filter: blur(6px); transition: background 200ms ease, transform 200ms ease; }
.play-button i { margin-left: 5px; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid white; }
.project-media:hover .play-button, .project-media:focus-visible .play-button { background: var(--acid); transform: translate(-50%, -50%) scale(1.06); }
.project-media:hover .play-button i, .project-media:focus-visible .play-button i { border-left-color: #060807; }
.project-copy { max-width: 650px; }
.project-copy h3 { margin: 0; max-width: 620px; font-family: var(--display); font-size: clamp(1.9rem, 3.55vw, 4rem); letter-spacing: -.035em; line-height: .98; text-transform: uppercase; text-wrap: balance; }
.project-resolution { margin-top: 1.35rem; }
.project-resolution span { display: inline-flex; align-items: center; min-height: 34px; padding: .35rem .75rem; border: 1px solid rgba(186,255,0,.24); background: rgba(186,255,0,.055); color: var(--acid); font-family: var(--display); font-size: 1rem; font-weight: 700; letter-spacing: .02em; line-height: 1; }
.project-copy p { max-width: 610px; margin: 1rem 0 0; color: #b9bfba; font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.7; text-wrap: pretty; }

.statement { min-height: 85vh; padding: clamp(6rem, 12vw, 12rem) clamp(1.2rem, 6vw, 7rem); display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; background: var(--paper); color: var(--ink); overflow: hidden; }
.statement-art { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.statement-art > span { font-family: Georgia, serif; font-size: clamp(9rem, 25vw, 24rem); line-height: 1; color: #101410; z-index: 1; }
.orbit { position: absolute; inset: 13%; border: 1px solid rgba(6,8,7,.28); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; width: 14px; aspect-ratio: 1; background: var(--acid); border: 4px solid var(--paper); border-radius: 50%; }
.orbit-one { transform: rotate(29deg) scaleX(1.18); }
.orbit-one::before { top: 18%; right: 4%; }
.orbit-two { transform: rotate(-36deg) scaleY(.72); }
.orbit-two::before { bottom: 5%; left: 21%; background: var(--gold); }
.statement-copy .kicker { color: #527000; }
.statement h2 { font-size: clamp(3.5rem, 7.4vw, 7.6rem); }
.statement-copy > p:last-child { max-width: 660px; margin: 2.4rem 0 0; font-size: clamp(1.1rem, 1.7vw, 1.45rem); line-height: 1.5; }

.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 4rem; }
.process-section { padding-top: 10rem; padding-bottom: 11rem; }
.process-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { min-height: 320px; padding: 1.5rem clamp(1rem, 2.5vw, 2.5rem) 2rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.process-list li:last-child { border-right: 0; }
.process-list span { color: var(--acid); font-size: .7rem; letter-spacing: .15em; }
.process-list h3 { margin: auto 0 1.2rem; max-width: 300px; font-family: var(--display); font-size: clamp(1.7rem, 2.6vw, 2.8rem); line-height: .98; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); max-width: 330px; }

.launch-offer { position: relative; isolation: isolate; width: min(calc(var(--max) - 8rem), calc(100% - 2.4rem)); margin: 0 auto 10rem; padding: clamp(3rem, 6vw, 6.5rem); background: #11170d; border: 1px solid rgba(186,255,0,.33); overflow: visible; }
.offer-glow { position: absolute; z-index: -1; width: 45rem; aspect-ratio: 1; right: -18rem; top: -22rem; border-radius: 50%; background: rgba(155,255,0,.13); filter: blur(50px); }
.offer-character { position: absolute; z-index: 1; width: clamp(195px, 15vw, 245px); right: clamp(1rem, 3vw, 3rem); top: 0; transform: translateY(-61%); }
.offer-character img { width: 100%; }
.offer-intro { max-width: 900px; margin: 0 auto; text-align: center; }
.offer-intro h2 { font-size: clamp(3.5rem, 8vw, 8rem); }
.offer-intro > p { max-width: 760px; margin: 1.5rem auto 0; color: #c0c6bf; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.7; }
.offer-intro > .offer-duration { max-width: 820px; margin-top: 1rem; padding: .9rem 1.2rem; border: 1px solid rgba(186,255,0,.22); background: rgba(186,255,0,.055); color: #d7ddd4; font-size: .88rem; line-height: 1.55; }
.pricing-table-wrap { width: min(94%, 1040px); margin: clamp(3rem, 6vw, 5.5rem) auto 0; overflow-x: auto; border: 1px solid rgba(241,239,232,.16); background: rgba(2,5,2,.34); }
.pricing-table { width: 100%; min-width: 620px; border-collapse: collapse; text-align: center; }
.pricing-table caption { padding: 1rem 1.4rem; color: #aeb5ae; font-size: .7rem; letter-spacing: .14em; text-align: left; text-transform: uppercase; border-bottom: 1px solid rgba(241,239,232,.16); }
.pricing-table th, .pricing-table td { padding: clamp(1.2rem, 2.6vw, 2.2rem); border-right: 1px solid rgba(241,239,232,.14); border-bottom: 1px solid rgba(241,239,232,.14); }
.pricing-table tr > *:last-child { border-right: 0; }
.pricing-table tbody tr:last-child > * { border-bottom: 0; }
.pricing-table thead th { color: #aeb5ae; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pricing-table thead th:first-child, .pricing-table tbody th { text-align: left; }
.pricing-table tbody th strong { display: block; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4rem); line-height: .9; }
.pricing-table tbody th span { display: block; margin-top: .65rem; color: #838b83; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.pricing-table td { color: var(--acid); font-family: Georgia, serif; font-size: clamp(1.7rem, 3.2vw, 3rem); }
.pricing-table .quality-premium { background: rgba(186,255,0,.055); }
.quality-notes { width: min(94%, 1040px); display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 1.5rem auto 0; background: rgba(241,239,232,.14); }
.quality-notes p { display: grid; grid-template-columns: auto 1fr; gap: 1rem; margin: 0; padding: 1.5rem; background: #11170d; color: #aeb5ae; font-size: .86rem; line-height: 1.6; }
.quality-notes strong { color: var(--acid); font-family: var(--display); font-size: 1.05rem; letter-spacing: .03em; }
.offer-cta { width: fit-content; min-width: 240px; margin: 2.5rem auto 0; }

.contact-section { width: min(var(--max), 100%); margin: 0 auto; padding: 7rem clamp(1.2rem, 6vw, 7rem) 5rem; display: grid; grid-template-columns: 1fr minmax(320px, .72fr); gap: clamp(4rem, 10vw, 10rem); align-items: start; }
.contact-heading h2 { font-size: clamp(3.5rem, 7vw, 7.2rem); }
.contact-intro { max-width: 570px; margin: 2rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.contact-character { width: min(100%, 300px); margin: 2.3rem auto 0; }
.contact-character img { width: 100%; }
.contact-form { padding-top: 2.5rem; }
.field { position: relative; margin-bottom: 2rem; }
.field label { display: block; margin-bottom: .45rem; color: #c2c6c1; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; color: var(--paper); background: transparent; border: 0; border-bottom: 1px solid rgba(241,239,232,.32); border-radius: 0; padding: .75rem 0 1rem; outline: 0; resize: vertical; }
.field input:focus, .field textarea:focus { border-bottom-color: var(--acid); }
.field.invalid input, .field.invalid textarea { border-bottom-color: #ff705e; }
.field-error { display: none; color: #ff8b7c; font-size: .75rem; padding-top: .45rem; }
.field.invalid .field-error { display: block; }
.form-submit { width: 100%; margin-top: 1rem; border: 0; }
.form-note { color: #7f857f; font-size: .75rem; }
.form-status { min-height: 1.5em; color: var(--acid); font-size: .85rem; }
.honey-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-submit[disabled] { cursor: wait; opacity: .72; }

.site-footer { padding-block: 1.35rem; padding-inline: max(clamp(1.2rem, 4vw, 4rem), calc((100vw - var(--max)) / 2 + 4rem)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; border-top: 1px solid var(--line); background: #030403; }
.footer-brand { display: block; width: clamp(13rem, 18vw, 18rem); line-height: 0; }
.footer-brand img { width: 100%; height: auto; mix-blend-mode: screen; }
.social-links { display: flex; gap: 1.5rem; }
.social-links a { color: #c4c8c3; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.social-links a:hover, .social-links a:focus-visible { color: var(--acid); }
.footer-meta { justify-self: end; display: flex; align-items: center; gap: 1.5rem; color: #777d77; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.1); } to { opacity: 1; transform: scale(1.03); } }

@media (min-width: 761px) and (max-width: 1100px) {
  .site-header { padding: .8rem 1rem; gap: .65rem; }
  .brand { gap: .35rem; }
  .brand-mark { width: 3.35rem; height: 3.8rem; }
  .brand-wordmark { width: 6.5rem; }
  .main-nav { width: min(49vw, 26rem); gap: 0; padding: .38rem .55rem; font-size: .7rem; letter-spacing: .045em; }
  .nav-link { min-height: 38px; padding: 0 .12rem; }
  .nav-link.is-active { margin-inline: -.25rem; padding-inline: .85rem; }
  .language-toggle { min-width: 70px; height: 38px; }
  .language-toggle span { height: 29px; }
  .offer-character { display: none; }
}

@media (max-width: 760px) {
  .site-header { min-height: 74px; }
  .site-header.scrolled { backdrop-filter: none; }
  .brand-mark { width: 4.2rem; height: 4.8rem; }
  .brand-wordmark { width: 8.2rem; }
  .header-tools { position: relative; z-index: 3; }
  .menu-button { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; border: 0; background: rgba(5,7,6,.98); box-shadow: none; padding: 8rem 2rem 3rem; display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; transform: translateY(-105%); transition: transform 350ms cubic-bezier(.2,.8,.2,1); font-size: 1rem; }
  .main-nav.open { transform: translateY(0); }
  .nav-link { width: min(100%, 340px); min-height: 60px; padding: 0 1.35rem; justify-content: flex-start; }
  .hero-bg { background-position: 53% center; }
  .hero::after { background: radial-gradient(ellipse at 50% 45%, rgba(2,4,3,.36), rgba(2,4,3,.16) 60%, transparent 82%), linear-gradient(90deg, rgba(3,5,4,.9), rgba(3,5,4,.36)), linear-gradient(0deg, rgba(3,5,4,.98), rgba(3,5,4,.08) 58%, rgba(3,5,4,.62)); }
  .hero-content { padding-top: 8.5rem; padding-bottom: 4.5rem; }
  .section-heading { grid-template-columns: 1fr; }
  .work-section .section-heading--character { grid-template-columns: 1fr; gap: 2rem; }
  .section-character--pair { width: min(100%, 390px); min-height: 0; justify-self: center; }
  .offer-character { position: relative; width: min(58vw, 230px); right: auto; top: auto; transform: none; margin: -1rem auto 1rem; }
  .project { grid-template-columns: 1fr; gap: 2rem; }
  .project-copy { max-width: 100%; }
  .statement { grid-template-columns: 1fr; }
  .statement-art { max-width: 430px; justify-self: center; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list li:last-child { border-bottom: 0; }
  .quality-notes { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-character { width: min(68vw, 270px); }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .social-links { flex-wrap: wrap; }
  .footer-meta { justify-self: start; }
}

@media (max-width: 560px) {
  .brand { gap: .55rem; }
  .brand-mark { width: 3.7rem; height: 4.25rem; }
  .brand-wordmark { display: none; }
  .language-toggle { min-width: 72px; height: 39px; }
  .hero-content { width: 100%; padding: 7.5rem 1.2rem 3.5rem; }
  .hero h1 { font-size: clamp(2.2rem, 11vw, 3.6rem); row-gap: .06em; }
  .hero-copy { margin-top: 1.4rem; line-height: 1.55; text-wrap: pretty; }
  .hero-actions { align-items: stretch; }
  .hero-primary { min-width: 100%; min-height: 74px; padding-left: 1.25rem; }
  .hero-cta-copy strong { font-size: .98rem; }
  .hero-cta-copy small { font-size: .64rem; }
  .hero-cta-icon { width: 54px; height: 54px; flex-basis: 54px; }
  .project-copy h3 { font-size: clamp(1.9rem, 9.5vw, 3.2rem); }
  .statement { padding-top: 5rem; }
  .launch-offer { width: calc(100% - 1.5rem); padding: 3rem 1.2rem; }
  .offer-notes { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
