/* Four equally sized testimonial cards with matching portrait placement. */
.testimonials .testimonial-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); grid-auto-rows:300px; gap:20px; max-width:1100px; margin-inline:auto; }
.testimonials .testimonial-grid .quote-card { display:grid; grid-template-columns:38% minmax(0,1fr); height:100%; min-height:0; padding:0; margin:0; overflow:hidden; border:1px solid #e3dbd1; border-radius:14px; background:#f3eee8; color:#24221f; transition:box-shadow .25s,border-color .25s; }
.testimonials .testimonial-grid .testimonial-face { width:100%; height:100%; min-height:0; object-fit:cover; object-position:50% 35%; display:block; }
.testimonials .testimonial-grid .quote-body { display:flex; flex-direction:column; padding:26px 24px; height:100%; min-width:0; }
.testimonials .testimonial-grid .quote-body > b { font:34px/.7 Georgia,serif; color:#b75f42; }
.testimonials .testimonial-grid .quote-body > p { margin:18px 0 20px; max-width:none; font-size:14px; line-height:1.55; }
.testimonials .testimonial-grid .quote-body footer { margin-top:auto; padding:0; }
.testimonials .testimonial-grid .quote-body footer strong { font-size:12px; font-weight:600; }
.testimonials .testimonial-grid .quote-body footer small { margin-top:4px; font-size:10px; color:#77716a; }
.testimonials .testimonial-grid .quote-body em { display:none; }
.testimonials .testimonial-grid .quote-card:hover,.testimonials .testimonial-grid .quote-card:focus-visible,.testimonials .testimonial-grid .quote-card.selected { border-color:#c49b86; box-shadow:0 10px 28px #3b2d2010; outline:none; }
@media(max-width:1000px) { .testimonials .testimonial-grid { grid-auto-rows:310px; gap:16px; } .testimonials .testimonial-grid .quote-body { padding:22px 18px; } .testimonials .testimonial-grid .quote-body > p { font-size:13px; line-height:1.5; } }
@media(max-width:700px) { .testimonials .testimonial-grid { grid-template-columns:1fr; grid-auto-rows:270px; max-width:520px; } .testimonials .testimonial-grid .quote-card { grid-template-columns:38% minmax(0,1fr); } .testimonials .testimonial-grid .quote-body { padding:23px 18px; } }
@media(max-width:360px) { .testimonials .testimonial-grid { grid-auto-rows:290px; } .testimonials .testimonial-grid .quote-body { padding:21px 13px; } .testimonials .testimonial-grid .quote-body > p { font-size:12px; } }

/* Shared section rhythm and deliberate, scroll-driven interaction. */
.nav-shell {
  top: 18px;
  left: clamp(16px, 4vw, 56px);
  right: clamp(16px, 4vw, 56px);
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(18px, 2vw, 28px);
}
.nav-secondary {
  background: rgba(255, 255, 255, .04);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.nav-actions > .nav-secondary:hover {
  background: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 4px 12px rgba(20, 20, 25, .1);
  transform: translateY(-1px);
}
.nav-secondary:focus-visible { outline: 2px solid #fff; outline-offset: 4px; background: rgba(255, 255, 255, .2); }
.nav-actions > .nav-secondary:active { transform: none; background: rgba(255, 255, 255, .26); }
.nav-shell nav a, .nav-shell .wordmark, .site-footer nav a { transition: color .2s ease, opacity .2s ease, transform .2s ease; }
.nav-shell nav a:hover, .nav-shell .wordmark:hover { color: #fff0c9; transform: translateY(-2px); }
.menu-toggle { transition: opacity .2s, transform .2s; }
.menu-toggle:hover { opacity: .72; transform: scale(1.08); }
.site-footer nav a:hover { color: #fff; transform: translateX(4px); }
.room-tabs button:hover:not(.active) { background: #f1ece6; color: #3a342f; transform: translateY(-2px); }
.room-tabs button.active:hover { background: #292725; color: #fff; transform: translateY(-2px); }
.room-tabs button:focus-visible, .nav-shell nav a:focus-visible { outline: 2px solid #be7056; outline-offset: 3px; }
@media (max-width: 1000px) and (min-width: 901px) {
  .nav-shell nav { gap: 18px; }
}
@media (max-width: 900px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-shell nav, .nav-actions { display: none; }
  .menu-toggle { display: flex; border: 0; background: none; padding: 8px; flex-direction: column; gap: 5px; }
  .menu-toggle span { width: 19px; height: 1px; background: #fff; }
  .nav-shell.open { height: auto; min-height: 58px; border-radius: 28px; display: flex; align-items: flex-start; flex-wrap: wrap; padding: 19px 22px; }
  .nav-shell.open .menu-toggle { margin-left: auto; }
  .nav-shell.open nav, .nav-shell.open .nav-actions { display: flex; width: 100%; flex-direction: column; align-items: flex-start; gap: 16px; padding-top: 20px; }
  .nav-shell.open .nav-actions { padding-bottom: 10px; }
}

.section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 850px);
  margin: 0 auto 48px;
  text-align: center;
  gap: 16px;
}
.section-intro h2 {
  width: auto;
  max-width: 850px;
  margin: 0;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.14;
  text-wrap: balance;
}
.section-intro > p {
  position: static;
  order: initial;
  max-width: 620px;
  margin: 0;
  font: 14px/1.6 Manrope, sans-serif;
  color: #78736d;
  text-wrap: balance;
}
.section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  min-height: 38px;
  padding: 7px 16px;
  color: #a94f34;
  border: 1px solid #d6b3a5;
  border-radius: 21px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
  transition: color .2s, border-color .2s;
}
.section-link span { transition: transform .2s; }
.section-link:hover { color: #6f301e; border-color: currentColor; background: #fcf4ef; }
.section-link:hover span { transform: translate(2px, -2px); }
.section-link:focus-visible { outline: 2px solid #b96b4a; outline-offset: 5px; }
.thoughts > .section-intro, .faq > .section-intro { grid-column: 1 / -1; }
.thoughts { column-gap: 64px; row-gap: 10px; }
.thought-visual { height: 450px; }
.thought-copy { align-self: center; }
.capabilities { padding-top: 90px; }
.canvas-section .section-intro { margin-bottom: 0; }
.rooms { padding-bottom: 32px; }
.room-panel { padding-top: 30px; }
.room-image { aspect-ratio: 1.45; }
.room-image { background-position: center; background-size: cover; background-repeat: no-repeat; }
.room-campaign { background-image: url('./assets/editorial-fashion.jpg'); }
.room-product { background-image: url('./assets/editorial-10.jpg'); }
.room-social { background-image: url('./assets/editorial-06.jpg'); }
.room-pitch { background-image: url('./assets/editorial-02.jpg'); }
.room-brand { background-image: url('./assets/editorial-12.jpg'); }
.testimonials { padding-bottom: 105px; }
.pricing { border-top: 1px solid #ece6df; padding-top: 110px; padding-bottom: 90px; }
.faq { row-gap: 8px; column-gap: 80px; }
.faq-intro h3 { margin-top: 0; }

/* One duplicated track with a left origin gives a mathematically continuous loop. */
.trusted { height: auto; padding: 36px 0 42px; overflow: hidden; }
.trusted .section-intro { gap: 9px; margin-bottom: 23px; padding-inline: 22px; }
.trusted .section-intro h2 { font-size: clamp(19px, 1.7vw, 24px); letter-spacing: -.025em; }
.trusted .section-intro p { font-size: 12px; }
.trusted .logo-marquee + .logo-marquee { margin-top: 7px; }
.trusted .logo-marquee {
  display: block;
  width: min(100%, 1180px);
  height: 54px;
  margin: 0 auto;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, rgba(0,0,0,.25) 10%, #000 30%, #000 70%, rgba(0,0,0,.25) 90%, transparent);
}
.trusted .logo-track { justify-content: flex-start; height: 100%; animation: centered-logo-loop 30s linear infinite !important; }
.trusted .logo-marquee-reverse .logo-track { animation-direction: reverse !important; animation-duration: 34s !important; }
.trusted .logo-group { gap: 58px; padding-right: 58px; height: 100%; }
.trusted .logo-group span { display: flex; align-items: center; justify-content: center; min-width: 150px; font-size: 19px; line-height: 1; opacity: .88; transform: none; }
.trusted .logo-group span:hover { opacity: .88; transform: none; }
@keyframes centered-logo-loop { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

/* The pointers retain their diagonal-to-level scroll sequence; hover does nothing. */
.idea-sticky.section { display: flex; flex-direction: column; gap: 0; align-items: center; padding: 45px 6vw 44px; }
.idea-sticky .section-intro { flex: none; margin-bottom: 28px; }
.idea-sticky .section-intro h2 { flex: none; width: auto; max-width: 760px; font-size: clamp(30px, 3vw, 42px); line-height: 1.15; }
.idea-map .idea-steps { flex: none; width: min(100%, 1050px); height: 345px; margin: 0; transform: none; }
.idea-map .idea-steps article, .idea-map .idea-steps article:hover {
  left: calc(var(--i) * 16.6667%) !important;
  top: calc(var(--i) * 28px) !important;
  width: 15%;
  height: 180px;
  align-items: center;
  text-align: center;
  opacity: var(--step-opacity, .4) !important;
  transform: translateY(calc(0px - var(--lift, 0px))) !important;
  cursor: default;
  box-shadow: none;
}
.idea-map .idea-steps article::after { content: none !important; }
.idea-map .idea-steps article h3, .idea-map .idea-steps article p { align-self: center; }
.idea-map .idea-steps article b { font-size: 42px; line-height: 1.1; }
.idea-map .idea-steps article h3 { font-size: 19px; line-height: 1.3; }
.idea-map .idea-steps article p { font-size: 11px; }
.idea-progress-note { left: 50%; right: auto; transform: translateX(-50%); bottom: 24px; white-space: nowrap; }

/* A single pinned stage: circle copy fades out and metrics fade into the same area. */
.theme-transition { height: 175svh; background: #fff; position: relative; }
.impact-stage { position: sticky; top: 0; height: 100svh; display: grid; place-items: center; isolation: isolate; overflow: hidden; background: #fff; }
.impact-stage::before { content: ''; position: absolute; inset: 0; background: #151514; opacity: var(--ink, 0); transition: opacity .32s ease; z-index: -2; }
.impact-circle {
  position: absolute;
  width: min(72vw, 72svh, 690px);
  aspect-ratio: 1;
  border: 1px solid rgba(214,244,58,.4);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(214,244,58,.025), 0 0 60px rgba(214,244,58,.025);
  opacity: calc(var(--arrival, 0) * var(--intro-opacity, 1));
  transform: scale(calc(.92 + var(--arrival, 0) * .08));
  z-index: -1;
}
.impact-intro, .impact-results { grid-area: 1 / 1; width: 100%; padding: 30px 6vw; }
.impact-intro { text-align: center; opacity: var(--intro-opacity, 1); pointer-events: var(--intro-events, auto); }
.impact-intro .section-intro { max-width: 750px; margin-bottom: 18px; }
.impact-intro .section-intro h2 { font-size: clamp(36px, 4.5vw, 66px); color: rgb(calc(24 + var(--ink, 0) * 231), calc(24 + var(--ink, 0) * 231), calc(24 + var(--ink, 0) * 231)); transition: color .32s ease; }
.impact-intro .section-intro p { color: #aaa79f; max-width: 470px; }
.impact-intro .section-link, .impact-results .section-link, .dark-proof .section-link { color: #d1da8e; border-color: #646b43; }
.impact-intro .section-link, .impact-results .section-link, .dark-proof .section-link {
  color: #f2eee8;
  border-color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.04);
}
.impact-intro .section-link:hover, .impact-results .section-link:hover, .dark-proof .section-link:hover {
  color: #fff;
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.11);
}
.dark-proof .process-grid article:hover > div { filter: none; }
.dark-proof .process-grid article:hover { color: #fff; }
.impact-intro > small { color: #b7c668; font: 10px 'DM Mono', monospace; letter-spacing: .12em; }
.impact-results { max-width: 1340px; color: white; opacity: var(--results-opacity, 0); }
.impact-results .section-intro { margin-bottom: 28px; gap: 12px; }
.impact-results .section-intro h2 { font-size: clamp(30px, 3.1vw, 44px); }
.impact-results .section-intro p, .dark-proof .section-intro p { color: #a4a19a; }
.impact-results .metrics article { min-height: 205px; padding: 25px 22px; }
.impact-results .metrics b { font-size: 48px; }
.impact-results .metric-note { margin: 22px 0 0; font-size: 10px; color: #96928b; }
.dark-proof .metric-wrap { padding-top: 75px; padding-bottom: 95px; }
.dark-proof .section-intro { color: #fff; }

/* Spaces are intentional cells, not the side effect of dense auto-placement. */
.gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(5, clamp(130px, 10.5vw, 165px)); grid-auto-rows: auto; grid-auto-flow: row; gap: 15px; grid-template-areas: 'a a b c' 'a a d d' 'e f d d' 'g g h i' 'j k h l'; }
.gallery-grid > button { position: relative; background-image: none; }
.gallery-grid > button::before { content: ''; position: absolute; inset: -12% 0; background-size: cover; background-position: center; transform: translate3d(0,var(--parallax-y,0px),0); will-change: transform; }
.gallery-grid > button:nth-child(1)::before { background-image: url('./assets/editorial-01.jpg'); }
.gallery-grid > button:nth-child(2)::before { background-image: url('./assets/editorial-02.jpg'); }
.gallery-grid > button:nth-child(3)::before { background-image: url('./assets/editorial-03.jpg'); }
.gallery-grid > button:nth-child(4)::before { background-image: url('./assets/editorial-04.jpg'); }
.gallery-grid > button:nth-child(5)::before { background-image: url('./assets/editorial-05.jpg'); }
.gallery-grid > button:nth-child(6)::before { background-image: url('./assets/editorial-06.jpg'); }
.gallery-grid > button:nth-child(7)::before { background-image: url('./assets/editorial-07.jpg'); }
.gallery-grid > button:nth-child(8)::before { background-image: url('./assets/editorial-08.jpg'); }
.gallery-grid > button:nth-child(9)::before { background-image: url('./assets/editorial-09.jpg'); }
.gallery-grid > button:nth-child(10)::before { background-image: url('./assets/editorial-10.jpg'); }
.gallery-grid > button:nth-child(11)::before { background-image: url('./assets/editorial-11.jpg'); }
.gallery-grid > button:nth-child(12)::before { background-image: url('./assets/editorial-12.jpg'); }
.gallery-grid > button:nth-child(n) { grid-column: auto; grid-row: auto; }
.gallery-grid > button:nth-child(1) { grid-area: a; }
.gallery-grid > button:nth-child(2) { grid-area: b; }
.gallery-grid > button:nth-child(3) { grid-area: c; }
.gallery-grid > button:nth-child(4) { grid-area: d; }
.gallery-grid > button:nth-child(5) { grid-area: e; }
.gallery-grid > button:nth-child(6) { grid-area: f; }
.gallery-grid > button:nth-child(7) { grid-area: g; }
.gallery-grid > button:nth-child(8) { grid-area: h; }
.gallery-grid > button:nth-child(9) { grid-area: i; }
.gallery-grid > button:nth-child(10) { grid-area: j; }
.gallery-grid > button:nth-child(11) { grid-area: k; }
.gallery-grid > button:nth-child(12) { grid-area: l; }
.quote-grid.bento { grid-template-columns: 1fr 1fr; grid-template-rows: 225px 225px auto; gap: 18px; }
.quote-grid.bento .quote-main { grid-row: 1 / 3; height: auto; }
.quote-grid.bento .quote-side, .quote-grid.bento .quote-wide { height: auto; }
.quote-grid.bento .quote-fourth { grid-column: 1 / -1; min-height: 170px; background: #f1ece4; }
.quote-fourth .quote-body { display: grid; grid-template-columns: 28px minmax(0, 1fr) 230px; gap: 22px; align-items: center; padding: 30px; height: 100%; }
.quote-fourth .quote-body > p { margin: 0; max-width: 600px; font-size: 17px; }
.quote-fourth .quote-body footer { margin: 0; }
.quote-fourth .quote-body em { display: none; }

/* Fixed arrow column and fixed row padding keep FAQ opening free of side shifts. */
.accordion details, .accordion details:hover, .accordion details[open] { padding: 0; transition: background .2s, border-color .2s; }
.accordion summary { display: grid; grid-template-columns: minmax(0, 1fr) 22px; align-items: center; gap: 18px; padding: 20px 18px; }
.accordion summary::after { content: '+'; position: static; display: grid; place-items: center; width: 22px; height: 22px; font-size: 20px; line-height: 1; font-weight: 300; }
.accordion details[open] summary::after { content: '−'; }
.accordion details p { padding: 0 58px 22px 18px; }
.faq-compass { width: 230px; height: 230px; margin: 38px 0 58px; transform: none !important; overflow: visible; background: hsl(var(--play-hue, 28) 32% 96%); border-color: hsl(var(--play-hue, 28) 32% 81%); box-shadow: 0 16px 45px hsl(var(--play-hue, 28) 36% 60% / .12); transition: background .35s, border-color .35s, box-shadow .35s; }
.faq-compass::before, .faq-compass::after { border-color: hsl(var(--play-hue, 28) 24% 82%); transition: border-color .35s; }
.faq-compass > .atom-core { pointer-events: none; }
.faq-atom { position: absolute; left: var(--atom-x); top: var(--atom-y); width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; background: transparent; transform: translate(-50%, -50%); cursor: grab; touch-action: none; z-index: 3; }
.faq-atom::before { content: ''; position: absolute; inset: 8px; border-radius: 50%; background: var(--atom-color); box-shadow: 0 0 0 4px #fff; transition: background .2s, box-shadow .2s; }
.faq-atom:hover::before, .faq-atom:focus-visible::before { box-shadow: 0 0 0 4px #fff, 0 0 0 5px var(--atom-color); }
.faq-atom:active { cursor: grabbing; }
.faq-atom:focus-visible { outline: 1px dashed #ad816e; outline-offset: 3px; }
.faq-compass small { white-space: nowrap; font-size: 8px; bottom: -29px; left: 50%; transform: translateX(-50%); }

.final-cta { min-height: 640px; height: 78svh; }
.final-cta::before { content: ''; position: absolute; inset: 0; z-index: 0; background: url('./assets/cta-blue-hour-hq.png') center / cover no-repeat; opacity: var(--scene-blend, 0); transition: opacity .45s ease; }
.final-cta .cta-shade { z-index: 1; opacity: calc(1 - var(--scene-blend, 0) * .15); }
.final-cta .cta-copy { position: relative; z-index: 2; }
.final-cta .cta-play { z-index: 3; }
.cta-copy { margin-bottom: 100px; padding-inline: 24px; }
.cta-copy h2 { max-width: 1020px; margin-inline: auto; }
.cta-play { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; width: 220px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 17px; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.cta-light-track { width: 170px; height: 40px; position: relative; border-radius: 30px; background: radial-gradient(ellipse at var(--light-x, 50%) 50%, rgba(224,167,126,.24), transparent 70%); }
.cta-puck { position: absolute; left: var(--atom-x, 50%); top: var(--atom-y, 50%); width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--atom-color, #c78a6a); box-shadow: 0 0 20px rgba(226,177,127,.2), inset 0 1px 4px rgba(255,255,255,.5); transform: translate(-50%, -50%); cursor: grab; touch-action: none; }
.cta-puck:active { cursor: grabbing; }
.cta-puck:focus-visible { outline: 2px solid white; outline-offset: 4px; }
.cta-play > span { margin-top: 4px; font-size: 11px; color: #ede2d6; }
.cta-play > small { font: 7px 'DM Mono', monospace; letter-spacing: .05em; color: #b9a99a; margin-top: 6px; }
.type-number { display: inline-block; font-variant-numeric: tabular-nums; }
.number-ink { display: inline-block; padding: .08em .16em .08em .02em; margin: -.08em -.16em -.08em -.02em; clip-path: inset(0); animation: type-number-cycle 10s steps(var(--digits, 2), end) infinite; animation-play-state: paused; }
.number-running > .number-ink { animation-play-state: running; }
.impact-results:not(.is-active) .number-ink { animation-play-state: paused; }
@keyframes type-number-cycle { 0% { clip-path: inset(0 100% 0 0); } 9%, 100% { clip-path: inset(0); } }

@media (max-width: 1000px) {
  .quote-grid.bento { grid-template-rows: 245px 245px auto; }
  .quote-main .quote-body, .quote-body { padding: 20px; }
  .quote-fourth .quote-body { grid-template-columns: 24px 1fr; }
  .quote-fourth .quote-body footer { grid-column: 2; }
}
@media (max-width: 900px) {
  .idea-sticky.section { padding: 30px 5vw 45px; }
  .idea-sticky .section-intro { margin-bottom: 20px; gap: 10px; }
  .idea-map .idea-steps { height: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .idea-map .idea-steps article, .idea-map .idea-steps article:hover { left: auto !important; top: auto !important; width: 100%; height: 120px; padding: 12px; transform: none !important; align-items: flex-start; text-align: left; }
  .idea-map .idea-steps article h3, .idea-map .idea-steps article p { align-self: flex-start; }
  .idea-map .idea-steps article b { font-size: 29px; line-height: 1; }
  .idea-map .idea-steps article h3 { font-size: 16px; }
  .idea-map .idea-steps article i { display: none; }
  .impact-results { padding-inline: 5vw; }
  .impact-results .metrics article { padding: 20px 15px; min-height: 180px; }
  .impact-results .metrics b { font-size: 40px; }
  .impact-results .metrics p { font-size: 12px; }
  .impact-results .metrics small { font-size: 10px; }
}
@media (max-width: 760px) {
  .section-intro { gap: 13px; margin-bottom: 32px; }
  .section-intro h2 { font-size: 31px; }
  .section-intro > p { font-size: 13px; }
  .section-link { font-size: 11px; }
  .thoughts { gap: 26px; }
  .thought-visual { height: 340px; }
  .trusted { padding-top: 25px; padding-bottom: 25px; }
  .trusted .logo-group { gap: 30px; padding-right: 30px; }
  .trusted .logo-group span { min-width: 130px; font-size: 16px; }
  .trusted .section-intro p { max-width: 290px; }
  .idea-sticky .section-intro h2 { font-size: 28px; }
  .idea-map .idea-steps article, .idea-map .idea-steps article:hover { height: 108px; }
  .idea-progress-note { bottom: 18px; }
  .rooms { padding-bottom: 22px; }
  .room-image { aspect-ratio: 1.25; }
  .theme-transition { height: 175svh; }
  .impact-circle { width: min(86vw, 68svh); }
  .impact-intro, .impact-results { padding: 22px; }
  .impact-intro .section-intro h2 { font-size: 36px; }
  .impact-intro .section-intro p { max-width: 310px; font-size: 13px; }
  .impact-results .section-intro { gap: 10px; margin-bottom: 20px; }
  .impact-results .section-intro h2 { font-size: 28px; }
  .impact-results .section-intro p { font-size: 12px; }
  .impact-results .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .impact-results .metrics article { min-height: 155px; padding: 16px 13px; }
  .impact-results .metrics b { font-size: 34px; }
  .impact-results .metrics p { margin-block: 10px; font-size: 11px; }
  .impact-results .metrics small { font-size: 9px; margin-top: 10px; }
  .impact-results .metric-note { margin-top: 16px; font-size: 9px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(9, 112px); gap: 11px; grid-template-areas: 'a a' 'a a' 'b c' 'd d' 'd d' 'e f' 'g h' 'i j' 'k l'; }
  .quote-grid.bento { grid-template-columns: 1fr; grid-template-rows: auto; gap: 15px; }
  .quote-grid.bento .quote-main { grid-row: auto; min-height: 285px; }
  .quote-grid.bento .quote-side, .quote-grid.bento .quote-wide { min-height: 220px; }
  .quote-grid.bento .quote-fourth { grid-column: auto; min-height: 200px; }
  .quote-fourth .quote-body { gap: 15px; padding: 23px; }
  .quote-fourth .quote-body > p { font-size: 14px; }
  .testimonials { padding-bottom: 75px; }
  .pricing { padding-top: 78px; }
  .faq { gap: 28px; }
  .faq-intro { text-align: center; }
  .faq-intro h3, .faq-intro > p { margin-inline: auto; }
  .faq-compass { margin-inline: auto; }
  .accordion summary { padding: 18px 12px; font-size: 14px; gap: 14px; }
  .accordion details p { padding: 0 48px 20px 12px; }
  .final-cta { height: auto; min-height: 710px; }
  .cta-copy { margin-bottom: 150px; }
}
@media (max-height: 720px) {
  .idea-sticky.section { padding-top: 20px; }
  .idea-sticky .section-intro { gap: 8px; margin-bottom: 14px; }
  .idea-sticky .section-intro h2 { font-size: 27px; }
  .idea-sticky .section-intro > p { font-size: 12px; }
  .idea-map .idea-steps article, .idea-map .idea-steps article:hover { height: 108px; }
  .impact-results .section-intro h2 { font-size: 26px; }
  .impact-results .metrics article { min-height: 140px; padding: 12px; }
  .impact-results .metrics small { margin-top: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .trusted .logo-track { animation-play-state: paused !important; }
  .number-ink { animation: none; clip-path: none; }
  .theme-transition { height: auto; }
  .impact-stage { position: relative; height: auto; display: block; background: #151514; }
  .impact-stage::before { opacity: 1; }
  .impact-circle { display: none; }
  .impact-intro { display: none; }
  .impact-results { opacity: 1; padding-block: 65px; }
}
