:root {
  --ink: #1d1b1a;
  --muted: #6f6964;
  --paper: #fbf7f2;
  --paper-2: #f3ece6;
  --white: #ffffff;
  --blue: #58758a;
  --blue-deep: #314d61;
  --rose: #d8bcbc;
  --rose-deep: #9f6667;
  --lilac: #d5cdef;
  --aqua: #cce4e6;
  --line: rgba(29, 27, 26, 0.14);
  --shadow: 0 24px 80px rgba(44, 35, 31, 0.1);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; }
.section-tight { padding: 76px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-blue { background: var(--blue-deep); color: var(--white); }
.section-soft { background: var(--paper-2); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}
.section-dark .eyebrow,
.section-blue .eyebrow { color: var(--aqua); }

h1, h2, h3, h4 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(3.2rem, 7vw, 7rem); }
h2 { font-size: clamp(2.6rem, 5.2vw, 5rem); }
h3 { font-size: clamp(1.6rem, 2.6vw, 2.5rem); }
h4 { font-size: 1.3rem; }
p { margin: 0; }
.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.65;
}
.section-dark .lead,
.section-blue .lead { color: rgba(255,255,255,0.73); }
.prose { max-width: 750px; color: var(--muted); font-size: 1.05rem; }
.prose p + p { margin-top: 18px; }

.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 700;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--white); }
.section-dark .btn-ghost,
.section-blue .btn-ghost { color: var(--white); border-color: rgba(255,255,255,0.5); }
.section-dark .btn-ghost:hover,
.section-blue .btn-ghost:hover { background: var(--white); color: var(--ink); }
.btn-small { min-height: 42px; padding: 0 17px; font-size: 0.86rem; }
.arrow { font-size: 1.15em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(251, 247, 242, 0.88);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 35px rgba(29,27,26,.05); }
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 132px; height: auto; }
.brand small {
  color: var(--muted);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2;
}
.nav { display: flex; align-items: center; gap: 27px; }
.nav a:not(.btn) {
  color: #3c3835;
  font-size: .9rem;
  font-weight: 650;
}
.nav a:not(.btn):hover,
.nav a[aria-current="page"] { color: var(--blue-deep); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: auto;
  background: var(--ink);
  position: relative;
  transition: .2s ease;
}
.menu-toggle span::before,
.menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

.hero { padding: 52px 0 84px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(380px, .75fr);
  gap: 58px;
  align-items: center;
}
.hero h1 { max-width: 900px; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy .lead { margin-top: 27px; max-width: 690px; }
.hero-note {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 38px;
  color: var(--muted);
  font-size: .86rem;
}
.hero-note::before { content: ""; width: 48px; height: 1px; background: var(--rose-deep); }
.hero-visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--rose);
  box-shadow: var(--shadow);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(29,27,26,.54));
}
.hero-card {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  padding: 22px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 22px;
  background: rgba(28,25,24,.36);
  backdrop-filter: blur(16px);
}
.hero-card strong { font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.1; }
.hero-card span { color: rgba(255,255,255,.75); font-size: .82rem; }

.proof-strip {
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.45);
}
.proof-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.proof-item { padding: 27px 26px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.proof-item span { color: var(--muted); font-size: .82rem; }

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}
.split-reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.split-media {
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.split-media img { width: 100%; height: 100%; object-fit: cover; }

.question-list { margin-top: 42px; border-top: 1px solid var(--line); }
.question {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
}
.question .num { color: var(--rose-deep); font-family: Inter, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }

.quote-band {
  padding: 52px;
  border-radius: var(--radius-lg);
  background: var(--blue-deep);
  color: var(--white);
}
.quote-band blockquote {
  max-width: 970px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.quote-band footer { margin-top: 22px; color: rgba(255,255,255,.64); }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 48px;
}
.section-heading h2 { max-width: 760px; }
.section-heading .lead { max-width: 470px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.52);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(49,77,97,.35); }
.card .card-num { color: var(--rose-deep); font-size: .75rem; font-weight: 800; letter-spacing: .13em; }
.card h3 { margin-top: 55px; font-size: 2rem; }
.card p { margin-top: 14px; color: var(--muted); }
.card .text-link { display: inline-flex; margin-top: 25px; color: var(--blue-deep); font-weight: 750; font-size: .88rem; }
.card.rose { background: #f3e4e1; }
.card.lilac { background: #e9e5f5; }
.card.aqua { background: #e2f0f0; }

.risk-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  gap: 12px;
  overflow-x: auto;
  padding: 3px 2px 14px;
  scrollbar-width: thin;
}
.risk-card {
  min-width: 156px;
  min-height: 260px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 20px;
  background: rgba(255,255,255,.06);
}
.risk-card .risk-index { color: var(--aqua); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.risk-card h3 { font-size: 1.20rem; }
.risk-card p { color: rgba(255,255,255,.64); font-size: .9rem; }

.authority-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}
.authority-image {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  background: var(--white);
}
.authority-image img { width: 100%; }
.name-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 35px; }
.name-pill {
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #49433f;
  font-size: .88rem;
  background: rgba(255,255,255,.48);
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 46px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.logo-cell {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: Georgia, serif;
  font-size: 1.08rem;
  text-align: center;
  
}

.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}
.case-image { aspect-ratio: 16/9; overflow: hidden; background: var(--paper-2); }
.case-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.case-card:hover .case-image img { transform: scale(1.025); }
.case-body { padding: 28px; }
.case-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.tag {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--paper-2);
  color: var(--muted);
  font-size: .72rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.case-body h3 { font-size: 2.15rem; }
.case-body p { margin-top: 14px; color: var(--muted); }
.case-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.case-point { padding-top: 14px; border-top: 1px solid var(--line); }
.case-point strong { display: block; font-family: Georgia, serif; font-size: 1.3rem; }
.case-point span { color: var(--muted); font-size: .78rem; }

.creator-wrap {
  display: grid;
  grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr);
  gap: 70px;
  align-items: center;
}
.creator-reel {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 11px;
}
.creator-reel img {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  border-radius: 17px;
  box-shadow: 0 12px 35px rgba(29,27,26,.1);
}
.creator-reel img:nth-child(2), .creator-reel img:nth-child(4) { transform: translateY(34px); }

.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process-step { padding: 25px 22px 30px 0; border-bottom: 1px solid var(--line); }
.process-step + .process-step { padding-left: 22px; border-left: 1px solid var(--line); }
.process-step span { color: var(--rose-deep); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.process-step h3 { margin-top: 38px; font-size: 1.7rem; }
.process-step p { margin-top: 10px; color: var(--muted); font-size: .9rem; }

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 76px;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--white);
}
.cta-panel::before,
.cta-panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
}
.cta-panel::before { width: 340px; height: 340px; right: -90px; top: -180px; background: rgba(213,205,239,.25); }
.cta-panel::after { width: 250px; height: 250px; right: 140px; bottom: -160px; background: rgba(204,228,230,.19); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 850px; }
.cta-panel .lead { margin-top: 20px; }

.page-hero { padding: 80px 0 90px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.75fr); gap: 70px; align-items: end; }
.page-hero h1 { font-size: clamp(3.6rem, 7vw, 6.8rem); }
.page-hero .lead { margin-top: 24px; }
.page-hero-card { padding: 27px; border-radius: var(--radius-md); background: var(--paper-2); border: 1px solid var(--line); }
.page-hero-card strong { display: block; font-family: Georgia, serif; font-size: 1.8rem; }
.page-hero-card p { margin-top: 10px; color: var(--muted); }

.service-block { padding: 42px 0; border-top: 1px solid var(--line); }
.service-block-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px; }
.service-block h2 { font-size: clamp(2.3rem,4vw,4rem); }
.service-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-column { padding: 23px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.service-column h3 { font-size: 1.45rem; }
.service-column ul { margin: 18px 0 0; padding: 0; list-style: none; color: var(--muted); }
.service-column li + li { margin-top: 8px; }

.model-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.model-card { min-height: 320px; padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--line); background: var(--white); }
.model-card h3 { margin-top: 50px; font-size: 2rem; }
.model-card p { margin-top: 14px; color: var(--muted); }
.model-card .best-for { display: block; margin-top: 24px; color: var(--blue-deep); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }

.manifesto-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.manifesto-card { min-height: 300px; padding: 34px; border-radius: var(--radius-md); background: var(--white); border: 1px solid var(--line); }
.manifesto-card h3 { font-size: 2.2rem; }
.manifesto-card p { margin-top: 20px; color: var(--muted); font-size: 1.03rem; }

.timeline { margin-top: 45px; }
.timeline-item { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 25px 0; border-top: 1px solid var(--line); }
.timeline-item time { color: var(--blue-deep); font-weight: 800; }
.timeline-item h3 { font-size: 1.65rem; }
.timeline-item p { margin-top: 8px; color: var(--muted); }

.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.article-card { padding: 28px; min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.article-card .article-label { color: var(--rose-deep); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.article-card h3 { margin-top: 55px; font-size: 2rem; }
.article-card p { margin-top: 14px; color: var(--muted); }
.article-card a { display: inline-flex; margin-top: 23px; color: var(--blue-deep); font-weight: 750; font-size: .88rem; }

.form-layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: 65px; align-items: start; }
.form-card { padding: 36px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: .83rem; font-weight: 750; }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 51px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(88,117,138,.11); }
.form-note { margin-top: 14px; color: var(--muted); font-size: .78rem; }
.form-status { margin-top: 16px; font-weight: 700; color: var(--blue-deep); }
.audit-list { margin-top: 34px; border-top: 1px solid var(--line); }
.audit-list div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.audit-list span { color: var(--muted); }
.audit-list strong { font-size: .9rem; }

.contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.contact-card { min-height: 190px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.5); }
.contact-card h3 { margin-top: 36px; font-size: 1.65rem; }
.contact-card p { margin-top: 10px; color: var(--muted); }

.site-footer { padding: 76px 0 28px; background: #171514; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,.65fr); gap: 45px; padding-bottom: 56px; }
.footer-brand img { width: 145px;}
.footer-brand p { max-width: 380px; margin-top: 20px; }
.footer-col h4 { font-family: Inter,sans-serif; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer-col a { display: block; margin-top: 12px; color: rgba(255,255,255,.65); font-size: .88rem; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 1050px) {
  .nav { gap: 18px; }
  .nav a:not(.btn) { font-size: .84rem; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr 390px; gap: 38px; }
  .hero-visual { min-height: 580px; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .logo-wall { grid-template-columns: repeat(4,1fr); }
  .model-grid { grid-template-columns: repeat(2,1fr); }
  .creator-wrap { grid-template-columns: 1fr; gap: 45px; }
  .service-block-grid { grid-template-columns: 1fr; gap: 30px; }
  .service-columns { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 850px) {
  :root { --container: min(100% - 30px, 720px); }
  .section { padding: 80px 0; }
  .header-inner { min-height: 72px; }
  .brand small { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav {
    position: fixed;
    inset: 72px 0 auto;
    max-height: 0;
    overflow: hidden;
    display: grid;
    gap: 0;
    padding: 0 20px;
    background: var(--paper);
    border-bottom: 1px solid transparent;
    transition: max-height .28s ease, padding .28s ease, border-color .28s ease;
  }
  .nav.open { max-height: 520px; padding: 18px 20px 24px; border-color: var(--line); }
  .nav a:not(.btn) { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav .btn { margin-top: 14px; width: 100%; }
  .hero { padding-top: 35px; }
  .hero-grid, .page-hero-grid, .split, .split-reverse, .authority-grid, .form-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .proof-strip-grid { grid-template-columns: repeat(2,1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { display: block; }
  .section-heading .lead { margin-top: 20px; }
  .split-media { min-height: 430px; }
  .case-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-step { border-left: 0 !important; padding-left: 0 !important; }
  .process-step:nth-child(even) { padding-left: 22px !important; border-left: 1px solid var(--line) !important; }
  .process-step:last-child { grid-column: 1/-1; }
  .service-columns { grid-template-columns: 1fr; }
  .manifesto-grid, .article-grid { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  :root { --container: min(100% - 24px, 540px); --radius-lg: 24px; --radius-md: 18px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
  .hero-visual { min-height: 500px; }
  .hero-card { grid-template-columns: 1fr; }
  .proof-strip-grid, .card-grid, .model-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .quote-band { padding: 36px 25px; }
  .logo-wall { grid-template-columns: repeat(2,1fr); }
  .case-points { grid-template-columns: 1fr; }
  .creator-reel { grid-template-columns: repeat(3,1fr); }
  .creator-reel img:nth-child(2), .creator-reel img:nth-child(4) { transform: none; }
  .creator-reel img:nth-child(n+4) { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:nth-child(even) { padding: 24px 0 !important; border-left: 0 !important; }
  .cta-panel { padding: 44px 25px; }
  .page-hero { padding: 55px 0 70px; }
  .form-card { padding: 24px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}
