/* Plain CSS. The portfolio has no framework or build dependency. */
:root {
    color-scheme: dark;
    --page: #080e1b;
    --surface: #0e1626;
    --text: #f4f6fc;
    --muted: #a0aec5;
    --line: #ffffff16;
    --blue: #719dff;
    --orange: #ffab73;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; scrollbar-width: thin; scrollbar-color: #3a4a66 var(--page); }
html::-webkit-scrollbar { display: block; width: 8px; }
html::-webkit-scrollbar-track { background: var(--page); }
html::-webkit-scrollbar-thumb { background: #3a4a66; border-radius: 8px; }
.portfolio-page { margin: 0; background: var(--page); color: var(--text); font: 16px/1.6 "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.portfolio-page h1, .portfolio-page h2, .portfolio-page h3, .portfolio-page p { margin: 0; }
.portfolio-page h1, .portfolio-page h2, .portfolio-page h3 { line-height: 1.1; }
.portfolio-page a { color: inherit; text-decoration: none; }
.portfolio-page button { font: inherit; cursor: pointer; }
.portfolio-page img { display: block; max-width: 100%; height: auto; }
.portfolio-page [hidden] { display: none !important; }
.portfolio-page :focus-visible { outline: 2px solid var(--orange); outline-offset: 6px; }
.portfolio-page ::selection { background: #3f6fe0; color: #fff; }
.portfolio-page .cookie-banner p { margin: 10px 0; }
.portfolio-page .cookie-banner h2 { margin: 0 0 10px; font: 700 20px/1.3 system-ui, sans-serif; }
.portfolio-page .cookie-settings { font: 12px/1.4 system-ui, sans-serif; }
.wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 10001; padding: 12px 20px; background: var(--text); color: var(--page) !important; border-radius: 8px; }
.skip-link:focus { top: 12px; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 50; background: #080e1bf2; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 96px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.brand { display: inline-flex; gap: 9px; align-items: center; font-size: 20px; font-weight: 750; letter-spacing: -.8px; white-space: nowrap; }
.brand img { flex-shrink: 0; }
.brand b { color: var(--orange); font-weight: inherit; }
.site-nav { display: flex; gap: 34px; align-items: center; font-size: 14px; font-weight: 550; color: #bfcbdd; }
.site-nav > a { position: relative; padding-block: 12px; transition: color .2s; }
.site-nav > a:hover, .site-nav > a[aria-current] { color: #fff; }
.site-nav > a[aria-current]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: var(--orange); }
.site-nav > .nav-contact { display: flex; align-items: center; gap: 30px; padding: 11px 19px; border: 1px solid #ffffff36; border-radius: 8px; color: #fff; }
.nav-contact span { font-size: 21px; line-height: 1; }
.site-nav > .nav-contact:hover { border-color: var(--blue); }
.menu-toggle { display: none; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 26px; padding-block: 94px 80px; }
.eyebrow { display: flex; align-items: center; gap: 11px; font: 600 11px/1.5 "Segoe UI", sans-serif; letter-spacing: 2.2px; text-transform: uppercase; }
.hero .eyebrow { color: #b8c8e6; margin-bottom: 29px; }
.status-dot { display: inline-block; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px #ffab7312; }
.hero h1 { font-size: clamp(58px, 6.5vw, 96px); font-weight: 750; line-height: .99; letter-spacing: -.065em; }
.hero h1 > span { background: linear-gradient(110deg, #7395ff 0%, #85d2f7 95%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-description { max-width: 425px; margin-top: 27px !important; color: var(--muted); font-size: 16px; line-height: 1.85; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 26px; min-height: 51px; padding: 13px 23px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 650; transition: background .2s, transform .2s, box-shadow .2s; }
.button > span[aria-hidden] { font-size: 21px; font-weight: 400; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #3869e8; color: #fff; box-shadow: 0 5px 24px #2c55c51f; }
.button-primary:hover { background: #467bff; box-shadow: 0 5px 28px #2c55c547; }
.hero .button { margin-top: 31px; }
.button-light { background: #f3f5fb; color: #111c31 !important; }
.button-light:hover { background: #dce7ff; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 23px; color: #93a2bc; font-size: 11px; letter-spacing: .2px; }
.small-star { font-size: 23px; line-height: 1; color: var(--orange); }
.hero-art { height: 520px; position: relative; min-width: 0; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 9% 0; z-index: -1; background: radial-gradient(ellipse, #235de238, transparent 68%); }
.orbit { position: absolute; border: 1px solid #7b9bf21b; border-radius: 50%; width: 400px; height: 400px; left: 14%; top: 10%; }
.orbit-two { width: 480px; height: 480px; left: 6%; top: 2%; }
.art-cross { position: absolute; top: 1%; right: 24%; font-size: 26px; font-weight: 200; color: var(--orange); }
.hero-window { position: absolute; overflow: hidden; border: 1px solid #ffffff28; border-radius: 9px; background: #111a2c; box-shadow: 0 28px 60px #0007; }
.window-back { width: 76%; top: 33px; right: 1%; transform: rotate(7deg); }
.window-front { width: 88%; top: 185px; left: 0; transform: rotate(-5deg); }
.hero-window img { width: 100%; }
.window-bar { height: 28px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 11px; background: #f6f7f9; color: #677285; border-bottom: 1px solid #0000000a; font: 9px/1.1 "Segoe UI", sans-serif; }
.window-bar > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.window-dots { display: flex; gap: 4px; flex-shrink: 0; }
.window-dots i { display: block; width: 5px; height: 5px; border-radius: 50%; background: #ccd2d9; }
.window-dots i:first-child { background: #e8a292; }
.window-dots i:nth-child(2) { background: #e4cf8c; }
.window-dots i:nth-child(3) { background: #a4cbb9; }
.craft-label { position: absolute; right: -2%; bottom: 44px; display: flex; align-items: center; gap: 12px; padding: 15px 20px 15px 13px; border: 1px solid #ffffff24; border-radius: 10px; background: #111c30; color: #c5d0e4; font-size: 12px; line-height: 1.55; transform: rotate(3deg); box-shadow: 0 12px 35px #0005; }
.craft-label > span { display: grid; place-items: center; width: 37px; height: 37px; background: var(--orange); color: #2f2116; border-radius: 50%; font-size: 24px; }
.craft-label strong { color: #fff; font-weight: 600; }
.art-caption { position: absolute; bottom: -1px; right: 3%; font: 9px/1.5 ui-monospace, monospace; letter-spacing: 2px; color: #73829b; }

/* A factual overview, not invented performance statistics. */
.portfolio-strip { display: grid; grid-template-columns: 1.25fr 1fr 1.1fr 1.2fr; align-items: center; padding-block: 27px; border-block: 1px solid var(--line); gap: 25px; }
.portfolio-strip > p { color: #b5c3da; font-size: 14px; line-height: 1.8; }
.portfolio-strip > p strong { color: var(--text); font-weight: 550; }
.portfolio-strip > div { display: flex; gap: 18px; align-items: center; }
.portfolio-strip > div > strong { font-size: 34px; letter-spacing: -2px; font-weight: 500; white-space: nowrap; }
.portfolio-strip strong > span { font-size: 20px; color: #536785; }
.portfolio-strip > div > span { color: var(--muted); font-size: 11px; line-height: 1.5; max-width: 110px; }

/* Work and project filters */
.work-section { padding-top: 112px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.section-heading .eyebrow, .approach-intro .eyebrow { color: var(--orange); margin-bottom: 18px; }
.section-heading h2, .approach-intro h2 { font-size: clamp(32px, 3.4vw, 46px); font-weight: 600; letter-spacing: -2px; line-height: 1.18; }
.section-heading h2 > span, .approach-intro h2 > span { color: #8191af; }
.section-heading > p { color: var(--muted); font-size: 13px; padding-bottom: 3px; line-height: 1.8; }
.filter-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 26px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filters button { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 42px; padding: 9px 17px; border: 1px solid #ffffff1a; border-radius: 6px; background: transparent; color: #b4c0d5; font-size: 12px; transition: color .2s, border-color .2s, background .2s; }
.filters button span { color: #7b8ca9; font-size: 10px; }
.filters button:hover { border-color: #7e9fe7; color: #fff; }
.filters button[aria-pressed="true"] { background: #e8efff; border-color: #e8efff; color: #14213b; }
.filters button[aria-pressed="true"] span { color: #455c83; }
.project-count { color: #7b8da9; font-size: 11px; white-space: nowrap; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 29px; align-items: stretch; }
.project-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid #ffffff15; border-radius: 13px; background: #0c1423; overflow: hidden; transition: border-color .25s; }
.project-card:hover { border-color: #ffffff3b; }
.project-visual { display: flex; flex-direction: column; justify-content: flex-end; position: relative; padding: 45px 31px 0; aspect-ratio: 1.5; overflow: hidden; }
.visual-sand { background: #d5ccbd; }
.visual-rose { background: #d4bac8; }
.visual-blue { background: #b5c5de; }
.visual-peach { background: #edd3c1; }
.visual-steel { background: #c0c9d0; }
.visual-olive { background: #c5c5b2; }
.visual-index { position: absolute; left: 24px; top: 17px; color: #354454; font: 600 9px/1.4 ui-monospace, monospace; letter-spacing: 1.3px; text-transform: uppercase; }
.browser-frame { width: 100%; border: 1px solid #ffffff70; border-bottom: 0; border-radius: 7px 7px 0 0; background: #fff; overflow: hidden; box-shadow: 0 15px 40px #0e17212e; transform: translateY(9px); transition: transform .45s ease; }
.browser-frame > img { width: 100%; aspect-ratio: 1.44; object-fit: cover; object-position: top; }
.preview-link:hover .browser-frame { transform: translateY(0); }
.preview-arrow { position: absolute; bottom: 17px; right: 17px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #ffffff30; background: #080e1bea; color: #fff; border-radius: 50%; font-size: 24px; transition: transform .25s, background .25s; }
.preview-link:hover .preview-arrow { transform: rotate(45deg); background: #315ed4; }
.preview-link:focus-visible { outline-offset: -5px; }
.project-info { display: flex; flex: 1; flex-direction: column; padding: 27px 26px 25px; }
.project-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.project-title-row h3 { font-size: clamp(20px, 1.8vw, 25px); letter-spacing: -.8px; font-weight: 650; }
.project-type { color: #7f92af; font-size: 10px; white-space: nowrap; }
.project-description { color: var(--muted); font-size: 13px; line-height: 1.85; }
.project-info .project-description { margin-top: 15px; max-width: 490px; }
.project-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 15px; padding-top: 24px; margin-top: auto; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span { padding: 4px 8px; border: 1px solid #ffffff17; border-radius: 4px; color: #8fa1bb; font-size: 9px; white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 550; white-space: nowrap; }
.text-link > span[aria-hidden] { display: inline-block; color: var(--orange); font-size: 19px; line-height: 1; transition: transform .2s; }
.text-link:hover > span[aria-hidden] { transform: translate(2px, -2px); }

/* Wide featured projects */
.featured { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; }
.featured-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 42px 38px; }
.project-kicker { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #b3c7e6; font: 10px/1.5 ui-monospace, monospace; letter-spacing: 1px; text-transform: uppercase; }
.featured-label { color: #ffba8f; font-size: 8px; letter-spacing: .6px; padding: 4px 8px; background: #ffab7310; border: 1px solid #ffab7325; border-radius: 4px; }
.featured h3 { margin-top: 27px; font-size: 49px; font-weight: 700; letter-spacing: -2px; }
.serveez h3 > span { color: #82c9eb; }
.feature-headline { font-size: 25px; line-height: 1.25; letter-spacing: -.7px; font-weight: 500; margin-top: 13px !important; }
.featured .project-description { margin-top: 19px; max-width: 400px; }
.serveez { background: linear-gradient(120deg, #152442, #0e192c); }
.feature-list { list-style: none; margin: 22px 0 28px; padding: 0; color: #b5c6e1; font-size: 12px; }
.feature-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.feature-list li::before { content: "✓"; color: #a3cdfd; font-size: 12px; }
.project-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: auto; }
.project-actions .button { padding: 10px 17px; min-height: 47px; font-size: 12px; gap: 17px; }
.android-link { display: inline-flex; align-items: center; gap: 10px; font-size: 9px; color: #a5b6d1 !important; line-height: 1.4; }
.android-link strong { display: block; font-size: 14px; font-weight: 550; color: #f5f7ff; }
.android-link svg { width: 26px; height: 26px; fill: none; stroke: #ffbb8f; stroke-width: 1.5; stroke-linejoin: round; }
.featured-preview { display: flex; flex-direction: column; justify-content: center; padding: 30px 31px 25px; min-width: 0; background: radial-gradient(ellipse at 60% 40%, #355f973f, transparent 80%); }
.preview-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #8dadd6; font: 9px/1.5 ui-monospace, monospace; margin-bottom: 27px; }
.preview-topline > span:first-child { display: flex; align-items: center; gap: 8px; color: #c0d7ea; }
.preview-topline .status-dot { background: #91d7b6; box-shadow: none; width: 5px; height: 5px; }
.featured-preview .browser-frame { border: 1px solid #ffffff3d; border-radius: 8px; transform: rotate(-2deg); box-shadow: 0 30px 50px #03071061; }
.featured-preview:hover .browser-frame { transform: rotate(0); }
.preview-caption { margin-top: 24px; color: #8ba7c9; font-size: 10px; text-align: center; letter-spacing: .5px; }
.finale { grid-template-columns: 1.15fr 1fr; background: #151718; }
.finale-preview { position: relative; display: flex; align-items: center; background: #020302; min-width: 0; }
.finale-preview img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.finale .featured-copy { padding: 34px 38px; }
.finale .project-kicker { color: #b6ab9f; }
.finale h3 { font-size: 38px; margin-top: 24px; }
.orange-period { color: var(--orange); }
.finale .feature-headline { font-size: 29px; }
.finale .project-description { color: #a7aaa9; }
.finale .tags { margin-block: 24px; }
.finale .text-link { margin-top: auto; }
.work-footnote { display: flex; gap: 10px; align-items: baseline; color: #7c8da6; font-size: 11px; margin-top: 25px !important; }
.work-footnote > span { color: var(--orange); }

/* Approach and closing invitation */
.approach-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 118px; }
.approach-intro h2 { font-size: 40px; }
.approach-intro > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 22px; max-width: 410px; }
.approach-intro > a { margin-top: 26px; }
.approach-steps { align-self: center; }
.approach-steps > div { display: flex; align-items: flex-start; gap: 22px; border-top: 1px solid var(--line); padding: 26px 0; }
.approach-steps > div:last-child { border-bottom: 1px solid var(--line); }
.approach-steps > div > span:first-child { color: #728aaa; font: 11px/2 ui-monospace, monospace; }
.approach-steps > div > span:last-child { margin-left: auto; color: #687fa0; font-size: 20px; }
.approach-steps h3 { font-size: 19px; font-weight: 550; letter-spacing: -.3px; }
.approach-steps p { color: var(--muted); font-size: 12px; margin-top: 8px; }
.contact-panel { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(115deg, #1c3e89, #173369 60%, #152845); border: 1px solid #7ea6fa2b; border-radius: 17px; padding: 49px 55px 44px; }
.contact-panel .eyebrow { position: relative; color: #d2ddf6; margin-bottom: 27px; }
.contact-panel h2 { position: relative; font-size: clamp(52px, 6vw, 78px); font-weight: 600; line-height: 1.05; letter-spacing: -4px; }
.contact-panel h2 em { font-family: Georgia, serif; font-weight: 400; color: #ffbe92; }
.contact-bottom { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 27px; }
.contact-bottom p { color: #b8c9e8; font-size: 13px; line-height: 1.8; }
.contact-orbit { position: absolute; z-index: -1; right: -4%; top: -42%; width: 600px; height: 600px; border: 1px solid #b5d0ff1c; border-radius: 50%; }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; border: 1px solid #b5d0ff1c; border-radius: 50%; }
.contact-orbit::before { inset: 50px; }.contact-orbit::after { inset: 100px; }
.site-footer { padding-top: 63px; padding-bottom: 85px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 30px; }
.footer-email { font-size: 14px; color: #b4c1d8 !important; }
.footer-email span { margin-left: 15px; color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 23px; border-top: 1px solid var(--line); color: #7c8fae; font-size: 10px; }
.footer-bottom nav { display: flex; gap: 25px; }
.footer-bottom a:hover, .footer-email:hover { color: #fff !important; }
.footer-signoff { color: #69809f; }

/* Optional, one-time motion; content remains visible without JavaScript. */
@media (prefers-reduced-motion: no-preference) {
    .hero-copy { animation: portfolio-in .7s ease both; }
    .hero-art { animation: portfolio-in .9s .12s ease both; }
    .project-grid.is-filtered .project-card:not([hidden]) { animation: portfolio-in .3s ease both; }
    @keyframes portfolio-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
}

@media (min-width: 1500px) { .hero { padding-block: 112px 100px; } }
@media (max-width: 1100px) {
    .wrap { width: calc(100% - 64px); }
    .site-nav { gap: 23px; font-size: 12px; }
    .hero { padding-block: 74px 65px; }
    .hero-art { height: 450px; }
    .window-front { top: 175px; width: 92%; }
    .window-back { top: 47px; width: 86%; }
    .orbit { width: 300px; height: 300px; }
    .orbit-two { width: 360px; height: 360px; top: 3%; }
    .craft-label { right: -1%; bottom: 27px; padding: 10px; font-size: 10px; }
    .portfolio-strip { gap: 15px; }
    .portfolio-strip > div { gap: 11px; }
    .portfolio-strip > div > strong { font-size: 28px; }
    .project-grid { gap: 23px; }
    .featured-copy { padding: 31px 27px; }
    .featured-preview { padding-inline: 23px; }
    .featured h3 { font-size: 44px; }
    .feature-headline { font-size: 22px; }
    .project-info { padding: 24px 21px; }
    .project-bottom { align-items: flex-start; flex-direction: column; gap: 17px; }
    .featured-label { display: none; }
    .finale .featured-copy { padding: 30px; }
    .finale h3 { font-size: 34px; }
    .section-heading > p { max-width: 260px; }
    .approach-section { gap: 60px; }
}
@media (max-width: 800px) {
    .wrap { width: calc(100% - 40px); }
    .header-inner { min-height: 78px; gap: 18px; flex-wrap: wrap; padding-block: 14px; }
    .brand { font-size: 19px; }
    .brand img { width: 33px; height: 33px; }
    .site-nav { width: 100%; gap: 16px; flex-wrap: wrap; padding-bottom: 8px; }
    .nav-ready .site-nav { display: none; }
    .nav-ready .site-nav.is-open { display: flex; align-items: stretch; gap: 3px; flex-direction: column; padding-block: 12px 4px; }
    .site-nav > a { padding: 11px 5px; }
    .site-nav > a[aria-current]::after { display: none; }
    .site-nav > a[aria-current] { color: var(--orange); }
    .site-nav > .nav-contact { margin-top: 7px; justify-content: space-between; }
    .menu-toggle { display: flex; align-items: center; gap: 13px; min-height: 44px; padding: 8px; border: 0; background: transparent; color: var(--text); font-size: 12px !important; }
    .menu-lines { position: relative; display: block; width: 20px; height: 12px; border-block: 1px solid currentColor; }
    .menu-lines::after { content: ""; position: absolute; height: 1px; background: currentColor; left: 5px; right: 0; top: 5px; }
    .menu-toggle[aria-expanded="true"] .menu-lines { transform: rotate(90deg); }
    .hero { grid-template-columns: 1fr; gap: 25px; padding-top: 53px; padding-bottom: 46px; }
    .hero h1 { font-size: clamp(60px, 10vw, 83px); }
    .hero-description { max-width: 490px; }
    .hero-art { width: min(520px, 100%); height: 455px; justify-self: center; }
    .window-back { top: 20px; width: 77%; right: 4%; }
    .window-front { top: 141px; width: 84%; left: 2%; }
    .orbit { left: 20%; }.orbit-two { left: 10%; }
    .craft-label { right: 2%; bottom: 26px; }
    .art-caption { bottom: -3px; font-size: 8px; }
    .portfolio-strip { grid-template-columns: repeat(3, 1fr); gap: 18px; padding-block: 24px; }
    .portfolio-strip > p { grid-column: 1 / -1; font-size: 12px; }
    .portfolio-strip > p br { display: none; }
    .portfolio-strip > p strong { margin-left: 5px; }
    .portfolio-strip > div { align-items: flex-start; flex-direction: column; gap: 1px; }
    .portfolio-strip > div > span { font-size: 10px; }
    .work-section { padding-top: 70px; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 28px; }
    .section-heading h2, .approach-intro h2 { font-size: 36px; letter-spacing: -1.5px; }
    .section-heading > p { max-width: 100%; font-size: 13px; }
    .desktop-break { display: none; }
    .filter-bar { align-items: flex-start; flex-direction: column; gap: 14px; }
    .filters { gap: 7px; }
    .filters button { padding: 9px 13px; }
    .project-grid { grid-template-columns: 1fr; gap: 24px; }
    .featured { grid-template-columns: 1fr; }
    .featured-copy { padding: 30px; }
    .featured-label { display: inline; }
    .featured h3 { font-size: 45px; }
    .feature-headline { font-size: 25px; }
    .featured .project-description { max-width: none; }
    .featured-preview { padding: 14px 28px 26px; }
    .preview-topline { margin-bottom: 22px; }
    .project-visual { padding-inline: 28px; aspect-ratio: 1.45; }
    .project-title-row h3 { font-size: 24px; }
    .project-info { padding: 27px 25px; }
    .project-bottom { flex-direction: row; align-items: center; }
    .finale-preview img { height: auto; aspect-ratio: 1.44; object-fit: cover; }
    .finale .featured-copy { padding: 30px; }
    .finale .project-description { max-width: 480px; }
    .work-footnote { font-size: 10px; }
    .approach-section { grid-template-columns: 1fr; gap: 37px; padding-block: 75px; }
    .approach-intro > p:not(.eyebrow) { max-width: 520px; }
    .contact-panel { padding: 36px 30px; }
    .contact-panel h2 { font-size: 62px; letter-spacing: -3px; }
    .contact-bottom { align-items: flex-start; flex-direction: column; gap: 26px; }
    .contact-bottom p br { display: none; }
    .contact-orbit { width: 430px; height: 430px; right: -200px; top: -80px; }
    .site-footer { padding-top: 40px; }
    .footer-top { align-items: flex-start; flex-direction: column; gap: 19px; }
    .footer-bottom { gap: 20px; }
    .footer-signoff { display: none; }
}
@media (max-width: 430px) {
    .hero { padding-top: 44px; }
    .hero h1 { font-size: clamp(48px, 13.5vw, 58px); }
    .hero-description { font-size: 14px; line-height: 1.8; }
    .hero .eyebrow { font-size: 10px; margin-bottom: 25px; }
    .hero-art { height: 348px; }
    .window-back { top: 23px; width: 76%; }
    .window-front { top: 114px; width: 85%; }
    .window-bar { height: 23px; padding-inline: 8px; font-size: 7px; }
    .hero-art .window-bar { height: 18px; font-size: 6px; }
    .hero-art .window-dots { gap: 2px; }.hero-art .window-dots i { width: 3px; height: 3px; }
    .orbit { width: 220px; height: 220px; }.orbit-two { width: 285px; height: 285px; left: 8%; }
    .craft-label { bottom: 25px; padding: 10px; font-size: 9px; gap: 9px; }
    .craft-label > span { width: 30px; height: 30px; font-size: 20px; }
    .art-caption { font-size: 7px; letter-spacing: 1.3px; }
    .hero-note { font-size: 10px; }
    .section-heading h2, .approach-intro h2 { font-size: 29px; letter-spacing: -1.25px; }
    .filters button { padding: 8px 11px; font-size: 11px; gap: 9px; }
    .project-info, .featured-copy, .finale .featured-copy { padding: 24px 21px; }
    .project-description { font-size: 12px; }
    .project-title-row h3 { font-size: 22px; }
    .project-bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
    .project-actions { gap: 16px; }
    .featured h3 { font-size: 42px; }
    .featured .feature-headline { font-size: 23px; }
    .project-visual { padding: 35px 20px 0; }
    .visual-index { left: 18px; top: 12px; font-size: 8px; }
    .preview-arrow { width: 33px; height: 33px; font-size: 21px; }
    .featured-preview { padding-inline: 20px; }
    .preview-topline { font-size: 8px; }
    .finale h3 { font-size: 33px; }
    .feature-list { font-size: 11px; }
    .featured-label { font-size: 7px; }
    .project-kicker { font-size: 9px; }
    .contact-panel { padding: 31px 24px; }
    .contact-panel h2 { font-size: 47px; letter-spacing: -2.5px; }
    .contact-panel .eyebrow { font-size: 9px; letter-spacing: 1.5px; }
    .contact-bottom .button { font-size: 12px; padding-inline: 17px; }
    .footer-email { font-size: 12px; overflow-wrap: anywhere; }
    .approach-steps > div { gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .portfolio-page *, .portfolio-page *::before, .portfolio-page *::after { animation: none !important; transition: none !important; }
}
