@import url('/assets/css/sc-brand-foundation.css');
/* Apple Maps v2: white product stage, restrained controls, no decorative lines. */
:root {
  --ink: #1d1d1f;
  --muted: #626267;
  --accent: #0066cc;
  --focus: #0066cc;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #fff; }
body { margin: 0; color: var(--ink); background: #fff; font-family: 'Avenir Next', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; border-radius: 0; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, legend:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.045em; text-wrap: balance; }
p { line-height: 1.55; }
.wrap { width: min(1080px, calc(100% - 80px)); margin-inline: auto; }
.muted { color: var(--muted); }
.eyebrow { font-size: 14px; font-weight: 700; letter-spacing: -.015em; }
.skip-link { position: absolute; left: 20px; top: -90px; background: #fff; padding: 12px; z-index: 20; }
.skip-link:focus { top: 10px; }
.masthead { display: flex; justify-content: space-between; align-items: center; min-height: 84px; }
.masthead > span { font-size: 11px; line-height: 1.6; text-align: right; }
.brand { display: inline-flex; padding: 5px; }
.brand img { width: 42px; height: 42px; }
.hero { padding: 43px 0 0; text-align: center; }
.hero h1 { font-size: clamp(42px, 5vw, 64px); line-height: 1.04; margin: 15px auto 0; letter-spacing: -.055em; }
.hero h1 span { color: #626267; }
.lede { max-width: 650px; margin: 21px auto 0; font-size: 19px; line-height: 1.45; letter-spacing: -.015em; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 26px; margin-top: 25px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 46px; padding: 11px 22px; border: 0; background: var(--accent); color: #fff; font-size: 14px; font-weight: 400; transition: background .18s ease, transform .18s ease; }
.button:hover { background: #0055aa; }
.button:active { transform: scale(.98); }
.button span { font-size: 22px; line-height: 1; }
.phone-link, .text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 15px; color: var(--accent); }
.phone-link span, .text-link span { font-size: 23px; line-height: 1; }
.hero-stage { width: min(1060px, calc(100% - 32px)); margin: 34px auto 0; }
.hero-stage img { width: 100%; height: auto; }
figcaption { color: var(--muted); font-size: 11px; line-height: 1.5; margin-top: 15px; }
.hero-stage figcaption { margin-top: 7px; }
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 67px 0 86px; text-align: center; }
.services h2 { font-size: 18px; letter-spacing: -.025em; }
.services p { margin: 8px auto 0; max-width: 220px; font-size: 13px; color: var(--muted); }
.work { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; padding: 30px 0 105px; }
.work-copy .eyebrow { font-size: 13px; color: var(--muted); }
.work-copy h2 { font-size: 38px; line-height: 1.08; margin: 16px 0 22px; }
.work-copy h2 span, .request-intro h2 span { color: var(--muted); }
.work-copy > p:not(.eyebrow) { max-width: 360px; font-size: 16px; color: var(--muted); }
.work-copy .text-link { margin-top: 20px; }
.work-figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.work-figure figcaption { text-align: center; font-size: 10px; }
.request { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; padding: 45px 0 100px; scroll-margin-top: 35px; }
.request-intro .eyebrow { font-size: 13px; color: var(--muted); }
.request-intro h2 { font-size: 38px; line-height: 1.1; margin: 16px 0 22px; }
.request-intro > p:not(.eyebrow) { max-width: 325px; font-size: 15px; margin-top: 19px; }
.request-intro > .muted { font-size: 13px !important; }
.form-shell { min-width: 0; }
.step-status { font-size: 12px; color: var(--muted); margin: 0 0 20px; }
fieldset { border: 0; padding: 0; margin: 0 0 24px; min-width: 0; }
legend { font-size: 24px; letter-spacing: -.035em; font-weight: 700; line-height: 1.25; margin-bottom: 14px; padding: 0; width: 100%; }
.field-note { font-size: 13px; color: var(--muted); margin-bottom: 19px; }
.choices { display: grid; gap: 9px; }
.choices label { display: flex; align-items: center; gap: 14px; padding: 15px 17px; min-height: 53px; background: #f5f5f7; cursor: pointer; font-size: 14px; transition: background .15s ease; }
.choices label:hover { background: #ededf0; }
.choices label:has(input:checked) { background: #e9f2fc; color: #004b96; }
.choices input { width: 17px; height: 17px; accent-color: var(--accent); margin: 0; flex-shrink: 0; }
.field { display: grid; gap: 8px; margin: 0 0 18px; min-width: 0; }
.field label { font-size: 13px; font-weight: 400; }
.field label span { font-size: 11px; color: var(--muted); }
.field input, .field textarea { width: 100%; min-height: 49px; padding: 12px; border: 1px solid #83858a; background: #fff; color: var(--ink); font-size: 16px; }
.field textarea { min-height: 105px; resize: vertical; }
.field small { font-size: 12px; color: var(--muted); }
.field input::placeholder, .field textarea::placeholder { color: #696b70; opacity: 1; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.consent { display: flex; align-items: flex-start; gap: 12px; font-size: 12px; line-height: 1.6; cursor: pointer; margin: 4px 0 18px; }
.consent input { width: 18px; height: 18px; flex-shrink: 0; margin: 2px 0 0; accent-color: var(--accent); }
.consent a, .fallback a { color: var(--accent); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-actions > .button { margin-left: auto; min-width: 148px; }
.back { border: 0; background: transparent; padding: 12px 5px; font-size: 14px; min-height: 48px; color: var(--accent); }
.fallback { font-size: 12px; color: var(--muted); margin-top: 23px; overflow-wrap: anywhere; }
.form-status { color: #8e2434; font-size: 14px; margin: 18px 0; line-height: 1.5; }
.form-status[data-kind='sending'] { color: var(--muted); }
.selection-summary { font-size: 13px; background: #f5f5f7; padding: 14px; margin-bottom: 20px; overflow-wrap: anywhere; }
.success h3 { font-size: 32px; line-height: 1.2; margin: 18px 0; }
.success > p:not(.eyebrow) { font-size: 15px; margin-top: 15px; }
.footer { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 20px 0 35px; font-size: 11px; line-height: 1.6; }
.footer nav { display: flex; gap: 25px; }
.footer nav a { display: inline-flex; align-items: center; min-height: 44px; }
.botcheck { display: none; }
@media (max-width: 900px) {
  .wrap { width: calc(100% - 48px); }
  .work, .request { gap: 40px; }
  .services { gap: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .work-copy h2, .request-intro h2 { font-size: 32px; }
}
@media (max-width: 620px) {
  .wrap { width: calc(100% - 40px); }
  .masthead { min-height: 76px; }
  .masthead > span { font-size: 10px; }
  .brand img { width: 36px; height: 36px; }
  .hero { padding-top: 27px; }
  .hero .eyebrow { font-size: 13px; }
  .hero h1 { font-size: clamp(34px, 9.9vw, 44px); line-height: 1.07; margin-top: 13px; }
  .lede { font-size: 15px; line-height: 1.5; margin-top: 18px; }
  .hero-actions { margin-top: 21px; gap: 24px; }
  .button { font-size: 13px; padding: 11px 18px; }
  .phone-link { font-size: 14px; }
  .hero-stage { width: calc(100% - 12px); margin-top: 30px; }
  .hero-stage figcaption { max-width: 290px; margin: 10px auto 0; font-size: 10px; }
  .services { grid-template-columns: 1fr 1fr; gap: 26px 18px; padding: 41px 0 53px; }
  .services h2 { font-size: 16px; }
  .services p { font-size: 12px; margin-top: 6px; max-width: 155px; }
  .work { grid-template-columns: 1fr; gap: 24px; padding: 15px 0 62px; }
  .work-copy { text-align: center; }
  .work-copy h2 { font-size: 30px; margin: 13px 0 18px; }
  .work-copy > p:not(.eyebrow) { max-width: 340px; margin-inline: auto; font-size: 14px; }
  .work-copy .text-link { margin-top: 14px; font-size: 14px; }
  .work-figure img { aspect-ratio: 4/3; }
  .work-figure figcaption { font-size: 10px; }
  .request { grid-template-columns: 1fr; gap: 32px; padding: 16px 0 55px; scroll-margin-top: 24px; }
  .request-intro { text-align: center; }
  .request-intro h2 { font-size: 30px; margin: 13px 0 18px; }
  .request-intro > p:not(.eyebrow) { font-size: 14px; max-width: 320px; margin: 14px auto 0; }
  .request-intro .muted br { display: none; }
  legend { font-size: 22px; }
  .step-status { margin-bottom: 15px; }
  .footer { font-size: 10px; align-items: flex-start; gap: 15px; }
  .footer nav { gap: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
