/* Homepage composition; shared theme and shell live in styles.css. */
.consulting-home {
  overflow-x: visible;
}

.consulting-home h1,
.consulting-home h2,
.consulting-home h3,
.consulting-home p { margin: 0; }
.consulting-home :is(h1, h2, h3) { overflow-wrap: break-word; }
.consulting-home h2 { font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.12; letter-spacing: -0.055em; font-weight: 700; }
.consulting-home svg { width: 24px; height: 24px; flex: 0 0 auto; }
.consulting-home :is(a, button, input):focus-visible { outline: 3px solid var(--home-accent); outline-offset: 5px; }
.consulting-home section[id] { scroll-margin-top: 90px; }
.consulting-home .home-eyebrow { color: var(--home-accent); font-size: 0.6875rem; line-height: 1.5; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }


.home-hero { padding: 19px 0 39px; border-bottom: 1px solid var(--home-line); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, 2.78fr) minmax(0, 1fr); margin-top: 14px; }
.consulting-home .home-hero h1 { font-size: clamp(3.625rem, 7.6vw, 6rem); line-height: 0.94; letter-spacing: -0.06em; font-weight: 700; }
.home-hero-copy { padding-right: 28px; }
.consulting-home .home-intro { max-width: 610px; margin-top: 16px; color: var(--home-muted); font-size: 1.3125rem; line-height: 1.4; letter-spacing: -0.025em; }
.home-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px 30px; margin-top: 16px; }
.home-primary { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 12px 25px; border: 1px solid var(--home-accent); border-radius: 3px; color: white; background: var(--home-button); font-size: 1rem; font-weight: 600; transition: background 160ms ease; }
.home-primary:hover { background: #963323; border-color: #963323; }
.home-text-link { display: inline-block; font-size: 0.9375rem; font-weight: 600; line-height: 1.6; border-bottom: 1px solid #949f9e; padding-bottom: 4px; }
.home-text-link:hover { color: var(--home-accent); border-color: currentColor; }
.home-aside { border-left: 1px solid var(--home-line); padding: 52px 0 16px 60px; }
.home-aside::before { content: ""; display: block; width: 33px; border-top: 2px solid var(--home-accent); margin-bottom: 23px; }
.consulting-home .home-aside p { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; font-size: 1.5rem; line-height: 1.27; letter-spacing: -0.04em; color: #404746; }
.home-aside span { display: block; font-size: 0.875rem; color: var(--home-muted); margin-top: 26px; }

.home-services { padding-top: 30px; padding-bottom: 0; }
.home-services h2 { margin-top: 12px; }
.consulting-home .home-section-intro { font-size: 1.25rem; color: var(--home-muted); line-height: 1.5; margin-top: 9px; letter-spacing: -0.035em; }
.home-service-list { margin-top: 14px; }
.home-service { display: grid; grid-template-columns: 80px 27.5% minmax(0, 1fr) 24px; gap: 22px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--home-line); }
.home-service:last-child { border-bottom: 0; }
.home-service-number { font-size: 2.5rem; font-weight: 700; letter-spacing: -0.07em; color: var(--home-accent); line-height: 1.1; }
.consulting-home .home-problem { font-size: 1.375rem; font-weight: 500; line-height: 1.24; letter-spacing: -0.055em; }
.home-service-detail { border-left: 1px solid var(--home-line); padding-left: 48px; min-height: 54px; }
.home-service-detail strong { display: block; font-size: 1.375rem; font-weight: 500; line-height: 1.25; letter-spacing: -0.055em; }
.consulting-home .home-service-detail p { font-size: 1rem; line-height: 1.35; margin-top: 3px; color: var(--home-muted); letter-spacing: -0.035em; }
.home-service > svg { color: var(--home-accent); align-self: center; }
.home-service:hover :is(h3, strong) { color: var(--home-accent); }

.home-work { background: var(--home-sand); padding: 29px 0 22px; }
.home-work-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 54px; margin-top: 13px; }
.home-recording img { width: 100%; height: auto; }
.home-recording > span { display: flex; align-items: center; gap: 8px; font-size: 0.6875rem; margin-top: 8px; }
.home-recording svg { width: 18px; height: 18px; }
.home-recording:hover { color: var(--home-accent); }
.consulting-home .home-work h2 { max-width: 9em; font-size: 2.25rem; line-height: 1.06; }
.home-work h2 a:hover { color: var(--home-accent); }
.consulting-home .home-work-subtitle { max-width: 250px; font-size: 1.375rem; line-height: 1.17; letter-spacing: -0.03em; margin-top: 12px; }
.consulting-home .home-evidence { font-size: 1rem; line-height: 1.4; color: var(--home-muted); margin-top: 17px; letter-spacing: -0.03em; }
.home-watch { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid #bf8e7d; color: var(--home-accent); font-size: 1rem; font-weight: 600; }
.home-watch svg { width: 21px; height: 21px; }
.consulting-home .home-scope { color: var(--home-muted); font-size: 0.6875rem; line-height: 1.5; margin-top: 18px; }

.home-next { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; padding: 28px 0 33px; }
.consulting-home .home-next h2 { font-size: 2.125rem; line-height: 1.04; margin-top: 9px; }
.home-next-action { display: flex; align-items: center; justify-content: center; border-left: 1px solid var(--home-line); }
.home-next-action .home-primary { font-size: 0.875rem; min-height: 44px; padding: 10px 20px; }

.home-about { padding: 42px 0; display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; border-top: 1px solid var(--home-line); }
.consulting-home .home-about h2,
.consulting-home .home-signup h2 { margin-top: 14px; font-size: 2rem; }
.home-about-copy { font-size: 1rem; line-height: 1.65; color: var(--home-muted); }
.consulting-home .home-about-copy p + p { margin-top: 14px; }
.consulting-home .home-example-label { color: var(--home-ink); font-size: 0.75rem; font-weight: 700; }
.home-examples { display: flex; gap: 8px 20px; flex-wrap: wrap; }
.home-examples a { font-size: 0.75rem; text-decoration: underline; text-underline-offset: 4px; }
.home-examples a:hover { color: var(--home-accent); }
.home-signup { padding: 38px 0 42px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; border-top: 1px solid var(--home-line); }
.consulting-home .home-signup > div > p:not(.home-eyebrow) { font-size: 0.9375rem; line-height: 1.6; color: var(--home-muted); margin: 16px 0; }
.consulting-home .home-signup-form { gap: 16px; }
.consulting-home .field span { color: var(--home-ink); }
.consulting-home .field input[type="email"]:focus { outline: 3px solid var(--home-accent); outline-offset: 4px; border-color: var(--home-accent); }
.consulting-home .field input { border: 1px solid #a9aaa7; border-radius: 3px; background: white; color: var(--home-ink); }
.consulting-home .checkbox-field { color: var(--home-muted); font-size: 0.8125rem; line-height: 1.5; }
.consulting-home .checkbox-field input { accent-color: var(--home-accent); }
.consulting-home .button { border-radius: 3px; background: var(--home-accent); border-color: var(--home-accent); color: white; box-shadow: none; font-weight: 600; letter-spacing: 0; }
.consulting-home .button:hover { background: #963323; border-color: #963323; }
.consulting-home .form-status { min-height: 0; margin: 0; }

@media (min-width: 1200px) {
  .home-hero { padding-top: 35px; padding-bottom: 55px; }
  .home-hero-grid { grid-template-columns: minmax(0, 2.6fr) minmax(0, 1fr); }
  .home-hero-copy { padding-right: 48px; }
  .home-aside { padding-left: 65px; }
  .home-service { padding: 30px 0; }
  .home-work { padding: 38px 0; }
}

@media (max-width: 900px) {
  .home-aside { padding-left: 30px; }
  .consulting-home .home-aside p { font-size: 1.375rem; }
  .home-hero-copy { padding-right: 22px; }
  .consulting-home .home-hero h1 { font-size: clamp(3.125rem, 7.4vw, 4.3125rem); }
  .consulting-home .home-intro { font-size: 1.125rem; }
  .home-actions { gap: 18px; }
  .home-primary { padding: 12px 18px; font-size: 0.875rem; }
  .home-text-link { font-size: 0.875rem; }
  .home-service { grid-template-columns: 56px 29% minmax(0, 1fr) 24px; gap: 16px; }
  .home-service-detail { padding-left: 26px; }
  .home-work-grid { gap: 32px; }
  .consulting-home .home-work h2 { max-width: 9em; font-size: 2rem; }
  .home-about, .home-signup { gap: 36px; }
}

@media (max-width: 720px) {
  .home-hero { padding-top: 23px; padding-bottom: 30px; }
  .consulting-home .home-eyebrow { font-size: 0.625rem; letter-spacing: 0.14em; }
  .home-hero-grid { grid-template-columns: 1fr; margin-top: 19px; }
  .home-hero-copy { padding: 0; }
  .consulting-home .home-hero h1 { font-size: clamp(2.8125rem, 10.7vw, 4.375rem); line-height: 1; max-width: 600px; }
  .home-desktop-break { display: none; }
  .consulting-home .home-intro { margin-top: 20px; font-size: 1.125rem; line-height: 1.5; }
  .home-actions { gap: 20px; margin-top: 23px; }
  .home-primary { min-height: 48px; padding: 12px 20px; font-size: 0.9375rem; }
  .home-aside { border-left: 2px solid var(--home-accent); padding: 0 0 0 20px; margin-top: 30px; }
  .home-aside::before { display: none; }
  .consulting-home .home-aside p { font-size: 1.375rem; max-width: 440px; }
  .home-aside span { margin-top: 12px; font-size: 0.75rem; }
  .home-services { padding-top: 27px; }
  .consulting-home h2 { font-size: 2.0625rem; }
  .consulting-home .home-section-intro { margin-top: 13px; font-size: 1.0625rem; line-height: 1.5; }
  .home-service-list { margin-top: 14px; }
  .home-service { grid-template-columns: 42px minmax(0, 1fr) 24px; gap: 12px; padding: 24px 0; }
  .home-service-number { font-size: 1.875rem; grid-row: 1 / 3; }
  .consulting-home .home-problem { font-size: 1.3125rem; }
  .home-problem br { display: none; }
  .home-service-detail { grid-column: 2; grid-row: 2; border: 0; padding: 0; min-height: 0; }
  .home-service-detail strong { font-size: 1.0625rem; }
  .consulting-home .home-service-detail p { font-size: 0.9375rem; margin-top: 5px; line-height: 1.4; }
  .home-service > svg { grid-column: 3; grid-row: 1 / 3; }
  .home-work { padding: 28px 0; }
  .home-work-grid { grid-template-columns: 1fr; gap: 25px; }
  .consulting-home .home-work h2 { max-width: 9em; font-size: 2.125rem; }
  .consulting-home .home-work-subtitle { max-width: 360px; font-size: 1.3125rem; }
  .consulting-home .home-evidence { max-width: 430px; }
  .home-next { grid-template-columns: 1fr; gap: 22px; padding: 30px 0; }
  .consulting-home .home-next h2 { font-size: 1.9375rem; }
  .home-next-action { justify-content: flex-start; border: 0; }
  .home-next-action .home-primary { min-height: 48px; font-size: 0.9375rem; }
  .home-about, .home-signup { grid-template-columns: 1fr; gap: 22px; padding: 32px 0; }
  .consulting-home .home-about h2, .consulting-home .home-signup h2 { font-size: 1.875rem; }
}

@media (prefers-reduced-motion: reduce) {
  html:has(.consulting-home) { scroll-behavior: auto; }
  .consulting-home *, .consulting-home *::before, .consulting-home *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
