/* ARG Studio — a little structure, a little room to play. */
:root {
    --bg: #10110f;
    --surface: #191a17;
    --text: #eeeee7;
    --muted: #a2a49b;
    --quiet: #797c73;
    --accent: #d6ff62;
    --border: #32342d;
    --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --mono: "IBM Plex Mono", monospace;
    --gutter: clamp(22px, 4.5vw, 72px);
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { color: var(--text); background: var(--bg); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent); color: var(--bg); }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
img, svg { max-width: 100%; vertical-align: middle; }
img { height: auto; }
button[hidden], [hidden] { display: none !important; }
.wrap { width: calc(100% - var(--gutter) * 2); max-width: 1392px; margin-inline: auto; }
.mono, .eyebrow { font: 11px/1.5 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.accent { color: var(--accent); }
.text-muted { color: var(--quiet); }
.skip-link { position: fixed; left: 20px; top: -90px; padding: 12px 20px; background: var(--accent); color: var(--bg); z-index: 200; }
.skip-link:focus { top: 12px; }
.site-nav { position: relative; z-index: 100; border-bottom: 1px solid var(--border); }
.nav-inner { height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { display: inline-flex; align-items: center; gap: 13px; line-height: .94; font-weight: 750; font-size: 24px; letter-spacing: -.05em; }
.brand-symbol { color: var(--accent); width: 34px; height: 34px; transition: transform .45s; }
.nav-logo:hover .brand-symbol { transform: rotate(90deg); }
.logo-studio { display: block; font-size: 10px; letter-spacing: .18em; margin-top: 7px; font-weight: 500; }
.nav-menu ul { list-style: none; display: flex; gap: 34px; align-items: center; }
.nav-menu a { font-size: 13px; }
.nav-menu a:hover, .nav-menu a[aria-current] { color: var(--accent); }
.nav-contact { margin-left: 22px; display: inline-flex; align-items: center; gap: 30px; border: 1px solid #62645a; padding: 11px 18px; }
.nav-contact:hover { background: var(--accent); border-color: var(--accent); color: var(--bg) !important; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--border); background: none; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.nav-toggle span { width: 19px; height: 1px; background: var(--text); transition: transform .2s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.hero { padding-top: 32px; }
.hero-topline, .hero-bottom, .section-topline { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hero-topline, .hero-bottom { color: var(--muted); }
.hero-topline > span:first-child { display: flex; align-items: center; gap: 10px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px #d6ff6233; }
.hero-main { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 12px; min-height: 630px; padding: 38px 0 48px; }
.hero-copy { position: relative; z-index: 2; padding-block: 12px; min-width: 0; }
.hero h1 { font-size: clamp(88px, 11.6vw, 176px); line-height: .88; font-weight: 550; letter-spacing: -.083em; }
.hero-last { display: inline-block; padding-bottom: .05em; }
.hero-sub { font-size: 17px; line-height: 1.65; color: var(--muted); max-width: 350px; margin: 32px 0 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 15px 22px; border: 1px solid var(--border); font-size: 13px; font-weight: 500; transition: background .2s, color .2s; }
.button-primary { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.button-primary:hover { background: var(--text); border-color: var(--text); }
.button span { font-size: 20px; line-height: 1; }
.hero-art { position: relative; align-self: stretch; min-height: 490px; isolation: isolate; background-image: radial-gradient(#737a512b .7px, transparent .7px); background-size: 23px 23px; }
.hero-art canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.sculpture-fallback { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: contain; z-index: -1; }
.hero-art.experiment-ready .sculpture-fallback { display: none; }
.art-top, .art-bottom { position: absolute; left: 18px; right: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; z-index: 2; }
.art-top { top: 14px; color: var(--muted); font-size: 9px; pointer-events: none; }
.art-bottom { bottom: 14px; flex-wrap: wrap; }
.art-hint { font-size: 9px; color: var(--muted); }
.art-cross { font: 22px/1 var(--mono); color: var(--text); }
.art-corner { position: absolute; width: 8px; height: 8px; border-color: #707564; border-style: solid; pointer-events: none; }
.art-corner--tl { top: 0; left: 0; border-width: 1px 0 0 1px; }
.art-corner--tr { top: 0; right: 0; border-width: 1px 1px 0 0; }
.art-corner--bl { bottom: 0; left: 0; border-width: 0 0 1px 1px; }
.art-corner--br { bottom: 0; right: 0; border-width: 0 1px 1px 0; }
.experiment-controls { display: flex; gap: 5px; }
.experiment-button { background: #10110fd9; border: 1px solid #44483b; padding: 9px 11px; min-height: 38px; font: 10px var(--mono); }
.experiment-button:hover { border-color: var(--accent); color: var(--accent); }
.experiment-button span { margin-left: 10px; }
.pause-button { width: 38px; }
.hero-bottom { border-top: 1px solid var(--border); padding: 22px 0; font-size: 10px; }
.hero-bottom a { color: var(--text); }
.hero-bottom a span { margin-left: 32px; color: var(--accent); }
.section { padding-block: 105px; }
.section-topline { color: var(--muted); margin-bottom: 34px; }
.section-topline a:hover { color: var(--accent); }
.section-heading { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 64px; margin-bottom: 48px; }
.section h2, .section-heading h2 { font-size: clamp(34px, 3.6vw, 55px); line-height: 1.1; font-weight: 450; letter-spacing: -.05em; }
.section-heading p { max-width: 380px; font-size: 15px; color: var(--muted); }
.section-heading .text-link { margin-top: 18px; }
.work-section { padding-top: 90px; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 24px; }
.project-card { min-width: 0; display: block; }
.project-art { position: relative; height: clamp(280px, 30vw, 425px); overflow: hidden; isolation: isolate; }
.project-art-top, .project-art-bottom { position: absolute; left: 24px; right: 24px; z-index: 2; display: flex; justify-content: space-between; gap: 10px; font-size: 9px; }
.project-art-top { top: 23px; }
.project-art-bottom { bottom: 22px; }
.project-art-bottom > span:last-child { font: 24px/1 var(--sans); }
.project-heading { display: flex; align-items: center; justify-content: space-between; margin: 20px 0 4px; gap: 18px; }
.project-heading h3 { font-weight: 500; font-size: 23px; letter-spacing: -.035em; }
.project-arrow { font-size: 24px; transition: transform .25s; }
.project-card:hover .project-arrow { transform: translate(3px, -3px); color: var(--accent); }
.project-card > p { color: var(--muted); font-size: 14px; }
.project-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 15px; font-size: 9px; color: #bebfb7; }
.project-tags span { border: 1px solid var(--border); padding: 4px 8px; }
.project-art--foom { background: #e06340; color: #1b251b; }
.foom-identity { position: absolute; left: 9%; right: 8%; top: 25%; display: flex; flex-direction: column; z-index: 1; transition: transform .5s; }
.foom-wordmark { position: relative; display: block; font-weight: 750; font-size: clamp(80px, 9vw, 137px); line-height: 1; letter-spacing: -.1em; }
.foom-wordmark > span { position: absolute; font: 17px/1 var(--sans); letter-spacing: 0; top: 9px; margin-left: 10px; }
.foom-line { font: 8px var(--mono); letter-spacing: .07em; margin: 12px 0 0 7px; }
.foom-bars { position: absolute; inset: 55% -10% -30%; display: flex; gap: 11px; transform: rotate(-18deg); transition: transform .65s; opacity: .45; }
.foom-bars i { background: #883e27; flex: 1; min-width: 10px; }
.foom-bars i:nth-child(3n) { transform: translateY(20%); }
.foom-bars i:nth-child(3n + 1) { transform: translateY(40%); }
.project-card:hover .foom-bars { transform: rotate(-12deg) translateY(-10px); }
.project-card:hover .foom-identity { transform: translateY(-6px); }
.project-art--saylight { background: #e9e9df; color: #2b3029; }
.saylight-identity { position: absolute; inset: 23% 5% 16%; display: flex; flex-direction: column; align-items: center; }
.saylight-wordmark { font-size: clamp(38px, 4.9vw, 70px); font-weight: 450; letter-spacing: -.07em; line-height: 1; }
.saylight-wordmark span { display: inline-block; margin-left: 7px; font-size: .8em; color: #787b9b; transition: transform .65s; }
.project-card:hover .saylight-wordmark span { transform: rotate(180deg); }
.voice-wave { height: 90px; width: 72%; display: flex; align-items: center; justify-content: center; gap: 6px; margin: 22px 0 16px; }
.voice-wave i { height: 13%; width: 4px; border-radius: 3px; background: #7a7c9e; transition: transform .5s; }
.voice-wave i:nth-child(3n) { height: 34%; }
.voice-wave i:nth-child(4n) { height: 60%; }
.voice-wave i:nth-child(5n) { height: 80%; }
.voice-wave i:nth-child(7n) { height: 48%; }
.voice-wave i:nth-child(11n) { height: 100%; }
.project-card:hover .voice-wave i:nth-child(odd) { transform: scaleY(1.35); }
.project-card:hover .voice-wave i:nth-child(even) { transform: scaleY(.65); }
.saylight-line { font-size: 11px; }
.project-card--wide { grid-column: 1 / -1; }
.project-art--research { height: 330px; background: #20251b; color: #c8cdbf; background-image: linear-gradient(#c4cf9d0a 1px, transparent 1px), linear-gradient(90deg, #c4cf9d0a 1px, transparent 1px); background-size: 30px 30px; }
.research-art-title { position: absolute; left: 7%; top: 30%; font-size: clamp(62px, 8.3vw, 112px); font-weight: 400; letter-spacing: -.065em; line-height: 1; color: #e1e6d8; }
.research-graphic { width: 320px; height: 320px; position: absolute; left: 63%; top: 50%; transform: translate(-25%, -50%) rotate(-25deg); transition: transform 1s; }
.project-card:hover .research-graphic { transform: translate(-25%, -50%) rotate(0); }
.research-ring { position: absolute; inset: 12%; border: 1px solid #a2b378; border-radius: 50%; }
.research-ring--two { transform: rotateY(63deg); }
.research-ring--three { transform: rotateX(63deg); }
.research-axis { position: absolute; background: #68784d; opacity: .55; }
.research-axis--h { left: 0; top: 50%; width: 100%; height: 1px; }
.research-axis--v { left: 50%; top: 0; width: 1px; height: 100%; }
.research-core { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 130px; padding-top: 45px; font-weight: 400; }
.research-point { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.research-point--one { left: 49%; top: 11%; }
.research-point--two { left: 14%; top: 65%; }
.practice-section { border-block: 1px solid var(--border); background: #151612; }
.practice-grid { display: grid; grid-template-columns: 1fr 2.2fr 1.25fr; gap: 45px; }
.eyebrow { color: var(--muted); }
.practice-copy h2 { font-size: clamp(30px, 3.2vw, 48px); }
.practice-copy > p { color: var(--muted); font-size: 15px; max-width: 440px; margin: 27px 0; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 6px; border-bottom: 1px solid var(--quiet); font-size: 13px; }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.capability-list > div { position: relative; padding: 17px 0 19px 31px; border-top: 1px solid var(--border); }
.capability-list > div:first-child { padding-top: 0; border-top: 0; }
.capability-list .mono { position: absolute; top: 21px; left: 0; color: var(--quiet); font-size: 9px; }
.capability-list > div:first-child .mono { top: 4px; }
.capability-list h3 { font-size: 20px; font-weight: 450; letter-spacing: -.02em; }
.capability-list p { color: var(--muted); font-size: 12px; margin-top: 5px; }
.research-row { display: grid; grid-template-columns: 40px 1fr 170px 32px; align-items: center; gap: 20px; padding: 28px 0; border-top: 1px solid var(--border); transition: padding .25s, color .25s; }
.research-row:last-child { border-bottom: 1px solid var(--border); }
.research-row:hover { padding-inline: 10px; color: var(--accent); }
.research-index { color: var(--quiet); }
.research-row h3 { font-size: 23px; font-weight: 450; letter-spacing: -.03em; }
.research-row p { font-size: 13px; color: var(--muted); margin-top: 3px; }
.research-type { font-size: 9px; color: var(--muted); }
.row-arrow { font-size: 25px; text-align: right; }
.reading-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.story-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--border); background: #161813; }
.story-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 9px; }
.story-card h3 { font-size: 29px; line-height: 1.12; letter-spacing: -.04em; font-weight: 450; margin: 35px 0 18px; overflow-wrap: anywhere; }
.story-summary { color: var(--muted); font-size: 14px; line-height: 1.75; margin-bottom: 30px; max-width: 580px; }
.story-link { display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--border); }
.story-link > span { font-size: 21px; line-height: 1; }
.story-card:hover { border-color: #899976; }
.story-card:hover .story-link { color: var(--accent); }
.story-card--lead { grid-column: span 2; background-color: #dce9bd; background-image: radial-gradient(#38432424 .65px, transparent .65px); background-size: 11px 11px; color: #25301e; padding: 35px; }
.story-card--lead .story-meta, .story-card--lead .story-summary { color: #46513a; }
.story-feature-label { margin-top: 45px; font-size: 9px; }
.story-card--lead h3 { font-size: clamp(40px, 4.7vw, 66px); max-width: 620px; line-height: 1; letter-spacing: -.055em; margin-top: 17px; }
.story-card--lead .story-summary { font-size: 16px; }
.story-card--lead .story-link { border-color: #25301e40; }
.story-card--lead:hover .story-link { color: #25301e; }
.story-card--lead:focus-visible { outline-color: var(--text); outline-offset: 5px; }
.story-image { width: 100%; height: 160px; object-fit: cover; margin-top: 25px; }
.story-card--image h3 { margin-top: 25px; }
.reading-more { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 35px; border-top: 1px solid var(--border); margin-top: 35px; padding-top: 30px; }
.reading-more > .mono { color: var(--muted); margin-right: auto; font-size: 9px; }
.reading-more .text-link { font-size: 12px; gap: 20px; }
@media (max-width: 1100px) {
    .reading-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .story-card--lead { grid-column: 1 / -1; }
    .story-card--lead h3 { font-size: 56px; }
    .story-image { height: 190px; }
    .reading-more > .mono { flex-basis: 100%; }
}
@media (max-width: 600px) {
    .reading-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .story-card, .story-card--lead { padding: 24px; }
    .story-card h3 { font-size: 28px; }
    .story-card--lead h3 { font-size: 40px; }
    .story-feature-label { margin-top: 35px; }
    .story-card--lead .story-summary { font-size: 15px; }
    .story-image { height: 180px; }
    .reading-more { align-items: start; gap: 22px; }
    .reading-more .text-link { width: calc(50% - 11px); }
}
.contact-banner { background: var(--accent); color: var(--bg); padding: 32px 42px; }
.contact-banner .section-topline { color: #475625; }
.contact-star { font-size: 32px; line-height: 1; }
.contact-banner-link { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.contact-banner h2 { font-size: clamp(48px, 7.7vw, 112px); line-height: .98; font-weight: 450; letter-spacing: -.065em; }
.contact-arrow { font-size: clamp(80px, 14vw, 190px); line-height: 1; font-weight: 400; transition: transform .3s; }
.contact-banner-link:hover .contact-arrow { transform: translate(8px, -8px); }
.contact-banner-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 42px; border-top: 1px solid #10110f40; padding-top: 23px; font-size: 13px; }
.contact-banner .text-link { border-color: #10110f90; flex-shrink: 0; }
.contact-banner a:hover { color: #394416; }
.contact-banner :focus-visible, .project-art--saylight :focus-visible { outline-color: var(--bg); }
.site-footer { padding-top: 64px; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; align-items: start; }
.footer-top > p { color: var(--muted); font-size: 15px; }
.footer-links { display: grid; grid-template-columns: auto auto; gap: 10px 50px; font-size: 12px; }
.footer-links a:hover { color: var(--accent); }
.footer-wordmark { font-size: clamp(44px, 13.5vw, 205px); line-height: 1.1; letter-spacing: -.073em; font-weight: 550; color: #34372d; display: flex; justify-content: space-between; align-items: center; margin: 45px 0 25px; white-space: nowrap; }
.footer-wordmark > span { color: #454c36; font-size: .74em; }
.footer-bottom { border-top: 1px solid var(--border); padding: 22px 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 9px; }
.footer-bottom a:hover { color: var(--accent); }
/* Interior pages share the same editorial rhythm. */
.inner-page { padding-top: 70px; padding-bottom: 100px; min-height: 55vh; }
.page-header { margin-bottom: 56px; max-width: 1000px; }
.page-nav, .breadcrumb { font: 11px/1.8 var(--mono); color: var(--muted); margin-bottom: 30px; }
.page-nav a:hover, .breadcrumb a:hover { color: var(--accent); }
.page-title, .article-title { font-size: clamp(45px, 6.5vw, 90px); line-height: 1.03; font-weight: 450; letter-spacing: -.065em; overflow-wrap: anywhere; }
.page-subtitle { font-size: 19px; line-height: 1.6; color: var(--muted); max-width: 700px; margin-top: 25px; }
.page-header .eyebrow { margin-bottom: 22px; }
.page-content, .article-content { max-width: 760px; font-size: 17px; line-height: 1.85; color: #b9bcb0; }
.page-content > p:first-child { font-size: 22px; line-height: 1.65; color: var(--text); }
.page-content h2, .article-content h2 { font-size: 32px; line-height: 1.2; font-weight: 450; letter-spacing: -.04em; color: var(--text); margin: 48px 0 19px; }
.page-content h3, .article-content h3 { font-size: 23px; color: var(--text); margin: 32px 0 14px; font-weight: 500; }
.page-content p, .article-content p, .page-content ul, .article-content ul, .page-content ol, .article-content ol { margin-bottom: 22px; }
.page-content ul, .article-content ul, .page-content ol, .article-content ol { padding-left: 24px; }
.page-content li, .article-content li { margin-bottom: 10px; }
.page-content strong, .article-content strong { color: var(--text); font-weight: 600; }
.page-content a, .article-content a { color: var(--text); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--quiet); overflow-wrap: anywhere; }
.page-content a:hover, .article-content a:hover { color: var(--accent); }
.page-content .button { text-decoration: none; color: var(--bg); }
.page-content blockquote, .article-content blockquote { border-left: 2px solid var(--accent); padding-left: 25px; margin-block: 30px; }
.page-content pre, .article-content pre { overflow-x: auto; padding: 20px; background: var(--surface); border: 1px solid var(--border); margin-bottom: 24px; }
.page-content code, .article-content code { font: .85em var(--mono); background: var(--surface); padding: 2px 4px; }
.article-content table { border-collapse: collapse; width: 100%; font-size: 13px; display: block; overflow-x: auto; }
.article-content th, .article-content td { padding: 10px; border: 1px solid var(--border); }
.articles { max-width: 940px; }
.post-preview { border-top: 1px solid var(--border); padding: 32px 0; }
.post-preview h2 { font-size: 28px; line-height: 1.25; letter-spacing: -.035em; font-weight: 450; margin-bottom: 15px; }
.post-preview h2 a:hover { color: var(--accent); }
.post-meta, .article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; font: 10px/1.7 var(--mono); color: var(--muted); }
.post-tags { display: inline-flex; flex-wrap: wrap; gap: 10px; }
.post-tags a:hover { color: var(--accent); }
.post-summary { color: var(--muted); max-width: 750px; font-size: 15px; margin-bottom: 18px; }
.read-more { font: 11px var(--mono); color: var(--text); }
.read-more:hover { color: var(--accent); }
.full-article { max-width: 820px; margin-inline: auto; }
.article-title { font-size: clamp(36px, 4.5vw, 63px); margin-bottom: 28px; }
.article-meta { margin-bottom: 40px; }
.breadcrumb { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; font-size: 10px; }
.breadcrumb > [aria-current] { flex-basis: 100%; }
.article-footer { display: flex; justify-content: space-between; gap: 32px; border-top: 1px solid var(--border); padding-top: 26px; margin-top: 55px; }
.article-footer > div { flex: 1; }
.article-footer .next { text-align: right; }
.nav-label { display: block; font: 10px var(--mono); color: var(--muted); margin-bottom: 8px; }
.tag-list, .category-list { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; }
.tag-list a, .category-list a { display: block; padding: 12px 17px; border: 1px solid var(--border); font: 12px var(--mono); }
.tag-list a:hover, .category-list a:hover { border-color: var(--accent); color: var(--accent); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 55px; }
.service-card { border-top: 1px solid var(--border); padding-top: 25px; }
.service-title { font-size: 28px; line-height: 1.2; font-weight: 450; letter-spacing: -.035em; margin-bottom: 15px; }
.service-body { color: var(--muted); font-size: 15px; max-width: 470px; }
.section--flush { padding-block: 65px 0; }
.section-label { font: 11px var(--mono); text-transform: uppercase; letter-spacing: .04em; color: var(--muted); margin-bottom: 25px; }
.value-item { padding: 23px 0; border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr 2fr; gap: 35px; }
.value-title, .process-title { font-weight: 500; font-size: 22px; letter-spacing: -.03em; }
.value-body, .process-body, .cta-body { color: var(--muted); font-size: 15px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.process-index { font: 11px var(--mono); color: var(--accent); display: block; margin-bottom: 15px; }
.process-title { margin-bottom: 10px; }
.cta-title { font-size: 42px; line-height: 1.15; font-weight: 450; letter-spacing: -.04em; max-width: 700px; margin-bottom: 20px; }
.cta-body { max-width: 650px; margin-bottom: 25px; }
.cta-link { display: inline-block; border-bottom: 1px solid var(--accent); font-size: 14px; padding-bottom: 6px; }
.calendly-inline-widget { margin-top: 35px; max-width: 100%; }
@media (min-width: 1550px) { .hero-main { min-height: 730px; } }
@media (max-width: 1050px) {
    .nav-menu ul { gap: 24px; }
    .nav-contact { margin-left: 0; }
    .hero-main { min-height: 550px; }
    .hero-art { min-height: 435px; }
    .hero h1 { font-size: clamp(78px, 11.8vw, 128px); }
    .practice-grid { grid-template-columns: 1.6fr 1fr; gap: 30px; }
    .practice-grid > .eyebrow { grid-column: 1 / -1; }
    .section-heading { gap: 35px; }
    .project-art-top, .project-art-bottom { left: 18px; right: 18px; font-size: 8px; }
    .research-graphic { left: 61%; }
    .art-bottom { left: 10px; right: 10px; }
    .art-hint { font-size: 8px; }
}
@media (max-width: 760px) {
    html { scroll-padding-top: 25px; }
    .nav-inner { height: 82px; }
    .nav-toggle { display: flex; }
    .nav-menu { display: none; position: absolute; top: 82px; inset-inline: 0; background: var(--bg); border-bottom: 1px solid var(--border); padding: 18px var(--gutter) 26px; }
    .nav-menu--open { display: block; }
    .nav-menu ul { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
    .nav-menu li > a { display: flex; padding: 14px 0; font-size: 17px; }
    .nav-menu li > .nav-contact { padding: 13px 18px; justify-content: space-between; margin-top: 15px; }
    .hero { padding-top: 22px; }
    .hero-topline { font-size: 9px; }
    .hero-topline > span:last-child { display: none; }
    .hero-main { grid-template-columns: 1fr; padding-top: 42px; padding-bottom: 24px; gap: 35px; }
    .hero h1 { font-size: clamp(68px, 21.7vw, 140px); }
    .hero-sub { max-width: 365px; font-size: 16px; margin-top: 25px; }
    .hero-art { height: 410px; min-height: 0; }
    .hero-bottom { font-size: 8px; align-items: start; padding-block: 18px; }
    .hero-bottom > span { max-width: 170px; }
    .hero-bottom a { white-space: nowrap; }
    .hero-bottom a span { margin-left: 8px; }
    .section { padding-block: 65px; }
    .section-topline { font-size: 9px; gap: 15px; margin-bottom: 27px; }
    .section-topline > span:last-child { text-align: right; }
    .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
    .section h2 { font-size: 37px; }
    .section-heading p { font-size: 14px; }
    .work-grid { gap: 38px 18px; }
    .project-art { height: 280px; }
    .project-art-top > span:last-child { display: none; }
    .foom-identity { top: 31%; }
    .foom-wordmark { font-size: 70px; }
    .foom-wordmark > span { font-size: 11px; margin-left: 7px; }
    .foom-line { font-size: 6px; }
    .saylight-wordmark { font-size: 38px; }
    .voice-wave { gap: 4px; width: 90%; height: 75px; }
    .saylight-line { font-size: 9px; }
    .project-heading h3 { font-size: 20px; }
    .project-card > p { font-size: 13px; }
    .project-art--research { height: 290px; }
    .research-art-title { font-size: 68px; top: 34%; }
    .research-graphic { width: 250px; height: 250px; left: 62%; }
    .practice-grid { grid-template-columns: 1fr; }
    .practice-copy > p { max-width: 550px; }
    .capability-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 15px; }
    .capability-list > div, .capability-list > div:first-child { padding: 18px 0 0; border-top: 1px solid var(--border); }
    .capability-list .mono, .capability-list > div:first-child .mono { position: static; display: block; margin-bottom: 10px; }
    .capability-list h3 { font-size: 18px; }
    .research-row { grid-template-columns: 24px 1fr 25px; gap: 14px; padding-block: 23px; }
    .research-type { display: none; }
    .research-row h3 { font-size: 21px; }
    .research-row p { font-size: 12px; }
    .contact-banner { padding: 27px 24px; }
    .contact-banner h2 { font-size: clamp(40px, 8vw, 64px); }
    .contact-banner-bottom { align-items: start; margin-top: 28px; }
    .contact-banner-bottom p { max-width: 230px; font-size: 12px; }
    .contact-arrow { font-size: 90px; }
    .contact-banner .text-link { gap: 12px; font-size: 12px; }
    .footer-links { gap: 10px 20px; font-size: 11px; }
    .footer-top > p { font-size: 13px; }
    .footer-wordmark { margin-block: 35px 20px; font-size: 13vw; }
    .footer-bottom { flex-wrap: wrap; font-size: 8px; }
    .footer-bottom > span:nth-child(2) { display: none; }
    .inner-page { padding-top: 46px; padding-bottom: 65px; }
    .page-header { margin-bottom: 37px; }
    .page-title { font-size: 56px; }
    .page-subtitle { font-size: 17px; }
    .page-content, .article-content { font-size: 16px; }
    .page-content > p:first-child { font-size: 20px; }
    .services-grid { gap: 28px; }
    .service-title { font-size: 24px; }
    .process-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
    .hero-art { height: 355px; }
    .art-top { font-size: 8px; }
    .art-bottom { gap: 8px; }
    .art-hint { max-width: 140px; }
    .work-grid { grid-template-columns: 1fr; }
    .project-art { height: 310px; }
    .project-art-top > span:last-child { display: inline; }
    .foom-identity { top: 26%; }
    .foom-wordmark { font-size: 100px; }
    .foom-line { font-size: 7px; }
    .saylight-wordmark { font-size: 52px; }
    .voice-wave { height: 90px; width: 75%; }
    .saylight-line { font-size: 11px; }
    .project-art--research { height: 310px; }
    .project-art--research .project-art-top > span:last-child { display: none; }
    .research-art-title { font-size: 65px; left: 8%; top: 23%; }
    .research-graphic { width: 220px; height: 220px; left: 45%; top: 67%; opacity: .8; }
    .research-core { font-size: 100px; padding-top: 32px; }
    .project-heading h3 { font-size: 22px; }
    .project-card > p { font-size: 14px; }
    .contact-banner { padding-inline: 20px; }
    .contact-arrow { font-size: 65px; }
    .contact-banner-bottom { flex-direction: column; gap: 18px; }
    .contact-banner-bottom p { max-width: 280px; }
    .footer-top { flex-direction: column; gap: 25px; }
    .footer-links { width: 100%; grid-template-columns: 1fr 1fr; }
    .page-title { font-size: 46px; }
    .services-grid { grid-template-columns: 1fr; }
    .value-item { grid-template-columns: 1fr; gap: 12px; }
    .post-preview h2 { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
}
/* The collection: independent products and the creative archive. */
.creative-preview-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 70px 0 30px; padding-top: 32px; border-top: 1px solid var(--border); }
.creative-preview-header h3 { font-size: 36px; line-height: 1.15; font-weight: 450; letter-spacing: -.045em; margin-top: 12px; }
.creative-preview-intro { color: var(--muted); font-size: 14px; max-width: 600px; margin-top: 18px; }
.creative-preview-header > .text-link { flex-shrink: 0; }
.creative-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 24px; }
.creative-art { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface); }
.creative-art::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, #0008); pointer-events: none; }
.creative-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.creative-card:hover .creative-art img { transform: scale(1.045); }
.creative-year { position: absolute; bottom: 16px; left: 18px; font-size: 10px; z-index: 1; color: white; }
.creative-art-link { position: absolute; bottom: 12px; right: 18px; font-size: 24px; z-index: 1; color: white; }
.creative-card .project-heading { align-items: start; margin-top: 20px; }
.creative-card .project-heading h3 { font-size: 23px; line-height: 1.2; }
.creative-card > p { font-size: 13px; }
.creative-card .project-collaborators { color: #d5dfbf; line-height: 1.5; margin-top: 17px; font-size: 12px; }
.project-collaborators .mono, .project-recognition .mono { display: block; color: var(--muted); font-size: 8px; margin-bottom: 4px; }
.creative-card .project-recognition { font-size: 11px; margin-top: 12px; color: var(--muted); }
.creative-art--sound { background: #cbc5e0; color: #32273f; }
.sound-art { position: absolute; inset: 0; padding: 22px; }
.sound-art > .mono { font-size: 9px; }
.sound-art-title { display: block; font-size: clamp(35px, 4vw, 62px); line-height: .95; letter-spacing: -.06em; margin-top: 22px; }
.sound-art-title > span { color: #7c689b; }
.sound-art-bars { position: absolute; display: flex; gap: 4px; height: 24%; bottom: 0; left: 20px; right: 20px; align-items: end; opacity: .45; }
.sound-art-bars i { flex: 1; height: 28%; background: #584573; }
.sound-art-bars i:nth-child(3n) { height: 70%; }
.sound-art-bars i:nth-child(4n) { height: 42%; }
.sound-art-bars i:nth-child(7n) { height: 100%; }
.work-index-header { max-width: none; }
.work-index-header .page-title { font-size: clamp(44px, 6.5vw, 94px); }
.work-index-intro { display: flex; justify-content: space-between; align-items: end; gap: 45px; }
.work-index-intro > .mono { font-size: 10px; color: var(--muted); line-height: 1.9; text-align: right; flex-shrink: 0; }
.work-index-intro .page-subtitle { max-width: 650px; font-size: 17px; }
.work-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-block: 1px solid var(--border); padding: 20px 0; margin: 45px 0 35px; }
.work-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.work-filters button { background: transparent; border: 1px solid var(--border); min-height: 42px; padding: 9px 15px; font-size: 12px; }
.work-filters button[aria-pressed="true"] { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.work-filters button:hover { border-color: var(--accent); }
.work-count { color: var(--muted); font-size: 10px; white-space: nowrap; }
.portfolio > .creative-grid { margin-top: 50px; }
.portfolio > .work-grid[hidden] + .creative-grid { margin-top: 0; }
.archive-colophon { border-top: 1px solid var(--border); margin-top: 75px; padding-top: 30px; display: grid; grid-template-columns: 1fr 2fr auto; gap: 35px; align-items: start; }
.archive-colophon > .mono { color: var(--muted); }
.archive-colophon > p { font-size: 13px; color: var(--muted); max-width: 550px; }
.work-detail-header { max-width: 1120px; }
.work-detail-header .eyebrow { margin: 30px 0 20px; color: var(--accent); }
.work-detail-header .page-title { font-size: clamp(40px, 6vw, 84px); }
.work-lede { font-size: 20px; line-height: 1.65; max-width: 760px; color: var(--muted); margin-top: 25px; }
.work-header-credit { display: flex; gap: 28px; padding-top: 24px; margin-top: 27px; border-top: 1px solid var(--border); max-width: 900px; align-items: baseline; }
.work-header-credit > .mono, .work-header-recognition > .mono { font-size: 9px; color: var(--muted); flex-shrink: 0; min-width: 160px; }
.work-header-credit strong { font-weight: 450; font-size: 17px; line-height: 1.6; color: #d5dfbf; }
.work-header-recognition { display: flex; align-items: baseline; gap: 28px; margin-top: 15px; font-size: 14px; max-width: 900px; color: var(--muted); }
.work-cover { margin-top: 40px; }
.work-cover > img { width: 100%; max-height: 740px; object-fit: contain; background: #171813; }
.work-cover figcaption { color: var(--quiet); font-size: 9px; margin-top: 12px; }
.work-story { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(0, 3fr); gap: 65px; margin-top: 60px; align-items: start; }
.work-facts { border-top: 1px solid var(--border); padding-top: 23px; }
.work-facts dl > div { margin-bottom: 24px; }
.work-facts dt { color: var(--muted); font: 9px var(--mono); text-transform: uppercase; margin-bottom: 8px; }
.work-facts dd { font-size: 13px; line-height: 1.7; }
.archive-note { color: var(--muted); font-size: 12px; margin: 30px 0 25px; }
.work-facts .text-link { font-size: 12px; gap: 15px; }
.work-body { max-width: 900px; min-width: 0; }
.work-body > :first-child { margin-top: 0; }
.work-body img { display: block; width: auto; max-width: 100%; max-height: 800px; object-fit: contain; margin: 28px auto; }
.work-body iframe { display: block; width: 100%; max-width: 100%; border: 0; margin: 28px 0; background: #1d1f19; }
.work-body iframe:not([src*="soundcloud"]) { aspect-ratio: 16 / 9; height: auto; }
.work-body iframe[src*="soundcloud"][height="20"] { min-height: 28px; }
.work-body .media-link { margin-top: -15px; margin-bottom: 30px; font: 11px/1.6 var(--mono); }
.work-body .highlight { overflow-x: auto; }
.work-body hr { border: 0; border-top: 1px solid var(--border); margin-block: 35px; }
.related-work { margin-top: 90px; border-top: 1px solid var(--border); padding-top: 35px; }
.related-work h2 { font-size: 38px; line-height: 1.1; font-weight: 450; letter-spacing: -.04em; margin-bottom: 35px; }
@media (max-width: 1000px) {
    .creative-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .work-story { grid-template-columns: minmax(150px, 1fr) minmax(0, 3fr); gap: 35px; }
    .archive-colophon { grid-template-columns: 1fr 2fr; }
    .archive-colophon > a { grid-column: 2; justify-self: start; }
}
@media (max-width: 760px) {
    .creative-preview-header { margin-top: 50px; gap: 25px; flex-wrap: wrap; }
    .creative-preview-header h3 { font-size: 31px; }
    .creative-preview-intro { font-size: 13px; }
    .work-index-intro { display: block; }
    .work-index-intro > .mono { display: none; }
    .work-toolbar { align-items: start; flex-direction: column; gap: 14px; margin-top: 30px; }
    .work-filters button { padding: 10px 12px; font-size: 11px; min-height: 44px; }
    .work-header-credit, .work-header-recognition { flex-direction: column; gap: 8px; }
    .work-header-credit strong { font-size: 15px; }
    .work-header-recognition { font-size: 13px; }
    .work-lede { font-size: 17px; }
    .work-story { grid-template-columns: 1fr; gap: 30px; margin-top: 40px; }
    .work-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 30px; }
    .work-facts dl > div { margin: 0; }
    .work-facts dl > div:last-child:not(:nth-child(2)) { grid-column: 1 / -1; }
    .work-facts .archive-note { margin: 20px 0; }
    .work-facts .text-link { display: none; }
    .work-cover { margin-top: 30px; }
    .work-cover figcaption { font-size: 8px; }
    .archive-colophon { display: flex; flex-direction: column; gap: 20px; margin-top: 50px; }
    .related-work { margin-top: 60px; }
}
@media (max-width: 520px) {
    .creative-grid { grid-template-columns: minmax(0, 1fr); gap: 38px; }
    .creative-card .project-heading h3 { font-size: 24px; }
    .creative-card > p { font-size: 14px; }
    .creative-card .project-collaborators { font-size: 13px; }
    .sound-art-title { font-size: 54px; }
    .work-detail-header .page-title { font-size: 40px; }
}
/* Every product and research project has a home in the studio. */
.project-art--research { height: clamp(280px, 30vw, 425px); }
.project-art--research .research-art-title { top: 20%; left: 8%; font-size: clamp(62px, 6.8vw, 98px); }
.project-art--research .research-graphic { width: 250px; height: 250px; left: 57%; top: 65%; }
.project-art--harness { background: #9dabe0; color: #212c50; background-image: radial-gradient(#25346424 .7px, transparent .7px); background-size: 18px 18px; }
.harness-identity { position: absolute; inset: 24% 8% 15%; display: flex; flex-direction: column; align-items: center; }
.harness-wordmark { font-size: clamp(46px, 6.6vw, 95px); line-height: 1; font-weight: 500; letter-spacing: -.08em; }
.harness-wordmark > span { color: #e9f3ff; }
.harness-dialogue { display: flex; align-items: center; gap: 22px; margin: 27px 0 19px; font: 15px var(--mono); }
.harness-dialogue > span { padding: 9px 20px; border: 1px solid #212c5080; }
.harness-dialogue > i { font-size: 26px; font-style: normal; transition: transform .4s; }
.project-card:hover .harness-dialogue > i { transform: rotate(180deg); }
.harness-line { font-size: 8px; letter-spacing: .04em; }
.research-index-header { max-width: none; }
.research-index-header .page-title { font-size: clamp(44px, 5.2vw, 74px); }
.research-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; border: 1px solid #65764c; background: #1b2115; padding: 40px; margin: 0 0 65px; }
.research-feature-copy { min-width: 0; }
.research-feature .eyebrow { color: var(--accent); margin-bottom: 23px; font-size: 10px; }
.research-feature h2 { font-size: clamp(32px, 3.1vw, 45px); line-height: 1.1; letter-spacing: -.045em; font-weight: 450; margin-bottom: 22px; }
.research-feature-summary { font-size: 16px; line-height: 1.75; color: #c8cfba; }
.research-feature-byline { font-size: 12px; color: var(--muted); margin: 20px 0 30px; }
.research-feature .text-link { color: var(--accent); }
.research-feature:hover { border-color: var(--accent); }
.research-feature-figure { min-width: 0; }
.research-feature-figure img { width: 100%; height: auto; display: block; }
.research-feature-figure figcaption { font-size: 11px; line-height: 1.6; color: var(--muted); margin-top: 14px; }
.research-body figure { margin: 38px 0; }
.research-body figure img { display: block; width: 100%; height: auto; background: #fff; }
.research-body figcaption { font-size: 13px; line-height: 1.7; color: var(--muted); margin-top: 16px; }
.research-body .figure-link { display: inline-block; font: 10px/1.6 var(--mono); margin-top: 10px; }
.research-index-intro { display: flex; justify-content: space-between; gap: 60px; align-items: end; }
.research-index-intro > .page-subtitle { max-width: 690px; font-size: 18px; }
.research-stats { display: flex; gap: 45px; flex-shrink: 0; }
.research-stats a { display: flex; flex-direction: column; }
.research-stats strong { font-size: 60px; font-weight: 450; line-height: 1.1; letter-spacing: -.06em; color: var(--accent); }
.research-stats .mono { font-size: 9px; color: var(--muted); margin-top: 12px; }
.research-index-links { display: flex; gap: 35px; margin-top: 35px; flex-wrap: wrap; }
.section-topline > h2 { font: inherit; }
.research-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.research-card { display: flex; flex-direction: column; padding: 24px; background: #171a14; border: 1px solid var(--border); min-width: 0; transition: border-color .2s; }
.research-card:hover { border-color: #818e61; }
.research-card-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 9px; }
.research-card h3 { font-size: 27px; line-height: 1.15; font-weight: 450; letter-spacing: -.04em; margin: 30px 0 18px; }
.research-card > p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 28px; }
.research-card-link { margin-top: auto; display: flex; justify-content: space-between; font-size: 11px; padding-top: 15px; border-top: 1px solid var(--border); }
.research-card:hover .research-card-link { color: var(--accent); }
.research-notes { margin-top: 70px; }
.research-detail { max-width: 1060px; margin-inline: auto; }
.research-detail-header .eyebrow { margin: 30px 0 22px; color: var(--accent); }
.research-detail-header .article-title { font-size: clamp(38px, 4.7vw, 68px); max-width: 1020px; }
.research-lede { font-size: 20px; line-height: 1.65; color: var(--muted); max-width: 870px; margin-bottom: 24px; }
.research-detail-header .article-meta { margin-bottom: 25px; }
.research-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.research-actions .button { padding: 11px 18px; gap: 25px; }
.research-body { max-width: 900px; margin: 50px auto 0; padding-top: 35px; border-top: 1px solid var(--border); }
.research-body > :first-child { margin-top: 0; }
.research-body h2 { font-size: 30px; }
.research-body h3 { font-size: 22px; }
.research-body img { max-width: 100%; height: auto; }
.research-body .highlight { max-width: 100%; overflow-x: auto; }
.research-body table { margin-block: 25px; }
.research-body hr { border: 0; border-top: 1px solid var(--border); margin-block: 35px; }
.research-reading-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 25px; border-top: 1px solid var(--border); padding-top: 28px; margin-top: 60px; }
.resource-section { margin-top: 55px; }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.resource-card { border: 1px solid var(--border); padding: 28px; }
.resource-card h3 { font-size: 25px; font-weight: 450; line-height: 1.2; letter-spacing: -.035em; margin-bottom: 20px; }
.resource-card h3 a:hover { color: var(--accent); }
.resource-card > p { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.resource-links { overflow-wrap: anywhere; }
.resource-links ul { list-style: none; }
.resource-links li { margin: 9px 0; font: 11px/1.7 var(--mono); color: var(--muted); }
.resource-links a { color: #d5dfbf; text-decoration: underline; text-underline-offset: 4px; }
.resource-links a:hover { color: var(--accent); }
.resource-detail-link { display: inline-block; font-size: 11px; color: var(--muted); margin-top: 22px; }
.resource-detail-link:hover { color: var(--accent); }
.resource-download-panel { border: 1px solid var(--border); background: var(--surface); padding: 35px; max-width: 800px; }
.resource-download-panel h2 { font-size: 25px; font-weight: 450; margin-bottom: 22px; }
/* App case studies use actual product screens, with the product links kept intentional. */
.app-detail-header { margin-bottom: 40px; }
.app-detail-header .eyebrow { color: var(--accent); margin-bottom: 22px; }
.app-title-row { display: flex; align-items: center; gap: 24px; }
.app-icon { width: 76px; height: 76px; border-radius: 17px; object-fit: contain; flex-shrink: 0; }
.app-lede { color: var(--muted); font-size: 21px; line-height: 1.6; max-width: 760px; margin: 28px 0; }
.app-meta { display: flex; gap: 24px; flex-wrap: wrap; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.app-stage { padding: 45px; background: var(--surface); overflow: hidden; margin-bottom: 55px; }
.app-stage--foom { background: #ce5838; }
.app-stage--saylight { background: #e9e9df; }
.app-stage--harness { background: #9dabe0; }
.app-stage-phones { display: flex; justify-content: center; align-items: center; gap: 40px; }
.app-stage-phones img { width: min(34%, 260px); border-radius: 24px; box-shadow: 0 20px 60px #0004; }
.app-stage-screen { display: block; width: 100%; max-width: 1000px; max-height: 620px; object-fit: contain; margin-inline: auto; }
.app-story { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(0, 2.4fr); gap: 65px; margin: 45px 0; }
.app-question { border-top: 1px solid var(--border); padding-top: 20px; }
.app-question h2 { font-size: 25px; line-height: 1.25; letter-spacing: -.035em; font-weight: 450; margin-bottom: 16px; }
.app-question p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.app-body { min-width: 0; }
.app-body h2 { color: var(--text); font-size: 32px; line-height: 1.2; font-weight: 450; letter-spacing: -.035em; margin: 40px 0 20px; }
.app-body h2:first-child { margin-top: 0; }
.app-body p { color: var(--muted); font-size: 17px; line-height: 1.8; margin-bottom: 22px; }
.app-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 35px; }
.app-feature { border-top: 1px solid var(--border); padding-top: 24px; min-width: 0; }
.app-feature h3 { font-size: 24px; font-weight: 450; line-height: 1.2; letter-spacing: -.035em; margin: 16px 0 14px; }
.app-feature p { font-size: 14px; color: var(--muted); line-height: 1.75; }
.app-feature-icon { width: 48px; height: 48px; border-radius: 10px; }
.app-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 50px 0; }
.app-gallery-item { padding: 24px; background: var(--surface); min-width: 0; }
.app-gallery-item img { width: 100%; height: auto; max-height: 550px; object-fit: contain; }
.app-gallery-item figcaption { color: var(--muted); font-size: 12px; margin-top: 20px; }
.app-cta { padding: 35px 0; border-top: 1px solid var(--border); margin-top: 45px; display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.app-cta p { color: var(--muted); font-size: 15px; max-width: 650px; }
.app-cta .button { flex-shrink: 0; }
@media (max-width: 1100px) {
    .research-feature { gap: 28px; padding: 30px; }
    .research-index-intro { flex-direction: column; align-items: start; gap: 30px; }
    .research-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .app-story { gap: 35px; }
}
@media (max-width: 760px) {
    .research-feature { grid-template-columns: minmax(0, 1fr); padding: 24px; margin-bottom: 45px; }
    .research-feature h2 { font-size: 33px; }
    .research-feature .eyebrow { font-size: 9px; }
    .project-art--research { height: 280px; }
    .project-art--research .research-art-title { font-size: 62px; }
    .project-art--research .research-graphic { width: 210px; height: 210px; left: 44%; top: 68%; }
    .harness-wordmark { font-size: 43px; }
    .harness-dialogue { gap: 10px; font-size: 11px; margin: 25px 0 20px; }
    .harness-dialogue > span { padding: 7px 12px; }
    .harness-line { font-size: 6px; }
    .research-lede { font-size: 17px; }
    .research-index-intro > .page-subtitle { font-size: 17px; }
    .research-stats strong { font-size: 48px; }
    .research-card { padding: 22px; }
    .research-card h3 { font-size: 25px; }
    .resource-card { padding: 22px; }
    .resource-card h3 { font-size: 23px; }
    .app-title-row { gap: 18px; }
    .app-icon { width: 56px; height: 56px; border-radius: 13px; }
    .app-lede { font-size: 18px; }
    .app-stage { padding: 25px; margin-bottom: 35px; }
    .app-stage-phones { gap: 22px; }
    .app-stage-phones img { width: 43%; border-radius: 18px; }
    .app-story { grid-template-columns: 1fr; gap: 30px; }
    .app-gallery { gap: 15px; }
    .app-gallery-item { padding: 15px; }
    .app-cta { flex-direction: column; align-items: start; }
}
@media (max-width: 520px) {
    .project-art--research { height: 310px; }
    .harness-wordmark { font-size: 64px; }
    .harness-dialogue { font-size: 14px; margin: 25px 0 20px; }
    .harness-line { font-size: 7px; }
    .research-card-grid, .resource-grid { grid-template-columns: minmax(0, 1fr); }
    .research-detail-header .article-title { font-size: 38px; }
    .research-detail-header .eyebrow { font-size: 9px; }
    .research-actions .button { font-size: 12px; }
    .resource-download-panel { padding: 25px; }
    .app-stage { padding: 22px 16px; }
    .app-feature-grid, .app-gallery { grid-template-columns: minmax(0, 1fr); }
    .app-body p { font-size: 16px; }
    .app-stage-phones img { border-radius: 14px; }
}
.app-meta > div { max-width: 320px; }
.app-meta dt { font-size: 9px; color: var(--quiet); margin-bottom: 7px; }
.app-meta dd { font: 13px/1.5 var(--sans); text-transform: none; color: var(--text); }
.app-stage figcaption { margin-top: 25px; color: #242f24; font-size: 10px; }
.app-stage-phones img { width: min(29%, 260px); min-width: 0; }
.app-stage--saylight { position: relative; padding: 0; }
.app-stage-art { display: block; width: 100%; height: 540px; object-fit: cover; }
.app-stage-brand { position: absolute; top: 0; bottom: 0; left: 8%; right: 8%; display: flex; flex-direction: column; justify-content: center; color: #26362a; }
.app-stage-brand > img { width: 82px; height: 82px; margin-bottom: 22px; }
.app-stage-brand > p { font-size: clamp(35px, 4.5vw, 67px); line-height: 1.06; letter-spacing: -.06em; margin-bottom: 26px; }
.app-stage-brand > .mono { font-size: 10px; }
.app-stage--saylight figcaption { position: absolute; left: 8%; bottom: 20px; color: #435442; }
.app-question > .eyebrow { font-size: 9px; color: var(--muted); margin-bottom: 12px; }
.app-cta h2 { font-weight: 450; letter-spacing: -.04em; font-size: 32px; line-height: 1.2; margin: 10px 0 15px; }
.app-feature .mono { font: 9px/1.6 var(--mono); color: var(--accent); }
@media (max-width: 760px) {
    .app-stage-art { height: 410px; }
    .app-stage-phones { gap: 16px; }
    .app-stage-phones img { width: 29%; border-radius: 10px; }
    .app-stage-brand > img { width: 62px; height: 62px; }
    .app-stage-brand > p { font-size: 41px; }
}
@media (max-width: 520px) {
    .app-meta { gap: 18px 24px; }
    .app-stage-art { height: 370px; }
    .app-stage-brand > p { font-size: 36px; }
    .app-stage-brand > .mono { font-size: 8px; }
    .app-stage figcaption { font-size: 8px; }
    .app-stage-phones { gap: 12px; }
}
