:root {
  --ink: #0b0a0b;
  --charcoal: #141113;
  --wine: #241217;
  --wine-light: #46242d;
  --gold: #b49a65;
  --gold-pale: #cfbd92;
  --candle: #d6a45d;
  --candle-pale: #f0d6a0;
  --ivory: #e8e0d0;
  --muted: #a69f96;
  --line: rgba(207, 189, 146, .22);
  --display: "Cinzel Decorative", Georgia, serif;
  --body: Verdana, Geneva, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 50% 0, #1b1214 0, var(--ink) 36rem); color: var(--ivory); font-family: var(--body); font-size: 15px; line-height: 1.75; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .1; z-index: 20; 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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); }
body::after { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 19; box-shadow: inset 0 0 10vw rgba(0,0,0,.72), inset 0 -8rem 10rem rgba(0,0,0,.28); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.18; }
h1 { font-size: clamp(3.3rem, 8vw, 7.8rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 4.5vw, 4.4rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .7rem 1rem; background: var(--ivory); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.eyebrow { color: var(--gold); font-size: .69rem; font-weight: bold; letter-spacing: .22em; text-transform: uppercase; }
.section { max-width: 1380px; margin: 0 auto; padding: 8rem 5vw; position: relative; }
.text-link { display: inline-block; color: var(--gold-pale); text-decoration: none; font-size: .72rem; font-weight: bold; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid var(--line); padding-bottom: .25rem; transition: color .25s, border-color .25s; }
.text-link:hover { color: var(--ivory); border-color: var(--ivory); }
.button-row { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3.3rem; padding: .8rem 1.5rem; border: 1px solid var(--gold); background: none; color: var(--ivory); text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; font-weight: bold; cursor: pointer; transition: background .25s, color .25s; }
.button-solid { background: var(--gold); color: #17120c; }
.button:hover { background: var(--ivory); border-color: var(--ivory); color: var(--ink); }

#site-header { position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid rgba(232,224,208,.13); background: linear-gradient(180deg, rgba(7,5,6,.58), transparent); }
.header-inner { height: 110px; display: flex; align-items: center; justify-content: space-between; max-width: 1480px; margin: auto; padding: 0 4vw; }
.brand { display: grid; gap: .35rem; color: var(--ivory); text-decoration: none; }
.brand-name { color: var(--ivory); text-decoration: none; }
.monogram { width: 62px; height: 62px; object-fit: contain; border-radius: 0; filter: drop-shadow(0 0 10px rgba(180,154,101,.12)); }
.brand span { display: grid; }
.brand b { font-family: var(--display); font-weight: 400; font-size: .95rem; letter-spacing: .06em; }
.brand small { color: var(--muted); font-size: .55rem; letter-spacing: .18em; text-transform: uppercase; }
.brand-social { display: flex; align-items: center; gap: .55rem; color: var(--muted); }
.brand-social a { width: 15px; height: 15px; display: inline-flex; align-items: center; justify-content: center; color: inherit; opacity: .9; transition: color .2s, opacity .2s; }
.brand-social a:hover { color: var(--gold-pale); opacity: 1; }
.brand-social svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.brand-social .icon-dot { fill: currentColor; stroke: none; }
#main-nav { display: flex; gap: clamp(1.2rem, 3vw, 3rem); align-items: center; }
#main-nav a { color: var(--muted); text-decoration: none; text-transform: uppercase; letter-spacing: .17em; font-size: .62rem; transition: color .2s; }
#main-nav a:hover, #main-nav a[aria-current="page"] { color: var(--ivory); }
#main-nav a[aria-current="page"]::after { content: ""; display: block; width: 3px; height: 3px; background: var(--gold); border-radius: 50%; margin: .35rem auto -0.55rem; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { min-height: 100vh; padding: 155px 7vw 6vw; position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7vw; background: radial-gradient(ellipse at 22% 63%, rgba(159,83,40,.17) 0, rgba(92,37,29,.08) 19%, transparent 43%), radial-gradient(circle at 78% 36%, #332326 0, #151113 34%, #080708 72%); }
.hero::before { content: ""; position: absolute; inset: 110px 2.5vw 2.5vw; opacity: .32; pointer-events: none; border: 1px solid rgba(207,189,146,.08); box-shadow: inset 0 0 80px rgba(0,0,0,.6); }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 23% 69%, rgba(240,177,89,.13), transparent 19%), linear-gradient(90deg, rgba(8,7,8,.18), transparent 40%, rgba(8,7,8,.12)); pointer-events: none; }
.hero-copy, .hero-art { position: relative; z-index: 1; will-change: transform; }
.hero h1 { margin: .35rem 0 0; }
.hero-role { color: var(--gold-pale); font-family: Georgia, serif; font-style: italic; letter-spacing: .12em; font-size: 1.05rem; }
.hero-intro { color: #c0b9ae; max-width: 520px; margin: 1.35rem 0 2rem; font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.9; }
.hero-art { width: min(540px, 90%); justify-self: center; }
.hero-frame { position: relative; padding: clamp(.65rem, 1.15vw, 1rem); border: 1px solid var(--gold); outline: 1px solid rgba(207,189,146,.15); outline-offset: 5px; box-shadow: 0 42px 100px #000, 0 0 55px rgba(196,128,62,.11), inset 0 0 0 4px #151012; background: linear-gradient(135deg, #261c18, #090708 40%, #1d1512); }
.hero-frame::after { content: ""; position: absolute; inset: .65rem; pointer-events: none; box-shadow: inset 0 0 28px rgba(0,0,0,.68); }
.hero-frame img { width: 100%; height: auto; max-height: 68vh; object-fit: contain; }
.hero-art figcaption { display: flex; justify-content: space-between; padding-top: .8rem; color: var(--muted); font-family: Georgia, serif; font-style: italic; font-size: .78rem; }
.hero-orbit { position: absolute; width: 660px; height: 660px; border: 1px solid rgba(180,154,101,.13); border-radius: 50%; right: -180px; top: 10%; }
.hero-orbit::before { content: "✦"; position: absolute; color: var(--gold); top: 26%; left: 4%; font-size: .7rem; }

.intro-section { display: grid; grid-template-columns: 1fr .8fr; gap: 5vw; align-items: start; border: 1px solid var(--line); border-bottom-color: rgba(207,189,146,.32); margin-top: -3.5rem; padding-top: 7rem; background: linear-gradient(135deg, rgba(28,20,22,.98), rgba(11,10,11,.97) 58%); box-shadow: 0 32px 90px rgba(0,0,0,.38); z-index: 3; }
.section-number { color: var(--gold); font-family: Georgia, serif; font-style: italic; border-top: 1px solid var(--gold); padding-top: .5rem; width: 45px; }
.intro-section h2 { margin-bottom: 0; }
.intro-text { color: #aaa39a; font-family: Georgia, serif; font-size: 1.08rem; padding-top: 2.3rem; }
.intro-text p { margin-bottom: 2rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.featured { overflow: visible; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.4rem, 3vw, 3.2rem); align-items: start; position: relative; z-index: 1; }
.featured-grid .art-card:nth-child(2) { margin-top: 5rem; }
.art-card a { text-decoration: none; }
.art-image { overflow: hidden; background: #171417; border: 1px solid rgba(180,154,101,.14); box-shadow: 0 22px 50px rgba(0,0,0,.38), 0 0 35px rgba(187,112,48,.035); }
.art-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: contain; transform: translate3d(0, var(--image-drift, 0px), 0) scale(.94); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .3s; will-change: transform; background: radial-gradient(circle at center, rgba(207,189,146,.06), rgba(8,7,8,.96) 62%); }
.art-card:hover img { transform: translate3d(0, var(--image-drift, 0px), 0) scale(.965); filter: brightness(1.08); }
.art-meta { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0 2rem; border-bottom: 1px solid var(--line); }
.art-meta h3 { margin: 0 0 .15rem; font-size: 1.05rem; }
.art-meta p, .art-meta span { margin: 0; color: var(--muted); font-family: Georgia, serif; font-style: italic; font-size: .78rem; }
.art-meta span { color: var(--gold); white-space: nowrap; }
.quote-section { max-width: none; position: relative; overflow: hidden; text-align: center; background: radial-gradient(ellipse at 50% 110%, rgba(194,112,50,.2), transparent 42%), linear-gradient(110deg, #1b0e12, var(--wine) 48%, #160c0f); border-block: 1px solid var(--line); padding-inline: 15vw; box-shadow: inset 0 30px 70px rgba(0,0,0,.3), inset 0 -30px 70px rgba(0,0,0,.35); margin-top: 2rem; z-index: 2; }
.quote-section::before, .quote-section::after { content: ""; position: absolute; top: 12%; bottom: 12%; width: 1px; background: linear-gradient(transparent, var(--gold), transparent); opacity: .24; }
.quote-section::before { left: 7vw; }
.quote-section::after { right: 7vw; }
.moon-mark { display: block; color: var(--gold); font-size: 3rem; margin-bottom: 2rem; }
.quote-star { display: block; width: 56px; height: 56px; margin: 0 auto 2rem; position: relative; filter: drop-shadow(0 0 12px rgba(180,154,101,.2)); }
.quote-star::before, .quote-star::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: linear-gradient(90deg, transparent, var(--gold-pale) 38%, var(--gold) 50%, var(--gold-pale) 62%, transparent); }
.quote-star::before { width: 54px; height: 4px; clip-path: polygon(0 50%, 43% 0, 50% 50%, 57% 0, 100% 50%, 57% 100%, 50% 50%, 43% 100%); }
.quote-star::after { width: 4px; height: 54px; clip-path: polygon(50% 0, 100% 43%, 50% 50%, 100% 57%, 50% 100%, 0 57%, 50% 50%, 0 43%); }
blockquote { margin: 0 auto 2rem; max-width: 1050px; font-family: var(--display); font-size: clamp(1.6rem, 3.5vw, 3.4rem); line-height: 1.45; }
.quote-section > p { color: var(--gold); font-size: .65rem; letter-spacing: .22em; text-transform: uppercase; }
.home-contact { text-align: center; padding-block: 11rem 10rem; margin-top: -2rem; background: linear-gradient(180deg, rgba(18,13,15,.95), transparent 72%); }
.home-contact::before { content: ""; position: absolute; width: min(760px, 80vw); height: 1px; left: 50%; top: 4rem; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--line), transparent); }
.home-contact h2 { margin-bottom: .7rem; }
.home-contact > p:not(.eyebrow) { color: var(--muted); margin-bottom: 2rem; }

.page-hero { min-height: 64vh; padding: 190px 8vw 7rem; display: flex; flex-direction: column; justify-content: end; background: radial-gradient(ellipse at 13% 80%, rgba(190,104,48,.12), transparent 25%), radial-gradient(circle at 80% 20%, #321c21 0, #151113 35%, #0b0a0b 68%); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; box-shadow: inset 0 -70px 100px rgba(0,0,0,.34); }
.page-hero::before { content: ""; position: absolute; inset: 110px 3vw 2.5vw; border: 1px solid rgba(207,189,146,.07); pointer-events: none; }
.page-hero::after { content: "✦"; position: absolute; right: 12%; top: 44%; color: var(--gold); font-size: 1rem; box-shadow: 80px -110px 0 -3px var(--gold), -80px 100px 0 -4px var(--gold); }
body[data-page="gallery"] .page-hero::before,
body[data-page="gallery"] .page-hero::after,
body[data-page="about"] .page-hero::before,
body[data-page="about"] .page-hero::after,
body[data-page="journal"] .page-hero::before,
body[data-page="journal"] .page-hero::after,
body[data-page="contact"] .page-hero::before,
body[data-page="contact"] .page-hero::after,
body[data-page="faq"] .page-hero::before,
body[data-page="faq"] .page-hero::after { display: none; }
.page-hero h1 { max-width: 1000px; margin: .3rem 0 1.2rem; }
.page-hero > p:last-child { max-width: 560px; color: var(--muted); font-family: Georgia, serif; font-size: 1.1rem; }
.split-title { display: grid; grid-template-columns: 1fr .6fr; align-items: end; }
.split-title > p:last-child { padding-bottom: 2rem; }

.gallery-section { padding-top: 5rem; margin-top: -2.5rem; background: linear-gradient(180deg, rgba(19,14,16,.98), var(--ink) 18rem); border-top: 1px solid var(--line); z-index: 2; }
.filter-bar { display: flex; gap: 1rem 2.5rem; flex-wrap: wrap; margin-bottom: 4rem; border-bottom: 1px solid var(--line); }
.filter { padding: 0 0 1rem; border: 0; border-bottom: 1px solid transparent; background: none; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; cursor: pointer; }
.filter.active, .filter:hover { color: var(--ivory); border-color: var(--gold); }
.masonry { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.3rem, 3vw, 3rem); align-items: start; }
.masonry .art-card { margin-bottom: 0; }
.art-card[hidden] { display: none; }

.artwork-main { padding-top: 110px; }
.back-link { margin: 3rem 5vw; }
.artwork-detail { max-width: 1380px; margin: 0 auto; padding: 2rem 5vw 8rem; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: start; }
.artwork-view { min-height: 70vh; display: grid; place-items: center; background: #111; padding: 5vw; }
.zoom-button { position: relative; border: 0; padding: 0; background: none; cursor: zoom-in; box-shadow: 0 28px 65px #000; }
.zoom-button img { max-height: 72vh; width: auto; }
.zoom-button span { position: absolute; right: 0; bottom: -2.4rem; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .6rem; }
.artwork-info { position: sticky; top: 3rem; padding-top: 4vw; }
.artwork-info h1 { font-size: clamp(2.5rem, 5vw, 5rem); margin: .5rem 0 2.2rem; }
dl { margin: 0 0 2.5rem; border-top: 1px solid var(--line); }
dl div { display: grid; grid-template-columns: 1fr 1.5fr; padding: .8rem 0; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
dd { margin: 0; font-family: Georgia, serif; }
dd.available { color: var(--gold-pale); }
.art-description { color: #b6afa5; font-family: Georgia, serif; font-size: 1.02rem; line-height: 1.9; }
.button-stack { display: grid; gap: .8rem; margin-top: 2rem; }
.shipping-note { color: var(--muted); font-size: .68rem; margin-top: 1.2rem; }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; border: 0; padding: 3rem; background: rgba(5,4,5,.96); color: var(--ivory); text-align: center; overflow: auto; }
.lightbox::backdrop { background: #000; }
.lightbox img { max-width: 1200px; width: auto; min-height: 90vh; object-fit: contain; margin: auto; }
.lightbox-close { position: fixed; right: 2rem; top: 1rem; border: 0; background: none; font-size: 2.5rem; cursor: pointer; z-index: 2; }
.lightbox p { color: var(--muted); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.about-image { position: relative; padding-block: 0 5rem; margin-top: -3rem; display: none; grid-template-columns: 1fr auto; z-index: 2; }
.studio-placeholder { min-height: 600px; position: relative; overflow: hidden; background: linear-gradient(100deg, #151214, transparent 60%), radial-gradient(circle at 72% 28%, #aaa083 0 2%, #4a4847 3%, #19191b 18%, #0f0c0e 48%), #121012; }
.studio-placeholder::after { content: ""; position: absolute; left: 21%; bottom: 0; width: 26%; height: 63%; background: linear-gradient(90deg, #130d0c, #392a23 48%, #160e0e); clip-path: polygon(28% 0, 75% 0, 100% 100%, 0 100%); box-shadow: 100px 30px 100px #000; }
.studio-moon { position: absolute; right: 18%; top: 16%; width: 85px; height: 85px; border-radius: 50%; background: #d5cbb2; box-shadow: 0 0 45px #c9bea066; }
.studio-easel { position: absolute; z-index: 2; left: 25%; bottom: 8%; width: 18%; height: 58%; border: 7px solid #231815; border-top-width: 12px; transform: perspective(500px) rotateY(8deg); }
.vertical-caption { margin-left: 1rem; writing-mode: vertical-rl; color: var(--muted); font-family: Georgia, serif; font-style: italic; font-size: .72rem; }
.editorial { display: grid; grid-template-columns: .35fr 1fr; gap: 6vw; border: 1px solid var(--line); margin-top: -2.5rem; max-width: 1380px; width: auto; background: linear-gradient(180deg, rgba(19,14,16,.98), rgba(11,10,11,.98) 18rem); box-shadow: 0 30px 85px rgba(0,0,0,.35); z-index: 4; }
.editorial h2 { max-width: 1000px; }
.editorial div > p { max-width: 780px; color: #ada69c; font-family: Georgia, serif; font-size: 1.05rem; }
.about-panels { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 4rem; }
.about-panels article { padding: 3rem; border: 1px solid var(--line); }
.about-panels article + article { border-left: 0; }
.about-panels article > span { color: var(--gold); font-family: Georgia, serif; font-style: italic; }
.about-panels h3 { font-size: 1.45rem; margin-top: 1rem; }
.about-panels article > p:last-child { color: var(--muted); font-family: Georgia, serif; }

.contact-layout { display: grid; grid-template-columns: .7fr 1.2fr; gap: 9vw; margin-top: -2.5rem; background: linear-gradient(135deg, rgba(29,19,22,.98), rgba(11,10,11,.98) 48%); border: 1px solid var(--line); box-shadow: 0 30px 85px rgba(0,0,0,.35); z-index: 2; }
.contact-layout aside { padding-top: 1rem; }
.contact-layout aside h2 { font-size: 2.5rem; }
.contact-layout aside > p { color: var(--muted); font-family: Georgia, serif; }
.contact-layout aside > a { color: var(--gold-pale); font-family: Georgia, serif; }
.contact-types { list-style: none; padding: 0; margin: 3rem 0; border-top: 1px solid var(--line); }
.contact-types li { padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--display); }
.contact-types span { display: inline-block; width: 3rem; color: var(--gold); font-family: Georgia, serif; font-style: italic; font-size: .75rem; }
.contact-form { display: grid; gap: 1.6rem; }
.contact-form label { color: var(--gold-pale); font-size: .65rem; font-weight: bold; letter-spacing: .15em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: .5rem; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: .85rem 0; background: transparent; color: var(--ivory); outline: none; }
.contact-form select option { background: var(--charcoal); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form .button { justify-self: start; min-width: 190px; }
.form-note { color: var(--gold-pale); }

.journal-list { margin-top: -2.5rem; background: var(--ink); border-top: 1px solid var(--line); z-index: 2; }
.journal-feature { display: grid; grid-template-columns: 1.25fr .75fr; gap: 0; align-items: center; padding-bottom: 7rem; border-bottom: 1px solid var(--line); }
.journal-feature img { width: 100%; max-height: 620px; aspect-ratio: 4/3; object-fit: contain; background: radial-gradient(circle at center, rgba(207,189,146,.06), rgba(8,7,8,.96) 62%); }
.journal-feature > div { position: relative; margin-left: -4rem; padding: 3.5rem; background: rgba(15,12,13,.97); border: 1px solid var(--line); box-shadow: 0 25px 70px rgba(0,0,0,.48); z-index: 2; }
.journal-feature h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.journal-feature div > p:not(.eyebrow), .journal-rows p:not(.eyebrow) { color: var(--muted); font-family: Georgia, serif; }
.journal-rows { display: grid; grid-template-columns: repeat(3, 1fr); }
.journal-rows article { padding: 3.5rem 3rem; border-bottom: 1px solid var(--line); }
.journal-rows article + article { border-left: 1px solid var(--line); }
.journal-rows h3 { font-size: 1.45rem; }
.faq-list { max-width: 1050px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 2rem 0; font-family: var(--display); font-size: clamp(1.1rem, 2.4vw, 1.7rem); display: flex; align-items: center; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; margin-left: auto; color: var(--gold); font-family: Georgia, serif; font-size: 1.6rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span { display: none; }
.faq-list details div { padding: 0 4rem 2.5rem; color: var(--muted); font-family: Georgia, serif; max-width: 800px; }

#site-footer { min-height: 380px; max-width: 1380px; margin: auto; padding: 6rem 5vw 2rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; align-items: start; background: radial-gradient(ellipse at 12% 20%, rgba(165,85,38,.07), transparent 30%); }
.footer-mark { display: grid; justify-items: start; }
.footer-mark .monogram { width: 74px; height: 74px; margin-bottom: 1rem; }
.footer-mark p { margin: 0; font-family: var(--display); font-size: 1.2rem; }
.footer-mark span { color: var(--muted); font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; }
#site-footer nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 4rem; }
#site-footer nav a { color: var(--muted); text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; }
#site-footer nav a:hover { color: var(--ivory); }
.footer-meta { grid-column: 1 / -1; align-self: end; display: flex; justify-content: space-between; color: #6f6965; border-top: 1px solid var(--line); padding-top: 1.2rem; margin-top: 5rem; font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity .8s cubic-bezier(.2,.65,.25,1) var(--delay, 0ms), transform .8s cubic-bezier(.2,.65,.25,1) var(--delay, 0ms); }
.reveal.reveal-left { transform: translate3d(-22px, 10px, 0); }
.reveal.reveal-right { transform: translate3d(22px, 10px, 0); }
.reveal.visible { opacity: 1; transform: translate3d(0,0,0); }
.parallax-layer { transform: translate3d(0, var(--parallax-y, 0px), 0); }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } .reveal, .reveal.reveal-left, .reveal.reveal-right { opacity: 1; transform: none; transition: none; } .art-image img { transform: scale(1.045); transition: none; } .parallax-layer { transform: none; } }

@media (max-width: 900px) {
  .section { padding-block: 6rem; }
  .header-inner { height: 86px; }
  .brand { gap: .25rem; }
  .brand b { font-size: .82rem; }
  .brand-social a, .brand-social svg { width: 14px; height: 14px; }
  .brand .monogram { width: 50px; height: 50px; }
  .menu-toggle { display: grid; gap: 4px; width: 54px; cursor: pointer; padding: .5rem; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: var(--ivory); }
  .menu-toggle b { position: absolute; clip: rect(0,0,0,0); }
  #main-nav { display: none; position: absolute; top: 86px; left: 0; right: 0; padding: 2rem 5vw 3rem; background: rgba(11,10,11,.98); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  #main-nav.open { display: flex; }
  #main-nav a { font-size: .75rem; }
  #main-nav a[aria-current="page"]::after { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 135px; gap: 4rem; }
  .hero::before { inset: 86px 1rem 1rem; }
  .hero-copy { text-align: center; }
  .hero-intro { margin-inline: auto; }
  .button-row { justify-content: center; }
  .hero-art { width: min(480px, 90%); }
  .hero-frame img { max-height: none; height: auto; object-fit: contain; }
  .intro-section { grid-template-columns: 1fr; }
  .intro-section { margin-top: -1.5rem; padding-top: 5.5rem; }
  .intro-text { grid-column: 1; }
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-grid .art-card:nth-child(2) { margin-top: 3rem; }
  .featured-grid .art-card:nth-child(3) { grid-column: 1 / -1; width: 50%; margin-left: 25%; }
  .masonry { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .artwork-detail { grid-template-columns: 1fr; }
  .artwork-info { position: static; }
  .split-title, .editorial, .contact-layout { grid-template-columns: 1fr; }
  .editorial { margin-top: -1.5rem; width: auto; }
  .contact-layout { margin-top: -1.5rem; }
  .split-title > p:last-child { padding: 0; }
  .about-panels { grid-template-columns: 1fr; }
  .about-panels article + article { border-left: 1px solid var(--line); border-top: 0; }
  .journal-feature { grid-template-columns: 1fr; }
  .journal-feature > div { margin: -2.5rem 2rem 0; }
  .journal-rows { grid-template-columns: 1fr; }
  .journal-rows article + article { border-left: 0; }
}

@media (max-width: 580px) {
  body { font-size: 14px; }
  .reveal.reveal-left, .reveal.reveal-right { transform: translate3d(0, 18px, 0); }
  .reveal.visible { transform: translate3d(0,0,0); }
  .section { padding: 4.5rem 1.25rem; }
  .hero { padding: 120px 1.25rem 4rem; }
  .hero::before { inset: 86px .65rem .65rem; opacity: .2; }
  .hero h1 { font-size: 3.4rem; }
  .hero-orbit { display: none; }
  .page-hero { min-height: 58vh; padding: 140px 1.25rem 4rem; }
  .page-hero h1 { font-size: 2.8rem; }
  .page-hero::after { opacity: .4; }
  .intro-section { grid-template-columns: 1fr; }
  .intro-section { margin: -1rem .65rem 0; padding: 4.5rem 1.25rem; }
  .section-number { display: none; }
  .intro-text { grid-column: 1; padding-top: 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-grid .art-card:nth-child(2) { margin-top: 0; }
  .featured-grid .art-card:nth-child(3) { grid-column: auto; width: auto; margin-left: 0; }
  .quote-section { padding-inline: 1.25rem; }
  .featured::before { top: 3rem; font-size: 4rem; }
  .masonry { grid-template-columns: 1fr; }
  .filter-bar { gap: .8rem 1.2rem; }
  .artwork-main { padding-top: 86px; }
  .back-link { margin: 2rem 1.25rem; }
  .artwork-detail { padding: 1rem 1.25rem 5rem; }
  .artwork-view { min-height: 50vh; padding: 2rem; }
  .about-image { grid-template-columns: 1fr; }
  .studio-placeholder { min-height: 420px; }
  .vertical-caption { writing-mode: initial; margin: .6rem 0 0; }
  .editorial { gap: 1.5rem; }
  .editorial { width: auto; margin: -1rem .65rem 0; }
  .about-panels article { padding: 2rem 1.5rem; }
  .contact-layout { gap: 4rem; }
  .contact-layout { margin: -1rem .65rem 0; }
  .journal-list { margin-top: -1rem; }
  .journal-feature > div { margin: -1.5rem .75rem 0; padding: 2rem 1.5rem; }
  .journal-rows article { padding: 2.5rem 0; }
  .faq-list summary span { width: 2.5rem; }
  .faq-list details div { padding-left: 2.5rem; }
  #site-footer { grid-template-columns: 1fr; padding: 4rem 1.25rem 2rem; }
  #site-footer nav { margin-top: 3rem; }
  .footer-meta { flex-direction: column; }
}
