:root {
  --ink: #f1eee3;
  --muted: #b4b9ac;
  --forest-950: #030805;
  --forest-900: #07130d;
  --forest-800: #0d2417;
  --forest-700: #153621;
  --forest-500: #3f6f48;
  --moss: #92a85f;
  --acid: #d7e56f;
  --rust: #8c352c;
  --paper: #d8d0ba;
  --line: rgba(241, 238, 227, .18);
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 5%, rgba(89, 130, 71, .14), transparent 28rem),
    radial-gradient(circle at 90% 20%, rgba(33, 72, 43, .18), transparent 34rem),
    var(--forest-950);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,.32), transparent 16%, transparent 84%, rgba(0,0,0,.32));
  z-index: 6;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.hidden { display: none; }

#forestParticles { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; opacity: .58; }
.grain {
  position: fixed; inset: -50%; width: 200%; height: 200%; pointer-events: none; z-index: 30; opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  animation: grain 7s steps(8) infinite;
}
@keyframes grain { 0%,100%{ transform: translate(0,0)} 20%{transform:translate(-3%,2%)} 40%{transform:translate(2%,-3%)} 60%{transform:translate(4%,4%)} 80%{transform:translate(-4%,-2%)} }
.web { position: fixed; width: 270px; aspect-ratio: 1; pointer-events: none; opacity: .28; z-index: 5; background: repeating-radial-gradient(circle, transparent 0 22px, rgba(232,238,220,.45) 23px 24px, transparent 25px 42px); clip-path: polygon(0 0, 100% 0, 0 100%); }
.web::before { content:""; position:absolute; inset:0; background: repeating-conic-gradient(from 0deg, rgba(232,238,220,.5) 0 1deg, transparent 1deg 14deg); }
.web-a { top: 0; right: 0; transform: rotate(90deg); transform-origin: center; }
.web-b { bottom: -20px; left: -20px; transform: rotate(-90deg) scale(.75); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; height: var(--header-h); padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; z-index: 40;
  background: linear-gradient(180deg, rgba(3,8,5,.96), rgba(3,8,5,.68) 72%, transparent);
  backdrop-filter: blur(10px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border: 1px solid rgba(215,229,111,.55); border-radius: 48% 52% 55% 45%; display:grid; place-items:center; font-family: Georgia, serif; font-size: 23px; font-style: italic; color: var(--acid); transform: rotate(-7deg); box-shadow: inset 0 0 24px rgba(118,144,73,.15); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { text-transform: uppercase; letter-spacing: .18em; font-size: .86rem; }
.brand-copy small { color: var(--muted); font-size: .68rem; letter-spacing: .05em; }
.site-nav { display:flex; gap: 26px; }
.site-nav a { text-decoration:none; text-transform:uppercase; font-size:.72rem; letter-spacing:.16em; color: var(--muted); position:relative; }
.site-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-7px; height:1px; background:var(--acid); transition:.25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right:0; }
.menu-toggle { display:none; background:none; border:0; padding:8px; }
.menu-toggle span:not(.sr-only) { display:block; width:24px; height:1px; background:var(--ink); margin:5px 0; }

main, .site-footer { position: relative; z-index: 2; }
.hero { min-height: 100svh; padding: calc(var(--header-h) + 7vh) clamp(20px, 6vw, 88px) 8vh; display:grid; grid-template-columns: minmax(0, .86fr) minmax(380px, 1.14fr); gap: clamp(20px, 5vw, 80px); align-items:center; }
.hero-copy { max-width: 710px; }
.eyebrow { margin:0 0 18px; text-transform:uppercase; letter-spacing:.24em; font-size:.7rem; color: var(--acid); }
h1,h2,h3,p { margin-top:0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight:400; font-size:clamp(4rem, 8vw, 8.8rem); line-height:.82; letter-spacing:-.065em; margin-bottom:28px; }
h1 em { color:var(--acid); font-weight:400; position:relative; }
h1 em::after { content:""; position:absolute; left:-2%; right:-3%; bottom:4%; height:10px; background:rgba(140,53,44,.55); transform:rotate(-2deg); z-index:-1; }
.hero-lede { max-width:610px; color:var(--muted); font-size:clamp(1rem, 1.5vw, 1.25rem); line-height:1.65; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:34px; }
.btn { min-height:58px; padding:0 34px; clip-path:polygon(7% 50%, 18% 12%, 62% 0, 100% 50%, 62% 100%, 18% 88%); border-radius:52% 8% 52% 8%; display:inline-flex; align-items:center; justify-content:center; border:1px solid var(--line); text-decoration:none; text-transform:uppercase; letter-spacing:.12em; font-size:.72rem; cursor:pointer; transition:transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.btn:hover { transform:translateY(-3px) rotate(-.4deg); }
.btn-solid { background:var(--acid); color:#10180e; border-color:var(--acid); }
.btn-ghost { background:rgba(255,255,255,.025); }

.hero-art { min-height:650px; position:relative; perspective:1200px; isolation:isolate; }
.hero-art::before { content:""; position:absolute; inset:11% 5% 8%; border-radius:50%; background:radial-gradient(circle, rgba(73,113,65,.28), transparent 64%); filter:blur(16px); }
.polaroid { position:absolute; padding:12px 12px 44px; background:#d9d0b8; box-shadow:0 40px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.18); transition:transform .25s ease-out; transform-style:preserve-3d; }
.polaroid img { width:100%; height:100%; object-fit:cover; filter:saturate(.86) contrast(1.08); }
.p1 { width:48%; height:58%; left:1%; top:18%; transform:rotate(-9deg) translateZ(40px); }
.p2 { width:45%; height:61%; right:0; top:7%; transform:rotate(7deg) translateZ(80px); }
.p3 { width:42%; height:47%; left:30%; bottom:0; transform:rotate(-1deg) translateZ(150px); }
.leaf { position:absolute; width:210px; height:70px; border-radius:100% 0 100% 0; background:linear-gradient(145deg, #274c2d, #0e2015 70%); opacity:.78; filter:drop-shadow(0 20px 18px rgba(0,0,0,.42)); transform-origin:0 50%; z-index:-1; }
.leaf::after { content:""; position:absolute; left:8%; right:10%; top:50%; height:1px; background:rgba(206,224,145,.25); transform:rotate(-8deg); }
.leaf-1 { right:-5%; top:15%; transform:rotate(-28deg); }
.leaf-2 { left:-7%; bottom:12%; transform:rotate(155deg) scale(1.25); }
.leaf-3 { right:12%; bottom:2%; transform:rotate(24deg) scale(.8); }
.hero-orbit { position:absolute; right:8%; bottom:14%; width:140px; height:140px; border:1px dashed rgba(215,229,111,.5); border-radius:50%; display:grid; place-items:center; text-align:center; text-transform:uppercase; letter-spacing:.16em; font-size:.62rem; color:var(--acid); animation:orbit 14s linear infinite; }
@keyframes orbit { to{ transform:rotate(360deg);} }

section:not(.hero) { padding: clamp(88px, 12vw, 160px) clamp(20px, 6vw, 88px); }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:54px; }
.section-heading h2 { margin:0; font-family:Georgia, serif; font-weight:400; font-size:clamp(2.7rem, 5vw, 5.5rem); line-height:.95; letter-spacing:-.04em; max-width:900px; }
.section-heading > p { max-width:520px; margin:0; color:var(--muted); line-height:1.7; }

.gallery-section { background:linear-gradient(180deg, transparent, rgba(7,19,13,.88) 12%, rgba(7,19,13,.96) 86%, transparent); }
.gallery-heading { margin-bottom:28px; }
.gallery-shell { position:relative; }

.gallery-section { background:linear-gradient(180deg, transparent, rgba(7,19,13,.88) 12%, rgba(7,19,13,.96) 86%, transparent); }
.gallery-heading { margin-bottom:28px; }
.gallery-shell { position:relative; }
.gallery-viewport {
  height:min(76vh, 760px);
  min-height:560px;
  overflow:hidden;
  border:1px solid rgba(225,233,209,.16);
  background:#050a07;
  box-shadow:0 60px 140px rgba(0,0,0,.5);
  cursor:grab;
  touch-action:pan-y;
}
.gallery-viewport:active { cursor:grabbing; }
.gallery-scene {
  position:relative;
  width:280%;
  height:100%;
  transform:translate3d(0,0,0);
  transition:transform .12s cubic-bezier(.2,.7,.2,1);
  background:
    linear-gradient(90deg,rgba(0,0,0,.45),transparent 8% 92%,rgba(0,0,0,.5)),
    radial-gradient(circle at 18% 52%,rgba(84,119,70,.16),transparent 22%),
    radial-gradient(circle at 50% 52%,rgba(84,119,70,.2),transparent 22%),
    radial-gradient(circle at 82% 52%,rgba(84,119,70,.16),transparent 22%),
    linear-gradient(#07110b,#020503);
  overflow:hidden;
  will-change:transform;
}
.gallery-viewport.is-dragging .gallery-scene { transition:none; }
.gallery-scene::before,
.gallery-scene::after {
  content:"";
  position:absolute;
  left:0;
  width:100%;
  pointer-events:none;
}
.gallery-scene::before {
  top:0;
  height:24%;
  background:linear-gradient(180deg,#020503,rgba(11,23,16,.7));
  clip-path:polygon(0 0,100% 0,96% 100%,4% 100%);
}
.gallery-scene::after {
  bottom:0;
  height:28%;
  background:
    repeating-linear-gradient(90deg,rgba(183,198,152,.06) 0 1px,transparent 1px 120px),
    repeating-linear-gradient(0deg,rgba(183,198,152,.07) 0 1px,transparent 1px 80px),
    linear-gradient(#102018,#020503);
  clip-path:polygon(4% 0,96% 0,100% 100%,0 100%);
}
.corridor-floor,.corridor-ceiling { display:none; }
.back-wall {
  position:absolute;
  left:44%;
  width:12%;
  top:25%;
  bottom:24%;
  border:1px solid rgba(210,220,196,.13);
  background:linear-gradient(rgba(23,45,29,.85),rgba(5,11,7,.95));
  box-shadow:0 0 100px rgba(103,139,83,.2),inset 0 0 80px rgba(0,0,0,.45);
  display:grid;
  place-items:center;
  z-index:1;
}
.back-sign { text-align:center;font-family:Georgia,serif;letter-spacing:.18em;font-size:clamp(1.4rem,2.6vw,2.6rem);color:rgba(230,235,217,.76); }
.back-sign small { font-family:Arial,sans-serif;font-size:.58rem;color:var(--acid); }
.vine { position:absolute;top:-10%;width:160px;height:125%;opacity:.28;background:radial-gradient(ellipse at center,transparent 34%,rgba(52,102,59,.48) 35% 37%,transparent 38%) 0 0/70px 90px;filter:blur(.2px);z-index:2; }
.vine-left { left:-38px;transform:rotate(7deg); }
.vine-right { right:-38px;transform:scaleX(-1) rotate(7deg); }
.art-frame {
  position:absolute;
  border:0;
  padding:0;
  background:#2c2116;
  box-shadow:0 20px 40px rgba(0,0,0,.55),inset 0 0 0 9px #6b5434,inset 0 0 0 11px #15110c;
  cursor:pointer;
  transition:filter .2s ease,box-shadow .2s ease,transform .2s ease;
  overflow:hidden;
  z-index:4;
}
.art-frame::after { content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.15);box-shadow:inset 0 0 25px rgba(0,0,0,.45);pointer-events:none; }
.art-frame:hover,.art-frame:focus-visible { filter:brightness(1.12);box-shadow:0 30px 55px rgba(0,0,0,.7),0 0 36px rgba(153,185,104,.22),inset 0 0 0 9px #806744,inset 0 0 0 11px #15110c;outline:none;transform:translateY(-8px) rotate(var(--tilt,0deg)); }
.frame-inner { position:absolute;inset:14px;overflow:hidden;background:#111; }
.frame-inner img { width:100%;height:100%;object-fit:cover; }
.left-wall,.right-wall { transform:rotate(var(--tilt,0deg));transform-origin:center; }
.frame-1 { left:3%;top:13%;width:8.5%;height:50%;--tilt:-1.5deg; }
.frame-3 { left:14%;top:42%;width:8%;height:40%;--tilt:1.2deg; }
.frame-5 { left:25%;top:9%;width:7%;height:31%;--tilt:-1deg; }
.frame-7 { left:36%;top:53%;width:7.5%;height:29%;--tilt:1.4deg; }
.frame-2 { left:57%;top:16%;width:8%;height:44%;--tilt:1.2deg; }
.frame-4 { left:68%;top:48%;width:8%;height:39%;--tilt:-1.3deg; }
.frame-6 { left:79%;top:10%;width:7%;height:29%;--tilt:1deg; }
.frame-8 { left:89%;top:54%;width:7.5%;height:28%;--tilt:-1.4deg; }
.gallery-instructions { display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 18px;color:var(--muted);text-transform:uppercase;letter-spacing:.15em;font-size:.63rem; }
.leaf-control { border:1px solid rgba(215,229,111,.45);color:var(--acid);background:linear-gradient(145deg,#234d2d,#0b1b11);clip-path:polygon(5% 50%,18% 10%,62% 0,100% 50%,62% 100%,18% 90%);border-radius:58% 8% 58% 8%;min-width:66px;min-height:46px;display:inline-grid;place-items:center;cursor:pointer;transition:transform .2s ease,filter .2s ease,background .2s ease; }
.leaf-control:hover,.leaf-control:focus-visible { transform:translateY(-2px) rotate(-2deg);filter:brightness(1.2);outline:none; }
.gallery-instructions span { min-width:150px;text-align:center; }
.gallery-progress { height:2px;background:rgba(255,255,255,.08);margin-top:18px;overflow:hidden; }
.gallery-progress span { display:block;height:100%;width:0;background:var(--acid);transition:width .1s linear; }

.mosaic-grid { display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:240px; gap:14px; }
.tile { position:relative; overflow:hidden; padding:0; border:0; background:#111; cursor:pointer; text-align:left; }
.tile img { height:100%; object-fit:cover; transition:transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease; filter:saturate(.8) contrast(1.04); }
.tile::after { content:""; position:absolute; inset:0; background:linear-gradient(transparent 45%, rgba(2,5,3,.88)); }
.tile span { position:absolute; z-index:2; left:18px; bottom:16px; text-transform:uppercase; letter-spacing:.12em; font-size:.66rem; }
.tile:hover img { transform:scale(1.06) rotate(.3deg); filter:saturate(1) contrast(1.1); }
.tile-wide { grid-column:span 2; }
.tile-tall { grid-row:span 2; }

.about-card { min-height:560px; display:grid; grid-template-columns:.35fr 1.25fr .4fr; gap:40px; align-items:center; padding:clamp(38px, 6vw, 86px); border:1px solid rgba(255,255,255,.12); background:linear-gradient(135deg, rgba(15,38,23,.88), rgba(3,8,5,.95)), url('assets/frame-wall.png') center/cover; position:relative; overflow:hidden; }
.about-card::before { content:""; position:absolute; inset:0; background:rgba(3,8,5,.82); }
.about-card > * { position:relative; z-index:2; }
.about-label { writing-mode:vertical-rl; transform:rotate(180deg); text-transform:uppercase; letter-spacing:.24em; color:var(--acid); font-size:.72rem; }
.about-copy h2 { font-family:Georgia,serif; font-size:clamp(2.6rem, 4.5vw, 5.2rem); line-height:.98; font-weight:400; letter-spacing:-.045em; }
.about-copy p { max-width:720px; color:var(--muted); line-height:1.75; font-size:1.06rem; }
.about-stamp { justify-self:end; width:150px; aspect-ratio:1; border:1px solid rgba(215,229,111,.5); border-radius:50%; display:grid; place-items:center; text-align:center; color:var(--acid); font-size:.7rem; letter-spacing:.15em; transform:rotate(7deg); }

.process-grid { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.1); }
.process-grid li { min-height:310px; padding:30px; background:var(--forest-950); position:relative; overflow:hidden; }
.process-grid li::after { content:""; position:absolute; width:150px; aspect-ratio:1; border:1px solid rgba(142,168,95,.16); border-radius:50%; right:-60px; bottom:-60px; }
.process-grid span { display:block; margin-bottom:84px; color:var(--acid); font-size:.68rem; letter-spacing:.14em; }
.process-grid h3 { font-family:Georgia,serif; font-size:2rem; font-weight:400; margin-bottom:12px; }
.process-grid p { color:var(--muted); line-height:1.6; }

.commission { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(40px, 8vw, 120px); align-items:start; background:linear-gradient(120deg, rgba(15,46,26,.48), transparent 50%); }
.commission-copy { position:sticky; top:130px; }
.commission-copy h2 { font-family:Georgia,serif; font-size:clamp(3rem, 5vw, 5.9rem); line-height:.94; font-weight:400; letter-spacing:-.05em; }
.commission-copy > p:last-child { max-width:540px; color:var(--muted); line-height:1.7; }
.commission-form { display:grid; gap:20px; padding:clamp(26px,4vw,50px); border:1px solid var(--line); background:rgba(3,8,5,.68); backdrop-filter:blur(12px); }
.commission-form label { display:grid; gap:9px; }
.commission-form label span { text-transform:uppercase; letter-spacing:.14em; font-size:.65rem; color:var(--muted); }
.commission-form input, .commission-form textarea, .commission-form select { width:100%; border:0; border-bottom:1px solid rgba(255,255,255,.22); background:rgba(255,255,255,.02); color:var(--ink); padding:14px 4px; outline:none; border-radius:0; }
.commission-form input:focus, .commission-form textarea:focus, .commission-form select:focus { border-color:var(--acid); }
.commission-form select option { color:#111; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }

.site-footer { min-height:180px; padding:44px clamp(20px,6vw,88px); border-top:1px solid rgba(255,255,255,.1); display:flex; align-items:end; justify-content:space-between; gap:30px; }
.site-footer strong { text-transform:uppercase; letter-spacing:.18em; }
.site-footer p { margin:6px 0 0; color:var(--muted); }
.site-footer a { text-transform:uppercase; letter-spacing:.14em; font-size:.68rem; text-decoration:none; color:var(--acid); }

.lightbox { width:min(92vw, 1200px); height:min(90vh, 900px); padding:0; border:1px solid rgba(255,255,255,.18); background:#030705; color:var(--ink); box-shadow:0 50px 150px rgba(0,0,0,.85); overflow:hidden; }
.lightbox::backdrop { background:rgba(0,0,0,.84); backdrop-filter:blur(12px); }
.lightbox-stage { height:calc(100% - 110px); display:grid; place-items:center; padding:28px; background:radial-gradient(circle, rgba(37,74,45,.25), transparent 55%); }
.lightbox-stage img { max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain; box-shadow:0 30px 80px rgba(0,0,0,.6); }
.lightbox-copy { height:110px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:20px 28px; border-top:1px solid rgba(255,255,255,.1); }
.lightbox-copy p { margin:0; color:var(--acid); text-transform:uppercase; letter-spacing:.15em; font-size:.65rem; }
.lightbox-copy h2 { margin:0; font-family:Georgia,serif; font-size:clamp(1.7rem,3vw,3rem); font-weight:400; }
.lightbox-close { position:absolute; top:14px; right:16px; z-index:4; min-width:58px; min-height:46px; font-size:1.45rem; }
.lightbox-nav { position:absolute; top:50%; z-index:4; transform:translateY(-50%); min-width:70px; min-height:54px; font-size:1.25rem; }
.lightbox-nav:hover,.lightbox-nav:focus-visible { transform:translateY(-52%) rotate(-2deg); }
.lightbox-prev { left:16px; }
.lightbox-next { right:16px; }

@media (max-width: 980px) {
  .hero { grid-template-columns:1fr; padding-top:calc(var(--header-h) + 42px); }
  .hero-art { min-height:620px; }
  .section-heading { align-items:start; flex-direction:column; }
  .mosaic-grid { grid-template-columns:repeat(2,1fr); }
  .about-card { grid-template-columns:1fr; }
  .about-label { writing-mode:initial; transform:none; }
  .about-stamp { justify-self:start; }
  .process-grid { grid-template-columns:repeat(2,1fr); }
  .commission { grid-template-columns:1fr; }
  .commission-copy { position:static; }
}

@media (max-width: 700px) {
  :root { --header-h:68px; }
  .brand-copy small { display:none; }
  .menu-toggle { display:block; }
  .site-nav { position:absolute; top:var(--header-h); right:16px; left:16px; display:none; padding:22px; background:rgba(3,8,5,.97); border:1px solid var(--line); flex-direction:column; }
  .site-nav.open { display:flex; }
  h1 { font-size:clamp(3.5rem, 18vw, 5.5rem); }
  .hero-art { min-height:480px; }
  .p1{width:58%;height:55%;}.p2{width:53%;height:58%;}.p3{width:50%;height:43%;left:28%;}
  section:not(.hero) { padding-top:86px; padding-bottom:86px; }
  .gallery-instructions { gap:10px; }
  .gallery-instructions span { min-width:0; font-size:.56rem; }
  .leaf-control { min-width:56px; min-height:42px; }
  .gallery-viewport { min-height:0; height:auto; overflow-x:auto; overflow-y:hidden; perspective:none; cursor:grab; scroll-snap-type:x mandatory; scrollbar-width:none; -webkit-overflow-scrolling:touch; }
  .gallery-viewport::-webkit-scrollbar { display:none; }
  .gallery-scene { width:max-content; min-width:100%; height:72vh; min-height:520px; display:flex; align-items:center; gap:22px; padding:48px 12vw; overflow:visible; transform:none !important; transition:none; background:radial-gradient(circle at 50% 55%,rgba(84,119,70,.2),transparent 48%),linear-gradient(#07110b,#020503); }
  .corridor-floor,.corridor-ceiling,.back-wall,.vine { display:none; }
  .art-frame,.left-wall,.right-wall,.frame-1,.frame-2,.frame-3,.frame-4,.frame-5,.frame-6,.frame-7,.frame-8 { position:relative; inset:auto; display:block; flex:0 0 76vw; width:76vw; height:60vh; max-height:560px; min-height:420px; transform:none; scroll-snap-align:center; }
  .frame-inner { inset:14px; }
  .gallery-progress { display:none; }
  .mosaic-grid { grid-template-columns:1fr; grid-auto-rows:300px; }
  .tile-wide,.tile-tall { grid-column:auto; grid-row:auto; }
  .process-grid { grid-template-columns:1fr; }
  .process-grid li { min-height:240px; }
  .process-grid span { margin-bottom:48px; }
  .form-row { grid-template-columns:1fr; }
  .site-footer { align-items:flex-start; flex-direction:column; }
  .lightbox { height:88vh; }
  .lightbox-stage { height:calc(100% - 130px); }
  .lightbox-copy { height:130px; align-items:flex-start; flex-direction:column; }
  .lightbox-nav { top:auto; bottom:142px; min-width:58px; min-height:46px; }
  .lightbox-prev { left:10px; } .lightbox-next { right:10px; }
  .btn { width:100%; max-width:360px; }
}

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

/* Full-screen framed artwork wall viewer */
.viewer-open { overflow:hidden; }
.lightbox { opacity:0; transform:scale(.985); transition:opacity .22s ease, transform .22s ease; }
.lightbox[open] { opacity:1; transform:scale(1); }
.lightbox-stage { position:relative; overflow:hidden; }
.lightbox-stage::before {
  content:""; position:absolute; inset:clamp(18px,3vw,42px); pointer-events:none;
  border:clamp(8px,1.4vw,18px) solid #5e492e;
  box-shadow:inset 0 0 0 3px #17110b, inset 0 0 38px rgba(0,0,0,.72), 0 32px 80px rgba(0,0,0,.62);
  background:linear-gradient(135deg,rgba(255,255,255,.04),transparent 25%,rgba(0,0,0,.18));
}
.lightbox-stage img {
  position:relative; z-index:1; max-width:calc(100% - clamp(76px,10vw,150px));
  max-height:calc(100% - clamp(76px,10vw,150px));
  opacity:0; transform:translateX(0) scale(.98);
  transition:opacity .28s ease, transform .32s cubic-bezier(.22,.75,.2,1);
}
.lightbox.is-ready .lightbox-stage img { opacity:1; transform:translateX(0) scale(1); }
.lightbox.is-zooming .lightbox-stage img { opacity:0; }
.lightbox.slide-out-left .lightbox-stage img { opacity:0; transform:translateX(-14%) scale(.96); }
.lightbox.slide-out-right .lightbox-stage img { opacity:0; transform:translateX(14%) scale(.96); }
.lightbox.slide-in-right .lightbox-stage img { opacity:0; transform:translateX(14%) scale(.96); }
.lightbox.slide-in-left .lightbox-stage img { opacity:0; transform:translateX(-14%) scale(.96); }
.artwork-zoom-clone {
  position:fixed; z-index:9999; object-fit:cover; margin:0; pointer-events:none;
  box-shadow:0 30px 90px rgba(0,0,0,.82);
  transition:left .58s cubic-bezier(.18,.78,.2,1), top .58s cubic-bezier(.18,.78,.2,1), width .58s cubic-bezier(.18,.78,.2,1), height .58s cubic-bezier(.18,.78,.2,1), box-shadow .58s ease;
}
.lightbox-nav { z-index:6; }
.lightbox-copy { position:relative; z-index:5; }
@media (max-width:700px) {
  .lightbox { width:96vw; height:92vh; }
  .lightbox-stage::before { inset:16px; border-width:8px; }
  .lightbox-stage img { max-width:calc(100% - 54px); max-height:calc(100% - 54px); }
  .lightbox-nav { bottom:146px; }
}
