@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800&family=Inter:wght@400;500;600;700&family=Sacramento&display=swap");

:root {
  --bg: #fbfaf7;
  --paper: #ffffff;
  --paper-2: #f3f7f6;
  --ink: #142321;
  --muted: #5e6b68;
  --line: #dfe7e4;
  --teal: #0f766e;
  --teal-dark: #115e59;
  --teal-soft: #dff4ef;
  --orange: #b45309;
  --orange-soft: #fff4df;
  --shadow: 0 18px 44px rgba(20, 35, 33, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
}

main,
section,
.wrap,
.hero-grid,
.grid-2,
.grid-3,
.metric-row,
.footer-grid {
  max-width: 100%;
}

h1, h2, h3, p, li, span, a, blockquote {
  overflow-wrap: break-word;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.brand-personal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-photo {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}

.brand-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-signature {
  font-family: "Sacramento", cursive;
  font-size: 1.75rem;
  color: var(--teal-dark);
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.92rem;
  color: var(--muted);
}

.nav-links a:hover { color: var(--teal); }

.nav-toggle {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.nav-menu-button {
  display: none;
}

.nav-cta,
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 3px;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  line-height: 1.15;
  box-shadow: 0 10px 20px rgba(20, 35, 33, 0.08);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.nav-cta::after,
.btn::after {
  content: "→";
  font-size: 1.08em;
  line-height: 1;
  transform: translateY(-1px);
}

.nav-cta,
.btn-primary {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}

.btn-secondary {
  background: var(--paper);
  color: var(--teal-dark);
  border-color: rgba(15, 118, 110, 0.35);
}

.btn-warm {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(20, 35, 33, 0.12);
}

.hero {
  padding: 84px 0 58px;
}

.hero-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 56px;
  align-items: center;
}

.csos-hero .wrap {
  width: min(2240px, calc(100vw - 160px));
}

.csos-hero .hero-grid {
  grid-template-columns: minmax(620px, 760px) minmax(470px, 560px);
  justify-content: space-between;
  gap: clamp(96px, 9vw, 190px);
}

.csos-proof-panel {
  justify-self: end;
  width: min(560px, 100%);
}

h1, h2, h3, .display {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.7rem, 6vw, 5rem);
  font-weight: 950;
}

.csos-headline {
  max-width: 900px;
}

.csos-headline > span {
  display: block;
}

.csos-headline > span:first-child {
  font-size: clamp(2.15rem, 4.35vw, 4.15rem);
}

.rotating-slot {
  height: 1.08em;
  overflow: hidden;
  color: var(--teal);
  font-size: clamp(1.85rem, 2.85vw, 2.65rem);
}

.rotating-stack {
  display: block;
  animation: csos-line-slide 8s cubic-bezier(0.77, 0, 0.18, 1) infinite;
}

.rotating-stack span {
  display: block;
  height: 1.08em;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--teal), #14b8a6 52%, var(--teal-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@keyframes csos-line-slide {
  0%, 19% { transform: translateY(0); }
  27%, 46% { transform: translateY(-1.08em); }
  54%, 73% { transform: translateY(-2.16em); }
  81%, 100% { transform: translateY(-3.24em); }
}

@media (prefers-reduced-motion: reduce) {
  .rotating-stack { animation: none; }
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  font-weight: 800;
}

h3 {
  font-size: 1.35rem;
  font-weight: 800;
}

.lede {
  max-width: 720px;
  margin-top: 22px;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  color: var(--muted);
}

.csos-lede {
  max-width: 650px;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
}

.hero-visual {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: 22px;
}

.signal-board {
  display: grid;
  gap: 12px;
}

.signal-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--bg);
}

.signal-card strong {
  display: block;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.15;
}

.signal-card span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.proof-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.proof-tile {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(255, 255, 255, 0) 52%),
    var(--bg);
}

.proof-tile-large {
  grid-column: span 2;
  min-height: 150px;
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(15, 118, 110, 0.12), var(--paper));
}

.proof-tile:last-child {
  grid-column: span 2;
}

.proof-tile strong {
  display: block;
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 0.95;
}

.proof-tile span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.testimonial-strip {
  max-width: 100%;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: testimonial-move 40s linear infinite;
}

.testimonial-strip:hover .testimonial-track {
  animation-play-state: paused;
}

.mini-testimonial {
  width: 252px;
  min-height: 120px;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
  box-shadow: 0 10px 24px rgba(20, 35, 33, 0.07);
}

.mini-testimonial p {
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.34;
}

.mini-testimonial span {
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.star-row {
  color: #d4a017;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@keyframes testimonial-move {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 7px)); }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-track { animation: none; }
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cta-row .btn { min-width: 210px; }

.section {
  padding: 74px 0;
  border-top: 1px solid var(--line);
}

.section-alt { background: var(--paper-2); }

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 32px;
}

.section-head p {
  max-width: 500px;
  color: var(--muted);
}

.logo-strip {
  max-width: 100%;
  padding: 20px 0;
  border-top: 0;
  border-bottom: 0;
  background: #050706;
  overflow: hidden;
}

.logo-label {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 42px;
  width: max-content;
  animation: strip-move 34s linear infinite;
}

.logo-strip:hover .logo-track { animation-play-state: paused; }

.logo-mark {
  min-width: 230px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

.logo-mark img {
  width: auto;
  max-width: 220px;
  max-height: 34px;
  object-fit: contain;
}

@keyframes strip-move {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track { animation: none; }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.work-card,
.case-card,
.quote-card,
.note-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px;
}

.work-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.work-card:hover {
  border-color: rgba(15, 118, 110, 0.55);
  box-shadow: var(--shadow);
}

.card-kicker {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bullet-list {
  padding-left: 18px;
  margin: 0;
  color: var(--muted);
}

.bullet-list li { margin: 7px 0; }

.bullet-panel {
  align-self: start;
}

.sharp-bullets {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sharp-bullets li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.58;
}

.sharp-bullets li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(15, 118, 110, 0.1);
}

.sharp-bullets strong {
  color: var(--ink);
}

.cycle-map {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: stretch;
}

.cycle-node {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 34px rgba(20, 35, 33, 0.07);
}

.cycle-node span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 800;
}

.cycle-node strong {
  display: block;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 1.18rem;
  line-height: 1.1;
}

.cycle-node p {
  color: var(--muted);
}

.cycle-arrow {
  align-self: center;
  color: var(--teal);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.cycle-loop {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 10px;
  background:
    radial-gradient(circle at center, rgba(15, 118, 110, 0.12), transparent 28%),
    var(--paper);
  overflow: hidden;
}

.cycle-loop::before {
  content: "";
  position: absolute;
  inset: 82px 170px;
  border: 4px solid rgba(15, 118, 110, 0.18);
  border-radius: 50%;
}

.cycle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  padding: 22px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 22px 44px rgba(15, 118, 110, 0.2);
}

.loop-node {
  position: absolute;
  width: 210px;
  min-height: 112px;
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.24);
  border-radius: 8px;
  background: var(--paper-2);
  box-shadow: 0 14px 30px rgba(20, 35, 33, 0.09);
}

.loop-node span {
  color: var(--teal);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
}

.loop-node strong {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.05;
}

.loop-node-1 { top: 42px; left: 50%; transform: translateX(-50%); }
.loop-node-2 { top: 50%; right: 54px; transform: translateY(-50%); }
.loop-node-3 { bottom: 42px; left: 50%; transform: translateX(-50%); }
.loop-node-4 { top: 50%; left: 54px; transform: translateY(-50%); }

.loop-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
}

.loop-arrow-1 { top: 112px; right: 28%; transform: rotate(45deg); }
.loop-arrow-2 { right: 24%; bottom: 112px; transform: rotate(135deg); }
.loop-arrow-3 { bottom: 112px; left: 28%; transform: rotate(225deg); }
.loop-arrow-4 { top: 112px; left: 28%; transform: rotate(315deg); }

.vertical-proof-list {
  display: grid;
  gap: 14px;
}

.numbered-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.numbered-row > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 800;
}

.numbered-row p {
  margin-top: 8px;
  color: var(--muted);
}

.single-criteria-card,
.faq-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 24px;
}

.single-criteria-card {
  max-width: 820px;
}

.alternating-list {
  display: grid;
  gap: 16px;
}

.alternating-list.compact {
  gap: 14px;
}

.seamless-list {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
}

.alternating-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 18px;
  align-items: stretch;
  padding: 22px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
}

.alternating-row:last-child {
  border-bottom: 0;
}

.alternating-row.reverse > div:first-child {
  order: 2;
}

.alternating-row h3 {
  margin-top: 8px;
}

.alternating-row p {
  margin-top: 10px;
  color: var(--muted);
}

.mini-creative {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid rgba(15, 118, 110, 0.22);
  background:
    radial-gradient(circle at 78% 18%, rgba(20, 184, 166, 0.22), transparent 30%),
    linear-gradient(135deg, var(--teal-soft), var(--paper));
  box-shadow: 0 14px 32px rgba(20, 35, 33, 0.08);
  overflow: hidden;
}

.mini-creative span {
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mini-creative strong {
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.asset-card {
  position: relative;
  min-height: 210px;
  align-content: start;
  gap: 12px;
  padding: 22px;
  isolation: isolate;
  background:
    radial-gradient(circle at 84% 18%, rgba(20, 184, 166, 0.22), transparent 28%),
    linear-gradient(135deg, #ffffff, #eefdf9);
}

.asset-card::before,
.asset-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.asset-card::before {
  width: 82px;
  height: 82px;
  right: 18px;
  top: 20px;
  border-radius: 22px;
  background: rgba(15, 118, 110, 0.12);
  transform: rotate(8deg);
}

.asset-card::after {
  width: 118px;
  height: 118px;
  right: -38px;
  bottom: -42px;
  border-radius: 50%;
  background: rgba(244, 114, 182, 0.12);
}

.asset-card .asset-label,
.asset-card span.asset-label {
  width: fit-content;
  padding: 6px 8px;
  border-radius: 3px;
  background: rgba(15, 118, 110, 0.12);
  color: var(--teal-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.asset-card strong {
  max-width: 88%;
  color: var(--ink);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
}

.asset-card em,
.asset-card i,
.asset-card b {
  font-style: normal;
}

.asset-card em {
  width: fit-content;
  padding: 7px 9px;
  border-radius: 3px;
  background: var(--ink);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
}

.audit-card {
  background:
    radial-gradient(circle at 86% 20%, rgba(20, 184, 166, 0.2), transparent 28%),
    linear-gradient(135deg, #ffffff, #eefdf9);
}

.voc-card {
  background:
    radial-gradient(circle at 20% 82%, rgba(59, 130, 246, 0.14), transparent 30%),
    linear-gradient(135deg, #f7fffc, #e8faf7);
}

.diagnosis-card {
  background:
    radial-gradient(circle at 90% 78%, rgba(185, 28, 28, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff, #f2fbf8);
}

.roadmap-card,
.storyboard-card,
.variants-ad,
.compare-ad {
  background:
    radial-gradient(circle at 88% 18%, rgba(245, 158, 11, 0.12), transparent 28%),
    linear-gradient(135deg, #fffdf7, #effdf9);
}

.testing-card,
.review-card,
.log-card,
.demo-ad {
  background:
    radial-gradient(circle at 82% 20%, rgba(59, 130, 246, 0.13), transparent 28%),
    linear-gradient(135deg, #f8fbff, #ecfdf9);
}

.ugc-ad .asset-label,
.founder-ad .asset-label,
.static-ad .asset-label,
.testimonial-ad .asset-label,
.offer-ad .asset-label {
  background: rgba(255, 255, 255, 0.2);
  color: #ecfdf5;
}

.bar-set,
.quote-stack,
.lane-grid,
.ad-strip,
.frame-row,
.review-tags,
.log-lines,
.phone-frame,
.product-lockup,
.demo-steps,
.variant-grid,
.compare-grid {
  display: grid;
  gap: 8px;
}

.bar-set span {
  width: var(--w);
  height: 15px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.28);
}

.bar-set .bad {
  background: rgba(185, 28, 28, 0.22);
}

.quote-stack {
  grid-template-columns: 1fr 1fr;
}

.quote-stack b,
.lane-grid b,
.ad-strip b,
.frame-row b,
.review-tags b,
.phone-frame b,
.product-lockup b,
.demo-steps b,
.variant-grid b,
.compare-grid b {
  display: grid;
  place-items: center;
  min-height: 36px;
  padding: 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.quote-stack b:first-child {
  grid-column: 1 / -1;
}

.status-row,
.metric-row-mini {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  font-weight: 850;
}

.status-row i,
.metric-row-mini i {
  color: var(--teal-dark);
  font-weight: 950;
}

.status-row.danger i {
  color: #b91c1c;
}

.lane-grid,
.ad-strip,
.frame-row,
.demo-steps,
.variant-grid,
.compare-grid {
  grid-template-columns: repeat(3, 1fr);
}

.compare-grid {
  grid-template-columns: 1fr 1fr;
}

.log-lines span {
  padding: 9px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.phone-frame {
  padding: 12px;
  border: 2px solid rgba(255, 255, 255, 0.44);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
}

.video-card,
.coupon-card {
  display: grid;
  gap: 8px;
  width: fit-content;
  min-width: 190px;
  padding: 14px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.video-card b {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.stars {
  width: fit-content;
  padding: 8px 10px;
  border-radius: 4px;
  background: #fff;
  color: #f59e0b;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.coupon-card b {
  width: fit-content;
  padding: 8px 10px;
  border-radius: 4px;
  background: #fff;
  color: var(--teal-dark);
}

.coupon-card i {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
}

.designed-ad {
  position: relative;
  min-height: 190px;
  padding: 22px;
  isolation: isolate;
}

.designed-ad::before,
.designed-ad::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.designed-ad::before {
  width: 120px;
  height: 120px;
  right: -34px;
  top: -28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.designed-ad::after {
  width: 72px;
  height: 72px;
  right: 26px;
  bottom: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
  transform: rotate(10deg);
}

.mini-creative i,
.mini-creative b {
  display: block;
  font-style: normal;
}

.audit-visual {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
}

.audit-visual i {
  height: 74px;
  border-radius: 4px 4px 0 0;
  background: rgba(15, 118, 110, 0.18);
}

.audit-visual i:nth-child(2) { height: 118px; background: rgba(185, 28, 28, 0.18); }
.audit-visual i:nth-child(3) { height: 48px; }
.audit-visual b {
  grid-column: 1 / -1;
  height: 3px;
  background: var(--teal);
}

.voc-visual {
  align-content: center;
}

.voc-visual i {
  width: fit-content;
  max-width: 100%;
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--teal-dark);
  font-weight: 800;
}

.voc-visual i:nth-child(2) {
  justify-self: end;
}

.diagnosis-visual {
  grid-template-columns: 1fr;
}

.diagnosis-visual i {
  height: 24px;
  border-radius: 3px;
  background: rgba(15, 118, 110, 0.16);
}

.diagnosis-visual i:nth-child(1) { width: 100%; }
.diagnosis-visual i:nth-child(2) { width: 72%; }
.diagnosis-visual i:nth-child(3) { width: 42%; background: rgba(185, 28, 28, 0.18); }
.diagnosis-visual b {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #b91c1c;
}

.roadmap-visual {
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.roadmap-visual i {
  height: 72px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.18);
}

.roadmap-visual i:nth-child(even) {
  transform: translateY(22px);
}

.ugc-ad,
.founder-ad,
.static-ad,
.testimonial-ad,
.offer-ad {
  background:
    linear-gradient(160deg, rgba(15, 118, 110, 0.88), rgba(20, 184, 166, 0.74)),
    var(--teal);
  color: #fff;
}

.ugc-ad strong,
.founder-ad strong,
.static-ad strong,
.testimonial-ad strong,
.offer-ad strong {
  color: #fff;
}

.ugc-ad span,
.founder-ad span,
.static-ad span,
.testimonial-ad span,
.offer-ad span {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}

.storyboard-visual {
  grid-template-columns: repeat(3, 1fr);
}

.storyboard-visual i {
  min-height: 112px;
  border-radius: 5px;
  background:
    linear-gradient(to bottom, rgba(15, 118, 110, 0.2) 0 58%, rgba(255,255,255,0.68) 58% 100%);
}

.signal-visual {
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}

.signal-visual i {
  border-radius: 4px 4px 0 0;
  background: rgba(15, 118, 110, 0.18);
}

.signal-visual i:nth-child(1) { height: 46px; }
.signal-visual i:nth-child(2) { height: 88px; background: rgba(15, 118, 110, 0.28); }
.signal-visual i:nth-child(3) { height: 124px; background: rgba(20, 184, 166, 0.32); }
.signal-visual b {
  grid-column: 1 / -1;
  height: 3px;
  background: var(--teal);
}

.review-visual,
.log-visual {
  align-content: center;
}

.review-visual i,
.log-visual i {
  height: 18px;
  border-radius: 3px;
  background: rgba(15, 118, 110, 0.18);
}

.review-visual i:nth-child(2),
.log-visual i:nth-child(3) {
  width: 72%;
}

.review-visual i:nth-child(4),
.log-visual i:nth-child(2) {
  width: 48%;
}

.ugc-ad i,
.founder-ad i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.ugc-ad .ad-avatar {
  box-shadow:
    42px 8px 0 -10px rgba(255, 255, 255, 0.28),
    82px 2px 0 -14px rgba(255, 255, 255, 0.18);
}

.founder-ad .ad-play {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.founder-ad .ad-play::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #fff;
}

.static-ad b,
.testimonial-ad b,
.offer-ad b {
  width: fit-content;
  padding: 8px 11px;
  border-radius: 3px;
  background: #fff;
  color: var(--teal-dark);
  font-weight: 800;
}

.demo-ad {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background:
    radial-gradient(circle at 70% 30%, rgba(20, 184, 166, 0.18), transparent 32%),
    linear-gradient(135deg, #f8fffd, var(--teal-soft));
}

.demo-ad i {
  min-height: 108px;
  border-radius: 5px;
  background: rgba(15, 118, 110, 0.18);
}

.demo-ad strong {
  grid-column: 1 / -1;
  color: var(--teal-dark);
}

.variants-ad {
  grid-template-columns: repeat(3, 1fr);
  background:
    linear-gradient(135deg, #f8fffd, var(--paper)),
    var(--paper);
}

.variants-ad i {
  display: grid;
  place-items: center;
  min-height: 84px;
  border-radius: 5px;
  background: rgba(15, 118, 110, 0.16);
  color: var(--teal-dark);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.variants-ad strong {
  grid-column: 1 / -1;
}

.compare-ad {
  grid-template-columns: 1fr 1fr;
  background:
    linear-gradient(135deg, #fff7ed, #effdf9);
}

.compare-ad i {
  display: grid;
  place-items: center;
  min-height: 90px;
  border-radius: 5px;
  background: rgba(15, 118, 110, 0.15);
  color: var(--teal-dark);
  font-weight: 800;
}

.compare-ad i:first-child {
  background: rgba(185, 28, 28, 0.12);
  color: #991b1b;
}

.compare-ad strong {
  grid-column: 1 / -1;
}

.static-lines span,
.branches span {
  display: block;
  width: 100%;
  height: 16px;
  border-radius: 2px;
  background: rgba(15, 118, 110, 0.18);
}

.static-lines span:nth-child(2),
.branches span:nth-child(2) {
  width: 74%;
}

.static-lines span:nth-child(3),
.branches span:nth-child(3) {
  width: 48%;
}

.portrait-frame span {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), #14b8a6);
}

.poster-frame strong,
.quote-frame strong,
.offer-frame strong {
  color: var(--teal-dark);
}

.poster-frame span {
  width: 82%;
  height: 14px;
  border-radius: 2px;
  background: rgba(15, 118, 110, 0.18);
}

.demo-frame span,
.compare-frame span {
  display: block;
  height: 54px;
  border-radius: 4px;
  background: rgba(15, 118, 110, 0.18);
}

.compare-frame {
  grid-template-columns: 1fr 1fr;
}

.contrast-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 18px;
  align-items: stretch;
}

.hard-card {
  border-color: rgba(185, 28, 28, 0.2);
}

.danger-list,
.clean-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.danger-list li,
.clean-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.danger-list span {
  color: #b91c1c;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.clean-list li {
  grid-template-columns: 1fr;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.2;
}

.clean-list strong {
  color: var(--ink);
}

.faq-panel {
  display: grid;
  gap: 20px;
}

.faq-panel div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.faq-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.faq-panel p {
  margin-top: 8px;
  color: var(--muted);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.metric {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
}

.metric strong {
  display: block;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.92rem;
}

.case-card {
  display: grid;
  gap: 16px;
}

.case-stack {
  display: grid;
  gap: 16px;
}

.expandable-case {
  display: block;
  padding: 0;
  overflow: hidden;
}

.expandable-case summary {
  display: grid;
  gap: 14px;
  padding: 24px;
  cursor: pointer;
  list-style: none;
}

.expandable-case summary::-webkit-details-marker {
  display: none;
}

.expandable-case summary::after {
  content: "Read full case ↓";
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 10px 14px;
  border: 1px solid rgba(15, 118, 110, 0.35);
  border-radius: 3px;
  background: var(--paper);
  color: var(--teal-dark);
  font-weight: 800;
  font-size: 0.88rem;
  box-shadow: 0 10px 20px rgba(20, 35, 33, 0.08);
}

.expandable-case[open] summary::after {
  content: "Close case ↑";
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}

.case-details {
  display: grid;
  gap: 12px;
  padding: 0 24px 24px;
  color: var(--muted);
}

.csos-better-card {
  border-color: rgba(15, 118, 110, 0.35);
  background: linear-gradient(135deg, var(--paper), var(--teal-soft));
}

.case-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.tag-warm {
  background: var(--orange-soft);
  color: var(--orange);
}

.work-card .tag {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  justify-content: center;
  gap: 9px;
  border-radius: 3px;
  border: 1px solid rgba(15, 118, 110, 0.35);
  background: var(--paper);
  color: var(--teal-dark);
  box-shadow: 0 10px 20px rgba(20, 35, 33, 0.08);
  font-size: 0.92rem;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0;
}

.work-card .tag::after {
  content: "→";
  font-size: 1.08em;
  line-height: 1;
  transform: translateY(-1px);
}

.work-card:hover .tag {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.case-card p,
.quote-card p,
.note-card p {
  color: var(--muted);
}

.note-card-with-photo {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 20px;
  align-items: start;
}

.note-card-with-photo p {
  grid-column: 2;
}

.message-photo {
  grid-row: 1 / span 2;
  width: 112px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--line);
}

.visual-ladder {
  display: grid;
  gap: 10px;
}

.visual-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
}

.visual-step b {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  font-family: "Archivo", Arial, sans-serif;
}

.quote-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.55;
}

.quote-card cite {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-style: normal;
  font-size: 0.9rem;
}

.testimonial-wall {
  columns: 3 280px;
  column-gap: 18px;
  margin: -8px;
  padding: 8px;
}

.testimonials-section {
  position: relative;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(223, 244, 239, 0.98) 0%, rgba(251, 250, 247, 0.96) 46%, #ffffff 100%);
  border-top: 1px solid rgba(15, 118, 110, 0.16);
  border-bottom: 1px solid rgba(15, 118, 110, 0.18);
  box-shadow:
    0 -18px 42px rgba(15, 118, 110, 0.08),
    0 22px 52px rgba(20, 35, 33, 0.08);
}

.testimonial-wall .quote-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  box-shadow: 0 16px 34px rgba(20, 35, 33, 0.1);
  transform: rotate(-0.7deg);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.testimonial-wall .quote-card:nth-child(even) {
  transform: rotate(0.8deg) translateY(8px);
}

.testimonial-wall .quote-card:nth-child(3n) {
  transform: rotate(-1.1deg) translateY(4px);
}

.testimonial-wall .quote-card:nth-child(5n) {
  transform: rotate(1.2deg) translateY(-2px);
}

.testimonial-wall .quote-card:hover {
  transform: rotate(0deg) translateY(-3px);
  box-shadow: 0 22px 44px rgba(20, 35, 33, 0.14);
}

.testimonial-wall .quote-card blockquote {
  font-size: 0.98rem;
}

.testimonial-wall .quote-card:nth-child(3n + 1) {
  background: var(--paper-2);
}

.testimonial-wall .quote-card:nth-child(4n) {
  border-color: rgba(15, 118, 110, 0.28);
}

.dark-cta {
  background: #0b2f2c;
  color: #fff;
  text-align: center;
}

.dark-cta p {
  margin: 16px auto 0;
  max-width: 620px;
  color: rgba(255,255,255,0.76);
}

.dark-cta .cta-row { justify-content: center; }

.footer {
  border-top: 1px solid var(--line);
  padding: 40px 0;
  background: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 0.7fr));
  gap: 28px;
}

.footer h3 {
  font-size: 1rem;
  margin-bottom: 12px;
}

.footer a,
.footer p {
  display: block;
  color: var(--muted);
  font-size: 0.94rem;
  margin: 7px 0;
}

.footer a:hover { color: var(--teal); }

@media (max-width: 880px) {
  .nav-inner {
    height: 64px;
    padding: 14px 0;
    align-items: center;
    flex-direction: row;
    gap: 14px;
  }
  .brand-photo {
    width: 34px;
    height: 34px;
  }
  .brand-signature {
    font-size: 1.55rem;
  }
  .nav-menu-button {
    width: 42px;
    height: 42px;
    margin-left: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: var(--paper);
    box-shadow: 0 8px 18px rgba(20, 35, 33, 0.08);
    cursor: pointer;
  }
  .nav-menu-button span {
    width: 19px;
    height: 2px;
    background: var(--ink);
    display: block;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }
  .nav-toggle:focus-visible + .nav-menu-button {
    outline: 2px solid var(--teal);
    outline-offset: 3px;
  }
  .nav-toggle:checked + .nav-menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-toggle:checked + .nav-menu-button span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle:checked + .nav-menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav-links {
    display: none;
    position: absolute;
    z-index: 120;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    height: min(430px, calc(100vh - 86px));
    max-width: none;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: var(--paper);
    box-shadow: var(--shadow);
    font-size: 0.94rem;
    color: var(--ink);
  }
  .nav-toggle:checked ~ .nav-links {
    display: flex;
  }
  .nav-links a {
    padding: 11px 10px;
  }
  .nav-links a:not(.nav-cta) {
    border-bottom: 1px solid var(--line);
  }
  .nav-cta {
    width: 100%;
    min-height: 44px;
    margin-top: 10px;
    padding: 11px 14px;
    font-size: 0.9rem;
  }
  .hero-grid,
  .grid-2,
  .grid-3,
  .metric-row,
  .footer-grid,
  .alternating-row,
  .contrast-grid {
    grid-template-columns: 1fr;
  }
  .cycle-map {
    grid-template-columns: 1fr;
  }
  .cycle-arrow {
    transform: rotate(90deg);
    text-align: center;
  }
  .cycle-loop {
    min-height: auto;
    display: grid;
    gap: 0;
    padding: 18px;
  }
  .cycle-loop::before,
  .cycle-center,
  .loop-arrow {
    display: none;
  }
  .loop-node {
    position: static;
    width: auto;
    min-height: auto;
    transform: none;
    border-radius: 0;
    box-shadow: none;
  }
  .loop-node-1 {
    border-radius: 8px 8px 0 0;
  }
  .loop-node-4 {
    border-radius: 0 0 8px 8px;
  }
  .loop-node + .loop-node {
    border-top: 0;
  }
  .alternating-row.reverse > div:first-child {
    order: 0;
  }
  .csos-hero .wrap {
    width: min(1120px, calc(100vw - 32px));
  }
  .csos-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .csos-proof-panel {
    justify-self: stretch;
    width: 100%;
  }
  .hero { padding-top: 56px; }
  .section { padding: 54px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 12px; }
  .cta-row {
    width: 100%;
    justify-content: center;
  }
  .cta-row .btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .wrap { width: min(1120px, calc(100vw - 32px)); }
  h1 { font-size: clamp(1.8rem, 7vw, 2.45rem); line-height: 1.08; }
  h2 { font-size: clamp(1.55rem, 6vw, 2rem); line-height: 1.12; }
  h3 { font-size: 1.12rem; line-height: 1.15; }
  .hero-kicker {
    display: block;
    line-height: 1.45;
  }
  .csos-headline {
    max-width: 100%;
  }
  .csos-headline > span:first-child {
    font-size: clamp(1.78rem, 7vw, 2.25rem);
  }
  .rotating-slot {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.18rem, 5.35vw, 1.56rem);
  }
  .rotating-stack span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
  }
  .lede { font-size: 1rem; }
  .proof-dashboard {
    grid-template-columns: 1fr;
  }
  .proof-tile-large {
    grid-column: auto;
  }
  .proof-tile:last-child {
    grid-column: auto;
  }
  .numbered-row {
    grid-template-columns: 1fr;
  }
  .mini-creative {
    min-height: 120px;
  }
  .mini-testimonial {
    width: 236px;
  }
  .hero-grid,
  .grid-2,
  .grid-3,
  .metric-row,
  .footer-grid,
  .hero-visual,
  .work-card,
  .case-card,
  .quote-card,
  .note-card {
    min-width: 0;
    max-width: 100%;
  }
  .logo-label { width: min(340px, calc(100vw - 32px)); }
  .logo-track { gap: 30px; animation-duration: 28s; }
  .logo-mark { min-width: 214px; height: 40px; }
  .logo-mark img { max-width: 204px; max-height: 30px; }
  .home-page .hero {
    padding: 44px 0 34px;
  }
  .home-page .hero-grid {
    gap: 22px;
  }
  .home-page .hero h1 {
    max-width: 350px;
    font-size: clamp(2.05rem, 9vw, 2.55rem);
    line-height: 1.02;
  }
  .home-page .hero .lede {
    max-width: 340px;
    margin-top: 18px;
    line-height: 1.55;
  }
  .home-page .hero-visual {
    display: none;
  }
  .home-page .logo-strip {
    padding: 14px 0;
    mask-image: linear-gradient(to right, transparent 0, black 12%, black 88%, transparent 100%);
  }
  .home-page .section {
    padding: 46px 0;
  }

  .home-page .section h2,
  .home-page .section-head h2 {
    width: min(16ch, 100%);
    max-width: min(16ch, 100%);
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .home-page .section p,
  .home-page .note-card p,
  .home-page .work-card p,
  .home-page .work-card li {
    width: min(34ch, 100%);
    max-width: min(34ch, 100%);
    overflow-wrap: normal;
  }

  .home-page .note-card {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .home-page .message-photo {
    width: 76px;
    margin-bottom: 4px;
  }
  .home-page .work-card {
    padding: 18px;
  }
  .home-page .work-card .bullet-list {
    margin-top: 16px;
  }
  .home-page .testimonials-section {
    padding-bottom: 42px;
  }
  .home-page .testimonial-wall {
    display: flex;
    gap: 14px;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    padding: 4px 16px 18px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .home-page .testimonial-wall .quote-card {
    flex: 0 0 min(82vw, 320px);
    min-height: 0;
    padding: 18px;
    scroll-snap-align: start;
    transform: none;
  }
  .home-page .testimonial-wall .quote-card blockquote {
    font-size: 0.95rem;
    line-height: 1.55;
  }
  .home-page .testimonial-wall .quote-card cite {
    margin-top: 16px;
    font-size: 0.86rem;
  }
  .note-card-with-photo {
    grid-template-columns: 1fr;
  }
  .note-card-with-photo p {
    grid-column: auto;
  }
  .message-photo {
    grid-row: auto;
    width: 92px;
  }
}

@media (max-width: 430px) {
  body { font-size: 16px; }
  h1 { font-size: 1.72rem; }
  h2 { font-size: 1.48rem; }
  .hero { padding-top: 42px; }
  .hero-visual,
  .work-card,
  .case-card,
  .quote-card,
  .note-card,
  .metric {
    padding: 18px;
  }
}
