/* Catch & Convert — chytamezavas.cz
   Palette is sampled from the brand card: ink panel, yarn cream, sea, frog green.
   The accent is the sea turquoise; every accent must exist in the illustration. */

@font-face { font-family: "Poppins"; font-weight: 400; font-display: swap; src: url(/fonts/poppins-400-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; font-weight: 400; font-display: swap; src: url(/fonts/poppins-400-latin-ext.woff2) format("woff2"); 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: "Poppins"; font-weight: 600; font-display: swap; src: url(/fonts/poppins-600-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; font-weight: 600; font-display: swap; src: url(/fonts/poppins-600-latin-ext.woff2) format("woff2"); 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: "Poppins"; font-weight: 700; font-display: swap; src: url(/fonts/poppins-700-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; font-weight: 700; font-display: swap; src: url(/fonts/poppins-700-latin-ext.woff2) format("woff2"); 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: "Fraunces"; font-weight: 300 700; font-display: swap; src: url(/fonts/fraunces-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Fraunces"; font-weight: 300 700; font-display: swap; src: url(/fonts/fraunces-latin-ext.woff2) format("woff2"); 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; }

:root {
  --ink: #0b0a09;
  --ink-2: #161412;
  --ink-3: #221f1b;
  --cream: #f4ede0;
  --cream-2: #ece2d0;
  --paper: #fbf7ef;
  --text-dark: #1d1a16;
  --muted-dark: #5d554a;
  --muted-light: #b9b0a2;
  --line-light: rgba(244, 237, 224, .16);
  --line-dark: rgba(29, 26, 22, .14);
  --accent: #5ec4c9;       /* sea yarn, accent on dark */
  --accent-light: #85d6da; /* hover */
  --accent-deep: #1f6f78;  /* accent text on cream */
  --yarn: #ca963a;         /* dress ochre, only for the fishing line and lure */
  --sea: #0d2b3e;
  --sea-2: #174a68;
  --sky: #5fb7c9;
  --frog: #4f9e2f;
  --pink: #e56f8a;

  --sans: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Fraunces", ui-serif, Georgia, serif;

  --gutter: clamp(16px, 5vw, 72px);
  --max: 1320px;
  --radius: 28px;
  --ease: cubic-bezier(.2, .7, .1, 1);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font: 400 1.0625rem/1.65 var(--sans);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, blockquote, figure, ol, ul { margin: 0; }
ol, ul { padding: 0; list-style: none; }
::selection { background: var(--accent); color: var(--ink); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

.skip {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  background: var(--accent); color: var(--ink); padding: .6rem 1rem; border-radius: 999px; font-weight: 600; text-decoration: none;
}
.skip:focus { top: 16px; }

/* ---------- shared ---------- */
.eyebrow {
  font: 500 .8rem/1.4 var(--serif);
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--muted-light);
}
.eyebrow--dark { color: var(--muted-dark); }

.section-head { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto clamp(2.5rem, 6vw, 5rem); }
.section-head h2 {
  margin-top: 1rem;
  font: 700 clamp(2.1rem, 5.2vw, 4.4rem)/1.02 var(--sans);
  letter-spacing: -.035em;
  color: var(--text-dark);
  text-wrap: balance;
}
.section-head--light h2 { color: var(--cream); }

.btn {
  --bg: var(--accent);
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 52px; padding: .85rem 1.6rem;
  border: 0; border-radius: 999px;
  background: var(--bg); color: var(--ink);
  font: 600 1rem/1 var(--sans); letter-spacing: -.005em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .35s var(--ease), background-color .25s, box-shadow .35s var(--ease);
  box-shadow: 0 0 0 0 rgba(94, 196, 201, 0);
}
.btn:hover { transform: translateY(-2px); background: var(--accent-light); box-shadow: 0 14px 34px -14px rgba(94, 196, 201, .7); }
.btn:active { transform: translateY(0); }
.btn--ghost { background: transparent; color: var(--cream); box-shadow: inset 0 0 0 1.5px var(--line-light); }
.btn--ghost:hover { background: rgba(244, 237, 224, .08); box-shadow: inset 0 0 0 1.5px var(--cream); }
.btn--small { min-height: 42px; padding: .6rem 1.15rem; font-size: .9rem; }
.btn--big { min-height: 60px; padding: 1rem 2.2rem; font-size: 1.05rem; }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; gap: 2rem;
  padding: 14px var(--gutter);
  padding-top: max(14px, env(safe-area-inset-top));
  transition: background-color .4s, backdrop-filter .4s, box-shadow .4s;
}
.nav[data-scrolled] {
  background: rgba(11, 10, 9, .78);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  backdrop-filter: blur(14px) saturate(1.3);
  box-shadow: 0 1px 0 var(--line-light);
}
.nav__brand {
  display: inline-flex; align-items: center; gap: .6rem;
  font: 700 1.05rem/1 var(--sans); letter-spacing: -.02em; text-decoration: none;
  margin-right: auto;
}
.nav__ring {
  width: 18px; height: 18px; border-radius: 50%;
  border: 4px solid var(--accent);
  transition: transform .6s var(--ease);
}
.nav__brand:hover .nav__ring { transform: rotate(180deg) scale(1.15); }
.nav__links { display: flex; gap: 1.8rem; }
.nav__links a { text-decoration: none; font-size: .95rem; color: var(--muted-light); transition: color .2s; }
.nav__links a:hover { color: var(--cream); }
.nav__cta-short { display: none; }
@media (max-width: 380px) {
  .nav__cta-long { display: none; }
  .nav__cta-short { display: inline; }
}

/* ---------- fishing line ---------- */
.line {
  position: absolute; top: 0; left: 0; z-index: 1;
  width: 100%; height: 0;
  pointer-events: none; overflow: visible;
}
.line__yarn { fill: none; stroke: var(--yarn); stroke-width: 3; stroke-linecap: round; }
.line__twist { fill: none; stroke: rgba(80, 55, 15, .5); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1.5 6; }
.lure__string { stroke: var(--yarn); stroke-width: 3; stroke-linecap: round; }
.lure__ring { fill: none; stroke: var(--yarn); stroke-width: 9; }
.lure__twist { fill: none; stroke: rgba(80, 55, 15, .45); stroke-width: 9; stroke-dasharray: 1.5 4.5; }
.no-js .line { display: none; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: var(--ink);
}
.hero__copy {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: center;
  padding: 120px var(--gutter) 96px;
}
.hero__logo {
  margin: 1.4rem 0 2rem;
  font: 700 clamp(3.6rem, 9.2vw, 9.4rem)/.86 var(--sans);
  letter-spacing: -.055em;
  color: #fff;
}
.hero__word { display: block; overflow: hidden; padding-bottom: .06em; }
.hero__word > span { display: inline-block; }
.hero__word i { font-style: normal; color: var(--accent); }
.hero__title {
  max-width: 30ch;
  font: 400 clamp(1.35rem, 2.3vw, 2.05rem)/1.25 var(--serif);
  letter-spacing: -.01em;
  text-wrap: balance;
}
.hero__title em { font-style: normal; color: var(--accent); }
.hero__lead { max-width: 46ch; margin-top: 1.4rem; color: var(--muted-light); }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }

.hero__art {
  position: relative; z-index: 2;
  overflow: hidden;
  min-height: 100%;
}
.hero__art img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 30% 50%;
  transform-origin: 60% 40%;
}
.hero__art::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 10, 9, .72) 0, rgba(11, 10, 9, 0) 120px),
    linear-gradient(90deg, var(--ink) 0, rgba(11, 10, 9, 0) 18%);
  pointer-events: none;
}
.hero__scroll {
  position: absolute; left: var(--gutter); bottom: 28px; z-index: 3;
  width: 26px; height: 42px; border-radius: 999px;
  box-shadow: inset 0 0 0 1.5px var(--line-light);
}
.hero__scroll span {
  position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px;
  border-radius: 2px; background: var(--accent);
  animation: nudge 1.8s var(--ease) infinite;
}
@keyframes nudge { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(14px); opacity: 0; } }

/* intro animation */
.js .hero__word > span { transform: translateY(105%); }
.js.ready .hero__word > span { transform: none; transition: transform 1.1s var(--ease); }
.js.ready .hero__word:nth-child(2) > span { transition-delay: .14s; }
.js .hero__art img { transform: scale(1.12); opacity: 0; }
.js.ready .hero__art img { transform: scale(1); opacity: 1; transition: transform 2.2s var(--ease), opacity 1.2s ease; }

/* ---------- band ---------- */
.band {
  position: relative; z-index: 2;
  overflow: hidden;
  background: var(--sea-2);
  color: var(--cream);
  border-block: 1px solid rgba(244, 237, 224, .12);
}
.band__track {
  display: flex; width: max-content;
  animation: marquee 48s linear infinite;
}
.band__track span {
  padding: 1.05rem 1.6rem;
  font: 600 clamp(1rem, 1.6vw, 1.3rem)/1 var(--sans);
  letter-spacing: -.01em;
  white-space: nowrap;
}
.band__track span::after { content: "○"; margin-left: 3.2rem; color: var(--accent); font-weight: 600; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- principle ---------- */
.principle, .audience, .process {
  position: relative;
  background-color: var(--cream);
  background-image: repeating-linear-gradient(0deg, rgba(29, 26, 22, .022) 0 2px, transparent 2px 6px);
  color: var(--text-dark);
  padding: clamp(5rem, 11vw, 10rem) var(--gutter);
}
.principle__grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem);
}
.phase { position: relative; z-index: 2; }
.phase--convert { margin-top: clamp(0rem, 12vw, 11rem); }
.phase__art {
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 4 / 4.4;
  box-shadow: 0 30px 60px -30px rgba(29, 26, 22, .45);
}
.phase__art img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.phase:hover .phase__art img { transform: scale(1.05); }
.phase__body { padding-top: 1.6rem; }
.phase__word {
  font: 700 clamp(3.2rem, 7.4vw, 6.6rem)/.9 var(--sans);
  letter-spacing: -.055em;
}
.phase--catch .phase__word { color: var(--sea-2); }
.phase--convert .phase__word { color: var(--frog); }
.phase h3 { margin: 1rem 0 .6rem; font: 600 1.35rem/1.3 var(--sans); letter-spacing: -.015em; }
.phase p:not(.phase__word) { color: var(--muted-dark); max-width: 48ch; }

.quote {
  position: relative; z-index: 2;
  max-width: 1080px; margin: clamp(5rem, 10vw, 9rem) auto 0;
  text-align: center;
}
.quote p {
  font: 400 clamp(2rem, 4.8vw, 4.3rem)/1.08 var(--serif);
  letter-spacing: -.025em;
  text-wrap: balance;
}
.quote p span { color: var(--accent-deep); }
.quote footer { max-width: 52ch; margin: 1.8rem auto 0; color: var(--muted-dark); }

/* ---------- services ---------- */
.services {
  position: relative;
  background: radial-gradient(120% 80% at 85% 0%, var(--sea-2) 0%, var(--sea) 55%, #081e2c 100%);
  padding: clamp(5rem, 11vw, 10rem) var(--gutter);
}
.svc { max-width: var(--max); margin: 0 auto; counter-reset: svc; }
.svc__item {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 6rem minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 1.2rem 3rem;
  padding: clamp(1.8rem, 3.4vw, 2.8rem) 1.2rem;
  border-top: 1px solid var(--line-light);
  isolation: isolate;
}
.svc__item:last-child { border-bottom: 1px solid var(--line-light); }
.svc__item::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(94, 196, 201, .14), rgba(94, 196, 201, 0) 80%);
  transform: scaleX(0); transform-origin: left;
  transition: transform .7s var(--ease);
}
.svc__item:hover::before { transform: scaleX(1); }
.svc__num {
  font: 400 clamp(1.4rem, 2.2vw, 2rem)/1.1 var(--serif);
  color: var(--accent);
  transition: transform .5s var(--ease);
}
.svc__item:hover .svc__num { transform: translateX(8px); }
.svc__main h3 {
  font: 700 clamp(1.6rem, 3vw, 2.6rem)/1.05 var(--sans);
  letter-spacing: -.035em;
}
.svc__main p { margin-top: .8rem; color: var(--muted-light); max-width: 46ch; }
.svc__list { align-self: center; display: grid; gap: .55rem; }
.svc__list li { position: relative; padding-left: 1.6rem; color: var(--cream); }
.svc__list li::before {
  content: ""; position: absolute; left: 0; top: .52em;
  width: 10px; height: 10px; border-radius: 50%;
  border: 2.5px solid var(--accent);
}

/* ---------- audience ---------- */
.audience { padding-bottom: clamp(3rem, 6vw, 5rem); }
.audience__grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.4vw, 2rem);
}
.who {
  position: relative; z-index: 2;
  padding: clamp(1.8rem, 3vw, 2.6rem);
  background: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  transition: transform .6s var(--ease), box-shadow .6s var(--ease);
}
.who:hover { transform: translateY(-6px); box-shadow: 0 30px 50px -30px rgba(29, 26, 22, .35); }
.who::before {
  content: ""; display: block; width: 44px; height: 44px; margin-bottom: 2.4rem;
  border-radius: 50%; border: 7px solid var(--sea-2);
}
.who:nth-child(2)::before { border-color: var(--accent); }
.who:nth-child(3)::before { border-color: var(--frog); }
.who h3 { font: 700 1.7rem/1.1 var(--sans); letter-spacing: -.03em; }
.who p { margin-top: .8rem; color: var(--muted-dark); }

/* ---------- process ---------- */
.process { background-color: var(--cream-2); padding-top: clamp(5rem, 9vw, 8rem); }
.steps {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.4rem, 3vw, 2.6rem);
}
.step { position: relative; z-index: 2; padding-top: .4rem; }
.step__num {
  display: grid; place-items: center;
  width: 64px; height: 64px; margin-bottom: 1.4rem;
  border-radius: 50%;
  border: 7px solid var(--accent);
  background: var(--cream-2);
  font: 600 1.35rem/1 var(--serif);
  color: var(--text-dark);
}
.step h3 { font: 600 1.3rem/1.25 var(--sans); letter-spacing: -.02em; }
.step p { margin-top: .6rem; color: var(--muted-dark); }

/* ---------- contact ---------- */
.contact {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(2.5rem, 7vw, 7rem);
  padding: clamp(5rem, 11vw, 10rem) var(--gutter);
  max-width: calc(var(--max) + 2 * var(--gutter)); margin: 0 auto;
}
.contact__intro { position: relative; z-index: 2; }
.contact h2 {
  margin: 1rem 0 1.4rem;
  font: 700 clamp(3rem, 8vw, 7.4rem)/.9 var(--sans);
  letter-spacing: -.055em;
}
.contact h2 em { font: 400 1em/1 var(--serif); font-style: normal; color: var(--accent); letter-spacing: -.04em; }
.contact__intro > p:not(.eyebrow) { color: var(--muted-light); max-width: 40ch; }
.card {
  position: relative; z-index: 2;
  display: grid; gap: .25rem;
  margin-top: 2.6rem; padding: 1.6rem 1.8rem;
  max-width: 400px;
  border-radius: 20px;
  background: var(--ink-2);
  box-shadow: inset 0 0 0 1px var(--line-light);
}
.card__name { font: 400 1.25rem/1.3 var(--serif); margin-bottom: .35rem; }
.card a { text-decoration: none; color: var(--muted-light); transition: color .2s; }
.card a:hover { color: var(--accent); }

.form {
  position: relative; z-index: 2;
  display: grid; gap: 1.1rem; align-content: start;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  border-radius: var(--radius);
  background: var(--ink-2);
  box-shadow: inset 0 0 0 1px var(--line-light), 0 40px 80px -40px rgba(0, 0, 0, .8);
}
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__who { border: 0; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.form__who legend { width: 100%; margin-bottom: .6rem; font-size: .9rem; color: var(--muted-light); }
.form__who label { position: relative; cursor: pointer; }
.form__who input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.form__who span {
  display: inline-block; padding: .55rem 1.05rem; border-radius: 999px;
  box-shadow: inset 0 0 0 1.5px var(--line-light);
  font-size: .95rem; transition: background-color .2s, color .2s, box-shadow .2s;
}
.form__who input:checked + span { background: var(--cream); color: var(--ink); box-shadow: none; }
.form__who input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: grid; gap: .45rem; }
.field > span { font-size: .9rem; color: var(--muted-light); }
.field b { color: var(--accent); font-weight: 600; }
.field input, .field textarea {
  width: 100%;
  padding: .9rem 1rem;
  border: 0; border-radius: 14px;
  background: var(--ink-3);
  box-shadow: inset 0 0 0 1.5px transparent;
  color: var(--cream);
  font: 400 1rem/1.4 var(--sans);
  transition: box-shadow .2s, background-color .2s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:hover, .field textarea:hover { background: #2a2622; }
.field input:focus, .field textarea:focus { outline: none; box-shadow: inset 0 0 0 1.5px var(--accent); }
.field__err { display: none; color: #ff9a7a; font-size: .85rem; }
.field[data-invalid] input { box-shadow: inset 0 0 0 1.5px #ff9a7a; }
.field[data-invalid] .field__err { display: block; }
.form__note { font-size: .85rem; color: var(--muted-light); }
.form__note a { color: var(--cream); }
.form .btn { justify-self: start; }
.form__status { min-height: 1.4em; font-size: .92rem; color: #ff9a7a; }
.form[data-busy] .btn { opacity: .7; pointer-events: none; }

.form-done {
  position: relative; z-index: 2;
  align-self: center;
  padding: clamp(2rem, 4vw, 3.4rem);
  border-radius: var(--radius);
  background: var(--accent); color: var(--ink);
}
.form-done:focus { outline: none; }
.form-done__big { font: 700 clamp(3rem, 7vw, 5.6rem)/.9 var(--sans); letter-spacing: -.055em; margin-bottom: 1rem; }

/* ---------- footer ---------- */
.foot {
  position: relative; z-index: 2;
  display: grid; gap: .3rem; justify-items: center; text-align: center;
  padding: 3.2rem var(--gutter) max(3.2rem, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line-light);
  color: var(--muted-light); font-size: .92rem;
}
.foot a { text-decoration: none; }
.foot a:hover { color: var(--accent); }
.foot__brand { font: 700 1.4rem/1.2 var(--sans); letter-spacing: -.03em; color: var(--cream); }
.foot__small { margin-top: .8rem; font-size: .82rem; }

/* ---------- legal page ---------- */
.legal { max-width: 760px; margin: 0 auto; padding: 140px var(--gutter) 6rem; }
.legal h1 { font: 700 clamp(2.2rem, 5vw, 3.6rem)/1.05 var(--sans); letter-spacing: -.04em; margin-bottom: 2rem; }
.legal h2 { font: 600 1.25rem/1.3 var(--sans); margin: 2.4rem 0 .6rem; }
.legal p, .legal li { color: var(--muted-light); }
.legal ul { list-style: disc; padding-left: 1.3rem; display: grid; gap: .3rem; }
.legal a { color: var(--cream); }

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }

/* scroll-driven parallax where supported */
@supports (animation-timeline: view()) {
  .phase__art img { animation: drift linear both; animation-timeline: view(); }
  @keyframes drift { from { transform: scale(1.14) translateY(-4%); } to { transform: scale(1.14) translateY(4%); } }
  .phase:hover .phase__art img { transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .nav__links { display: none; }
  .hero { grid-template-columns: 1fr; }
  /* Phones: shorter art, copy pulled up over its faded bottom so the claim,
     lead and CTAs all land in the first screen. */
  .hero { min-height: 0; }
  .hero__copy { order: 2; margin-top: -84px; padding-top: 0; padding-bottom: 44px; }
  .hero__art { order: 1; height: 46svh; min-height: 300px; max-height: 480px; }
  .hero__art::after {
    background:
      linear-gradient(180deg, rgba(11, 10, 9, .7) 0, rgba(11, 10, 9, 0) 90px),
      linear-gradient(0deg, var(--ink) 0, rgba(11, 10, 9, .85) 18%, rgba(11, 10, 9, 0) 48%);
  }
  .hero__logo { margin: .7rem 0 1.1rem; font-size: clamp(2.9rem, 13.5vw, 4.4rem); }
  .hero__title { font-size: clamp(1.6rem, 6.9vw, 2.2rem); line-height: 1.16; }
  .hero__lead { margin-top: 1rem; }
  .hero__cta { margin-top: 1.6rem; }
  .hero__art img { object-position: 50% 40%; }
  .hero__scroll { display: none; }
  .principle__grid { grid-template-columns: 1fr; }
  .phase--convert { margin-top: 0; }
  .svc__item { grid-template-columns: 3.2rem minmax(0, 1fr); padding-inline: .4rem; }
  .svc__list { grid-column: 2; }
  .audience__grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 1rem; }
  .nav { gap: 1rem; }
  .nav__brand { font-size: .95rem; }
  .nav .btn--small { padding: .55rem .95rem; font-size: .85rem; }
  .hero__cta { gap: .6rem; }
  .hero__cta .btn { flex: 1 1 0; min-width: 0; padding-inline: .9rem; font-size: .95rem; }
  .hero__lead { font-size: .97rem; line-height: 1.6; }
  .steps { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .form .btn { justify-self: stretch; }
}

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