:root {
  --bg: #080e10; --surface: #0e181b; --raised: #132124;
  --ink: #f0f6f4; --muted: #a3b6b4; --line: #294044;
  --teal: #5eead4; --teal-dark: #123b35; --data: #e9b874;
  --spring: cubic-bezier(.2,1.45,.4,1); --ease: cubic-bezier(.22,1,.36,1);
  --z-header: 10; --z-progress: 20; --z-skip: 30;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark; font-optical-sizing: auto;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-size: 16px; line-height: 1.65; }
::selection { background: var(--teal); color: var(--bg); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled, fieldset:disabled button { cursor: not-allowed; }
button, fieldset { border: 0; }
fieldset { margin: 0; padding: 0; min-width: 0; }
figure, p, h1, h2, h3 { margin: 0; }
p { color: var(--muted); max-width: 66ch; text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(3.1rem,5.45vw,4.9rem); font-weight: 600; line-height: 1.1; letter-spacing: -.04em; }
h2 { font-size: clamp(2.2rem,3.5vw,3.25rem); line-height: 1.18; letter-spacing: -.035em; font-weight: 500; }
h3 { font-size: 1.35rem; line-height: 1.35; letter-spacing: -.02em; font-weight: 500; }
svg { display: block; max-width: 100%; }
button svg, a svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 6px; }
[id] { scroll-margin-top: 100px; }
.wrap { width: min(1216px,calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 112px; }
.headline-line { display: block; }
.muted-heading { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: var(--z-skip); background: var(--teal); color: var(--bg); padding: 12px 20px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; height: 2px; width: 100%; background: var(--teal); transform: scaleX(0); transform-origin: left; z-index: var(--z-progress); pointer-events: none; }
.site-header { position: sticky; top: 0; z-index: var(--z-header); background: var(--bg); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 96px; transition: min-height .35s var(--ease); }
.site-header.condensed { background: #101b1e; border-color: var(--line); }
.site-header.condensed .nav-inner { min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 700; letter-spacing: -.035em; white-space: nowrap; }
.brand svg { width: 30px; height: 30px; color: var(--teal); }
.brand-period { color: var(--teal); margin-left: -9px; }
.desktop-nav { display: flex; gap: 32px; font-size: 14px; }
.desktop-nav a { padding-block: 12px; color: var(--muted); }
a:hover { color: var(--teal); }
.button { min-height: 50px; padding: 12px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 14px; font-weight: 600; border-radius: 4px; white-space: nowrap; }
.primary { background: var(--teal); color: var(--bg); transition: background .2s; }
.primary:hover { background: #99f6e4; color: var(--bg); }
.text-button { padding-inline: 0; }
.nav-cta { min-height: 44px; padding-block: 10px; }
.menu-toggle, .menu-close { background: transparent; color: var(--ink); display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px; }
.menu-toggle, .menu-toggle[hidden] { display: none; }
dialog { position: fixed; inset: 0 0 0 auto; width: min(88vw,410px); height: 100dvh; max-height: 100dvh; max-width: 100vw; margin: 0; padding: 0; border: 0; background: transparent; color: var(--ink); }
.menu-panel { min-height: 100%; padding: 28px; border-left: 1px solid var(--line); background: var(--surface); }
dialog::backdrop { background: rgb(0 0 0 / .65); }
.menu-top { display: flex; align-items: center; justify-content: space-between; font-weight: 600; }
dialog nav { display: grid; gap: 8px; margin-block: 54px; font-size: 30px; }
dialog nav a { padding-block: 10px; }
dialog p { margin-top: 32px; font-size: 14px; }
body.menu-open { overflow: hidden; }
.hero { padding-top: 70px; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; column-gap: 16px; }
.studio-label { display: flex; align-items: center; gap: 10px; font-size: 13px; margin-bottom: 30px; }
.studio-label span, .figure-dot { display: inline-block; width: 6px; height: 6px; background: var(--teal); }
.hero-accent { color: var(--teal); font-size: .56em; line-height: 1.4; letter-spacing: -.025em; margin-top: 14px; }
.hero-subhead { max-width: 47ch; margin-top: 28px; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 32px; }
.hero-figure { min-width: 0; margin-right: -20px; }
.architecture { width: 100%; overflow: visible; }
.construction { stroke: #203438; stroke-width: .7; }
.art-layer { stroke: #426b68; stroke-width: 1; stroke-linejoin: round; fill: none; }
.interface-layer { stroke: #5e958d; }
.logic-route { stroke: var(--teal); stroke-width: 2; }
.art-labels { stroke: #547873; stroke-width: 1; }
.art-labels text { fill: var(--muted); stroke: none; font-size: 11px; }
.hero-figure figcaption { font-size: 12px; display: flex; justify-content: center; align-items: center; gap: 10px; color: var(--muted); }
.hero-baseline { grid-column: 1 / -1; margin-top: 78px; padding-block: 25px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }
.hero-baseline a { display: flex; gap: 14px; align-items: center; }
.hero-baseline svg { width: 16px; transform: rotate(90deg); }
.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.section-heading > p { max-width: 34ch; justify-self: end; }
.audit-section { background: #0b1315; border-block: 1px solid #1b2c30; }
.audit-demo { border: 1px solid #355054; border-radius: 10px; overflow: hidden; background: var(--surface); }
.audit-toolbar { padding: 18px 32px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; }
.demo-label { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.demo-label > span { width: 12px; height: 12px; border: 1px solid var(--teal); display: inline-block; box-shadow: inset 0 0 0 3px var(--surface); background: var(--teal); }
.sample-tag { color: var(--muted); }
#audit-form { padding: 28px 32px 0; }
#audit-form label { display: block; font-size: 13px; margin-bottom: 10px; }
.input-row { display: flex; gap: 12px; }
input { width: 100%; min-width: 0; background: var(--bg); border: 1px solid #587572; border-radius: 4px; color: var(--ink); padding: 12px 16px; }
input::placeholder { color: var(--muted); opacity: 1; }
.form-error { color: var(--ink); font-size: 13px; }
.form-error:not(:empty) { margin-top: 10px; }
.audit-results { display: grid; grid-template-columns: .8fr 1.2fr; padding: 32px 64px 32px 32px; gap: 48px; align-items: center; }
.score-panel { display: flex; flex-direction: column; align-items: center; }
.score-dial { width: 190px; height: 190px; position: relative; }
.score-dial svg { position: absolute; inset: 0; transform: rotate(-90deg); width: 100%; height: 100%; }
.score-dial circle { fill: none; stroke-width: 5; }
.dial-track { stroke: var(--line); }
.dial-value { stroke: var(--data); stroke-linecap: round; }
.score-dial > div { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.score-dial strong { font-size: 64px; line-height: 1.05; font-weight: 500; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.score-dial span { font-size: 12px; color: var(--muted); margin-top: 4px; }
#score-caption { margin-top: 10px; color: var(--ink); font-size: 15px; }
#sample-domain { font-size: 12px; color: var(--muted); overflow-wrap: anywhere; text-align: center; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding-block: 16px; font-size: 14px; }
.check-list li:first-child { border-top: 1px solid var(--line); }
.check-state { min-width: 54px; font-size: 12px; display: flex; align-items: center; gap: 7px; }
.check-state::before { content: ""; display: block; width: 6px; height: 6px; background: currentColor; }
.pass { color: var(--teal); }
.fail { color: var(--data); }
.sample-note, .noscript-note { font-size: 12px; text-align: center; max-width: none; padding: 16px 24px; border-top: 1px solid var(--line); }
.survey-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; margin-top: 60px; }
.survey-stat strong { display: block; font-size: 46px; line-height: 1.2; letter-spacing: -.035em; font-weight: 500; font-variant-numeric: tabular-nums; }
.survey-stat p { font-size: 13px; line-height: 1.6; margin-top: 14px; min-height: 44px; max-width: 25ch; }
.survey-stat svg { width: 100%; height: 4px; margin-top: 22px; stroke: var(--line); stroke-width: 4; }
.survey-stat .stat-fill { stroke: var(--teal); }
.survey-source { font-size: 12px; max-width: none; margin-top: 28px; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.service-card { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 28px 32px 30px; display: flex; flex-direction: column; transition: transform .4s var(--spring), border-color .3s; }
.service-card:hover { transform: translateY(-5px); border-color: #709e97; }
.service-card:focus-within { transform: none; border-color: var(--teal); }
.service-visual { height: 128px; margin: -2px -8px 28px; border-bottom: 1px solid var(--line); overflow: hidden; }
.service-visual svg { width: 100%; height: 128px; fill: none; stroke: #5b817d; stroke-width: 1; }
.visual-solid { fill: #5e958d; stroke: none; }
.visual-bg { fill: var(--surface); }
.visual-highlight { stroke: var(--teal); }
.service-card > p { font-size: 14px; margin-top: 13px; max-width: 46ch; }
.service-card ul { padding: 0; list-style: none; margin: 24px 0 30px; color: var(--muted); font-size: 13px; }
.service-card li { display: flex; align-items: center; gap: 10px; margin-block: 7px; }
.service-card li::before { content: ""; width: 4px; height: 4px; background: #71948e; flex-shrink: 0; }
.service-link { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; }
.service-link svg { color: var(--teal); }
.integration-section { background: #0b1416; border-block: 1px solid #1b2c30; }
.integration-intro { max-width: 800px; }
.integration-intro p { max-width: 60ch; margin-top: 25px; }
.integration-figure { margin-top: 52px; }
.diagram-heading { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.diagram-key { display: flex; align-items: center; gap: 10px; }
.diagram-key i { width: 15px; height: 3px; background: var(--data); }
.flow-diagram { width: 100%; margin-top: 32px; overflow: visible; }
.flow-lines { fill: none; stroke: #426660; stroke-width: 1.5; }
.flow-packets { fill: none; stroke: var(--data); stroke-width: 3; stroke-linecap: round; }
.flow-packets use { stroke-dasharray: 10 1000; stroke-dashoffset: 0; }
.flow-node rect { fill: var(--surface); stroke: #50716d; }
.flow-node text { fill: var(--ink); font-size: 16px; text-anchor: middle; }
.source-node rect { fill: #10392f; stroke: var(--teal); }
.flow-ends { stroke: #426660; fill: var(--teal); }
.integration-figure figcaption { padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.mobile-flow { display: none; }
.approach-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 36px; }
.method-graphic { width: 100%; height: 100px; stroke: #41635f; fill: none; stroke-width: 1.2; margin-bottom: 26px; }
.method-accent { stroke: var(--teal); }
.approach-grid h3 { font-size: 19px; min-height: 77px; }
.approach-grid p { font-size: 13px; margin-top: 15px; line-height: 1.8; }
.work-section { padding-block: 65px; border-block: 1px solid var(--line); display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.work-section p { margin-top: 22px; font-size: 15px; }
.work-section .button { margin-top: 24px; }
.work-graphic { width: 100%; fill: none; stroke: #40655f; }
.work-cursor { stroke: var(--teal); fill: var(--teal-dark); }
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; }
.contact-section h2 { font-size: clamp(3rem,5.5vw,5rem); }
.contact-section p { margin-top: 28px; }
.contact-email { display: inline-flex; align-items: center; gap: 26px; font-size: clamp(1.1rem,2.5vw,1.7rem); border-bottom: 1px solid var(--teal); padding-block: 18px; margin-top: 18px; color: var(--teal); }
.contact-email svg { width: 27px; height: 27px; transform: rotate(-35deg); }
.contact-graphic { width: 80%; justify-self: end; fill: none; stroke: #213c38; }
.contact-arrow { stroke: var(--teal); stroke-width: 2; }
.site-footer { border-top: 1px solid var(--line); padding-top: 54px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1.25fr .5fr; gap: 40px; }
.footer-grid p { font-size: 13px; margin-top: 18px; }
.footer-grid h2 { font-size: 13px; letter-spacing: 0; font-weight: 500; margin-bottom: 16px; }
.footer-grid nav a { display: block; width: fit-content; padding-block: 6px; color: var(--muted); font-size: 13px; }
.footer-grid nav a:hover { color: var(--teal); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 50px; padding-block: 25px; color: var(--muted); font-size: 11px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 22px; }
.back-top { padding: 10px; }
.back-top svg { width: 16px; height: 16px; transform: rotate(-90deg); }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 56px); }
  .desktop-nav { gap: 18px; }
  .nav-inner { gap: 16px; }
  .hero { padding-top: 48px; }
  h1 { font-size: clamp(2.75rem,5.6vw,4.2rem); }
  .hero-figure { margin-right: 0; }
  .section-heading { gap: 32px; grid-template-columns: 1.5fr 1fr; }
  .approach-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 46px; }
  .approach-grid h3 { min-height: 0; }
  .audit-results { padding-right: 32px; gap: 28px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .section-space { padding-block: 76px; }
  .nav-inner { min-height: 78px; flex-wrap: wrap; }
  .site-header.condensed .nav-inner { min-height: 66px; }
  .nav-cta { display: none; }
  .desktop-nav { flex-wrap: wrap; gap: 20px; }
  .has-menu .desktop-nav { display: none; }
  .has-menu .menu-toggle { display: flex; }
  .brand { font-size: 21px; }
  .hero { grid-template-columns: 1fr; padding-top: 36px; }
  h1 { font-size: clamp(2.7rem,8.6vw,4.5rem); }
  .hero-copy { max-width: 590px; }
  .studio-label { margin-bottom: 24px; }
  .hero-subhead { font-size: 15px; margin-top: 22px; max-width: 46ch; }
  .hero-actions { gap: 24px; margin-top: 26px; }
  .hero-figure { max-width: 490px; width: 100%; justify-self: center; margin-top: 30px; }
  .architecture { width: 90%; margin-inline: auto; }
  .hero-baseline { margin-top: 32px; font-size: 10px; gap: 15px; padding-block: 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }
  .section-heading > p { justify-self: start; max-width: 45ch; font-size: 15px; }
  h2 { font-size: clamp(1.95rem,6vw,2.8rem); }
  .audit-toolbar { padding: 16px 20px; font-size: 11px; }
  #audit-form { padding: 22px 20px 0; }
  .input-row { gap: 8px; }
  .input-row .button { gap: 8px; padding-inline: 14px; }
  input { padding-inline: 12px; font-size: 16px; }
  .audit-results { grid-template-columns: 1fr; gap: 24px; padding: 24px 20px; }
  .score-dial { width: 170px; height: 170px; }
  .check-list li { font-size: 13px; padding-block: 15px; }
  .survey-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 24px; margin-top: 40px; }
  .survey-stat strong { font-size: 38px; }
  .survey-stat p { min-height: 63px; }
  .survey-stat svg { margin-top: 16px; }
  .survey-source { font-size: 11px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 24px; }
  .service-card h3 { font-size: 1.25rem; }
  .integration-intro p { font-size: 15px; }
  .integration-figure { margin-top: 36px; }
  .desktop-flow { display: none; }
  .mobile-flow { display: block; width: min(100%,440px); margin-inline: auto; }
  .flow-node text { font-size: 14px; }
  .diagram-heading { font-size: 11px; }
  .approach-grid { gap: 40px 24px; }
  .approach-grid h3 { font-size: 17px; }
  .method-graphic { height: 70px; margin-bottom: 18px; }
  .work-section { grid-template-columns: 1fr; gap: 28px; padding-block: 55px; }
  .work-graphic { max-width: 380px; justify-self: end; }
  .contact-grid { gap: 24px; grid-template-columns: 1fr .4fr; }
  .contact-section h2 { font-size: clamp(2.5rem,8vw,3.5rem); }
  .contact-section p { font-size: 14px; }
  .contact-email { gap: 12px; font-size: 17px; }
  .contact-graphic { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer-grid > div { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-wrap: wrap; gap: 16px; }
  .footer-bottom nav { gap: 14px; order: 3; width: 100%; }
}
@media (max-width: 370px) {
  .wrap { width: calc(100% - 32px); }
  .hero-actions { gap: 16px; }
  .hero-actions .button { font-size: 12px; gap: 10px; }
  .approach-grid { grid-template-columns: 1fr; }
  .method-graphic { width: 200px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-graphic { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .headline-line, .parallax, [data-reveal], .service-card, .magnetic, .hero-art, .check-list li, .menu-panel { transform: none !important; opacity: 1 !important; }
  .scroll-progress { display: none; }
  .flow-packets { display: none; }
}

/* Interior pages extend the homepage components and tokens. */
.interior-page .page-hero { display: block; padding-block: clamp(48px,7vw,96px); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 19ch; }
.page-hero .hero-accent { display: block; }
.page-hero .hero-subhead { max-width: 64ch; }
.interior-page .section-space { padding-block: clamp(60px,7vw,96px); }
.interior-page main { overflow-wrap: anywhere; }
.interior-page main .button { white-space: normal; text-align: center; }
.interior-page main .button svg { flex-shrink: 0; }
.interior-page .section-space > .wrap > h2 { max-width: 25ch; }
.interior-page .section-space > .wrap > h2 + p { margin-top: 24px; }
.interior-page .section-space > .wrap > p + h2 { margin-top: 56px; }
.interior-page .section-space > .wrap > p + p { margin-top: 22px; }
.interior-page .section-space .service-grid, .interior-page .section-space .process-grid, .interior-page .faq, .content-checks { margin-top: 36px; }
.interior-page .section-heading + .service-grid { margin-top: 0; }
.prose { max-width: 800px; }
.prose p + p { margin-top: 22px; }
.prose h2 + p { margin-top: 24px; }
.prose p + h2 { margin-top: 56px; }
.prose a:not(.button), .legal-page p a { text-decoration: underline; text-underline-offset: 4px; }
.section-label { font-size: 14px; color: var(--teal); margin-bottom: 16px; }
.price-title { color: var(--ink); font-weight: 600; font-size: 17px; }
.service-card .price-amount { font-size: clamp(1.7rem,3vw,2.5rem); color: var(--ink); line-height: 1.3; letter-spacing: -.025em; margin-block: 20px; }
.price-amount small { font-size: 14px; color: var(--muted); letter-spacing: 0; margin-left: 5px; }
.service-card .price-description { margin-top: 0; }
.price-note, .page-note { margin-top: 24px; font-size: 13px; }
.process-grid, .studio-methods { grid-template-columns: repeat(3,minmax(0,1fr)); }
.process-grid h3, .studio-methods h3 { min-height: 0; }
.step-number { color: var(--teal); border-top: 1px solid var(--line); padding-block: 20px; margin-bottom: 8px; }
.content-checks li { justify-content: flex-start; font-size: 16px; align-items: flex-start; padding-block: 20px; color: var(--muted); }
.content-checks b { color: var(--ink); }
.faq-row { padding-block: 26px; border-top: 1px solid var(--line); }
.faq-question { font-size: 18px; color: var(--ink); font-weight: 500; }
.faq-answer { margin-top: 14px; }
.interior-page .contact-section h2 { font-size: clamp(2.2rem,4.8vw,4rem); }
.interior-page .contact-section .button { margin-top: 28px; }
.center-cta { margin-top: 36px; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 0; margin-top: 16px; }
.contact-page-grid { align-items: start; grid-template-columns: 1fr 1fr; }
.contact-options { margin-top: 28px; }
.contact-options a { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; }
.contact-options li { font-size: 16px; }
.contact-options svg { flex-shrink: 0; }
.contact-topics .service-link { margin-top: 0; padding-bottom: 20px; }
.portfolio { padding-top: 40px; }
.project { padding-block: 24px 80px; }
.project + .project { border-top: 1px solid var(--line); padding-top: 64px; }
.project-image { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.project-image img { display: block; width: 100%; height: auto; }
.project-details { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 32px; }
.project-details h2 { font-size: clamp(1.9rem,3vw,2.7rem); }
.project-details .service-link { margin-top: 24px; }
.error-page { min-height: 55vh; }
.legal-page .section-space { padding-block: 56px; }
.legal-page .section-space h2 { font-size: clamp(1.65rem,3vw,2.3rem); max-width: 32ch; }
.legal-page .section-space > .wrap:not(.prose) > p { max-width: 75ch; }
.legal-page .service-card p + p { margin-top: 20px; }
@media (max-width: 760px) {
  .process-grid, .studio-methods, .contact-page-grid, .project-details { grid-template-columns: 1fr; }
  .project-details { gap: 20px; margin-top: 24px; }
  .project { padding-bottom: 48px; }
  .project + .project { padding-top: 40px; }
  .page-hero h1 { font-size: clamp(2.4rem,8vw,3.8rem); }
  .contact-page-grid { gap: 48px; }
  .studio-methods h3 { font-size: 20px; }
  .studio-methods p, .process-grid p { font-size: 15px; }
  .legal-page .section-space { padding-block: 44px; }
}

/* Website pricing uses the service cards and existing teal emphasis. */
.pricing-grid { grid-template-columns: repeat(auto-fit,minmax(min(100%,280px),1fr)); }
.service-card.pricing-featured { border-color: var(--teal); }
.pricing-choice { display: block; margin-top: 8px; color: var(--teal); font-size: 14px; letter-spacing: 0; }
.pricing-details { margin-top: 48px; }
.pricing-details h3 + p { margin-top: 18px; }
.pricing-details p + h3 { margin-top: 36px; }
.pricing-details ul { padding-left: 20px; margin-block: 18px 36px; color: var(--muted); }
.pricing-details li + li { margin-top: 8px; }
.pricing-pointer a, .page-note a { text-decoration: underline; text-underline-offset: 4px; }
