:root {
  --black: #15100c;
  --charcoal: #211812;
  --charcoal-2: #34261b;
  --sand: #e4c28f;
  --sand-light: #fff0d5;
  --gold: #c89249;
  --gold-bright: #e2b875;
  --terracotta: #b46646;
  --ivory: #fff8ed;
  --muted: #c3b3a1;
  --line: rgba(244,218,177,.25);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ivory); background: radial-gradient(circle at 14% 20%, rgba(190,132,67,.11), transparent 30%), linear-gradient(180deg, #15100c, #21170f 48%, #17110d); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }
body.is-loading { overflow: hidden; }

/* Show the cinematic intro only once per browser session. */
html.intro-seen .preloader { display: none !important; }
html.intro-seen body.is-loading { overflow: auto; }
html.intro-seen body.is-loading .site-header,
html.intro-seen body.is-loading main,
html.intro-seen body.is-loading .site-footer {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
::selection { color: #17110c; background: var(--sand); }
.grain { position: fixed; inset: 0; z-index: 60; pointer-events: none; opacity: .15; mix-blend-mode: soft-light; background-image: url("assets/images/black-noise.jpg"); }
.preloader { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: #050403; transition: opacity 1.25s cubic-bezier(.22,.8,.22,1), visibility 1.25s cubic-bezier(.22,.8,.22,1); }
.preloader.is-hidden { opacity: 0; visibility: hidden; }
.preloader::before { content: ""; position: absolute; left: 50%; top: -12vh; width: min(68vw, 860px); height: 82vh; transform: translateX(-50%); background: radial-gradient(ellipse at 50% 0%, rgba(255,233,197,.18), rgba(255,211,140,.06) 26%, rgba(255,211,140,0) 58%); filter: blur(8px); opacity: .9; pointer-events: none; }
.preloader::after { content: ""; position: absolute; left: 50%; top: 0; width: min(44vw, 560px); height: 78vh; transform: translateX(-50%); background: linear-gradient(180deg, rgba(248,222,180,.18), rgba(248,222,180,.04) 26%, rgba(248,222,180,0) 72%); clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%); opacity: .32; pointer-events: none; }

.site-header, main, .site-footer { transition: opacity 1.6s cubic-bezier(.2,.8,.2,1), transform 1.6s cubic-bezier(.2,.8,.2,1), filter 1.6s cubic-bezier(.2,.8,.2,1); }
body.is-loading .site-header, body.is-loading main, body.is-loading .site-footer { opacity: 0; transform: translateY(18px) scale(1.01); filter: blur(10px); }
#sand-loader { position: absolute; inset: 0; width: 100%; height: 100%; }
.preloader-title { position: relative; z-index: 2; display: grid; gap: 8px; text-align: center; opacity: 0; animation: loaderTitle .8s .15s ease forwards; }
.preloader-title strong { font-family: var(--serif); font-size: clamp(2.2rem, 6vw, 5rem); font-weight: 500; letter-spacing: .18em; }
.preloader-title span { color: var(--sand); font-size: .68rem; text-transform: uppercase; letter-spacing: .27em; }
@keyframes loaderTitle { to { opacity: .7; } }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 96px; display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; padding: 0 clamp(22px, 4vw, 68px); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, height .35s; }
.site-header.scrolled, .solid-header { height: 78px; background: rgba(8,7,6,.88); backdrop-filter: blur(18px); border-color: var(--line); }
.logo { width: 175px; display: inline-flex; }
.logo img { width: 100%; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 44px); }
.desktop-nav a { position: relative; color: rgba(247,242,234,.8); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--sand); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-cta, .cart-button { justify-self: end; min-height: 44px; padding: 0 19px; display: inline-flex; align-items: center; gap: 18px; border: 1px solid rgba(240,223,195,.4); background: rgba(8,7,6,.25); color: var(--ivory); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; transition: .25s; }
.header-cta:hover, .cart-button:hover { background: var(--sand); color: #17110c; border-color: var(--sand); }
.menu-toggle { display: none; justify-self: end; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { width: 25px; height: 1px; display: block; margin: 6px auto; background: var(--ivory); transition: .3s; }
.menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 90; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 100px 30px 50px; background: radial-gradient(circle at 70% 30%, rgba(184,138,74,.15), transparent 30%), #080706; opacity: 0; visibility: hidden; transform: translateY(-20px); transition: .35s; }
.mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu a { font-family: var(--serif); font-size: clamp(2.5rem, 10vw, 4rem); border-bottom: 1px solid var(--line); padding: 10px 0; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; padding: 155px clamp(22px, 7vw, 120px) 105px; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: sepia(.35) saturate(.65) contrast(1.15); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,4,3,.93) 0%, rgba(5,4,3,.72) 42%, rgba(5,4,3,.18) 72%, rgba(5,4,3,.64) 100%), linear-gradient(0deg, rgba(5,4,3,.75), transparent 50%); }
.hero-light { position: absolute; width: 60vw; height: 65vw; left: 36%; top: -20%; border-radius: 50%; background: rgba(215,185,139,.12); filter: blur(90px); }
.hero-content { position: relative; z-index: 2; width: min(880px, 100%); }
.eyebrow, .section-index { display: block; color: var(--sand); font-size: .68rem; font-weight: 500; text-transform: uppercase; letter-spacing: .26em; }
.hero h1 { margin: 24px 0 30px; font-family: var(--serif); font-size: clamp(4.1rem, 8.2vw, 9rem); font-weight: 400; line-height: .82; letter-spacing: -.045em; }
.hero h1 em { color: var(--sand); font-weight: 400; }
.hero-copy { max-width: 650px; margin: 0 0 38px; color: rgba(247,242,234,.72); font-size: 1.04rem; line-height: 1.85; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 24px; border: 1px solid transparent; display: inline-flex; justify-content: center; align-items: center; gap: 13px; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #17110c; background: var(--sand); border-color: var(--sand); }
.button-gold:hover { background: var(--gold-bright); }
.button-ghost { color: var(--ivory); border-color: rgba(247,242,234,.35); background: rgba(8,7,6,.25); }
.button-ghost:hover { color: #17110c; background: var(--ivory); }
.play-icon { font-size: .65rem; }
.hero-bottom { position: absolute; z-index: 2; left: clamp(22px, 7vw, 120px); right: clamp(22px, 7vw, 120px); bottom: 28px; display: flex; justify-content: space-between; gap: 20px; color: rgba(247,242,234,.46); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-bottom a { display: flex; gap: 15px; align-items: center; }
.hero-bottom i { width: 46px; height: 1px; background: var(--sand); position: relative; overflow: hidden; }
.hero-bottom i::after { content: ""; position: absolute; width: 10px; height: 1px; background: white; animation: scrollLine 2s infinite; }
@keyframes scrollLine { from { left: -10px; } to { left: 46px; } }

.section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 150px 0; }
.intro { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(60px, 10vw, 170px); align-items: end; }
.intro blockquote { margin: 28px 0 0; font-family: var(--serif); font-size: clamp(4.5rem, 8vw, 8rem); font-weight: 400; line-height: .84; letter-spacing: -.045em; }
.intro-copy { padding-bottom: 10px; }
.intro-copy p { margin: 0 0 22px; color: var(--muted); font-size: 1.06rem; line-height: 1.9; }
.intro-copy p:first-child { color: var(--sand-light); font-size: 1.32rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; color: var(--sand); font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }

.section-heading { margin-bottom: 58px; }
.section-heading h2 { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(3.8rem, 7vw, 7.4rem); font-weight: 400; line-height: .87; letter-spacing: -.045em; }
.split-heading { display: grid; grid-template-columns: 1fr .52fr; gap: 80px; align-items: end; }
.split-heading p { margin: 0 0 6px; color: var(--muted); line-height: 1.8; }
.featured-film { padding-top: 80px; }
.featured-video-card { position: relative; display: block; width: 100%; aspect-ratio: 16/8.4; overflow: hidden; border: 0; padding: 0; background: #0e0c0b; cursor: pointer; text-align: left; }
.featured-video-card img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.24) saturate(.75); transition: transform 1s, filter .5s; }
.featured-video-card:hover img { transform: scale(1.025); filter: sepia(.1) saturate(.95); }
.video-wash, .video-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,4,3,.88), transparent 55%); }
.round-play { position: absolute; left: 50%; top: 50%; width: 96px; height: 96px; transform: translate(-50%,-50%); display: grid; place-items: center; border: 1px solid rgba(247,242,234,.55); border-radius: 50%; background: rgba(8,7,6,.3); backdrop-filter: blur(8px); font-size: 1rem; transition: .3s; }
.featured-video-card:hover .round-play { color: #15110d; background: var(--sand); border-color: var(--sand); transform: translate(-50%,-50%) scale(1.05); }
.film-meta { position: absolute; left: clamp(24px, 4vw, 58px); right: clamp(24px, 4vw, 58px); bottom: 35px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.film-meta small { grid-column: 1 / -1; color: var(--sand); text-transform: uppercase; letter-spacing: .2em; font-size: .62rem; }
.film-meta strong { margin-top: 10px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.2rem); font-weight: 400; }
.film-meta em { color: rgba(247,242,234,.65); font-style: normal; font-size: .72rem; }

.artworks { width: min(1400px, calc(100% - 48px)); }
.gallery-toolbar { display: flex; flex-wrap: wrap; gap: 8px; margin: -20px 0 36px; }
.gallery-filter { padding: 11px 16px; color: var(--muted); background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; transition: .25s; }
.gallery-filter:hover, .gallery-filter.active { color: #17110c; background: var(--sand); border-color: var(--sand); }
.masonry-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 12px; }
.art-card { position: relative; grid-row: span 1; overflow: hidden; padding: 0; border: 0; background: #171310; cursor: zoom-in; text-align: left; transition: opacity .3s, transform .3s; }
.art-card.tall { grid-row: span 2; }
.art-card.wide { grid-column: span 2; }
.art-card.is-hidden { display: none; }
.art-card img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.18) saturate(.76) contrast(1.04); transition: transform .8s, filter .4s; }
.art-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,5,4,.92), transparent 50%); opacity: .8; }
.art-card span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; display: flex; justify-content: space-between; gap: 10px; align-items: end; }
.art-card strong { font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.art-card em { color: rgba(247,242,234,.55); font-size: .58rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.art-card:hover img { transform: scale(1.04); filter: sepia(.05) saturate(.95); }

.video-gallery-section { width: min(1400px, calc(100% - 48px)); }
.video-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 330px; gap: 12px; }
.video-card { position: relative; overflow: hidden; border: 0; padding: 0; background: #171310; text-align: left; cursor: pointer; }
.video-card.large { grid-row: span 2; }
.video-card img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.24) saturate(.68); transition: transform .7s, filter .4s; }
.video-card:hover img { transform: scale(1.035); filter: sepia(.08) saturate(.95); }
.video-card-copy { position: absolute; z-index: 2; inset: auto 22px 22px; display: grid; gap: 6px; }
.video-card-copy small { color: var(--sand); font-size: .6rem; text-transform: uppercase; letter-spacing: .18em; }
.video-card-copy strong { font-family: var(--serif); font-size: clamp(1.8rem, 2.5vw, 3.2rem); font-weight: 400; line-height: .95; }
.video-card-copy em { margin-top: 5px; color: rgba(247,242,234,.55); font-size: .63rem; font-style: normal; text-transform: uppercase; letter-spacing: .12em; }
.pending-video { cursor: default; }
.pending-video::after { content: "Coming soon"; position: absolute; z-index: 3; top: 18px; right: 18px; padding: 8px 10px; border: 1px solid rgba(240,223,195,.28); color: rgba(247,242,234,.65); background: rgba(8,7,6,.55); font-size: .55rem; text-transform: uppercase; letter-spacing: .12em; }

.biography { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.bio-image { position: relative; height: 760px; overflow: hidden; }
.bio-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -130px 120px rgba(8,7,6,.4); }
.bio-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: sepia(.25) saturate(.72) contrast(1.04); }
.bio-image-caption { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: rgba(247,242,234,.62); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }
.bio-copy h2 { margin: 20px 0 34px; font-family: var(--serif); font-size: clamp(3.8rem, 6.6vw, 7rem); font-weight: 400; line-height: .87; letter-spacing: -.045em; }
.bio-copy p { color: var(--muted); line-height: 1.9; margin: 0 0 18px; }
.bio-copy p.lead { color: var(--sand-light); font-family: var(--serif); font-size: 1.65rem; line-height: 1.45; }
.bio-facts { margin-top: 45px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.bio-facts div { padding: 22px 14px 0 0; }
.bio-facts strong, .bio-facts span { display: block; }
.bio-facts strong { font-family: var(--serif); color: var(--sand); font-size: 1.7rem; font-weight: 500; }
.bio-facts span { margin-top: 7px; color: #7d746b; font-size: .65rem; line-height: 1.5; }

.prints-teaser { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; min-height: 850px; }
.prints-copy h2 { margin: 22px 0 28px; font-family: var(--serif); font-size: clamp(4.5rem, 8vw, 8.5rem); font-weight: 400; line-height: .82; }
.prints-copy p { max-width: 500px; margin-bottom: 34px; color: var(--muted); line-height: 1.85; }
.prints-stack { position: relative; height: 670px; }
.prints-stack figure { position: absolute; margin: 0; width: 52%; height: 72%; padding: 15px; background: #e8dfd3; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.prints-stack figure:nth-child(1) { left: 0; top: 10%; transform: rotate(-8deg); }
.prints-stack figure:nth-child(2) { left: 24%; top: 0; z-index: 2; transform: rotate(2deg); }
.prints-stack figure:nth-child(3) { right: 0; top: 15%; transform: rotate(8deg); }
.prints-stack img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.18); }

.booking { position: relative; width: min(1400px, calc(100% - 24px)); padding: clamp(45px, 7vw, 100px); border: 1px solid var(--line); background: radial-gradient(circle at 15% 30%, rgba(184,138,74,.11), transparent 30%), #100d0b; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 8vw, 120px); overflow: hidden; }
.booking-glow { position: absolute; width: 500px; height: 500px; left: -180px; top: 20%; border-radius: 50%; background: rgba(215,185,139,.08); filter: blur(80px); }
.booking-intro, .booking-form { position: relative; z-index: 2; }
.booking-intro h2 { margin: 24px 0 30px; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.4rem); font-weight: 400; line-height: .84; }
.booking-intro > p { color: var(--muted); line-height: 1.85; }
.event-types { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 38px 0 0; padding: 0; list-style: none; color: var(--sand-light); font-size: .75rem; }
.event-types li::before { content: "—"; color: var(--gold); margin-right: 9px; }
.booking-form { padding: clamp(25px, 4vw, 50px); background: rgba(8,7,6,.62); border: 1px solid var(--line); backdrop-filter: blur(12px); }
.form-heading { display: grid; gap: 8px; margin-bottom: 30px; }
.form-heading span { color: var(--sand); font-size: .64rem; text-transform: uppercase; letter-spacing: .18em; }
.form-heading strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label { display: grid; gap: 9px; }
.form-grid label.full { grid-column: 1/-1; }
.form-grid label > span { color: #92877c; font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; color: var(--ivory); background: transparent; border: 0; border-bottom: 1px solid rgba(240,223,195,.22); border-radius: 0; padding: 10px 0 13px; outline: 0; }
.form-grid select option { color: #111; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--sand); }
.submit-button { margin-top: 28px; }
.form-note { margin: 18px 0 0; color: #71675e; font-size: .6rem; line-height: 1.55; }

.site-footer { width: min(1400px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 36px; display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 70px; border-top: 1px solid var(--line); }
.footer-main img { width: 180px; }
.footer-main p { margin: 30px 0 0; font-family: var(--serif); color: var(--sand-light); font-size: 2rem; line-height: 1.08; }
.footer-links { display: grid; gap: 13px; align-content: start; }
.footer-links a { color: var(--muted); font-size: .72rem; }
.footer-links a:hover { color: var(--sand); }
.footer-contact { display: grid; align-content: start; justify-items: start; gap: 13px; }
.footer-contact > span { color: #756c64; font-size: .62rem; text-transform: uppercase; letter-spacing: .15em; }
.footer-contact > a { font-family: var(--serif); color: var(--sand-light); font-size: 1.45rem; }
.footer-contact div { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; color: var(--muted); font-size: .68rem; }
.footer-bottom { grid-column: 1/-1; margin-top: 45px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #665e57; font-size: .6rem; text-transform: uppercase; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

.lightbox, .video-modal, .product-modal { position: fixed; inset: 0; z-index: 300; display: grid; opacity: 0; visibility: hidden; transition: .3s; background: rgba(5,4,3,.96); }
.lightbox.open, .video-modal.open, .product-modal.open { opacity: 1; visibility: visible; }
.lightbox { grid-template-columns: 1fr 340px; padding: 70px; }
.lightbox-image { display: grid; place-items: center; overflow: hidden; }
.lightbox-image img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-caption { align-self: end; padding: 35px; }
.lightbox-caption span { color: var(--sand); font-size: .62rem; text-transform: uppercase; letter-spacing: .17em; }
.lightbox-caption h3 { margin: 14px 0; font-family: var(--serif); font-size: 3.5rem; font-weight: 400; }
.lightbox-caption p { color: var(--muted); line-height: 1.75; }
.lightbox-close, .video-close, .product-modal-close { position: absolute; z-index: 3; right: 24px; top: 20px; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; color: var(--ivory); background: rgba(8,7,6,.5); font-size: 1.7rem; cursor: pointer; }
.video-modal { place-items: center; padding: 70px; }
.video-frame { width: min(1200px, 100%); aspect-ratio: 16/9; background: #000; }
.video-frame iframe, .video-frame video { width: 100%; height: 100%; border: 0; }
.toast { position: fixed; z-index: 500; right: 22px; bottom: 22px; max-width: 380px; padding: 16px 19px; color: #17110c; background: var(--sand); box-shadow: 0 18px 60px rgba(0,0,0,.35); font-size: .75rem; line-height: 1.5; opacity: 0; transform: translateY(15px); pointer-events: none; transition: .3s; }
.toast.show { opacity: 1; transform: none; }

/* Shop */
.shop-page { background: #0b0908; }
.shop-hero { width: min(1300px, calc(100% - 48px)); margin: 0 auto; padding: 190px 0 100px; display: grid; grid-template-columns: 1fr .5fr; gap: 80px; align-items: end; }
.shop-hero h1 { margin: 22px 0 0; font-family: var(--serif); font-size: clamp(5rem, 10vw, 10rem); font-weight: 400; line-height: .78; letter-spacing: -.055em; }
.shop-hero h1 em { color: var(--sand); font-weight: 400; }
.shop-hero > p { margin: 0; color: var(--muted); line-height: 1.9; }
.shop-note { width: min(1300px, calc(100% - 48px)); margin: 0 auto 70px; padding: 26px 0; display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.shop-note span { font-family: var(--serif); color: var(--sand-light); font-size: 1.4rem; }
.shop-note p { margin: 0; color: #756c64; font-size: .76rem; line-height: 1.7; }
.product-grid { width: min(1400px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 50px 18px; padding-bottom: 150px; }
.product-card { min-width: 0; }
.product-image { position: relative; width: 100%; aspect-ratio: 4/5; overflow: hidden; padding: 0; border: 0; background: #181411; cursor: pointer; }
.product-image img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.16) saturate(.75); transition: .7s; }
.product-image span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-45%); padding: 13px 16px; color: #17110c; background: var(--sand); font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; opacity: 0; transition: .3s; }
.product-image:hover img { transform: scale(1.025); filter: sepia(.02) saturate(.95); }
.product-image:hover span { opacity: 1; transform: translate(-50%,-50%); }
.product-info { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 15px; border-bottom: 1px solid var(--line); }
.product-info h2 { margin: 0 0 5px; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.product-info p { margin: 0; color: #746a62; font-size: .63rem; }
.product-info > strong { color: var(--sand); font-weight: 400; }
.add-cart { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); color: var(--ivory); background: transparent; text-align: left; font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; cursor: pointer; transition: .25s; }
.add-cart:hover { padding-left: 10px; color: var(--sand); }
.shop-service { width: min(1300px, calc(100% - 48px)); margin: 0 auto 140px; padding: 70px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; background: var(--sand); color: #17110c; }
.shop-service span { font-size: .62rem; text-transform: uppercase; letter-spacing: .18em; }
.shop-service h2 { max-width: 850px; margin: 18px 0 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 500; line-height: .92; }
.shop-service a { font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; border-bottom: 1px solid; padding-bottom: 6px; }
.cart-button { border: 0; background: transparent; }
.cart-button span { min-width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--sand); color: #17110c; }
.cart-drawer { position: fixed; z-index: 410; top: 0; right: 0; width: min(440px, 100%); height: 100%; padding: 28px; display: flex; flex-direction: column; background: #0e0b09; border-left: 1px solid var(--line); transform: translateX(100%); transition: .35s; }
.cart-drawer.open { transform: none; }
.cart-backdrop { position: fixed; inset: 0; z-index: 400; background: rgba(0,0,0,.7); opacity: 0; visibility: hidden; transition: .3s; }
.cart-backdrop.open { opacity: 1; visibility: visible; }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.cart-close { border: 0; background: none; color: var(--ivory); font-size: 2rem; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-item img { width: 76px; height: 82px; object-fit: cover; }
.cart-item strong { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.cart-item span { color: var(--sand); font-size: .7rem; }
.cart-item button { border: 0; background: transparent; color: #776e66; cursor: pointer; }
.cart-empty { padding: 40px 0; color: #776e66; }
.cart-total { display: flex; justify-content: space-between; padding: 20px 0; border-top: 1px solid var(--line); }
.cart-total strong { color: var(--sand); }
.checkout-button { width: 100%; }
.cart-drawer small { margin-top: 12px; color: #665e57; line-height: 1.5; }
.product-modal { grid-template-columns: 1.15fr .85fr; padding: 70px; }
.product-modal-image { min-height: 0; display: grid; place-items: center; }
.product-modal-image img { max-height: 100%; width: 100%; object-fit: contain; }
.product-modal-copy { padding: 50px; align-self: center; }
.product-modal-copy > span { color: var(--sand); font-size: .62rem; text-transform: uppercase; letter-spacing: .18em; }
.product-modal-copy h2 { margin: 17px 0 25px; font-family: var(--serif); font-size: 4.5rem; font-weight: 400; line-height: .9; }
.product-modal-copy p, .product-modal-copy li { color: var(--muted); line-height: 1.75; }
.product-modal-copy ul { padding-left: 18px; }
.product-modal-copy > strong { display: block; margin: 28px 0; color: var(--sand); font-size: 1.4rem; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 180px 1fr auto; }
  .desktop-nav { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .intro, .split-heading, .biography, .prints-teaser, .booking, .shop-hero { grid-template-columns: 1fr; }
  .masonry-gallery { grid-template-columns: repeat(3,1fr); }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .video-card.large { grid-column: span 2; grid-row: auto; }
  .bio-image { height: 680px; }
  .prints-teaser { gap: 20px; }
  .booking { gap: 55px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 2; }
  .footer-bottom { grid-column: 1/-1; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .product-modal { grid-template-columns: 1fr 1fr; padding: 45px; }
}
@media (max-width: 720px) {
  .site-header { height: 76px; padding: 0 18px; grid-template-columns: 150px 1fr auto; }
  .logo { width: 145px; }
  .section { width: calc(100% - 28px); padding: 100px 0; }
  .hero { padding: 125px 18px 90px; align-items: center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,4,3,.92), rgba(5,4,3,.5)), linear-gradient(0deg, rgba(5,4,3,.84), transparent 60%); }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 6.2rem); }
  .hero-copy { font-size: .92rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-bottom { left: 18px; right: 18px; flex-direction: column; }
  .hero-bottom > span { display: none; }
  .intro blockquote, .section-heading h2, .bio-copy h2, .prints-copy h2, .booking-intro h2 { font-size: clamp(3.5rem, 15vw, 5.6rem); }
  .featured-film { width: calc(100% - 14px); }
  .featured-video-card { aspect-ratio: 4/5; }
  .round-play { width: 72px; height: 72px; }
  .film-meta { grid-template-columns: 1fr; }
  .film-meta em { display: none; }
  .artworks, .video-gallery-section { width: calc(100% - 14px); }
  .masonry-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; gap: 7px; }
  .art-card.wide { grid-column: span 2; }
  .art-card span { left: 13px; right: 13px; bottom: 12px; display: grid; }
  .art-card strong { font-size: 1.3rem; }
  .video-grid { grid-template-columns: 1fr; grid-auto-rows: 340px; gap: 7px; }
  .video-card.large { grid-column: auto; }
  .bio-image { height: 570px; }
  .bio-facts { grid-template-columns: 1fr; }
  .bio-facts div { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .stage-track img { width: 290px; height: 190px; }
  .prints-stack { height: 470px; }
  .prints-stack figure { width: 60%; height: 65%; padding: 8px; }
  .booking { width: calc(100% - 14px); padding: 35px 18px; }
  .event-types, .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .site-footer { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 40px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .lightbox { grid-template-columns: 1fr; padding: 60px 14px 20px; }
  .lightbox-caption { padding: 16px 0; }
  .lightbox-caption h3 { font-size: 2.4rem; }
  .video-modal { padding: 60px 8px; }
  .shop-hero { width: calc(100% - 28px); padding: 140px 0 70px; gap: 35px; }
  .shop-hero h1 { font-size: clamp(4.5rem, 20vw, 7rem); }
  .shop-note { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 14px; }
  .product-grid { width: calc(100% - 14px); grid-template-columns: 1fr; gap: 42px; }
  .shop-service { width: calc(100% - 28px); grid-template-columns: 1fr; padding: 35px 22px; }
  .product-modal { grid-template-columns: 1fr; padding: 58px 14px 20px; overflow-y: auto; }
  .product-modal-image { min-height: 45vh; }
  .product-modal-copy { padding: 25px 5px; }
  .product-modal-copy h2 { font-size: 3rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* 2026 refined sand-stage theme */
.preloader { background: radial-gradient(circle at 50% 44%, rgba(227,181,112,.12) 0%, rgba(88,56,30,.12) 22%, rgba(36,24,15,.92) 44%, #0b0806 64%, #030201 100%); }
.preloader-title { margin-top: -12vh; opacity: 1; animation: none; }
.preloader-title strong { text-shadow: 0 10px 48px rgba(229,194,142,.34), 0 0 26px rgba(242,214,168,.18); }
.preloader-title span { color: var(--sand-light); text-shadow: 0 0 22px rgba(242,214,168,.12); }
.preloader-controls { position: absolute; z-index: 3; left: 50%; bottom: 7vh; width: min(440px, calc(100% - 40px)); transform: translateX(-50%); text-align: center; }
.loader-progress { height: 1px; overflow: hidden; background: rgba(255,240,213,.17); }
.loader-progress i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, var(--terracotta), var(--sand-light)); }
.preloader-controls p { margin: 14px 0 17px; color: rgba(255,240,213,.52); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.skip-loader { padding: 11px 16px; border: 1px solid rgba(255,240,213,.28); color: var(--sand-light); background: rgba(21,16,12,.45); cursor: pointer; text-transform: uppercase; letter-spacing: .13em; font-size: .62rem; transition: .25s; }
.skip-loader:hover { color: #21160e; background: var(--sand); border-color: var(--sand); }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

.site-header.scrolled, .solid-header { background: rgba(22,16,12,.91); }
.hero-overlay { background: linear-gradient(90deg, rgba(14,9,6,.92) 0%, rgba(32,22,15,.68) 44%, rgba(25,17,12,.12) 74%, rgba(16,10,7,.62) 100%), linear-gradient(0deg, rgba(18,12,8,.8), transparent 54%); }
.hero-light { background: rgba(228,194,143,.18); }

.section { position: relative; }
.framed-section { width: min(1320px, calc(100% - 48px)); margin-top: 34px; margin-bottom: 34px; padding: clamp(72px, 8vw, 125px); border: 1px solid rgba(244,218,177,.28); background: linear-gradient(145deg, rgba(67,48,34,.78), rgba(31,22,16,.94) 55%, rgba(24,17,13,.98)); box-shadow: 0 28px 90px rgba(4,3,2,.22), inset 0 0 70px rgba(231,188,126,.035); overflow: hidden; }
.framed-section:nth-of-type(even) { background: linear-gradient(145deg, rgba(83,58,38,.76), rgba(39,27,19,.94) 58%, rgba(25,18,13,.98)); }
.framed-section::after { content: ""; position: absolute; inset: 12px; pointer-events: none; border: 1px solid rgba(244,218,177,.09); }
.frame-corners::before, .frame-corners::after { content: ""; position: absolute; z-index: 2; width: 34px; height: 34px; pointer-events: none; border-color: var(--sand); opacity: .72; }
.frame-corners::before { left: 22px; top: 22px; border-left: 1px solid; border-top: 1px solid; }
.frame-corners::after { right: 22px; bottom: 22px; border-right: 1px solid; border-bottom: 1px solid; }
.section-index { color: #efc98f; }
.section-heading p, .intro-copy p, .bio-copy p, .prints-copy p, .booking-intro > p { color: #c8b6a2; }
.intro-copy p:first-child, .bio-copy p.lead { color: #ffe9c5; }

.featured-video-card { border: 12px solid rgba(255,239,215,.07); outline: 1px solid rgba(255,224,177,.24); outline-offset: -12px; }

.scroll-showcase { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.showcase-story { position: sticky; top: 112px; min-width: 0; padding-right: clamp(0px, 2vw, 25px); }
.showcase-story h2 { margin: 20px 0 28px; font-family: var(--serif); font-size: clamp(3.8rem, 6vw, 6.6rem); font-weight: 400; line-height: .86; letter-spacing: -.045em; }
.showcase-story > p { max-width: 48ch; color: var(--muted); line-height: 1.85; }
.active-gallery-copy { margin-top: 42px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.active-gallery-copy > span { color: var(--gold-bright); font-size: .62rem; letter-spacing: .17em; text-transform: uppercase; }
.active-gallery-copy h3 { margin: 11px 0 12px; font-family: var(--serif); color: var(--sand-light); font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 400; line-height: .95; }
.active-gallery-copy p { margin: 0; color: #b8a794; line-height: 1.7; }
.gallery-nav { display: flex; gap: 9px; margin-top: 24px; }
.gallery-nav button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--sand-light); background: rgba(12,8,6,.2); cursor: pointer; transition: .25s; }
.gallery-nav button:hover { color: #24170e; background: var(--sand); border-color: var(--sand); }
.vertical-scroll-gallery { height: min(780px, 78vh); padding: 10px; overflow-y: auto; overflow-x: hidden; scroll-snap-type: y mandatory; scroll-behavior: smooth; overscroll-behavior: contain; border: 1px solid rgba(255,225,181,.22); background: rgba(12,8,6,.5); box-shadow: inset 0 0 55px rgba(0,0,0,.22); scrollbar-width: thin; scrollbar-color: var(--gold) rgba(255,255,255,.04); }
.vertical-scroll-gallery::-webkit-scrollbar { width: 7px; }
.vertical-scroll-gallery::-webkit-scrollbar-track { background: rgba(255,255,255,.04); }
.vertical-scroll-gallery::-webkit-scrollbar-thumb { background: var(--gold); }
.scroll-art-card, .scroll-video-card { position: relative; width: 100%; min-height: 620px; display: block; margin: 0 0 10px; padding: 0; overflow: hidden; scroll-snap-align: start; border: 1px solid rgba(255,229,192,.19); background: #1a120d; text-align: left; cursor: pointer; }
.scroll-art-card.is-hidden { display: none; }
.scroll-art-card img, .scroll-video-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: sepia(.13) saturate(.85) contrast(1.02); transition: transform .85s ease, filter .45s ease; }
.scroll-art-card::after, .scroll-video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,12,7,.03) 28%, rgba(17,10,6,.85) 100%); }
.scroll-art-card > span, .scroll-video-card > span:not(.video-overlay):not(.preview-play) { position: absolute; z-index: 2; left: clamp(22px, 4vw, 42px); right: clamp(22px, 4vw, 42px); bottom: clamp(22px, 4vw, 40px); display: grid; gap: 8px; }
.scroll-art-card small, .scroll-video-card small { color: var(--sand); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-art-card strong, .scroll-video-card strong { font-family: var(--serif); color: var(--ivory); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; line-height: .86; }
.scroll-art-card em, .scroll-video-card em { color: rgba(255,243,225,.65); font-size: .64rem; font-style: normal; letter-spacing: .13em; text-transform: uppercase; }
.scroll-art-card:hover img, .scroll-video-card:hover img { transform: scale(1.025); filter: sepia(.02) saturate(1); }
.scroll-video-card .video-overlay { z-index: 1; }
.scroll-video-card.pending-video::before { content: "YouTube link pending"; position: absolute; z-index: 3; right: 22px; top: 22px; padding: 9px 12px; border: 1px solid rgba(255,230,190,.34); color: var(--sand-light); background: rgba(20,13,8,.62); font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }

.biography { grid-template-columns: .88fr 1fr; }
.bio-image { padding: 12px; border: 1px solid rgba(255,225,181,.26); background: rgba(255,237,207,.055); }
.bio-image img { border: 1px solid rgba(255,225,181,.12); }
.stage-track img { width: 400px; height: 265px; filter: sepia(.22) saturate(.78); }

.booking { width: min(1320px, calc(100% - 48px)); background: radial-gradient(circle at 14% 32%, rgba(236,190,124,.18), transparent 31%), linear-gradient(140deg, #4a3322, #211710 58%, #18100c); }
.booking-form, .contact-form { background: rgba(27,18,12,.72); border: 1px solid rgba(255,225,181,.3); box-shadow: 0 25px 80px rgba(0,0,0,.18); }
.form-grid input, .form-grid select, .form-grid textarea { color: var(--ivory); border-color: rgba(255,226,186,.33); }
.form-grid label > span { color: #c6aa8a; }
.form-note a { color: var(--sand-light); text-decoration: underline; }
.submit-button:disabled { opacity: .65; cursor: wait; }

.site-footer { background: rgba(26,18,13,.5); padding-left: clamp(22px, 4vw, 55px); padding-right: clamp(22px, 4vw, 55px); border: 1px solid rgba(244,218,177,.17); border-bottom: 0; }
.footer-contact > a + a { font-family: var(--sans); font-size: .85rem; color: var(--muted); }

/* Contact page */
.contact-page { background: linear-gradient(180deg, #1b130e, #2f2117 48%, #16100c); }
.contact-hero { position: relative; min-height: 78vh; display: flex; align-items: flex-end; overflow: hidden; padding: 170px clamp(24px, 7vw, 120px) 90px; }
.contact-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: sepia(.24) saturate(.8); }
.contact-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,10,7,.94), rgba(30,20,13,.65) 52%, rgba(24,15,10,.26)), linear-gradient(0deg, rgba(18,11,7,.82), transparent 65%); }
.contact-hero-copy { position: relative; z-index: 2; max-width: 900px; }
.contact-hero h1 { margin: 22px 0 26px; font-family: var(--serif); font-size: clamp(4.6rem, 9vw, 9.5rem); font-weight: 400; line-height: .8; letter-spacing: -.05em; }
.contact-hero h1 em { color: var(--sand); font-weight: 400; }
.contact-hero p { max-width: 610px; color: #cfbdab; line-height: 1.85; }
.contact-details { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 115px); align-items: start; }
.contact-methods { display: grid; gap: 0; }
.contact-methods > div { padding: 27px 0; border-bottom: 1px solid var(--line); }
.contact-methods span { display: block; margin-bottom: 9px; color: var(--gold-bright); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.contact-methods a, .contact-methods strong { font-family: var(--serif); color: var(--sand-light); font-size: clamp(1.45rem, 2.4vw, 2.25rem); font-weight: 400; line-height: 1.15; }
.contact-form { padding: clamp(28px, 5vw, 55px); }
.contact-faq .section-heading { max-width: 720px; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 55px; background: var(--line); border: 1px solid var(--line); }
.faq-grid article { min-height: 310px; padding: 34px; background: rgba(30,21,15,.95); }
.faq-grid article > span { color: var(--gold-bright); font-size: .65rem; }
.faq-grid h3 { margin: 35px 0 18px; font-family: var(--serif); color: var(--sand-light); font-size: 2rem; font-weight: 400; line-height: 1; }
.faq-grid p { color: var(--muted); line-height: 1.75; }

/* Shop lightening and navigation */
.shop-page { background: linear-gradient(180deg, #18110d, #2c1f16 45%, #15100c); }
.shop-note, .product-card, .shop-service { position: relative; }
.product-image { border: 1px solid rgba(255,226,184,.22); background: #2a1e16; }
.product-info { border-color: rgba(255,226,184,.25); }

@media (max-width: 1050px) {
  .framed-section { padding: 75px 45px; }
  .scroll-showcase, .contact-details { grid-template-columns: 1fr; }
  .showcase-story { position: relative; top: auto; }
  .vertical-scroll-gallery { height: 690px; }
  .scroll-art-card, .scroll-video-card { min-height: 560px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid article { min-height: 0; }
}

@media (max-width: 720px) {
  .framed-section { width: calc(100% - 14px); margin-top: 14px; margin-bottom: 14px; padding: 70px 22px; }
  .framed-section::after { inset: 7px; }
  .frame-corners::before { left: 13px; top: 13px; }
  .frame-corners::after { right: 13px; bottom: 13px; }
  .preloader-title { margin-top: -16vh; }
  .preloader-controls { bottom: 5vh; }
  .scroll-showcase { gap: 45px; }
  .showcase-story h2 { font-size: clamp(3.3rem, 14vw, 5rem); }
  .vertical-scroll-gallery { height: 520px; padding: 6px; }
  .scroll-art-card, .scroll-video-card { min-height: 490px; }
  .scroll-art-card strong, .scroll-video-card strong { font-size: clamp(2.2rem, 11vw, 3.6rem); }
  .gallery-toolbar { margin-top: 25px; }
  .active-gallery-copy { margin-top: 30px; }
  .stage-track img { width: 310px; height: 205px; }
  .booking { width: calc(100% - 14px); }
  .contact-hero { min-height: 72vh; padding: 135px 20px 65px; }
  .contact-hero h1 { font-size: clamp(4rem, 19vw, 6.5rem); }
  .contact-details { padding: 70px 22px; }
  .contact-form { padding: 28px 18px; }
  .faq-grid { margin-top: 35px; }
  .site-footer { width: calc(100% - 14px); }
}


/* --- Refinements: alignment, lighter spacing, contact cleanup --- */
.preloader-portrait {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: min(50vw, 620px);
  height: min(78vh, 760px);
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  pointer-events: none;
  filter: drop-shadow(0 0 85px rgba(223,183,122,.22));
  animation: loaderPortraitFade 1.8s .28s ease forwards;
  -webkit-mask-image: radial-gradient(ellipse at 50% 42%, rgba(0,0,0,1) 18%, rgba(0,0,0,.98) 34%, rgba(0,0,0,.9) 46%, rgba(0,0,0,.65) 58%, rgba(0,0,0,.26) 72%, transparent 88%);
  mask-image: radial-gradient(ellipse at 50% 42%, rgba(0,0,0,1) 18%, rgba(0,0,0,.98) 34%, rgba(0,0,0,.9) 46%, rgba(0,0,0,.65) 58%, rgba(0,0,0,.26) 72%, transparent 88%);
}
.preloader-portrait::before {
  content: "";
  position: absolute;
  inset: -5%;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,238,209,.24), transparent 16%),
    radial-gradient(circle at 50% 40%, rgba(235,191,126,.16), transparent 30%),
    radial-gradient(circle at 50% 54%, rgba(18,10,6,.08), transparent 46%),
    linear-gradient(180deg, rgba(4,3,2,.22) 0%, rgba(4,3,2,.04) 18%, rgba(4,3,2,.16) 54%, rgba(4,3,2,.74) 100%);
  z-index: 2;
}
.preloader-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: radial-gradient(circle at 50% 48%, rgba(0,0,0,0) 28%, rgba(7,5,4,.06) 48%, rgba(5,4,3,.36) 68%, rgba(5,4,3,.84) 88%, rgba(5,4,3,.98) 96%);
}
.preloader-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: sepia(.42) saturate(.82) contrast(1.1) brightness(.92);
}
@keyframes loaderPortraitFade {
  from { opacity: 0; transform: translate(-50%, -47%); }
  55% { opacity: .24; }
  to { opacity: .44; transform: translate(-50%, -50%); }
}
.preloader-title { max-width: min(680px, calc(100% - 40px)); z-index: 4; }
.preloader-controls { width: min(460px, calc(100% - 40px)); }

.intro {
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
}
.split-heading {
  gap: clamp(28px, 5vw, 66px);
}
.framed-section {
  padding: clamp(62px, 7vw, 112px);
}
.scroll-showcase {
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 4vw, 62px);
}
.showcase-story {
  top: 108px;
  max-width: 520px;
}
.showcase-story h2 {
  margin: 18px 0 22px;
}
.showcase-story > p {
  margin: 0 0 24px;
}
.gallery-toolbar {
  margin: 0 0 26px;
}
.active-gallery-copy {
  display: grid;
  gap: 10px;
  min-height: 165px;
  padding: 22px 0 18px;
}
.active-gallery-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: .92;
}
.active-gallery-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}
.gallery-nav {
  margin-top: 8px;
}
.vertical-scroll-gallery {
  height: min(700px, 72vh);
  padding: 12px;
  border-radius: 24px;
}
.scroll-art-card, .scroll-video-card {
  min-height: 500px;
  border-radius: 18px;
}
.scroll-art-card strong, .scroll-video-card strong {
  line-height: .92;
}
.biography {
  align-items: start;
  gap: clamp(36px, 6vw, 84px);
}
.bio-image {
  height: min(700px, 74vh);
  border-radius: 20px;
}
.bio-copy {
  padding-top: 8px;
}
.bio-copy h2 {
  margin: 18px 0 28px;
}

.contact-page {
  background: radial-gradient(circle at 20% 14%, rgba(213,176,120,.11), transparent 24%), linear-gradient(180deg, #1d150f, #2b1f16 44%, #17110d);
}
.contact-hero {
  width: min(1320px, calc(100% - 48px));
  margin: 122px auto 18px;
  min-height: 540px;
  padding: clamp(74px, 8vw, 112px);
  align-items: end;
  border: 1px solid rgba(244,218,177,.28);
  box-shadow: 0 28px 90px rgba(4,3,2,.18), inset 0 0 70px rgba(231,188,126,.03);
}
.contact-hero::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(244,218,177,.09);
  pointer-events: none;
}
.contact-hero-copy {
  width: min(780px, 100%);
}
.contact-hero h1 {
  margin: 18px 0 20px;
  font-size: clamp(4.2rem, 8vw, 8rem);
}
.contact-hero p {
  margin: 0;
}
.contact-details {
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
  gap: clamp(34px, 5vw, 62px);
  align-items: start;
}
.contact-methods {
  padding-top: 8px;
}
.contact-methods > div {
  padding: 22px 0;
}
.contact-form {
  padding: clamp(28px, 4vw, 48px);
}
.contact-faq .section-heading {
  margin-bottom: 40px;
}
.faq-grid article {
  min-height: 280px;
}

@media (max-width: 980px) {
  .scroll-showcase, .biography, .contact-details {
    grid-template-columns: 1fr;
  }
  .showcase-story {
    max-width: none;
  }
  .vertical-scroll-gallery {
    height: 620px;
  }
  .contact-hero {
    margin-top: 108px;
    min-height: 470px;
    padding: 64px 34px;
  }
  .preloader-portrait {
    width: min(60vw, 470px);
    height: min(67vh, 600px);
  }
}
@media (max-width: 700px) {
  .preloader-portrait {
    width: min(78vw, 360px);
    height: 50vh;
  }
  .preloader-title {
    margin-top: -9vh;
  }
  .framed-section {
    padding: 58px 20px;
  }
  .vertical-scroll-gallery {
    height: 500px;
    padding: 7px;
  }
  .scroll-art-card, .scroll-video-card {
    min-height: 430px;
  }
  .contact-hero {
    width: calc(100% - 14px);
    margin-top: 86px;
    padding: 52px 20px;
    min-height: 410px;
  }
}



.films-showcase {
  padding-top: 95px;
}
.films-showcase .media-story {
  background:
    radial-gradient(circle at 18% 12%, rgba(255,240,213,.16), transparent 25%),
    linear-gradient(145deg, rgba(123,84,53,.96), rgba(52,34,23,.98) 54%, rgba(23,16,12,.995));
}
.film-copy {
  min-height: 260px;
}
.films-showcase .vertical-media-slider {
  height: 760px;
}

/* --- Unified media archive: GeosPixels-style vertical slider --- */
.anchor-target {
  position: absolute;
  top: -100px;
  width: 1px;
  height: 1px;
}
.media-archive {
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  gap: 30px;
  align-items: stretch;
}
.media-story {
  position: relative;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255,229,192,.24);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,240,213,.12), transparent 25%),
    linear-gradient(145deg, rgba(113,76,47,.9), rgba(48,31,21,.98) 54%, rgba(25,17,13,.99));
  box-shadow: 0 28px 85px rgba(5,3,2,.23), inset 0 0 70px rgba(236,194,132,.045);
}
.media-story::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(235,199,146,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(235,199,146,.035), 0 0 0 80px rgba(235,199,146,.02);
  pointer-events: none;
}
.media-story > * {
  position: relative;
  z-index: 1;
}
.media-story h2 {
  margin: 20px 0 24px;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 6vw, 6.7rem);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.045em;
}
.media-story > p {
  max-width: 46ch;
  margin: 0 0 30px;
  color: #d0bfad;
  line-height: 1.82;
}
.active-media-copy {
  min-height: 220px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255,229,192,.19);
}
.active-media-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--gold-bright);
  font-size: .62rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.active-media-topline small {
  color: #a99683;
  font-size: inherit;
}
.active-media-copy h3 {
  margin: 20px 0 13px;
  font-family: var(--serif);
  color: var(--sand-light);
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.035em;
}
.active-media-copy p {
  max-width: 44ch;
  margin: 0;
  color: #bbaa97;
  line-height: 1.75;
}
.media-nav {
  margin-top: 24px;
}
.vertical-media-slider {
  position: relative;
  height: 720px;
  min-width: 0;
  padding: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  border: 1px solid rgba(255,229,192,.23);
  border-radius: 26px;
  background: rgba(13,8,6,.72);
  box-shadow: 0 28px 85px rgba(5,3,2,.25), inset 0 0 70px rgba(0,0,0,.18);
  scrollbar-width: thin;
  scrollbar-color: var(--gold) rgba(255,255,255,.04);
  outline: none;
}
.vertical-media-slider::-webkit-scrollbar { width: 7px; }
.vertical-media-slider::-webkit-scrollbar-track { background: rgba(255,255,255,.04); }
.vertical-media-slider::-webkit-scrollbar-thumb { background: var(--gold); }
.vertical-media-slider .scroll-art-card,
.vertical-media-slider .scroll-video-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 0 12px;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  border: 1px solid rgba(255,229,192,.16);
  border-radius: 20px;
  background: #16100c;
}
.vertical-media-slider .scroll-art-card:last-child,
.vertical-media-slider .scroll-video-card:last-child { margin-bottom: 0; }
.vertical-media-slider > .is-hidden { display: none; }
.vertical-media-slider .scroll-art-card img,
.vertical-media-slider .scroll-video-card img {
  object-fit: cover;
}
.vertical-media-slider .scroll-art-card > span,
.vertical-media-slider .scroll-video-card > span:not(.video-overlay):not(.preview-play) {
  left: clamp(24px, 4vw, 46px);
  right: clamp(24px, 4vw, 46px);
  bottom: clamp(25px, 4vw, 44px);
}
.vertical-media-slider .scroll-art-card strong,
.vertical-media-slider .scroll-video-card strong {
  font-size: clamp(3.2rem, 5.5vw, 6.2rem);
}

/* Return the print and booking features to their original open compositions. */
.prints-teaser.section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.booking.section {
  margin-top: 20px;
  margin-bottom: 80px;
}

@media (max-width: 980px) {
  .media-archive {
    grid-template-columns: 1fr;
  }
  .media-story {
    min-height: auto;
  }
  .active-media-copy {
    min-height: 175px;
  }
  .vertical-media-slider {
    height: 650px;
  }
}
@media (max-width: 700px) {
  .media-archive {
    gap: 16px;
  }
  .media-story {
    padding: 30px 22px;
    border-radius: 20px;
  }
  .media-story h2 {
    font-size: clamp(3.4rem, 15vw, 5rem);
  }
  .active-media-copy {
    min-height: 190px;
  }
  .vertical-media-slider {
    height: 520px;
    padding: 7px;
    border-radius: 20px;
  }
  .vertical-media-slider .scroll-art-card,
  .vertical-media-slider .scroll-video-card {
    border-radius: 15px;
  }
  .vertical-media-slider .scroll-art-card strong,
  .vertical-media-slider .scroll-video-card strong {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }
  .prints-teaser.section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .booking.section {
    margin-bottom: 40px;
  }
}

/* Decorative corners must not take up a grid cell. */
.frame-corners {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 981px) {
  .media-archive.framed-section {
    padding: 72px;
  }
  .media-story {
    height: 720px;
    min-height: 720px;
    padding: 42px;
  }
  .media-story h2 {
    font-size: clamp(3.5rem, 4.8vw, 5.2rem);
    margin: 17px 0 20px;
  }
  .media-story > p {
    font-size: .9rem;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .active-media-copy {
    min-height: 178px;
    padding-top: 22px;
  }
  .active-media-copy h3 {
    margin: 15px 0 10px;
    font-size: clamp(2.5rem, 3.5vw, 3.7rem);
  }
  .active-media-copy p {
    font-size: .86rem;
    line-height: 1.65;
  }
  .media-nav {
    margin-top: 16px;
  }
}

/* --- Final refinement: blended preloader, framed films and stronger footer --- */
.preloader::before,
.preloader::after {
  display: none;
}

.preloader-portrait {
  width: min(56vw, 690px);
  height: min(82vh, 820px);
  opacity: 0;
  overflow: hidden;
  filter: drop-shadow(0 0 84px rgba(214,169,105,.1));
  -webkit-mask-image: radial-gradient(ellipse at 50% 44%, #000 16%, rgba(0,0,0,.98) 30%, rgba(0,0,0,.88) 43%, rgba(0,0,0,.6) 58%, rgba(0,0,0,.24) 74%, rgba(0,0,0,.08) 86%, transparent 96%);
  mask-image: radial-gradient(ellipse at 50% 44%, #000 16%, rgba(0,0,0,.98) 30%, rgba(0,0,0,.88) 43%, rgba(0,0,0,.6) 58%, rgba(0,0,0,.24) 74%, rgba(0,0,0,.08) 86%, transparent 96%);
  animation: loaderPortraitBlend 1.6s .22s ease forwards;
}
.preloader-portrait::before {
  inset: -8%;
  background:
    radial-gradient(circle at 50% 28%, rgba(246,222,188,.12), transparent 18%),
    radial-gradient(ellipse at 50% 48%, rgba(214,169,105,.06), transparent 50%),
    linear-gradient(180deg, rgba(5,4,3,.18), rgba(5,4,3,0) 24%, rgba(5,4,3,.06) 56%, rgba(5,4,3,.76));
}
.preloader-portrait::after {
  inset: -4%;
  background: radial-gradient(ellipse at 50% 46%, transparent 28%, rgba(5,4,3,.02) 48%, rgba(5,4,3,.18) 66%, rgba(5,4,3,.62) 82%, rgba(5,4,3,.96) 96%);
}
.preloader-portrait img {
  filter: sepia(.38) saturate(.82) contrast(1.06) brightness(.92);
}
@keyframes loaderPortraitBlend {
  from { opacity: 0; transform: translate(-50%, -47%); }
  55% { opacity: .28; }
  to { opacity: .42; transform: translate(-50%, -50%); }
}

.image-archive .active-media-copy {
  min-height: 250px;
}

.preview-play {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,235,204,.62);
  border-radius: 50%;
  color: var(--sand-light);
  background: radial-gradient(circle, rgba(69,45,28,.62), rgba(19,12,8,.42));
  box-shadow: 0 18px 55px rgba(0,0,0,.32), inset 0 0 24px rgba(238,196,133,.08);
  backdrop-filter: blur(9px);
  transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}
.preview-play span {
  display: block;
  margin-left: 5px;
  font-size: 1rem;
}
.scroll-video-card:hover .preview-play {
  transform: translate(-50%, -50%) scale(1.08);
  color: #20150e;
  background: var(--sand);
  border-color: var(--sand);
}

.video-modal {
  place-items: center;
  padding: clamp(18px, 4vw, 58px);
  background:
    radial-gradient(circle at 50% 45%, rgba(173,116,58,.17), transparent 48%),
    rgba(7,5,4,.97);
  backdrop-filter: blur(16px);
}
.video-player-shell {
  position: relative;
  width: min(1280px, 100%);
  overflow: hidden;
  border: 1px solid rgba(245,216,172,.38);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(75,51,34,.98), rgba(25,17,12,.995) 42%, rgba(12,8,6,.998));
  box-shadow: 0 45px 130px rgba(0,0,0,.65), inset 0 0 80px rgba(235,193,130,.035);
}
.video-player-shell::before,
.video-player-shell::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 36px;
  height: 36px;
  pointer-events: none;
  border-color: var(--sand);
  opacity: .72;
}
.video-player-shell::before {
  left: 16px;
  top: 16px;
  border-left: 1px solid;
  border-top: 1px solid;
}
.video-player-shell::after {
  right: 16px;
  bottom: 16px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.video-player-bar {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 0 18px 0 22px;
  border-bottom: 1px solid rgba(245,216,172,.17);
  color: rgba(255,239,215,.62);
  font-size: .61rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.player-dots {
  display: flex;
  gap: 7px;
}
.player-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(242,211,165,.35);
}
.video-player-bar .video-close {
  position: static;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-color: rgba(245,216,172,.24);
  background: rgba(10,7,5,.42);
  font-size: 1.35rem;
  transition: .25s ease;
}
.video-player-bar .video-close:hover {
  color: #1b120c;
  background: var(--sand);
  border-color: var(--sand);
}
.video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-top: 10px solid rgba(11,7,5,.82);
  border-bottom: 10px solid rgba(11,7,5,.82);
  background: #030201;
  box-shadow: inset 0 0 0 1px rgba(255,225,181,.1), inset 0 0 70px rgba(0,0,0,.55);
}
.video-frame iframe,
.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  background: #000;
}
.video-player-meta {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 38px;
  align-items: end;
  padding: 28px 36px 34px;
}
.video-player-meta small {
  display: block;
  margin-bottom: 7px;
  color: var(--gold-bright);
  font-size: .59rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.video-player-meta h3 {
  margin: 0;
  font-family: var(--serif);
  color: var(--sand-light);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: .92;
}
.video-player-meta p {
  margin: 0;
  color: #b8a795;
  line-height: 1.72;
}

.site-footer {
  grid-template-columns: 1fr .55fr 1.45fr;
  gap: clamp(34px, 5vw, 80px);
  padding-top: 92px;
}
.footer-contact {
  gap: 10px;
}
.footer-contact-label {
  margin-bottom: 5px;
  color: var(--gold-bright) !important;
  font-size: .68rem !important;
}
.footer-contact > .footer-email {
  font-family: var(--serif);
  color: var(--sand-light);
  font-size: clamp(1.9rem, 3vw, 3.05rem);
  line-height: 1;
  letter-spacing: -.025em;
}
.footer-contact > .footer-phone {
  margin-top: 3px;
  font-family: var(--sans);
  color: #c9b7a2;
  font-size: clamp(.95rem, 1.4vw, 1.18rem);
  letter-spacing: .05em;
}
.footer-contact .social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: inherit;
  font-size: inherit;
}
.social-button {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 7px;
  border: 1px solid rgba(242,211,165,.24);
  border-radius: 999px;
  color: #d7c4ad;
  background: linear-gradient(145deg, rgba(102,69,43,.72), rgba(38,25,17,.86));
  box-shadow: inset 0 0 24px rgba(238,196,133,.035);
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .25s ease;
}
.social-button b {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #281a11;
  background: linear-gradient(145deg, var(--sand-light), var(--gold));
  font-size: .58rem;
  letter-spacing: .04em;
}
.social-button:hover {
  color: #21150d;
  border-color: var(--sand);
  background: var(--sand);
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .preloader-portrait {
    width: min(78vw, 650px);
    height: min(78vh, 720px);
  }
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .preloader-portrait {
    width: min(96vw, 480px);
    height: 58vh;
  }
  .preview-play {
    width: 68px;
    height: 68px;
  }
  .video-modal {
    padding: 8px;
  }
  .video-player-shell {
    border-radius: 18px;
  }
  .video-player-bar {
    min-height: 54px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 0 10px 0 14px;
  }
  .video-player-bar > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .video-player-meta {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px 28px;
  }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .footer-contact {
    grid-column: auto;
  }
  .footer-contact > .footer-email {
    overflow-wrap: anywhere;
  }
}
body.modal-open { overflow: hidden; }
.video-player-shell {
  width: min(1180px, calc(100vw - 36px));
  max-height: calc(100svh - 28px);
}
.video-frame {
  height: min(66vh, 665px);
  aspect-ratio: auto;
}
@media (max-width: 700px) {
  .video-player-shell { width: calc(100vw - 16px); }
  .video-frame { height: 46vh; }
}
.preview-play {
  right: auto !important;
  bottom: auto !important;
  gap: 0 !important;
}


/* --- V12 navigation refinement --- */
.site-header {
  min-height: 96px;
  grid-template-columns: 160px minmax(0, 1fr) 190px;
  padding-inline: clamp(24px, 4.5vw, 76px);
}
.site-header.scrolled,
.solid-header {
  height: 90px;
  min-height: 90px;
}
.logo {
  width: 126px;
  max-height: 80px;
  align-items: center;
}
.logo img {
  width: 100%;
  max-height: 80px;
  object-fit: contain;
}
.desktop-nav {
  gap: clamp(19px, 2.25vw, 36px);
}
.desktop-nav a {
  padding: 8px 0;
  color: rgba(255,240,213,.84);
  font-family: var(--serif);
  font-size: .98rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .055em;
  text-transform: none;
}
.desktop-nav a::after {
  bottom: -5px;
  height: 1px;
  background: linear-gradient(90deg, var(--terracotta), var(--sand-light));
}
.header-cta,
.cart-button {
  min-height: 42px;
  font-size: .66rem;
  letter-spacing: .11em;
}
@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 140px minmax(0, 1fr) 170px;
    padding-inline: 24px;
  }
  .logo { width: 116px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .9rem; }
}
@media (max-width: 980px) {
  .site-header,
  .site-header.scrolled,
  .solid-header {
    height: 82px;
    min-height: 82px;
    grid-template-columns: 126px 1fr auto;
  }
  .logo {
    width: 108px;
    max-height: 68px;
  }
}


/* --- V13: centered film-preview play controls --- */
.films-showcase .scroll-video-card .preview-play {
  position: absolute !important;
  z-index: 5;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 88px;
  height: 88px;
  display: grid !important;
  place-items: center;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}
.films-showcase .scroll-video-card:hover .preview-play {
  transform: translate(-50%, -50%) scale(1.08);
}
@media (max-width: 700px) {
  .films-showcase .scroll-video-card .preview-play {
    width: 68px;
    height: 68px;
  }
}

/* --- V14: breathing room between hero and opening art section --- */
#introduction {
  margin-top: clamp(56px, 7vw, 108px);
}
@media (max-width: 700px) {
  #introduction {
    margin-top: 38px;
  }
}

/* --- V16: clearer loader controls and refined navigation identity --- */
.preloader-controls {
  bottom: clamp(16px, 2.8vh, 30px);
  width: min(500px, calc(100% - 34px));
  padding: 15px 18px 13px;
  border: 1px solid rgba(255, 240, 213, .12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 7, 5, .16), rgba(10, 7, 5, .58));
  box-shadow: 0 16px 50px rgba(0, 0, 0, .22);
  backdrop-filter: blur(4px);
}
.preloader-controls p {
  margin: 12px 0 14px;
  color: rgba(255, 245, 225, .84);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .9);
}
.skip-loader {
  background: rgba(18, 12, 8, .68);
}

.logo {
  width: 120px;
  filter: drop-shadow(0 5px 18px rgba(226, 184, 119, .13));
  transition: width .35s ease, filter .35s ease, transform .35s ease;
}
.logo:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 7px 22px rgba(226, 184, 119, .22));
}
.logo img {
  image-rendering: auto;
}
.desktop-nav {
  gap: clamp(17px, 1.9vw, 31px);
}
.desktop-nav a {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: .045em;
  color: rgba(255, 246, 231, .88);
  text-shadow: 0 1px 16px rgba(0, 0, 0, .22);
}
.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--sand-light);
}

@media (max-width: 1180px) {
  .logo { width: 112px; }
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: .96rem; }
}
@media (max-width: 980px) {
  .logo { width: 104px; }
}
@media (max-width: 700px) {
  .preloader-controls {
    bottom: 12px;
    padding: 13px 14px 11px;
  }
  .preloader-controls p {
    font-size: .61rem;
    letter-spacing: .13em;
  }
}


/* --- V17: cleaner countdown, stronger navigation and redesigned mobile menu --- */
.preloader-controls {
  bottom: clamp(12px, 2vh, 22px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.preloader-controls p {
  margin: 15px 0 14px;
  color: rgba(255, 245, 225, .82);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .92);
}
.skip-loader {
  background: rgba(15, 10, 7, .38);
}

.desktop-nav {
  gap: clamp(16px, 1.75vw, 28px);
}
.desktop-nav a {
  font-size: 1.18rem;
  letter-spacing: .038em;
}

.mobile-menu {
  counter-reset: mobile-nav;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 112px 22px 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(222, 177, 111, .18), transparent 24%),
    radial-gradient(circle at 12% 82%, rgba(177, 99, 61, .14), transparent 26%),
    linear-gradient(145deg, #0a0705 0%, #18100b 54%, #080604 100%);
}
.mobile-menu::before {
  display: none;
  content: none;
}
.mobile-menu::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(232, 194, 139, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(232, 194, 139, .025), 0 0 0 68px rgba(232, 194, 139, .014);
  pointer-events: none;
}
.mobile-menu a {
  counter-increment: mobile-nav;
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 13px 4px;
  border-bottom: 1px solid rgba(244, 218, 177, .16);
  font-family: var(--serif);
  font-size: clamp(1.42rem, 6.2vw, 1.9rem);
  line-height: 1.05;
  letter-spacing: .025em;
  transition: color .25s ease, padding-left .25s ease, border-color .25s ease;
}
.mobile-menu a::before {
  content: counter(mobile-nav, decimal-leading-zero);
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: .56rem;
  letter-spacing: .12em;
}
.mobile-menu a::after {
  content: "↗";
  color: rgba(255, 238, 211, .38);
  font-family: var(--sans);
  font-size: .72rem;
}
.mobile-menu a:hover,
.mobile-menu a:focus-visible {
  color: var(--sand-light);
  padding-left: 10px;
  border-color: rgba(244, 218, 177, .38);
}

@media (max-width: 1180px) {
  .desktop-nav a { font-size: 1.02rem; }
}
@media (max-width: 700px) {
  .mobile-menu { padding-top: 118px; }
  .preloader-controls p { font-size: .6rem; }
}


/* --- V18: expressive booking CTA and V11 contact footer treatment --- */
.header-cta {
  position: relative;
  min-height: 52px;
  padding: 0 8px 0 24px;
  gap: 16px;
  overflow: hidden;
  border: 1px solid rgba(237, 199, 143, .48);
  border-radius: 999px;
  color: var(--sand-light);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 235, 204, .13), transparent 34%),
    linear-gradient(145deg, rgba(93, 61, 39, .86), rgba(28, 18, 12, .96));
  box-shadow: 0 12px 34px rgba(0, 0, 0, .24), inset 0 0 26px rgba(236, 194, 132, .035);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .038em;
  text-transform: none;
  transition: transform .28s ease, border-color .28s ease, color .28s ease, background .28s ease, box-shadow .28s ease;
}
.header-cta span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #26180f;
  background: linear-gradient(145deg, var(--sand-light), var(--gold));
  box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
  font-family: var(--sans);
  font-size: .78rem;
  transition: transform .28s ease;
}
.header-cta:hover {
  color: #21150d;
  border-color: var(--sand-light);
  background: linear-gradient(135deg, var(--sand-light), var(--gold-bright));
  box-shadow: 0 16px 42px rgba(0, 0, 0, .3), 0 0 30px rgba(222, 177, 111, .12);
  transform: translateY(-2px);
}
.header-cta:hover span {
  background: rgba(31, 20, 13, .92);
  color: var(--sand-light);
  transform: rotate(7deg) translate(1px, -1px);
}
.site-header {
  grid-template-columns: 160px minmax(0, 1fr) 214px;
}

/* Keep the final contact block identical to the richer V11 treatment. */
.site-footer .footer-contact {
  gap: 10px;
}
.site-footer .footer-contact-label {
  margin-bottom: 5px;
  color: var(--gold-bright) !important;
  font-size: .68rem !important;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.site-footer .footer-contact > .footer-email {
  font-family: var(--serif);
  color: var(--sand-light);
  font-size: clamp(1.9rem, 3vw, 3.05rem);
  line-height: 1;
  letter-spacing: -.025em;
}
.site-footer .footer-contact > .footer-phone {
  margin-top: 3px;
  font-family: var(--sans);
  color: #c9b7a2;
  font-size: clamp(.95rem, 1.4vw, 1.18rem);
  letter-spacing: .05em;
}
.site-footer .footer-contact .social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 140px minmax(0, 1fr) 194px;
  }
  .header-cta {
    min-height: 48px;
    padding-left: 19px;
    font-size: .98rem;
  }
  .header-cta span {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 980px) {
  .site-header,
  .site-header.scrolled,
  .solid-header {
    grid-template-columns: 126px 1fr auto;
  }
  .header-cta {
    display: none;
  }
}
@media (max-width: 700px) {
  .site-footer .footer-contact > .footer-email {
    overflow-wrap: anywhere;
  }
}

/* --- V19: squared, lighter booking CTA --- */
.header-cta {
  border-radius: 0;
  border-color: rgba(237, 199, 143, .34);
  background:
    linear-gradient(135deg, rgba(111, 73, 46, .28), rgba(18, 12, 8, .42));
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15), inset 0 0 20px rgba(236, 194, 132, .018);
  backdrop-filter: blur(7px);
}
.header-cta span {
  border-radius: 0;
  color: var(--sand-light);
  background: rgba(226, 184, 117, .22);
  border-left: 1px solid rgba(245, 219, 179, .24);
  box-shadow: none;
}
.header-cta:hover {
  color: var(--sand-light);
  border-color: rgba(245, 219, 179, .58);
  background:
    linear-gradient(135deg, rgba(139, 91, 55, .42), rgba(27, 18, 12, .58));
  box-shadow: 0 11px 30px rgba(0, 0, 0, .2), inset 0 0 24px rgba(236, 194, 132, .025);
}
.header-cta:hover span {
  color: #22160e;
  background: rgba(236, 199, 143, .82);
}

/* --- V21: equal-height Films panels --- */
@media (min-width: 981px) {
  .films-showcase {
    align-items: stretch;
  }

  .films-showcase > .media-story,
  .films-showcase > .vertical-media-slider {
    height: 760px;
    min-height: 760px;
  }
}

/* --- V22: artist facts alignment --- */
@media (min-width: 981px) {
  .biography {
    grid-template-columns: .88fr 1fr;
    grid-template-rows: auto auto;
    column-gap: clamp(36px, 6vw, 84px);
    row-gap: 0;
    align-items: start;
  }

  .biography .bio-image {
    grid-column: 1;
    grid-row: 1;
  }

  .biography .bio-copy {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .biography .bio-facts {
    grid-column: 1;
    grid-row: 2;
    margin-top: 28px;
  }
}

@media (max-width: 980px) {
  .biography .bio-image,
  .biography .bio-copy,
  .biography .bio-facts {
    grid-column: 1;
    grid-row: auto;
  }

  .biography .bio-image { order: 1; }
  .biography .bio-copy { order: 2; }
  .biography .bio-facts {
    order: 3;
    margin-top: 26px;
  }
}


/* --- V23: smaller, smoother print thumbnails --- */
.product-grid {
  width: min(1320px, calc(100% - 48px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 22px;
}

.product-card {
  min-width: 0;
  transition: transform .5s cubic-bezier(.22, .8, .22, 1);
}

.product-image {
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(4, 3, 2, .18);
  transition:
    transform .55s cubic-bezier(.22, .8, .22, 1),
    box-shadow .55s cubic-bezier(.22, .8, .22, 1),
    border-color .4s ease;
}

.product-image img {
  transition:
    transform .85s cubic-bezier(.22, .8, .22, 1),
    filter .55s ease;
}

.product-image span {
  border-radius: 10px;
  transition:
    opacity .35s ease,
    transform .45s cubic-bezier(.22, .8, .22, 1);
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card:hover .product-image {
  border-color: rgba(255, 226, 184, .4);
  box-shadow: 0 24px 58px rgba(4, 3, 2, .27);
}

.product-image:hover img {
  transform: scale(1.018);
}

.product-info,
.add-cart {
  transition:
    color .3s ease,
    border-color .3s ease,
    padding .35s cubic-bezier(.22, .8, .22, 1);
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 18px;
  }
}

@media (max-width: 560px) {
  .product-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .product-card {
    width: min(72vw, 340px);
  }

  .product-image {
    border-radius: 15px;
  }
}

/* --- V24: centered hero, clean archives, unified contact and mobile socials --- */
.hero {
  align-items: center;
  padding-top: 118px;
  padding-bottom: 92px;
}
.hero-content {
  margin-top: 0;
}

/* Titles and metadata live in the left description panels, not over the media. */
.films-showcase .scroll-video-card > span:not(.video-overlay):not(.preview-play),
.image-archive .scroll-art-card > span {
  display: none !important;
}
.films-showcase .scroll-video-card::after,
.image-archive .scroll-art-card::after {
  background: linear-gradient(180deg, rgba(9,6,4,.04), rgba(9,6,4,.16));
}
.image-archive .media-filter-toolbar {
  display: none !important;
}

/* Social shortcuts within the mobile navigation. */
.mobile-menu .mobile-socials {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 24px;
  padding-top: 5px;
}
.mobile-menu .mobile-socials .mobile-social {
  counter-increment: none;
  width: auto;
  min-width: 46px;
  height: 46px;
  display: inline-flex;
  grid-template-columns: none;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0 13px;
  border: 1px solid rgba(239,202,149,.26);
  background: rgba(232,190,128,.055);
  color: var(--sand-light);
  font-family: var(--sans);
  font-size: .66rem;
  letter-spacing: .08em;
  line-height: 1;
}
.mobile-menu .mobile-socials .mobile-social::before,
.mobile-menu .mobile-socials .mobile-social::after {
  content: none;
}
.mobile-menu .mobile-socials .mobile-social svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mobile-menu .mobile-socials .mobile-social-youtube svg {
  fill: none;
}
.mobile-menu .mobile-socials .mobile-social-youtube svg > path:first-child,
.mobile-menu .mobile-socials .mobile-social-facebook svg path {
  fill: currentColor;
  stroke: none;
}
.mobile-menu .mobile-socials .mobile-social-youtube .play-shape {
  fill: #17100b;
  stroke: none;
}
.mobile-menu .mobile-socials .mobile-social span {
  width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: width .28s ease, opacity .28s ease, margin-left .28s ease;
}
.mobile-menu .mobile-socials .mobile-social:hover,
.mobile-menu .mobile-socials .mobile-social:focus-visible {
  padding-left: 13px;
  border-color: rgba(239,202,149,.58);
  background: rgba(232,190,128,.14);
}
.mobile-menu .mobile-socials .mobile-social:hover span,
.mobile-menu .mobile-socials .mobile-social:focus-visible span {
  width: 70px;
  margin-left: 8px;
  opacity: 1;
}

@media (max-width: 700px) {
  .hero {
    align-items: center;
    padding-top: 108px;
    padding-bottom: 88px;
  }
  .hero-content {
    transform: translateY(-2vh);
  }
  .mobile-menu .mobile-socials {
    margin-top: 18px;
  }
  .mobile-menu .mobile-socials .mobile-social {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
  }
  .mobile-menu .mobile-socials .mobile-social:hover,
  .mobile-menu .mobile-socials .mobile-social:focus-visible {
    padding: 0;
  }
  .mobile-menu .mobile-socials .mobile-social span {
    display: none;
  }
}


/* --- V26: stronger hero readability + compact one-at-a-time archives --- */
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 5, 4, .92) 0%, rgba(10, 7, 5, .78) 45%, rgba(12, 8, 6, .56) 72%, rgba(8, 5, 4, .66) 100%),
    linear-gradient(180deg, rgba(5, 4, 3, .26) 0%, rgba(5, 4, 3, .08) 38%, rgba(5, 4, 3, .62) 100%);
}
.hero-content {
  text-shadow: 0 2px 24px rgba(0, 0, 0, .28);
}

/* Compact rectangular media frames: exactly one item visible at a time. */
@media (min-width: 981px) {
  .films-showcase > .media-story,
  .films-showcase > .vertical-media-slider,
  .image-archive > .media-story,
  .image-archive > .vertical-media-slider {
    height: 640px;
    min-height: 640px;
  }
}

.vertical-media-slider {
  height: 640px;
  padding: 0;
  border-radius: 0;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-padding: 0;
  background: #100b08;
}

.vertical-media-slider .scroll-art-card,
.vertical-media-slider .scroll-video-card {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.vertical-media-slider .scroll-art-card img,
.vertical-media-slider .scroll-video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

/* Smaller square controls with heavier, precisely centered arrows. */
.gallery-nav {
  gap: 8px;
  margin-top: 20px;
}
.gallery-nav button {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 0;
  font-family: Arial, sans-serif;
  font-size: 1.38rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

@media (max-width: 980px) {
  .vertical-media-slider {
    height: 560px;
  }
}

@media (max-width: 700px) {
  .vertical-media-slider {
    height: 470px;
    padding: 0;
    border-radius: 0;
  }
  .gallery-nav button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-size: 1.25rem;
  }
}

/* --- V30: archive navigation placement only --- */
.media-viewer {
  position: relative;
  min-width: 0;
}

@media (min-width: 981px) {
  .films-showcase > .media-viewer,
  .image-archive > .media-viewer {
    height: 640px;
    min-height: 640px;
    padding-right: 58px;
  }

  .media-viewer > .vertical-media-slider {
    height: 100%;
    min-height: 100%;
  }

  .media-viewer > .media-nav {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 4;
    flex-direction: column;
    margin: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 980px) {
  .media-viewer {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .media-viewer > .vertical-media-slider {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .media-viewer > .vertical-media-slider .scroll-art-card,
  .media-viewer > .vertical-media-slider .scroll-video-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    scroll-snap-align: start;
  }

  .media-viewer > .media-nav {
    position: static;
    display: flex;
    justify-content: center;
    margin: 14px 0 0;
    transform: none;
  }

  .media-viewer > .media-nav button {
    font-size: 0;
  }

  .media-viewer > .media-nav button[data-scroll-prev]::before,
  .media-viewer > .media-nav button[data-scroll-next]::before {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
  }

  .media-viewer > .media-nav button[data-scroll-prev]::before { content: "←"; }
  .media-viewer > .media-nav button[data-scroll-next]::before { content: "→"; }
}


/* V31 mobile film frame height adjustment only: 40% shorter. */
@media (max-width: 980px) {
  .films-showcase .media-viewer > .vertical-media-slider {
    height: 336px;
  }
}

@media (max-width: 700px) {
  .films-showcase .media-viewer > .vertical-media-slider {
    height: 282px;
  }
}


/* Requested final print/mobile refinements. */
@media (max-width: 720px) {
  .prints-teaser {
    gap: 58px;
  }
}

.cart-item-copy {
  min-width: 0;
}
.cart-item-detail {
  display: block;
  margin-top: 4px;
  color: #8e837a !important;
  font-size: .62rem !important;
  line-height: 1.45;
}
.cart-item-price {
  display: block;
  margin-top: 6px;
  color: var(--sand) !important;
  font-size: .7rem !important;
}
.checkout-print-info {
  margin: 0 0 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.checkout-print-info strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
}
.checkout-print-info p {
  margin: 0;
  color: #8e837a;
  font-size: .68rem;
  line-height: 1.6;
}
