:root {
    --navy: #031a35;
    --navy-deep: #021226;
    --navy-soft: #082d50;
    --cyan: #24c8ef;
    --cyan-bright: #42d7f8;
    --ink: #071a34;
    --muted: #526987;
    --line: #dce6f0;
    --white: #ffffff;
    --container: 1316px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", Arial, sans-serif; color: var(--ink); background: #fff; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; height: 96px; background: rgba(3, 26, 53, .96); border-bottom: 1px solid rgba(66, 215, 248, .18); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { width: 380px; flex: 0 0 auto; }
.brand img { width: 100%; max-height: 82px; object-fit: contain; object-position: left center; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 43px; color: #eef7ff; font-size: .95rem; }
.primary-nav a { position: relative; padding: 36px 0 33px; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: var(--cyan); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.nav-cta { margin-left: 42px; }
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: white; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 32px; color: #00172b; background: linear-gradient(135deg, var(--cyan-bright), #18b9e6); border: 1px solid var(--cyan); border-radius: 4px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(20, 192, 233, .22); }
.button-small { min-height: 46px; padding-inline: 27px; font-size: .92rem; }
.button-outline { color: #fff; background: rgba(2, 20, 41, .3); }

.hero { position: relative; min-height: 485px; overflow: hidden; background: radial-gradient(circle at 67% 42%, #0b3d63 0, var(--navy) 42%, var(--navy-deep) 84%); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-deep) 0%, rgba(2,18,38,.98) 29%, rgba(2,18,38,.72) 48%, rgba(2,18,38,.1) 72%, rgba(2,18,38,.4) 100%); z-index: 1; }
.hero-image { position: absolute; z-index: 0; inset: 0 0 0 38%; background: url("../images/hero-workstation.png") center right / cover no-repeat; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.48) 12%, #000 30%, #000 84%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.48) 12%, #000 30%, #000 84%, transparent 100%); opacity: .96; }
.hero-grid { position: relative; z-index: 2; min-height: 485px; display: grid; align-items: center; grid-template-columns: minmax(0, 570px) 1fr; }
.hero-copy { padding: 64px 0 70px; }
.eyebrow { margin: 0 0 17px; color: var(--cyan-bright); font-size: .82rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: #0b8fb8; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 670px; margin-bottom: 19px; font-size: clamp(2.6rem, 4.1vw, 4.3rem); line-height: 1.04; letter-spacing: -.045em; }
h1 span { display: block; color: var(--cyan-bright); }
.hero-intro { max-width: 560px; margin-bottom: 27px; color: #e3edf7; font-size: 1.1rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }

.capability-bar { position: relative; z-index: 3; background: linear-gradient(90deg, #062844, #072b4c 50%, #041e39); color: white; border-top: 1px solid rgba(66,215,248,.16); border-bottom: 1px solid rgba(66,215,248,.16); }
.capability-grid { min-height: 78px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.capability-grid div { padding: 4px 27px; border-right: 1px solid rgba(121, 197, 225, .24); font-weight: 500; }
.capability-grid div:first-child { padding-left: 0; }
.capability-grid div:last-child { border: 0; }
.capability-grid span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-right: 14px; border: 1px solid var(--cyan); border-radius: 50%; color: var(--cyan); font-size: .72rem; font-weight: 700; }

.section { padding: 88px 0; scroll-margin-top: 96px; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 60px; margin-bottom: 44px; }
.section-heading > p { max-width: 720px; margin-bottom: 4px; color: var(--muted); font-size: 1.02rem; }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 3vw, 3.4rem); line-height: 1.12; letter-spacing: -.04em; }
h3 { font-size: 1.18rem; line-height: 1.35; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 275px; padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: 5px; box-shadow: 0 12px 35px rgba(5, 31, 59, .035); transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #8edff3; }
.card-number { display: block; margin-bottom: 27px; color: #0baad2; font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
.service-card p { min-height: 78px; color: var(--muted); font-size: .94rem; line-height: 1.55; }
.service-card a { color: #067ca2; font-size: .86rem; font-weight: 700; }
.service-card a span { margin-left: 6px; }

.work, .about { color: #fff; background: linear-gradient(120deg, var(--navy-deep), #07335a); }
.split-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 90px; }
.split-layout h2 { margin-bottom: 0; }
.split-layout > p { margin-bottom: 0; color: #cfdeed; font-size: 1.08rem; }
.process { background: #f6f9fc; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: 42px; }
.process-grid article { padding-top: 25px; border-top: 2px solid #bdd3e4; }
.process-grid span { color: #0d9fc6; font-weight: 800; }
.process-grid h3 { margin: 16px 0 10px; font-size: 1.4rem; }
.process-grid p { color: var(--muted); }
.about { background: #061b34; }

.contact { background: #edf7fb; }
.contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 50px 56px; color: white; background: linear-gradient(120deg, #05213e, #07466d); border-radius: 8px; box-shadow: 0 20px 50px rgba(2, 29, 54, .14); }
.contact-panel h2 { margin-bottom: 12px; }
.contact-panel p:not(.eyebrow) { max-width: 670px; margin-bottom: 0; color: #d6e8f4; }
.contact-panel .button { flex: 0 0 auto; }

.site-footer { padding: 34px 0; background: var(--navy-deep); color: #b8c8d8; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-wrap img { width: 230px; }
.footer-wrap p { margin: 0; font-size: .86rem; }

.page-hero { position: relative; overflow: hidden; padding: 52px 0 48px; color: white; background: radial-gradient(circle at 80% 20%, #0a4b72 0, #082b4c 28%, var(--navy-deep) 72%); }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; top: -330px; right: 6%; border: 1px solid rgba(66,215,248,.28); border-radius: 50%; box-shadow: 0 0 0 80px rgba(66,215,248,.035), 0 0 0 160px rgba(66,215,248,.025); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 90px; }
.page-hero h1 { max-width: 720px; margin-bottom: 0; font-size: clamp(2.35rem, 3.5vw, 3.55rem); line-height: 1.08; }
.page-hero-grid > p { max-width: 520px; margin-bottom: 5px; color: #d3e4f0; font-size: 1rem; }
.service-detail { padding: 62px 0; scroll-margin-top: 96px; border-bottom: 1px solid var(--line); }
.service-detail.alternate { background: #f4f8fb; }
.service-detail-grid { display: grid; grid-template-columns: 90px minmax(0, 1.05fr) minmax(310px, .75fr); gap: 55px; align-items: start; }
.service-index { display: flex; width: 62px; height: 62px; align-items: center; justify-content: center; color: #058ab2; border: 1px solid #74d5eb; border-radius: 50%; font-size: .9rem; font-weight: 800; }
.service-summary h2 { max-width: 700px; margin-bottom: 17px; font-size: clamp(1.9rem, 2.45vw, 2.75rem); line-height: 1.15; }
.service-summary > p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.service-list { margin: 43px 0 0; padding: 0; list-style: none; border-top: 1px solid #bfd2e1; }
.service-list li { position: relative; padding: 14px 0 14px 25px; color: #314b68; border-bottom: 1px solid #dbe5ed; }
.service-list li::before { content: ""; position: absolute; left: 1px; top: 23px; width: 8px; height: 8px; background: var(--cyan); border-radius: 50%; }
.engagement-section { padding: 68px 0; color: white; background: linear-gradient(120deg, #03172d, #07385d); }
.engagement-heading > p { color: #d1e1ed; }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.engagement-grid article { padding: 34px; border: 1px solid rgba(113,212,238,.24); background: rgba(255,255,255,.035); }
.engagement-grid span { color: var(--cyan); font-size: .8rem; font-weight: 800; }
.engagement-grid h3 { margin: 28px 0 13px; font-size: 1.35rem; }
.engagement-grid p { margin-bottom: 0; color: #c6d9e8; }
.service-cta { padding-top: 76px; }
.work-hero { background: radial-gradient(circle at 82% 0%, #0a4a70 0, #082946 31%, var(--navy-deep) 73%); }
.portfolio-section { background: #fff; }
.portfolio-item { display: grid; grid-template-columns: 240px 1fr; gap: 75px; padding: 72px 0; border-bottom: 1px solid var(--line); }
.portfolio-item:last-child { border-bottom: 0; }
.portfolio-meta { padding-top: 5px; }
.portfolio-meta span { display: flex; width: 50px; height: 50px; align-items: center; justify-content: center; margin-bottom: 22px; color: #078cb4; border: 1px solid #75d4e9; border-radius: 50%; font-size: .8rem; font-weight: 800; }
.portfolio-meta p { color: #637892; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.portfolio-copy { max-width: 900px; }
.portfolio-copy h2 { margin-bottom: 18px; font-size: clamp(2rem, 2.75vw, 3rem); }
.portfolio-copy > p:not(.eyebrow) { max-width: 780px; color: var(--muted); font-size: 1.03rem; }
.project-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 30px; padding: 0; list-style: none; }
.project-tags li { padding: 8px 13px; color: #294763; background: #edf5f8; border: 1px solid #d3e6ed; border-radius: 3px; font-size: .78rem; font-weight: 600; }
.text-link { color: #087fa5; font-size: .9rem; font-weight: 800; }
.text-link span { margin-left: 6px; }
.outcome-band { padding: 70px 0; color: white; background: linear-gradient(120deg, #03172d, #07385d); }
.outcome-grid { display: grid; grid-template-columns: .55fr 1.35fr .8fr; gap: 55px; align-items: center; }
.outcome-grid .eyebrow { margin-bottom: 0; }
.outcome-grid h2 { margin-bottom: 0; font-size: clamp(2rem, 2.6vw, 2.8rem); }
.outcome-grid > p:last-child { margin-bottom: 0; color: #ccdeeb; }
.process-hero { background: radial-gradient(circle at 78% 0%, #0b4a70 0, #082b49 30%, var(--navy-deep) 72%); }
.process-overview { padding: 54px 0; background: #f5f9fc; border-bottom: 1px solid var(--line); }
.process-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.process-intro .eyebrow { margin-top: 0; }
.process-intro h2 { max-width: 680px; margin-bottom: 0; font-size: clamp(1.85rem, 2.25vw, 2.5rem); }
.process-intro > p:last-child { margin-bottom: 0; color: var(--muted); }
.phase-section { background: #fff; }
.phase-list { position: relative; }
.phase-card { display: grid; grid-template-columns: 110px minmax(0, 1fr) minmax(320px, .62fr); gap: 40px; padding: 64px 0; border-bottom: 1px solid var(--line); }
.phase-card:last-child { border-bottom: 0; }
.phase-marker span { display: flex; width: 52px; height: 52px; align-items: center; justify-content: center; margin-bottom: 18px; color: #087fa5; border: 1px solid #6fd1e8; border-radius: 50%; font-size: .82rem; font-weight: 800; }
.phase-marker p { color: #657b94; font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.phase-copy h2 { margin-bottom: 18px; font-size: clamp(1.8rem, 2.2vw, 2.45rem); }
.phase-copy p { max-width: 690px; margin-bottom: 0; color: var(--muted); font-size: 1.03rem; }
.phase-output { padding: 27px 30px; background: #f3f8fb; border-left: 3px solid #38c7e9; }
.phase-output h3 { margin: 0 0 11px; color: #0b3657; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.phase-output h3:not(:first-child) { margin-top: 23px; }
.phase-output ul { margin: 0; padding-left: 19px; color: #48617b; }
.phase-output li { margin-bottom: 6px; }
.phase-output p { margin-bottom: 0; color: #48617b; }
.collaboration-band { padding: 72px 0; color: white; background: linear-gradient(120deg, #03172d, #07385d); }
.collaboration-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.collaboration-grid h2 { margin-bottom: 0; font-size: clamp(2rem, 2.8vw, 3rem); }
.collaboration-points { display: grid; gap: 20px; }
.collaboration-points p { display: grid; grid-template-columns: 135px 1fr; gap: 22px; margin: 0; padding-bottom: 20px; border-bottom: 1px solid rgba(128,204,229,.2); }
.collaboration-points p:last-child { border-bottom: 0; }
.collaboration-points strong { color: var(--cyan-bright); }
.collaboration-points span { color: #ccdeeb; }
.about-hero { background: radial-gradient(circle at 80% 10%, #0b527a 0, #082e4f 31%, var(--navy-deep) 74%); }
.about-story { padding: 76px 0; background: #fff; }
.about-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; }
.about-story h2 { max-width: 570px; margin-bottom: 0; font-size: clamp(2rem, 2.7vw, 3rem); }
.about-story-copy { max-width: 730px; }
.about-story-copy p { color: var(--muted); font-size: 1.05rem; }
.about-story-copy p:last-child { margin-bottom: 0; }
.about-principles { padding: 72px 0 80px; background: #f4f8fb; border-top: 1px solid var(--line); }
.about-section-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.about-section-heading .eyebrow, .about-section-heading h2 { margin-bottom: 0; }
.about-section-heading h2 { font-size: clamp(2rem, 2.55vw, 2.8rem); }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.principle-grid article { padding: 30px 27px; background: #fff; border-top: 3px solid #35c8e9; box-shadow: 0 12px 30px rgba(5,31,59,.045); }
.principle-grid span { color: #078db5; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.principle-grid h3 { margin: 25px 0 12px; font-size: 1.18rem; }
.principle-grid p { margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.ecosystem-band { padding: 76px 0; color: #fff; background: linear-gradient(120deg, #03172d, #073b60); }
.ecosystem-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 95px; align-items: center; }
.ecosystem-grid h2 { max-width: 600px; margin-bottom: 0; font-size: clamp(2rem, 2.65vw, 2.9rem); }
.ecosystem-grid > div:last-child p { color: #d0e0ec; }
.ecosystem-grid > div:last-child p:last-child { margin-bottom: 0; }
.contact-hero { background: radial-gradient(circle at 82% 0%, #0a4f76 0, #082e4e 31%, var(--navy-deep) 74%); }
.contact-page { padding: 76px 0 84px; background: #f4f8fb; }
.contact-page-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.contact-details { padding-top: 12px; }
.contact-details h2 { max-width: 470px; margin-bottom: 18px; font-size: clamp(2rem, 2.7vw, 3rem); }
.contact-details > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.contact-method { margin: 36px 0; padding: 22px 0; border-top: 1px solid #cbdbe7; border-bottom: 1px solid #cbdbe7; }
.contact-method span { display: block; margin-bottom: 5px; color: #637991; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-method a { color: #087fa5; font-weight: 700; }
.contact-expectation { max-width: 520px; }
.contact-expectation h3 { margin-bottom: 8px; }
.contact-expectation p { margin-bottom: 0; color: var(--muted); }
.form-panel { padding: 38px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(4,31,57,.075); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.project-form label { display: block; }
.project-form label > span { display: block; margin-bottom: 7px; color: #243f5b; font-size: .83rem; font-weight: 700; }
.project-form input, .project-form select, .project-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfdff; border: 1px solid #bfcfdd; border-radius: 3px; font: inherit; }
.project-form input, .project-form select { min-height: 50px; }
.project-form textarea { resize: vertical; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { outline: 2px solid rgba(36,200,239,.3); border-color: #21aed2; }
.full-field { margin-top: 22px; }
.form-submit { margin-top: 25px; border: 0; cursor: pointer; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 24px; padding: 17px 19px; border-left: 4px solid; }
.form-notice.success { color: #175e43; background: #edf9f4; border-color: #35a879; }
.form-notice.error { color: #822b32; background: #fff1f2; border-color: #c9515b; }
.form-notice ul { margin: 7px 0 0; padding-left: 20px; }

@media (max-width: 1120px) {
    .brand { width: 310px; }
    .primary-nav { gap: 23px; }
    .nav-cta { margin-left: 15px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-image { left: 46%; }
}

@media (max-width: 880px) {
    .container { width: min(calc(100% - 36px), var(--container)); }
    .site-header { height: 78px; }
    .brand { width: 270px; }
    .menu-toggle { display: block; }
    .nav-cta { display: none; }
    .primary-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 22px 24px; background: #031a35; border-bottom: 1px solid rgba(66,215,248,.25); }
    .primary-nav.open { display: flex; }
    .primary-nav a { padding: 13px 0; }
    .primary-nav a::after { display: none; }
    .hero, .hero-grid { min-height: 620px; }
    .hero-image { inset: 0; opacity: .48; -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 42%, #000 100%); mask-image: linear-gradient(0deg, transparent 0%, #000 42%, #000 100%); }
    .hero::before { background: linear-gradient(90deg, rgba(2,18,38,.96), rgba(2,18,38,.63)); }
    .hero-grid { display: block; }
    .hero-copy { max-width: 620px; padding-top: 104px; }
    .capability-grid { grid-template-columns: repeat(2, 1fr); padding: 14px 0; }
    .capability-grid div { min-height: 55px; display: flex; align-items: center; border-right: 0; }
    .section-heading, .split-layout { grid-template-columns: 1fr; gap: 24px; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .page-hero-grid { grid-template-columns: 1fr; gap: 24px; }
    .page-hero { padding: 48px 0; }
    .service-detail-grid { grid-template-columns: 72px 1fr; gap: 28px; }
    .service-list { grid-column: 2; margin-top: 0; }
    .engagement-grid { grid-template-columns: 1fr; }
    .portfolio-item { grid-template-columns: 150px 1fr; gap: 35px; }
    .outcome-grid { grid-template-columns: 1fr; gap: 22px; }
    .process-intro { grid-template-columns: 1fr; gap: 18px; }
    .phase-card { grid-template-columns: 82px 1fr; gap: 22px; }
    .phase-output { grid-column: 2; }
    .collaboration-grid { grid-template-columns: 1fr; gap: 42px; }
    .about-story-grid, .ecosystem-grid { grid-template-columns: 1fr; gap: 30px; }
    .about-section-heading { grid-template-columns: 1fr; gap: 15px; }
    .principle-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-page-grid { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 600px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand { width: 235px; }
    .hero, .hero-grid { min-height: 600px; }
    .hero-copy { padding: 78px 0 55px; }
    h1 { font-size: 2.65rem; }
    .hero-intro { font-size: 1rem; }
    .hero-actions .button { width: 100%; }
    .capability-grid, .service-grid, .process-grid { grid-template-columns: 1fr; }
    .capability-grid div { padding-left: 0; }
    .section { padding: 65px 0; }
    .section-heading { margin-bottom: 30px; }
    .service-card { min-height: 0; }
    .service-card p { min-height: 0; }
    .contact-panel { display: block; padding: 35px 25px; }
    .contact-panel .button { width: 100%; margin-top: 27px; }
    .footer-wrap { flex-direction: column; text-align: center; }
    .page-hero { padding: 42px 0; }
    .page-hero h1 { font-size: 2.25rem; }
    .service-detail { padding: 50px 0; }
    .service-detail-grid { grid-template-columns: 1fr; }
    .service-index { width: 48px; height: 48px; }
    .service-list { grid-column: auto; }
    .engagement-grid article { padding: 28px; }
    .portfolio-item { grid-template-columns: 1fr; gap: 12px; padding: 54px 0; }
    .portfolio-meta { display: flex; align-items: center; gap: 16px; }
    .portfolio-meta span { margin-bottom: 0; }
    .portfolio-meta p { margin-bottom: 0; }
    .portfolio-copy h2 { font-size: 2rem; }
    .outcome-band { padding: 55px 0; }
    .process-overview { padding: 50px 0; }
    .phase-card { grid-template-columns: 1fr; gap: 14px; padding: 52px 0; }
    .phase-marker { display: flex; align-items: center; gap: 15px; }
    .phase-marker span, .phase-marker p { margin-bottom: 0; }
    .phase-output { grid-column: auto; margin-top: 12px; padding: 24px; }
    .collaboration-band { padding: 55px 0; }
    .collaboration-points p { grid-template-columns: 1fr; gap: 6px; }
    .about-story, .about-principles, .ecosystem-band { padding: 56px 0; }
    .principle-grid { grid-template-columns: 1fr; }
    .contact-page { padding: 55px 0 64px; }
    .form-panel { padding: 27px 22px; }
    .form-grid { grid-template-columns: 1fr; gap: 17px; }
    .form-submit { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
