:root { --ease-out: cubic-bezier(.16, 1, .3, 1); --display: "Manrope", Arial, sans-serif; --mono: "Manrope", Arial, sans-serif; }
html { scroll-behavior: smooth; }
body { min-width: 320px; }
::selection { background: var(--orange); color: var(--ink); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
nav { background: rgba(247, 246, 241, .94); }
.nav-status { font: 500 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #5d666a; }
.brand { transition: color 180ms ease; }
.brand:hover { color: var(--blue); }
h1 span { display: block; }
.hero-retro { min-height: min(760px, 100svh); }
.retro-copy { padding-top: clamp(106px, 13vw, 168px); }
.retro-copy h1 { letter-spacing: -.04em; }
.button { position: relative; overflow: hidden; padding: 17px 20px 17px 22px; transition: background-color 180ms ease, transform 180ms var(--ease-out); }
.button::before { content: ""; position: absolute; inset: 0; background: var(--blue); transform: translateX(-101%); transition: transform 260ms var(--ease-out); }
.button > * { position: relative; z-index: 1; }
.button svg, .text-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: square; stroke-linejoin: miter; }
.button svg { color: #ffc49e; }
.button:hover { transform: translateY(-2px); }
.button:hover::before { transform: translateX(0); }
.signal { display: none; }
.reference-art { margin: 0; overflow: hidden; position: relative; background: #f3eee4; border: 1px solid rgba(15, 28, 35, .22); }
.reference-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.reference-art figcaption { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; padding: 10px 14px; background: rgba(15, 28, 35, .91); color: #f5f5f4; font: 500 9px/1.3 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.reference-art--hero { position: absolute; z-index: 2; width: min(51vw, 760px); height: min(43vw, 615px); right: 4.5vw; top: 96px; box-shadow: 15px 17px 28px rgba(32, 38, 43, .18), 12px 13px 0 var(--blue); transform: rotate(1.5deg); transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease-out); }
.reference-art--hero img { object-position: 50% 55%; }
.reference-art--hero::before { content: ""; position: absolute; z-index: 2; width: 36%; height: 16px; top: 47%; left: -38%; background: var(--blue); clip-path: polygon(0 36%, 100% 0, 100% 100%, 0 64%); opacity: .92; pointer-events: none; }
.reference-art--voice { min-height: 400px; box-shadow: -12px 15px 24px rgba(32, 38, 43, .13), -10px 11px 0 var(--orange); transition: transform 260ms var(--ease-out), box-shadow 260ms var(--ease-out); }
.reference-art--voice img { min-height: 400px; object-position: 45% 46%; }
.reference-art:hover { transform: rotate(0deg) translateY(-4px); box-shadow: 0 22px 34px rgba(32, 38, 43, .22), 8px 9px 0 var(--blue); }
.reference-art--voice:hover { transform: translateY(-4px); box-shadow: 0 22px 34px rgba(32, 38, 43, .18), -8px 9px 0 var(--orange); }
.manifest-retro { grid-template-columns: minmax(0, 1.12fr) minmax(280px, .72fr); align-items: start; gap: clamp(52px, 10vw, 160px); padding-top: clamp(96px, 11vw, 156px); padding-bottom: clamp(96px, 11vw, 156px); }
.manifest-retro h2, .rules h2 { letter-spacing: -.04em; }
.manifest-retro > p { max-width: 40ch; margin: 0; font-size: 18px; }
.human-voice { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: clamp(36px, 7vw, 120px); align-items: center; padding: clamp(88px, 11vw, 160px) max(6vw, 32px); background: #f5f5f1; color: #0f1c23; }
.human-voice h2 { max-width: 13ch; margin: 0 0 24px; font: 700 clamp(40px, 5.2vw, 70px)/.98 var(--sans); letter-spacing: -.04em; text-transform: uppercase; }
.human-voice p { max-width: 42ch; margin-bottom: 0; font-size: 18px; line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: inherit; font: 700 12px/1.15 var(--mono); letter-spacing: .03em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 6px; transition: color 180ms ease, gap 180ms var(--ease-out); }
.text-link:hover { color: var(--blue); gap: 15px; }
.signal-panel { min-height: 455px; }
.panel-noise, .panel-output { padding-top: 52px; padding-bottom: 52px; }
.panel-noise i { transition: transform 240ms var(--ease-out); }
.signal-panel:hover .panel-noise i:nth-of-type(1) { transform: rotate(8deg) translateX(9px); }
.signal-panel:hover .panel-noise i:nth-of-type(2) { transform: rotate(-26deg) translateX(-9px); }
.signal-panel:hover .panel-noise i:nth-of-type(3) { transform: rotate(35deg) translateX(6px); }
.panel-beam { display: flex; flex-direction: column; justify-content: flex-end; }
.panel-beam span { display: block; margin-top: 17px; }
.rules { padding-top: clamp(96px, 11vw, 150px); padding-bottom: clamp(96px, 11vw, 150px); }
.rules h2 { max-width: 13ch; margin-bottom: 72px; }
.rules article { padding-top: 0; }
.rules h3 { margin-top: 0; font-size: 23px; letter-spacing: -.035em; }
.rules article p { max-width: 32ch; }
footer { padding-top: 70px; padding-bottom: 70px; }
footer .text-link { margin: 0; }
@media (prefers-reduced-motion: no-preference) { .reference-art--hero { animation: artwork-arrival 780ms var(--ease-out) both; } .reference-art--hero::before { animation: context-sweep 4.8s var(--ease-out) 900ms infinite; } .orbit-a { animation: orbit-drift 14s linear infinite; } }
@keyframes artwork-arrival { from { clip-path: inset(0 100% 0 0); filter: saturate(.55); } to { clip-path: inset(0 0 0 0); filter: saturate(1); } }
@keyframes context-sweep { 0%, 68% { transform: translateX(0) rotate(-8deg); opacity: 0; } 73% { opacity: .92; } 93%, 100% { transform: translateX(430%) rotate(-8deg); opacity: 0; } }
@keyframes orbit-drift { to { transform: rotate(360deg); } }
@media (max-width: 820px) { .hero-retro { min-height: 930px; } .retro-copy { width: min(620px, 100%); padding: 88px 28px 0; } .reference-art--hero { top: 500px; left: max(28px, 8vw); right: auto; width: min(78vw, 650px); height: 410px; } .manifest-retro { grid-template-columns: 1fr; gap: 32px; padding: 92px 28px; } .manifest-retro > p { padding-top: 0; } .human-voice { grid-template-columns: 1fr; gap: 50px; padding: 88px 28px; } .reference-art--voice, .reference-art--voice img { min-height: 340px; } .rules { padding: 90px 28px; } }
@media (max-width: 520px) { nav { height: 66px; padding: 0 24px; } nav p { display: none; } .nav-status { font-size: 9px; } .hero-retro { min-height: auto; padding-bottom: 52px; } .retro-copy { padding: 68px 24px 0; } .retro-copy h1 { max-width: 330px; margin-bottom: 22px; font-size: clamp(43px, 12.2vw, 56px); } .retro-copy .lead { max-width: 31ch; font-size: 16px; } .note { margin-top: 42px; } .reference-art--hero { position: relative; top: auto; left: auto; width: calc(100% - 48px); height: 282px; margin: 44px 24px 0; box-shadow: 9px 11px 20px rgba(32, 38, 43, .16), 8px 9px 0 var(--blue); } .reference-art figcaption { padding: 8px 10px; font-size: 8px; } .reference-art--hero::before { top: 45%; height: 11px; } .manifest-retro { padding: 76px 24px; } .manifest-retro h2, .rules h2 { font-size: clamp(38px, 11vw, 53px); } .manifest-retro > p, .human-voice p { font-size: 16px; } .human-voice { gap: 42px; padding: 76px 24px; } .reference-art--voice, .reference-art--voice img { min-height: 265px; } .human-voice h2 { font-size: clamp(39px, 11.2vw, 51px); } .signal-panel { min-height: 0; } .panel-noise, .panel-output { min-height: 195px; } .panel-beam { min-height: 220px; } .rules { padding: 76px 24px; } .rules h2 { margin-bottom: 54px; } .rules article { padding: 25px 0; } footer { padding: 52px 24px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } }

/* Expanded homepage architecture */
nav { gap: 24px; }
.nav-links { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); margin-left: auto; }
.nav-links a, .nav-cta { font: 500 10px/1 var(--mono); letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.nav-links a { color: #596165; transition: color 180ms ease; }
.nav-links a:hover { color: var(--orange); }
.nav-cta { display: inline-flex; align-items: center; gap: 6px; padding: 10px 12px; color: var(--ink); border: 1px solid var(--ink); transition: color 180ms ease, background-color 180ms ease; }
.nav-cta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.nav-cta:hover { background: var(--ink); color: #fff; }
.intro-line { margin: 0 0 18px; color: var(--orange); font: 500 10px/1.35 var(--mono); letter-spacing: .075em; text-transform: uppercase; }
.trust-strip { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); align-items: center; gap: 40px; padding: 35px max(6vw, 32px); background: var(--blue); color: #fff; }
.trust-strip p { max-width: 34ch; margin: 0; font: 600 clamp(20px, 2.2vw, 30px)/1.1 var(--sans); letter-spacing: -.03em; }
.trust-strip div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.trust-strip span { border: 1px solid rgba(255,255,255,.65); padding: 8px 10px; font: 500 10px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.starting-points { padding: clamp(96px, 11vw, 154px) max(6vw, 32px); background: #f5f5f1; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr); gap: clamp(40px, 10vw, 170px); align-items: end; margin-bottom: 70px; }
.section-heading h2, .approach h2, .proof h2, .about h2, .office-hours h2, .faq h2, .contact h2 { max-width: 13ch; margin: 0; font: 700 clamp(38px, 4.8vw, 68px)/.99 var(--sans); letter-spacing: -.04em; text-transform: uppercase; }
.section-heading > p, .approach-head > p:last-child, .proof-copy > p, .about p:not(.intro-line), .office-hours > p, .faq > div > p, .contact > p:not(.intro-line) { margin: 0; max-width: 38ch; color: #525d61; font-size: 17px; line-height: 1.6; }
.starting-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); }
.generated-art { width: 100%; margin-bottom: 62px; border: 0; }
.generated-art--capture { height: clamp(280px, 34vw, 500px); box-shadow: 12px 14px 26px rgba(32,38,43,.14), 10px 11px 0 var(--orange); }
.generated-art--capture img { object-position: center center; }
.starting-grid article { display: flex; flex-direction: column; min-height: 370px; padding: 25px 28px 28px 0; margin-right: 28px; border-right: 1px solid var(--rule); }
.starting-grid article:last-child { border-right: 0; margin-right: 0; }
.panel-index { color: var(--orange); font: 500 10px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.starting-grid h3 { max-width: 12ch; margin: 60px 0 16px; font: 700 27px/1.07 var(--sans); letter-spacing: -.035em; }
.starting-grid p { max-width: 28ch; margin: 0; color: #596165; font-size: 15px; line-height: 1.6; }
.starting-grid a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--ink); font: 700 11px/1 var(--mono); letter-spacing: .03em; text-decoration: none; text-transform: uppercase; transition: color 180ms ease, gap 180ms var(--ease-out); }
.starting-grid a:hover { gap: 13px; color: var(--blue); }
.starting-grid svg, .phase-list svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.approach { padding: clamp(96px, 11vw, 154px) max(6vw, 32px); background: var(--ink); color: #fff; }
.approach-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr); gap: clamp(40px, 10vw, 160px); align-items: end; }
.approach-head .intro-line { grid-column: 1 / -1; color: #8fd0fa; }
.approach-head > p:last-child { padding-bottom: 4px; color: #cbd1d2; }
.phase-list { margin: 82px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.generated-art--mission { height: clamp(300px, 33vw, 505px); margin-top: 62px; margin-bottom: 0; border-color: rgba(255,255,255,.34); box-shadow: 12px 14px 0 var(--blue); }
.generated-art--mission img { object-position: center center; }
.phase-list li { display: grid; grid-template-columns: 140px minmax(250px, 1fr) 180px; gap: 40px; align-items: center; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.25); transition: transform 250ms var(--ease-out), color 250ms ease; }
.phase-list li:hover { transform: translateX(16px); color: #8fd0fa; }
.phase-list li > span, .phase-list b { font: 500 10px/1.3 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.phase-list h3 { margin: 0 0 7px; font: 700 clamp(28px, 3.4vw, 48px)/1 var(--sans); letter-spacing: -.04em; text-transform: uppercase; }
.phase-list p { max-width: 50ch; margin: 0; color: #cbd1d2; font-size: 15px; line-height: 1.55; }
.phase-list b { justify-self: end; color: var(--orange); }
.proof { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 10vw, 160px); align-items: center; padding: clamp(96px, 11vw, 154px) max(6vw, 32px); background: #e6eef1; }
.proof-copy small { display: block; max-width: 42ch; margin-top: 35px; color: #697378; font: 500 10px/1.55 var(--mono); }
.case-stack { display: grid; gap: 16px; }
.case-stack article { position: relative; padding: 30px 32px 28px; background: #f7f6f1; border: 1px solid rgba(32,38,43,.18); box-shadow: 8px 10px 18px rgba(32,38,43,.10); transition: transform 260ms var(--ease-out), box-shadow 260ms var(--ease-out); }
.case-stack article:nth-child(2) { transform: translateX(28px); }
.case-stack article:nth-child(3) { transform: translateX(10px); }
.case-stack article:hover { transform: translateX(-4px) rotate(-.5deg); box-shadow: 12px 16px 24px rgba(32,38,43,.16); }
.case-stack span { color: var(--orange); font: 500 10px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.case-stack h3 { max-width: 25ch; margin: 24px 0 19px; font: 700 clamp(22px, 2.5vw, 32px)/1.08 var(--sans); letter-spacing: -.035em; }
.case-stack p { margin: 0; color: #687277; font: 500 10px/1 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.audiences { padding: clamp(96px, 11vw, 154px) max(6vw, 32px); background: var(--orange); }
.audiences .section-heading { margin-bottom: 60px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(32,38,43,.35); }
.audience-grid article { padding: 28px 28px 0 0; margin-right: 28px; border-right: 1px solid rgba(32,38,43,.35); }
.audience-grid article:last-child { border: 0; margin: 0; }
.audience-grid span { font: 700 22px/1 var(--sans); letter-spacing: -.035em; }
.audience-grid p { max-width: 27ch; margin: 24px 0 0; font-size: 16px; line-height: 1.55; }
.about { display: grid; grid-template-columns: minmax(270px, .7fr) minmax(0, 1fr); gap: clamp(50px, 12vw, 180px); align-items: center; padding: clamp(96px, 11vw, 154px) max(6vw, 32px); background: #f5f5f1; }
.about h2 { margin-bottom: 25px; }
.about-signal { position: relative; display: grid; place-items: center; min-height: 430px; overflow: hidden; background: var(--blue); color: #fff; }
.about-signal > span { position: relative; z-index: 2; display: grid; width: 130px; height: 130px; place-items: center; border: 7px solid #fff; border-radius: 50%; font: 700 72px/1 var(--sans); }
.about-signal i { position: absolute; width: 420px; height: 420px; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; }
.about-signal i:nth-of-type(1) { transform: translate(-26%, -26%); }.about-signal i:nth-of-type(2) { transform: translate(26%, 26%); }.about-signal i:nth-of-type(3) { width: 260px; height: 260px; border-color: var(--orange); }
.office-hours { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(240px, .58fr) auto; gap: 54px; align-items: end; padding: clamp(80px, 9vw, 125px) max(6vw, 32px); background: var(--ink); color: #fff; }
.generated-art--hours { grid-column: 1 / -1; height: clamp(260px, 31vw, 440px); margin: 0; border-color: rgba(255,255,255,.25); box-shadow: 12px 14px 0 var(--orange); }
.generated-art--hours img { object-position: center center; }

/* Masthead balance pass */
nav { position: sticky; top: 0; isolation: isolate; backdrop-filter: blur(14px); }
.hero-retro { min-height: clamp(780px, 60vw, 920px); background: linear-gradient(90deg, #f7f6f1 0 49%, #f1f5f4 49% 100%); }
.hero-retro::after { content: ""; position: absolute; z-index: 1; width: min(49vw, 735px); height: 1px; left: max(6vw, 32px); bottom: 58px; background: rgba(32,38,43,.22); }
.retro-copy { width: min(44vw, 600px); padding-top: clamp(132px, 12vw, 180px); }
.retro-copy .intro-line { max-width: 34ch; margin-bottom: 27px; }
.retro-copy h1 { max-width: 7.5ch; margin-bottom: 31px; font-size: clamp(50px, 4.75vw, 72px); line-height: .95; }
.retro-copy .lead { max-width: 37ch; font-size: 17px; }
.hero-status { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 38px; }
.hero-status span { padding: 7px 9px; border: 1px solid rgba(32,38,43,.27); color: #4b565a; font: 500 9px/1 var(--mono); letter-spacing: .065em; text-transform: uppercase; }
.note { max-width: 460px; margin-top: 26px; padding-top: 14px; border-top: 1px solid rgba(32,38,43,.22); }
.reference-art--hero { width: min(52vw, 780px); height: min(30vw, 440px); right: 4vw; top: 168px; box-shadow: 19px 21px 34px rgba(32,38,43,.16), 13px 14px 0 var(--blue); }
.reference-art--hero img { object-position: 45% 52%; }
.reference-art--hero::after { content: "Context / Intervention / Clarity"; position: absolute; z-index: 4; top: 16px; right: 17px; color: var(--blue); font: 500 9px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; writing-mode: vertical-rl; mix-blend-mode: multiply; }

@media (max-width: 820px) { .hero-retro { min-height: 970px; background: #f7f6f1; }.hero-retro::after { width: calc(100% - 56px); left: 28px; bottom: 28px; }.retro-copy { width: min(620px, 100%); padding-top: 95px; }.reference-art--hero { top: 545px; height: 390px; }.reference-art--hero img { object-position: 45% 52%; }.note { margin-top: 24px; } }
@media (max-width: 520px) { .hero-retro { min-height: auto; padding-bottom: 38px; }.hero-retro::after { display: none; }.retro-copy { width: auto; padding: 72px 24px 0; }.retro-copy .intro-line { margin-bottom: 20px; }.retro-copy h1 { max-width: 7.5ch; font-size: clamp(42px, 11.5vw, 51px); margin-bottom: 24px; }.hero-status { margin-top: 29px; }.hero-status span { padding: 7px 8px; font-size: 8px; }.note { margin-top: 21px; padding-top: 12px; }.reference-art--hero { height: 274px; margin-top: 39px; }.reference-art--hero::after { top: 12px; right: 10px; font-size: 7px; } }
.office-hours .intro-line { color: #8fd0fa; }.office-hours > p { color: #cbd1d2; }.button--light { background: #fff; color: var(--ink); }.button--light::before { background: var(--orange); }.button--light svg { color: var(--blue); }
.faq { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: clamp(52px, 11vw, 190px); padding: clamp(96px, 11vw, 154px) max(6vw, 32px); background: #f5f5f1; }
.faq h2 { margin-bottom: 24px; }.faq-list { border-top: 1px solid var(--rule); }.faq details { border-bottom: 1px solid var(--rule); }.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font: 700 20px/1.25 var(--sans); letter-spacing: -.025em; list-style: none; }.faq summary::-webkit-details-marker { display: none; }.faq summary svg { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: var(--orange); stroke-width: 1.8; transition: transform 180ms var(--ease-out); }.faq details[open] summary svg { transform: rotate(45deg); }.faq details p { max-width: 60ch; margin: 0; padding: 0 34px 26px 0; color: #596165; font-size: 16px; line-height: 1.65; }
.contact { padding: clamp(110px, 14vw, 200px) max(6vw, 32px); background: var(--blue); color: #fff; text-align: center; }.contact .intro-line { color: #d7efff; }.contact h2 { max-width: 12ch; margin: 0 auto 22px; }.contact > p:not(.intro-line) { margin: 0 auto; color: #e7f6ff; }.contact .button { margin-top: 32px; }.contact .button--light { background: #fff; }
footer { gap: 30px; background: #f5f5f1; border-top: 1px solid var(--rule); }.brand + p { margin: 0; color: #596165; font: 500 10px/1.4 var(--mono); letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 900px) { .nav-links { display: none; }.trust-strip, .proof, .faq { grid-template-columns: 1fr; }.trust-strip div { justify-content: flex-start; }.section-heading, .approach-head { grid-template-columns: 1fr; gap: 26px; }.approach-head .intro-line { grid-column: auto; }.phase-list li { grid-template-columns: 110px 1fr; gap: 25px; }.phase-list b { grid-column: 2; justify-self: start; }.office-hours { grid-template-columns: 1fr 1fr; }.office-hours .button { grid-column: 1; justify-self: start; }.proof-copy { max-width: 650px; }.generated-art--hours { grid-column: 1 / -1; } }
@media (max-width: 650px) { nav { gap: 12px; }.nav-cta { padding: 9px; font-size: 0; }.nav-cta svg { width: 18px; height: 18px; }.intro-line { font-size: 9px; }.trust-strip, .starting-points, .approach, .proof, .audiences, .about, .faq { padding-right: 24px; padding-left: 24px; }.trust-strip { padding-top: 28px; padding-bottom: 28px; }.trust-strip p { font-size: 22px; }.trust-strip div { gap: 6px; }.trust-strip span { padding: 7px 8px; font-size: 9px; }.section-heading { margin-bottom: 48px; }.generated-art { margin-bottom: 44px; }.generated-art--capture { height: 240px; }.generated-art--mission { height: 245px; margin-top: 45px; }.starting-grid, .audience-grid { grid-template-columns: 1fr; }.starting-grid article, .audience-grid article { min-height: auto; margin: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--rule); }.starting-grid article:last-child, .audience-grid article:last-child { border-bottom: 0; }.starting-grid h3 { margin-top: 32px; }.starting-grid a { margin-top: 30px; }.phase-list { margin-top: 55px; }.phase-list li { grid-template-columns: 1fr; gap: 14px; padding: 27px 0; }.phase-list li:hover { transform: none; }.phase-list b { grid-column: auto; }.proof { gap: 52px; }.case-stack article, .case-stack article:nth-child(2), .case-stack article:nth-child(3) { transform: none; }.case-stack article { padding: 25px 22px; }.about { grid-template-columns: 1fr; gap: 45px; }.about-signal { min-height: 295px; }.about-signal > span { width: 95px; height: 95px; border-width: 5px; font-size: 52px; }.office-hours { grid-template-columns: 1fr; gap: 30px; padding: 76px 24px; }.office-hours .button { grid-column: auto; }.generated-art--hours { grid-column: auto; height: 235px; }.faq { gap: 44px; }.faq summary { padding: 21px 0; font-size: 18px; }.contact { padding: 100px 24px; } footer { align-items: flex-start; padding: 44px 24px; }.brand + p { order: 3; }.faq details p { padding-right: 0; } }

/* Consistent sentence-case headings and a centered masthead composition. */
.hero-retro { display: grid; grid-template-columns: 48% 52%; align-items: center; }
.retro-copy { grid-column: 1; width: auto; padding-top: 80px; padding-bottom: 80px; }
.retro-copy h1 { max-width: none; font-weight: 700; }
.reference-art--hero { position: relative; grid-column: 2; justify-self: center; top: auto; right: auto; left: auto; width: min(51vw, 760px); margin: 0; }
.section-heading h2, .human-voice h2, .approach h2, .proof h2, .audiences h2, .about h2, .office-hours h2, .faq h2, .contact h2, .phase-list h3 { text-transform: none; }

@media (max-width: 820px) {
  .hero-retro { display: block; }
  .retro-copy { width: min(620px, 100%); padding: 88px 28px 0; }
  .retro-copy h1 { max-width: 100%; font-size: clamp(38px, 5.2vw, 44px); }
  .retro-copy h1 span { display: inline; }
  .reference-art--hero { position: relative; width: calc(100% - 56px); max-width: 650px; height: auto; aspect-ratio: 1.8; margin: 44px auto 64px; }
}

@media (max-width: 520px) {
  .retro-copy { width: auto; padding: 72px 24px 0; }
  .retro-copy h1 { max-width: 100%; font-size: clamp(38px, 10vw, 44px); }
  .reference-art--hero { width: calc(100% - 48px); height: auto; aspect-ratio: 1.45; margin: 39px 24px 0; }
}
