:root {
    --ink: #182028;
    --ink-soft: #5f6871;
    --paper: #ffffff;
    --paper-soft: #f5f7f8;
    --mist: #e7ecef;
    --line: rgba(24, 32, 40, .12);
    --line-strong: rgba(24, 32, 40, .22);
    --accent: #6f828d;
    --accent-deep: #3f5662;
    --accent-soft: #dce5e8;
    --glass: rgba(255, 255, 255, .78);
    --shadow: 0 28px 80px rgba(24, 32, 40, .13);
    --shadow-soft: 0 18px 60px rgba(24, 32, 40, .08);
    --radius-lg: 2px;
    --radius-md: 2px;
    --radius-sm: 2px;
    --max: 1220px;
    --font-serif: 'Cormorant Garamond', 'Bodoni 72', Didot, 'Libre Baskerville', Georgia, 'Times New Roman', serif;
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.68;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent-deep); }
button, input, select, textarea { font: inherit; }

.container {
    width: min(calc(100% - 56px), var(--max));
    margin-inline: auto;
}
.container.narrow { max-width: 880px; }
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.skip-link:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    left: 1rem;
    top: 1rem;
    width: auto;
    z-index: 9999;
    background: var(--paper);
    padding: .8rem 1rem;
    border: 1px solid var(--line);
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    color: var(--ink);
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(24, 32, 40, .08);
    transition: box-shadow .25s ease, backdrop-filter .25s ease, background .25s ease;
}
.site-header.is-scrolled,
body:not(.home) .site-header {
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 34px rgba(24, 32, 40, .08);
    backdrop-filter: blur(18px);
}

body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
    body.admin-bar .site-header { top: 46px; }
}
.header-inner {
    min-height: 78px;
    height: 78px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 2rem;
}
.primary-nav,
.brand-wrap,
.header-action {
    height: 100%;
    display: flex;
    align-items: center;
}
.brand-wrap { justify-self: center; justify-content: center; }
.site-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    color: inherit;
    text-align: center;
}
.brand-mark {
    display: grid;
    place-items: center;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    font-family: var(--font-serif);
    letter-spacing: .18em;
    font-size: .95rem;
    line-height: 1;
    color: var(--ink);
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong {
    font-family: var(--font-serif);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.brand-copy small { display: none; }
.custom-logo { max-height: 46px; width: auto; }
.primary-nav { justify-self: start; justify-content: flex-start; align-self: stretch; }
.primary-nav .menu,
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.primary-nav .menu {
    display: flex;
    align-items: center;
    gap: clamp(1.2rem, 2.5vw, 2.8rem);
    height: 100%;
}
.primary-nav a,
.header-action a {
    font-size: .72rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(24, 32, 40, .68);
    transition: color .2s ease, opacity .2s ease;
}
.primary-nav a:hover,
.header-action a:hover { color: var(--ink); }
.header-action { justify-self: end; justify-content: flex-end; align-self: stretch; }
.header-action a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    line-height: 1;
}
.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    justify-self: start;
}
.nav-toggle span:not(.screen-reader-text) {
    width: 18px;
    height: 1px;
    background: currentColor;
    display: block;
}

.hero,
.page-hero {
    position: relative;
    min-height: 91vh;
    display: grid;
    align-items: center;
    padding: 132px 0 74px;
    overflow: hidden;
    background-color: #cfd8dd;
    color: #fff;
}
.hero-parallax {
    background-image:
        linear-gradient(180deg, rgba(24,32,40,.05) 0%, rgba(24,32,40,.18) 38%, rgba(24,32,40,.42) 100%),
        var(--hero-image, linear-gradient(130deg, #e9eef1 0%, #c5d0d5 43%, #7e919a 100%));
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-parallax::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.15), transparent 25%, transparent 75%, rgba(255,255,255,.10));
    pointer-events: none;
}
.hero-veil {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 56%, rgba(24,32,40,.02), rgba(24,32,40,.22) 72%);
}
.hero-grid,
.hero-split,
.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}
.hero-grid.centered-hero {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
}
.hero-copy,
.hero-panel,
.hero-grid > * { position: relative; z-index: 2; }
.hero-copy.centered { max-width: 940px; }
.eyebrow {
    margin: 0 0 1rem;
    color: var(--accent-deep);
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
}
.hero .eyebrow,
.page-hero .eyebrow,
.portfolio-parallax .eyebrow,
.cta-band .eyebrow { color: rgba(255,255,255,.78); }
h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1.04;
    font-family: var(--font-serif);
    font-weight: 400;
    letter-spacing: .04em;
}
h1 {
    font-size: clamp(2.25rem, 4.2vw, 4.4rem);
    max-width: 1040px;
    text-transform: uppercase;
}
.hero h1 {
    font-size: clamp(2.05rem, 3.05vw, 3.75rem);
    line-height: 1.18;
    letter-spacing: .18em;
    font-weight: 400;
    text-transform: uppercase;
    text-wrap: balance;
}
h2 {
    font-size: clamp(2rem, 4.6vw, 4.45rem);
    letter-spacing: .02em;
}
h3 { font-size: clamp(1.45rem, 2.3vw, 2.15rem); }
.lede,
.page-hero p,
.body-large { font-size: clamp(1.02rem, 1.6vw, 1.26rem); }
.lede,
.hero-copy .lede {
    max-width: 700px;
    opacity: .88;
    margin: 1.15rem auto 0;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: clamp(.82rem, 1.2vw, 1rem);
}
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem; margin-top: 2rem; }
.button,
.wp-block-button__link,
button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .9rem 1.45rem;
    border-radius: 0;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: .68rem;
    transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--accent-deep); color: #fff; }
.hero .button-primary,
.cta-band .button-primary { background: rgba(255,255,255,.96); color: var(--ink); }
.hero .button-primary:hover,
.cta-band .button-primary:hover { background: var(--ink); color: #fff; }
.button-ghost { border-color: currentColor; color: inherit; background: transparent; }
.button-ghost:hover { background: #fff; color: var(--ink); }
.hero-panel {
    width: min(100%, 760px);
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.hero-panel span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: .7rem 1rem;
    border: 1px solid rgba(255,255,255,.42);
    background: rgba(255,255,255,.08);
    font-size: .7rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-light { background: var(--paper-soft); }
.section-heading { max-width: 830px; margin-bottom: 3rem; }
.section-kicker h2 { max-width: 760px; }
.body-large p:first-child { margin-top: 0; }
.body-large p { color: var(--ink-soft); }
.services-section { background: var(--paper); }
.service-grid,
.post-grid,
.content-grid,
.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}
.service-card,
.post-card,
.empty-state,
.contact-card,
.contact-form-wrap {
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: clamp(1.45rem, 3vw, 2.4rem);
}
.service-card {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-number {
    color: var(--accent);
    font-family: var(--font-sans);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
}
.service-card p,
.post-card p { color: var(--ink-soft); }
.service-card h3 { max-width: 360px; }

.portfolio-parallax {
    position: relative;
    color: var(--ink);
    overflow: hidden;
    background: var(--paper);
}
.portfolio-parallax::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(111,130,141,.06), transparent);
    pointer-events: none;
}
.portfolio-intro,
.portfolio-stack { position: relative; z-index: 1; }
.portfolio-intro { max-width: 820px; margin-bottom: 3rem; }
.portfolio-intro p:not(.eyebrow) { color: var(--ink-soft); max-width: 640px; }
.portfolio-stack { display: grid; gap: clamp(2rem, 5vw, 5.5rem); }
.portfolio-card {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    align-items: end;
    gap: clamp(1.2rem, 4vw, 3.2rem);
    will-change: transform;
}
.portfolio-card:nth-child(even) {
    grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr);
}
.portfolio-card:nth-child(even) .portfolio-image { order: 2; }
.portfolio-image {
    display: block;
    min-height: clamp(360px, 54vw, 690px);
    border-radius: 0;
    overflow: hidden;
    background: var(--mist);
    box-shadow: var(--shadow-soft);
}
.portfolio-image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .7s ease, filter .7s ease; }
.portfolio-image:hover img { transform: scale(1.035); filter: saturate(.94); }
.portfolio-image span,
.portfolio-image.placeholder-art-1,
.portfolio-image.placeholder-art-2,
.portfolio-image.placeholder-art-3 {
    display: block;
    width: 100%;
    min-height: inherit;
}
.placeholder-art-1 {
    background:
        linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px) 0 0 / 84px 84px,
        linear-gradient(135deg, #e9eef1 0%, #c7d2d8 42%, #7e929d 100%);
}
.placeholder-art-2 {
    background:
        linear-gradient(0deg, rgba(255,255,255,.45) 1px, transparent 1px) 0 0 / 72px 72px,
        linear-gradient(135deg, #f4f7f8 0%, #d7e0e4 52%, #9aaab1 100%);
}
.placeholder-art-3 {
    background:
        radial-gradient(circle at 78% 68%, rgba(255,255,255,.72), transparent 12rem),
        linear-gradient(120deg, #edf2f4 0 30%, #c6d2d8 30% 61%, #5f7681 61% 100%);
}
.portfolio-content {
    padding: clamp(1.2rem, 3vw, 2.1rem) 0;
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line);
    background: transparent;
}
.portfolio-content p { color: var(--ink-soft); }
.portfolio-content h3 a:hover { color: var(--accent-deep); }

.journal-preview .post-card,
.archive-grid .post-card {
    background: #fff;
    overflow: hidden;
    padding: 0;
}
.post-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.post-card-body { padding: 1.6rem; }
.post-card h3 { margin-bottom: .8rem; }
.post-card h3 a:hover { color: var(--accent-deep); }
.pagination-wrap { margin-top: 2rem; }
.pagination-wrap .nav-links,
.pagination-wrap { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; }
.pagination-wrap a,
.pagination-wrap span.page-numbers {
    border: 1px solid var(--line);
    border-radius: 0;
    padding: .55rem .85rem;
    background: #fff;
}

.cta-band {
    background-image:
        linear-gradient(180deg, rgba(24,32,40,.25), rgba(24,32,40,.48)),
        linear-gradient(135deg, #8398a3 0%, #536c78 100%);
    color: #fff;
    text-align: center;
}
.cta-inner { max-width: 900px; }
.cta-inner h2 { margin-bottom: 2rem; }

.page-hero.streamlined-page-hero {
    min-height: clamp(290px, 34vh, 420px);
    align-items: end;
    padding: 128px 0 54px;
    color: #fff;
    background-color: #b9c5cb;
    background-image:
        linear-gradient(180deg, rgba(24,32,40,.12), rgba(24,32,40,.46)),
        var(--page-hero-image, linear-gradient(130deg, #edf2f4 0%, #c6d1d7 50%, #7c9099 100%));
    background-size: cover;
    background-position: var(--page-hero-position, center center);
    background-attachment: fixed;
    border-bottom: 1px solid rgba(24, 32, 40, .08);
}
.page-hero.streamlined-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px) 0 0 / 120px 100%,
        linear-gradient(0deg, rgba(255,255,255,.12) 1px, transparent 1px) 0 0 / 100% 120px;
    opacity: .28;
}
.page-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(24,32,40,.34), rgba(24,32,40,.10) 52%, rgba(24,32,40,.28));
}
.streamlined-page-hero .container {
    position: relative;
    z-index: 2;
}
.streamlined-page-hero h1 {
    max-width: 850px;
    font-size: clamp(1.72rem, 2.75vw, 3.15rem);
    line-height: 1.14;
    letter-spacing: .105em;
    text-transform: uppercase;
    text-wrap: balance;
}
.streamlined-page-hero p:not(.eyebrow) {
    max-width: 690px;
    margin: 1rem 0 0;
    color: rgba(255,255,255,.84);
    font-size: clamp(.9rem, 1.05vw, 1.04rem);
    line-height: 1.65;
}
.streamlined-page-hero .eyebrow {
    margin-bottom: .85rem;
    color: rgba(255,255,255,.78);
}
.hero-size-compact { min-height: clamp(280px, 32vh, 380px); }
.hero-size-standard { min-height: clamp(340px, 42vh, 500px); }
.hero-size-tall { min-height: clamp(440px, 56vh, 650px); }
.about-grid,
.contact-grid {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}
.portrait-placeholder {
    min-height: 650px;
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px) 0 0 / 84px 84px,
        linear-gradient(135deg, #edf2f4 0%, #c8d5da 48%, #6f828d 100%);
    position: sticky;
    top: 110px;
}
.prose {
    max-width: 790px;
    font-size: 1.08rem;
}
.prose h2,
.prose h3 { margin: 2.1rem 0 1rem; }
.prose h2:first-child,
.prose h3:first-child { margin-top: 0; }
.prose p,
.prose li { color: var(--ink-soft); }
.prose a { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote {
    margin: 2rem 0;
    padding: 1rem 0 1rem 1.5rem;
    border-left: 1px solid var(--accent-deep);
    font-family: var(--font-serif);
    font-size: 1.35rem;
    color: var(--ink);
}
.credentials-section { background: var(--paper-soft); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}
.stat-grid div {
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 2rem;
}
.stat-grid strong {
    display: block;
    font-family: var(--font-serif);
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 400;
    line-height: 1;
    color: var(--accent-deep);
}
.stat-grid span { display: block; max-width: 270px; color: var(--ink-soft); }

.contact-card {
    background: var(--paper);
    color: var(--ink);
    position: sticky;
    top: 110px;
    border: 1px solid var(--line);
}
.contact-card a { color: var(--accent-deep); }
.contact-card p { color: var(--ink-soft); }
.contact-card hr { border: 0; border-top: 1px solid var(--line); margin: 1.5rem 0; }
.contact-form-wrap { border: 1px solid var(--line); }
.studio-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.studio-form label { display: grid; gap: .4rem; }
.studio-form label.full,
.studio-form button,
.notice,
.contact-copy { grid-column: 1 / -1; }
.studio-form span {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--ink-soft);
}
.studio-form input,
.studio-form select,
.studio-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 0;
    background: #fff;
    padding: 1rem;
    color: var(--ink);
}
.studio-form input:focus,
.studio-form select:focus,
.studio-form textarea:focus {
    outline: 2px solid rgba(111,130,141,.25);
    border-color: var(--accent-deep);
}
.hidden-field { display: none !important; }
.notice {
    border-radius: 0;
    padding: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.notice-success { background: rgba(111,130,141,.15); color: var(--accent-deep); }
.notice-error { background: rgba(146,76,76,.12); color: #744141; }

.single-featured,
.project-hero-image {
    margin-top: -4rem;
    position: relative;
    z-index: 2;
}
.single-featured img,
.project-hero-image img {
    width: min(calc(100% - 56px), var(--max));
    margin-inline: auto;
    border-radius: 0;
    box-shadow: var(--shadow-soft);
    max-height: 760px;
    object-fit: cover;
}
.project-hero-image img { width: 100%; border-radius: 0; max-height: 82vh; }

.site-footer {
    background: var(--paper);
    color: var(--ink);
    border-top: 1px solid var(--line);
    padding: 4rem 0 1.4rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 2rem;
}
.footer-grid h2 {
    font-family: var(--font-sans);
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.footer-note,
.footer-grid p,
.footer-grid li { color: var(--ink-soft); }
.footer-menu { display: grid; gap: .55rem; }
.footer-bottom {
    margin-top: 3rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: .9rem;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .hero-parallax { background-attachment: scroll; }
}

@media (max-width: 920px) {
    .header-inner {
        grid-template-columns: auto 1fr auto;
    }
    .brand-wrap { justify-self: center; }
    .nav-toggle { display: inline-flex; z-index: 110; }
    .header-action { display: none; }
    .primary-nav {
        position: fixed;
        inset: 0;
        background: rgba(255,255,255,.98);
        color: var(--ink);
        display: grid;
        place-items: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s ease;
    }
    body.nav-open .primary-nav { opacity: 1; pointer-events: auto; }
    .primary-nav .menu { display: grid; gap: 1.2rem; text-align: center; height: auto; }
    .primary-nav a { font-size: 1.05rem; color: var(--ink); }
    .hero-grid,
    .hero-split,
    .split-layout,
    .portfolio-card,
    .portfolio-card:nth-child(even),
    .about-grid,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .hero-panel { justify-self: center; }
    .portfolio-card:nth-child(even) .portfolio-image { order: 0; }
    .portrait-placeholder,
    .contact-card { position: relative; top: auto; }
    .portrait-placeholder { min-height: 440px; }
    .service-grid,
    .post-grid,
    .content-grid,
    .archive-grid,
    .stat-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .container { width: min(calc(100% - 28px), var(--max)); }
    .header-inner { min-height: 70px; height: 70px; gap: .75rem; }
    .brand-copy strong { font-size: .88rem; letter-spacing: .16em; }
    h1 { font-size: clamp(2rem, 9vw, 3.7rem); }
    .hero h1 { font-size: clamp(1.95rem, 9vw, 3.15rem); letter-spacing: .13em; }
    h2 { font-size: clamp(2rem, 9vw, 3.25rem); }
    .hero,
    .page-hero { padding-top: 110px; background-attachment: scroll; }
    .button-row { flex-direction: column; align-items: stretch; }
    .button { width: 100%; }
    .portfolio-image { min-height: 300px; }
    .portfolio-content,
    .service-card,
    .post-card-body,
    .contact-card,
    .contact-form-wrap { padding: 1.25rem; }
    .studio-form { grid-template-columns: 1fr; }
}


@media (max-width: 720px) {
    .page-hero.streamlined-page-hero {
        min-height: 300px;
        padding: 112px 0 44px;
        background-attachment: scroll;
    }
    .streamlined-page-hero h1 {
        font-size: clamp(1.5rem, 7.4vw, 2.35rem);
        letter-spacing: .075em;
    }
    .streamlined-page-hero p:not(.eyebrow) {
        font-size: .94rem;
    }
}

/* Portfolio builder + parallax project gallery */
.project-details-band {
    padding: clamp(1.35rem, 2.8vw, 2.4rem) 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}
.project-facts {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}
.project-fact {
    padding: clamp(1rem, 2vw, 1.55rem);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    min-height: 104px;
}
.project-fact dt {
    margin-bottom: .45rem;
    color: var(--accent);
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .22em;
    line-height: 1.3;
    text-transform: uppercase;
}
.project-fact dd {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-serif);
    font-size: clamp(1.1rem, 1.7vw, 1.55rem);
    line-height: 1.16;
}
.portfolio-gallery-section {
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(111,130,141,.055) 1px, transparent 1px) 0 0 / 9vw 100%,
        var(--paper-soft);
}
.portfolio-gallery-heading {
    display: grid;
    grid-template-columns: minmax(180px, .4fr) minmax(0, 1fr);
    gap: clamp(1.4rem, 5vw, 5rem);
    align-items: start;
    padding-bottom: clamp(1.4rem, 3vw, 2.2rem);
    border-bottom: 1px solid var(--line-strong);
}
.portfolio-gallery-heading h2 {
    margin: 0;
    max-width: 760px;
    font-family: var(--font-serif);
    font-weight: 300;
    font-size: clamp(2.1rem, 5vw, 5.5rem);
    line-height: .96;
    letter-spacing: .015em;
}
.portfolio-gallery-heading p:not(.eyebrow) {
    max-width: 680px;
    margin: 1rem 0 0;
    color: var(--ink-soft);
    font-size: clamp(.96rem, 1.3vw, 1.08rem);
}
.portfolio-parallax-gallery {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(1rem, 2.2vw, 2rem);
    align-items: start;
    padding-top: clamp(2rem, 5vw, 5rem);
}
.portfolio-gallery-item {
    margin: 0;
    grid-column: span 6;
}
.portfolio-gallery-item.gallery-item-1 { grid-column: 1 / span 7; }
.portfolio-gallery-item.gallery-item-2 { grid-column: 8 / span 5; margin-top: 9vw; }
.portfolio-gallery-item.gallery-item-3 { grid-column: 2 / span 4; margin-top: -2vw; }
.portfolio-gallery-item.gallery-item-4 { grid-column: 6 / span 7; margin-top: 4vw; }
.portfolio-gallery-item.gallery-item-5 { grid-column: 1 / span 5; margin-top: 7vw; }
.portfolio-gallery-item.gallery-item-6 { grid-column: 6 / span 6; margin-top: 1vw; }
.portfolio-gallery-media {
    overflow: hidden;
    background: var(--mist);
    box-shadow: var(--shadow-soft);
    will-change: transform;
}
.portfolio-gallery-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    filter: saturate(.92) contrast(1.02);
    transition: transform .7s ease, filter .7s ease;
}
.portfolio-gallery-item.gallery-item-1 .portfolio-gallery-media img,
.portfolio-gallery-item.gallery-item-4 .portfolio-gallery-media img { aspect-ratio: 16 / 10; }
.portfolio-gallery-item.gallery-item-2 .portfolio-gallery-media img,
.portfolio-gallery-item.gallery-item-5 .portfolio-gallery-media img { aspect-ratio: 4 / 5; }
.portfolio-gallery-media:hover img {
    transform: scale(1.025);
    filter: saturate(1) contrast(1.04);
}
.portfolio-gallery-item figcaption {
    margin-top: .75rem;
    color: var(--ink-soft);
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@media (max-width: 920px) {
    .project-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .portfolio-gallery-heading,
    .portfolio-parallax-gallery { grid-template-columns: 1fr; }
    .portfolio-gallery-item,
    .portfolio-gallery-item.gallery-item-1,
    .portfolio-gallery-item.gallery-item-2,
    .portfolio-gallery-item.gallery-item-3,
    .portfolio-gallery-item.gallery-item-4,
    .portfolio-gallery-item.gallery-item-5,
    .portfolio-gallery-item.gallery-item-6 {
        grid-column: auto;
        margin-top: 0;
    }
    .portfolio-gallery-media { transform: none !important; }
}

@media (max-width: 620px) {
    .project-facts { grid-template-columns: 1fr; }
    .portfolio-gallery-heading h2 { font-size: clamp(2rem, 13vw, 3.7rem); }
}

/* Visual Page Builder front-end sections */
.visual-page-builder {
    background: var(--white);
}

.vpb-section {
    position: relative;
    padding: clamp(4rem, 7vw, 7rem) 0;
    overflow: hidden;
}

.vpb-spacing-compact { padding: clamp(3rem, 5vw, 4.75rem) 0; }
.vpb-spacing-generous { padding: clamp(5rem, 9vw, 10rem) 0; }
.vpb-bg-soft { background: var(--mist); }
.vpb-bg-line {
    background:
        linear-gradient(120deg, rgba(111,130,141,.08), transparent 42%),
        repeating-linear-gradient(90deg, rgba(111,130,141,.12) 0 1px, transparent 1px 74px),
        var(--white);
}

.vpb-narrow,
.vpb-section-heading {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.vpb-narrow h2,
.vpb-section-heading h2,
.vpb-split-copy h2,
.vpb-image-banner-inner h2 {
    margin: 0;
    font-family: var(--font-serif);
    font-weight: 300;
    font-size: clamp(2.3rem, 5.2vw, 6rem);
    line-height: .96;
    letter-spacing: .01em;
    color: var(--ink);
}

.vpb-copy-body {
    margin-top: 1.2rem;
    color: var(--ink-soft);
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    line-height: 1.85;
}

.vpb-copy-body p { margin: 0 0 1rem; }
.vpb-copy-body p:last-child { margin-bottom: 0; }
.vpb-button { margin-top: 1.8rem; }

.vpb-split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 6rem);
    align-items: center;
}

.vpb-layout-image_left .vpb-split-copy { order: 2; }
.vpb-layout-image_left .vpb-split-image { order: 1; }

.vpb-split-copy {
    max-width: 620px;
}

.vpb-split-image {
    min-height: clamp(24rem, 52vw, 44rem);
    background: var(--vpb-image, linear-gradient(135deg, #dce4e8, #f7f9fa)) center / cover no-repeat;
    box-shadow: var(--shadow-soft);
}

.vpb-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: clamp(2.5rem, 5vw, 5rem);
    background: rgba(111,130,141,.25);
    border: 1px solid rgba(111,130,141,.25);
}

.vpb-service-card {
    min-height: 270px;
    padding: clamp(1.7rem, 3vw, 3rem);
    background: var(--white);
}

.vpb-service-card span {
    display: block;
    margin-bottom: 1.5rem;
    color: var(--bluegray);
    font-size: .73rem;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.vpb-service-card h3 {
    margin: 0 0 1rem;
    font-family: var(--font-serif);
    font-weight: 300;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1;
}

.vpb-service-card p {
    color: var(--ink-soft);
    line-height: 1.75;
}

.vpb-image_banner {
    min-height: clamp(32rem, 62vw, 52rem);
    display: grid;
    align-items: center;
    background: var(--vpb-image, linear-gradient(135deg, #dce4e8, #f7f9fa)) center / cover fixed no-repeat;
}

.vpb-image_banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(14,24,30,.45), rgba(255,255,255,.12));
}

.vpb-image-banner-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding: clamp(2rem, 4vw, 4rem);
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow-soft);
}

.vpb-portfolio-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.8rem);
    margin-top: clamp(2rem, 5vw, 4rem);
}

.vpb-portfolio-mini-card {
    display: grid;
    color: inherit;
    text-decoration: none;
    background: var(--white);
    border: 1px solid rgba(111,130,141,.18);
    box-shadow: 0 1rem 2rem rgba(16,29,36,.04);
}

.vpb-portfolio-mini-card img,
.vpb-mini-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: linear-gradient(135deg, #dce4e8, #f7f9fa);
}

.vpb-portfolio-mini-card span {
    margin: 1.2rem 1.2rem .5rem;
    color: var(--bluegray);
    font-size: .7rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vpb-portfolio-mini-card strong {
    margin: 0 1.2rem 1.3rem;
    font-family: var(--font-serif);
    font-weight: 300;
    font-size: clamp(1.5rem, 2.5vw, 2.4rem);
    line-height: 1;
}

.vpb-no-projects {
    grid-column: 1 / -1;
    margin: 0;
    padding: 2rem;
    background: var(--white);
    border: 1px dashed rgba(111,130,141,.4);
    color: var(--ink-soft);
    text-align: center;
}

.vpb-cta .vpb-narrow {
    padding: clamp(2rem, 4vw, 3.5rem);
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(111,130,141,.18);
}

@media (max-width: 920px) {
    .vpb-split-grid,
    .vpb-card-grid,
    .vpb-portfolio-mini-grid { grid-template-columns: 1fr; }
    .vpb-layout-image_left .vpb-split-copy,
    .vpb-layout-image_left .vpb-split-image { order: initial; }
    .vpb-image_banner { background-attachment: scroll; }
}
