@font-face {
    font-family: "BBH Bartle";
    src:
        url("assets/fonts/BBHBartle-Regular.woff") format("woff"),
        url("assets/fonts/BBHBartle-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

:root {
    --white: #ffffff;
    --paper: #f3f0e6;
    --blue: #081933;
    --blue-2: #1f3a55;
    --sky: #74afc7;
    --sky-light: #b7d6df;
    --ink: #05070a;
    --gold: #c7b56a;
    --brand: "BBH Bartle";
    --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
    --body: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --side: clamp(18px, 5vw, 76px);
    --max: 1480px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background: var(--ink);
    color: var(--white);
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

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

body {
    margin: 0;
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    overscroll-behavior-x: none;
    background: var(--ink);
    color: var(--white);
    font-family: var(--body);
    line-height: 1.45;
    text-rendering: geometricPrecision;
    user-select: none;
    -webkit-user-select: none;
}

body.nav-open {
    overflow: hidden;
}

body.is-dragging {
    cursor: grabbing;
}

input,
select,
textarea {
    user-select: text;
    -webkit-user-select: text;
}

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

img {
    -webkit-user-drag: none;
    user-drag: none;
}

main,
section,
footer {
    max-width: 100%;
    overflow-x: clip;
}

[data-parallax] {
    --parallax-y: 0px;
    transform: translate3d(0, var(--parallax-y), 0);
    will-change: transform;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    color: inherit;
    cursor: pointer;
}

:focus-visible {
    outline: 2px solid var(--sky);
    outline-offset: 5px;
}

::selection {
    background: var(--sky);
    color: var(--ink);
}

html,
body,
body *,
body *::before,
body *::after {
    cursor: url("assets/cursor-dark.svg") 2 2, default !important;
}

.skip-link {
    position: fixed;
    z-index: 200;
    top: 16px;
    left: 16px;
    transform: translateY(-140%);
    background: var(--white);
    color: var(--ink);
    padding: 10px 14px;
    font-weight: 900;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-chrome {
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 26px var(--side);
    pointer-events: none;
}

.site-chrome::before {
    content: none;
}

.brand,
.site-nav,
.nav-toggle {
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.brand {
    width: min(250px, 45vw);
}

.brand img {
    width: 100%;
    height: auto;
}

.site-nav {
    display: flex;
    gap: 30px;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    font-weight: 900;
    text-transform: uppercase;
}

.site-chrome.on-light .brand img {
    filter: invert(1);
}

.site-chrome.on-light .site-nav,
.site-chrome.on-light .nav-toggle {
    color: var(--ink);
}

.site-nav a {
    position: relative;
    padding: 5px 0;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-toggle {
    display: none;
    align-items: center;
    gap: 12px;
    border: 0;
    background: transparent;
    color: var(--white);
    padding: 0;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.nav-toggle span[aria-hidden="true"] {
    width: 30px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 8px 0 currentColor, 0 -8px 0 currentColor;
}

.hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: var(--blue);
}

.hero-video {
    position: absolute;
    inset: -7% 0;
    z-index: -2;
    width: 100%;
    height: 114%;
    object-fit: cover;
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(5, 7, 10, 0.38), rgba(5, 7, 10, 0.04) 58%, rgba(5, 7, 10, 0.22)),
        linear-gradient(0deg, rgba(5, 7, 10, 0.62), rgba(5, 7, 10, 0.06) 52%);
}

.hero-copy {
    width: min(1120px, 100%);
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 180px var(--side) 72px;
}

.mark-line {
    width: fit-content;
    margin: 0 0 20px;
    color: var(--sky-light);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.motion .mark-line,
.pricing .mark-line {
    color: var(--blue);
}

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

h1,
h2 {
    margin-bottom: 22px;
    font-family: var(--display);
    font-weight: 900;
    font-synthesis: none;
    line-height: 0.86;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: normal;
    word-break: normal;
}

h1 {
    max-width: min(100%, 1040px);
    font-size: clamp(3.2rem, 8vw, 7.6rem);
}

h2 {
    font-size: clamp(3.15rem, 6.4vw, 7.2rem);
}

.hero-copy > p:not(.mark-line) {
    max-width: 640px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.05rem, 2vw, 1.34rem);
    font-weight: 780;
}

.hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.hero-links a,
.contact-copy a,
.site-footer a {
    position: relative;
    display: inline-flex;
    padding-bottom: 7px;
    font-weight: 950;
    text-transform: uppercase;
}

.hero-links a::after,
.contact-copy a::after,
.site-footer a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: currentColor;
}

.motion,
.photos,
.pricing,
.contact {
    position: relative;
    padding: clamp(90px, 12vw, 170px) var(--side);
}

.motion,
.pricing {
    background: var(--paper);
    color: var(--ink);
}

.motion-intro,
.photo-intro,
.contact-copy {
    width: 100%;
    margin: 0 0 clamp(36px, 6vw, 86px);
}

.motion-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(620px, 1.08fr);
    gap: 42px;
    align-items: end;
}

.motion-intro h2 {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    max-width: min(58vw, 980px);
    text-align: right;
    overflow-wrap: normal;
    word-break: normal;
}

.motion-intro h2,
.photo-intro h2,
.contact-copy h2 {
    margin-bottom: 0;
}

.photo-intro h2 {
    grid-column: 1 / -1;
    max-width: 980px;
}

.photo-intro p:last-child {
    grid-column: 1;
}

.motion-intro p:last-child,
.photo-intro p:last-child,
.contact-copy p:not(.mark-line) {
    max-width: 550px;
    margin-bottom: 0;
    color: var(--blue-2);
    font-size: 1.06rem;
    font-weight: 760;
}

.video-stage {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(14px, 2vw, 28px);
    align-items: end;
}

.film {
    margin: 0;
}

.film video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: var(--ink);
    pointer-events: none;
}

.film-main video {
    aspect-ratio: 16 / 10;
}

.film figcaption,
.photo-piece figcaption {
    margin-top: 12px;
    color: var(--blue-2);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.photos {
    background: var(--ink);
    color: var(--white);
}

.photo-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.46fr);
    gap: 42px;
    align-items: end;
}

.photo-intro p:last-child,
.contact-copy p:not(.mark-line) {
    color: rgba(255, 255, 255, 0.78);
}

.photo-run {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(14px, 2vw, 28px);
    align-items: start;
}

.photo-piece {
    margin: 0;
}

.photo-crop-frame {
    --inner-parallax-y: 0px;
    position: relative;
    width: 100%;
    height: min(78svh, 780px);
    overflow: hidden;
    background: var(--ink);
}

.photo-crop-frame.is-custom-crop {
    height: auto;
    max-height: min(78svh, 780px);
    aspect-ratio: var(--media-aspect, 4 / 5);
}

.photo-crop-frame img {
    width: 100%;
    height: 112%;
    object-fit: cover;
    object-position: var(--media-focus-x, 50%) var(--media-focus-y, 50%);
    pointer-events: none;
    background: var(--ink);
    transform: translate3d(0, var(--inner-parallax-y), 0) scale(1.035);
    transform-origin: var(--media-focus-x, 50%) var(--media-focus-y, 50%);
    will-change: transform;
}

.photo-crop-frame:not(.is-custom-crop) img {
    margin-top: -6%;
}

.photo-crop-frame.is-custom-crop img {
    position: absolute;
    max-width: none;
    height: auto;
    margin-top: 0;
    object-fit: fill;
    object-position: center;
    transform-origin: center;
}

.photo-piece-large {
    grid-row: span 2;
}

.photo-piece-large .photo-crop-frame {
    height: min(96svh, 980px);
}

.photo-piece-large .photo-crop-frame.is-custom-crop {
    height: auto;
    max-height: min(96svh, 980px);
}

.photo-piece-wide {
    grid-column: 1 / -1;
}

.photo-piece-wide .photo-crop-frame {
    height: min(72svh, 720px);
}

.photo-piece-wide .photo-crop-frame.is-custom-crop {
    height: auto;
    max-height: min(72svh, 720px);
}

.photos .photo-piece figcaption {
    color: rgba(255, 255, 255, 0.72);
}

.pricing-head {
    width: 100%;
    margin: 0 0 clamp(42px, 7vw, 96px);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.55fr);
    gap: clamp(28px, 6vw, 86px);
    align-items: end;
}

.pricing-head .mark-line {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.pricing-head h2 {
    margin-bottom: 0;
}

.pricing-head p:last-child {
    max-width: 590px;
    margin: 0;
    color: var(--blue-2);
    font-size: 1.06rem;
    font-weight: 760;
}

.price-board {
    border-top: 4px solid var(--ink);
}

.price-item {
    display: grid;
    grid-template-columns: minmax(160px, 0.45fr) minmax(190px, 0.42fr) minmax(280px, 1fr);
    gap: clamp(18px, 3vw, 48px);
    align-items: end;
    padding: clamp(22px, 3vw, 38px) 0;
    border-bottom: 2px solid var(--ink);
}

.price-kicker {
    margin: 0;
    color: var(--blue);
    font-size: 0.86rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.price-amount {
    display: block;
    color: var(--ink);
    font-family: var(--display);
    font-size: clamp(3rem, 5.6vw, 6.4rem);
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.price-item p:last-child {
    max-width: 620px;
    margin: 0;
    color: var(--blue-2);
    font-size: 1.02rem;
    font-weight: 760;
}

.price-note {
    display: flex;
    justify-content: flex-end;
    margin-top: clamp(30px, 5vw, 70px);
}

.price-note p {
    max-width: 760px;
    margin: 0;
    color: var(--blue-2);
    font-size: 1.08rem;
    font-weight: 820;
}

.price-note a {
    position: relative;
    display: inline-flex;
    padding-bottom: 7px;
    color: var(--ink);
    font-weight: 950;
    text-transform: uppercase;
    white-space: nowrap;
}

.price-note a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: currentColor;
}

.contact {
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.55fr);
    gap: clamp(36px, 7vw, 92px);
    align-items: center;
    background: var(--blue);
    color: var(--white);
}

.contact-copy {
    margin: 0;
}

.contact-copy h2 {
    max-width: 720px;
}

.contact-copy p:not(.mark-line) {
    margin: 0 0 28px;
}

.contact-form {
    display: grid;
    gap: 20px;
    background: var(--white);
    color: var(--ink);
    padding: clamp(26px, 4vw, 44px);
}

.contact-form label {
    display: grid;
    gap: 7px;
    position: relative;
}

.contact-form span {
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid var(--ink);
    border-radius: 0;
    background: var(--paper);
    color: var(--ink);
    padding: 14px 2px 12px;
}

.contact-form select.is-customized {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.custom-select {
    position: relative;
}

.custom-select__button {
    position: relative;
    width: 100%;
    border: 0;
    border-bottom: 2px solid var(--ink);
    border-radius: 0;
    background: var(--paper);
    color: var(--ink);
    padding: 14px 44px 12px 2px;
    text-align: left;
}

.custom-select__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 160ms ease;
}

.custom-select.is-open .custom-select__button::after {
    transform: translateY(-30%) rotate(225deg);
}

.contact-form select.is-customized:focus + .custom-select .custom-select__button,
.custom-select__button:focus-visible {
    outline: 2px solid var(--sky);
    outline-offset: 4px;
}

.custom-select__list {
    position: absolute;
    z-index: 60;
    top: calc(100% + 2px);
    right: 0;
    left: 0;
    max-height: min(270px, 52vh);
    margin: 0;
    padding: 6px 0;
    overflow: auto;
    border: 2px solid var(--ink);
    background: var(--paper);
    color: var(--ink);
    list-style: none;
    box-shadow: 0 18px 36px rgba(5, 7, 10, 0.22);
}

.custom-select__list[hidden] {
    display: none;
}

.custom-select__option {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 8px 10px;
    text-align: left;
}

.custom-select__option:hover,
.custom-select__option.is-focused,
.custom-select__option.is-selected {
    background: var(--blue);
    color: var(--white);
}

.custom-select.is-disabled {
    opacity: 0.74;
    pointer-events: none;
}

.contact-form textarea {
    min-height: 132px;
    resize: vertical;
}

.booking-calendar {
    display: grid;
    gap: 12px;
    border-top: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    padding: 16px 0 18px;
}

.booking-calendar__head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
    align-items: center;
}

.booking-calendar__head button {
    width: 42px;
    aspect-ratio: 1;
    border: 0;
    background: var(--ink);
    color: var(--white);
    padding: 0;
    font-size: 1.7rem;
    font-weight: 950;
    line-height: 1;
}

.booking-calendar__head button:disabled {
    opacity: 0.28;
    cursor: not-allowed;
}

.booking-calendar__head strong {
    min-width: 0;
    font-family: var(--display);
    font-size: clamp(1.8rem, 5.2vw, 3.6rem);
    line-height: 0.86;
    text-align: center;
    text-transform: uppercase;
}

.booking-calendar__weekdays,
.booking-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.booking-calendar__weekdays span {
    color: var(--blue-2);
    font-size: 0.68rem;
    font-weight: 950;
    text-align: center;
    text-transform: uppercase;
}

.booking-calendar__blank {
    min-height: 46px;
}

.booking-calendar__day {
    min-width: 0;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    gap: 3px;
    border: 2px solid transparent;
    background: var(--paper);
    color: var(--ink);
    padding: 4px 2px;
    text-align: center;
}

.booking-calendar__day span {
    font-family: var(--display);
    font-size: clamp(1.45rem, 5vw, 2.8rem);
    line-height: 0.76;
    letter-spacing: 0;
}

.booking-calendar__day small {
    min-height: 10px;
    font-size: 0.55rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.booking-calendar__day.is-weekend:not(:disabled) {
    border-color: var(--ink);
    background: var(--white);
}

.booking-calendar__day.is-selected,
.booking-calendar__day.is-selected:not(:disabled) {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--white);
}

.booking-calendar__day.is-selected span,
.booking-calendar__day.is-selected small {
    color: var(--white);
}

.booking-calendar__day.is-muted {
    opacity: 0.34;
}

.booking-calendar__day.is-booked,
.booking-calendar__day.is-blocked {
    background: #d8d1c2;
    opacity: 0.52;
}

.booking-calendar__day:disabled {
    cursor: not-allowed;
}

.booking-calendar__note {
    margin: 0;
    color: var(--blue-2);
    font-size: 0.86rem;
    font-weight: 760;
}

.booking-calendar__note[data-tone="success"] {
    color: #14633a;
}

.booking-calendar__note[data-tone="error"] {
    color: #8f1f1f;
}

.code-field[hidden],
[data-reset-button][hidden] {
    display: none;
}

.form-trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.form-actions button {
    border: 0;
    border-radius: 0;
    background: var(--ink);
    color: var(--white);
    padding: 15px 20px;
    font-weight: 950;
    text-transform: uppercase;
}

.form-actions button[data-reset-button] {
    background: transparent;
    color: var(--ink);
    padding-inline: 0;
}

.form-status {
    min-height: 24px;
    margin: 0;
    color: var(--blue-2);
    font-size: 0.9rem;
    font-weight: 760;
}

.form-status[data-tone="success"] {
    color: #14633a;
}

.form-status[data-tone="error"] {
    color: #8f1f1f;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 28px var(--side);
    background: var(--ink);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
}

.site-footer p {
    margin: 0;
    font-weight: 900;
}

.site-footer nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.legal-page {
    background: var(--paper);
    color: var(--ink);
    overflow-x: hidden;
}

.legal-page .site-chrome::before {
    background: linear-gradient(180deg, rgba(8, 25, 51, 0.95), rgba(8, 25, 51, 0));
}

.legal-main {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 150px var(--side) 90px;
}

.legal-surface {
    min-height: 100svh;
    background: var(--paper);
}

.legal-transition-panel {
    position: fixed;
    inset: 0;
    z-index: 70;
    background: var(--paper);
    transform: translateY(100%);
    will-change: transform;
    pointer-events: none;
}

.legal-transition-panel.is-active {
    transform: translateY(0);
    transition: transform 120ms cubic-bezier(0.19, 1, 0.22, 1);
}

body.legal-transitioning {
    cursor: progress;
}

.js .legal-page .legal-surface {
    animation: legal-slide-up 120ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

@keyframes legal-slide-up {
    from {
        opacity: 0.96;
        transform: translateY(8svh);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.legal-content {
    background: var(--white);
    padding: clamp(28px, 6vw, 60px);
}

.legal-content h1 {
    margin-bottom: 34px;
    font-family: var(--display);
    font-size: clamp(2.6rem, 6vw, 5.5rem);
    line-height: 0.9;
    text-transform: uppercase;
    color: var(--ink);
}

.legal-content h2 {
    margin: 34px 0 12px;
    font-size: 1rem;
    text-transform: uppercase;
}

.legal-content p,
.legal-content li {
    color: var(--blue-2);
    font-weight: 700;
}

.legal-back {
    display: inline-flex;
    margin-bottom: 24px;
    color: var(--ink);
    font-weight: 950;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 2px solid var(--ink);
    padding: 10px 18px;
    transition: background 0.2s, color 0.2s;
}

.legal-back:hover {
    background: var(--ink);
    color: var(--white);
}

.eyebrow {
    margin: 0 0 16px;
    font-size: 0.78rem;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.legal-content .eyebrow {
    display: none;
}


/* Schnelle, browser-zurück-fähige Rechtstexte als helle Maske. */
.legal-sheet[hidden] {
    display: none;
}

.legal-sheet {
    position: fixed;
    inset: 0;
    z-index: 70;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--paper);
    padding: 132px var(--side) 72px;
    transform: translateY(100%);
    transition: transform 120ms cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
}

.legal-sheet.is-visible {
    transform: translateY(0);
}

.legal-sheet__inner {
    width: min(100%, 1080px);
    margin: 0 auto;
}

.legal-sheet__back {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 10px 18px;
    background: transparent;
    border: 2px solid var(--ink);
    color: var(--ink);
    font: inherit;
    font-size: 0.85rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.legal-sheet__back:hover {
    background: var(--ink);
    color: var(--white);
}

body.legal-sheet-open {
    overflow: hidden;
}

body.legal-sheet-open .site-chrome .brand img {
    filter: invert(1);
}

body.legal-sheet-open .site-chrome .site-nav,
body.legal-sheet-open .site-chrome .nav-toggle {
    color: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
    .legal-sheet {
        transition: none;
    }
}

.js .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .site-chrome {
        align-items: center;
        padding-top: 20px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: fixed;
        inset: 0;
        z-index: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 22px;
        padding: 100px var(--side);
        background: rgba(5, 7, 10, 0.96);
        color: var(--white);
        font-family: var(--display);
        font-size: clamp(3rem, 14vw, 7rem);
        line-height: 0.9;
        transform: translateY(-100%);
        visibility: hidden;
        transition: transform 220ms ease, visibility 220ms ease;
    }

    body.nav-open .site-nav {
        transform: translateY(0);
        visibility: visible;
    }

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

    .pricing-head {
        grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
        gap: clamp(20px, 4vw, 40px);
    }

    .motion-intro {
        grid-template-columns: minmax(0, 0.54fr) minmax(0, 1fr);
        gap: clamp(16px, 4vw, 34px);
    }

    .photo-intro,
    .video-stage,
    .photo-run {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
        gap: clamp(14px, 3vw, 28px);
    }

    .motion-intro h2 {
        grid-column: 2;
        grid-row: 1 / span 2;
        justify-self: end;
        max-width: 100%;
        text-align: right;
        overflow-wrap: break-word;
    }

    .contact {
        min-height: auto;
    }

    .price-item {
        grid-template-columns: minmax(0, 0.85fr) minmax(150px, 0.55fr);
        align-items: start;
    }

    .price-item p:last-child {
        grid-column: 1 / -1;
    }

    .photo-piece-large,
    .photo-piece-wide {
        grid-column: auto;
    }

    .photo-piece-large {
        grid-row: span 2;
    }

    .photo-piece-wide {
        grid-column: 1 / -1;
    }

    .photo-crop-frame,
    .photo-piece-large .photo-crop-frame,
    .photo-piece-wide .photo-crop-frame {
        height: min(72svh, 680px);
    }

    .photo-crop-frame.is-custom-crop,
    .photo-piece-large .photo-crop-frame.is-custom-crop,
    .photo-piece-wide .photo-crop-frame.is-custom-crop {
        height: auto;
        max-height: min(72svh, 680px);
    }
}

@media (max-width: 620px) {
    .brand {
        width: min(210px, 54vw);
    }

    .hero-copy {
        padding-top: 140px;
        padding-bottom: 44px;
    }

    h1 {
        font-size: clamp(2.85rem, 12.8vw, 4.45rem);
    }

    h2 {
        font-size: clamp(2.85rem, 12vw, 4.65rem);
    }

    .motion-intro,
    .photo-intro,
    .video-stage,
    .photo-run {
        gap: 12px;
    }

    .motion-intro {
        grid-template-columns: minmax(0, 0.46fr) minmax(0, 1fr);
        align-items: start;
    }

    .motion-intro h2 {
        font-size: clamp(2.45rem, 10.8vw, 4.2rem);
        line-height: 0.86;
    }

    .motion-intro p:last-child {
        align-self: end;
        font-size: 0.9rem;
    }

    .photo-intro {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    }

    .pricing-head {
        grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
        align-items: start;
    }

    .pricing-head .mark-line {
        grid-column: 1;
    }

    .pricing-head h2 {
        grid-column: 1 / -1;
        font-size: clamp(2.65rem, 11.6vw, 4.5rem);
    }

    .pricing-head p:last-child {
        grid-column: 2;
        font-size: 0.9rem;
    }

    .price-item {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: end;
    }

    .price-kicker {
        font-size: 0.72rem;
    }

    .price-amount {
        font-size: clamp(2rem, 9.2vw, 3.4rem);
    }

    .price-item p:last-child {
        font-size: 0.9rem;
    }

    .price-note {
        justify-content: flex-start;
    }

    .photo-intro h2 {
        max-width: 100%;
        font-size: clamp(2.45rem, 10.8vw, 4.2rem);
    }

    .photo-intro p:last-child {
        grid-column: 2;
        font-size: 0.9rem;
    }

    .contact-copy h2 {
        font-size: clamp(2.8rem, 13vw, 4.8rem);
    }

    .hero-links {
        gap: 16px;
    }

    .motion,
    .photos,
    .pricing,
    .contact {
        padding-top: 86px;
        padding-bottom: 86px;
    }

    .film video,
    .film-main video {
        aspect-ratio: 4 / 5;
    }

    .photo-crop-frame,
    .photo-piece-large .photo-crop-frame,
    .photo-piece-wide .photo-crop-frame {
        height: min(52svh, 520px);
    }

    .photo-piece-large .photo-crop-frame {
        height: min(66svh, 620px);
    }

    .photo-piece-wide .photo-crop-frame {
        height: min(46svh, 470px);
    }

    .photo-crop-frame.is-custom-crop,
    .photo-piece-large .photo-crop-frame.is-custom-crop,
    .photo-piece-wide .photo-crop-frame.is-custom-crop {
        height: auto;
        max-height: min(56svh, 540px);
    }

    .photo-piece-large .photo-crop-frame.is-custom-crop {
        max-height: min(66svh, 620px);
    }

    .photo-piece-wide .photo-crop-frame.is-custom-crop {
        max-height: min(46svh, 470px);
    }

    .form-actions {
        display: grid;
    }

    .form-actions button {
        width: 100%;
    }

    .site-footer {
        display: grid;
    }
}

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

    [data-parallax],
    .js .reveal {
        opacity: 1;
        transform: none;
    }

    .js .legal-page .legal-surface {
        animation: none;
    }
}
