:root {
    --page-outer: #4a4a4a;
    --bg: #121212;
    --bg-elevated: #171717;
    --bg-soft: #1d1d1d;
    --bg-muted: #252525;
    --line: rgba(255, 255, 255, 0.12);
    --line-strong: rgba(255, 255, 255, 0.2);
    --text: #f5f3ef;
    --text-muted: #b8b2ac;
    --text-soft: #8e8882;
    --ink: #111111;
    --paper: #f3f0ea;
    --paper-muted: #dfd9d1;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    --heading: "Syne", sans-serif;
    --body: "Instrument Sans", sans-serif;
    --mono: "IBM Plex Mono", monospace;
    --shell-width: 1660px;
    --header-height: 96px;
    --section-pad: clamp(4.5rem, 7vw, 8rem);
    --gutter: clamp(1.25rem, 2vw, 2.25rem);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: var(--body);
    background: var(--page-outer);
    color: var(--text);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.05), transparent 24%),
        radial-gradient(circle at 100% 15%, rgba(255, 255, 255, 0.04), transparent 20%),
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: auto, auto, 120px 120px, 120px 120px;
    opacity: 0.55;
    mask-image: radial-gradient(circle at center, black 32%, transparent 92%);
}

img {
    display: block;
    max-width: 100%;
}

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

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-shell {
    position: relative;
    max-width: var(--shell-width);
    margin: 0 auto;
    min-height: 100vh;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.03), transparent 28%),
        linear-gradient(180deg, #171717 0%, #101010 100%);
    overflow: clip;
}

.site-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 30%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: auto, 160px 160px;
    opacity: 0.42;
}

.site-header,
.section,
.studio-band {
    position: relative;
}

.section,
.studio-band {
    z-index: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 120;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.4rem clamp(1.4rem, 2.5vw, 3rem);
    min-height: var(--header-height);
    background: rgba(18, 18, 18, 0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.brand-link {
    flex: 0 0 auto;
}

.brand-logo {
    width: clamp(150px, 15vw, 220px);
    height: auto;
    filter: invert(1);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    color: var(--text-muted);
    font-size: 1.02rem;
}

.site-nav a {
    position: relative;
    transition: color 180ms ease, transform 180ms ease;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
    color: var(--text);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 3.2rem;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
    transform: translateY(-3px) scale(1.01);
}

.button-light {
    background: var(--paper);
    color: var(--ink);
}

.button-light:hover {
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(255, 255, 255, 0.14);
}

.button-ghost {
    background: transparent;
    border-color: var(--line);
    color: var(--text);
}

.button-ghost:hover {
    border-color: var(--line-strong);
}

.section {
    padding: 0 clamp(1.4rem, 2.5vw, 3rem) var(--section-pad);
    scroll-margin-top: calc(var(--header-height) + 24px);
}

.hero {
    padding-top: 2rem;
}

.hero-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    gap: 2rem;
    background: var(--paper);
    color: var(--ink);
    border-radius: 2.4rem;
    padding: clamp(2rem, 4vw, 4rem);
    box-shadow: var(--shadow);
    overflow: hidden;
    isolation: isolate;
}

.hero-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--spot-x, 15%) var(--spot-y, 20%), rgba(255, 255, 255, 0.34), transparent 24%);
    opacity: 0;
    transition: opacity 240ms ease;
    pointer-events: none;
    z-index: 0;
}

.hero-panel:hover::after {
    opacity: 1;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 34rem;
    position: relative;
    z-index: 1;
}

.eyebrow,
.card-kicker,
.work-status,
.step-label,
.service-count,
.rail-index,
.meta-label {
    font-family: var(--mono);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow,
.card-kicker,
.work-status,
.step-label,
.meta-label {
    color: var(--text-soft);
}

.page-home .eyebrow,
.page-home .card-kicker,
.page-home .work-status,
.page-home .meta-label {
    color: rgba(17, 17, 17, 0.52);
}

.hero-title,
.statement-title,
.section-heading h1,
.section-heading h2,
.cta-card h2,
.sidebar-card h2,
.wizard-complete h2 {
    margin: 0;
    font-family: var(--heading);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.92;
}

.hero-title {
    font-size: clamp(4rem, 8.5vw, 7.4rem);
}

.hero-mark {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.hero-mark-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: var(--ink);
    color: var(--paper);
    font-family: var(--heading);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.hero-mark-plus {
    font-family: var(--heading);
    font-size: 4.8rem;
    line-height: 1;
}

.hero-lead,
.statement-copy,
.section-copy,
.service-panel p,
.work-description,
.sidebar-meta p,
.wizard-complete p {
    margin: 0;
    color: rgba(17, 17, 17, 0.68);
    font-size: 1.1rem;
    line-height: 1.6;
}

.page-contact .section-copy,
.page-contact .sidebar-meta p,
.page-contact .wizard-complete p {
    color: var(--text-muted);
}

.chip-grid,
.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.chip,
.project-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.18);
    font-size: 0.98rem;
    background: transparent;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.chip:hover,
.chip:focus-visible {
    transform: translateY(-2px);
    background: rgba(17, 17, 17, 0.06);
    border-color: rgba(17, 17, 17, 0.34);
    outline: none;
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 0.75rem;
}

.hero-meta strong {
    display: block;
    margin-top: 0.3rem;
    font-family: var(--heading);
    font-size: 1.15rem;
    letter-spacing: -0.04em;
}

.liquid-stage {
    position: relative;
    overflow: hidden;
    border-radius: 2.2rem;
}

.hero-visual {
    min-height: 42rem;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.55), transparent 26%),
        linear-gradient(180deg, #faf8f5 0%, #efebe4 100%);
    border: 1px solid rgba(17, 17, 17, 0.06);
    transition: transform 280ms ease, filter 280ms ease;
}

.page-home .hero-visual {
    background: transparent;
    border: 0;
    isolation: isolate;
    width: 88%;
    justify-self: end;
    margin-left: -8%;
}

.page-home .hero-visual.liquid-stage {
    border-radius: 0;
    overflow: visible;
}

.page-home .hero-visual::before {
    display: none;
}

.page-home .hero-visual .liquid-field {
    inset: -12% -18% -12% -26%;
    transform: translateX(2%) scale(0.88);
    transform-origin: center right;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8%, rgba(0, 0, 0, 0.08) 16%, rgba(0, 0, 0, 0.22) 24%, rgba(0, 0, 0, 0.54) 34%, rgba(0, 0, 0, 0.9) 46%, rgba(0, 0, 0, 1) 58%, rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8%, rgba(0, 0, 0, 0.08) 16%, rgba(0, 0, 0, 0.22) 24%, rgba(0, 0, 0, 0.54) 34%, rgba(0, 0, 0, 0.9) 46%, rgba(0, 0, 0, 1) 58%, rgba(0, 0, 0, 1) 100%);
}

.page-home .hero-visual .liquid-field::after {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='0.16'/%3E%3C/svg%3E");
    opacity: 0.2;
}

.page-home .hero-visual .visual-caption {
    z-index: 3;
}

.liquid-field {
    position: absolute;
    inset: 0;
    filter: contrast(18);
}

.liquid-field::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 70%, rgba(0, 0, 0, 0.18), transparent 20%),
        radial-gradient(circle at 28% 18%, rgba(0, 0, 0, 0.12), transparent 18%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='0.16'/%3E%3C/svg%3E");
    opacity: 0.42;
    mix-blend-mode: multiply;
}

.liquid-blob {
    position: absolute;
    display: block;
    background: #060606;
    filter: blur(34px);
    border-radius: 48% 52% 45% 55% / 40% 57% 43% 60%;
    transform: translate3d(0, 0, 0);
    animation: drift 18s ease-in-out infinite;
}

.blob-a {
    width: 34rem;
    height: 34rem;
    top: -3rem;
    right: -6rem;
}

.blob-b {
    width: 24rem;
    height: 31rem;
    top: 12rem;
    right: 5rem;
    animation-duration: 21s;
}

.blob-c {
    width: 31rem;
    height: 26rem;
    bottom: -7rem;
    left: 26%;
    animation-duration: 16s;
}

.blob-d {
    width: 18rem;
    height: 18rem;
    top: 22%;
    left: 8%;
    animation-duration: 22s;
}

.visual-caption {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(17, 17, 17, 0.42);
    font-size: 0.9rem;
}

.statement-row,
.section-heading,
.approach-intro {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.statement-row {
    margin-top: 2rem;
}

.statement-copy,
.section-copy,
.service-panel p {
    color: var(--text-muted);
}

.statement-link {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    width: fit-content;
    font-size: 1.05rem;
    color: var(--paper);
    transition: transform 180ms ease, color 180ms ease;
}

.statement-link:hover {
    transform: translateX(4px);
}

.statement-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.7rem;
    background: var(--paper);
    color: var(--ink);
    transition: transform 180ms ease, border-radius 180ms ease;
}

.statement-link:hover .statement-link-icon {
    transform: translateX(3px);
    border-radius: 999px;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.2rem;
    margin-top: 2.6rem;
}

.approach-column,
.rail-card,
.service-item,
.sidebar-card,
.wizard-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.approach-intro h2 {
    max-width: 10ch;
    font-size: clamp(3rem, 6vw, 5.7rem);
    color: var(--paper);
    font-family: var(--heading);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.92;
}

.approach-column {
    background: transparent;
    border: 0;
    padding: 0;
    backdrop-filter: none;
    transition: transform 240ms ease;
}

.approach-column:hover {
    transform: translateY(-6px);
}

.approach-topline {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.92);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    transition: gap 180ms ease, opacity 180ms ease;
}

.approach-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 0.55rem;
    font-size: 0.9rem;
    transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.approach-column:hover .approach-topline {
    gap: 1.05rem;
}

.approach-column:hover .approach-icon {
    transform: rotate(-8deg) scale(1.06);
    background: rgba(255, 255, 255, 0.9);
    color: var(--ink);
}

.approach-column h3 {
    margin: 2rem 0 0.8rem;
    font-family: var(--body);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 500;
    letter-spacing: -0.05em;
}

.approach-column p {
    max-width: 18rem;
    margin: 0;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.45;
}

.approach-progress {
    width: 100%;
    height: 0.25rem;
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    overflow: hidden;
}

.approach-progress span {
    display: block;
    width: 46%;
    height: 100%;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.92);
}

.work-copy h3,
.summary-panel h3,
.wizard-complete h2,
.service-showcase-copy h3 {
    margin: 0 0 0.7rem;
    font-family: var(--heading);
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.service-showcase-copy h3 {
    font-size: clamp(3rem, 5vw, 5rem);
    color: var(--paper);
}

.statement-title {
    max-width: 18ch;
    font-size: clamp(3.4rem, 6.2vw, 6.3rem);
    line-height: 1.04;
    color: var(--text);
}

.works-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18rem;
    gap: 1.1rem;
    margin-top: 2.4rem;
}

.page-home .work-feature {
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: hidden;
}

.page-home .work-visual {
    min-height: clamp(17rem, 24vw, 22rem);
    aspect-ratio: 16 / 6;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.8rem 1.8rem 0 0;
}

.page-home .work-visual .project-media {
    padding: clamp(1.25rem, 2.8vw, 2.6rem);
}

.page-home .work-visual .project-media img {
    object-fit: contain;
    object-position: center center;
}

.page-home .work-copy {
    padding-top: 1.8rem;
}

.work-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 0;
    min-height: 43rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.work-feature,
.work-visual,
.rail-card,
.cta-card,
.wizard-card {
    border-radius: 1.8rem;
}

.work-visual {
    min-height: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.work-visual-link,
.project-visual-link {
    position: relative;
    display: block;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: transform 220ms ease, filter 220ms ease;
}

.project-visual-link {
    padding: 0;
}

.work-visual-link:hover,
.project-visual-link:hover {
    transform: translateY(-4px);
    filter: brightness(1.03);
}

.project-art-light {
    background: #f7f6f2;
}

.project-art-dark {
    background: #050505;
}

.project-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: clamp(1rem, 2vw, 2rem);
}

.project-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.visual-link-badge {
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.48rem 0.74rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(10, 10, 10, 0.28);
    backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--mono);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 180ms ease, transform 180ms ease, color 180ms ease;
}

.project-visual-link .visual-link-badge,
.work-visual-link .visual-link-badge,
.project-visual-link .vertical-caption {
    z-index: 4;
}

.work-visual-link:hover .visual-link-badge,
.project-visual-link:hover .visual-link-badge {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
}

.scene-grid,
.scene-panel,
.scene-stripe {
    position: absolute;
    display: block;
}

.scene-grid {
    inset: 8%;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.scene-panel,
.scene-stripe {
    z-index: 2;
    transition: transform 240ms ease, opacity 240ms ease;
}

.scene-panel {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.scene-mazenauer {
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.2), transparent 18%),
        linear-gradient(140deg, #f0ebe3 0%, #7c7c7c 52%, #101010 100%);
}

.scene-mazenauer .scene-panel-a {
    left: 13%;
    top: 16%;
    width: 29%;
    height: 62%;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
}

.scene-mazenauer .scene-panel-b {
    right: 12%;
    top: 12%;
    width: 22%;
    height: 68%;
    background: rgba(18, 18, 18, 0.72);
}

.scene-mazenauer .scene-panel-c {
    right: 24%;
    bottom: 16%;
    width: 26%;
    height: 18%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.08));
}

.scene-mazenauer .scene-stripe-a {
    left: 17%;
    top: 22%;
    width: 34%;
    height: 1px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 1.1rem 0 rgba(255, 255, 255, 0.28), 0 2.2rem 0 rgba(255, 255, 255, 0.18);
}

.scene-mazenauer .scene-stripe-b {
    right: 18%;
    top: 18%;
    width: 1px;
    height: 52%;
    background: rgba(255, 255, 255, 0.34);
}

.scene-mazenauer:hover .scene-panel-a {
    transform: translate3d(-8px, -6px, 0);
}

.scene-mazenauer:hover .scene-panel-b {
    transform: translate3d(10px, -10px, 0);
}

.scene-mazenauer:hover .scene-panel-c {
    transform: translate3d(-6px, 6px, 0);
}

.scene-consultant {
    background:
        radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.18), transparent 20%),
        linear-gradient(145deg, #dddddd 0%, #575757 48%, #111111 100%);
}

.scene-consultant .scene-grid {
    inset: 13% 10% auto 10%;
    height: 64%;
    border-color: rgba(255, 255, 255, 0.1);
}

.scene-consultant .scene-panel-a {
    left: 16%;
    top: 18%;
    width: 42%;
    height: 54%;
    background: rgba(247, 243, 237, 0.86);
    transform: rotate(-8deg);
}

.scene-consultant .scene-panel-b {
    right: 14%;
    top: 26%;
    width: 26%;
    height: 42%;
    background: rgba(20, 20, 20, 0.82);
    transform: rotate(8deg);
}

.scene-consultant .scene-panel-c {
    left: 24%;
    bottom: 18%;
    width: 40%;
    height: 12%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.05);
}

.scene-consultant .scene-stripe-a {
    left: 24%;
    top: 32%;
    width: 25%;
    height: 2px;
    background: rgba(17, 17, 17, 0.56);
    box-shadow: 0 1rem 0 rgba(17, 17, 17, 0.34), 0 2rem 0 rgba(17, 17, 17, 0.26);
}

.scene-consultant .scene-stripe-b {
    right: 20%;
    bottom: 24%;
    width: 18%;
    height: 2px;
    background: rgba(255, 255, 255, 0.54);
}

.scene-consultant:hover .scene-panel-a {
    transform: rotate(-11deg) translateY(-6px);
}

.scene-consultant:hover .scene-panel-b {
    transform: rotate(11deg) translateY(-8px);
}

.scene-consultant:hover .scene-panel-c {
    transform: translate3d(8px, 6px, 0);
}

.project-field .blob-a {
    width: 29rem;
    height: 29rem;
    top: -6rem;
    left: -6rem;
}

.project-field .blob-b {
    width: 23rem;
    height: 30rem;
    right: -4rem;
    top: 1rem;
}

.project-field .blob-c {
    width: 22rem;
    height: 22rem;
    bottom: -3rem;
    right: 26%;
}

.work-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
    padding: clamp(1.8rem, 4vw, 3rem);
}

.work-copy h3 {
    color: var(--paper);
    font-size: clamp(2.8rem, 4vw, 4.6rem);
    margin-bottom: 0;
}

.work-description {
    color: var(--text-muted);
}

.project-tags span {
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--text-muted);
}

.work-rail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rail-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem 1.2rem;
    text-align: left;
    color: var(--text-muted);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.rail-card:hover,
.rail-card.is-active {
    transform: translateX(-8px);
    color: var(--text);
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
}

.rail-card.is-private {
    opacity: 0.54;
    pointer-events: none;
    transform: none;
}

.redacted-text,
.redacted-copy {
    filter: blur(10px);
    user-select: none;
}

.rail-index {
    color: var(--text-soft);
}

.rail-meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.rail-meta strong {
    font-weight: 600;
}

.rail-meta small {
    color: var(--text-soft);
}

.service-list {
    margin-top: 2.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.service-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    backdrop-filter: none;
    overflow: hidden;
    transition: border-color 180ms ease;
}

.service-item:hover {
    border-color: rgba(255, 255, 255, 0.18);
}

.service-toggle {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.1rem;
    padding: 2.2rem 0;
    background: transparent;
    border: 0;
    color: var(--text);
    text-align: left;
}

.service-toggle:hover .service-name {
    transform: translateX(10px);
}

.service-toggle:hover .service-icon {
    transform: rotate(90deg) scale(1.08);
}

.service-name {
    font-family: var(--body);
    font-size: clamp(2.3rem, 4.5vw, 4.1rem);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.96;
    min-width: 0;
    transition: transform 220ms ease, color 220ms ease;
}

.service-icon {
    font-size: 3.4rem;
    font-weight: 300;
    color: var(--paper);
    transition: transform 220ms ease;
}

.service-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 260ms ease, opacity 180ms ease;
}

.service-item.is-open .service-panel {
    max-height: 56rem;
    opacity: 1;
}

.service-panel-inner {
    min-height: 0;
    padding: 0;
}

.service-item.is-open .service-panel-inner {
    padding: 0 0 2.8rem 0;
}

.service-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    align-items: center;
    min-height: 25rem;
    background: #575757;
    overflow: hidden;
    border-radius: 0;
}

.service-item.is-open .service-showcase-visual .glass-a {
    animation: float-form 6.2s ease-in-out infinite;
}

.service-item.is-open .service-showcase-visual .glass-b {
    animation: float-form 7.4s ease-in-out infinite reverse;
}

.service-showcase-copy {
    padding: clamp(2rem, 4vw, 3.2rem);
}

.service-showcase-copy p {
    max-width: 32rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.45;
}

.service-showcase-index {
    display: inline-block;
    margin-bottom: 1rem;
    font-family: var(--mono);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    letter-spacing: 0.08em;
}

.service-showcase-visual {
    position: relative;
    min-height: 25rem;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.05));
}

.service-showcase-visual > span {
    position: absolute;
    display: block;
    transition: transform 240ms ease, height 240ms ease, opacity 240ms ease;
}

.visual-web {
    background: linear-gradient(160deg, #626262 0%, #575757 52%, #4c4c4c 100%);
}

.visual-web::before {
    content: "";
    position: absolute;
    inset: 12% 10%;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.visual-web-window {
    left: 15%;
    top: 16%;
    width: 56%;
    height: 56%;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.06);
}

.visual-web-sidebar {
    right: 12%;
    top: 19%;
    width: 18%;
    height: 48%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.08));
}

.visual-web-card {
    left: 21%;
    height: 0.9rem;
    background: rgba(255, 255, 255, 0.82);
}

.visual-web-card-a {
    top: 28%;
    width: 28%;
}

.visual-web-card-b {
    top: 35%;
    width: 18%;
    opacity: 0.58;
}

.visual-web-cursor {
    right: 19%;
    bottom: 22%;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.58);
    background: rgba(18, 18, 18, 0.26);
}

.visual-marketing {
    background: linear-gradient(180deg, #5f5f5f 0%, #565656 100%);
}

.visual-marketing-axis {
    left: 14%;
    right: 12%;
    bottom: 18%;
    height: 1px;
    background: rgba(255, 255, 255, 0.22);
}

.visual-marketing-bar {
    bottom: 18%;
    width: 12%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.12));
}

.visual-marketing-bar-a {
    left: 18%;
    height: 18%;
}

.visual-marketing-bar-b {
    left: 36%;
    height: 31%;
}

.visual-marketing-bar-c {
    left: 54%;
    height: 46%;
}

.visual-marketing-path {
    left: 19%;
    top: 24%;
    width: 52%;
    height: 34%;
    background: linear-gradient(144deg, transparent 42%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.92) 47%, transparent 47%);
}

.visual-branding {
    background: linear-gradient(150deg, #606060 0%, #555555 44%, #4d4d4d 100%);
}

.visual-branding-sheet {
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.16);
}

.visual-branding-sheet-a {
    left: 18%;
    top: 18%;
    width: 38%;
    height: 56%;
    background: rgba(242, 238, 231, 0.88);
    transform: rotate(-7deg);
}

.visual-branding-sheet-b {
    right: 18%;
    top: 24%;
    width: 25%;
    height: 42%;
    background: rgba(20, 20, 20, 0.72);
    transform: rotate(9deg);
}

.visual-branding-wordmark {
    left: 25%;
    top: 33%;
    color: rgba(17, 17, 17, 0.9);
    font-family: var(--heading);
    font-size: clamp(3.2rem, 5vw, 4.6rem);
    line-height: 1;
    letter-spacing: -0.08em;
}

.visual-branding-cut {
    right: 24%;
    bottom: 25%;
    width: 20%;
    height: 1px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 0.95rem 0 rgba(255, 255, 255, 0.24);
}

.visual-branding-rule {
    left: 16%;
    bottom: 18%;
    width: 46%;
    height: 12%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.visual-direction {
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.16), transparent 18%),
        linear-gradient(140deg, #5d5d5d 0%, #515151 52%, #474747 100%);
}

.visual-direction-beam {
    left: 50%;
    top: -8%;
    width: 22%;
    height: 118%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 72%);
    transform: skewX(-18deg);
}

.visual-direction-frame {
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.visual-direction-frame-a {
    left: 16%;
    top: 18%;
    width: 24%;
    height: 44%;
}

.visual-direction-frame-b {
    right: 15%;
    bottom: 16%;
    width: 28%;
    height: 36%;
}

.visual-direction-strip {
    left: 18%;
    bottom: 22%;
    width: 34%;
    height: 2px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 -1rem 0 rgba(255, 255, 255, 0.24);
}

.visual-direction-dot {
    right: 20%;
    top: 23%;
    width: 1rem;
    height: 1rem;
    background: rgba(255, 255, 255, 0.9);
}

.service-item.is-open .visual-web-window {
    transform: translate3d(-6px, -4px, 0);
}

.service-item.is-open .visual-web-sidebar {
    transform: translate3d(-6px, -8px, 0);
}

.service-item.is-open .visual-marketing-bar-a {
    height: 22%;
}

.service-item.is-open .visual-marketing-bar-b {
    height: 37%;
}

.service-item.is-open .visual-marketing-bar-c {
    height: 53%;
}

.service-item.is-open .visual-branding-sheet-a {
    transform: rotate(-10deg) translateY(-6px);
}

.service-item.is-open .visual-branding-sheet-b {
    transform: rotate(12deg) translateY(-6px);
}

.service-item.is-open .visual-direction-frame-a {
    transform: translate3d(-6px, -4px, 0);
}

.service-item.is-open .visual-direction-frame-b {
    transform: translate3d(8px, -8px, 0);
}

.glass-form {
    position: absolute;
    display: block;
    border-radius: 46% 54% 50% 50% / 40% 56% 44% 60%;
    background:
        radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.2) 36%, rgba(15, 15, 15, 0.8) 78%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(40, 40, 40, 0.92));
    box-shadow:
        inset -12px -20px 34px rgba(0, 0, 0, 0.38),
        inset 10px 10px 28px rgba(255, 255, 255, 0.24),
        0 24px 50px rgba(0, 0, 0, 0.22);
    filter: blur(0.2px);
}

.glass-a {
    --float-rotate-start: -18deg;
    --float-rotate-mid: -11deg;
    width: 16rem;
    height: 12rem;
    right: 20%;
    top: 21%;
    transform: rotate(-18deg);
}

.glass-b {
    --float-rotate-start: 18deg;
    --float-rotate-mid: 10deg;
    width: 14rem;
    height: 14rem;
    right: 9%;
    bottom: 14%;
    transform: rotate(18deg);
}

.studio-band {
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: var(--section-pad);
}

.band-track {
    display: flex;
    gap: 2rem;
    padding: 1.1rem 0;
    white-space: nowrap;
    font-family: var(--heading);
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.78);
    animation: marquee 22s linear infinite;
}

.contact-cta {
    padding-bottom: calc(var(--section-pad) + 1.5rem);
}

.cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    padding: clamp(1.8rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.05), transparent 20%),
        rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-card h2 {
    max-width: 15ch;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    color: var(--paper);
}

.cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.contact-links a {
    color: var(--text-muted);
}

.contact-links a:hover {
    color: var(--paper);
}

.contact-main {
    padding-bottom: var(--section-pad);
}

.intake-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
    gap: 1.4rem;
    padding: 0 clamp(1.4rem, 2.5vw, 3rem) var(--section-pad);
}

.sticky-card {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
}

.sidebar-card,
.wizard-card {
    padding: 1.5rem;
}

.sidebar-card h2 {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    color: var(--paper);
}

.wizard-progress {
    margin-top: 1.4rem;
    width: 100%;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.wizard-progress-bar {
    width: 20%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffffff 0%, #c9c1b8 100%);
    transition: width 240ms ease;
}

.step-indicator {
    margin: 0.9rem 0 0;
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.88rem;
}

.summary-panel {
    margin-top: 1.8rem;
    padding: 1.2rem;
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-panel h3 {
    color: var(--paper);
    font-size: 1.35rem;
}

.summary-list {
    display: grid;
    gap: 1rem;
    margin: 1rem 0 0;
}

.summary-list dt {
    color: var(--text-soft);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.2rem;
}

.summary-list dd {
    margin: 0;
    color: var(--paper);
}

.sidebar-meta {
    margin-top: 1.6rem;
}

.wizard-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.wizard-step {
    display: none;
}

.wizard-step.is-active {
    display: block;
    animation: rise-in 280ms ease;
}

.option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.timeline-options,
.budget-grid {
    display: grid;
    gap: 1rem;
}

.option-card {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1.2rem;
    min-height: 11rem;
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 40%),
        rgba(255, 255, 255, 0.025);
    color: var(--text);
    text-align: left;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.option-card:hover,
.option-card.is-selected {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.18);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 44%),
        rgba(255, 255, 255, 0.06);
}

.site-nav a:hover {
    transform: translateY(-1px);
}

.option-card strong {
    font-family: var(--heading);
    font-size: 1.55rem;
    font-weight: 650;
    letter-spacing: -0.05em;
}

.option-card span {
    color: var(--text-muted);
    line-height: 1.55;
}

.option-row {
    min-height: auto;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.field span {
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.field input,
.field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.025);
    color: var(--text);
    padding: 0.95rem 1rem;
    outline: none;
    transition: border-color 180ms ease, background 180ms ease;
}

.field input:focus,
.field textarea:focus {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.04);
}

.field textarea {
    resize: vertical;
    min-height: 10rem;
}

.field-wide {
    grid-column: 1 / -1;
}

.wizard-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.wizard-error {
    min-height: 1.5rem;
    margin: 0;
    color: #f0bfbb;
}

.wizard-complete {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wizard-complete .button {
    width: fit-content;
}

.form-trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.review-item {
    display: grid;
    gap: 0.45rem;
    padding: 1rem 1.05rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.06), transparent 42%),
        rgba(255, 255, 255, 0.03);
}

.review-item span {
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.review-item strong {
    color: var(--paper);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

.wizard-complete-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.wizard-complete .button[disabled] {
    opacity: 0.68;
    pointer-events: none;
}

.confirmation-main {
    padding-bottom: var(--section-pad);
}

.confirmation-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 2rem;
    padding: clamp(2rem, 4vw, 4rem);
    background:
        radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.05), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2.4rem;
    overflow: hidden;
}

.confirmation-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity: 0.35;
    pointer-events: none;
}

.confirmation-copy,
.confirmation-stage {
    position: relative;
    z-index: 1;
}

.confirmation-copy {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    justify-content: center;
}

.confirmation-title {
    margin: 0;
    font-family: var(--heading);
    font-size: clamp(3.5rem, 8vw, 6.8rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
}

.confirmation-lead {
    max-width: 34rem;
    margin: 0;
    color: var(--text-muted);
    font-size: 1.12rem;
    line-height: 1.62;
}

.confirmation-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.confirmation-meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.68rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
    color: var(--text-muted);
}

.confirmation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.confirmation-stage {
    min-height: 34rem;
    border-radius: 1.8rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.08), transparent 18%),
        radial-gradient(circle at 82% 76%, rgba(255, 255, 255, 0.08), transparent 20%),
        linear-gradient(140deg, #eae4dc 0%, #6a6a6a 50%, #111111 100%);
}

.confirmation-stage > span,
.confirmation-stage > div {
    position: absolute;
    display: block;
}

.confirmation-gridline-a,
.confirmation-gridline-b {
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.confirmation-gridline-a {
    inset: 12% 11% 18% 11%;
}

.confirmation-gridline-b {
    left: 18%;
    right: 18%;
    top: 18%;
    bottom: 28%;
}

.confirmation-orbit {
    border-radius: 46% 54% 50% 50% / 40% 56% 44% 60%;
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.24) 36%, rgba(20, 20, 20, 0.86) 78%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(34, 34, 34, 0.94));
    box-shadow:
        inset -18px -26px 42px rgba(0, 0, 0, 0.34),
        inset 12px 12px 28px rgba(255, 255, 255, 0.18),
        0 34px 54px rgba(0, 0, 0, 0.24);
    filter: blur(0.2px);
}

.confirmation-orbit-a {
    width: 15rem;
    height: 12rem;
    left: 12%;
    top: 14%;
    animation: float-form 6.4s ease-in-out infinite;
}

.confirmation-orbit-b {
    width: 17rem;
    height: 17rem;
    right: 12%;
    bottom: 12%;
    animation: float-form 7.3s ease-in-out infinite reverse;
}

.confirmation-card-a,
.confirmation-card-b {
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.2);
}

.confirmation-card-a {
    left: 16%;
    top: 18%;
    width: 42%;
    height: 50%;
    background: rgba(246, 242, 235, 0.92);
    transform: rotate(-8deg);
}

.confirmation-card-b {
    right: 13%;
    top: 24%;
    width: 26%;
    height: 38%;
    background: rgba(17, 17, 17, 0.82);
    transform: rotate(9deg);
}

.confirmation-line-a,
.confirmation-line-b,
.confirmation-line-c {
    left: 26%;
    height: 2px;
    background: rgba(17, 17, 17, 0.44);
}

.confirmation-line-a {
    top: 30%;
    width: 28%;
}

.confirmation-line-b {
    top: 34%;
    width: 22%;
}

.confirmation-line-c {
    top: 38%;
    width: 18%;
}

.confirmation-stamp {
    left: 1.2rem;
    bottom: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.52rem 0.78rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(10, 10, 10, 0.28);
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--mono);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes drift {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }
    25% {
        transform: translate3d(-3%, 4%, 0) rotate(8deg) scale(1.08);
    }
    50% {
        transform: translate3d(3%, -3%, 0) rotate(-10deg) scale(0.96);
    }
    75% {
        transform: translate3d(4%, 2%, 0) rotate(6deg) scale(1.04);
    }
}

@keyframes float-form {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(var(--float-rotate-start, 0deg));
    }
    50% {
        transform: translate3d(0, -10px, 0) rotate(var(--float-rotate-mid, 0deg));
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes rise-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.work-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.work-button {
    min-width: 11rem;
}

.text-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--paper);
}

.text-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 0.3;
    transition: transform 180ms ease, opacity 180ms ease;
}

.text-link:hover::after {
    opacity: 1;
    transform: scaleX(1.03);
}

.site-footer {
    position: relative;
    z-index: 1;
    padding: 0 clamp(1.4rem, 2.5vw, 3rem) 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 0.6fr));
    gap: 2.4rem;
    padding: 2.4rem 0 1.8rem;
}

.footer-brand {
    display: grid;
    gap: 1.75rem;
    align-content: start;
}

.footer-logo {
    width: clamp(220px, 28vw, 440px);
    height: auto;
    filter: invert(1);
    margin-bottom: 0.5rem;
}

.footer-brand h2 {
    max-width: 16ch;
    margin: 0;
    font-family: var(--heading);
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.72rem;
}

.footer-column h3 {
    margin: 0 0 0.25rem;
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-column a {
    width: fit-content;
    color: var(--text-muted);
    transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover {
    color: var(--paper);
    transform: translateX(4px);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.8rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-soft);
    font-size: 0.92rem;
}

.editorial-main,
.projects-main,
.project-detail-main,
.legal-main {
    position: relative;
    z-index: 1;
}

.editorial-hero,
.projects-hero,
.project-detail-hero,
.legal-hero {
    padding: clamp(4rem, 8vw, 7rem) clamp(1.4rem, 2.5vw, 3rem) 2.4rem;
}

.editorial-hero-grid,
.project-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 2rem;
    align-items: end;
}

.editorial-kicker,
.detail-kicker,
.legal-kicker {
    margin: 0 0 1rem;
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.editorial-title,
.projects-title,
.detail-title,
.legal-title {
    margin: 0;
    font-family: var(--heading);
    font-size: clamp(3.4rem, 8vw, 7.2rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
}

.editorial-subcopy,
.editorial-note,
.projects-note,
.detail-deck,
.legal-note,
.legal-lead {
    margin: 0;
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

.editorial-rule,
.detail-meta-row,
.legal-sections,
.projects-list {
    margin: 0 clamp(1.4rem, 2.5vw, 3rem);
}

.editorial-rule {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.editorial-section {
    padding: 2.2rem clamp(1.4rem, 2.5vw, 3rem) 3.2rem;
}

.editorial-columns {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
}

.editorial-side-label {
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.editorial-copy {
    display: grid;
    gap: 1rem;
}

.editorial-copy h2,
.editorial-slab-title,
.project-slab-title {
    margin: 0;
    font-family: var(--heading);
    font-size: clamp(2rem, 4.6vw, 4.6rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.editorial-copy p,
.about-metric p,
.timeline-copy p,
.project-slab-copy p,
.project-story-copy p,
.project-story-note,
.legal-section p,
.legal-section li {
    margin: 0;
    color: var(--text-muted);
    font-size: 1.03rem;
    line-height: 1.62;
}

.about-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 1.4rem 0 0;
}

.about-metric strong {
    display: block;
    margin-bottom: 0.4rem;
    font-family: var(--heading);
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    letter-spacing: -0.06em;
}

.editorial-visual-band,
.detail-canvas,
.projects-slab-visual,
.about-visual-field {
    position: relative;
    min-height: 32rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.8rem;
}

.about-visual-field {
    margin: 0 clamp(1.4rem, 2.5vw, 3rem);
    min-height: 42rem;
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.34), transparent 20%),
        radial-gradient(circle at 74% 65%, rgba(255, 255, 255, 0.14), transparent 18%),
        linear-gradient(180deg, #1b1b1b 0%, #111111 100%);
}

.editorial-orb,
.canvas-orb {
    position: absolute;
    border-radius: 50%;
    background:
        radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.96), rgba(214, 214, 214, 0.34) 34%, rgba(40, 40, 40, 0.92) 78%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.85));
    box-shadow:
        inset -30px -40px 70px rgba(0, 0, 0, 0.38),
        inset 16px 14px 40px rgba(255, 255, 255, 0.26),
        0 40px 80px rgba(0, 0, 0, 0.28);
}

.about-orb-a {
    width: 23rem;
    height: 23rem;
    top: 18%;
    left: 18%;
}

.about-orb-b {
    width: 19rem;
    height: 19rem;
    right: 15%;
    bottom: 12%;
}

.vertical-caption {
    position: absolute;
    right: 1rem;
    top: 1.6rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.principles-list,
.timeline-list {
    display: grid;
}

.principle-row,
.timeline-row {
    display: grid;
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr);
    gap: 2rem;
    padding: 1.6rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.principle-row:last-child,
.timeline-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.principle-label,
.timeline-label {
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.principle-content h3,
.timeline-copy h3,
.legal-section h2 {
    margin: 0 0 0.65rem;
    font-family: var(--heading);
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.projects-list {
    display: grid;
}

.project-slab {
    display: grid;
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 2rem;
    min-height: 34rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-slab:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.project-slab:nth-child(even) {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
}

.project-slab:nth-child(even) .project-slab-visual {
    order: 2;
}

.project-slab-copy,
.project-slab-visual {
    padding: 2rem 0;
}

.project-slab-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    padding-right: 2rem;
}

.project-slab-top {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.project-slab-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-status-pill {
    width: fit-content;
    padding: 0.3rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.project-slab-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    width: fit-content;
    font-family: var(--heading);
    font-size: 1.1rem;
    letter-spacing: -0.03em;
}

.project-slab-link::after {
    content: "→";
    transition: transform 180ms ease;
}

.project-slab-link:hover::after {
    transform: translateX(4px);
}

.project-slab.is-private .projects-slab-visual {
    filter: blur(12px) grayscale(0.2);
}

.project-private-note {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.34rem 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.projects-slab-visual {
    min-height: auto;
    aspect-ratio: 3 / 2;
    background: transparent;
}

.projects-slab-visual::before,
.detail-canvas::before {
    content: none;
}

.project-detail-grid {
    align-items: start;
}

.detail-meta-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.5rem 0 2.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-meta-item span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.detail-meta-item strong {
    font-family: var(--heading);
    font-size: 1.2rem;
    letter-spacing: -0.04em;
}

.detail-canvas {
    margin: 0 clamp(1.4rem, 2.5vw, 3rem);
    min-height: auto;
    aspect-ratio: 3 / 2;
    background: transparent;
}

.detail-canvas-private::after {
    content: "Details Withheld";
    position: absolute;
    left: 1.4rem;
    bottom: 1.3rem;
    padding: 0.45rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.76);
    font-family: var(--mono);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(17, 17, 17, 0.22);
    backdrop-filter: blur(10px);
}

.detail-canvas-private .canvas-orb {
    filter: blur(14px) saturate(0.9);
    opacity: 0.92;
}

.canvas-orb-a {
    width: 20rem;
    height: 20rem;
    left: 32%;
    top: 22%;
}

.canvas-orb-b {
    width: 22rem;
    height: 22rem;
    left: 48%;
    top: 40%;
}

.project-story {
    padding: 2.2rem clamp(1.4rem, 2.5vw, 3rem) 3rem;
}

.project-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr);
    gap: 2rem;
}

.project-story-copy {
    display: grid;
    gap: 1rem;
}

.project-story-copy h2 {
    margin: 0;
    font-family: var(--heading);
    font-size: clamp(2rem, 4.6vw, 4rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.project-story-side {
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-story-grid + .project-story-grid {
    margin-top: 2.2rem;
    padding-top: 2.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-next {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2.6rem clamp(1.4rem, 2.5vw, 3rem) 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-next p {
    margin: 0 0 0.45rem;
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-next a {
    font-family: var(--heading);
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
}

.legal-main {
    padding-bottom: 3rem;
}

.legal-note {
    max-width: 48rem;
}

.legal-sections {
    display: grid;
    gap: 2rem;
    padding: 2rem 0 3rem;
}

.legal-section {
    display: grid;
    gap: 1rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-section ul {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.7rem;
}

.legal-draft {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding: 0.4rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--text-soft);
    font-family: var(--mono);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    .hero-panel,
    .work-feature,
    .intake-grid,
    .cta-card,
    .works-showcase,
    .editorial-hero-grid,
    .project-detail-grid,
    .editorial-columns,
    .project-story-grid,
    .project-slab,
    .project-slab:nth-child(even),
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 28rem;
    }

    .page-home .hero-visual {
        width: 100%;
        justify-self: stretch;
        margin-left: 0;
        margin-top: 0.8rem;
    }

    .page-home .hero-visual .liquid-field {
        inset: -8% -10% -8% -12%;
        transform: translateX(0) scale(0.92);
    }

    .work-rail {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 0.4rem;
    }

    .rail-card {
        min-width: 0;
    }

    .sticky-card {
        position: static;
    }

    .intake-sidebar {
        display: none;
    }

    .wizard-card {
        min-width: 0;
    }

    .project-slab:nth-child(even) .project-slab-visual {
        order: initial;
    }

    .project-slab-copy {
        padding-right: 0;
    }

    .detail-meta-row,
    .about-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-projects .projects-slab-visual,
    .page-project-detail .detail-canvas {
        aspect-ratio: 4 / 3;
    }

    .wizard-form {
        gap: 1.1rem;
        padding-bottom: 6.5rem;
    }

    .wizard-step {
        scroll-margin-top: calc(var(--header-height) + 1rem);
    }

    .wizard-actions {
        position: sticky;
        bottom: 0;
        z-index: 15;
        margin-top: auto;
        padding: 0.9rem 0 calc(0.75rem + env(safe-area-inset-bottom));
        background:
            linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.92) 28%, rgba(17, 17, 17, 1) 100%);
        backdrop-filter: blur(10px);
    }

    .wizard-complete {
        padding-bottom: 6.5rem;
    }

    .wizard-complete-actions {
        position: sticky;
        bottom: 0;
        z-index: 15;
        padding: 0.9rem 0 calc(0.75rem + env(safe-area-inset-bottom));
        background:
            linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.92) 28%, rgba(17, 17, 17, 1) 100%);
        backdrop-filter: blur(10px);
    }
}

@media (max-width: 1400px) {
    .page-home .works-showcase {
        grid-template-columns: 1fr;
    }

    .page-home .work-rail {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 0.4rem;
    }

    .page-home .rail-card {
        min-width: 0;
    }
}

@media (max-width: 940px) {
    .site-header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-nav {
        order: 3;
        justify-content: center;
        flex-wrap: wrap;
    }

    .approach-grid,
    .option-grid,
    .form-grid,
    .about-metrics,
    .detail-meta-row,
    .principle-row,
    .timeline-row {
        grid-template-columns: 1fr;
    }

    .service-showcase {
        grid-template-columns: 1fr;
        min-height: 0;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .confirmation-panel {
        grid-template-columns: 1fr;
    }

    .confirmation-stage {
        min-height: 22rem;
        order: -1;
    }

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

    .service-toggle {
        grid-template-columns: auto 1fr;
        align-items: start;
        gap: 0.9rem;
        padding: 1.45rem 0;
    }

    .service-icon {
        display: none;
    }

    .service-panel-inner {
        padding-left: 0;
    }

    .service-panel {
        display: none;
        max-height: none;
        opacity: 1;
        overflow: visible;
    }

    .service-item.is-open .service-panel {
        display: block;
        max-height: none;
    }

    .service-item.is-open .service-panel-inner {
        padding: 0.25rem 0 1.8rem;
    }

    .service-name {
        font-size: clamp(2rem, 6.6vw, 3.2rem);
    }

    .service-showcase-copy {
        padding: 1.65rem;
        max-width: 42rem;
    }

    .service-showcase-copy h3 {
        font-size: clamp(2.2rem, 7vw, 3.5rem);
    }

    .service-showcase-copy p {
        font-size: 1rem;
    }

    .service-showcase-visual {
        display: none;
    }

    .project-next {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-home .work-visual {
        aspect-ratio: 4 / 3;
    }

    .canvas-orb-a {
        width: 15rem;
        height: 15rem;
        left: 16%;
        top: 20%;
    }

    .canvas-orb-b {
        width: 16rem;
        height: 16rem;
        left: auto;
        right: 8%;
        top: 44%;
    }

    .about-orb-a {
        width: 18rem;
        height: 18rem;
        left: 10%;
        top: 16%;
    }

    .about-orb-b {
        width: 15rem;
        height: 15rem;
        right: 8%;
        bottom: 10%;
    }

    .vertical-caption {
        right: 0.8rem;
        top: 1rem;
        font-size: 0.76rem;
    }
}

@media (max-width: 640px) {
    :root {
        --header-height: 126px;
    }

    .hero-title {
        font-size: clamp(3.6rem, 20vw, 5rem);
    }

    .statement-title,
    .section-heading h1,
    .section-heading h2,
    .cta-card h2,
    .sidebar-card h2,
    .editorial-title,
    .projects-title,
    .detail-title,
    .legal-title {
        font-size: clamp(2.4rem, 12vw, 3.7rem);
    }

    .hero-mark-badge {
        width: 4.2rem;
        height: 4.2rem;
    }

    .hero-mark-plus {
        font-size: 3.8rem;
    }

    .hero-visual,
    .work-feature {
        min-height: 24rem;
    }

    .page-home .hero-visual {
        margin-top: 1rem;
        min-height: 22rem;
    }

    .page-home .hero-visual .liquid-field {
        inset: -4% -8% -6% -8%;
        transform: translateX(0) scale(0.88);
    }

    .service-toggle {
        gap: 0.75rem;
        padding: 1.1rem 0;
    }

    .service-name {
        font-size: clamp(1.65rem, 8.8vw, 2.45rem);
    }

    .service-item.is-open .service-panel-inner {
        padding: 0.1rem 0 1.2rem;
    }

    .service-showcase-copy {
        padding: 1.2rem;
    }

    .service-showcase-copy h3 {
        font-size: clamp(1.8rem, 10vw, 2.6rem);
    }

    .service-showcase-copy p {
        font-size: 0.95rem;
        line-height: 1.42;
    }

    .service-showcase-visual {
        display: none;
    }

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

    .confirmation-title {
        font-size: clamp(2.8rem, 13vw, 4.3rem);
    }

    .confirmation-stage {
        min-height: 18rem;
    }

    .confirmation-card-a {
        width: 50%;
        height: 50%;
        left: 14%;
        top: 20%;
    }

    .confirmation-card-b {
        width: 30%;
        height: 34%;
    }

    .confirmation-orbit-a {
        width: 11rem;
        height: 9rem;
    }

    .confirmation-orbit-b {
        width: 12rem;
        height: 12rem;
    }

    .page-home .hero-visual {
        width: 100%;
        justify-self: stretch;
        margin-left: 0;
    }

    .brand-logo {
        width: 168px;
    }

    .visual-caption,
    .site-nav {
        font-size: 0.92rem;
    }

    .visual-caption {
        display: none;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 0.5rem;
    }

    .project-slab,
    .projects-slab-visual,
    .detail-canvas,
    .about-visual-field {
        min-height: 24rem;
    }

    .page-projects .projects-slab-visual,
    .page-project-detail .detail-canvas,
    .page-home .work-visual {
        aspect-ratio: 4 / 5;
    }

    .project-media {
        padding: 1.15rem;
    }

    .visual-link-badge {
        left: 1rem;
        right: 1rem;
        width: calc(100% - 2rem);
    }

    .work-rail {
        grid-template-columns: 1fr;
    }

    .canvas-orb-a {
        width: 11rem;
        height: 11rem;
        left: 10%;
        top: 18%;
    }

    .canvas-orb-b {
        width: 12rem;
        height: 12rem;
        right: 4%;
        top: 48%;
    }

    .about-orb-a {
        width: 13rem;
        height: 13rem;
        left: 8%;
        top: 14%;
    }

    .about-orb-b {
        width: 11rem;
        height: 11rem;
        right: 6%;
        bottom: 12%;
    }

    .about-visual-field {
        min-height: 26rem;
    }

    .button,
    .button-light,
    .button-ghost {
        width: 100%;
    }

    .wizard-actions {
        flex-direction: column-reverse;
    }

    .wizard-card,
    .sidebar-card {
        padding: 1.1rem;
    }

    .wizard-step .option-grid,
    .wizard-step .timeline-options,
    .wizard-step .budget-grid {
        gap: 0.8rem;
    }

    .option-card {
        min-height: auto;
        padding: 1rem;
    }

    .option-card strong {
        font-size: clamp(1.35rem, 7vw, 1.8rem);
    }

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

    .wizard-complete h2 {
        font-size: clamp(2rem, 10vw, 3rem);
        line-height: 0.98;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
