/*
Theme Name: Alpha Six
Theme URI: https://alphasixdigital.kinsta.cloud
Author: Alpha Six
Version: 1.0
Text Domain: alpha-six
*/

:root {
    --alpha-bg: #f4f0e8;
    --alpha-paper: #fbf7f1;
    --alpha-ink: #111111;
    --alpha-muted: #65615c;
    --alpha-line: rgba(17, 17, 17, 0.08);
    --alpha-accent: #c96d43;
    --alpha-accent-soft: #d7c1a1;
    --alpha-dark: #0f1212;
    --alpha-heading: 'Oxygen', 'Helvetica Neue', Arial, sans-serif;
    --alpha-body: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --alpha-mono: 'IBM Plex Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--alpha-ink);
    background: var(--alpha-paper);
    font-family: var(--alpha-body);
    font-size: 16px;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    scroll-margin-top: 90px;
}

#about,
#services,
#testimonials,
#contact {
    scroll-margin-top: 110px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    font-family: var(--alpha-mono);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--alpha-muted);
}

.section-eyebrow::after {
    content: '';
    width: 54px;
    height: 1px;
    background: linear-gradient(90deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.9));
}

.hero-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: var(--alpha-dark);
}

.hero-video-media {
    position: absolute;
    inset: 0;
}

.hero-video-media--static {
    background:
        radial-gradient(circle at 18% 28%, rgba(201, 109, 67, 0.42), transparent 24%),
        radial-gradient(circle at 82% 14%, rgba(215, 193, 161, 0.24), transparent 20%),
        linear-gradient(180deg, rgba(15, 18, 18, 0.3), rgba(15, 18, 18, 0.72)),
        linear-gradient(135deg, #111517 0%, #161d20 36%, #22211d 100%);
    background-position: center;
    background-size: cover;
}

.hero-gradient,
.hero-grid,
.hero-orb {
    position: absolute;
}

.hero-gradient {
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.45));
}

.hero-grid {
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 88%);
}

.hero-orb {
    border-radius: 50%;
    filter: blur(8px);
    opacity: 0.55;
}

.hero-orb-one {
    width: 32vw;
    height: 32vw;
    min-width: 220px;
    min-height: 220px;
    top: 48%;
    right: -10vw;
    background: radial-gradient(circle, rgba(201, 109, 67, 0.45), transparent 65%);
}

.hero-orb-two {
    width: 24vw;
    height: 24vw;
    min-width: 180px;
    min-height: 180px;
    left: -7vw;
    bottom: -2vw;
    background: radial-gradient(circle, rgba(215, 193, 161, 0.26), transparent 65%);
}

.hero-trigger-marker {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    pointer-events: none;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
    gap: 24px;
    align-items: end;
    padding: 130px 28px 48px;
}

.hero-content {
    max-width: 720px;
    align-self: center;
    color: #fff;
}

.hero-kicker,
.hero-description {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.82);
}

.hero-kicker {
    margin: 0 0 18px;
    font-family: var(--alpha-mono);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 11px;
}

.hero-title {
    margin: 0 0 22px;
    font-family: var(--alpha-heading);
    font-size: clamp(3rem, 6.4vw, 5.9rem);
    line-height: 0.94;
    font-weight: 700;
    max-width: 860px;
}

.hero-description {
    margin: 0 0 32px;
    font-size: 14px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-primary,
.hero-secondary,
.header-cta,
.menu-overlay-cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    text-decoration: none;
    font-family: var(--alpha-body);
    font-size: 16px;
    letter-spacing: 0.08em;
    transition: transform 0.35s ease, opacity 0.35s ease, color 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.hero-primary {
    background: #fff;
    color: #111;
}

.hero-secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

.header-cta {
    color: var(--alpha-ink);
    border: 1px solid rgba(17, 17, 17, 0.28);
    background: rgba(251, 247, 241, 0.18);
}

.hero-primary::after,
.hero-secondary::after,
.header-cta::after,
.menu-overlay-cta::after {
    content: '';
    position: absolute;
    top: -20%;
    left: -65%;
    width: 42%;
    height: 140%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transform: skewX(-20deg);
    opacity: 0;
    transition: left 0.55s ease, opacity 0.3s ease;
}

.hero-primary:hover,
.hero-secondary:hover,
.header-cta:hover,
.menu-overlay-cta:hover,
.hero-primary:focus-visible,
.hero-secondary:focus-visible,
.header-cta:focus-visible,
.menu-overlay-cta:focus-visible {
    transform: translateY(-1px);
}

.hero-primary:hover::after,
.hero-secondary:hover::after,
.header-cta:hover::after,
.menu-overlay-cta:hover::after,
.hero-primary:focus-visible::after,
.hero-secondary:focus-visible::after,
.header-cta:focus-visible::after,
.menu-overlay-cta:focus-visible::after {
    left: 125%;
    opacity: 1;
}

.hero-mark {
    align-self: center;
    justify-self: end;
}

.hero-logo-card,
.content-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.hero-logo-card::after,
.content-panel::after,
.service-card::before,
.testimonial-card::before,
.contact-card::before,
.news-card::before,
.archive-card::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.18)) top 12px left 12px / 18px 1px no-repeat,
        linear-gradient(180deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.18)) top 12px left 12px / 1px 18px no-repeat,
        linear-gradient(90deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.18)) top 12px right 12px / 18px 1px no-repeat,
        linear-gradient(180deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.18)) top 12px right 12px / 1px 18px no-repeat,
        linear-gradient(90deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.18)) bottom 12px left 12px / 18px 1px no-repeat,
        linear-gradient(180deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.18)) bottom 12px left 12px / 1px 18px no-repeat,
        linear-gradient(90deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.18)) bottom 12px right 12px / 18px 1px no-repeat,
        linear-gradient(180deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.18)) bottom 12px right 12px / 1px 18px no-repeat;
}

.hero-logo-card {
    min-height: 360px;
    display: grid;
    place-items: center;
    padding: 28px;
}

@media (min-width: 1025px) {
    .hero-mark {
        position: relative;
        right: 126px;
    }
}

.hero-logo-card::before,
.content-panel::before {
    content: '';
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    pointer-events: none;
}

.hero-logo-card img {
    max-width: 100%;
    filter: brightness(0) invert(1);
}

.hero-logo-card--copy {
    gap: 24px;
    align-content: end;
    justify-items: start;
}

.hero-logo-card--copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.hero-logo-card--copy p::before {
    content: 'Status';
    display: block;
    margin-bottom: 12px;
    font-family: var(--alpha-mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

.hero-logo-card--text span {
    font-family: var(--alpha-heading);
    font-size: clamp(1.8rem, 5vw, 3.2rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #fff;
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 20;
    background: transparent;
    border-bottom: 1px solid transparent;
    backdrop-filter: none;
    box-shadow: none;
    transition: color 0.35s ease, border-color 0.35s ease;
}

.site-header-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 68px;
    padding: 12px 24px;
}

.site-header-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
}

.site-brand img,
.site-brand .custom-logo,
.site-brand-link img {
    max-height: 68px;
    width: auto;
}

.site-brand {
    position: relative;
    z-index: 24;
    transform-origin: left bottom;
    transition: opacity 0.45s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), color 0.45s ease, filter 0.45s ease;
}

.site-brand-link {
    display: inline-flex;
    align-items: center;
}

.site-brand img,
.site-brand .custom-logo,
.site-brand-link img {
    transition: filter 0.45s ease, opacity 0.45s ease, max-height 0.45s ease;
}

.site-header.is-over-hero .site-brand img,
.site-header.is-over-hero .site-brand .custom-logo,
.site-header.is-over-hero .site-brand-link img {
    filter: brightness(0) invert(1);
}

.site-header.is-over-hero .site-brand .site-title {
    color: #fff;
}

body.side-rail-brand-visible .site-brand {
    position: fixed;
    top: 10%;
    left: 12px;
    transform: translate3d(0, 0, 0) rotate(90deg);
}

body.side-rail-brand-visible .site-brand img,
body.side-rail-brand-visible .site-brand .custom-logo,
body.side-rail-brand-visible .site-brand-link img {
    max-height: 42px;
}

body.side-rail-brand-visible .site-brand .site-title {
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    color: var(--alpha-ink);
}

.site-title {
    font-family: var(--alpha-heading);
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-nav {
    margin-left: auto;
    transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.primary-menu,
.overlay-menu,
.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu {
    display: flex;
    gap: 20px;
}

.primary-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-family: var(--alpha-body);
    font-size: 16px;
    letter-spacing: 0.08em;
    min-height: 44px;
    line-height: 1;
    padding: 0 2px;
    transition: color 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.primary-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
}

.primary-menu a:hover::after,
.primary-menu a:focus-visible::after {
    transform: scaleX(1);
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-header.is-over-hero {
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

.site-header.is-over-hero .primary-menu a,
.site-header.is-over-hero .menu-toggle,
.site-header.is-over-hero .site-title {
    color: #fff;
}

.site-header.is-over-hero .header-cta {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
}

.site-header.is-over-hero .menu-toggle span {
    background: #fff;
}

.site-header.is-over-hero .custom-logo-link,
.site-header.is-over-hero .custom-logo {
    filter: brightness(0) invert(1);
}

.site-header.nav-collapsed .site-nav,
.site-header.nav-collapsed .header-cta {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(64px, 0, 0);
}

.header-cta {
    line-height: 1;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease, color 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.menu-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: 0;
    padding: 0;
    color: #000;
    flex: 0 0 44px;
    z-index: 26;
}

.menu-toggle span {
    position: absolute;
    left: 8px;
    width: 28px;
    height: 2px;
    background: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle span:nth-child(1) { top: 12px; }
.menu-toggle span:nth-child(2) { top: 21px; }
.menu-toggle span:nth-child(3) { bottom: 12px; }

body.menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg) translateY(9px);
}

body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px);
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 18% 28%, rgba(201, 109, 67, 0.42), transparent 24%),
        radial-gradient(circle at 82% 14%, rgba(215, 193, 161, 0.24), transparent 20%),
        linear-gradient(180deg, rgba(15, 18, 18, 0.3), rgba(15, 18, 18, 0.72)),
        linear-gradient(135deg, #111517 0%, #161d20 36%, #22211d 100%);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.menu-overlay::before,
.menu-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.menu-overlay::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.45));
}

.menu-overlay::after {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 88%);
}

.menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.menu-overlay-inner {
    position: relative;
    z-index: 1;
    width: min(100%, 720px);
    padding: 72px 24px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.overlay-menu li {
    margin: 24px 0;
    text-align: center;
}

.overlay-menu a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: var(--alpha-body);
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: 0.08em;
}

.overlay-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
}

.overlay-menu a:hover::after,
.overlay-menu a:focus-visible::after {
    transform: scaleX(1);
}

.menu-overlay-cta {
    width: auto;
    min-height: 0;
    padding: 10px 16px;
    margin-top: 8px;
    color: #fff;
    text-decoration: none;
    font-family: var(--alpha-heading);
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

.menu-overlay-close {
    position: absolute;
    top: 24px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: 0;
    padding: 0;
}

.menu-overlay-close span {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 28px;
    height: 2px;
    background: #fff;
}

.menu-overlay-close span:first-child {
    transform: rotate(45deg);
}

.menu-overlay-close span:last-child {
    transform: rotate(-45deg);
}

body.menu-open {
    overflow: hidden;
}

.social-stack {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-stack a {
    position: relative;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--alpha-ink);
    transition: transform 0.2s ease, opacity 0.2s ease, color 0.25s ease;
}

.social-stack a::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.34)) top 8px left 8px / 12px 1px no-repeat,
        linear-gradient(180deg, rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.34)) top 8px left 8px / 1px 12px no-repeat,
        linear-gradient(90deg, rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.34)) top 8px right 8px / 12px 1px no-repeat,
        linear-gradient(180deg, rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.34)) top 8px right 8px / 1px 12px no-repeat,
        linear-gradient(90deg, rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.34)) bottom 8px left 8px / 12px 1px no-repeat,
        linear-gradient(180deg, rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.34)) bottom 8px left 8px / 1px 12px no-repeat,
        linear-gradient(90deg, rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.34)) bottom 8px right 8px / 12px 1px no-repeat,
        linear-gradient(180deg, rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.34)) bottom 8px right 8px / 1px 12px no-repeat;
    transition: background 0.25s ease;
}

.social-stack a:hover {
    transform: scale(1.05);
    opacity: 0.85;
}

.social-stack svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke 0.25s ease;
}

.social-stack.is-over-hero a {
    background: transparent;
    box-shadow: none;
    color: #fff;
}

.social-stack.is-over-hero a::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)) top 8px left 8px / 12px 1px no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)) top 8px left 8px / 1px 12px no-repeat,
        linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)) top 8px right 8px / 12px 1px no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)) top 8px right 8px / 1px 12px no-repeat,
        linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)) bottom 8px left 8px / 12px 1px no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)) bottom 8px left 8px / 1px 12px no-repeat,
        linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)) bottom 8px right 8px / 12px 1px no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)) bottom 8px right 8px / 1px 12px no-repeat;
}

.section-about,
.section-services,
.section-studio,
.section-news,
.section-contact,
.archive-shell {
    position: relative;
    padding: 120px 24px;
}

.section-about::before,
.section-services::before,
.section-studio::before,
.section-news::before,
.section-contact::before,
.archive-shell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: rgba(17, 17, 17, 0.16);
}

.section-about {
    background: var(--alpha-paper);
}

.section-services,
.section-news {
    background: var(--alpha-bg);
}

.section-studio {
    background: #fff;
}

.about-inner,
.sustainability-inner,
.studio-inner,
.news-inner,
.contact-inner,
.archive-shell,
.page-shell {
    max-width: 1200px;
    margin: 0 auto;
}

.about-inner,
.sustainability-inner,
.studio-inner,
.contact-inner {
    position: relative;
}

.about-grid,
.sustainability-grid,
.studio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-title,
.sustainability-title,
.studio-title,
.news-title,
.contact-title,
.archive-title {
    margin: 0 0 32px;
    font-family: var(--alpha-heading);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.06;
}

.about-text p,
.sustainability-text p,
.studio-text p,
.archive-description,
.page-content,
.page-content p {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.7;
}

.about-manifesto,
.studio-cta {
    margin-top: 32px;
    font-family: var(--alpha-heading);
    font-size: 20px;
    line-height: 1.35;
}

.about-manifesto::before,
.studio-cta::before,
.contact-description::before {
    content: 'Note';
    display: inline-block;
    margin-right: 10px;
    font-family: var(--alpha-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.48);
    vertical-align: middle;
}

.content-panel {
    min-height: 420px;
    padding: 28px;
    border-color: rgba(17, 17, 17, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(240, 232, 220, 0.9)),
        radial-gradient(circle at top right, rgba(201, 109, 67, 0.16), transparent 40%);
}

.content-panel::before {
    border-color: rgba(17, 17, 17, 0.12);
}

.content-panel--logo {
    display: grid;
    place-items: center;
    background:
        linear-gradient(160deg, rgba(17, 17, 17, 0.04), rgba(255, 255, 255, 0.9)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 232, 220, 0.92));
}

.content-panel--logo img {
    max-width: min(100%, 420px);
}

.content-panel--image {
    display: flex;
    align-items: end;
    background:
        radial-gradient(circle at 22% 18%, rgba(201, 109, 67, 0.34), transparent 24%),
        radial-gradient(circle at 78% 70%, rgba(215, 193, 161, 0.24), transparent 26%),
        linear-gradient(145deg, #171919, #2a2723);
    color: #fff;
}

.content-panel--image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(240, 232, 220, 0.95));
}

.content-panel-image {
    min-height: 130px;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.content-panel-image--wide {
    grid-column: 1 / -1;
}

.content-panel-image--tone-one {
    background:
        radial-gradient(circle at 30% 35%, rgba(201, 109, 67, 0.46), transparent 28%),
        linear-gradient(145deg, #f2ece1, #ded2bf);
}

.content-panel-image--tone-two {
    background:
        radial-gradient(circle at 72% 32%, rgba(15, 18, 18, 0.22), transparent 30%),
        linear-gradient(145deg, #efe5d6, #cdbfa8);
}

.content-panel-image--tone-three {
    background:
        radial-gradient(circle at 18% 50%, rgba(201, 109, 67, 0.3), transparent 24%),
        radial-gradient(circle at 80% 40%, rgba(17, 17, 17, 0.18), transparent 25%),
        linear-gradient(145deg, #f8f4ed, #ddd0bc);
}

.content-panel--outline {
    display: flex;
    align-items: end;
    justify-content: start;
}

.content-panel--dark {
    background:
        radial-gradient(circle at top left, rgba(201, 109, 67, 0.34), transparent 35%),
        linear-gradient(135deg, #171919 0%, #0f1212 100%);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12);
}

.content-panel--dark::before {
    border-color: rgba(255, 255, 255, 0.16);
}

.panel-copy {
    max-width: 420px;
}

.panel-copy--light {
    color: #fff;
}

.panel-copy--overlay {
    grid-column: 1 / -1;
    align-self: end;
    background: rgba(255, 255, 255, 0.78);
    padding: 20px;
    backdrop-filter: blur(8px);
}

.panel-label {
    display: inline-block;
    margin-bottom: 18px;
    font-family: var(--alpha-mono);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--alpha-muted);
}

.content-panel--dark .panel-label {
    color: rgba(255, 255, 255, 0.7);
}

.panel-copy strong {
    display: block;
    font-family: var(--alpha-heading);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
}

.panel-monogram {
    font-family: var(--alpha-heading);
    font-size: clamp(4rem, 10vw, 7rem);
    letter-spacing: 0.18em;
}

.signal-stack {
    display: grid;
    gap: 14px;
    align-self: end;
}

.signal-stack span {
    display: inline-flex;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.06);
    font-family: var(--alpha-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sustainability-list {
    margin: 0 0 32px 20px;
    padding: 0;
}

.sustainability-list li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.services-grid {
    max-width: 1200px;
    margin: 48px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    counter-reset: service-ref;
}

.service-card,
.testimonial-card,
.contact-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    padding: 24px;
}

.news-card,
.archive-card {
    position: relative;
}

.service-card,
.testimonial-card,
.news-card,
.archive-card,
.contact-card {
    overflow: hidden;
}

.service-card {
    counter-increment: service-ref;
}

.service-card::after,
.testimonial-card::after,
.news-card::after,
.archive-card::after,
.contact-card::after {
    animation: alphaSweep 7.5s linear infinite;
}

.service-card::before,
.testimonial-card::before,
.contact-card::before,
.news-card::before,
.archive-card::before {
    z-index: 0;
}

.service-card > *,
.testimonial-card > *,
.contact-card > *,
.news-card > *,
.archive-card > * {
    position: relative;
    z-index: 1;
}

.service-card h3,
.testimonial-client {
    margin: 0 0 14px;
    font-family: var(--alpha-heading);
}

.service-card h3::before {
    content: 'Service';
    display: block;
    margin-bottom: 14px;
    font-family: var(--alpha-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.48);
}

.service-card h3 {
    font-size: 22px;
}

.service-card p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.7;
}

.service-card ul {
    margin: 0;
    padding-left: 20px;
}

.service-card li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.testimonial-grid {
    max-width: 1200px;
    margin: 48px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    counter-reset: testimony-ref;
}

.testimonial-avatar {
    width: 72px;
    height: 72px;
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: var(--alpha-bg);
}

.testimonial-card {
    counter-increment: testimony-ref;
}

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

.testimonial-quote {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.7;
}

.testimonial-client {
    font-size: 18px;
    font-weight: 700;
}

.testimonial-client::before {
    content: 'Client';
    display: block;
    margin-bottom: 12px;
    font-family: var(--alpha-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.48);
}

.testimonial-role {
    margin: 0;
    color: var(--alpha-muted);
    font-family: var(--alpha-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.studio-link a {
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.news-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 40px) / 3);
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    counter-reset: dossier-ref;
}

.news-carousel::-webkit-scrollbar {
    display: none;
}

.news-card,
.archive-card {
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    scroll-snap-align: start;
}

.news-card a,
.archive-card a {
    color: inherit;
    text-decoration: none;
    display: block;
    height: 100%;
}

.news-card:hover,
.archive-card:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

.news-image--abstract {
    aspect-ratio: 4 / 3;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top left, rgba(201, 109, 67, 0.38), transparent 34%),
        linear-gradient(145deg, #1c2326, #2b2621);
    color: #fff;
    font-family: var(--alpha-heading);
    font-size: clamp(3rem, 8vw, 4.5rem);
}

.news-content,
.archive-card {
    padding: 20px;
}

.news-card,
.archive-card {
    counter-increment: dossier-ref;
}

.news-content h3,
.archive-card h2 {
    margin: 0 0 12px;
    font-family: var(--alpha-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.news-content h3::before,
.archive-card h2::before {
    content: 'Journal';
    display: block;
    margin-bottom: 10px;
    font-family: var(--alpha-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.48);
}

.news-kicker {
    margin: 0 0 10px;
    font-family: var(--alpha-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--alpha-muted);
}

.news-content p,
.archive-card p {
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
    color: #555;
}

.archive-shell {
    padding-top: 160px;
}

.section-contact {
    background: #fff;
}

.contact-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 32px;
    align-items: start;
}

.contact-description {
    max-width: 520px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.contact-card {
    background: var(--alpha-dark);
    color: #fff;
}

.contact-card::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)) top 12px left 12px / 18px 1px no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)) top 12px left 12px / 1px 18px no-repeat,
        linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)) top 12px right 12px / 18px 1px no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)) top 12px right 12px / 1px 18px no-repeat,
        linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)) bottom 12px left 12px / 18px 1px no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)) bottom 12px left 12px / 1px 18px no-repeat,
        linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)) bottom 12px right 12px / 18px 1px no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)) bottom 12px right 12px / 1px 18px no-repeat;
}

.contact-message,
.contact-note {
    margin: 0;
    color: #fff;
}

.contact-message::before {
    content: 'Status';
    display: block;
    margin-bottom: 14px;
    font-family: var(--alpha-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.contact-message {
    font-family: var(--alpha-heading);
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 18px;
}

.contact-note {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.home-contact-form {
    margin-top: 28px;
    position: relative;
}

.home-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.home-contact-field {
    margin-bottom: 16px;
}

.home-contact-form-shell {
    display: grid;
    gap: 0;
    transform-origin: top center;
    transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.home-contact-field label {
    display: block;
    margin-bottom: 8px;
    font-family: var(--alpha-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.home-contact-field input,
.home-contact-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 14px 16px;
    font: inherit;
    box-sizing: border-box;
}

.home-contact-field input::placeholder,
.home-contact-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.home-contact-field input:focus,
.home-contact-field textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
}

.home-contact-field textarea {
    min-height: 150px;
    resize: vertical;
}

.home-contact-submit {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: var(--alpha-body);
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
    cursor: none;
    transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.home-contact-submit::after {
    content: '';
    position: absolute;
    top: -20%;
    left: -65%;
    width: 42%;
    height: 140%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transform: skewX(-20deg);
    opacity: 0;
    transition: left 0.55s ease, opacity 0.3s ease;
}

.home-contact-submit:hover,
.home-contact-submit:focus-visible {
    transform: translateY(-1px);
}

.home-contact-submit:hover::after,
.home-contact-submit:focus-visible::after {
    left: 125%;
    opacity: 1;
}

.home-contact-submit:disabled {
    opacity: 0.7;
}

.home-contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.section-contact .brief-notice {
    margin: 0 0 18px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
}

.section-contact .brief-notice--success {
    background: rgba(117, 157, 123, 0.16);
    border-color: rgba(117, 157, 123, 0.34);
}

.section-contact .brief-notice--error {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

.home-contact-feedback {
    display: none;
    margin-top: 18px;
}

.home-contact-feedback.brief-notice {
    display: block;
}

.home-contact-success {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 14px;
    padding: 12px 0 0;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 18px, 0) scale(0.98);
    transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-contact-success::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    pointer-events: none;
}

.home-contact-success > * {
    position: relative;
    z-index: 1;
}

.home-contact-success-kicker {
    margin: 0;
    font-family: var(--alpha-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.home-contact-success-title {
    max-width: 34ch;
    margin: 0;
    font-family: var(--alpha-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.25;
    color: #fff;
}

.home-contact-form.is-success {
    min-height: 340px;
}

.home-contact-form.is-success .home-contact-form-shell,
.home-contact-form.is-success .home-contact-feedback {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-24px, 0, 0) scale(0.98);
    filter: blur(6px);
}

.home-contact-form.is-success .home-contact-success {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.about-title,
.sustainability-title,
.studio-title,
.news-title,
.contact-title,
.archive-title,
.service-card h3,
.news-content h3,
.archive-card h2,
.contact-message {
    position: relative;
}

.about-title::after,
.sustainability-title::after,
.studio-title::after,
.news-title::after,
.contact-title::after,
.archive-title::after {
    content: '';
    display: block;
    width: 92px;
    height: 1px;
    margin-top: 18px;
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0));
}

@keyframes alphaSweep {
    0%,
    76%,
    100% {
        opacity: 0;
        transform: translate3d(-120%, 0, 0);
    }

    84% {
        opacity: 0.2;
    }

    92% {
        opacity: 0;
        transform: translate3d(120%, 0, 0);
    }
}

.archive-hero {
    max-width: 720px;
    margin: 0 auto 48px;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    counter-reset: dossier-ref;
}

.page-content > *:last-child {
    margin-bottom: 0;
}

.project-brief-shell {
    max-width: 860px;
}

.project-brief-form {
    margin-top: 32px;
}

.project-brief-form h3 {
    margin: 40px 0 18px;
    font-family: var(--alpha-heading);
    font-size: 24px;
}

.project-brief-form label {
    display: block;
    margin: 22px 0 8px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-brief-form p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--alpha-muted);
}

.project-brief-form textarea,
.project-brief-form input[type='text'],
.project-brief-form input[type='email'],
.project-brief-form input[type='tel'] {
    width: 100%;
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: #fff;
    padding: 14px 16px;
    font: inherit;
    color: var(--alpha-ink);
    box-sizing: border-box;
}

.project-brief-form textarea {
    min-height: 140px;
    resize: vertical;
}

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

.brief-radio-group {
    display: grid;
    gap: 10px;
    margin: 12px 0 24px;
}

.brief-radio-group label,
.brief-checkbox {
    display: flex;
    align-items: start;
    gap: 10px;
    letter-spacing: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 1.6;
}

.brief-radio-group input,
.brief-checkbox input {
    margin-top: 4px;
}

.brief-notice {
    margin: 0 0 24px;
    padding: 14px 16px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    font-size: 14px;
    line-height: 1.6;
}

.brief-notice--success {
    background: rgba(117, 157, 123, 0.12);
    border-color: rgba(117, 157, 123, 0.28);
}

.brief-notice--error {
    background: rgba(201, 109, 67, 0.1);
    border-color: rgba(201, 109, 67, 0.28);
}

.site-footer {
    background: #111;
    color: #fff;
    padding: 60px 50px 20px;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.footer-address {
    text-align: left;
}

.footer-signup {
    text-align: center;
}

.footer-nav {
    text-align: right;
}

.footer-address p,
.footer-note,
.footer-menu a,
.footer-bottom {
    font-size: 11px;
    line-height: 1.6;
}

.footer-title {
    margin: 0 0 12px;
    font-size: 11px;
    font-family: var(--alpha-mono);
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu a {
    font-family: var(--alpha-body);
    letter-spacing: 0.08em;
    text-decoration: none;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
}

.reveal-item {
    opacity: 0;
    transform: translate3d(0, 36px, 0);
    transition: opacity 0.8s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal-item.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.glitch-load-target {
    position: relative;
    isolation: isolate;
}

body.has-glitch-load .glitch-load-target {
    animation: alphaGlitchLoad 420ms steps(2, end) both;
    animation-delay: var(--glitch-delay, 120ms);
}

body.has-glitch-load .glitch-load-target::after {
    content: '';
    position: absolute;
    inset: -2px;
    pointer-events: none;
    opacity: 0;
    mix-blend-mode: screen;
    background:
        linear-gradient(90deg, rgba(201, 109, 67, 0.42), transparent 26%, rgba(255, 255, 255, 0.28) 58%, transparent 76%),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 3px);
    animation: alphaGlitchOverlay 420ms steps(2, end) both;
    animation-delay: var(--glitch-delay, 120ms);
}

@keyframes alphaGlitchLoad {
    0% {
        opacity: 0;
        filter: contrast(1.35);
        clip-path: inset(0 0 78% 0);
        transform: translate3d(calc(var(--glitch-shift, 10px) * -1), 0, 0);
        text-shadow: 3px 0 rgba(201, 109, 67, 0.52), -3px 0 rgba(255, 255, 255, 0.34);
    }
    7% {
        opacity: 0.92;
        clip-path: inset(0 0 78% 0);
        transform: translate3d(var(--glitch-shift, 10px), 0, 0);
    }
    12% {
        opacity: 0.2;
        clip-path: inset(58% 0 10% 0);
        transform: translate3d(calc(var(--glitch-shift, 10px) * -0.7), 0, 0);
    }
    18% {
        opacity: 0.86;
        filter: contrast(1.2);
        clip-path: inset(12% 0 60% 0);
        transform: translate3d(calc(var(--glitch-shift, 10px) * -1), 0, 0);
        text-shadow: -2px 0 rgba(201, 109, 67, 0.38), 2px 0 rgba(255, 255, 255, 0.22);
    }
    24% {
        opacity: 0.12;
        clip-path: inset(40% 0 24% 0);
        transform: translate3d(var(--glitch-shift, 10px), 0, 0);
    }
    30% {
        opacity: 0.94;
        filter: contrast(1.08);
        clip-path: inset(22% 0 38% 0);
        transform: translate3d(calc(var(--glitch-shift, 10px) * -0.5), 0, 0);
    }
    36% {
        opacity: 0.26;
        clip-path: inset(68% 0 6% 0);
        transform: translate3d(calc(var(--glitch-shift, 10px) * 0.35), 0, 0);
        text-shadow: none;
    }
    44% {
        opacity: 1;
        filter: none;
        clip-path: inset(0 0 0 0);
        transform: none;
        text-shadow: none;
    }
    100% {
        opacity: 1;
        filter: none;
        clip-path: inset(0 0 0 0);
        transform: none;
        text-shadow: none;
    }
}

@keyframes alphaGlitchOverlay {
    0% {
        opacity: 0;
        clip-path: inset(0 0 78% 0);
        transform: translate3d(var(--glitch-shift, 10px), 0, 0);
    }
    8% {
        opacity: 0.52;
        clip-path: inset(58% 0 10% 0);
        transform: translate3d(calc(var(--glitch-shift, 10px) * -1), 0, 0);
    }
    18% {
        opacity: 0.2;
        clip-path: inset(12% 0 60% 0);
        transform: translate3d(calc(var(--glitch-shift, 10px) * 0.8), 0, 0);
    }
    28% {
        opacity: 0.34;
        clip-path: inset(40% 0 24% 0);
        transform: translate3d(calc(var(--glitch-shift, 10px) * -0.6), 0, 0);
    }
    36% {
        opacity: 0.14;
        clip-path: inset(68% 0 6% 0);
        transform: translate3d(calc(var(--glitch-shift, 10px) * 0.3), 0, 0);
    }
    100% {
        opacity: 0;
        clip-path: inset(0 0 0 0);
        transform: none;
    }
}

@keyframes alphaHeaderGlitchLoad {
    0% {
        opacity: 0;
        filter: contrast(1.4);
        clip-path: inset(0 0 74% 0);
        transform: translate3d(-18px, 0, 0);
    }
    8% {
        opacity: 0.95;
        clip-path: inset(56% 0 10% 0);
        transform: translate3d(14px, 0, 0);
    }
    16% {
        opacity: 0.24;
        clip-path: inset(14% 0 58% 0);
        transform: translate3d(-12px, 0, 0);
    }
    28% {
        opacity: 0.9;
        clip-path: inset(44% 0 20% 0);
        transform: translate3d(9px, 0, 0);
    }
    40% {
        opacity: 0.18;
        clip-path: inset(66% 0 6% 0);
        transform: translate3d(-6px, 0, 0);
    }
    52% {
        opacity: 1;
        filter: none;
        clip-path: inset(0 0 0 0);
        transform: none;
    }
    100% {
        opacity: 1;
        filter: none;
        clip-path: inset(0 0 0 0);
        transform: none;
    }
}

@keyframes alphaHeaderGlitchOverlay {
    0% {
        opacity: 0;
        clip-path: inset(0 0 74% 0);
        transform: translate3d(14px, 0, 0);
    }
    10% {
        opacity: 0.48;
        clip-path: inset(56% 0 10% 0);
        transform: translate3d(-12px, 0, 0);
    }
    24% {
        opacity: 0.2;
        clip-path: inset(14% 0 58% 0);
        transform: translate3d(8px, 0, 0);
    }
    38% {
        opacity: 0.34;
        clip-path: inset(44% 0 20% 0);
        transform: translate3d(-6px, 0, 0);
    }
    52% {
        opacity: 0;
        clip-path: inset(0 0 0 0);
        transform: none;
    }
    100% {
        opacity: 0;
        clip-path: inset(0 0 0 0);
        transform: none;
    }
}

.retro-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    margin-left: -3px;
    margin-top: -2px;
    pointer-events: none;
    z-index: 130;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2728%27%20height%3D%2728%27%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27%23ffffff%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M7%207h2v2H7V7zm0-7h2v5H7V0zm0%2011h2v5H7v-5zm4-4h5v2h-5V7zM0%207h5v2H0V7z%27%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 28px 28px;
    mix-blend-mode: difference;
    transition: opacity 0.18s ease, transform 0.08s ease;
}

.retro-cursor.is-visible {
    opacity: 1;
}

.retro-cursor.is-active {
    transform: scale(0.92);
}

body.admin-bar .site-header {
    top: 32px;
}

body.admin-bar .menu-overlay {
    top: 32px;
    height: calc(100vh - 32px);
}

@media (pointer: fine) {
    html,
    body,
    a,
    button,
    [role='button'],
    label,
    summary {
        cursor: none;
    }
}

@media (max-width: 1024px) {
    .hero-overlay {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-mark {
        position: static;
        right: auto;
        margin-right: 0;
        justify-self: start;
        max-width: 320px;
    }

    .news-carousel {
        grid-auto-columns: calc((100% - 20px) / 2);
    }

    .archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    body.admin-bar .menu-overlay {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

@media (max-width: 768px) {
    body.has-glitch-load #hero-video .glitch-load-target {
        animation-duration: 520ms;
    }

    body.has-glitch-load #hero-video .glitch-load-target::after {
        inset: 0;
        opacity: 0;
        background:
            linear-gradient(90deg, rgba(201, 109, 67, 0.44), transparent 24%, rgba(255, 255, 255, 0.28) 58%, transparent 78%);
        animation-duration: 520ms;
    }

    #hero-video .glitch-load-target.mobile-glitch-active {
        animation: alphaGlitchLoad 520ms steps(2, end) both;
    }

    #hero-video .glitch-load-target.mobile-glitch-active::after {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0;
        mix-blend-mode: screen;
        background: linear-gradient(90deg, rgba(201, 109, 67, 0.44), transparent 24%, rgba(255, 255, 255, 0.28) 58%, transparent 78%);
        animation: alphaGlitchOverlay 520ms steps(2, end) both;
    }

    .header-glitch-target {
        position: relative;
        isolation: isolate;
        animation: alphaHeaderGlitchLoad 620ms steps(2, end);
    }

    .header-glitch-target::after {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0;
        mix-blend-mode: screen;
        background: linear-gradient(90deg, rgba(201, 109, 67, 0.44), transparent 24%, rgba(255, 255, 255, 0.28) 58%, transparent 78%);
        animation: alphaHeaderGlitchOverlay 620ms steps(2, end);
    }

    .site-nav,
    .header-cta {
        display: none;
    }

    .site-header-inner {
        padding: 12px 18px;
    }

    .site-brand img,
    .site-brand .custom-logo {
        max-height: 44px;
    }

    .site-brand {
        transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease, filter 0.3s ease;
    }

    body.mobile-brand-hidden .site-brand {
        position: relative;
        top: auto;
        left: auto;
        pointer-events: none;
        transform: translate3d(-120%, 0, 0);
    }

    .hero-overlay {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: auto;
        padding: 190px 20px 0;
        align-items: start;
    }

    .hero-content,
    .hero-mark {
        min-width: 0;
    }

    .hero-content {
        align-self: start;
    }

    .hero-title {
        max-width: 100%;
        font-size: clamp(2.15rem, 13vw, 4rem);
    }

    .hero-description {
        max-width: 100%;
    }

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

    .hero-mark {
        display: none;
        justify-self: stretch;
        width: 100%;
        max-width: 100%;
    }

    .hero-logo-card {
        width: 100%;
        min-height: 0;
        aspect-ratio: 5 / 6;
        box-sizing: border-box;
    }

    .social-stack {
        display: none;
    }

    .section-about,
    .section-services,
    .section-studio,
    .section-news,
    .section-contact,
    .archive-shell {
        padding: 80px 20px;
    }

    .about-grid,
    .sustainability-grid,
    .studio-grid,
    .footer-inner,
    .archive-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-title,
    .sustainability-title,
    .studio-title,
    .news-title,
    .contact-title,
    .archive-title {
        font-size: 26px;
    }

    .about-text p,
    .sustainability-text p,
    .studio-text p,
    .contact-description,
    .archive-description,
    .page-content,
    .page-content p,
    .sustainability-list li {
        font-size: 13px;
    }

    .about-manifesto,
    .studio-cta {
        font-size: 18px;
    }

    .content-panel {
        min-height: 280px;
    }

    .services-grid,
    .testimonial-grid,
    .contact-inner,
    .brief-grid {
        grid-template-columns: 1fr;
    }

    .home-contact-grid {
        grid-template-columns: 1fr;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .contact-message {
        font-size: 20px;
    }

    .news-carousel {
        grid-auto-columns: 84%;
    }

    .footer-address,
    .footer-signup,
    .footer-nav {
        text-align: center;
    }
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
    body.has-glitch-load .glitch-load-target,
    body.has-glitch-load .glitch-load-target::after {
        animation: none;
    }

    .retro-cursor {
        display: none;
    }

    .reveal-item,
    .reveal-item.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
