/* ==========================================================
   gmv.design — v2, monochrome line-art system
   ========================================================== */

/* latin-ext first (Romanian diacritics: ă â î ș ț), latin second */
@font-face {
  font-family: 'Jura';
  src: url('../fonts/jura-300-ext.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Jura';
  src: url('../fonts/jura-300.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Jura';
  src: url('../fonts/jura-500-ext.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Jura';
  src: url('../fonts/jura-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Jura';
  src: url('../fonts/jura-700-ext.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Jura';
  src: url('../fonts/jura-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-400-ext.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-500-ext.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono-400-ext.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-display: 'Jura', system-ui, sans-serif;
  --font-body: 'Space Grotesk', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;

  --pad: clamp(20px, 5vw, 96px);
  --sec-gap: clamp(100px, 15vh, 200px);
  --max: 1360px;

  --ease: cubic-bezier(0.25, 0.8, 0.25, 1);
}

html[data-theme='dark'] {
  --bg: #0c0c0c;
  --ink: #ececea;
  --ink-soft: rgba(236, 236, 234, 0.56);
  --ink-faint: rgba(236, 236, 234, 0.28);
  --line: rgba(236, 236, 234, 0.16);
  --line-soft: rgba(236, 236, 234, 0.09);
  --invert-bg: #ececea;
  --invert-ink: #0c0c0c;
  color-scheme: dark;
}

html[data-theme='light'] {
  --bg: #f5f4f1;
  --ink: #121212;
  --ink-soft: rgba(18, 18, 18, 0.6);
  --ink-faint: rgba(18, 18, 18, 0.32);
  --line: rgba(18, 18, 18, 0.18);
  --line-soft: rgba(18, 18, 18, 0.09);
  --invert-bg: #121212;
  --invert-ink: #f5f4f1;
  color-scheme: light;
}

/* ---------- base ---------- */

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

body {
  font-family: var(--font-body);
  font-weight: 400;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background-color 0.45s ease, color 0.45s ease;
}

::selection { background: var(--ink); color: var(--bg); }

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }
img { display: block; max-width: 100%; }

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

/* ---------- canvas ---------- */

#gl {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* ---------- type helpers ---------- */

.label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-soft);
  margin-bottom: clamp(36px, 6vh, 64px);
}
.label::before {
  content: '+';
  color: var(--ink-faint);
  font-size: 0.85rem;
}
.label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line-soft);
}

/* ---------- nav ---------- */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px var(--pad);
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.nav.is-scrolled {
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line-soft);
}
.nav__logo { display: block; flex-shrink: 0; }
.nav__logo img { height: 30px; width: auto; }
html[data-theme='dark'] .logo--black { display: none; }
html[data-theme='light'] .logo--white { display: none; }

.nav__right { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); }
.nav__links { display: flex; gap: clamp(18px, 2.6vw, 36px); }
.nav__link {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.nav__link:hover, .nav__link.is-active { color: var(--ink); border-bottom-color: var(--ink); }

.nav__controls { display: flex; align-items: center; gap: 16px; }

.lang-switch {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}
.lang-switch__btn { color: var(--ink-faint); padding: 4px 2px; transition: color 0.3s; }
.lang-switch__btn:hover { color: var(--ink-soft); }
.lang-switch__btn.is-active { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.lang-switch__sep { color: var(--ink-faint); }

.theme-toggle {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.theme-toggle:hover { border-color: var(--ink); }
html[data-theme='dark'] .theme-toggle__icon--moon { display: none; }
html[data-theme='light'] .theme-toggle__icon--sun { display: none; }

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 34px;
  height: 34px;
}
.burger span {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--ink);
  transition: transform 0.35s var(--ease);
}
.burger.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.burger.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* ---------- mobile menu ---------- */

.menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  padding: var(--pad);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
}
.menu.is-open { opacity: 1; visibility: visible; }
.menu__links { display: flex; flex-direction: column; gap: 18px; }
.menu__link {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 9vw, 3.2rem);
  letter-spacing: 0.02em;
  line-height: 1.2;
  transform: translateY(22px);
  opacity: 0;
  transition: transform 0.55s var(--ease), opacity 0.55s ease;
}
.menu.is-open .menu__link { transform: none; opacity: 1; }
.menu.is-open .menu__link:nth-child(2) { transition-delay: 0.05s; }
.menu.is-open .menu__link:nth-child(3) { transition-delay: 0.1s; }
.menu__meta { display: flex; flex-direction: column; gap: 10px; }
.menu__contact { font-family: var(--font-mono); font-size: 0.82rem; color: var(--ink-soft); }

/* ---------- layout ---------- */

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

.sec {
  position: relative;
  padding: calc(var(--sec-gap) / 2) var(--pad);
  max-width: var(--max);
  margin: 0 auto;
}
.sec--line { border-top: 1px solid var(--line-soft); }

/* ---------- hero ---------- */

.hero {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px var(--pad) 90px;
  max-width: var(--max);
  margin: 0 auto;
}
.hero--page { min-height: 64svh; padding-bottom: 30px; }

.hero__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--ink-soft);
  margin-bottom: 30px;
}
.hero__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 6.4vw, 5.4rem);
  line-height: 1.12;
  letter-spacing: 0.005em;
  max-width: 17ch;
  text-wrap: balance;
}
.hero__title em { font-style: normal; font-weight: 700; }
.hero__role {
  margin-top: 28px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero__role::before {
  content: '';
  width: 34px;
  height: 1px;
  background: var(--ink);
}
.hero__sub {
  margin-top: 22px;
  max-width: 50ch;
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
  color: var(--ink-soft);
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 38px;
  margin-top: 52px;
}

/* ---------- links & buttons ---------- */

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding-bottom: 6px;
  position: relative;
}
.arrow-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--ink);
  transform-origin: right;
  transition: transform 0.45s var(--ease);
}
.arrow-link:hover::after { transform: scaleX(0.25); }
.arrow-link svg { transition: transform 0.35s var(--ease); }
.arrow-link:hover svg { transform: translateX(6px); }

.btn-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0.95em 1.9em;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  transition: background-color 0.35s var(--ease), color 0.35s var(--ease);
}
.btn-line:hover { background: var(--invert-bg); color: var(--invert-ink); }
.btn-line svg { transition: transform 0.35s var(--ease); }
.btn-line:hover svg { transform: translateX(5px); }

/* ---------- about / statement ---------- */

.statement__text {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.35rem, 2.9vw, 2.4rem);
  line-height: 1.42;
  max-width: 32ch;
}
.statement__text strong { font-weight: 700; }
.statement__note {
  margin-top: 34px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
}

/* ---------- work rows ---------- */

.work__list { border-top: 1px solid var(--line); }
.work__item {
  display: grid;
  grid-template-columns: 70px 1fr 1.15fr;
  gap: 28px;
  align-items: baseline;
  padding: clamp(26px, 4vh, 42px) 0;
  border-bottom: 1px solid var(--line);
}
.work__num {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--ink-faint);
}
.work__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  letter-spacing: 0.01em;
  transition: transform 0.4s var(--ease);
}
.work__item:hover .work__name { transform: translateX(10px); }
.work__desc { color: var(--ink-soft); max-width: 46ch; }

/* ---------- principles ---------- */

.principles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3.4vw, 48px);
}
.principle {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.principle__num {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--ink-faint);
  display: block;
  margin-bottom: 16px;
}
.principle__text { color: var(--ink-soft); max-width: 34ch; }
.principle__text strong { color: var(--ink); font-weight: 500; }

/* ---------- offer hint (home) ---------- */

.offerhint {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}
.offerhint__text {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  max-width: 26ch;
  line-height: 1.45;
}

/* ---------- offer page: terms ---------- */

.terms__intro { color: var(--ink-soft); max-width: 56ch; margin-bottom: clamp(48px, 8vh, 90px); }
.terms__row {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) 1.1fr;
  gap: clamp(20px, 4vw, 70px);
  align-items: start;
  padding: clamp(38px, 6vh, 70px) 0;
  border-top: 1px solid var(--line);
}
.terms__row:last-of-type { border-bottom: 1px solid var(--line); }
.terms__value {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.6rem, 7vw, 5.6rem);
  line-height: 1;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.terms__name {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.terms__desc { color: var(--ink-soft); max-width: 52ch; }
.terms__desc strong { color: var(--ink); font-weight: 500; }

/* ---------- offer page: process ---------- */

.process__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(26px, 4vw, 54px);
}
.process__step { border-top: 1px solid var(--line); padding-top: 22px; }
.process__num {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--ink-faint);
  display: block;
  margin-bottom: 18px;
}
.process__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.1rem, 1.9vw, 1.4rem);
  margin-bottom: 10px;
}
.process__desc { color: var(--ink-soft); max-width: 42ch; }

/* ---------- offer page: fit ---------- */

.fit__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 48px);
}
.fit__col { border-top: 1px solid var(--ink); padding-top: 24px; }
.fit__col--no { border-top-color: var(--line); }
.fit__head {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.1rem, 1.9vw, 1.4rem);
  margin-bottom: 26px;
}
.fit__list { display: flex; flex-direction: column; gap: 16px; }
.fit__list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-soft);
}
.fit__list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-mono);
  color: var(--ink-faint);
}
.fit__col--yes .fit__list li::before { content: '+'; color: var(--ink); }
.fit__col--no .fit__list li::before { content: '\2212'; }

/* ---------- contact ---------- */

.contact__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(48px, 6vw, 110px);
  align-items: start;
}

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 38px 30px; }
.form__field { position: relative; }
.form__field--full { grid-column: 1 / -1; }
.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 12px 2px;
  font: inherit;
  color: var(--ink);
  border-radius: 0;
  transition: border-color 0.3s ease;
  resize: vertical;
}
.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus { outline: none; border-bottom-color: var(--ink); }
.form__field label {
  position: absolute;
  left: 2px;
  top: 12px;
  color: var(--ink-soft);
  pointer-events: none;
  transition: transform 0.3s var(--ease), color 0.3s;
  transform-origin: left top;
}
.form__field input:focus + label,
.form__field input:not(:placeholder-shown) + label,
.form__field textarea:focus + label,
.form__field textarea:not(:placeholder-shown) + label,
.form__field label.is-fixed {
  transform: translateY(-26px) scale(0.68);
  color: var(--ink-soft);
  font-family: var(--font-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.form__field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
}
.form__field select option { background: var(--bg); color: var(--ink); }
.form__hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.form__submit { grid-column: 1 / -1; justify-self: start; }
.form__status {
  grid-column: 1 / -1;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  min-height: 1.4em;
}
.form__status.is-ok { color: var(--ink); }
.form__status.is-err { color: #c0392b; }
.form__legal {
  grid-column: 1 / -1;
  font-size: 0.72rem;
  color: var(--ink-faint);
  max-width: 52ch;
}
.form__legal a { text-decoration: underline; text-underline-offset: 3px; }
.form__legal a:hover { color: var(--ink-soft); }

/* v3 badge hidden — disclosure text above replaces it (per Google ToS) */
.grecaptcha-badge { visibility: hidden; }

/* ---------- reCAPTCHA consent ---------- */

.consent {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line-soft);
  padding-top: 20px;
}
.consent__label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.82rem;
  color: var(--ink-soft);
  max-width: 60ch;
}
.consent__label a { text-decoration: underline; text-underline-offset: 3px; }
.consent__label a:hover { color: var(--ink); }
.consent__check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--ink);
  cursor: pointer;
}

/* ---------- legal pages ---------- */

.legal { max-width: 760px; }
.legal__updated {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
  margin-bottom: clamp(36px, 6vh, 60px);
}
.legal h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  margin: clamp(40px, 6vh, 60px) 0 16px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
}
.legal h2:first-of-type { margin-top: 0; }
.legal p { color: var(--ink-soft); margin-bottom: 14px; }
.legal ul { margin: 0 0 14px; display: flex; flex-direction: column; gap: 8px; }
.legal li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-soft);
}
.legal li::before {
  content: '\2013';
  position: absolute;
  left: 0;
  color: var(--ink-faint);
}
.legal a { text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--ink); }
.legal strong { color: var(--ink); font-weight: 500; }

/* language blocks (static legal content, no dictionary) */
html[lang='ro'] .lang-en { display: none; }
html:not([lang='ro']) .lang-ro { display: none; }

.contact__aside { display: flex; flex-direction: column; gap: 44px; }
.contact__block { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--line); padding-top: 18px; }
.contact__label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-faint);
}
.contact__link {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.contact__link:hover { border-bottom-color: var(--ink); }
.contact__text { color: var(--ink-soft); max-width: 32ch; }

/* ---------- footer ---------- */

.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line-soft);
  padding: clamp(70px, 12vh, 140px) var(--pad) 36px;
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.footer__kicker {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--ink-soft);
}
.footer__cta {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 5.6vw, 4.4rem);
  line-height: 1.12;
  max-width: 18ch;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.footer__cta:hover { border-bottom-color: var(--ink); }
.footer__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 42px;
  margin-top: 8px;
}
.footer__contact {
  font-family: var(--font-mono);
  font-size: 0.84rem;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s;
}
.footer__contact:hover { color: var(--ink); border-color: var(--ink); }
.footer__meta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 28px;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
}
.footer__meta img { height: 14px; width: auto; opacity: 0.7; }
.footer__meta a:hover { color: var(--ink); }

/* ---------- reveals (IntersectionObserver) ---------- */

html.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
html.js .reveal.is-in { opacity: 1; transform: none; }
html.js .reveal[data-delay='1'] { transition-delay: 0.08s; }
html.js .reveal[data-delay='2'] { transition-delay: 0.16s; }
html.js .reveal[data-delay='3'] { transition-delay: 0.24s; }

/* ---------- responsive ---------- */

@media (max-width: 1024px) {
  .nav__links { display: none; }
  .burger { display: flex; }
  .contact__grid { grid-template-columns: 1fr; }
  .principles__grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 768px) {
  .work__item { grid-template-columns: 52px 1fr; }
  .work__desc { grid-column: 2; }
  .terms__row { grid-template-columns: 1fr; gap: 16px; }
  .process__list { grid-template-columns: 1fr; }
  .fit__cols { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; }
  .nav__logo img { height: 24px; }
}

@media (max-width: 480px) {
  .hero__cta { gap: 16px 24px; }
  .work__item { grid-template-columns: 1fr; gap: 8px; }
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html.js .reveal { opacity: 1; transform: none; }
}
