/* Homepage refresh. Scoped to preserve supporting pages and existing forms. */
.home-page {
  --font-heading: "Inter", "Helvetica Neue", Arial, sans-serif;
  --type-h2: clamp(2rem, 3.6vw, 3.3rem);
  --type-h3: clamp(1.2rem, 1.8vw, 1.5rem);
  background: var(--paper);
}
.home-page::before { display: none; }
.home-page h1, .home-page h2, .home-page h3 { letter-spacing: -.045em; font-weight: 600; }
.home-page .skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 14px 20px; background: var(--paper); color: var(--ink); }
.home-page .skip-link:focus { top: 12px; }
.home-page :focus-visible { outline: 3px solid var(--deep-rose); outline-offset: 5px; }
.home-page .hero :focus-visible, .home-page .site-header :focus-visible { outline-color: var(--champagne); }
.home-page .site-header {
  position: relative; inset: auto; padding: 20px max(28px, calc((100vw - 1280px) / 2));
  background: var(--ink); color: var(--paper); border-bottom: 1px solid #ffffff20;
  gap: 24px; grid-template-columns: auto 1fr auto;
}
.home-page .brand-mark { width: 46px; height: 46px; border-radius: 9px; box-shadow: none; }
.home-page .brand-text strong { font-size: 1.15rem; }
.home-page .brand-text small { color: var(--champagne); font-size: .7rem; }
.home-page .nav-links { gap: 19px; font-size: .875rem; }
.home-page .nav-cta { border: 1px solid #d4af6a80; border-radius: 6px; padding: 10px 18px; gap: 20px; font-size: .875rem; white-space: nowrap; }
.home-page .hero {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center;
  gap: clamp(35px, 5vw, 80px); min-height: 0; isolation: isolate;
  padding: 82px max(28px, calc((100vw - 1280px) / 2)) 90px;
  background: var(--ink); overflow: hidden;
}
.home-page .hero::before {
  content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none;
  background-image: linear-gradient(#d4af6a06 1px, transparent 1px), linear-gradient(90deg, #d4af6a06 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000);
}
.home-page .hero-content, .home-page .announcement-bar + .site-header + main .hero-content { width: auto; max-width: none; margin: 0; padding: 0; color: var(--paper); }
.home-page .modern-eyebrow { margin: 0 0 28px; color: var(--champagne); font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.home-page .hero h1 { color: var(--paper); max-width: none; font-size: clamp(2.8rem, 5.25vw, 5rem); line-height: 1.04; margin: 0 0 28px; letter-spacing: -.065em; }
.home-page .hero h1 span { color: var(--dusty-rose); }
.home-page .hero-copy { color: #f7f3eabb; max-width: 555px; font-size: 1.06rem; line-height: 1.8; margin: 0; }
.home-page .hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 23px; margin: 30px 0 0; }
.home-page .button { border-radius: 6px; min-height: 52px; font-size: .94rem; font-weight: 600; box-shadow: none; padding: 15px 22px; transition: background .2s, transform .2s; }
.home-page .button-primary { background: var(--deep-rose); color: #fff; border: 1px solid var(--deep-rose); }
.home-page .button-primary:hover { background: #8e3f4b; transform: translateY(-2px); }
.home-page .hero .button-primary { background: var(--champagne); border-color: var(--champagne); color: var(--ink); display: inline-flex; gap: 24px; }
.home-page .hero .button-primary:hover { background: var(--paper); }
.home-page .hero-text-link { color: var(--paper); font-size: .9rem; }
.home-page .hero-assurance { color: #f7f3ea99; font-size: .8rem; margin: 25px 0 0; }
.home-page .strategy-map { background: #ffffff04; border: 1px solid #d4af6a40; border-radius: 14px; padding: 30px; color: var(--paper); }
.home-page .map-topline { display: flex; justify-content: space-between; gap: 12px; font-size: .78rem; color: var(--champagne); border-bottom: 1px solid #ffffff20; padding-bottom: 22px; }
.home-page .strategy-map h2 { color: var(--paper); font-size: clamp(1.65rem, 2.5vw, 2.3rem); line-height: 1.2; margin: 27px 0; }
.home-page .journey-steps { list-style: none; padding: 0; margin: 0; }
.home-page .journey-steps li { display: flex; align-items: center; gap: 16px; padding: 20px 0; position: relative; }
.home-page .journey-steps li + li { border-top: 1px solid #ffffff14; }
.home-page .journey-number { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border: 1px solid #c98a9680; color: var(--dusty-rose); border-radius: 50%; font-size: .8rem; font-variant-numeric: tabular-nums; }
.home-page .journey-steps strong { font-size: 1rem; font-weight: 500; }
.home-page .journey-steps p { margin: 5px 0 0; font-size: .8rem; color: #f7f3ea99; }
.home-page .journey-symbol { margin-left: auto; font-size: 1.5rem; color: var(--champagne); }
.home-page .map-founder { display: flex; align-items: center; gap: 13px; border-top: 1px solid #d4af6a40; margin-top: 24px; padding-top: 24px; }
.home-page .map-founder img { border-radius: 50%; object-fit: cover; width: 48px; height: 48px; }
.home-page .map-founder strong { font-size: .8rem; font-weight: 500; display: block; }
.home-page .map-founder small { display: block; font-size: .75rem; color: #f7f3ea99; margin-top: 5px; }
.home-page .map-founder > span:last-child { margin-left: auto; color: var(--champagne); }
.home-page .trusted-by-section { width: 100%; margin: 0; padding: 28px max(28px, calc((100vw - 1180px) / 2)); border-radius: 0; border: 0; border-bottom: 1px solid var(--line); background: #fff; box-shadow: none; }
.home-page .trusted-by-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
.home-page .trusted-by-inner > p { margin: 0; white-space: nowrap; font-size: .75rem; }
.home-page .trusted-logo-bar { display: flex; align-items: center; justify-content: space-around; flex: 1; gap: 30px; }
.home-page .trusted-logo-bar a { padding: 0; min-height: 0; background: none; border: 0; box-shadow: none; }
.home-page .trusted-logo-bar img { max-height: 48px; width: 145px; }
.home-page .proof-strip { position: relative; margin: 0 auto; padding: 45px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; background: none; gap: 30px; width: min(1180px, calc(100% - 56px)); }
.home-page .proof-strip > div { padding: 0 25px 0 0; }
.home-page .proof-strip .proof-icon { display: none; }
.home-page .proof-strip strong { font-size: 1rem; margin-bottom: 10px; }
.home-page .proof-strip span { font-size: .9rem; }
.home-page .section, .home-page .social-proof-section { width: min(1180px, calc(100% - 56px)); }
.home-page .section-kicker { font-size: .75rem; font-weight: 650; letter-spacing: .11em; color: var(--deep-rose); }
.home-page .section-kicker::before { display: none; }
.home-page .social-proof-section { margin: 0 auto; padding: 80px 0; }
.home-page .modern-proof-heading h2 { max-width: 650px; font-size: var(--type-h2); margin: 0 0 34px; }
.home-page .testimonial-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; padding: 0; gap: 22px; }
.home-page .testimonial-card { display: flex; flex-direction: column; gap: 22px; min-width: 0; padding: 27px; background: #fff; box-shadow: none; border: 1px solid var(--line); border-radius: 8px; }
.home-page .testimonial-card::before { display: none; }
.home-page .testimonial-image-wrap { width: 64px; height: 64px; min-height: 0; border-radius: 50%; flex-shrink: 0; }
.home-page .testimonial-copy { display: flex; flex-direction: column; padding: 0; flex: 1; }
.home-page .testimonial-copy .section-kicker { margin: 0 0 8px; }
.home-page .testimonial-copy h3 { font-size: 1.35rem; line-height: 1.25; margin: 0 0 18px; order: 0; }
.home-page .testimonial-stars, .home-page .testimonial-proof { display: none; }
.home-page .testimonial-copy blockquote { margin: 0 0 24px; }
.home-page .testimonial-copy blockquote p { font-family: var(--font-body); font-size: .9rem; line-height: 1.75; font-style: normal; margin: 0 0 12px; }
.home-page .testimonial-attribution { margin-top: auto; border-top: 1px solid var(--line); padding-top: 18px; gap: 6px; }
.home-page .testimonial-attribution strong { font-size: .86rem; }
.home-page .testimonial-attribution span { font-size: .8rem; }
.home-page .intro-section { padding-top: 25px; }
.home-page .outcome-card { border: 0; border-top: 2px solid var(--deep-rose); background: none; box-shadow: none; border-radius: 0; padding: 26px 0 0; }
.home-page .outcome-card > span { background: none; color: var(--deep-rose); padding: 0; font-size: .85rem; }
.home-page .services-home-bridge { width: min(1180px, calc(100% - 56px)); margin: 0 auto 80px; padding: 42px; background: var(--ink); border: 0; border-radius: 10px; box-shadow: none; }
.home-page .services-home-bridge::before, .home-page .services-home-bridge::after { display: none; }
.home-page .services-home-bridge h2 { color: var(--paper); font-size: 2rem; }
.home-page .services-home-bridge p:not(.section-kicker) { color: #f7f3eabb; }
.home-page .services-home-bridge .section-kicker, .home-page .services-home-bridge .text-link { color: var(--champagne); }
.home-page .difference-section { padding: 0 0 80px; border: 0; }
.home-page .difference-grid { gap: 25px; }
.home-page .difference-grid article { padding: 24px 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: none; box-shadow: none; }
.home-page .difference-grid span { font-size: .75rem; color: var(--deep-rose); }
.home-page .page-author { border-radius: 6px; box-shadow: none; background: none; }
.home-page .lead-form { background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: none; }
.home-page .lead-form input, .home-page .lead-form select, .home-page .lead-form textarea { border-radius: 5px; background: #fff; }
.home-page .contact-trust-line, .home-page .contact-expectations > div { box-shadow: none; border-radius: 6px; }
.home-page .founder-card { border-radius: 10px; box-shadow: none; background: #fff; }
.home-page .founder-card::before { display: none; }
.home-page .site-footer { background: var(--ink); color: var(--paper); }
.home-page .reveal { opacity: 1; transform: none; }
@media (min-width: 901px) and (max-width: 1150px) {
  .home-page .nav-links { gap: 12px; font-size: .78rem; }
  .home-page .site-header { gap: 15px; }
}
@media (max-width: 900px) {
  .home-page .site-header { display: flex; justify-content: space-between; padding: 18px 24px; }
  .home-page .nav-links, .home-page .nav-cta { display: none; }
  .home-page .mobile-nav > summary { background: transparent; color: var(--paper); border-color: #d4af6a80; }
  .home-page .hero { grid-template-columns: 1fr; padding: 58px 28px; gap: 45px; }
  .home-page .hero-content { padding: 0; }
  .home-page .hero h1 { font-size: clamp(3rem, 8vw, 4.7rem); }
  .home-page .strategy-map { max-width: 620px; width: 100%; }
  .home-page .testimonial-rail { grid-template-columns: 1fr; }
  .home-page .testimonial-card { display: grid; grid-template-columns: 64px minmax(0, 1fr); }
  .home-page .difference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .trusted-by-inner { flex-direction: column; gap: 20px; }
  .home-page .trusted-logo-bar { width: 100%; }
}
@media (max-width: 600px) {
  .home-page .hero { padding: 45px 22px; }
  .home-page .hero h1 { font-size: clamp(2.5rem, 10.5vw, 3.7rem); }
  .home-page .modern-eyebrow { font-size: .75rem; line-height: 1.7; }
  .home-page .hero-copy { font-size: 1rem; }
  .home-page .hero .button-primary { gap: 12px; font-size: .85rem; padding: 15px; }
  .home-page .strategy-map { padding: 23px; }
  .home-page .journey-steps li { gap: 12px; }
  .home-page .journey-symbol { display: none; }
  .home-page .map-founder strong { line-height: 1.5; }
  .home-page .trusted-logo-bar { gap: 20px; }
  .home-page .trusted-logo-bar img { width: 100%; max-height: 42px; }
  .home-page .trusted-logo-bar a { flex: 1; }
  .home-page .proof-strip { display: grid; grid-template-columns: 1fr; gap: 23px; padding: 32px 0; }
  .home-page .proof-strip > div { border: 0; padding: 0; }
  .home-page .section, .home-page .social-proof-section, .home-page .services-home-bridge { width: calc(100% - 44px); }
  .home-page .social-proof-section { padding: 55px 0; }
  .home-page .testimonial-card { display: flex; padding: 23px; }
  .home-page .intro-grid, .home-page .section-heading, .home-page .contact-section { grid-template-columns: 1fr; gap: 24px; }
  .home-page .services-home-bridge { padding: 30px 24px; grid-template-columns: 1fr; }
  .home-page .difference-grid { grid-template-columns: 1fr; gap: 0; }
  .home-page .difference-grid article { min-height: 0; }
}
/* Conversion pass: put the action beside its explanation, with compact proof. */
.home-page .hero h1 { font-size: clamp(2.5rem, 4.6vw, 4.4rem); max-width: 720px; }
.home-page .full-testimonial { margin: 0 0 24px; }
.home-page .full-testimonial summary { cursor: pointer; color: var(--deep-rose); font-size: .875rem; padding: 8px 0; }
.home-page .full-testimonial blockquote { margin-top: 16px; }
.home-page .contact-section { scroll-margin-top: 20px; padding-top: 64px; }
.home-page .contact-copy { align-self: start; }
.home-page .contact-copy p:last-child { max-width: 520px; }
.home-page .chat-opt-in { background: none; border: 1px solid var(--line); padding: 12px 16px; border-radius: 6px; color: var(--ink); font: inherit; font-size: .875rem; cursor: pointer; text-align: left; }
.home-page .chat-opt-in:disabled { cursor: default; opacity: .65; }
.home-page .chat-load-status { font-size: .875rem; }
.home-page .chat-load-status:empty { display: none; }
.home-page:has(#lead-form:focus-within) #salespeak-sticky-input,
.home-page:has(#contact:target) #salespeak-sticky-input { display: none !important; }
@media (max-width: 900px) {
  .home-page .contact-section { gap: 22px; }
  .home-page .contact-copy { margin: 0; }
  .home-page .contact-copy p:last-child { margin-bottom: 0; }
}
@media (max-width: 600px) {
  .home-page .hero h1 { font-size: clamp(2.3rem, 9.5vw, 3.4rem); }
  .home-page .hero .button-primary { width: 100%; justify-content: space-between; }
  .home-page .strategy-map { padding: 20px; }
  .home-page .strategy-map h2 { margin: 18px 0; }
  .home-page .journey-steps li { padding: 12px 0; }
  .home-page .contact-section { padding-top: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-page *, .home-page *::before, .home-page *::after { animation: none !important; transition: none !important; }
}

/* Visual refinement: precise surfaces, connected geometry, original brand colors. */
.home-page { background: #f7f3ea; --type-h2: clamp(2rem, 3.5vw, 3.25rem); }
.home-page .site-header { background: #17151af5; border-bottom-color: #ffffff12; padding-top: 22px; padding-bottom: 22px; }
.home-page .nav-links a { position: relative; }
.home-page .nav-links a::after { content: ''; position: absolute; bottom: 1px; left: 0; width: 0; height: 1px; background: var(--champagne); transition: width .2s ease; }
.home-page .nav-links a:hover::after { width: 100%; }
.home-page .nav-cta { border-radius: 100px; background: #ffffff06; }
.home-page .hero { padding-top: 76px; padding-bottom: 84px; gap: clamp(35px, 5vw, 76px); background: radial-gradient(ellipse at 90% 15%, #a64d5a24, transparent 50%), radial-gradient(ellipse at 60% 100%, #d4af6a13, transparent 45%), var(--ink); }
.home-page .hero::before { background-size: 48px 48px; background-image: linear-gradient(#d4af6a0b 1px, transparent 1px), linear-gradient(90deg, #d4af6a0b 1px, transparent 1px); mask-image: linear-gradient(90deg, transparent 30%, #000); }
.home-page .modern-eyebrow { display: flex; align-items: center; gap: 12px; font-size: .75rem; letter-spacing: .12em; line-height: 1.65; }
.home-page .modern-eyebrow::before { content: ''; flex: 0 0 7px; height: 7px; border-radius: 50%; background: var(--champagne); box-shadow: 0 0 0 5px #d4af6a12, 0 0 20px #d4af6a45; }
.home-page .hero h1 { font-weight: 500; letter-spacing: -.055em; line-height: 1.08; }
.home-page .hero h1 span { color: #dba1ac; }
.home-page .hero-copy { color: #f7f3eabf; line-height: 1.85; }
.home-page .hero .button-primary { border-radius: 8px; box-shadow: 0 1px 0 #fff6 inset, 0 8px 28px #d4af6a18; padding: 17px 24px; }
.home-page .hero .button-primary span { display: grid; place-items: center; width: 24px; height: 24px; border-left: 1px solid #17151a30; padding-left: 12px; }
.home-page .strategy-map { position: relative; background: linear-gradient(145deg, #ffffff0b, #ffffff02); border: 1px solid #d4af6a40; border-radius: 20px; box-shadow: 0 30px 80px #0004, 0 1px 0 #ffffff14 inset; padding: 30px; }
.home-page .strategy-map::before { content: ''; position: absolute; top: -1px; left: 32px; right: 32px; height: 1px; background: linear-gradient(90deg, transparent, #d4af6acc, #c98a96, transparent); }
.home-page .map-topline { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .75rem; letter-spacing: .01em; border-bottom: 0; padding-bottom: 0; }
.home-page .map-topline > span:last-child { border: 1px solid #ffffff26; border-radius: 6px; width: 26px; height: 26px; display: grid; place-items: center; }
.home-page .strategy-map h2 { font-weight: 500; font-size: clamp(1.8rem, 2.7vw, 2.5rem); margin: 25px 0 30px; }
.home-page .journey-steps { display: grid; gap: 14px; position: relative; }
.home-page .journey-steps::before { content: ''; position: absolute; width: 1px; top: 20px; bottom: 20px; left: 33px; background: linear-gradient(var(--dusty-rose), var(--champagne)); opacity: .5; }
.home-page .journey-steps li, .home-page .journey-steps li + li { padding: 18px 14px; border: 1px solid #ffffff12; border-radius: 10px; background: #211d23; box-shadow: 0 8px 18px #00000012; }
.home-page .journey-steps li:nth-child(2) { margin-left: 12px; background: #282129; }
.home-page .journey-steps li:nth-child(3) { margin-left: 24px; border-color: #d4af6a45; background: #2b2528; }
.home-page .journey-number { border-radius: 7px; flex-basis: 38px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; background: #17151a; border-color: #c98a9645; }
.home-page .journey-steps li:last-child .journey-number { color: var(--champagne); border-color: #d4af6a60; }
.home-page .journey-steps p { font-size: .8rem; line-height: 1.55; }
.home-page .map-founder { margin-top: 28px; border-top-color: #ffffff18; }
.home-page .map-founder img { width: 52px; height: 52px; border: 2px solid #d4af6a50; padding: 2px; }
.home-page .trusted-by-section { background: #fffcf7; padding-top: 30px; padding-bottom: 30px; }
.home-page .trusted-by-inner > p { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; color: var(--muted); }
.home-page .trusted-logo-bar a { flex: 1; border-radius: 0; border-left: 1px solid var(--line); }
.home-page .social-proof-section { padding-top: 90px; padding-bottom: 90px; }
.home-page .section-kicker { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; }
.home-page .modern-proof-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 32px; align-items: start; margin-bottom: 40px; }
.home-page .modern-proof-heading .section-kicker { margin-top: 9px; }
.home-page .modern-proof-heading h2 { margin: 0; }
.home-page .testimonial-rail { gap: 20px; }
.home-page .testimonial-card { background: #fffcf7; border-color: #17151a16; border-radius: 14px; padding: 28px; box-shadow: 0 6px 22px #17151a04; transition: border-color .2s, box-shadow .2s; }
.home-page .testimonial-card:hover { border-color: #a64d5a55; box-shadow: 0 15px 35px #17151a09; }
.home-page .testimonial-image-wrap { border-radius: 12px; border: 1px solid #17151a16; }
.home-page .testimonial-copy h3 { font-weight: 550; font-size: 1.4rem; letter-spacing: -.035em; }
.home-page .testimonial-copy blockquote p { color: #51494b; }
.home-page .testimonial-attribution { border-top-color: #17151a16; }
.home-page .intro-section { padding-top: 55px; border-top: 1px solid var(--line); }
.home-page .outcome-grid { gap: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fffcf7; }
.home-page .outcome-card { padding: 30px; border: 0; border-right: 1px solid var(--line); }
.home-page .outcome-card:last-child { border-right: 0; }
.home-page .outcome-card > span { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; display: inline-grid; place-items: center; width: 36px; height: 36px; border: 1px solid #a64d5a30; border-radius: 8px; margin-bottom: 10px; }
.home-page .services-home-bridge { padding: 48px; border: 1px solid #d4af6a40; border-radius: 16px; background: radial-gradient(ellipse at 100% 100%, #a64d5a35, transparent 70%), var(--ink); box-shadow: 0 20px 40px #17151a12; }
.home-page .services-home-bridge > .text-link { padding: 15px 20px; border: 1px solid #d4af6a60; border-radius: 8px; white-space: normal; }
.home-page .founder-card { padding: 0; gap: 0; border-radius: 16px; border-color: #17151a1a; overflow: hidden; }
.home-page .founder-portrait-wrap { align-self: stretch; border-radius: 0; min-height: 100%; }
.home-page .founder-portrait { height: 100%; width: 100%; object-fit: cover; border-radius: 0; }
.home-page .founder-copy { padding: clamp(26px, 4vw, 52px); }
.home-page .founder-accordion { background: none; border-radius: 0; box-shadow: none; }
.home-page .lead-form { padding: clamp(24px, 3vw, 40px); border-radius: 16px; border-color: #17151a20; box-shadow: 0 18px 50px #17151a07; }
.home-page .form-header { border-bottom-color: #17151a16; }
.home-page .lead-form input, .home-page .lead-form select, .home-page .lead-form textarea { background: #fbfaf7; border: 1px solid #17151a26; border-radius: 8px; box-shadow: none; font-weight: 400; }
.home-page .lead-form input:focus, .home-page .lead-form select:focus, .home-page .lead-form textarea:focus { background: #fff; border-color: var(--deep-rose); }
.home-page .site-footer { border-top: 1px solid #d4af6a40; }
@media (max-width: 900px) {
 .home-page .hero { padding: 55px 28px; }
 .home-page .strategy-map { max-width: none; }
 .home-page .modern-proof-heading { grid-template-columns: 1fr; gap: 14px; }
 .home-page .trusted-logo-bar a:first-child { border-left: 0; }
 .home-page .founder-portrait-wrap { min-height: 0; }
 .home-page .founder-portrait { max-height: 520px; object-position: center 30%; }
}
@media (max-width: 600px) {
 .home-page .hero { padding: 42px 22px; gap: 36px; }
 .home-page .modern-eyebrow { font-size: .75rem; }
 .home-page .strategy-map { padding: 22px 18px; border-radius: 14px; }
 .home-page .map-topline { font-size: .75rem; }
 .home-page .journey-steps li { gap: 12px; padding: 14px 10px; }
 .home-page .journey-steps li:nth-child(2) { margin-left: 6px; }
 .home-page .journey-steps li:nth-child(3) { margin-left: 12px; }
 .home-page .journey-steps strong { font-size: .95rem; }
 .home-page .journey-steps p { font-size: .75rem; }
 .home-page .journey-steps::before { left: 29px; }
 .home-page .trusted-logo-bar { gap: 12px; }
 .home-page .trusted-logo-bar a { padding-left: 12px; }
 .home-page .social-proof-section { padding: 55px 0; }
 .home-page .testimonial-card { padding: 24px; }
 .home-page .outcome-card { border-right: 0; border-bottom: 1px solid var(--line); padding: 25px; }
 .home-page .outcome-card:last-child { border-bottom: 0; }
 .home-page .services-home-bridge { padding: 30px 24px; }
 .home-page .founder-copy { padding: 26px; }
}

/* Original geometric marketing-system diagrams. */
.home-page .outcome-card .system-graphic {
  display: grid; place-items: center; overflow: hidden;
  margin: -30px -30px 28px; padding: 18px 12px;
  background: radial-gradient(ellipse at 85% 15%, #a64d5a26, transparent 65%), #17151a;
  border-bottom: 1px solid #d4af6a30;
}
.home-page .system-graphic img { width: 100%; height: auto; max-width: 360px; transition: transform .35s ease; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .home-page .outcome-card:hover .system-graphic img { transform: translateY(-3px); }
}
@media (max-width: 600px) {
 .home-page .outcome-card .system-graphic { margin: -25px -25px 24px; padding: 12px; }
}

/* Alternating diagram-and-copy rows give the service story a continuous flow. */
.home-page .outcome-grid {
  display: grid;
  grid-template-columns: 1fr;
  border: 0;
  border-radius: 0;
  background: none;
  overflow: visible;
  gap: 28px;
}
.home-page .outcome-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(28px, 5vw, 64px);
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffcf7;
  overflow: hidden;
}
.home-page .outcome-card .system-graphic {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: stretch;
  margin: 0;
  padding: 24px 16px;
  border: 1px solid #d4af6a30;
  border-radius: 10px;
  min-height: 230px;
}
.home-page .outcome-card > span,
.home-page .outcome-card > h3,
.home-page .outcome-card > p { grid-column: 2; }
.home-page .outcome-card > span { grid-row: 1; margin: 12px 0 18px; }
.home-page .outcome-card > h3 { grid-row: 2; margin: 0 0 14px; }
.home-page .outcome-card > p { grid-row: 3; margin: 0; max-width: 470px; }
.home-page .outcome-card:nth-child(even) .system-graphic { grid-column: 2; }
.home-page .outcome-card:nth-child(even) > span,
.home-page .outcome-card:nth-child(even) > h3,
.home-page .outcome-card:nth-child(even) > p { grid-column: 1; }
@media (max-width: 600px) {
  .home-page .outcome-card { grid-template-columns: 1fr; grid-template-rows: auto; padding: 24px; gap: 0; }
  .home-page .outcome-card .system-graphic,
  .home-page .outcome-card:nth-child(even) .system-graphic { grid-column: 1; grid-row: 1; margin: 0 0 24px; min-height: 0; padding: 12px; }
  .home-page .outcome-card > span,
  .home-page .outcome-card:nth-child(even) > span { grid-column: 1; grid-row: 2; margin-top: 0; }
  .home-page .outcome-card > h3,
  .home-page .outcome-card:nth-child(even) > h3 { grid-column: 1; grid-row: 3; }
  .home-page .outcome-card > p,
  .home-page .outcome-card:nth-child(even) > p { grid-column: 1; grid-row: 4; }
}
