:root {
    --bg: #f5f3ee;
    --bg-strong: #ffffff;
    --ink: #0b0b0b;
    --muted: #626262;
    --line: rgba(0, 0, 0, 0.12);
    --glass: rgba(255, 255, 255, 0.82);
    --black: #050505;
    --blue: #0b0b0b;
    --green: #39c46a;
    --amber: #f2aa2d;
    --shadow: 0 24px 80px rgba(53, 75, 99, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Inter", "Noto Sans SC", system-ui, sans-serif;
    background: radial-gradient(circle at 18% 8%, rgba(0, 0, 0, 0.035), transparent 26rem),
    linear-gradient(180deg, #fbfaf7 0%, #efeee9 48%, #fbfaf7 100%);
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-shell {
    min-height: 100vh;
    overflow: hidden;
}

.nav {
    position: sticky;
    top: 14px;
    z-index: 20;
    width: min(1180px, calc(100% - 32px));
    height: 68px;
    margin: 14px auto 0;
    padding: 0 10px 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 18px 55px rgba(45, 58, 72, 0.13);
    backdrop-filter: blur(22px);
}

.brand,
.nav-links,
.hero-actions,
.hero-proof,
.logos,
.panel-head,
.agent-card,
.metric-row,
.stat-strip {
    display: flex;
    align-items: center;
}

.brand {
    gap: 10px;
    font-weight: 800;
}

.brand-mark,
.logo-tile {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 8px;
    background: linear-gradient(90deg, #111 10px, transparent 10px 14px, #111 14px 24px, transparent 24px),
    linear-gradient(0deg, #111 10px, transparent 10px 14px, #111 14px 24px, transparent 24px);
    background-color: #fff;
}

.nav-links {
    gap: 26px;
    color: #46515d;
    font-size: 14px;
    font-weight: 600;
}

.nav-links a:hover {
    color: var(--ink);
}

.nav-cta,
.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-weight: 700;
}

.nav-cta {
    padding: 0 20px;
    color: #fff;
    background: #111;
}

.hero {
    position: relative;
    width: min(1240px, calc(100% - 32px));
    min-height: calc(100vh - 90px);
    margin: 0 auto;
    padding: 72px 0 54px;
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 28px;
    align-items: center;
}

.hero-bg-video,
.hero-video-scrim {
    position: absolute;
    inset: -86px calc((100vw - min(1240px, calc(100vw - 32px))) / -2) -40px;
    pointer-events: none;
}

.hero-bg-video {
    z-index: 0;
    width: auto;
    height: calc(100% + 126px);
    min-width: 100vw;
    object-fit: cover;
    opacity: 1;
    filter: saturate(1.05) contrast(1.18) brightness(0.94);
}

.hero-video-scrim {
    z-index: 1;
    background: linear-gradient(90deg, rgba(247, 250, 252, 0.9) 0%, rgba(247, 250, 252, 0.76) 33%, rgba(247, 250, 252, 0.18) 68%, rgba(247, 250, 252, 0.34) 100%),
    linear-gradient(180deg, rgba(247, 250, 252, 0.18), rgba(237, 242, 246, 0.52));
}

.hero-copy,
.hero-visual {
    position: relative;
    z-index: 2;
}

.eyebrow {
    margin: 0 0 16px;
    color: #53718f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 690px;
    margin-bottom: 24px;
    font-size: clamp(48px, 6vw, 88px);
    line-height: 0.95;
    letter-spacing: 0;
}

.hero-lede {
    max-width: 600px;
    margin-bottom: 30px;
    color: #485766;
    font-size: 18px;
    line-height: 1.8;
}

.hero-actions {
    gap: 12px;
    margin-bottom: 26px;
}

.button {
    padding: 0 22px;
}

.button.primary {
    color: #fff;
    background: #0b0d10;
    box-shadow: 0 14px 35px rgba(11, 13, 16, 0.22);
}

.button.secondary {
    border: 1px solid rgba(16, 18, 22, 0.1);
    background: rgba(255, 255, 255, 0.62);
}

.hero-proof {
    flex-wrap: wrap;
    gap: 10px;
    color: #617080;
    font-size: 13px;
}

.hero-proof span {
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.64);
}

.hero-proof strong {
    color: var(--ink);
}

.hero-visual {
    position: relative;
    min-height: 690px;
}

.city-backdrop {
    position: absolute;
    inset: 0 0 auto;
    height: 250px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    opacity: 0.28;
    filter: blur(0.2px);
}

.city-backdrop span {
    width: 66px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #9eb0bf, #d8e0e6);
}

.city-backdrop span:nth-child(1) {
    height: 82px;
}

.city-backdrop span:nth-child(2) {
    height: 146px;
}

.city-backdrop span:nth-child(3) {
    height: 102px;
}

.city-backdrop span:nth-child(4) {
    height: 176px;
}

.city-backdrop span:nth-child(5) {
    height: 118px;
}

.city-backdrop span:nth-child(6) {
    height: 154px;
}

.dashboard-frame {
    position: relative;
    top: 78px;
    min-height: 570px;
    display: grid;
    grid-template-columns: 62px 310px 1fr;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 28px;
    background: rgba(224, 232, 239, 0.72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(22px);
}

.dock,
.workflow-panel,
.canvas-panel,
.metric-card,
.case-card,
.service-card,
.cta {
    border: 1px solid rgba(255, 255, 255, 0.88);
    background: var(--glass);
    box-shadow: 0 16px 45px rgba(58, 76, 97, 0.1);
    backdrop-filter: blur(18px);
}

.dock {
    padding: 14px 8px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.logo-tile {
    margin-bottom: 16px;
}

.dock-btn {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 0 0 1px rgba(15, 20, 27, 0.06);
}

.dock-btn::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    border: 2px solid #8d99a5;
    border-radius: 5px;
}

.dock-btn.active {
    background: #0b0d10;
}

.dock-btn.active::before {
    border-color: #fff;
}

.avatar {
    width: 40px;
    height: 40px;
    margin-top: auto;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffd6a5, #8ec5ff 55%, #fff);
}

.workflow-panel {
    padding: 18px;
    border-radius: 20px;
}

.panel-head {
    justify-content: space-between;
    margin-bottom: 18px;
}

.panel-head p {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 12px;
}

.panel-head h2 {
    margin: 0;
    font-size: 21px;
}

.panel-head span {
    padding: 7px 10px;
    color: #1b8f44;
    border-radius: 10px;
    background: rgba(57, 196, 106, 0.13);
    font-size: 12px;
    font-weight: 800;
}

.agent-card {
    gap: 12px;
    min-height: 86px;
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.66);
}

.agent-card.active {
    box-shadow: inset 0 -3px 0 rgba(57, 196, 106, 0.55);
}

.agent-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 0 6px rgba(57, 196, 106, 0.14);
}

.agent-dot.blue {
    background: var(--blue);
    box-shadow: 0 0 0 6px rgba(58, 139, 255, 0.14);
}

.agent-dot.amber {
    background: var(--amber);
    box-shadow: 0 0 0 6px rgba(242, 170, 45, 0.16);
}

.agent-card strong {
    font-size: 15px;
}

.agent-card p {
    margin: 4px 0 0;
    color: #6d7882;
    font-size: 12px;
    line-height: 1.5;
}

.agent-card b {
    margin-left: auto;
    font-size: 13px;
}

.black-card {
    margin-top: 18px;
    padding: 18px;
    color: #fff;
    border-radius: 18px;
    background: #0b0d10;
}

.black-card span {
    color: #aab2bc;
    font-size: 13px;
}

.black-card strong {
    display: block;
    margin-top: 12px;
    font-size: 38px;
    line-height: 1;
}

.canvas-panel {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.top-tools {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: flex;
    gap: 8px;
}

.tool {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
}

.tool.active {
    background: #0b0d10;
}

.scene {
    position: relative;
    min-height: 360px;
    padding: 96px 42px 40px;
    background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.66)),
    radial-gradient(circle at 50% 30%, rgba(58, 139, 255, 0.2), transparent 22rem);
}

.model-floor {
    position: relative;
    width: min(420px, 88%);
    height: 230px;
    margin: 0 auto;
    transform: rotateX(58deg) rotateZ(-36deg);
    transform-style: preserve-3d;
    border-radius: 28px;
    background: linear-gradient(90deg, rgba(58, 139, 255, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(58, 139, 255, 0.16) 1px, transparent 1px),
    linear-gradient(135deg, #f9fbfd, #d5e1ec);
    background-size: 36px 36px, 36px 36px, auto;
    box-shadow: 25px 36px 60px rgba(74, 94, 116, 0.26);
}

.tower {
    position: absolute;
    display: block;
    width: 62px;
    height: 90px;
    border-radius: 16px 16px 8px 8px;
    background: linear-gradient(135deg, #fff, #bfcbd6);
    box-shadow: 12px 12px 24px rgba(39, 58, 77, 0.22);
    transform: translateZ(48px);
}

.tower.one {
    left: 64px;
    top: 56px;
    height: 112px;
}

.tower.two {
    left: 188px;
    top: 86px;
    height: 72px;
}

.tower.three {
    right: 76px;
    top: 44px;
    height: 138px;
}

.path-line {
    position: absolute;
    left: 82px;
    top: 172px;
    width: 260px;
    height: 4px;
    border-radius: 999px;
    background: var(--blue);
    transform: translateZ(6px);
}

.node {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid var(--blue);
    transform: translateZ(12px);
}

.n1 {
    left: 78px;
    top: 165px;
}

.n2 {
    left: 200px;
    top: 165px;
    border-color: var(--green);
}

.n3 {
    left: 336px;
    top: 165px;
    border-color: var(--amber);
}

.floating-metric {
    position: absolute;
    right: 38px;
    top: 110px;
    width: 170px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 45px rgba(55, 72, 92, 0.16);
}

.floating-metric small,
.floating-metric span,
.metric-card p {
    color: var(--muted);
}

.floating-metric strong {
    display: block;
    font-size: 42px;
}

.floating-metric span {
    font-size: 12px;
}

.metric-row {
    gap: 12px;
    padding: 0 14px 14px;
}

.metric-card {
    flex: 1;
    min-height: 170px;
    padding: 18px;
    border-radius: 18px;
}

.metric-card strong {
    display: block;
    margin: 10px 0;
    font-size: 46px;
    line-height: 1;
}

.bars {
    display: block;
    height: 52px;
    border-radius: 8px;
    background: repeating-linear-gradient(90deg, var(--green) 0 5px, transparent 5px 13px);
    mask-image: linear-gradient(180deg, transparent 0, #000 40%);
}

.bars.blue {
    background: repeating-linear-gradient(90deg, var(--blue) 0 5px, transparent 5px 13px);
}

.logos {
    width: min(1180px, calc(100% - 32px));
    margin: 10px auto 90px;
    justify-content: space-between;
    gap: 18px;
    color: #697785;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.section,
.services,
.system,
.cases,
.process,
.capability-section,
.fit-section,
.solutions,
.architecture,
.media-feature,
.trust,
.deliverables,
.spatial-pipeline,
.cta {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 22px;
}

.intro {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 80px;
    align-items: end;
}

.intro h2,
.section-heading h2,
.cta h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.14;
}

.intro > p,
.system-copy p,
.cta p {
    color: #596674;
    font-size: 17px;
    line-height: 1.8;
}

.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.service-card {
    min-height: 300px;
    padding: 28px;
    border-radius: 24px;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.25s ease;
}

.service-card.large {
    grid-row: span 2;
    min-height: 616px;
    color: #fff;
    background: linear-gradient(rgba(9, 11, 14, 0.58), rgba(9, 11, 14, 0.86)),
    radial-gradient(circle at 25% 18%, rgba(58, 139, 255, 0.68), transparent 22rem),
    #0b0d10;
}

.number {
    display: block;
    margin-bottom: 40px;
    color: #7a8792;
    font-weight: 900;
}

.service-card.large .number {
    color: #d7e6f3;
}

.service-card h3,
.case-card h3,
.timeline h3,
.system-copy h3 {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 1.16;
}

.service-card p,
.case-card span,
.timeline p {
    color: #66717c;
    line-height: 1.7;
}

.service-card.large p,
.service-card.large li {
    color: #d7dfe7;
}

.service-card ul {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.service-card li {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.section-heading {
    margin-bottom: 34px;
}

.system-grid {
    display: grid;
    grid-template-columns: 1fr 0.92fr;
    gap: 18px;
    align-items: stretch;
}

.system-visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 28px;
    background: radial-gradient(circle at center, rgba(58, 139, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(223, 232, 240, 0.74));
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow);
}

.orchestrator,
.orbit {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 48px rgba(54, 75, 98, 0.15);
}

.orchestrator {
    left: 50%;
    top: 50%;
    width: 176px;
    height: 176px;
    color: #fff;
    border-radius: 50%;
    background: #0b0d10;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: 900;
}

.orbit {
    width: 132px;
    height: 64px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    font-weight: 800;
}

.o1 {
    left: 12%;
    top: 16%;
}

.o2 {
    right: 14%;
    top: 14%;
}

.o3 {
    left: 8%;
    bottom: 22%;
}

.o4 {
    right: 9%;
    bottom: 24%;
}

.o5 {
    left: 40%;
    top: 8%;
}

.o6 {
    left: 42%;
    bottom: 8%;
}

.system-copy {
    padding: 44px;
    border-radius: 28px;
    background: #0b0d10;
    color: #fff;
}

.system-copy p {
    color: #b7c0c9;
}

.stat-strip {
    margin-top: 48px;
    gap: 10px;
    flex-wrap: wrap;
}

.stat-strip span {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
}

.stat-strip strong {
    display: block;
    margin-bottom: 4px;
    font-size: 24px;
}

.case-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 16px;
}

.case-card {
    min-height: 220px;
    padding: 28px;
    border-radius: 24px;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.25s ease;
}

.case-card.featured {
    grid-row: span 3;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.case-card p {
    margin-bottom: 12px;
    color: #53718f;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.case-screen {
    position: relative;
    min-height: 320px;
    margin-bottom: auto;
    border-radius: 22px;
    background: linear-gradient(90deg, rgba(58, 139, 255, 0.14) 1px, transparent 1px),
    linear-gradient(0deg, rgba(58, 139, 255, 0.14) 1px, transparent 1px),
    #f7fbff;
    background-size: 34px 34px;
    box-shadow: inset 0 0 0 1px var(--line);
}

.room,
.cad-line {
    position: absolute;
    display: block;
    border: 3px solid #0b0d10;
}

.room.r1 {
    left: 52px;
    top: 58px;
    width: 190px;
    height: 130px;
}

.room.r2 {
    right: 58px;
    top: 112px;
    width: 170px;
    height: 150px;
}

.cad-line {
    left: 122px;
    bottom: 72px;
    width: 320px;
    height: 0;
    border-width: 3px 0 0;
}

.cad-line.small {
    left: 230px;
    top: 72px;
    width: 0;
    height: 150px;
    border-width: 0 0 0 3px;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.timeline article {
    min-height: 250px;
    padding: 26px;
    border-top: 1px solid var(--line);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.service-card.is-visible,
.case-card.is-visible,
.timeline article.is-visible,
.capability-card.is-visible,
.solution-card.is-visible,
.trust-grid article.is-visible,
.deliverable-grid article.is-visible,
.pipeline-track article.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.case-showcase-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover,
.case-card:hover,
.capability-card:hover,
.solution-card:hover {
    box-shadow: none;
}

.hero-enterprise h1 {
    max-width: 760px;
}

.hero-enterprise {
    isolation: isolate;
}

.enterprise-frame {
    grid-template-columns: 62px 300px 1fr;
}

.enterprise-scene {
    display: grid;
    place-items: center;
}

.capability-map {
    position: relative;
    width: min(500px, 88%);
    height: 290px;
    border-radius: 28px;
    background: linear-gradient(90deg, rgba(58, 139, 255, 0.11) 1px, transparent 1px),
    linear-gradient(0deg, rgba(58, 139, 255, 0.11) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(220, 230, 239, 0.7));
    background-size: 34px 34px;
    box-shadow: 25px 32px 70px rgba(65, 84, 105, 0.2);
}

.map-core,
.map-node {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 34px rgba(54, 75, 98, 0.12);
    font-size: 12px;
    font-weight: 900;
}

.map-core {
    left: 50%;
    top: 50%;
    width: 170px;
    height: 86px;
    color: #fff;
    background: #0b0d10;
    transform: translate(-50%, -50%);
}

.map-node {
    min-width: 120px;
    min-height: 46px;
}

.m1 {
    left: 24px;
    top: 36px;
}

.m2 {
    right: 28px;
    top: 42px;
}

.m3 {
    left: 34px;
    bottom: 48px;
}

.m4 {
    right: 44px;
    bottom: 42px;
}

.m5 {
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
}

.m6 {
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
}

.capability-grid,
.solution-grid,
.trust-grid,
.deliverable-grid {
    display: grid;
    gap: 16px;
}

.capability-grid {
    grid-template-columns: repeat(3, 1fr);
}

.capability-card,
.solution-card,
.trust-grid article,
.deliverable-grid article {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: none;
    backdrop-filter: none;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.25s ease;
}

.capability-card {
    min-height: 270px;
    padding: 28px;
}

.capability-card.dark {
    color: #fff;
    background: #050505;
}

.capability-card span,
.solution-card p,
.trust-grid span,
.deliverable-grid article::before,
.arch-column span {
    display: block;
    color: #53718f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.capability-card.dark span {
    color: #cfcfcf;
}

.capability-card h3,
.solution-card h3,
.trust-grid h3 {
    margin: 34px 0 14px;
    font-size: 25px;
    line-height: 1.16;
}

.capability-card p,
.solution-card li,
.trust-grid p,
.arch-column p {
    color: #66717c;
    line-height: 1.7;
}

.capability-card.dark p {
    color: #d7dfe7;
}

.solution-grid {
    grid-template-columns: repeat(3, 1fr);
}

.solution-card {
    min-height: 360px;
    padding: 30px;
}

.solution-card p {
    margin-bottom: 22px;
}

.solution-card h3 {
    margin-top: 0;
}

.solution-card ul {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.solution-card li {
    padding: 13px 0;
    border-top: 1px solid var(--line);
}

.arch-board {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: none;
}

.arch-board.layered {
    grid-template-columns: repeat(5, 1fr);
}

.arch-column {
    min-height: 280px;
    padding: 28px 22px;
    border-right: 1px solid var(--line);
}

.arch-column:last-child {
    border-right: 0;
}

.arch-column strong {
    display: block;
    margin: 30px 0 14px;
    font-size: 23px;
    line-height: 1.14;
}

.media-feature {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 18px;
    align-items: stretch;
}

.floor-feature {
    grid-template-columns: 1.1fr 0.9fr;
}

.media-copy,
.media-frame {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: none;
    overflow: hidden;
}

.media-copy {
    padding: 44px;
}

.media-copy h2 {
    margin-bottom: 20px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
}

.media-copy p {
    margin-bottom: 28px;
    color: #596674;
    font-size: 17px;
    line-height: 1.8;
}

.media-frame {
    min-height: 410px;
    margin: 0;
    background: #dfe8f0;
}

.media-frame img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    display: block;
    object-fit: cover;
}

.floor-feature .media-frame img {
    object-fit: contain;
    background: linear-gradient(135deg, #eef5ff, #ffffff);
}

.case-grid-compact {
    grid-template-columns: repeat(4, 1fr);
}

.case-grid-compact .case-card {
    min-height: 310px;
}

.case-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.case-showcase-card {
    min-height: 620px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    transform: translateY(0);
    transition: box-shadow 0.25s ease;
}

.case-showcase-card:hover {
    box-shadow: none;
}

.case-showcase-card figure {
    height: 320px;
    margin: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #dfe8f0, #f9fbfd);
    border-bottom: 1px solid var(--line);
}

.case-showcase-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.case-showcase-card:hover img {
    transform: scale(1.035);
}

.case-showcase-card div {
    padding: 30px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.case-showcase-card p {
    margin-bottom: 14px;
    color: #53718f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.case-showcase-card h3 {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.12;
}

.case-showcase-card span {
    color: #66717c;
    font-size: 16px;
    line-height: 1.75;
}

.case-showcase-card ul {
    margin: 22px 0 26px;
    padding: 0;
    list-style: none;
}

.case-showcase-card li {
    padding: 11px 0;
    color: #4e5c68;
    border-top: 1px solid var(--line);
    line-height: 1.5;
}

.case-link-card {
    display: flex;
    flex-direction: column;
}

.case-link {
    display: inline-flex;
    width: fit-content;
    min-height: 40px;
    margin-top: auto;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: #0b0d10;
    font-size: 13px;
    font-weight: 800;
}

.visual-case {
    overflow: hidden;
    padding-top: 0;
}

.visual-case img {
    width: calc(100% + 56px);
    height: 150px;
    margin: 0 -28px 22px;
    display: block;
    object-fit: cover;
    border-bottom: 1px solid var(--line);
}

.trust-grid {
    grid-template-columns: repeat(3, 1fr);
}

.trust-grid article {
    min-height: 280px;
    padding: 30px;
}

.deliverable-grid {
    grid-template-columns: repeat(3, 1fr);
}

.deliverable-grid article {
    min-height: 130px;
    padding: 24px;
    color: #12161b;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.deliverable-grid article::before {
    content: "Deliverable";
    margin-bottom: 22px;
}

.sub-hero {
    width: min(1180px, calc(100% - 32px));
    min-height: calc(100vh - 110px);
    margin: 0 auto 10px;
    padding: 70px 0 40px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
    align-items: center;
}

.sub-hero h1 {
    max-width: 800px;
    margin-bottom: 24px;
    font-size: clamp(46px, 6vw, 82px);
    line-height: 0.98;
}

.sub-hero p:not(.eyebrow) {
    max-width: 720px;
    color: #485766;
    font-size: 18px;
    line-height: 1.8;
}

.sub-hero-media {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow);
}

.sub-hero-media img {
    width: 100%;
    height: 540px;
    display: block;
    object-fit: cover;
}

.spatial-hero .sub-hero-media img {
    /* object-fit: contain */
    background: linear-gradient(135deg, #eef5ff, #ffffff);
}

.pipeline-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--line);
}

.pipeline-track article {
    min-height: 320px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.76);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.pipeline-track span {
    color: #53718f;
    font-weight: 900;
}

.pipeline-track h3 {
    margin: 70px 0 16px;
    font-size: 26px;
}

.pipeline-track p {
    color: #66717c;
    line-height: 1.7;
}

.case-hero {
    width: min(1180px, calc(100% - 32px));
    min-height: calc(100vh -110px);
    margin: 0 auto 25px;
    padding: 70px 0 40px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: center;
}

.case-hero h1 {
    margin-bottom: 24px;
    font-size: clamp(46px, 6vw, 82px);
    line-height: 0.98;
}

.case-hero p:not(.eyebrow) {
    color: #485766;
    font-size: 18px;
    line-height: 1.8;
}

.case-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.case-meta-row span {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #596674;
    font-size: 13px;
}

.case-meta-row strong {
    color: #101216;
}

.case-hero-media {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow);
}

.case-hero-media img {
    width: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
}

.case-summary {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 110px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.case-summary article {
    min-height: 360px;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow);
}

.case-summary span,
.pcg-card p {
    display: block;
    margin-bottom: 18px;
    color: #53718f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.case-summary h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
}

.case-summary p {
    color: #596674;
    font-size: 17px;
    line-height: 1.8;
}

.pcg-showcase,
.pcg-proof {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 110px;
}

.pcg-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.pcg-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 45px rgba(58, 76, 97, 0.1);
}

.pcg-card.wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
}

.pcg-card img {
    width: 188%;
    height: 320px;
    display: block;
    object-fit: cover;
    background: #dfe8f0;
}

.pcg-card.wide img {
    height: 100%;
    min-height: 380px;
}

.pcg-card div {
    padding: 30px;
}

.pcg-card h3 {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.12;
}

.pcg-card span {
    color: #66717c;
    line-height: 1.75;
}

.pcg-proof {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 18px;
}

.pcg-proof-copy,
.pcg-proof-images figure {
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 45px rgba(58, 76, 97, 0.1);
}

.pcg-proof-copy {
    padding: 40px;
}

.pcg-proof-copy h2 {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.05;
}

.pcg-proof-copy p {
    color: #596674;
    font-size: 17px;
    line-height: 1.8;
}

.pcg-proof-images {
    display: grid;
    gap: 16px;
}

.pcg-proof-images figure {
    overflow: hidden;
    margin: 0;
}

.pcg-proof-images img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
}

.pcg-proof-images figcaption {
    padding: 18px 22px;
    color: #596674;
    line-height: 1.6;
}

.center-actions {
    justify-content: center;
}

/* Coolper.cc reference-style homepage hero */
.coolper-nav {
    top: 0;
    width: min(1760px, calc(100% - 88px));
    height: 82px;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    background: rgba(250, 249, 246, 0.72);
    box-shadow: none;
}

.coolper-nav .brand {
    gap: 14px;
}

.coolper-nav .brand-text {
    display: grid;
    gap: 2px;
}

.coolper-nav .brand-text strong {
    color: #0b0b0b;
    font-size: 22px;
    letter-spacing: 0.03em;
}

.coolper-nav .brand-text small {
    color: #777;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.coolper-mark {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(135deg, #050505 0 34%, transparent 34% 66%, #050505 66%),
    linear-gradient(45deg, #f8f8f5, #d8d8d2);
    box-shadow: none;
}

.coolper-mark::after {
    content: "";
    position: absolute;
    inset: 13px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
}

.coolper-nav .nav-links {
    gap: 42px;
    font-size: 15px;
    font-weight: 600;
}

.coolper-nav .nav-links a {
    position: relative;
    color: #252525;
}

.coolper-nav .nav-links a.active {
    color: #050505;
}

.coolper-nav .nav-links a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: #050505;
    transform: translateX(-50%);
}

.nav-search {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    position: relative;
}

.nav-search::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 20px;
    height: 20px;
    border: 2px solid #151515;
    border-radius: 50%;
}

.nav-search::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 28px;
    width: 14px;
    height: 3px;
    border-radius: 99px;
    background: #151515;
    transform: rotate(45deg);
}

.coolper-nav .nav-cta {
    min-width: 142px;
    border-radius: 999px;
    background: #050505;
    box-shadow: none;
}

.coolper-hero {
    width: min(1760px, calc(100% - 88px));
    min-height: 800px;
    grid-template-columns: 0.95fr 1.05fr;
    padding: 16px 0 72px;
}

.coolper-hero .hero-bg-video,
.coolper-hero .hero-video-scrim {
    inset: -108px calc((100vw - min(1760px, calc(100vw - 88px))) / -2) -64px;
}

.coolper-hero .hero-bg-video {
    opacity: 0.76;
    filter: saturate(1.05) contrast(1.08) brightness(1.03);
    object-position: 62% 50%;
}

.coolper-hero .hero-video-scrim {
    background: linear-gradient(90deg, rgba(250, 249, 246, 0.8) 0%, rgba(250, 249, 246, 0.6) 42%, rgba(250, 249, 246, 0.12) 100%),
    linear-gradient(180deg, rgba(250, 249, 246, 0.08), rgba(250, 249, 246, 0.5));
}

.coolper-hero-copy {
    padding-left: 96px;
}

.quote-mark {
    height: 44px;
    color: #00fcff;
    font-size: 92px;
    font-weight: 900;
    line-height: 0.8;
}

.coolper-hero .eyebrow {
    margin-bottom: 24px;
    color: #111;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.coolper-hero h1 {
    max-width: 820px;
    margin-bottom: 26px;
    color: #080808;
    font-size: clamp(42px, 4.6vw, 76px);
    line-height: 1;
    font-weight: 850;
}

.coolper-hero h1::first-letter {
    letter-spacing: 0;
}

.coolper-hero .hero-lede {
    max-width: 650px;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 1.85;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 34px 0 36px;
}

.hero-stats span {
    min-width: 0;
    padding: 10px 14px;
    color: #111;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.45;
}

.hero-stats span:last-child {
    border-right-color: rgba(0, 0, 0, 0.16);
}

.hero-stats strong {
    display: inline;
    margin-right: 6px;
    color: #111;
    font-size: inherit;
    line-height: inherit;
}

.hero-more {
    min-width: 176px;
    border: 1px solid rgba(44, 67, 100, 0.18);
    border-radius: 999px;
    color: #111;
    background: rgba(255, 255, 255, 0.58);
    gap: 16px;
}

.hero-primary {
    min-width: 176px;
    border-radius: 999px;
    background: #050505;
}

.coolper-stage {
    position: relative;
    min-height: 620px;
}

.formix-showcase {
    position: relative;
    min-height: 620px;
}

.formix-showcase figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    background: #f8f8f5;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
}

.formix-showcase img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.showcase-main {
    position: absolute;
    right: 34px;
    top: 48px;
    width: min(720px, 88%);
    height: 430px;
}

.showcase-small {
    position: absolute;
    z-index: 3;
    width: 295px;
    height: 196px;
}

.showcase-floor {
    left: 18px;
    bottom: 48px;
}

.showcase-floor img {
    object-fit: contain;
    background: #fff;
}

.showcase-game {
    right: 0;
    bottom: 0;
    width: 360px;
    height: 225px;
}

.showcase-panel {
    position: absolute;
    left: 92px;
    top: 112px;
    z-index: 4;
    width: 232px;
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    color: #fff;
    background: #050505;
}

.showcase-panel span,
.showcase-panel p {
    color: #bdbdbd;
    font-size: 12px;
}

.showcase-panel strong {
    display: block;
    margin: 12px 0 10px;
    font-size: 24px;
    line-height: 1.05;
}

.coolper-partners {
    width: 100%;
    margin: -10px auto 86px;
    padding: 26px min(13vw, 250px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.54);
    color: #777;
    font-size: 18px;
    text-transform: none;
    backdrop-filter: blur(18px);
}

.fit-section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 110px;
}

.fit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.62);
}

.fit-grid article {
    min-height: 170px;
    padding: 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    color: #232323;
    font-size: 18px;
    line-height: 1.65;
}

.fit-grid article:last-child {
    border-right: 0;
}

.timeline span {
    display: block;
    margin-bottom: 46px;
    color: #8a98a6;
    font-weight: 900;
}

.cta {
    margin-bottom: 34px;
    padding: 64px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.72);
}

.cta p {
    max-width: 720px;
    margin: 24px auto 30px;
}

@media (max-width: 1060px) {
    .coolper-nav {
        width: calc(100% - 32px);
    }

    .coolper-nav .nav-links {
        gap: 24px;
        font-size: 15px;
    }

    .coolper-hero {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        padding-top: 62px;
    }

    .coolper-hero-copy {
        padding-left: 0;
    }

    .coolper-stage {
        min-height: 560px;
    }

    .formix-showcase {
        min-height: 560px;
    }

    .showcase-main {
        right: 0;
        width: 82%;
    }

    .showcase-panel {
        left: 28px;
    }

    .hero {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        padding-top: 20px;
    }

    .hero-visual {
        min-height: 620px;
    }

    .services,
    .system-grid,
    .case-grid,
    .case-showcase-grid,
    .timeline,
    .intro,
    .capability-grid,
    .solution-grid,
    .arch-board,
    .arch-board.layered,
    .media-feature,
    .floor-feature,
    .trust-grid,
    .deliverable-grid,
    .sub-hero,
    .pipeline-track {
        grid-template-columns: 1fr 1fr;
    }

    .fit-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fit-grid article:nth-child(2n) {
        border-right: 0;
    }

    .fit-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .system-copy,
    .case-card.featured,
    .service-card.large,
    .media-copy,
    .media-frame,
    .sub-hero > div,
    .sub-hero-media {
        grid-column: span 2;
    }

    .case-grid-compact {
        grid-template-columns: repeat(2, 1fr);
    }

    .arch-column:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 760px) {
    .coolper-nav {
        width: calc(100% - 18px);
        height: 70px;
        padding: 0 8px 0 12px;
        border-radius: 22px;
    }

    .coolper-nav .brand-text strong {
        font-size: 17px;
    }

    .coolper-nav .brand-text small {
        font-size: 9px;
    }

    .coolper-mark {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .coolper-mark::after {
        inset: 10px;
    }

    .nav-search {
        display: none;
    }

    .coolper-nav .nav-cta {
        min-width: 92px;
        min-height: 42px;
    }

    .coolper-hero {
        width: calc(100% - 20px);
        min-height: 0;
        padding-top: 48px;
    }

    .coolper-hero h1 {
        font-size: 40px;
        line-height: 1.16;
    }

    .quote-mark {
        height: 34px;
        font-size: 72px;
    }

    .hero-stats {
        flex-direction: row;
        gap: 12px;
    }

    .hero-stats span {
        border-right: 0;
    }

    .coolper-stage {
        min-height: 500px;
    }

    .formix-showcase {
        min-height: 500px;
    }

    .showcase-main {
        left: 4px;
        right: auto;
        top: 38px;
        width: calc(100% - 8px);
        height: 235px;
    }

    .showcase-small {
        width: 52%;
        height: 150px;
    }

    .showcase-floor {
        left: 0;
        bottom: 72px;
    }

    .showcase-game {
        right: 0;
        bottom: 24px;
        width: 58%;
        height: 168px;
    }

    .showcase-panel {
        left: 18px;
        top: 16px;
        width: 210px;
    }

    .coolper-partners {
        margin-top: 4px;
        padding: 18px 20px;
        font-size: 15px;
    }

    .hero-bg-video,
    .hero-video-scrim {
        inset: -70px -10px auto;
        height: 430px;
    }

    .hero-bg-video {
        width: 100%;
        min-width: 0;
        object-position: 68% 50%;
    }

    .hero-video-scrim {
        background: linear-gradient(180deg, rgba(250, 249, 246, 0.44), rgba(250, 249, 246, 0.88) 74%, rgba(250, 249, 246, 0.98)),
      linear-gradient(90deg, rgba(250, 249, 246, 0.76), rgba(250, 249, 246, 0.26));
    }

    .nav {
        top: 8px;
        width: calc(100% - 18px);
    }

    .nav-links {
        display: none;
    }

    .nav-cta {
        min-height: 42px;
        padding: 0 14px;
    }

    .hero {
        width: calc(100% - 20px);
        padding-top: 38px;
    }

    h1 {
        font-size: 42px;
        line-height: 1.04;
    }

    .hero-lede {
        font-size: 16px;
    }

    .hero-actions,
    .hero-proof {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-visual {
        min-height: 780px;
    }

    .dashboard-frame {
        grid-template-columns: 52px 1fr;
        min-height: 740px;
    }

    .canvas-panel {
        grid-column: 1 / -1;
    }

    .scene {
        min-height: 320px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .floating-metric {
        right: 16px;
        top: 92px;
    }

    .metric-row,
    .logos {
        flex-direction: column;
    }

    .section,
    .services,
    .system,
    .cases,
    .process,
    .capability-section,
    .fit-section,
    .solutions,
    .architecture,
    .media-feature,
    .trust,
    .deliverables,
    .spatial-pipeline,
    .cta {
        width: calc(100% - 20px);
        margin-bottom: 76px;
    }

    .intro,
    .fit-grid,
    .services,
    .system-grid,
    .case-grid,
    .case-showcase-grid,
    .timeline,
    .capability-grid,
    .solution-grid,
    .arch-board,
    .arch-board.layered,
    .media-feature,
    .floor-feature,
    .trust-grid,
    .deliverable-grid,
    .sub-hero,
    .pipeline-track,
    .case-hero,
    .case-summary,
    .pcg-grid,
    .pcg-proof,
    .case-grid-compact {
        grid-template-columns: 1fr;
    }

    .fit-grid article {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        font-size: 16px;
    }

    .fit-grid article:last-child {
        border-bottom: 0;
    }

    .case-showcase-card {
        min-height: 0;
    }

    .case-showcase-card figure {
        height: 220px;
    }

    .system-copy,
    .case-card.featured,
    .service-card.large,
    .media-copy,
    .media-frame,
    .sub-hero > div,
    .sub-hero-media {
        grid-column: auto;
    }

    .capability-card,
    .solution-card,
    .trust-grid article,
    .deliverable-grid article {
        min-height: 0;
    }

    .arch-column {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .media-copy {
        padding: 30px;
    }

    .media-frame,
    .media-frame img,
    .sub-hero-media img {
        min-height: 0;
        height: auto;
    }

    .sub-hero {
        width: calc(100% - 20px);
        min-height: 0;
        margin-bottom: 76px;
        padding-top: 42px;
    }

    .sub-hero h1 {
        font-size: 40px;
        line-height: 1.04;
    }

    .pipeline-track article {
        min-height: 0;
    }

    .case-hero,
    .case-summary,
    .pcg-showcase,
    .pcg-proof {
        width: calc(100% - 20px);
        margin-bottom: 76px;
    }

    .case-hero {
        min-height: 0;
        padding-top: 42px;
    }

    .case-hero h1 {
        font-size: 40px;
        line-height: 1.04;
    }

    .case-hero-media img {
        min-height: 0;
    }

    .case-summary article,
    .pcg-proof-copy {
        min-height: 0;
        padding: 30px;
    }

    .pcg-card.wide {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .pcg-card img,
    .pcg-card.wide img {
        height: auto;
        min-height: 0;
    }

    .cta {
        padding: 42px 20px;
    }
}
