:root {
  --green: #31463a;
  --green-deep: #223129;
  --brown: #6b4e3b;
  --stone: #8c8a81;
  --muted: #62645f;
  --white: #f6f4ee;
  --paper: #fbfaf6;
  --copper: #a86a3a;
  --copper-text: #8b522d;
  --ink: #262c27;
  --line: rgba(49, 70, 58, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; transition: background .3s ease, color .3s ease; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--copper); color: #fff; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); color: var(--green); padding: .8rem 1rem; text-decoration: none; }
.skip-link:focus { top: 1rem; }
.hidden-field { position: absolute; left: -9999px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; height: 92px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: #fff; border-bottom: 1px solid rgba(255,255,255,.22); transition: height .35s ease, background .35s ease, color .35s ease, border-color .35s ease; }
.site-header.scrolled { height: 76px; background: color-mix(in srgb, var(--white) 94%, transparent); color: var(--green); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; line-height: 1; }
.brand svg { width: 33px; height: 33px; fill: currentColor; }
.brand strong { display: block; font: 500 1.15rem/1.1 var(--serif); letter-spacing: .01em; }
.brand small { display: block; margin-top: .28rem; font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(1.15rem, 2.3vw, 2.7rem); }
.desktop-nav a { position: relative; font-size: .76rem; font-weight: 500; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: .8rem; }
.theme-toggle, .menu-toggle { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; background: transparent; border: 0; cursor: pointer; }
.theme-toggle svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.theme-toggle .sun { display: none; }
.menu-toggle { display: none; position: relative; }
.menu-toggle > span:not(.sr-only) { position: absolute; width: 22px; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
.menu-toggle > span:nth-child(1) { transform: translateY(-6px); }
.menu-toggle > span:nth-child(3) { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: rotate(-45deg); }
.mobile-nav { position: fixed; inset: 0; z-index: 40; display: none; flex-direction: column; justify-content: center; padding: 6rem 10vw; background: var(--green); color: #fff; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.mobile-nav.open { visibility: visible; opacity: 1; }
.mobile-nav a { width: fit-content; font: 400 clamp(2.5rem, 11vw, 4.5rem)/1.2 var(--serif); text-decoration: none; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--green-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 55%; animation: heroIn 1.6s ease both; }
.hero-shade { background: linear-gradient(180deg, rgba(15,25,19,.5), rgba(15,25,19,.12) 40%, rgba(15,25,19,.52)), linear-gradient(90deg, rgba(10,20,14,.2), transparent 60%); }
.hero-content { position: relative; z-index: 1; width: min(92%, 1000px); padding-top: 4rem; text-align: center; }
.eyebrow { margin: 0 0 1.25rem; color: var(--brown); font-size: .7rem; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.78); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { margin-bottom: 1rem; font-size: clamp(4rem, 10vw, 9.3rem); line-height: .78; letter-spacing: -.045em; text-wrap: balance; }
.hero-line { margin-bottom: 2rem; font: italic 400 clamp(1.2rem, 2.3vw, 1.75rem) var(--serif); letter-spacing: .08em; }
.hero-line span { margin: 0 .7em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.55rem; border: 1px solid var(--green); background: var(--green); color: #fff; font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); background: var(--copper); border-color: var(--copper); }
.button-light { border-color: rgba(255,255,255,.55); background: transparent; color: #fff; }
.button-light:hover { background: #fff; border-color: #fff; color: var(--green); }
.scroll-cue { position: absolute; z-index: 1; left: clamp(1.25rem, 4vw, 4.5rem); bottom: 2.3rem; display: flex; align-items: center; gap: .8rem; font-size: .65rem; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { display: block; width: 70px; height: 1px; background: rgba(255,255,255,.65); }
@keyframes heroIn { from { scale: 1.04; opacity: .4; } to { scale: 1; opacity: 1; } }

.section-pad { width: min(100%, var(--max)); margin-inline: auto; padding: clamp(6rem, 10vw, 10rem) clamp(1.4rem, 6vw, 7rem); }
.intro { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 9rem); }
.section-number { position: absolute; top: 2.8rem; left: clamp(1.4rem, 6vw, 7rem); color: var(--muted); font-size: .65rem; letter-spacing: .2em; }
h2 { margin-bottom: 1.5rem; color: var(--green); font-size: clamp(3rem, 6.3vw, 6.5rem); line-height: .92; letter-spacing: -.035em; text-wrap: balance; }
.intro-body { align-self: end; max-width: 560px; }
.intro-body p:first-child { font-size: 1.15rem; }
.intro-body p:last-child { color: color-mix(in srgb, var(--ink) 72%, transparent); }

.gallery-section { padding-top: 2rem; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 3rem; margin-bottom: clamp(4rem, 7vw, 7rem); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 430px; margin-bottom: .7rem; color: color-mix(in srgb, var(--ink) 72%, transparent); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(2.5rem, 5vw, 6rem) clamp(1.5rem, 3vw, 3.5rem); }
.art-card { grid-column: span 5; }
.art-card-wide { grid-column: 1 / span 7; }
.art-card-tall { grid-column: 9 / span 4; margin-top: 16rem; }
.art-card-tall.offset { grid-column: 1 / span 4; margin-top: 0; }
.art-card-portrait { grid-column: 7 / span 5; margin-top: 7rem; }
.art-open { width: 100%; padding: 0; border: 0; background: transparent; text-align: left; cursor: zoom-in; }
.art-image-wrap { display: block; overflow: hidden; background: #e7e3d9; }
.art-image-wrap img { width: 100%; height: auto; transition: transform .8s cubic-bezier(.2,.65,.25,1); }
.art-card-tall .art-image-wrap img, .art-card-portrait .art-image-wrap img { aspect-ratio: 4/5; object-fit: cover; object-position: top; }
.art-open:hover img { transform: scale(1.025); }
.art-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); margin-top: 1rem; }
.art-meta strong { display: block; font: 500 1.4rem var(--serif); }
.art-meta small { color: var(--muted); font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.art-meta i { font-style: normal; }

.statement { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 720px; background: var(--green); color: #fff; }
.statement-art { min-height: 600px; background: url("assets/images/water-lily.jpg") center / cover no-repeat; }
.statement-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 9rem); }
.statement-copy h2 { color: #fff; font-size: clamp(2.8rem, 5vw, 5.6rem); }
.statement-copy > p:not(.eyebrow) { max-width: 630px; color: rgba(255,255,255,.76); }
.signature { display: block; margin-top: 2.2rem; font: italic 400 2.5rem var(--serif); }

.collections { padding-bottom: 7rem; }
.collection-row { display: grid; grid-template-columns: 60px 1fr 1.3fr auto; align-items: center; gap: 2rem; padding: 2.2rem 0; border-top: 1px solid var(--line); }
.collection-row:last-child { border-bottom: 1px solid var(--line); }
.collection-row > span { color: var(--muted); font-size: .7rem; }
.collection-row h3 { margin: 0; color: var(--green); font-size: clamp(2rem, 3.3vw, 3.6rem); }
.collection-row p { max-width: 480px; margin: 0; color: color-mix(in srgb, var(--ink) 72%, transparent); }
.collection-row a, .text-link { font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.collection-row a span, .text-link span { display: inline-block; margin-left: .4rem; transition: transform .2s; }
.collection-row a:hover span, .text-link:hover span { transform: translateX(5px); }

.commissions { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 10rem); background: var(--paper); }
.commission-intro { position: sticky; top: 130px; align-self: start; }
.commission-intro h2 { font-size: clamp(3.2rem, 5.5vw, 5.7rem); }
.commission-intro > p:not(.eyebrow) { max-width: 540px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 1.2rem; padding: 2.1rem 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { padding-top: .5rem; color: var(--copper-text); font-size: .68rem; }
.process-list h3 { margin: 0 0 .5rem; color: var(--green); font-size: 2rem; }
.process-list p { max-width: 600px; margin: 0; color: color-mix(in srgb, var(--ink) 72%, transparent); }

.about { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(4rem, 10vw, 11rem); }
.about-image { position: relative; }
.about-image::before { content: ""; position: absolute; inset: 8% -8% -8% 8%; z-index: -1; border: 1px solid var(--copper); }
.about-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top; }
.about-copy { max-width: 620px; }
.about-copy h2 { margin-bottom: .5rem; }
.about-copy .lead { color: var(--brown); font: italic 400 1.7rem var(--serif); }

.collector-note { max-width: 1100px; text-align: center; }
.collector-note blockquote { margin: 0 auto; }
.collector-note blockquote p { color: var(--green); font: 400 clamp(2.7rem, 5.5vw, 5.3rem)/1.05 var(--serif); text-wrap: balance; }
.collector-note cite { color: var(--brown); font-size: .7rem; font-style: normal; letter-spacing: .18em; text-transform: uppercase; }
.collector-context { max-width: 580px; margin: 2.5rem auto 0; color: var(--muted); font-size: .86rem; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 10rem); padding: clamp(6rem, 10vw, 10rem) clamp(1.4rem, 8vw, 10rem); background: var(--green); color: #fff; }
.contact h2 { max-width: 700px; color: #fff; }
.contact-heading p:not(.eyebrow) { max-width: 530px; color: rgba(255,255,255,.74); }
.contact-heading > a { display: inline-block; margin-top: 1.5rem; color: #fff; text-underline-offset: .35rem; }
.contact-form { align-self: center; }
.field-row { margin-bottom: 1.8rem; }
.field-row label { display: block; margin-bottom: .25rem; color: rgba(255,255,255,.68); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.field-row input, .field-row select, .field-row textarea { width: 100%; padding: .65rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.42); border-radius: 0; outline: none; background: transparent; color: #fff; }
.field-row select { color-scheme: dark; }
.field-row textarea { resize: vertical; }
.field-row input:focus, .field-row select:focus, .field-row textarea:focus { border-bottom-color: #fff; }

.newsletter { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 4rem; }
.newsletter h2 { margin: 0; font-size: clamp(2.6rem, 4.5vw, 4.6rem); }
.newsletter form { display: flex; border-bottom: 1px solid var(--green); }
.newsletter input { flex: 1; min-width: 0; padding: 1rem 0; border: 0; outline: 0; background: transparent; color: var(--ink); }
.newsletter button { border: 0; background: transparent; color: var(--green); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

.site-footer { display: grid; grid-template-columns: 2fr .65fr .65fr; gap: 3rem; padding: 5rem clamp(1.4rem, 6vw, 7rem) 2rem; background: var(--green-deep); color: #fff; }
.footer-mark .signature { margin-top: 0; font-size: 3rem; }
.footer-mark p { color: rgba(255,255,255,.72); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; }
.footer-nav p { color: rgba(255,255,255,.68); font-size: .65rem; letter-spacing: .17em; text-transform: uppercase; }
.footer-nav a { color: rgba(255,255,255,.78); font-size: .9rem; text-decoration: none; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); font-size: .72rem; }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 2.5rem; border: 0; background: rgba(20,27,23,.97); color: #fff; }
.lightbox::backdrop { background: rgba(20,27,23,.97); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox button { position: fixed; top: 1.4rem; right: 1.8rem; z-index: 2; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; font: 300 2rem/1 var(--sans); cursor: pointer; }
.lightbox figure { display: grid; place-items: center; gap: 1rem; height: 100%; margin: 0; }
.lightbox img { max-width: min(90vw, 1200px); max-height: 82vh; object-fit: contain; }
.lightbox figcaption { font: 400 1.3rem var(--serif); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

body.dark { --white: #1d2621; --paper: #222d27; --ink: #ece9df; --green: #d4dfd3; --green-deep: #121a16; --brown: #d09a70; --stone: #aaa99f; --muted: #c4c4ba; --copper-text: #dfa777; --line: rgba(230,235,226,.18); }
body.dark .site-header.scrolled { background: rgba(29,38,33,.94); }
body.dark .theme-toggle .sun { display: block; }
body.dark .theme-toggle .moon { display: none; }
body.dark .commissions { background: var(--paper); }
body.dark .contact { background: #25382e; }
body.dark .art-image-wrap { background: #28332d; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle, .mobile-nav { display: flex; }
  .menu-toggle { display: grid; }
  .intro, .section-heading, .commissions, .about, .contact, .newsletter { grid-template-columns: 1fr; }
  .intro-body { max-width: 680px; }
  .gallery-grid { gap: 4rem 1.5rem; }
  .art-card-wide { grid-column: 1 / span 8; }
  .art-card-tall { grid-column: 9 / span 4; margin-top: 10rem; }
  .art-card-tall.offset { grid-column: 1 / span 5; }
  .art-card-portrait { grid-column: 7 / span 6; margin-top: 5rem; }
  .statement { grid-template-columns: 1fr; }
  .statement-art { min-height: 62vw; }
  .commission-intro { position: static; }
  .about-image { width: min(82%, 620px); }
  .contact { gap: 4rem; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .site-header { height: 76px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .52rem; }
  .theme-toggle { display: none; }
  h1 { font-size: clamp(4.1rem, 21vw, 6.3rem); line-height: .82; }
  .hero-content { padding-top: 2rem; }
  .hero-line { font-size: 1.12rem; }
  .hero-line span { margin: 0 .35em; }
  .scroll-cue { display: none; }
  .section-pad { padding-block: 6rem; }
  h2 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .intro { gap: 2rem; }
  .section-heading { gap: 1rem; }
  .gallery-grid { display: block; }
  .art-card { margin: 0 0 4.5rem; }
  .art-card-tall .art-image-wrap img, .art-card-portrait .art-image-wrap img { aspect-ratio: auto; }
  .statement-art { min-height: 92vw; }
  .statement-copy { padding: 5rem 1.5rem; }
  .collection-row { grid-template-columns: 38px 1fr; gap: .7rem 1rem; }
  .collection-row p, .collection-row a { grid-column: 2; }
  .collection-row a { margin-top: .5rem; }
  .process-list h3 { font-size: 1.7rem; }
  .about { gap: 5rem; }
  .about-image { width: 92%; }
  .collector-note blockquote p { font-size: 2.7rem; }
  .newsletter { gap: 2rem; }
  .newsletter form { display: block; }
  .newsletter input { width: 100%; }
  .newsletter button { padding: 1rem 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-mark { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .lightbox { padding: 1rem; }
}

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