/* Site-specific composition. Brand values come from the adopted v0.1 CSS. */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { background: var(--so-sage); color: var(--so-navy); }
a { color: inherit; text-underline-offset: 5px; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--so-teal); outline-offset: 6px; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-weight: 700; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: 12px; left: 12px; padding: 12px 20px; background: var(--so-navy); color: var(--so-white); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 130px; border-bottom: 1px solid color-mix(in srgb, var(--so-navy) 16%, transparent); gap: 24px; }
.brand { display: flex; width: 218px; flex-shrink: 0; padding: 6px; margin-left: -6px; }
.brand svg { display: block; width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 36px; }
nav a { text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: .04em; padding-block: 12px; }
nav a:hover { text-decoration: underline; }
.nav-contact { display: flex; gap: 24px; border-bottom: 1px solid var(--so-navy); }
.hero { padding-block: 76px 88px; text-align: center; }
.hero-copy { max-width: 800px; margin-inline: auto; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 27px; }
.small-square { display: inline-block; width: 8px; height: 8px; flex-shrink: 0; background: var(--so-green); }
h1 { font-size: clamp(56px, 5.7vw, 80px); line-height: 1.07; letter-spacing: -.055em; }
.hero-last { position: relative; display: inline-block; }
.hero-last::after { content: ''; display: block; width: 98%; height: 5px; background: var(--so-teal); margin-top: 10px; }
.hero-description { max-width: 540px; font-size: 17px; line-height: 1.8; margin: 28px auto 32px; }
.button { background: var(--so-navy); color: var(--so-canvas); display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; padding: 16px 23px; border: 1px solid var(--so-navy); border-radius: var(--so-radius-sm); text-decoration: none; font-size: 13px; font-weight: 600; min-height: 52px; transition: background 180ms, color 180ms; }
.button:hover { background: var(--so-canvas); color: var(--so-navy); }
.button span, .text-link span { font-size: 20px; line-height: 1; }
.section { padding-block: 76px; }
.work { border-top: 1px solid color-mix(in srgb, var(--so-navy) 16%, transparent); }
.section-intro { display: grid; grid-template-columns: 1fr 2fr 1.5fr; gap: 36px; align-items: start; margin-bottom: 56px; }
.section-intro .eyebrow { margin-top: 8px; }
h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.2; letter-spacing: -.04em; }
.section-intro > p:last-child { font-size: 14px; padding-top: 5px; }
.work-columns { display: grid; grid-template-columns: 1fr 1fr; }
.work-item { padding: 32px 56px 8px 0; border-top: 1px solid color-mix(in srgb, var(--so-navy) 25%, transparent); }
.play-item { padding-left: 56px; padding-right: 0; border-left: 1px solid color-mix(in srgb, var(--so-navy) 16%, transparent); }
.item-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.item-number { font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.item-heading svg { width: 36px; height: 36px; color: var(--so-teal); }
h3 { font-size: 25px; font-weight: 600; line-height: 1.35; letter-spacing: -.035em; margin-bottom: 18px; }
.work-item > p { font-size: 14px; max-width: 470px; }
.service-list { list-style: none; padding: 0; margin: 26px 0 30px; font-size: 13px; }
.service-list li { padding-block: 9px; border-bottom: 1px solid color-mix(in srgb, var(--so-navy) 12%, transparent); }
.service-list li::before { content: '+'; margin-right: 12px; font-weight: 600; }
.text-link { display: inline-flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 600; padding-block: 10px; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.play-note { background: var(--so-mist); padding: 24px; margin: 28px 0; display: flex; gap: 14px; align-items: baseline; border-radius: var(--so-radius-sm); font-size: 13px; font-weight: 600; }
.play-note p span { font-size: 12px; font-weight: 400; }
.quiet-note { font-size: 12px !important; }
.approach { margin-top: 12px; background: var(--so-navy); color: var(--so-canvas); }
.approach-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 76px; }
.approach .eyebrow { color: var(--so-sage); margin-bottom: 28px; }
.approach h2 { font-size: clamp(36px, 3.6vw, 48px); }
.approach-copy { padding-top: 44px; font-size: 15px; }
.approach-copy p + p { margin-top: 20px; }
.approach-signoff { display: inline-block; font-size: 12px; color: var(--so-sage); margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--so-teal); }
.contact > .eyebrow { margin-bottom: 24px; }
.contact-row { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-row p { margin-top: 20px; font-size: 15px; }
.contact .button { min-width: 180px; flex-shrink: 0; }
.site-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid color-mix(in srgb, var(--so-navy) 16%, transparent); padding-block: 28px; gap: 24px; font-size: 11px; }
.footer-name { font-size: 14px; font-weight: 700; text-decoration: none; }
@media (min-width: 1450px) { .hero { padding-block: 90px 104px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero .eyebrow { font-size: 9px; letter-spacing: .1em; }
  .section-intro { grid-template-columns: 1fr 2fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .work-item { padding-right: 32px; }
  .play-item { padding-left: 32px; padding-right: 0; }
  .approach-inner { gap: 56px; }
  nav { gap: 24px; }
}
@media (max-width: 720px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 105px; flex-wrap: wrap; justify-content: center; gap: 0; padding-block: 10px 14px; }
  .brand { width: 185px; }
  nav { width: 100%; justify-content: center; gap: 20px; }
  nav a { font-size: 11px; white-space: nowrap; }
  .nav-contact { gap: 10px; }
  .hero { padding-block: 48px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .12em; }
  h1 { font-size: clamp(52px, 11vw, 76px); }
  .hero-description { font-size: 16px; }
  .section { padding-block: 48px; }
  .section-intro { display: block; margin-bottom: 32px; }
  .section-intro h2 { margin-block: 20px; }
  .section-intro > p:last-child { max-width: 420px; }
  .work-columns { grid-template-columns: 1fr; gap: 32px; }
  .work-item, .play-item { padding: 24px 0 0; border-left: 0; }
  .approach-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 48px; }
  .approach-copy { padding-top: 0; }
  .contact-row { flex-direction: column; align-items: flex-start; gap: 28px; }
  .site-footer { flex-wrap: wrap; gap: 12px; }
  .site-footer p { display: none; }
  .desktop-break { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
