:root {
    color-scheme: dark;
    --background: #090b0d;
    --surface: #111519;
    --surface-raised: #171c21;
    --border: rgba(255, 255, 255, 0.1);
    --text: #f5f6f7;
    --muted: #b7bec5;
    --accent: #f3aa33;
    --accent-light: #ffd188;
    --accent-soft: rgba(243, 170, 51, 0.12);
    --max-width: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 9rem;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 10% 3%, rgba(243, 170, 51, 0.11), transparent 31rem),
        radial-gradient(circle at 92% 31%, rgba(112, 74, 38, 0.1), transparent 26rem),
        var(--background);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

body.lightbox-open {
    overflow: hidden;
}

button,
input {
    font: inherit;
}

button {
    color: inherit;
}

a {
    color: var(--accent);
    text-underline-offset: 0.2em;
}

a:hover {
    color: var(--accent-light);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
}

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

[hidden] {
    display: none !important;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid var(--border);
    background: rgba(9, 11, 13, 0.92);
    backdrop-filter: blur(16px);
}

.nav-shell {
    position: relative;
    width: min(calc(100% - 2rem), var(--max-width));
    min-height: 4.75rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text);
    text-decoration: none;
    font-weight: 750;
    white-space: nowrap;
}

.brand img {
    width: 2.65rem;
    height: 2.65rem;
    object-fit: contain;
}

.brand span {
    color: var(--accent);
    letter-spacing: 0.01em;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.12rem;
}

.desktop-nav a,
.mobile-nav nav a {
    padding: 0.5rem 0.67rem;
    border-radius: 0.5rem;
    color: var(--muted);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 680;
    white-space: nowrap;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.mobile-nav nav a:hover,
.mobile-nav nav a[aria-current="page"] {
    color: var(--text);
    background: var(--accent-soft);
}

.desktop-nav .member-link,
.mobile-nav nav .member-link {
    margin-left: 0.35rem;
    border: 1px solid rgba(243, 170, 51, 0.4);
    color: var(--accent-light);
}

.mobile-nav {
    display: none;
}

.mobile-nav summary {
    width: 2.7rem;
    height: 2.7rem;
    display: grid;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 0.6rem;
    color: var(--text);
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
    display: none;
}

.mobile-nav summary svg {
    width: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.mobile-nav nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    width: min(19rem, calc(100vw - 2rem));
    padding: 0.75rem;
    display: grid;
    border: 1px solid var(--border);
    border-radius: 0.8rem;
    background: #111519;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.45);
}

.mobile-nav nav .member-link {
    margin: 0.4rem 0 0;
}

.section-nav {
    position: sticky;
    top: 4.75rem;
    z-index: 20;
    border-bottom: 1px solid var(--border);
    background: rgba(12, 16, 19, 0.94);
    backdrop-filter: blur(14px);
}

.section-nav-shell {
    width: min(calc(100% - 2rem), var(--max-width));
    min-height: 3.2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.section-nav-shell > span {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.section-nav-shell > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.2rem;
}

.section-nav a {
    padding: 0.45rem 0.7rem;
    border-radius: 0.45rem;
    color: var(--muted);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 680;
    white-space: nowrap;
}

.section-nav a:hover {
    color: var(--text);
    background: var(--accent-soft);
}

.gallery-hero,
.gallery-intro,
.gallery-section,
.booking-section {
    width: min(calc(100% - 2rem), var(--max-width));
    margin: 0 auto;
}

.gallery-hero {
    min-height: min(790px, calc(100vh - 7.95rem));
    padding: clamp(3.25rem, 7vw, 6.5rem) 0 clamp(3.5rem, 7vw, 6rem);
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(31rem, 1.12fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 6.5rem);
}

.hero-copy-block {
    position: relative;
    z-index: 2;
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 820;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h1,
h2,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 1.35rem;
    font-size: clamp(3.15rem, 6.25vw, 6.35rem);
    line-height: 0.96;
    letter-spacing: -0.057em;
}

h1 span,
h2 span {
    color: var(--accent);
}

h2 {
    margin-bottom: 0;
    font-size: clamp(2.15rem, 4.2vw, 4.3rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.hero-copy {
    max-width: 37rem;
    margin-bottom: 2rem;
    color: var(--muted);
    font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.button {
    min-height: 3.15rem;
    padding: 0.78rem 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border: 1px solid transparent;
    border-radius: 0.65rem;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 780;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: #17100a;
    background: var(--accent);
}

.button-primary:hover {
    color: #17100a;
    background: var(--accent-light);
}

.button-secondary {
    border-color: var(--border);
    color: var(--text);
    background: rgba(255, 255, 255, 0.035);
}

.button-secondary:hover {
    border-color: rgba(243, 170, 51, 0.45);
    color: var(--accent-light);
    background: var(--accent-soft);
}

.hero-collage {
    position: relative;
    min-height: 33rem;
}

.hero-collage::before {
    content: "";
    position: absolute;
    inset: 7% 5% 3% 9%;
    border: 1px solid rgba(243, 170, 51, 0.23);
    border-radius: 50%;
    transform: rotate(-8deg);
}

.hero-photo {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--surface);
    box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.36);
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-photo-1 {
    inset: 0 17% 8% 0;
    z-index: 2;
    border-radius: 0.9rem 0.9rem 3.8rem 0.9rem;
}

.hero-photo-2 {
    width: 39%;
    height: 41%;
    top: -4%;
    right: 0;
    z-index: 3;
    border: 0.45rem solid var(--background);
    border-radius: 0.75rem 2.5rem 0.75rem 0.75rem;
    transform: rotate(2.5deg);
}

.hero-photo-3 {
    width: 43%;
    height: 38%;
    right: 1%;
    bottom: -3%;
    z-index: 3;
    border: 0.45rem solid var(--background);
    border-radius: 2.5rem 0.75rem 0.75rem 0.75rem;
    transform: rotate(-2deg);
}

.hero-photo figcaption {
    position: absolute;
    left: 1.15rem;
    right: 1.15rem;
    bottom: 1rem;
    padding: 0.8rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.6rem;
    color: var(--text);
    background: rgba(8, 10, 12, 0.79);
    backdrop-filter: blur(12px);
    font-size: 0.82rem;
    font-weight: 680;
}

.hero-photo figcaption span {
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.1em;
}

.gallery-intro {
    padding: clamp(4rem, 8vw, 7.5rem) 0;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.7fr) minmax(13rem, 0.35fr);
    align-items: end;
    gap: clamp(2rem, 5vw, 5rem);
    border-top: 1px solid var(--border);
}

.gallery-intro > p {
    margin-bottom: 0.35rem;
    color: var(--muted);
}

.gallery-intro dl {
    margin: 0;
    display: grid;
    gap: 1rem;
}

.gallery-intro dl div {
    padding: 0.85rem 0 0.85rem 1rem;
    border-left: 2px solid var(--accent);
}

.gallery-intro dt {
    color: var(--text);
    font-size: 1.6rem;
    font-weight: 840;
    line-height: 1;
}

.gallery-intro dd {
    margin: 0.25rem 0 0;
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gallery-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.gallery-heading {
    margin-bottom: 2.4rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.48fr);
    align-items: end;
    gap: 3rem;
}

.gallery-heading > p {
    margin-bottom: 0.35rem;
    color: var(--muted);
}

.gallery-toolbar {
    margin-bottom: 1rem;
    padding: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid var(--border);
    border-radius: 0.8rem;
    background: rgba(17, 21, 25, 0.76);
}

.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.gallery-filters button {
    padding: 0.55rem 0.78rem;
    border: 1px solid transparent;
    border-radius: 0.55rem;
    color: var(--muted);
    background: transparent;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 750;
}

.gallery-filters button span {
    margin-left: 0.3rem;
    color: inherit;
    opacity: 0.68;
    font-size: 0.7rem;
}

.gallery-filters button:hover {
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
}

.gallery-filters button[aria-pressed="true"] {
    border-color: rgba(243, 170, 51, 0.34);
    color: var(--accent-light);
    background: var(--accent-soft);
}

.gallery-count {
    margin: 0;
    padding: 0 0.55rem;
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 0.77rem;
}

.gallery-count strong {
    color: var(--text);
}

.archive-note {
    margin: 0 0 1.35rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--muted);
    font-size: 0.76rem;
}

.archive-note span {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 0.3rem var(--accent-soft);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 1rem;
}

.gallery-item {
    grid-column: span 4;
    min-width: 0;
    animation: galleryReveal 360ms ease both;
}

.gallery-item-1,
.gallery-item-7 {
    grid-column: span 7;
}

.gallery-item-2,
.gallery-item-6 {
    grid-column: span 5;
}

.gallery-card {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 0.8rem;
    color: var(--text);
    background: var(--surface);
    cursor: zoom-in;
    text-align: left;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.gallery-card:hover {
    transform: translateY(-4px);
    border-color: rgba(243, 170, 51, 0.38);
    box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.3);
}

.gallery-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #0c0f11;
}

.gallery-item-1 .gallery-image,
.gallery-item-7 .gallery-image {
    aspect-ratio: 16 / 9;
}

.gallery-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4, 6, 8, 0.24), transparent 42%);
    pointer-events: none;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.gallery-card:hover .gallery-image img {
    transform: scale(1.035);
}

.open-mark {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    z-index: 2;
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: var(--text);
    background: rgba(7, 9, 11, 0.7);
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(0.35rem);
    transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-card:hover .open-mark,
.gallery-card:focus-visible .open-mark {
    opacity: 1;
    transform: translateY(0);
}

.open-mark svg,
.lightbox svg,
.back-to-top svg {
    width: 1.05rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.gallery-meta {
    min-height: 6rem;
    padding: 1rem 1.05rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.gallery-meta > span:first-child {
    min-width: 0;
    display: grid;
    gap: 0.22rem;
}

.gallery-meta small {
    color: var(--accent);
    font-size: 0.65rem;
    font-weight: 820;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.gallery-meta strong {
    font-size: 0.92rem;
    line-height: 1.35;
}

.gallery-year {
    padding: 0.15rem 0.45rem;
    flex: 0 0 auto;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.64rem;
    font-weight: 780;
}

.gallery-more-wrap {
    margin-top: 2.25rem;
    display: flex;
    justify-content: center;
}

.gallery-more {
    min-height: 3rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(243, 170, 51, 0.4);
    border-radius: 0.6rem;
    color: var(--accent-light);
    background: var(--accent-soft);
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 780;
}

.gallery-more:hover {
    color: #17100a;
    background: var(--accent);
}

.gallery-message {
    padding: 2rem;
    border: 1px solid var(--border);
    border-radius: 0.8rem;
    background: var(--surface);
}

.gallery-message strong {
    font-size: 1.1rem;
}

.gallery-message p {
    margin: 0.35rem 0 0;
    color: var(--muted);
}

.gallery-quote {
    width: min(calc(100% - 2rem), 980px);
    margin: clamp(2rem, 6vw, 5rem) auto clamp(5rem, 10vw, 9rem);
    padding: clamp(2.5rem, 6vw, 5rem);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    text-align: center;
}

.gallery-quote p {
    margin-bottom: 1rem;
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 4vw, 3.2rem);
    font-style: italic;
    line-height: 1.28;
}

.gallery-quote span {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.booking-section {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.booking-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.2rem);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
    border: 1px solid rgba(243, 170, 51, 0.22);
    border-radius: 1rem;
    background:
        linear-gradient(115deg, rgba(243, 170, 51, 0.11), transparent 50%),
        var(--surface);
}

.booking-panel::after {
    content: "";
    position: absolute;
    width: 20rem;
    height: 20rem;
    right: -9rem;
    top: -11rem;
    border: 1px solid rgba(243, 170, 51, 0.2);
    border-radius: 50%;
}

.booking-panel > div {
    max-width: 45rem;
}

.booking-panel h2 {
    font-size: clamp(2rem, 4vw, 3.65rem);
}

.booking-panel p:last-child {
    max-width: 41rem;
    margin: 1.15rem 0 0;
    color: var(--muted);
}

.booking-panel .button {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

.lightbox {
    width: 100vw;
    max-width: none;
    height: 100vh;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--text);
    background: rgba(5, 7, 8, 0.97);
}

.lightbox::backdrop {
    background: rgba(5, 7, 8, 0.95);
}

.lightbox-shell {
    width: min(calc(100% - 2rem), 1440px);
    height: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
}

.lightbox-topbar {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lightbox-topbar p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.lightbox-topbar p span {
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 820;
    letter-spacing: 0.1em;
}

.lightbox-topbar p strong {
    color: var(--muted);
    font-size: 0.78rem;
}

.lightbox-close,
.lightbox-arrow {
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.lightbox-close {
    width: 2.75rem;
    height: 2.75rem;
}

.lightbox-close:hover,
.lightbox-arrow:hover {
    border-color: rgba(243, 170, 51, 0.5);
    color: var(--accent-light);
    background: var(--accent-soft);
}

.lightbox-stage {
    min-height: 0;
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) 3rem;
    align-items: center;
    gap: 1rem;
}

.lightbox-stage img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
}

.lightbox-arrow {
    width: 3rem;
    height: 3rem;
}

.lightbox-arrow svg {
    width: 1.35rem;
}

.lightbox-caption {
    margin: 0;
    padding: 0.25rem 4.5rem 0.6rem;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 650;
}

.site-footer {
    border-top: 1px solid var(--border);
    background: #080a0c;
}

.footer-shell {
    width: min(calc(100% - 2rem), var(--max-width));
    min-height: 6.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    color: var(--muted);
    font-size: 0.78rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
}

.footer-links a {
    color: var(--muted);
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--accent-light);
}

.back-to-top {
    position: fixed;
    right: clamp(1rem, 2vw, 1.5rem);
    bottom: clamp(1rem, 2vw, 1.5rem);
    z-index: 18;
    width: 2.85rem;
    height: 2.85rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(243, 170, 51, 0.42);
    border-radius: 50%;
    color: var(--accent-light);
    background: rgba(13, 16, 19, 0.9);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
}

.back-to-top:hover {
    color: #17100a;
    background: var(--accent);
}

@keyframes galleryReveal {
    from {
        opacity: 0;
        transform: translateY(0.8rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1080px) {
    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .gallery-hero {
        grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
        gap: 3rem;
    }

    .hero-collage {
        min-height: 29rem;
    }

    .gallery-intro {
        grid-template-columns: 1fr 0.72fr;
    }

    .gallery-intro dl {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {
    html {
        scroll-padding-top: 5.5rem;
    }

    .section-nav {
        position: static;
    }

    .section-nav-shell {
        overflow-x: auto;
    }

    .section-nav-shell > div {
        min-width: max-content;
    }

    .gallery-hero {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .hero-copy-block {
        max-width: 42rem;
    }

    .hero-collage {
        min-height: min(34rem, 78vw);
    }

    .gallery-intro,
    .gallery-heading {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.5rem;
    }

    .gallery-intro dl {
        grid-column: auto;
    }

    .gallery-item,
    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-6,
    .gallery-item-7 {
        grid-column: span 6;
    }

    .gallery-item-1 .gallery-image,
    .gallery-item-7 .gallery-image {
        aspect-ratio: 4 / 3;
    }

    .booking-panel {
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .nav-shell {
        min-height: 4.25rem;
    }

    .brand span {
        font-size: 0.9rem;
    }

    .brand img {
        width: 2.35rem;
        height: 2.35rem;
    }

    .section-nav-shell {
        min-height: 3rem;
    }

    .section-nav-shell > span {
        display: none;
    }

    .section-nav-shell > div {
        width: 100%;
        justify-content: flex-start;
    }

    .gallery-hero {
        padding-top: 3rem;
    }

    h1 {
        font-size: clamp(2.75rem, 15vw, 4.4rem);
    }

    .hero-collage {
        min-height: 25rem;
    }

    .hero-photo-1 {
        inset: 0 9% 10% 0;
    }

    .hero-photo-2 {
        width: 42%;
        height: 35%;
    }

    .hero-photo-3 {
        width: 46%;
        height: 34%;
    }

    .hero-photo figcaption {
        right: 0.7rem;
        bottom: 0.7rem;
        left: 0.7rem;
    }

    .gallery-intro dl {
        grid-template-columns: 1fr;
    }

    .gallery-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .gallery-count {
        padding: 0.2rem 0.55rem;
    }

    .gallery-grid {
        display: block;
    }

    .gallery-item + .gallery-item:not([hidden]) {
        margin-top: 1rem;
    }

    .gallery-meta {
        min-height: auto;
    }

    .open-mark {
        opacity: 1;
        transform: none;
    }

    .lightbox-shell {
        width: calc(100% - 1rem);
    }

    .lightbox-stage {
        position: relative;
        grid-template-columns: 1fr;
    }

    .lightbox-arrow {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 2.75rem;
        height: 2.75rem;
        background: rgba(5, 7, 8, 0.76);
        transform: translateY(-50%);
    }

    .lightbox-prev {
        left: 0.4rem;
    }

    .lightbox-next {
        right: 0.4rem;
    }

    .lightbox-caption {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .footer-shell {
        padding: 1.6rem 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
