:root {
    --bg: #120f0b;
    --bg-strong: #0c0906;
    --panel: rgba(18, 14, 10, 0.84);
    --panel-strong: rgba(11, 8, 6, 0.94);
    --line: rgba(255, 255, 255, 0.08);
    --line-strong: rgba(212, 175, 55, 0.28);
    --text: #f4efe5;
    --text-soft: #c6b79b;
    --text-faint: #89785f;
    --accent: #d4af37;
    --accent-strong: #bb9523;
    --accent-soft: rgba(212, 175, 55, 0.12);
    --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.28);
    --shadow-card: 0 28px 80px rgba(0, 0, 0, 0.36);
}

body {
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.09), transparent 24%),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.03), transparent 22%),
        linear-gradient(180deg, #080705 0%, #100d09 18%, #14110c 54%, #0e0b08 100%);
    color: var(--text);
}

body.has-mobile-panel {
    overflow: hidden;
}

main {
    padding-top: calc(var(--header-height) + 2px);
}

.section--muted {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(212, 175, 55, 0.04));
}

:where(a, button, input, select, textarea, iframe):focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.eyebrow,
.collection-card__kicker,
.project-card__eyebrow,
.project-subtitle,
.process-step__index,
.catalog-shot__type {
    color: var(--accent);
}

.hero-text,
.project-description,
.highlight-card p,
.site-footer__text,
.site-footer__link,
.collection-card p,
.project-card p,
.process-step p,
.gallery-card__caption,
.info-card__value,
.metric-card__label,
.tour-toolbar__text p,
.catalog-hero__text,
.section-lead p,
.contact-shell__heading p,
.section-heading p:last-child,
.catalog-shot__place {
    color: var(--text-soft);
}

.site-header {
    background: rgba(10, 8, 6, 0.84);
    border-bottom-color: rgba(255, 255, 255, 0.07);
}

.site-header__inner {
    min-height: 72px;
}

.brand {
    gap: 10px;
}

.brand__mark {
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
}

.brand__name {
    font-size: 0.88rem;
    letter-spacing: 0.1em;
}

.brand__caption {
    display: none;
}

.site-nav {
    gap: 26px;
}

.site-nav__link {
    padding: 8px 0;
    border-radius: 0;
    background: transparent;
    color: var(--text);
    font-size: 0.68rem;
    letter-spacing: 0.24em;
}

.site-nav__link:hover,
.site-nav__link.is-active {
    color: var(--accent);
    background: transparent;
}

.button--header {
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    color: var(--text);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
}

.button--header:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.menu-toggle {
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    border-color: rgba(255, 255, 255, 0.18);
}

.mobile-panel__inner {
    background: rgba(12, 9, 6, 0.96);
    border-color: rgba(255, 255, 255, 0.08);
}

.mobile-panel__nav a {
    background: rgba(255, 255, 255, 0.04);
}

.site-footer {
    margin-top: 0;
    background: rgba(9, 7, 5, 0.92);
    border-top-color: rgba(255, 255, 255, 0.08);
}

.site-footer__inner {
    grid-template-columns: 1.2fr 0.8fr 0.8fr 0.6fr;
    padding-top: 54px;
}

.site-footer__title {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
}

.site-footer__bottom {
    color: var(--text-faint);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    border-top-color: rgba(255, 255, 255, 0.06);
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-socials__item {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.button--primary {
    color: #16120d;
    background: linear-gradient(135deg, #f2c54d 0%, var(--accent) 100%);
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    box-shadow: 0 18px 40px rgba(212, 175, 55, 0.14);
}

.button--ghost {
    color: var(--text);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.02);
    letter-spacing: 0.16em;
    font-size: 0.72rem;
}

.button--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
}

.button--soft {
    color: var(--accent);
    background: var(--accent-soft);
    border-color: rgba(212, 175, 55, 0.2);
}

.tag {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
    color: var(--text-soft);
}

.tag:hover {
    border-color: rgba(212, 175, 55, 0.35);
    color: var(--text);
}

.metric-card,
.info-card,
.project-card,
.collection-card,
.gallery-card,
.tour-panel,
.process-panel,
.highlight-card {
    background: var(--panel);
    border-color: var(--line);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.collection-card,
.project-card,
.gallery-card,
.info-card,
.process-panel,
.tour-panel,
.highlight-card {
    border-radius: 0;
}

.collection-card h3,
.project-card h3,
.process-step h3,
.info-card h3,
.tour-toolbar__text h3,
.highlight-card h3,
.section-heading h2,
.project-title,
.hero-title,
.catalog-hero__copy h1,
.section-lead h2 {
    color: var(--text);
    font-family: var(--font-display);
}

.section-lead {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 32px;
}

.section-lead h2 {
    margin: 0;
    font-size: clamp(2.6rem, 5.4vw, 4.8rem);
    line-height: 0.94;
}

.section-lead p {
    max-width: 440px;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.76;
}

.hero-shell--home {
    position: relative;
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 0;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-backdrop::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 4, 3, 0.74) 0%, rgba(4, 4, 3, 0.34) 44%, rgba(4, 4, 3, 0.2) 100%);
    z-index: 1;
}

.hero-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.1) 38%, rgba(18, 15, 11, 0.96) 100%);
    z-index: 2;
}

.hero-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.48);
}

.hero-shell__grid {
    position: relative;
    z-index: 3;
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
}

.hero-copy {
    max-width: 760px;
    padding: clamp(52px, 8vw, 100px) 0;
}

.hero-copy .eyebrow {
    margin-bottom: 14px;
}

.hero-title {
    max-width: 740px;
    margin: 0 0 18px;
    font-size: clamp(3.3rem, 8vw, 6.8rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.38);
}

.hero-title span {
    color: var(--accent);
    font-style: italic;
}

.hero-text {
    max-width: 500px;
    font-size: 0.98rem;
    line-height: 1.86;
}

.hero-actions {
    margin-top: 34px;
}

.hero-metrics,
.hero-visual {
    display: none;
}

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

.collection-card--section {
    grid-template-rows: 320px auto;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.collection-card--section img {
    filter: brightness(0.7);
}

.collection-card--section .collection-card__body {
    background: rgba(11, 9, 6, 0.94);
    padding: 26px;
}

.collection-card__actions {
    margin-top: 22px;
}

.immersive-projects {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.immersive-project {
    position: relative;
    min-height: 82vh;
    overflow: hidden;
    background: #080705;
}

.immersive-project__link,
.immersive-project img {
    display: block;
    width: 100%;
    height: 100%;
}

.immersive-project img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 0.9s ease;
}

.immersive-project__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.28) 44%, rgba(5, 5, 4, 0.82) 100%);
    transition: background 0.45s ease;
}

.immersive-project__content {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    padding: 48px clamp(22px, 5vw, 72px);
}

.immersive-project__type {
    display: block;
    margin-bottom: 10px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
}

.immersive-project__content h3 {
    margin: 0;
    font-size: clamp(2.5rem, 5.6vw, 4.8rem);
    line-height: 0.94;
}

.immersive-project__meta {
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.immersive-project__button {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    font-size: 1.1rem;
}

.immersive-project:hover img {
    transform: scale(1);
}

.immersive-project:hover .immersive-project__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 10%, rgba(0, 0, 0, 0.18) 44%, rgba(5, 5, 4, 0.72) 100%);
}

.hero-shell--catalog {
    padding-bottom: 26px;
}

.catalog-hero,
.catalog-hero--editorial {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
    text-align: center;
}

.catalog-hero__copy {
    max-width: 1040px;
}

.catalog-hero__copy h1 {
    margin: 0;
    font-size: clamp(3.6rem, 9vw, 6.8rem);
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 0.92;
}

.catalog-hero__text {
    max-width: 620px;
    margin: 16px auto 0;
    line-height: 1.8;
}

.catalog-hero__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    width: 100%;
    max-width: 980px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.catalog-filter {
    appearance: none;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: var(--text-soft);
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.catalog-filter.is-active,
.catalog-filter:hover {
    color: var(--accent);
    border-bottom-color: var(--accent);
}

.section--catalog {
    padding-top: 12px;
}

.catalog-grid--editorial {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 240px;
    gap: 14px;
}

.catalog-shot {
    position: relative;
    overflow: hidden;
    background: #090705;
}

.catalog-shot--tall {
    grid-row: span 3;
}

.catalog-shot--wide {
    grid-column: span 2;
}

.catalog-shot__link,
.catalog-shot img {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-shot img {
    object-fit: cover;
    transition: transform 0.7s ease;
}

.catalog-shot__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 18%, rgba(5, 5, 4, 0.76) 100%);
}

.catalog-shot__meta h3 {
    margin: 8px 0 0;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 2.4vw, 2.8rem);
    line-height: 0.95;
}

.catalog-shot__side {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 14px;
}

.catalog-shot__type,
.catalog-shot__place {
    text-transform: uppercase;
}

.catalog-shot__type {
    font-size: 0.66rem;
    letter-spacing: 0.2em;
}

.catalog-shot__place {
    max-width: 180px;
    text-align: right;
    font-size: 0.62rem;
    letter-spacing: 0.18em;
}

.catalog-shot__arrow {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    flex: 0 0 auto;
}

.catalog-shot:hover img {
    transform: scale(1.04);
}

.catalog-actions {
    display: flex;
    justify-content: center;
    padding-top: 42px;
}

.catalog-empty {
    display: grid;
    place-items: center;
    min-height: 220px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
}

.contact-shell {
    max-width: 920px;
}

.contact-shell__heading {
    text-align: center;
    margin: 0 auto 34px;
}

.contact-form {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(18, 14, 10, 0.9);
}

.contact-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 24px;
}

.contact-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form label span {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-faint);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    color: var(--text);
    padding: 14px 0;
}

.contact-form__full {
    grid-column: 1 / -1;
}

.contact-form .button {
    min-width: 220px;
    margin: 0 auto;
}

.project-main {
    padding-bottom: 64px;
}

.project-hero {
    padding-top: clamp(20px, 4vw, 40px);
}

.project-breadcrumbs {
    width: var(--container);
    margin: 0 auto;
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: var(--text-faint);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.project-breadcrumbs a {
    color: var(--text-soft);
}

.project-breadcrumbs a:hover {
    color: var(--accent);
}

.project-breadcrumbs [aria-current="page"] {
    color: var(--text);
}

.project-hero__grid {
    gap: 34px;
    align-items: center;
}

.project-title {
    font-size: clamp(3.2rem, 6vw, 5.9rem);
    line-height: 0.92;
}

.project-description {
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.84;
}

.project-actions {
    margin-top: 34px;
}

.project-pager {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.project-pager__spacer {
    display: block;
    min-height: 92px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.project-pager__link {
    display: grid;
    gap: 8px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 9, 6, 0.72);
    backdrop-filter: blur(12px);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.project-pager__link:hover {
    border-color: rgba(212, 175, 55, 0.28);
    background: rgba(12, 9, 6, 0.86);
}

.project-pager__kicker {
    color: var(--text-faint);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
}

.project-pager__title {
    font-family: var(--font-display);
    color: var(--text);
    font-size: clamp(1.2rem, 2.2vw, 1.9rem);
    line-height: 1.05;
}

.project-pager__meta {
    color: var(--text-soft);
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.project-pager__link--next {
    text-align: right;
}

.project-cover {
    border-color: rgba(212, 175, 55, 0.16);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: var(--shadow-card);
}

.project-cover img {
    filter: brightness(0.9);
}

.info-card {
    padding: 24px;
}

.info-card__label {
    color: var(--text-faint);
}

.project-highlights {
    gap: 16px;
}

.highlight-card {
    padding: 24px;
}

.highlight-card h3 {
    margin-bottom: 12px;
    font-size: 1.02rem;
}

.gallery-card img {
    filter: brightness(0.85);
}

.tour-panel {
    padding: 18px;
}

.tour-stage {
    border-radius: 0;
    background: #090705;
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: min(76svh, 860px);
}

.tour-stage iframe {
    display: block;
    width: 100%;
    min-height: min(76svh, 860px);
    border: 0;
    background: #090705;
}

.tour-stage:fullscreen,
.tour-stage:-webkit-full-screen,
.tour-stage iframe:fullscreen,
.tour-stage iframe:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    border: 0;
    border-radius: 0;
    background: #090705;
}

.tour-stage:fullscreen iframe,
.tour-stage:-webkit-full-screen iframe {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 60;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(10, 8, 6, 0.72);
    color: var(--text);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.scroll-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.scroll-top:hover {
    border-color: var(--accent);
    color: var(--accent);
}

@media (max-width: 720px) {
    .scroll-top {
        right: 14px;
        bottom: 14px;
    }
}

@media (max-width: 980px) {
    .section-lead,
    .hero-shell__grid,
    .catalog-grid--editorial {
        display: grid;
        grid-template-columns: 1fr;
    }

    .section-lead {
        gap: 16px;
        align-items: start;
    }

    .section-grid--collections {
        grid-template-columns: 1fr;
    }

    .catalog-shot--wide,
    .catalog-shot--tall {
        grid-column: auto;
        grid-row: auto;
    }

    .catalog-grid--editorial {
        grid-auto-rows: 300px;
    }

    .catalog-shot__place {
        display: none;
    }

    .catalog-shot__meta h3 {
        font-size: 2rem;
    }

    .immersive-project {
        min-height: 72vh;
    }

    .immersive-project__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 32px 20px;
    }

    .immersive-project__meta {
        gap: 12px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .contact-form__grid,
    .project-hero__grid {
        grid-template-columns: 1fr;
    }

    .project-pager {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .hero-shell--home,
    .hero-shell__grid {
        min-height: calc(100svh - 72px);
    }

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

    .catalog-hero__copy h1 {
        font-size: clamp(2.9rem, 12vw, 4.4rem);
    }

    .catalog-hero__stats {
        gap: 18px;
    }

    .catalog-filter {
        font-size: 0.66rem;
        letter-spacing: 0.16em;
    }

    .catalog-shot__overlay {
        padding: 16px;
    }

    .catalog-shot__meta h3 {
        font-size: 1.7rem;
    }

    .project-title {
        font-size: clamp(2.7rem, 12vw, 4rem);
    }

    .project-breadcrumbs {
        gap: 8px;
        margin-bottom: 18px;
        padding-top: 14px;
        font-size: 0.64rem;
        letter-spacing: 0.14em;
    }

    .tour-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .tour-toolbar__actions {
        width: 100%;
    }

    .tour-toolbar__actions .button {
        flex: 1 1 220px;
    }

    .site-footer__bottom {
        flex-direction: column;
    }
}
