* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --bg-0: #05070a;
    --bg-1: #0d1219;
    --bg-2: #131b24;
    --surface: #111821;
    --surface-soft: #172231;
    --line: rgba(255, 255, 255, 0.13);
    --line-strong: rgba(255, 255, 255, 0.22);
    --text: #f8f6f2;
    --muted: #b5b0a6;
    --accent: #6db88a;
    --accent-soft: rgba(109, 184, 138, 0.18);
    --accent-glow: rgba(109, 184, 138, 0.45);
    --accent-light: rgba(141, 216, 162, 0.85);
    --success: #8dffb2;
    --danger: #ff9b9b;
    --shadow-lg: 0 28px 58px rgba(2, 5, 8, 0.58);
    --font-body: "Manrope", "Segoe UI", Roboto, Arial, sans-serif;
    --font-display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
    --site-content-max: 1100px;
    --luxury-gold: #c9a962;
    --luxury-gold-soft: rgba(201, 169, 98, 0.42);
    --section-gold-border: rgba(201, 169, 98, 0.44);
    --section-gold-border-strong: rgba(201, 169, 98, 0.62);
    --page-gutter: clamp(0.45rem, 2.4vw, 1rem);
    --scrollbar-size: 10px;
    --scrollbar-size-thin: 7px;
    --scrollbar-track: rgba(8, 13, 20, 0.78);
    --scrollbar-thumb: rgba(201, 169, 98, 0.44);
    --scrollbar-thumb-hover: rgba(201, 169, 98, 0.64);
    --scrollbar-thumb-active: rgba(201, 169, 98, 0.82);
    --scrollbar-border: rgba(255, 255, 255, 0.08);
}

html {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

*::-webkit-scrollbar {
    width: var(--scrollbar-size-thin);
    height: var(--scrollbar-size-thin);
}

*::-webkit-scrollbar-track {
    background: var(--scrollbar-track);
    border-radius: 999px;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(201, 169, 98, 0.58), rgba(201, 169, 98, 0.34));
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

*::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--scrollbar-thumb-hover), rgba(201, 169, 98, 0.5));
}

*::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, var(--scrollbar-thumb-active), rgba(201, 169, 98, 0.62));
}

*::-webkit-scrollbar-corner {
    background: var(--scrollbar-track);
}

html,
body {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-x: clip;
}

body {
    background:
        radial-gradient(circle at 8% 0%, rgba(201, 169, 98, 0.08), transparent 42%),
        radial-gradient(circle at 92% 15%, rgba(109, 184, 138, 0.08), transparent 38%),
        linear-gradient(180deg, var(--bg-2), var(--bg-0) 400px);
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.5;
}

main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
}

img,
video {
    max-width: 100%;
    height: auto;
}

.nav-book-cta-text--short {
    display: none;
}

.site-footer {
    padding: 1.25rem 1rem 1.75rem;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
    padding-bottom: max(1.75rem, env(safe-area-inset-bottom, 0px));
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, var(--bg-0), #020305 100%);
}

.site-footer p {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    color: rgba(181, 176, 166, 0.85);
}

.site-footer-rights {
    margin-bottom: 0.45rem;
}

.site-footer-region {
    margin-bottom: 0.4rem;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(201, 169, 98, 0.72);
}

.site-footer-gold {
    color: var(--luxury-gold);
}

.site-footer-credit {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: rgba(181, 176, 166, 0.72);
}

body.thank-you-body {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.thank-you-skip {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.thank-you-skip:focus {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    margin: 0;
    padding: 0.6rem 1rem;
    clip: auto;
    z-index: 100;
    border-radius: 999px;
    background: rgba(8, 13, 19, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: var(--text);
    text-decoration: none;
    overflow: visible;
    white-space: nowrap;
}

.thank-you-main {
    flex: 1;
    display: grid;
    place-items: center;
    padding: clamp(1.5rem, 4vw, 3rem) 1rem;
    width: 100%;
}

.thank-you-card {
    max-width: 34rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.thank-you-card .kicker {
    margin-bottom: 0.5rem;
}

.thank-you-card h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 2.85rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-bottom: 0.65rem;
}

.thank-you-lead {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 1.35rem;
}

.thank-you-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

@media (max-width: 520px) {
    .thank-you-actions .cta-primary,
    .thank-you-actions .cta-secondary {
        width: 100%;
        text-align: center;
    }
}

.site-nav-anchor {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
}

.site-header-shell {
    width: 100%;
}

.site-section-nav {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.65rem 1rem 0.85rem;
}

body.is-capture-transitioned .site-section-nav {
    display: flex;
    padding: 0.7rem 1.1rem 0.9rem;
    background: transparent;
    border: none;
    border-radius: 0;
}

.nav-hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    cursor: pointer;
    touch-action: manipulation;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.nav-hamburger:hover {
    border-color: rgba(201, 169, 98, 0.65);
    background: rgba(201, 169, 98, 0.1);
}

.nav-hamburger-box {
    display: grid;
    gap: 5px;
    width: 18px;
}

.nav-hamburger-line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-hamburger.is-open .nav-hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-hamburger.is-open .nav-hamburger-line:nth-child(2) {
    opacity: 0;
}

.nav-hamburger.is-open .nav-hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.nav-hamburger:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

body.is-capture-transitioned .site-header-shell {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 2px solid var(--luxury-gold-soft);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(4, 7, 11, 0.98) 0%, rgba(8, 12, 18, 0.9) 100%),
        radial-gradient(circle at 50% 0%, rgba(201, 169, 98, 0.08), transparent 58%);
    backdrop-filter: blur(18px);
    box-shadow:
        0 20px 44px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    overflow: visible;
}

body.is-capture-transitioned .site-header-shell.section-nav-menu-open,
body.is-capture-transitioned .site-header-shell:has(.site-section-nav.is-open) {
    overflow: visible;
    border-radius: 22px 22px 0 0;
}

body.is-capture-transitioned .site-nav-anchor.section-nav-menu-open {
    z-index: 45;
}

body.is-capture-transitioned .site-header-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.035), transparent);
    pointer-events: none;
}

body.is-capture-transitioned .site-header-shell .site-nav {
    margin: 0;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 25;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: clamp(0.5rem, 2vw, 0.85rem);
    border: none;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(4, 7, 11, 0.98) 0%, rgba(8, 12, 18, 0.96) 100%),
        radial-gradient(circle at 50% 0%, rgba(201, 169, 98, 0.08), transparent 58%);
    backdrop-filter: blur(18px);
    box-shadow: none;
    border-bottom: 1px solid rgba(201, 169, 98, 0.16);
    padding: 0.85rem clamp(0.85rem, 2.4vw, 1.65rem) 0.8rem;
}

body.is-capture-transitioned .site-header-shell .site-nav .brand.brand--lockup {
    grid-column: 2;
    justify-self: center;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(0.75rem, 1.6vw, 1.15rem);
    min-width: 0;
    max-width: 100%;
    line-height: 1;
    text-align: center;
    font-size: clamp(1.65rem, 3.75vw, 2.35rem);
    font-weight: 600;
}

body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-logo {
    height: clamp(3.75rem, 8vw, 5.25rem);
    max-width: 5.25rem;
}

body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-mark,
body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-tagline {
    font-size: 1em;
    white-space: nowrap;
}

body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-mark {
    --brand-mark-tracking: 0.05em;
}

body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-tagline {
    --brand-tagline-tracking: 0.05em;
}

body.is-capture-transitioned .site-header-shell .site-nav .nav-book-cta {
    grid-column: 3;
    justify-self: end;
}

body.is-capture-transitioned .site-header-shell .nav-hamburger {
    grid-column: 1;
    justify-self: start;
}

body.is-capture-transitioned .site-header-shell .site-nav .brand:hover {
    background: none;
    border: none;
    box-shadow: none;
    transform: translateY(-1px);
}

body.is-capture-transitioned .site-header-shell .site-nav .brand:hover .brand-logo {
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.4)) brightness(1.1);
}

body.is-capture-transitioned .site-header-shell .site-nav .brand:hover .brand-mark {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 18px rgba(201, 169, 98, 0.42)) brightness(1.06);
}

body.is-capture-transitioned .site-header-shell .site-nav .brand:hover .brand-tagline {
    filter: brightness(1.12);
}

@media (min-width: 961px) {
    body.is-capture-transitioned .site-header-shell .site-nav {
        grid-template-columns: 1fr auto 1fr;
        padding: 1rem clamp(1.1rem, 2.8vw, 1.85rem) 0.9rem;
    }

    body.is-capture-transitioned .site-header-shell .site-nav .brand {
        grid-column: 2;
    }

    body.is-capture-transitioned .site-header-shell .site-nav .nav-book-cta {
        grid-column: 3;
    }
}

body.is-capture-transitioned .site-header-shell .nav-book-cta {
    color: var(--text);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: none;
    letter-spacing: 0.14em;
    font-size: 0.68rem;
    padding: 0.58rem 1.05rem;
    animation: navBookCtaFlicker 3.2s ease-in-out infinite;
}

body.is-capture-transitioned .site-header-shell .nav-book-cta:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(201, 169, 98, 0.78);
    box-shadow: 0 0 18px rgba(201, 169, 98, 0.18);
    transform: translateY(-1px);
    animation: none;
}

.brand-mark {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2.2vw, 1.75rem);
    font-weight: 600;
    --brand-mark-tracking: 0.08em;
    letter-spacing: var(--brand-mark-tracking);
    margin-right: calc(-1 * var(--brand-mark-tracking));
    text-transform: none;
    color: #ffffff;
    line-height: 1;
    transition: color 0.25s ease;
    max-width: 100%;
}

.site-nav .brand,
.brand--lockup {
    min-width: 0;
    max-width: 100%;
}

a.brand,
a.brand:hover,
a.brand:focus,
a.brand:focus-visible,
a.brand:visited {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.14rem;
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
    min-width: 0;
    max-width: 100%;
    text-align: center;
}

a.brand:focus-visible {
    outline: 2px solid var(--luxury-gold);
    outline-offset: 3px;
    border-radius: 4px;
}

.brand-tagline {
    display: inline-block;
    width: auto;
    max-width: 100%;
    font-family: var(--font-display);
    font-size: inherit;
    font-weight: inherit;
    --brand-tagline-tracking: 0.1em;
    letter-spacing: var(--brand-tagline-tracking);
    margin-right: calc(-1 * var(--brand-tagline-tracking));
    text-transform: none;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: none;
    color: rgba(201, 169, 98, 0.92);
    background-image: linear-gradient(
        90deg,
        #a8893f 0%,
        #c9a962 18%,
        #c9a962 42%,
        #fffef8 50%,
        #c9a962 58%,
        #c9a962 82%,
        #a8893f 100%
    );
    background-size: 220% 100%;
    background-repeat: no-repeat;
    background-position: 50% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: brandTaglineTextShine 12s ease-in-out infinite;
}

@keyframes brandTaglineTextShine {
    0%,
    22%,
    78%,
    100% {
        background-position: 50% center;
    }

    38% {
        background-position: 0% center;
    }

    55% {
        background-position: 100% center;
    }
}

@keyframes brandMarkTextShine {
    0%,
    24%,
    76%,
    100% {
        background-position: 50% center;
    }

    40% {
        background-position: 0% center;
    }

    58% {
        background-position: 100% center;
    }
}

.brand--lockup .brand-mark {
    color: transparent;
    background-image: linear-gradient(
        118deg,
        #fffef8 0%,
        #f5ecd4 16%,
        #e8d49a 34%,
        #fffef8 46%,
        #dfbc5e 60%,
        #c9a962 80%,
        #fae7a0 100%
    );
    background-size: 220% 100%;
    background-repeat: no-repeat;
    background-position: 50% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 14px rgba(201, 169, 98, 0.3));
    animation: brandMarkTextShine 14s ease-in-out infinite;
    transition: filter 0.25s ease;
}

.brand-logo {
    display: block;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.brand--lockup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
}

.brand--lockup-inline {
    flex-direction: row;
    gap: clamp(0.75rem, 1.6vw, 1.15rem);
    line-height: 1;
}

.brand--lockup-inline .brand-mark,
.brand--lockup-inline .brand-tagline {
    white-space: nowrap;
}

.brand--lockup-inline:not(.brand--lockup-hero) .brand-logo,
.site-nav .brand--lockup-inline .brand-logo,
.gallery-page-header .brand--lockup-inline .brand-logo {
    height: clamp(3.75rem, 8vw, 5.25rem);
    max-width: 5.25rem;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.brand--lockup-inline:not(.brand--lockup-hero) {
    font-size: clamp(1.65rem, 3.75vw, 2.35rem);
    font-weight: 600;
}

.brand--lockup-inline:not(.brand--lockup-hero) .brand-mark,
.brand--lockup-inline:not(.brand--lockup-hero) .brand-tagline {
    font-size: 1em;
}

.brand--lockup-inline:not(.brand--lockup-hero) .brand-mark {
    --brand-mark-tracking: 0.05em;
}

.brand--lockup-inline:not(.brand--lockup-hero) .brand-tagline {
    --brand-tagline-tracking: 0.05em;
}

.brand--lockup-hero {
    gap: clamp(1rem, 2.5vw, 1.75rem);
    font-size: clamp(2.25rem, 6.5vw, 3.75rem);
    font-weight: 700;
}

.brand--lockup-hero .brand-mark,
.brand--lockup-hero .brand-tagline {
    font-size: 1em;
}

.brand--lockup-hero .brand-mark {
    --brand-mark-tracking: 0.05em;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 22px rgba(201, 169, 98, 0.38));
}

.brand--lockup-hero .brand-tagline {
    --brand-tagline-tracking: 0.05em;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 22px rgba(201, 169, 98, 0.38));
}

.brand--lockup-inline.brand--lockup-hero .brand-logo,
.brand--lockup-hero .brand-logo {
    height: clamp(6rem, 18vw, 10rem);
    max-width: 10rem;
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.5));
}


a.brand.brand--lockup-inline {
    flex-direction: row;
    align-items: center;
    gap: clamp(0.75rem, 1.6vw, 1.15rem);
    line-height: 1;
    text-align: center;
}

.site-nav .brand.brand--lockup-inline {
    padding: 0.1rem 0.2rem;
    border: none;
    background: none;
    box-shadow: none;
}

.site-nav .brand.brand--lockup-inline:hover {
    border: none;
    background: none;
    box-shadow: none;
}

.site-nav .brand.brand--lockup-inline:hover .brand-mark {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 18px rgba(201, 169, 98, 0.42)) brightness(1.06);
}

.site-nav .brand.brand--lockup-inline:hover .brand-tagline {
    filter: brightness(1.12);
}

.site-nav .brand:hover .brand-logo,
.gallery-page-header .brand:hover .brand-logo {
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.4)) brightness(1.08);
}

.idle-brand-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: none;
    width: min(86%, 30rem);
    max-width: calc(100% - 2rem);
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        width 0.35s ease,
        padding 0.35s ease;
    align-items: center;
    justify-content: center;
    padding: clamp(0.7rem, 1.8vw, 1rem) clamp(0.9rem, 2.2vw, 1.25rem);
    border-radius: 18px;
    border: 1px solid rgba(201, 169, 98, 0.36);
    border-top-color: rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.008) 38%, rgba(201, 169, 98, 0.02) 100%),
        linear-gradient(180deg, rgba(8, 12, 18, 0.045) 0%, rgba(4, 8, 13, 0.025) 100%);
    backdrop-filter: blur(12px) saturate(1.12);
    -webkit-backdrop-filter: blur(12px) saturate(1.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.05),
        0 8px 28px rgba(0, 0, 0, 0.12),
        0 0 28px rgba(201, 169, 98, 0.07);
    box-sizing: border-box;
    isolation: isolate;
    overflow: hidden;
}

.idle-brand-banner::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: radial-gradient(ellipse at 50% 42%, rgba(201, 169, 98, 0.08), transparent 68%);
    opacity: 0.35;
    z-index: -1;
    pointer-events: none;
    filter: blur(10px);
}

.idle-brand-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 36%);
    pointer-events: none;
}

.idle-brand-banner .brand--lockup-hero {
    position: relative;
    z-index: 1;
    gap: clamp(0.55rem, 1.5vw, 0.95rem);
    transition: flex-direction 0.35s ease, gap 0.35s ease;
    font-size: clamp(1.65rem, 4.8vw, 2.65rem);
    font-weight: 700;
}

.idle-brand-banner .brand--lockup-hero .brand-mark,
.idle-brand-banner .brand--lockup-hero .brand-tagline {
    font-size: 1em;
}

.idle-brand-banner .brand--lockup-hero .brand-logo {
    height: clamp(3.75rem, 12vw, 6.25rem);
    max-width: 6.25rem;
}

body.camera-idle .idle-brand-banner .brand--lockup-hero .brand-logo {
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.62));
}

body.camera-idle .idle-brand-banner .brand--lockup-hero .brand-mark {
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.62)) drop-shadow(0 0 28px rgba(201, 169, 98, 0.48));
}

body.camera-idle .idle-brand-banner .brand--lockup-hero .brand-tagline {
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.58));
}

body.camera-idle .idle-brand-banner {
    display: flex;
}

body.camera-idle.pro-mode .idle-brand-banner {
    --pro-banner-pad: clamp(0.65rem, 1.6vw, 0.9rem);
    --pro-logo-h: clamp(3rem, 10vw, 4.5rem);
    top: calc(50% - var(--pro-banner-pad) - (0.585 * var(--pro-logo-h)));
    left: 50%;
    width: min(72%, 18rem);
    padding: var(--pro-banner-pad) clamp(0.8rem, 2vw, 1.1rem);
    transform: translateX(-50%);
}

body.camera-idle.pro-mode .idle-brand-banner .brand--lockup-inline.brand--lockup-hero {
    flex-direction: column;
    gap: clamp(0.35rem, 1vw, 0.55rem);
    font-size: clamp(1.35rem, 4vw, 2rem);
}

body.camera-idle.pro-mode .idle-brand-banner .brand--lockup-hero .brand-logo {
    order: 1;
    height: clamp(3rem, 10vw, 4.5rem);
    max-width: 4.5rem;
}

body.camera-idle.pro-mode .idle-brand-banner .brand--lockup-hero .brand-mark,
body.camera-idle.pro-mode .idle-brand-banner .brand--lockup-hero .brand-tagline {
    font-size: 1em;
}

body.camera-idle.pro-mode .idle-brand-banner .brand--lockup-hero .brand-mark {
    order: 2;
}

body.camera-idle.pro-mode .idle-brand-banner .brand--lockup-hero .brand-tagline {
    order: 3;
}

body.is-capture-transitioning .idle-brand-banner,
body.is-capture-transitioned .idle-brand-banner {
    opacity: 0;
}

body.is-capture-transitioning:not(.pro-mode) .idle-brand-banner,
body.is-capture-transitioned:not(.pro-mode) .idle-brand-banner {
    transform: translate(-50%, calc(-50% - 8px));
}

body.is-capture-transitioning.camera-idle.pro-mode .idle-brand-banner,
body.is-capture-transitioned.camera-idle.pro-mode .idle-brand-banner {
    transform: translateX(-50%) translateY(-8px);
}

body.camera-idle.pro-mode .grid-cell.center-focus {
    transform: scale(calc(0.852 * clamp(3rem, 10vw, 4.5rem) / (100cqw / 3)));
    border-color: rgba(255, 255, 255, 0.72);
}

.site-section-nav .rail-nav-btn {
    width: auto;
    min-width: 4.75rem;
    min-height: 38px;
    height: auto;
    padding: 0 0.85rem;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    border-radius: 999px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: none;
}

.site-section-nav .rail-nav-btn::after {
    display: none;
}

.site-section-nav .rail-nav-btn:hover {
    transform: translateY(-1px);
    color: #ffffff;
    border-color: rgba(109, 184, 138, 0.85);
    background: rgba(109, 184, 138, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 0 14px rgba(109, 184, 138, 0.45),
        0 0 24px rgba(109, 184, 138, 0.25);
}

.site-section-nav .rail-nav-btn:active,
.site-section-nav .rail-nav-btn.is-active {
    transform: translateY(0);
    color: #0b121a;
    border-color: #ffffff;
    background: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 0 16px rgba(255, 255, 255, 0.35);
}

.site-section-nav .rail-nav-btn:focus-visible {
    outline: 2px solid var(--luxury-gold);
    outline-offset: 2px;
}

.site-nav {
    width: min(1200px, 100%);
    max-width: 100%;
    min-width: 0;
    margin: 0.75rem auto 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, rgba(8, 13, 19, 0.9), rgba(8, 13, 19, 0.72));
    backdrop-filter: blur(14px);
    border-radius: 999px;
    padding: 0.75rem 1.2rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
}

.site-nav .brand {
    grid-column: 2;
    justify-self: center;
}

.site-nav .nav-book-cta {
    grid-column: 3;
    justify-self: end;
}

.site-nav .brand,
.site-nav nav a {
    color: var(--text);
    text-decoration: none;
}

.nav-book-cta {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.68rem;
    font-weight: 700;
    text-decoration: none;
    color: #141210;
    background: linear-gradient(180deg, #f5ecd4, #c9a962);
    box-shadow: 0 6px 18px rgba(201, 169, 98, 0.38);
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.nav-book-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(201, 169, 98, 0.48);
}

@keyframes navBookCtaFlicker {
    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.38);
        box-shadow: none;
    }

    48% {
        border-color: rgba(201, 169, 98, 0.55);
        box-shadow: 0 0 10px rgba(201, 169, 98, 0.22);
    }

    52% {
        border-color: rgba(201, 169, 98, 0.92);
        box-shadow: 0 0 18px rgba(201, 169, 98, 0.42);
    }
}

.site-nav .brand:not(.brand--lockup) {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: none;
    font-size: clamp(0.88rem, 0.52rem + 2.35vmin, 1.5rem);
    color: #ffffff;
    padding: 0.52rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(201, 169, 98, 0.45);
    background: linear-gradient(180deg, rgba(201, 169, 98, 0.16), rgba(201, 169, 98, 0.05));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 16px rgba(201, 169, 98, 0.16);
    line-height: 1.15;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
}

@supports (font-size: 1cqi) {
    .site-nav .brand:not(.brand--lockup) {
        font-size: clamp(0.88rem, 4.2cqi + 0.48rem, 1.55rem);
    }
}

.site-nav .brand:not(.brand--lockup):hover {
    border-color: rgba(201, 169, 98, 0.72);
    background: linear-gradient(180deg, rgba(201, 169, 98, 0.24), rgba(201, 169, 98, 0.08));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 8px 20px rgba(201, 169, 98, 0.22);
}

.site-nav nav {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.site-nav nav a {
    font-size: 0.78rem;
    opacity: 0.88;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.28rem 0.2rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

.site-nav nav a:hover {
    opacity: 1;
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.55);
}

.homepage-camera {
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0.6rem;
    padding-left: max(0.6rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.6rem, env(safe-area-inset-right, 0px));
    padding-bottom: max(0.6rem, env(safe-area-inset-bottom, 0px));
    padding-top: max(0.6rem, env(safe-area-inset-top, 0px));
}

.camera-shell {
    width: min(1700px, 100%, calc((100vh - 6.5rem) * 1.6 + 160px));
    width: min(1700px, 100%, calc((100dvh - 6.5rem) * 1.6 + 160px));
    border-radius: 26px;
    background: linear-gradient(145deg, #272d35, #12161d 68%);
    box-shadow: var(--shadow-lg), inset 0 1px 1px rgba(255, 255, 255, 0.08);
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
}

.camera-shell .camera-back {
    flex: 1 1 auto;
    min-height: 0;
}

.camera-top-strip {
    height: 20px;
    width: 34%;
    border-radius: 12px 12px 4px 4px;
    background: linear-gradient(180deg, #2d2f33, #141518);
    margin-left: 58%;
    margin-bottom: 0.9rem;
}

.camera-back {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
}

.camera-screen-wrap {
    position: relative;
    container-type: inline-size;
    container-name: cam;
    aspect-ratio: 16 / 10;
    min-height: 0;
    overflow: hidden;
    border-radius: 12px;
    border: 10px solid #0d1117;
    background: #000;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), inset 0 -50px 80px rgba(0, 0, 0, 0.28);
}

.video-container {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.live-view-photo {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 1s ease, transform 7s ease;
}

.live-view-photo.is-visible {
    opacity: 1;
    transform: scale(1.1);
}

.live-view-bg {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 42%),
        radial-gradient(circle at 75% 35%, rgba(109, 184, 138, 0.15), transparent 46%),
        linear-gradient(135deg, rgba(17, 24, 36, 0.58) 0%, rgba(8, 14, 23, 0.5) 52%, rgba(6, 8, 11, 0.62) 100%);
    transform: scale(1.04);
    animation: liveViewDrift 8s ease-in-out infinite alternate;
}

.video-tint {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52));
}

.camera-grid {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    pointer-events: none;
}

.grid-cell {
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.center-focus {
    border: 1px solid rgba(255, 255, 255, 0.55);
    transform: scale(0.8);
}

.ui-layer {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    pointer-events: none;
}

.ui-layer > * {
    pointer-events: auto;
}

.pro-top-bar,
.pro-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 0.62rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, rgba(8, 13, 19, 0.9), rgba(8, 13, 19, 0.72));
    backdrop-filter: blur(14px);
    opacity: 0;
    transition: opacity 0.25s ease;
    min-width: 0;
}

.tech-spec {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.rec-indicator span {
    color: #ff4040;
}

body.pro-mode .pro-top-bar,
body.pro-mode .pro-bottom-bar {
    opacity: 1;
}

.control-panel {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.top-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icon-btn {
    min-height: 36px;
    min-width: 36px;
    border: none;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    touch-action: manipulation;
}

.icon-btn:hover {
    transform: scale(1.05);
    background: rgba(19, 19, 19, 0.82);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.icon-btn:focus-visible,
.shutter-btn:focus-visible,
.record-btn:focus-visible,
.nav-hamburger:focus-visible,
.site-nav a:focus-visible,
.site-rail-nav a:focus-visible,
.cta-primary:focus-visible,
.cta-secondary:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.main-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.shutter-hint {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 0 0 0 rgba(109, 184, 138, 0.45);
    animation: shutterHintPulse 1.5s ease-in-out infinite;
    white-space: normal;
    text-wrap: balance;
    line-height: 1.35;
    max-width: min(100%, 24rem);
    text-align: center;
}

.shutter-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #d8d8d8;
    background: radial-gradient(circle, #fefefe 0%, #e6e6e6 100%);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35), inset 0 2px 4px rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.2s ease;
    touch-action: manipulation;
}

.shutter-btn:active {
    transform: scale(0.95);
}

.shutter-btn.capturing {
    transform: scale(0.93);
}

.shutter-btn:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35), 0 0 0 4px rgba(255, 255, 255, 0.24), inset 0 2px 4px rgba(255, 255, 255, 0.45);
}

.record-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.86);
    background: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    touch-action: manipulation;
}

.record-btn::after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ff1818;
}

.camera-controls-rail {
    border-radius: 14px;
    background: linear-gradient(180deg, #161b21, #0a0c0f 72%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 7px;
    opacity: 0;
    transform: translateX(10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

body.is-capture-transitioned .camera-controls-rail {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.site-rail-nav {
    gap: 9px;
}

.rail-nav-btn {
    position: relative;
    width: 72px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: radial-gradient(circle at 36% 24%, #3c3f43 0%, #16191d 64%, #0f1114 100%);
    color: rgba(248, 246, 242, 0.9);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.6rem;
    font-weight: 600;
    display: grid;
    place-items: center;
    overflow: hidden;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12), 0 1px 1px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    touch-action: manipulation;
}

.rail-nav-btn::after {
    content: "";
    position: absolute;
    top: -170%;
    left: -12%;
    width: 124%;
    height: 56%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(201, 169, 98, 0.52), rgba(255, 255, 255, 0));
    animation: railShimmer 4.2s linear infinite;
}

.rail-nav-btn:nth-child(2)::after {
    animation-delay: 0.38s;
}

.rail-nav-btn:nth-child(3)::after {
    animation-delay: 0.76s;
}

.rail-nav-btn:nth-child(4)::after {
    animation-delay: 1.14s;
}

.rail-nav-btn:nth-child(5)::after {
    animation-delay: 1.52s;
}

.rail-nav-btn:nth-child(6)::after {
    animation-delay: 1.9s;
}

.rail-nav-btn:hover {
    transform: translateY(-1px);
    color: #ffffff;
    border-color: rgba(109, 184, 138, 0.85);
    background: radial-gradient(circle at 36% 24%, #4a564c 0%, #1e291e 64%, #111821 100%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.24), 0 0 18px rgba(109, 184, 138, 0.55), 0 0 28px rgba(109, 184, 138, 0.32);
}

.rail-nav-btn:active {
    transform: translateY(0) scale(0.97);
    color: #f8f6f2;
    border-color: rgba(141, 216, 162, 0.95);
    background: radial-gradient(circle at 36% 24%, #526052 0%, #243024 62%, #132013 100%);
    box-shadow: inset 0 0 0 1px rgba(141, 216, 162, 0.4), 0 0 24px rgba(109, 184, 138, 0.65), 0 0 34px rgba(109, 184, 138, 0.38);
}

.rail-nav-btn:focus-visible {
    border-color: rgba(109, 184, 138, 0.85);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.24), 0 0 16px rgba(109, 184, 138, 0.5), 0 0 26px rgba(109, 184, 138, 0.28);
}

.rail-btn,
.rail-btn-small {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 30%, #3b3d40, #111215 64%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.rail-btn-small {
    width: 20px;
    height: 20px;
}

.rail-wheel {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: radial-gradient(circle, #2d2f33 0%, #101113 100%);
}

.home-reveal {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 4;
    padding: 3.2rem 1.4rem 1.4rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88) 45%);
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.45s ease, transform 0.45s ease;
    pointer-events: none;
}

.eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.45rem;
    color: rgba(220, 233, 249, 0.9);
}

.home-reveal h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: 0.02em;
    max-width: 22ch;
}

.lead {
    margin-top: 0.65rem;
    color: var(--muted);
    max-width: 56ch;
    font-size: 1rem;
}

.home-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-radius: 999px;
    padding: 0.74rem 1.18rem;
    font-weight: 600;
    font-size: 0.84rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cta-primary {
    background: linear-gradient(180deg, #ffffff, #e8f5ec);
    color: #0c1118;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(109, 184, 138, 0.22);
}

.cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.46);
    background: rgba(0, 0, 0, 0.28);
}

.cta-primary:hover,
.cta-secondary:hover {
    transform: translateY(-1px);
}

.cta-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
}

.content-section {
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border: 1px solid var(--section-gold-border);
    border-top: 2px solid var(--section-gold-border-strong);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(20, 29, 41, 0.9), rgba(10, 14, 19, 0.96)),
        radial-gradient(circle at 18% 12%, rgba(201, 169, 98, 0.07), rgba(201, 169, 98, 0));
    padding:
        clamp(1.4rem, 2.4vw, 2.25rem) clamp(1.4rem, 2.4vw, 2.25rem) clamp(1.9rem, 3.2vw, 2.85rem)
        clamp(1.4rem, 2.4vw, 2.25rem);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 0 1px rgba(201, 169, 98, 0.1);
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.section-header {
    margin-bottom: 1.4rem;
    text-align: center;
}

.kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: clamp(0.92rem, 1.8vw, 1.15rem);
    font-weight: 600;
    color: rgba(201, 169, 98, 0.95);
}

.section-header h2 {
    margin-top: 0.45rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.5vw, 2.75rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0.01em;
    text-align: center;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

#screen-home.portfolio-home.content-section {
    margin-top: 0;
    margin-bottom: 1.75rem;
    padding:
        clamp(1rem, 1.8vw, 1.35rem) clamp(1rem, 1.8vw, 1.35rem) clamp(1.25rem, 2vw, 1.65rem)
        clamp(1rem, 1.8vw, 1.35rem);
}

#screen-home.portfolio-home .section-header {
    margin-bottom: 1rem;
}

#screen-home.portfolio-home .portfolio-home-intro {
    margin: 0.65rem auto 0;
    max-width: 42ch;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--muted);
}

#screen-home.portfolio-home .portfolio-slideshow {
    position: relative;
    width: 100%;
    min-height: clamp(300px, 52vh, 560px);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 98, 0.28);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

#screen-home.portfolio-home .portfolio-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0.85s ease;
    pointer-events: none;
}

#screen-home.portfolio-home .portfolio-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

#screen-home.portfolio-home .portfolio-slide img {
    width: 100%;
    height: 100%;
    min-height: clamp(280px, 50vh, 540px);
    object-fit: cover;
    display: block;
    filter: saturate(103%) contrast(102%);
}

.portfolio-photo-grid {
    --visible-cards: 3;
    --portfolio-gap: 0.9rem;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (var(--portfolio-gap) * (var(--visible-cards) - 1))) / var(--visible-cards));
    gap: 1rem;
    gap: var(--portfolio-gap);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.35rem;
}

.portfolio-photo-card {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 98, 0.28);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
    min-height: 180px;
    scroll-snap-align: start;
}

.portfolio-photo-card img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease, filter 0.45s ease;
    filter: saturate(103%) contrast(102%);
}

.portfolio-photo-card:hover img {
    transform: scale(1.04);
    filter: saturate(109%) contrast(104%);
}

.media-card {
    min-height: 176px;
    border-radius: 18px;
    padding: 1.2rem;
    background: linear-gradient(160deg, rgba(201, 169, 98, 0.14), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(201, 169, 98, 0.24);
    transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.media-card:hover {
    transform: translateY(-4px);
    border-color: var(--line-strong);
    background: linear-gradient(155deg, rgba(109, 184, 138, 0.18), rgba(255, 255, 255, 0.04));
}

.media-card h3,
.service-item h3 {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.1vw, 1.7rem);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 0.01em;
    margin-bottom: 0.5rem;
}

.media-card p {
    margin: 0;
    flex: 1;
}

.service-item p {
    margin: 0;
    flex: 1;
    text-align: center;
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
}

#services.content-section {
    min-height: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: clamp(2rem, 4.5vw, 2.85rem);
}

#services .service-list {
    padding-bottom: 0.25rem;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
    gap: 1rem;
    align-items: stretch;
    width: 100%;
    min-width: 0;
}

.service-item {
    border: 1px solid rgba(201, 169, 98, 0.22);
    border-radius: 16px;
    padding: 1.08rem;
    background: linear-gradient(160deg, rgba(201, 169, 98, 0.1), rgba(255, 255, 255, 0.02));
    transition: border-color 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    height: auto;
    min-height: 0;
    min-width: 0;
    text-align: center;
    box-sizing: border-box;
}

@container cam (max-width: 36rem) {
    .service-list,
    .card-grid,
    .package-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 0.75rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-item {
        height: auto;
        min-height: 6.25rem;
    }

    #services.content-section {
        height: auto;
        min-height: auto;
        overflow: visible;
        padding:
            clamp(0.95rem, 4cqi, 1.2rem) clamp(0.8rem, 3.5cqi, 1rem)
            clamp(1.85rem, 7cqi, 2.35rem);
    }
}

@container cam (max-width: 22rem) {
    .service-list,
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .service-item {
        padding: 0.95rem 0.85rem;
        border-radius: 14px;
        min-height: 6.75rem;
    }

    .service-item h3 {
        font-size: clamp(1.05rem, 5.5cqi, 1.35rem);
        line-height: 1.15;
        margin-bottom: 0.35rem;
        max-width: 100%;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .service-item p {
        max-width: 100%;
        font-size: 0.9rem;
        line-height: 1.55;
    }

    #services.content-section {
        padding:
            clamp(0.9rem, 4cqi, 1.15rem) clamp(0.75rem, 3.5cqi, 0.95rem)
            clamp(2rem, 8cqi, 2.5rem);
    }

    #services .section-header {
        margin-bottom: 0.95rem;
    }

    #services .section-header h2 {
        font-size: clamp(1.2rem, 8.5cqi, 1.55rem);
        line-height: 1.12;
    }

    #services .service-list {
        padding-bottom: 0.35rem;
    }
}

.service-item:hover {
    border-color: var(--line-strong);
    transform: translateY(-2px);
}

.packages-cta-section .section-header {
    margin-bottom: 1.15rem;
}

.packages-cta-wrap {
    display: flex;
    justify-content: center;
    padding: 0.15rem 0 0.35rem;
}

a.packages-contact-btn {
    display: inline-block;
    min-width: min(100%, 15rem);
    text-align: center;
    padding: 0.86rem 1.45rem;
    font-size: 0.9rem;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.package-card {
    border: 1px solid rgba(201, 169, 98, 0.22);
    border-radius: 18px;
    padding: 1.2rem;
    background: linear-gradient(165deg, rgba(201, 169, 98, 0.11), rgba(255, 255, 255, 0.03));
    display: grid;
    gap: 0.75rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
    height: 100%;
}

.package-card h3 {
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 5vw, 2.1rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
}

.package-tier {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    color: rgba(201, 169, 98, 0.86);
}

.package-card ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--muted);
    display: grid;
    gap: 0.3rem;
}

.package-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    padding: 0.5rem 0.86rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    color: #ffffff;
    width: fit-content;
    margin-top: auto;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.package-link:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.package-card-featured {
    border-color: rgba(201, 169, 98, 0.58);
    background: linear-gradient(160deg, rgba(201, 169, 98, 0.18), rgba(255, 255, 255, 0.06));
    box-shadow: 0 10px 24px rgba(201, 169, 98, 0.16);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.testimonial-card {
    border: 1px solid rgba(201, 169, 98, 0.22);
    border-radius: 18px;
    padding: 1.15rem;
    background: linear-gradient(165deg, rgba(201, 169, 98, 0.1), rgba(255, 255, 255, 0.02));
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
    min-height: 0;
}

.testimonial-card p {
    color: rgba(248, 246, 242, 0.9);
    margin: 0;
    flex: 1;
    max-width: 36ch;
    text-align: center;
    text-wrap: balance;
}

.testimonial-card h3 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    text-transform: none;
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: 0.2rem;
}

.testimonial-card span {
    font-size: 0.74rem;
    color: rgba(207, 222, 243, 0.75);
    display: block;
}

.testimonial-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.testimonial-track {
    display: flex;
    width: max-content;
    align-items: stretch;
    animation: testimonialMarquee 34s linear infinite;
}

.testimonial-marquee:hover .testimonial-track,
.testimonial-marquee:focus-within .testimonial-track {
    animation-play-state: paused;
}

.testimonial-track .testimonial-card {
    flex: 0 0 clamp(240px, 78vw, 330px);
    margin-right: 1rem;
    height: auto;
}

@keyframes testimonialMarquee {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.section-copy {
    max-width: 70ch;
    color: var(--muted);
    line-height: 1.72;
    font-size: 1.01rem;
}

.about-section {
    text-align: center;
}

.about-section .section-copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 42ch;
    text-align: center;
}

#gallery.content-section {
    overflow: hidden;
}

.photographer-portrait {
    width: min(360px, 100%);
    max-width: 22.5rem;
    margin: 0 auto 1.75rem;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 98, 0.28);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    background: rgba(0, 0, 0, 0.2);
}

.photographer-portrait-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    isolation: isolate;
}

.photographer-portrait-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 1.1s ease;
    pointer-events: none;
}

.photographer-portrait-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.photographer-portrait-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    display: block;
    filter: saturate(103%) contrast(102%);
}

.contact-form {
    display: grid;
    gap: 0.9rem;
    max-width: min(520px, 100%);
    width: 100%;
}

#contact.content-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#contact .section-header,
#contact .form-status {
    text-align: center;
}

#contact .contact-intro {
    margin: 0.65rem auto 0;
    max-width: 44ch;
    font-size: 0.95rem;
}

#contact .contact-form {
    margin-inline: auto;
}

#contact .contact-form label {
    text-align: left;
}

#contact .contact-form .cta-primary {
    justify-self: center;
    margin-inline: auto;
    margin-top: 1rem;
    min-width: min(100%, 14rem);
}

.contact-form label {
    display: grid;
    gap: 0.45rem;
    font-size: 0.84rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #c8c2b8;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 0.8rem 0.86rem;
    background: rgba(9, 12, 16, 0.8);
    color: #fff;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(181, 176, 166, 0.52);
}

.contact-form input:hover,
.contact-form textarea:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--accent);
    background: rgba(11, 15, 20, 0.95);
}

.hidden-field {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-status {
    min-height: 1.2em;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.78);
    letter-spacing: 0.02em;
}

.form-status[data-state="success"] {
    color: var(--success);
}

.form-status[data-state="error"] {
    color: var(--danger);
}

body.camera-idle {
    background:
        radial-gradient(circle at 8% 0%, rgba(201, 169, 98, 0.12), transparent 42%),
        radial-gradient(circle at 92% 15%, rgba(109, 184, 138, 0.12), transparent 38%),
        linear-gradient(180deg, #1a2430, #0d1219 400px);
}

body.camera-idle .camera-shell {
    background: linear-gradient(145deg, #3d4550, #222a34 68%);
}

body.camera-idle .camera-screen-wrap {
    background: #161c24;
    border-color: #243040;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 -40px 60px rgba(0, 0, 0, 0.14);
}

body.camera-idle .live-view-bg {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.28), transparent 48%),
        radial-gradient(circle at 75% 35%, rgba(109, 184, 138, 0.22), transparent 52%),
        linear-gradient(135deg, rgba(17, 24, 36, 0.18) 0%, rgba(8, 14, 23, 0.1) 52%, rgba(6, 8, 11, 0.2) 100%);
}

body.camera-idle .video-tint {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.18));
}

body.camera-idle .live-view-photo.is-visible {
    filter: brightness(1.1) saturate(1.06) contrast(1.02);
}

body.camera-idle .screen-content {
    visibility: hidden;
    z-index: 1;
}

body.camera-idle .ui-layer {
    z-index: 6;
}

body.camera-idle .control-panel {
    z-index: 7;
    top: auto;
    left: 0;
    right: 0;
    bottom: max(1.5rem, calc(1rem + env(safe-area-inset-bottom, 0px)));
    transform: none;
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-areas:
        "hint hint hint"
        "tools shutter record";
    grid-template-columns: minmax(0, max-content) minmax(0, 1fr) minmax(0, max-content);
    align-items: end;
    justify-items: center;
    column-gap: clamp(0.4rem, 2vw, 1rem);
    row-gap: clamp(0.35rem, 1.2vw, 0.55rem);
    padding: 0 clamp(0.75rem, 3vw, 2.25rem) clamp(0.5rem, 1.5vw, 0.85rem);
}

body.camera-idle .top-controls {
    grid-area: tools;
    justify-self: start;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

body.camera-idle .main-actions {
    display: contents;
}

body.camera-idle .shutter-hint {
    grid-area: hint;
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    justify-self: center;
    width: fit-content;
    max-width: min(100%, 24rem);
    white-space: normal;
    text-align: center;
    text-wrap: balance;
    line-height: 1.35;
    font-size: clamp(0.56rem, 1.6vw, 0.72rem);
    letter-spacing: 0.06em;
    padding: 0.32rem 0.65rem;
}

body.camera-idle .shutter-btn {
    grid-area: shutter;
    justify-self: center;
}

body.camera-idle .record-btn {
    grid-area: record;
    justify-self: end;
}

body.camera-idle .content-section {
    opacity: 0.5;
    filter: blur(0.8px);
    pointer-events: none;
}

body.is-capture-transitioned .camera-grid,
body.is-capture-transitioned .ui-layer {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}

body.is-capture-transitioned .home-reveal {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.is-capture-transitioned .video-tint {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.68));
}

body.is-capture-transitioned .content-section {
    opacity: 1;
    filter: blur(0);
    pointer-events: auto;
    margin-inline: auto;
    transition: opacity 0.45s ease, filter 0.45s ease;
}

body.is-capture-transitioned .homepage-camera {
    min-height: 100vh;
    min-height: 100dvh;
    display: block;
    padding: 0;
}

body.is-capture-transitioned .camera-shell {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background: var(--bg-0);
}

body.is-capture-transitioned .camera-top-strip {
    display: none;
}

body.is-capture-transitioned .camera-shell .camera-back {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr);
    gap: 0;
    min-height: 100vh;
    min-height: 100dvh;
}

body.is-capture-transitioned .camera-screen-wrap {
    aspect-ratio: auto;
    width: 100%;
    min-height: 0;
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

body.is-capture-transitioned .screen-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 4;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-top: clamp(0.75rem, 1.8vw, 1.15rem);
    padding-left: max(clamp(1rem, 2.4vw, 1.5rem), env(safe-area-inset-left, 0px));
    padding-right: max(clamp(1rem, 2.4vw, 1.5rem), env(safe-area-inset-right, 0px));
    padding-bottom: max(2.75rem, calc(1.25rem + env(safe-area-inset-bottom, 0px)));
    scroll-padding-top: 4.75rem;
    scrollbar-gutter: stable;
}

body.is-capture-transitioned .screen-content > * {
    width: min(var(--site-content-max), 100%);
    max-width: 100%;
    box-sizing: border-box;
}

body.is-capture-transitioned .screen-content > .content-section {
    flex-shrink: 0;
    min-height: auto;
    position: relative;
    isolation: isolate;
    scroll-margin-top: 4.75rem;
}

body.is-capture-transitioned .screen-content .site-nav-anchor {
    width: min(var(--site-content-max), 100%);
    max-width: 100%;
    margin: 0 auto;
    align-self: center;
    flex-shrink: 0;
}

body.is-capture-transitioned .screen-content .site-nav-anchor + #about {
    margin-top: 0.25rem;
    scroll-margin-top: 1rem;
}

body.is-capture-transitioned .screen-hero {
    text-align: center;
    justify-items: center;
}

body.is-capture-transitioned .screen-hero .eyebrow,
body.is-capture-transitioned .screen-hero h1,
body.is-capture-transitioned .screen-hero .lead {
    margin-left: auto;
    margin-right: auto;
}

body.is-capture-transitioned .screen-hero .home-actions {
    justify-content: center;
}

body.is-capture-transitioned .shutter-hint {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

body.is-capture-transitioning .camera-grid,
body.is-capture-transitioning .ui-layer {
    opacity: 0.16;
    transform: scale(0.995);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#flash-overlay {
    position: absolute;
    inset: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.22);
    opacity: 0;
    pointer-events: none;
}

.flash-active {
    animation: cameraFlash 0.34s ease-out;
}

#shutter-overlay {
    position: absolute;
    inset: 0;
    z-index: 7;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
}

#shutter-overlay .shutter-curtain,
#shutter-overlay .shutter-seam-glow {
    position: absolute;
    left: 0;
    width: 100%;
}

#shutter-overlay .shutter-curtain {
    height: 50%;
    background:
        linear-gradient(180deg, rgba(39, 47, 57, 0.95) 0%, rgba(11, 14, 18, 0.98) 56%, rgba(2, 3, 5, 1) 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), inset 0 14px 40px rgba(255, 255, 255, 0.05);
    will-change: transform;
}

#shutter-overlay .shutter-curtain-top {
    top: 0;
    transform: translateY(-100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#shutter-overlay .shutter-curtain-bottom {
    bottom: 0;
    transform: translateY(100%);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#shutter-overlay .shutter-seam-glow {
    top: 50%;
    height: 2px;
    transform: translateY(-50%) scaleX(0.4);
    opacity: 0;
    background: linear-gradient(90deg, rgba(201, 169, 98, 0), rgba(201, 169, 98, 0.92), rgba(201, 169, 98, 0));
    filter: blur(0.4px);
}

.shutter-active {
    animation: shutterOverlayPulse 0.92s ease;
}

.shutter-active .shutter-curtain-top {
    animation: shutterCurtainTop 0.92s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.shutter-active .shutter-curtain-bottom {
    animation: shutterCurtainBottom 0.92s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.shutter-active .shutter-seam-glow {
    animation: shutterSeamGlow 0.92s ease;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(18px);
    filter: none;
    transition:
        opacity var(--reveal-duration, 620ms) cubic-bezier(0.22, 0.61, 0.36, 1),
        transform var(--reveal-duration, 620ms) cubic-bezier(0.22, 0.61, 0.36, 1),
        filter var(--reveal-duration, 620ms) cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform, filter;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: none;
}

.reveal-on-scroll.reveal-emphasis {
    transform: translateY(22px);
    --reveal-duration: 740ms;
}

.reveal-on-scroll.reveal-soft {
    transform: translateY(12px);
    --reveal-duration: 540ms;
}

.screen-content {
    position: absolute;
    inset: 0;
    z-index: 4;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.9rem;
    padding-bottom: max(2.75rem, calc(1.25rem + env(safe-area-inset-bottom, 0px)));
    display: grid;
    gap: 1.5rem;
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    min-width: 0;
}

.screen-content::-webkit-scrollbar {
    width: var(--scrollbar-size);
}

.screen-content::-webkit-scrollbar-track {
    margin: 0.35rem 0;
    background: linear-gradient(180deg, rgba(5, 8, 12, 0.2), var(--scrollbar-track) 18%, var(--scrollbar-track) 82%, rgba(5, 8, 12, 0.2));
    border-left: 1px solid var(--scrollbar-border);
    border-radius: 999px;
}

.screen-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(223, 196, 130, 0.72), rgba(201, 169, 98, 0.42) 55%, rgba(160, 132, 68, 0.55));
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 0 10px rgba(201, 169, 98, 0.16);
}

.screen-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(232, 208, 148, 0.88), var(--scrollbar-thumb-hover) 55%, rgba(176, 146, 82, 0.72));
}

.portfolio-photo-grid::-webkit-scrollbar {
    height: var(--scrollbar-size-thin);
}

.site-section-nav::-webkit-scrollbar {
    width: var(--scrollbar-size-thin);
}

.screen-content .site-nav-anchor {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.screen-content .site-nav {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 14px;
    box-sizing: border-box;
    opacity: 1;
    transition: opacity 0.28s ease;
}

body.is-capture-transitioned .screen-content .site-nav {
    border: none;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

body.is-capture-transitioned .site-nav-anchor.is-scroll-retracted {
    visibility: collapse;
    pointer-events: none;
}

body.is-capture-transitioned .site-nav-anchor.is-scroll-retracted .site-nav {
    opacity: 0;
}

.screen-hero {
    min-height: clamp(420px, 72vh, 700px);
    display: grid;
    align-content: end;
    padding:
        clamp(1.4rem, 2vw, 2rem) clamp(1.4rem, 2vw, 2rem) clamp(1.75rem, 2.6vw, 2.35rem)
        clamp(1.4rem, 2vw, 2rem);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(6, 9, 13, 0.08) 0%, rgba(6, 9, 13, 0.6) 48%, rgba(6, 9, 13, 0.9) 100%),
        var(--hero-photo),
        linear-gradient(180deg, rgba(7, 10, 14, 0) 0%, rgba(7, 10, 14, 0.83) 62%),
        radial-gradient(circle at 20% 15%, rgba(201, 169, 98, 0.22), transparent 45%);
    background-size: cover, cover, auto, auto;
    background-position: center center, center center, center center, center center;
    border: 1px solid var(--section-gold-border);
    border-top: 2px solid var(--section-gold-border-strong);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 0 1px rgba(201, 169, 98, 0.1);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.gallery-tile {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    border: 1px solid rgba(201, 169, 98, 0.24);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(109, 184, 138, 0.12));
    display: grid;
    place-items: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.photo-watermark-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.photo-watermark-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.028;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='160' viewBox='0 0 300 160'%3E%3Ctext x='20' y='88' fill='%23ffffff' fill-opacity='0.95' font-family='Manrope,Segoe UI,sans-serif' font-size='11' font-weight='600' letter-spacing='0.06em' transform='rotate(-27 150 80)'%3ELandick Media%3C/text%3E%3C/svg%3E");
    background-size: 280px 160px;
    background-repeat: repeat;
    mix-blend-mode: soft-light;
    transition: opacity 0.35s ease;
}

.photo-watermark-wrap.is-watermarked .photo-watermark-layer {
    opacity: 0.015;
}

.watermark-revealed .photo-watermark-layer,
.gallery-lightbox-frame.watermark-revealed .photo-watermark-layer {
    opacity: 0.34;
}

.gallery-photo-btn {
    width: 100%;
    padding: 0;
    cursor: zoom-in;
    overflow: hidden;
}

.gallery-protected-image {
    -webkit-user-drag: none;
    user-select: none;
}

.gallery-photo-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-photo-btn:hover img {
    transform: scale(1.04);
    filter: saturate(108%) contrast(104%);
}

.gallery-tile span {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(223, 234, 247, 0.8);
}

.gallery-preview-tile {
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}

.gallery-preview-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-preview-tile:hover img {
    transform: scale(1.04);
    filter: saturate(108%) contrast(104%);
}

.gallery-preview-cta {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    padding-top: 0.5rem;
}

.gallery-carousel {
    margin-top: 0.5rem;
    width: 100%;
    min-width: 0;
}

.gallery-carousel-viewport {
    overflow: hidden;
    width: 100%;
    padding-block: 0.35rem;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

@media (min-width: 700px) {
    .gallery-carousel-viewport {
        margin-inline: clamp(-0.35rem, -1.5vw, -0.75rem);
        mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    }
}

.gallery-carousel-track {
    display: flex;
    gap: clamp(0.75rem, 2vw, 1rem);
    width: max-content;
    animation: gallery-carousel-marquee 42s linear infinite;
}

.gallery-carousel:hover .gallery-carousel-track,
.gallery-carousel:focus-within .gallery-carousel-track {
    animation-play-state: paused;
}

.gallery-carousel-item {
    flex: 0 0 clamp(200px, 68vw, 300px);
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 98, 0.24);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    display: block;
    min-width: 0;
}

.gallery-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-carousel-item:hover img {
    transform: scale(1.04);
    filter: saturate(108%) contrast(104%);
}

@keyframes gallery-carousel-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.gallery-page-body {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 8% 0%, rgba(201, 169, 98, 0.08), transparent 42%),
        radial-gradient(circle at 92% 15%, rgba(109, 184, 138, 0.08), transparent 38%),
        linear-gradient(180deg, var(--bg-2), var(--bg-0) 480px);
}

.gallery-page-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem clamp(1rem, 4vw, 2.5rem);
    padding-top: max(0.9rem, env(safe-area-inset-top, 0px));
    border-bottom: 1px solid var(--section-gold-border);
    border-top: 2px solid var(--section-gold-border-strong);
    background:
        linear-gradient(180deg, rgba(4, 7, 11, 0.98) 0%, rgba(8, 12, 18, 0.9) 100%),
        radial-gradient(circle at 50% 0%, rgba(201, 169, 98, 0.08), transparent 58%);
    backdrop-filter: blur(18px);
}

.gallery-page-header .brand {
    grid-column: 2;
    justify-self: center;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    text-decoration: none;
}

.gallery-page-header .brand .brand-mark,
.gallery-page-header .brand .brand-tagline {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}

.gallery-page-header .brand.brand--lockup-inline {
    flex-direction: row;
    gap: clamp(0.75rem, 1.6vw, 1.15rem);
    line-height: 1;
    font-size: clamp(1.65rem, 3.75vw, 2.35rem);
    font-weight: 600;
}

.gallery-page-header .brand .brand-mark,
.gallery-page-header .brand .brand-tagline {
    font-size: 1em;
    white-space: nowrap;
}

.gallery-page-header .brand .brand-tagline {
    --brand-tagline-tracking: 0.05em;
}

.gallery-page-header .brand:hover .brand-mark {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 18px rgba(201, 169, 98, 0.42)) brightness(1.06);
}

.gallery-page-header .brand:hover {
    background: none;
    border: none;
    box-shadow: none;
    transform: translateY(-1px);
}

.gallery-page-header .brand:hover .brand-logo {
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.4)) brightness(1.1);
}

.gallery-back-cta {
    grid-column: 3;
    justify-self: end;
    text-transform: none;
    letter-spacing: 0.04em;
}

.gallery-page-main {
    flex: 1;
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 4vw, 2.5rem) clamp(2.5rem, 5vw, 4rem);
}

.gallery-page-intro {
    margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}

.gallery-page-copy {
    margin-top: 0.85rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 52ch;
    text-align: center;
}

.gallery-page-intro h1 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-align: center;
}

.gallery-category-header {
    margin-top: clamp(2.2rem, 4.5vw, 3.2rem);
    margin-bottom: clamp(0.9rem, 2vw, 1.3rem);
}

.gallery-category-header:first-of-type {
    margin-top: 0;
}

.gallery-category-header h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3.2vw, 2.1rem);
    font-weight: 600;
    text-align: center;
}

.gallery-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.7rem, 1.6vw, 1.1rem);
}

@media (min-width: 1200px) {
    .gallery-page-main {
        padding-left: clamp(2rem, 4vw, 3rem);
        padding-right: clamp(2rem, 4vw, 3rem);
    }

    body.is-capture-transitioned .screen-content {
        padding-left: max(clamp(1.25rem, 2.8vw, 2rem), env(safe-area-inset-left, 0px));
        padding-right: max(clamp(1.25rem, 2.8vw, 2rem), env(safe-area-inset-right, 0px));
    }
}

@media (max-width: 760px) {
    .gallery-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 460px) {
    .gallery-page-grid {
        grid-template-columns: 1fr;
    }
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: clamp(0.8rem, 2.4vw, 1.8rem);
}

.gallery-lightbox[hidden] {
    display: none;
}

.gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 4, 7, 0.82);
    backdrop-filter: blur(8px);
}

.gallery-lightbox-frame {
    position: relative;
    z-index: 1;
    margin: 0;
    width: min(1100px, calc(100% - 1.5rem), calc(100dvw - 1.5rem));
    max-height: calc(100dvh - 2rem);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 98, 0.28);
    background: rgba(7, 11, 17, 0.94);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

.gallery-lightbox-frame .photo-watermark-wrap {
    width: 100%;
    max-height: calc(100dvh - 7rem);
    pointer-events: none;
}

.gallery-lightbox-frame img {
    width: 100%;
    max-height: calc(100dvh - 7rem);
    display: block;
    object-fit: contain;
    background: #020406;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.gallery-lightbox-frame img.is-loaded {
    opacity: 1;
}

.gallery-lightbox-frame.is-loading img {
    opacity: 0;
}

.gallery-lightbox-frame.is-loading .gallery-lightbox-nav {
    opacity: 0.72;
}

.gallery-lightbox-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: min(18rem, calc(100% - 2.5rem));
    z-index: 5;
    display: grid;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(201, 169, 98, 0.28);
    background: rgba(6, 10, 15, 0.92);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
}

.gallery-lightbox-loader[hidden] {
    display: none;
}

.gallery-lightbox-loader-text {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(248, 246, 242, 0.88);
    text-align: center;
}

.gallery-lightbox-loader-track {
    width: 100%;
    height: 5px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.28);
}

.gallery-lightbox-loader-bar {
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(160, 132, 68, 0.95), rgba(201, 169, 98, 0.95) 45%, rgba(232, 208, 148, 0.98));
    box-shadow: 0 0 14px rgba(201, 169, 98, 0.35);
    transition: width 0.18s ease;
}

.gallery-lightbox-close {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    z-index: 8;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    border: 1px solid rgba(201, 169, 98, 0.38);
    color: #f4f8ff;
    background: rgba(7, 11, 17, 0.7);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
}

.gallery-lightbox-close:hover {
    background: rgba(19, 30, 45, 0.9);
}

.gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    border: 1px solid rgba(201, 169, 98, 0.38);
    color: #f4f8ff;
    background: rgba(7, 11, 17, 0.7);
    cursor: pointer;
    font-size: 1.45rem;
    line-height: 1;
    display: grid;
    place-items: center;
}

.gallery-lightbox-nav:hover {
    background: rgba(19, 30, 45, 0.92);
}

.gallery-lightbox-prev {
    left: 0.75rem;
}

.gallery-lightbox-next {
    right: 0.75rem;
}

.gallery-lightbox-nav:focus-visible,
.gallery-lightbox-close:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

body.lightbox-open {
    overflow: hidden;
}

@keyframes cameraFlash {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.22;
    }

    100% {
        opacity: 0;
    }
}

@keyframes shutterOverlayPulse {
    0% {
        opacity: 0;
    }

    18% {
        opacity: 1;
    }

    62% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

@keyframes shutterCurtainTop {
    0% {
        transform: translateY(-100%);
    }

    38% {
        transform: translateY(0%);
    }

    52% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes shutterCurtainBottom {
    0% {
        transform: translateY(100%);
    }

    38% {
        transform: translateY(0%);
    }

    52% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes shutterSeamGlow {
    0%,
    28% {
        opacity: 0;
        transform: translateY(-50%) scaleX(0.35);
    }

    42%,
    52% {
        opacity: 1;
        transform: translateY(-50%) scaleX(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-50%) scaleX(0.45);
    }
}

@keyframes liveViewDrift {
    0% {
        transform: scale(1.04) translate3d(0, 0, 0);
        filter: saturate(95%);
    }

    100% {
        transform: scale(1.09) translate3d(-1.6%, -1.2%, 0);
        filter: saturate(115%);
    }
}

@keyframes shutterHintPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(109, 184, 138, 0.45);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(109, 184, 138, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(109, 184, 138, 0);
    }
}

@keyframes railShimmer {
    0%,
    12% {
        transform: translateY(-230%);
        opacity: 0;
    }

    18%,
    34% {
        transform: translateY(260%);
        opacity: 1;
    }

    42% {
        transform: translateY(260%);
        opacity: 0;
    }

    50%,
    66% {
        transform: translateY(-230%);
        opacity: 0.95;
    }

    74%,
    100% {
        transform: translateY(-230%);
        opacity: 0;
    }
}

@keyframes brandSweep {
    0%,
    12% {
        left: -30%;
        opacity: 0;
    }

    22%,
    38% {
        left: 112%;
        opacity: 0.95;
    }

    44%,
    100% {
        left: 112%;
        opacity: 0;
    }
}

@keyframes brandSparkle {
    0%,
    100% {
        opacity: 0.42;
        transform: scale(0.8) rotate(-8deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.14) rotate(8deg);
    }
}

@media (min-width: 961px) {
    body.camera-idle .control-panel {
        bottom: max(1.75rem, calc(1.15rem + env(safe-area-inset-bottom, 0px)));
        row-gap: 0.5rem;
    }

    body.camera-idle .shutter-hint {
        font-size: clamp(0.62rem, 1.1vw, 0.74rem);
        padding: 0.36rem 0.75rem;
    }

    body.camera-idle .shutter-btn {
        width: 74px;
        height: 74px;
    }

    body.camera-idle.pro-mode .pro-top-bar {
        margin-top: 0;
    }

    body.camera-idle .pro-top-bar,
    body.camera-idle .pro-bottom-bar {
        width: 100%;
        align-self: stretch;
        max-width: none;
        padding: 0.58rem 1.15rem;
        gap: 0;
        border-radius: 14px;
        justify-content: stretch;
    }

    body.camera-idle .pro-top-bar {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    body.camera-idle .pro-bottom-bar {
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 2.2fr) minmax(0, 0.9fr);
    }

    body.camera-idle .pro-top-bar .tech-spec,
    body.camera-idle .pro-bottom-bar .tech-spec {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        text-align: center;
        font-size: clamp(0.68rem, 0.95vw, 0.8rem);
        letter-spacing: 0.08em;
        padding: 0.3rem 0.65rem;
        border-radius: 0;
        background: transparent;
        border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
    }

    body.camera-idle .pro-top-bar .tech-spec:last-child,
    body.camera-idle .pro-bottom-bar .tech-spec:last-child {
        border-inline-end: none;
    }

    body.camera-idle .pro-bottom-bar .exposure-meter {
        display: flex;
        font-size: clamp(0.58rem, 0.82vw, 0.7rem);
        letter-spacing: 0.06em;
    }

    body.camera-idle .pro-bottom-bar .battery {
        font-size: inherit;
        letter-spacing: inherit;
    }

    body.camera-idle .pro-bottom-bar .battery::after {
        content: none;
    }
}

@media (max-width: 960px) {
    body.camera-idle {
        overflow: hidden;
        height: 100dvh;
        max-height: 100dvh;
    }

    body.camera-idle .homepage-camera {
        min-height: 100dvh;
        height: 100dvh;
        max-height: 100dvh;
        padding: 0.45rem;
        padding-top: max(0.45rem, env(safe-area-inset-top, 0px));
        padding-right: max(0.45rem, env(safe-area-inset-right, 0px));
        padding-bottom: max(0.45rem, env(safe-area-inset-bottom, 0px));
        padding-left: max(0.45rem, env(safe-area-inset-left, 0px));
        box-sizing: border-box;
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    body.camera-idle .camera-shell {
        height: 100%;
        max-height: 100%;
        min-height: 0;
        flex: 1 1 auto;
    }

    body.camera-idle .camera-back {
        flex: 1 1 auto;
        min-height: 0;
        height: 100%;
        grid-template-rows: minmax(0, 1fr);
    }

    body.camera-idle .camera-screen-wrap {
        aspect-ratio: auto;
        height: 100%;
        min-height: 0;
    }

    .site-nav {
        border-radius: 14px;
    }

    .site-nav nav a {
        font-size: 0.76rem;
    }

    .camera-back {
        gap: 9px;
    }

    .camera-shell {
        width: 100%;
        max-width: 100%;
        padding: 1rem;
    }

    .camera-screen-wrap {
        border-width: 8px;
    }

    .control-panel {
        top: auto;
        bottom: max(56px, calc(48px + env(safe-area-inset-bottom, 0px)));
        left: 0;
        right: 0;
        transform: none;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 0;
        width: 100%;
        max-width: none;
        padding: 0 clamp(0.85rem, 3vw, 1.35rem) 0.5rem;
        z-index: 6;
    }

    body.camera-idle .control-panel {
        bottom: max(2.5rem, calc(2.1rem + env(safe-area-inset-bottom, 0px)));
        column-gap: 0.4rem;
        row-gap: 0.35rem;
        padding: 0 0.5rem 0.25rem;
    }

    body.camera-idle .top-controls {
        gap: 6px;
    }

    body.camera-idle .shutter-hint {
        border-radius: 8px;
        font-size: clamp(0.54rem, 2.8vw, 0.64rem);
        letter-spacing: 0.05em;
        padding: 0.24rem 0.5rem;
        background: rgba(0, 0, 0, 0.48);
        border: 1px solid rgba(255, 255, 255, 0.18);
    }

    body.camera-idle:not(.pro-mode) .pro-bottom-bar .exposure-meter {
        display: none;
    }

    body.camera-idle:not(.pro-mode) .pro-bottom-bar .battery {
        font-size: 0;
        letter-spacing: 0;
    }

    body.camera-idle:not(.pro-mode) .pro-bottom-bar .battery::after {
        content: "100%";
        font-size: 0.52rem;
        letter-spacing: 0.05em;
    }

    body.camera-idle .ui-layer {
        padding: 5px;
        padding-bottom: max(5px, env(safe-area-inset-bottom, 0px));
        align-items: center;
    }

    body.camera-idle .camera-shell {
        padding: 0.75rem;
    }

    body.camera-idle .camera-top-strip {
        height: 12px;
        width: 38%;
        margin-left: 54%;
        margin-bottom: 0.4rem;
        border-radius: 8px 8px 3px 3px;
    }

    body.camera-idle .camera-screen-wrap {
        border-width: 5px;
        border-radius: 10px;
        box-shadow:
            inset 0 0 0 1px rgba(255, 255, 255, 0.08),
            inset 0 -28px 48px rgba(0, 0, 0, 0.1);
    }

    body.camera-idle .video-tint {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.14));
    }

    body.camera-idle .grid-cell {
        border: none;
        box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.08);
    }

    body.camera-idle .grid-cell.center-focus {
        border: none;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
        transform: scale(0.62);
    }

    body.camera-idle .pro-top-bar,
    body.camera-idle .pro-bottom-bar {
        padding: 0.26rem 0.48rem;
        gap: 5px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(8, 13, 19, 0.72);
        backdrop-filter: blur(8px);
        width: auto;
        max-width: calc(100% - 6px);
        flex-shrink: 0;
        justify-content: center;
    }

    body.camera-idle.pro-mode .pro-top-bar {
        margin-top: 0;
    }

    body.camera-idle.pro-mode .pro-top-bar,
    body.camera-idle.pro-mode .pro-bottom-bar {
        width: 100%;
        max-width: none;
        border-radius: 14px;
        justify-content: center;
    }

    body.camera-idle.pro-mode .pro-top-bar {
        flex-wrap: wrap;
        row-gap: 4px;
    }

    body.camera-idle.pro-mode .pro-bottom-bar .exposure-meter {
        display: flex;
    }

    body.camera-idle.pro-mode .pro-bottom-bar .battery {
        font-size: inherit;
        letter-spacing: inherit;
    }

    body.camera-idle.pro-mode .pro-bottom-bar .battery::after {
        content: none;
    }

    body.camera-idle:not(.pro-mode) .pro-top-bar .tech-spec:nth-child(2),
    body.camera-idle:not(.pro-mode) .pro-top-bar .tech-spec:nth-child(n+4) {
        display: none;
    }

    body.camera-idle .tech-spec {
        font-size: 0.52rem;
        letter-spacing: 0.05em;
        padding: 0.1rem 0.26rem;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.04);
    }

    body.camera-idle .rec-indicator {
        letter-spacing: 0.04em;
    }

    .top-controls {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        flex: 0 0 auto;
    }

    .main-actions {
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: clamp(0.65rem, 3vw, 1.1rem);
        width: auto;
    }

    .shutter-btn {
        width: 68px;
        height: 68px;
        flex-shrink: 0;
    }

    .record-btn {
        width: 46px;
        height: 46px;
        flex-shrink: 0;
    }

    .pro-bottom-bar {
        padding: 0.45rem 0.75rem;
    }

    .rail-nav-btn {
        width: 62px;
        height: 24px;
        font-size: 0.52rem;
        letter-spacing: 0.07em;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-photo-grid {
        --visible-cards: 2;
    }

    #screen-home.portfolio-home .portfolio-slideshow {
        min-height: clamp(260px, 48vh, 480px);
    }

    #screen-home.portfolio-home .portfolio-slide img {
        min-height: clamp(240px, 46vh, 460px);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .package-grid,
    .service-list,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 16px;
    }
}

@media (max-width: 960px) {
    body.is-capture-transitioned .site-section-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 50;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0.4rem;
        padding: 0.75rem;
        padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        border: none;
        border-top: 1px solid rgba(201, 169, 98, 0.22);
        border-radius: 0 0 22px 22px;
        background: linear-gradient(180deg, rgba(6, 9, 13, 0.98), rgba(8, 12, 18, 0.96));
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.38);
    }

    body.is-capture-transitioned .site-section-nav.is-open {
        display: flex;
    }

    body.is-capture-transitioned .nav-hamburger {
        display: inline-flex;
        grid-column: 1;
        justify-self: start;
    }

    body.is-capture-transitioned .site-header-shell .site-nav {
        padding: 0.8rem 0.75rem;
        column-gap: 0.55rem;
    }

    body.is-capture-transitioned .site-header-shell .site-nav .nav-book-cta {
        font-size: clamp(0.62rem, 2.4vw, 0.72rem);
        padding: 0.52rem 0.82rem;
        letter-spacing: 0.08em;
    }

    body.is-capture-transitioned .screen-content {
        scrollbar-gutter: auto;
    }

    .site-section-nav .rail-nav-btn {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        min-height: 44px;
        font-size: 0.62rem;
        padding: 0 0.85rem;
    }
}

@media (max-width: 960px) and (min-width: 641px) {
    body.is-capture-transitioned .site-header-shell .site-nav .brand.brand--lockup-inline {
        gap: clamp(0.5rem, 1.1vw, 0.85rem);
        grid-column: 2;
        justify-self: center;
    }

    body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-logo {
        height: clamp(3.5rem, 7vw, 4.5rem);
        width: auto;
        max-width: 4.5rem;
        object-fit: contain;
        flex-shrink: 0;
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
    }

    body.is-capture-transitioned .site-header-shell .site-nav .brand.brand--lockup {
        font-size: clamp(1.5rem, 3.2vw, 2rem);
    }

    body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-mark,
    body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-tagline {
        font-size: 1em;
    }

    body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-mark {
        --brand-mark-tracking: 0.04em;
    }

    body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-tagline {
        --brand-tagline-tracking: 0.04em;
    }
}

@media (max-width: 640px) {
    body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-mark,
    body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-tagline {
        display: none;
    }

    body.is-capture-transitioned .site-header-shell .site-nav .brand.brand--lockup-inline {
        gap: 0;
        grid-column: 2;
        justify-self: center;
        width: auto;
    }

    body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-logo {
        display: block;
        margin-inline: auto;
        height: clamp(2.85rem, 12vw, 3.65rem);
        width: clamp(2.85rem, 12vw, 3.65rem);
        max-width: min(3.65rem, 100%);
        object-fit: contain;
        flex-shrink: 0;
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
    }
}

@media (max-width: 700px) {
    .idle-brand-banner {
        width: min(90%, 19rem);
        padding: clamp(0.65rem, 3.2vw, 0.95rem) clamp(0.75rem, 3.8vw, 1.1rem);
        border-radius: 16px;
    }

    body.camera-idle.pro-mode .idle-brand-banner {
        --pro-banner-pad: clamp(0.55rem, 2.8vw, 0.85rem);
        --pro-logo-h: clamp(2.75rem, 14vw, 4rem);
        width: min(68%, 14.5rem);
    }

    body.camera-idle.pro-mode .grid-cell.center-focus {
        transform: scale(calc(0.852 * clamp(2.75rem, 14vw, 4rem) / (100cqw / 3)));
    }

    .idle-brand-banner .brand--lockup-hero {
        gap: clamp(0.5rem, 2.4vw, 0.85rem);
        font-size: clamp(1.45rem, 6.5vw, 2.25rem);
    }

    .idle-brand-banner .brand--lockup-hero .brand-mark,
    .idle-brand-banner .brand--lockup-hero .brand-tagline {
        font-size: 1em;
    }

    .idle-brand-banner .brand--lockup-hero .brand-logo {
        height: clamp(3.25rem, 18vw, 5.25rem);
        max-width: 5.25rem;
    }

    .brand--lockup-hero {
        gap: clamp(0.75rem, 3vw, 1.25rem);
        font-size: clamp(1.85rem, 7.5vw, 3rem);
    }

    .brand--lockup-hero .brand-mark,
    .brand--lockup-hero .brand-tagline {
        font-size: 1em;
    }

    .brand--lockup-inline.brand--lockup-hero .brand-logo,
    .brand--lockup-hero .brand-logo {
        height: clamp(5rem, 22vw, 8rem);
        max-width: 8rem;
    }

    body:not(.is-capture-transitioned) .screen-content .site-nav {
        padding: 0.74rem 1rem;
        border-radius: 16px;
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 0.55rem;
    }

    body:not(.is-capture-transitioned) .screen-content .site-nav .brand,
    body:not(.is-capture-transitioned) .screen-content .site-nav .nav-book-cta {
        grid-column: 1;
        justify-self: center;
    }

    .site-nav nav {
        gap: 0.6rem;
    }

    .camera-shell {
        width: 100%;
        max-width: 100%;
    }

    .camera-top-strip {
        width: 50%;
        margin-left: 45%;
    }

    .camera-back {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(0, 1fr);
        gap: 10px;
        align-items: stretch;
        min-height: 0;
        overflow: hidden;
    }

    body.is-capture-transitioned .camera-back {
        grid-template-rows: minmax(0, 1fr);
    }

    body.is-capture-transitioned .camera-shell {
        width: 100%;
        height: auto;
        min-height: 100vh;
        min-height: 100dvh;
    }

    body.is-capture-transitioned .camera-screen-wrap {
        min-height: 0;
        height: 100%;
    }

    .gallery-page-header {
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 0.55rem;
    }

    .gallery-page-header .brand {
        gap: clamp(0.55rem, 1.2vw, 0.8rem);
        flex-direction: row;
    }

    .gallery-page-header .brand .brand-logo {
        height: clamp(3.25rem, 7vw, 4.5rem);
        max-width: 4.5rem;
    }

    .gallery-page-header .brand.brand--lockup-inline {
        font-size: clamp(1.45rem, 3.2vw, 2rem);
    }

    .gallery-page-header .brand .brand-mark,
    .gallery-page-header .brand .brand-tagline {
        font-size: 1em;
    }

    .gallery-page-header .brand .brand-tagline {
        --brand-tagline-tracking: 0.05em;
    }

    .gallery-page-header .brand,
    .gallery-back-cta {
        grid-column: 1;
        justify-self: center;
    }

    .camera-screen-wrap {
        min-height: 0;
        height: 100%;
    }

    .ui-layer {
        padding: 12px;
        padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
    }

    .control-panel {
        bottom: max(52px, calc(46px + env(safe-area-inset-bottom, 0px)));
    }

    body.camera-idle .control-panel {
        bottom: max(2.5rem, calc(2.1rem + env(safe-area-inset-bottom, 0px)));
    }

    body.camera-idle .ui-layer {
        padding: 8px;
        padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
    }

    .shutter-btn {
        width: 76px;
        height: 76px;
    }

    body.camera-idle .shutter-btn {
        width: 64px;
        height: 64px;
        border-width: 3px;
    }

    .icon-btn {
        min-height: 44px;
        min-width: 44px;
    }

    body.camera-idle .icon-btn {
        min-height: 40px;
        min-width: 40px;
        font-size: 0.74rem;
    }

    body.camera-idle .record-btn {
        width: 44px;
        height: 44px;
    }

    .pro-bottom-bar .exposure-meter {
        font-size: 0.52rem;
        letter-spacing: 0.04em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tech-spec {
        font-size: 0.65rem;
    }

    .home-reveal {
        padding: 2.8rem 1rem 1rem;
    }

    .content-section {
        padding: clamp(1rem, 3.5vw, 1.2rem) clamp(0.9rem, 3.2vw, 1.15rem) clamp(1.35rem, 4vw, 1.55rem);
    }

    .photographer-portrait {
        width: min(100%, 20rem);
        max-width: 20rem;
        margin-bottom: 1.35rem;
    }

    .about-section .section-copy,
    .section-copy {
        max-width: 100%;
        font-size: clamp(0.92rem, 3.8vw, 1rem);
        line-height: 1.65;
    }

    .gallery-carousel-item {
        flex-basis: min(76vw, 15.5rem);
    }

    .gallery-preview-cta {
        margin-top: 1.5rem;
    }

    .gallery-preview-cta .cta-primary,
    .packages-cta-wrap .cta-primary {
        width: min(100%, 16rem);
        text-align: center;
    }

    #contact .contact-form {
        width: 100%;
        max-width: 100%;
    }

    #contact .contact-form .cta-primary {
        width: min(100%, 16rem);
    }

    .service-list {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 0.75rem;
    }

    .service-item {
        padding: 0.95rem 0.85rem;
        height: auto;
        min-height: 6.5rem;
    }

    .service-item h3 {
        font-size: clamp(1.1rem, 4.8vw, 1.4rem);
    }

    .service-item p {
        max-width: 100%;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    #services.content-section {
        padding-bottom: clamp(2rem, 6vw, 2.6rem);
    }

    #services .service-list {
        gap: 0.85rem;
        padding-bottom: 0.35rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-photo-grid {
        --visible-cards: 1.15;
    }

    .home-actions {
        width: 100%;
    }

    .home-actions .cta-primary,
    .home-actions .cta-secondary {
        width: 100%;
        text-align: center;
    }

    .nav-book-cta {
        font-size: 0.6rem;
        padding: 0.48rem 0.75rem;
        letter-spacing: 0.06em;
    }

    .screen-hero {
        min-height: clamp(280px, 52vh, 560px);
    }

    .pro-top-bar {
        flex-wrap: wrap;
        row-gap: 6px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    body.camera-idle .homepage-camera {
        padding: 0.35rem;
        padding-top: max(0.35rem, env(safe-area-inset-top, 0px));
        padding-right: max(0.35rem, env(safe-area-inset-right, 0px));
        padding-bottom: max(0.35rem, env(safe-area-inset-bottom, 0px));
        padding-left: max(0.35rem, env(safe-area-inset-left, 0px));
    }

    body.camera-idle .camera-shell {
        padding: 0.5rem;
    }

    body.camera-idle.pro-mode .pro-top-bar {
        margin-top: 0;
        padding: 0.22rem 0.4rem;
        gap: 4px;
    }

    body.camera-idle .pro-bottom-bar {
        padding: 0.22rem 0.4rem;
        gap: 4px;
    }

    body.camera-idle .pro-bottom-bar .battery::after {
        font-size: 0.5rem;
    }

    body.camera-idle .grid-cell {
        box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.06);
    }

    body.camera-idle .grid-cell.center-focus {
        box-shadow: inset 0 0 0 0.75px rgba(255, 255, 255, 0.24);
        transform: scale(0.58);
    }

    body.camera-idle .camera-screen-wrap {
        border-width: 4px;
        border-radius: 9px;
    }

    body.camera-idle .camera-top-strip {
        height: 10px;
        width: 36%;
        margin-left: 55%;
        margin-bottom: 0.3rem;
    }

    body.camera-idle .tech-spec {
        font-size: 0.5rem;
        letter-spacing: 0.04em;
        padding: 0.08rem 0.22rem;
    }

    body.camera-idle .ui-layer {
        padding: 4px;
        padding-bottom: max(4px, env(safe-area-inset-bottom, 0px));
    }

    body.camera-idle .control-panel {
        bottom: max(2.2rem, calc(1.85rem + env(safe-area-inset-bottom, 0px)));
        column-gap: 0.32rem;
        row-gap: 0.28rem;
        padding: 0 0.35rem 0.12rem;
    }

    body.camera-idle .shutter-hint {
        font-size: clamp(0.52rem, 3.2vw, 0.6rem);
        letter-spacing: 0.04em;
        padding: 0.2rem 0.42rem;
    }

    body.camera-idle .shutter-btn {
        width: 64px;
        height: 64px;
        border-width: 3px;
    }

    body.camera-idle .record-btn {
        width: 42px;
        height: 42px;
    }

    body.camera-idle .record-btn::after {
        width: 14px;
        height: 14px;
    }

    body.camera-idle .icon-btn {
        min-width: 40px;
        min-height: 40px;
        font-size: 0.72rem;
    }

    body.camera-idle .toggle-btn {
        font-size: 0.58rem;
        letter-spacing: 0.06em;
    }
}

@media (max-width: 380px) {
    body.camera-idle .homepage-camera {
        padding: 0.3rem;
        padding-top: max(0.3rem, env(safe-area-inset-top, 0px));
        padding-right: max(0.3rem, env(safe-area-inset-right, 0px));
        padding-bottom: max(0.3rem, env(safe-area-inset-bottom, 0px));
        padding-left: max(0.3rem, env(safe-area-inset-left, 0px));
    }

    body.camera-idle .camera-shell {
        padding: 0.45rem;
        border-radius: 14px;
    }

    body.camera-idle .camera-screen-wrap {
        border-width: 3px;
        border-radius: 8px;
    }

    body.camera-idle .camera-top-strip {
        height: 8px;
        width: 34%;
        margin-left: 56%;
        margin-bottom: 0.24rem;
    }

    body.camera-idle .grid-cell.center-focus {
        transform: scale(0.52);
        box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.2);
    }

    body.camera-idle .grid-cell:not(.center-focus) {
        box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.04);
    }

    body.camera-idle .pro-top-bar,
    body.camera-idle .pro-bottom-bar {
        padding: 0.18rem 0.34rem;
        gap: 3px;
    }

    body.camera-idle .tech-spec {
        font-size: 0.46rem;
        padding: 0.06rem 0.18rem;
    }

    body.camera-idle .pro-bottom-bar .battery::after {
        font-size: 0.46rem;
    }

    body.camera-idle .control-panel {
        bottom: max(2.15rem, calc(1.75rem + env(safe-area-inset-bottom, 0px)));
        column-gap: 0.28rem;
        padding: 0 0.32rem 0.1rem;
    }

    body.camera-idle .shutter-btn {
        width: 56px;
        height: 56px;
    }

    body.camera-idle .record-btn {
        width: 36px;
        height: 36px;
    }

    body.camera-idle .record-btn::after {
        width: 12px;
        height: 12px;
    }

    body.camera-idle .icon-btn {
        min-width: 36px;
        min-height: 36px;
        font-size: 0.68rem;
    }

    body.camera-idle .toggle-btn {
        font-size: 0.54rem;
    }

    body.camera-idle.pro-mode .pro-top-bar {
        margin-top: 0;
    }

    .homepage-camera {
        padding: var(--page-gutter);
        padding-left: max(var(--page-gutter), env(safe-area-inset-left, 0px));
        padding-right: max(var(--page-gutter), env(safe-area-inset-right, 0px));
        padding-bottom: max(var(--page-gutter), env(safe-area-inset-bottom, 0px));
        padding-top: max(var(--page-gutter), env(safe-area-inset-top, 0px));
    }

    .camera-shell {
        width: 100%;
        max-width: 100%;
        padding: 0.55rem;
        border-radius: 16px;
    }

    .camera-top-strip {
        height: 14px;
        margin-bottom: 0.45rem;
    }

    .camera-screen-wrap {
        border-width: 5px;
        border-radius: 10px;
    }

    .site-nav .brand .brand-logo {
        height: clamp(3rem, 6.5vw, 4rem);
        max-width: 4rem;
    }

    .site-nav .brand.brand--lockup-inline {
        font-size: clamp(1.35rem, 3vw, 1.75rem);
        font-weight: 600;
    }

    .site-nav .brand .brand-mark,
    .site-nav .brand .brand-tagline {
        font-size: 1em;
    }

    .site-nav .brand .brand-mark {
        --brand-mark-tracking: 0.05em;
    }

    .site-nav .brand .brand-tagline {
        --brand-tagline-tracking: 0.05em;
    }

    .nav-hamburger {
        width: 38px;
        height: 38px;
    }

    .nav-hamburger-box {
        width: 16px;
        gap: 4px;
    }

    body.is-capture-transitioned .site-header-shell .site-nav {
        padding: 0.72rem 0.65rem;
        column-gap: 0.4rem;
    }

    .nav-book-cta-text--full {
        display: none;
    }

    .nav-book-cta-text--short {
        display: inline;
    }

    body.is-capture-transitioned .site-header-shell .nav-book-cta,
    .nav-book-cta {
        font-size: clamp(0.62rem, 2.8vw, 0.72rem);
        padding: 0.5rem 0.7rem;
        letter-spacing: 0.07em;
        white-space: nowrap;
    }

    .ui-layer {
        padding: 8px;
        padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
    }

    .control-panel {
        bottom: max(44px, calc(38px + env(safe-area-inset-bottom, 0px)));
        padding: 0 0.45rem 0.35rem;
    }

    .top-controls {
        gap: 6px;
    }

    .main-actions {
        gap: 0.5rem;
    }

    .icon-btn {
        min-width: 38px;
        min-height: 38px;
        font-size: 0.76rem;
    }

    .shutter-btn {
        width: 60px;
        height: 60px;
        border-width: 3px;
    }

    .record-btn {
        width: 38px;
        height: 38px;
    }

    .record-btn::after {
        width: 13px;
        height: 13px;
    }

    .shutter-hint {
        font-size: 0.56rem;
        letter-spacing: 0.04em;
        padding: 0.24rem 0.42rem;
        white-space: normal;
        max-width: 10.5rem;
        line-height: 1.35;
    }

    .pro-top-bar,
    .pro-bottom-bar {
        padding: 0.38rem 0.5rem;
        border-radius: 10px;
    }

    .pro-top-bar .tech-spec:nth-child(n+3) {
        display: none;
    }

    .pro-bottom-bar .exposure-meter {
        display: none;
    }

    .tech-spec {
        font-size: 0.56rem;
        letter-spacing: 0.05em;
    }

    body.is-capture-transitioned .screen-content {
        padding-top: 0.62rem;
        padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
        gap: 1.15rem;
        scroll-padding-top: 4.25rem;
    }

    body.is-capture-transitioned .screen-content > .content-section {
        scroll-margin-top: 4.25rem;
    }

    body.is-capture-transitioned .screen-content .site-nav-anchor + #about {
        scroll-margin-top: 0.75rem;
    }

    .content-section {
        padding: 1rem 0.9rem 1.25rem;
        border-radius: 16px;
        margin-bottom: 1.35rem;
    }

    .photographer-portrait {
        width: min(100%, 18rem);
        max-width: 18rem;
        border-radius: 14px;
    }

    .gallery-carousel-item {
        flex-basis: min(82vw, 14.5rem);
    }

    .gallery-category-header h2 {
        font-size: clamp(1.25rem, 6vw, 1.55rem);
    }

    .gallery-page-intro h1 {
        font-size: clamp(1.55rem, 7.5vw, 1.85rem);
    }

    .gallery-page-copy,
    .section-copy {
        font-size: 0.92rem;
        line-height: 1.62;
    }

    #services.content-section {
        padding: 0.88rem 0.72rem clamp(2.1rem, 7vw, 2.65rem);
        overflow: visible;
        min-height: auto;
        flex-shrink: 0;
        margin-bottom: 1.5rem;
    }

    .service-list {
        gap: 0.7rem;
    }

    #services .service-list {
        gap: 0.8rem;
        padding-bottom: 0.4rem;
    }

    .service-item {
        padding: 0.88rem 0.75rem;
        border-radius: 12px;
        min-height: 6.85rem;
    }

    .service-item h3 {
        font-size: clamp(1rem, 5.2vw, 1.28rem);
        letter-spacing: 0.01em;
    }

    .service-item p {
        font-size: 0.88rem;
    }

    #services .section-header {
        margin-bottom: 0.85rem;
    }

    #services .section-header h2 {
        font-size: clamp(1.15rem, 7.5vw, 1.45rem);
    }

    .kicker {
        font-size: clamp(0.88rem, 4.2vw, 1.05rem);
        letter-spacing: 0.14em;
    }

    #screen-home.portfolio-home .portfolio-slideshow {
        min-height: clamp(220px, 44vh, 400px);
    }

    #screen-home.portfolio-home .portfolio-slide img {
        min-height: clamp(200px, 42vh, 380px);
    }

    .screen-hero {
        min-height: clamp(220px, 46vh, 480px);
        padding: 0.95rem 0.75rem 1.15rem;
        border-radius: 16px;
    }

    .section-header h2 {
        font-size: clamp(1.45rem, 7.8vw, 1.85rem);
        line-height: 1.12;
        padding-inline: 0.15rem;
    }

    .section-header h1 {
        font-size: clamp(1.45rem, 7.8vw, 1.85rem);
    }

    .screen-hero h1,
    .home-reveal h1 {
        font-size: clamp(1.55rem, 8.2vw, 2rem);
        max-width: 100%;
    }

    .lead,
    .section-copy {
        font-size: 0.94rem;
    }

    .site-section-nav .rail-nav-btn {
        font-size: 0.58rem;
        letter-spacing: 0.08em;
        min-height: 42px;
    }

    .gallery-page-header {
        padding: 0.72rem 0.75rem;
        padding-top: max(0.72rem, env(safe-area-inset-top, 0px));
    }

    .gallery-page-header .brand .brand-logo {
        height: clamp(2.75rem, 5.8vw, 3.5rem);
        max-width: 3.5rem;
    }

    .gallery-page-header .brand.brand--lockup-inline {
        font-size: clamp(1.22rem, 2.7vw, 1.55rem);
    }

    .gallery-page-header .brand .brand-mark,
    .gallery-page-header .brand .brand-tagline {
        font-size: 1em;
    }

    .gallery-page-header .brand .brand-tagline {
        --brand-tagline-tracking: 0.05em;
    }

    .gallery-page-main {
        padding-left: max(0.85rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.85rem, env(safe-area-inset-right, 0px));
    }

    .gallery-back-cta {
        font-size: 0.72rem;
        max-width: 100%;
        text-align: center;
        white-space: normal;
        line-height: 1.35;
    }

    .testimonial-track .testimonial-card {
        flex: 0 0 min(220px, 84vw);
    }

    .home-actions .cta-primary,
    .home-actions .cta-secondary {
        font-size: 0.78rem;
        padding: 0.68rem 0.95rem;
    }
}

@media (max-width: 480px) {
    body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-logo {
        height: clamp(2.75rem, 13vw, 3.5rem);
        width: clamp(2.75rem, 13vw, 3.5rem);
        max-width: min(3.5rem, 100%);
    }
}

@media (max-width: 420px) {
    body.is-capture-transitioned .site-header-shell .site-nav .brand .brand-logo {
        height: clamp(2.65rem, 14vw, 3.25rem);
        width: clamp(2.65rem, 14vw, 3.25rem);
        max-width: min(3.25rem, 100%);
    }

    .gallery-page-header .brand.brand--lockup-inline {
        gap: 0.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .live-view-bg {
        animation: none !important;
        transform: none;
    }

    .reveal-on-scroll {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }

    .shutter-hint {
        animation: none !important;
    }

    body.is-capture-transitioned .site-header-shell .nav-book-cta {
        animation: none !important;
    }

    #screen-home.portfolio-home .portfolio-slide,
    .photographer-portrait-slide {
        transition: none !important;
    }

    .brand-tagline {
        animation: none !important;
        -webkit-text-fill-color: rgba(201, 169, 98, 0.9);
        color: rgba(201, 169, 98, 0.9);
        background: none;
    }

    .brand--lockup .brand-mark {
        animation: none !important;
        -webkit-text-fill-color: #f5ecd4;
        color: #f5ecd4;
        background: none;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
    }

    .testimonial-track {
        animation: none !important;
        transform: none !important;
    }

    .testimonial-marquee {
        overflow-x: auto;
    }

    #shutter-overlay {
        display: none;
    }
}