:root {
    --ivory: #f2eee6;
    --paper: #faf8f3;
    --ink: #191918;
    --muted: #6d685f;
    --tobacco: #765845;
    --line: rgba(25, 25, 24, .18);
    --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Baskerville, Georgia, serif;
    --sans: Inter, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
    --container: 1400px;
    --gutter: clamp(20px, 4vw, 72px);
    --section: clamp(76px, 10vw, 156px);
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: clamp(16px, 1.15vw, 18px); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3.25rem, 7.4vw, 7.8rem); }
h2 { font-size: clamp(2.6rem, 5vw, 5.2rem); }
h3 { font-size: clamp(1.7rem, 2.6vw, 2.65rem); }
::selection { color: var(--paper); background: var(--tobacco); }
:focus-visible { outline: 2px solid var(--tobacco); outline-offset: 5px; }

.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: var(--paper); background: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 22px; color: var(--tobacco); font-size: .69rem; font-weight: 700; line-height: 1.3; letter-spacing: .2em; text-transform: uppercase; }
.section-number { color: var(--muted); font-size: .7rem; letter-spacing: .15em; }
.section-pad { padding: var(--section) var(--gutter); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 36px; border: 1px solid var(--ink); border-radius: 1px; padding: 13px 24px; color: var(--paper); background: var(--ink); font-size: .75rem; font-weight: 700; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; transition: color .3s, background .3s; }
.button:hover { color: var(--ink); background: transparent; }
.button--outline { color: var(--ink); background: transparent; }
.button--outline:hover { color: var(--paper); background: var(--ink); }
.button--light { border-color: var(--paper); color: var(--ink); background: var(--paper); }
.button--light:hover { color: var(--paper); background: transparent; }
.button--small { min-height: 42px; padding: 10px 15px; font-size: .66rem; }
.text-link { display: inline-flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); padding: 7px 0; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: border-color .2s, gap .3s; }
.text-link:hover { gap: 24px; border-color: var(--ink); }
.text-button { border: 0; border-bottom: 1px solid currentColor; padding: 4px 0; color: inherit; background: none; cursor: pointer; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 42px; }
.center-action { margin-top: clamp(54px, 7vw, 100px); text-align: center; }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(242, 238, 230, .94); }
.site-header.is-sticky { position: sticky; top: 0; backdrop-filter: blur(14px); }
.header-inner { display: flex; max-width: var(--container); min-height: 106px; align-items: center; justify-content: space-between; margin: auto; padding: 16px var(--gutter); }
.brand { display: grid; width: 225px; grid-template-columns: auto auto; column-gap: 7px; font-family: var(--serif); font-size: 1.15rem; line-height: 1; letter-spacing: .02em; text-transform: uppercase; }
.brand small { grid-column: 1 / -1; margin-top: 8px; color: var(--muted); font-family: var(--sans); font-size: .52rem; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 2.8vw, 48px); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.site-nav > a { position: relative; padding: 12px 0; }
.site-nav > a:not(.nav-commission)::after { position: absolute; right: 0; bottom: 8px; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-commission { border: 1px solid var(--ink); padding: 12px 17px; transition: color .2s, background .2s; }
.site-nav .nav-commission:hover { color: var(--paper); background: var(--ink); }
.language-link { color: var(--muted); }
.menu-toggle { display: none; border: 0; padding: 12px 0 12px 12px; background: none; cursor: pointer; }
.menu-toggle i, .menu-toggle i::before { display: block; width: 28px; height: 1px; background: var(--ink); content: ""; transition: transform .25s; }
.menu-toggle i::before { transform: translateY(6px); }

.hero { position: relative; max-width: var(--container); margin: auto; padding: clamp(44px, 6vw, 96px) var(--gutter) clamp(80px, 10vw, 150px); }
.hero--home { display: grid; grid-template-columns: minmax(0, .88fr) minmax(360px, .72fr); align-items: center; gap: clamp(50px, 8vw, 130px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 850px; margin-bottom: 34px; }
.hero-intro { max-width: 610px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-artwork { position: relative; justify-self: end; max-width: 590px; padding: clamp(12px, 1.7vw, 24px); background: #ded4c6; box-shadow: 0 28px 70px rgba(35, 29, 24, .12); transform: rotate(.7deg); }
.hero-artwork figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 14px 3px 0; color: #585046; font-size: .63rem; line-height: 1.4; }
.hero-artwork figcaption span { font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-index { position: absolute; bottom: 38px; left: var(--gutter); color: var(--muted); font-size: .63rem; letter-spacing: .2em; }

.statement { display: grid; max-width: var(--container); grid-template-columns: 1fr 11fr; gap: 0; margin: auto; border-top: 1px solid var(--line); }
.statement-inner { display: grid; grid-template-columns: 8fr 4fr; gap: clamp(40px, 8vw, 120px); }
.statement h2 { max-width: 870px; margin-bottom: 0; }
.statement-copy { align-self: end; color: var(--muted); }
.statement-copy .text-link { margin-top: 30px; color: var(--ink); }

.section-heading { max-width: var(--container); margin: 0 auto clamp(54px, 8vw, 105px); }
.section-heading h2 { max-width: 870px; margin: 0; }
.section-heading--split { display: grid; grid-template-columns: 8fr 4fr; gap: 70px; }
.section-heading--split > p { align-self: end; max-width: 420px; margin: 0; color: var(--muted); }
.disciplines { max-width: var(--container); margin: auto; padding-top: 60px; }
.discipline-list { border-top: 1px solid var(--ink); }
.discipline { display: grid; grid-template-columns: 1fr 5fr 5fr; align-items: baseline; gap: 30px; border-bottom: 1px solid var(--line); padding: clamp(26px, 3.4vw, 48px) 0; }
.discipline > span { color: var(--muted); font-size: .68rem; }
.discipline h3 { margin: 0; font-size: clamp(1.8rem, 3.3vw, 3.8rem); }
.discipline p { max-width: 450px; margin: 0; color: var(--muted); }

.featured { color: #eee9df; background: #20201e; }
.featured .section-heading { max-width: var(--container); }
.featured .eyebrow, .featured .artwork-caption p { color: #a99483; }
.featured .section-heading--split > p { color: #aaa69f; }
.featured .button--outline { border-color: #eee9df; color: #eee9df; }
.featured .button--outline:hover { color: #20201e; background: #eee9df; }
.artwork-grid { display: grid; max-width: var(--container); margin: auto; }
.artwork-grid--editorial { grid-template-columns: repeat(12, 1fr); gap: clamp(55px, 7vw, 110px) clamp(22px, 3.6vw, 56px); }
.artwork-grid--editorial .artwork-card:nth-child(4n + 1) { grid-column: 1 / span 5; }
.artwork-grid--editorial .artwork-card:nth-child(4n + 2) { grid-column: 8 / span 5; margin-top: 120px; }
.artwork-grid--editorial .artwork-card:nth-child(4n + 3) { grid-column: 2 / span 7; }
.artwork-grid--editorial .artwork-card:nth-child(4n + 4) { grid-column: 9 / span 4; margin-top: -40px; }
.artwork-card a { display: block; }
.artwork-card figure { position: relative; overflow: hidden; background: #d9d0c4; }
.artwork-card img { transition: transform .8s var(--ease), filter .4s; }
.artwork-card a:hover img { transform: scale(1.018); }
.artwork-card.is-hidden { display: none; }
.placeholder-label { position: absolute; right: 12px; bottom: 12px; border: 1px solid currentColor; padding: 7px 9px; color: #504b45; background: rgba(242, 238, 230, .88); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.concept-label { position: absolute; right: 12px; bottom: 12px; border: 1px solid rgba(255,255,255,.72); padding: 7px 9px; color: #fff; background: rgba(25,25,24,.78); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.artwork-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-top: 17px; }
.artwork-caption h3 { margin: 0; font-size: clamp(1.35rem, 2vw, 2rem); }
.artwork-caption p { flex: none; margin: 0; color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.process { display: grid; max-width: var(--container); grid-template-columns: 5fr 6fr; gap: clamp(60px, 10vw, 150px); margin: auto; }
.process-heading { position: sticky; top: 160px; align-self: start; }
.process-heading h2 { font-size: clamp(2.7rem, 4.7vw, 4.9rem); }
.process-heading > p:last-child { max-width: 500px; color: var(--muted); }
.process-steps { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.process-steps li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding: 32px 0; }
.process-steps span { color: var(--tobacco); font-size: .67rem; letter-spacing: .15em; }
.process-steps h3 { margin-bottom: 8px; font-size: clamp(1.55rem, 2.4vw, 2.4rem); }
.process-steps p { max-width: 450px; margin: 0; color: var(--muted); font-size: .94rem; }

.artist-intro { display: grid; max-width: var(--container); grid-template-columns: 7fr 5fr; align-items: center; gap: clamp(60px, 10vw, 150px); margin: auto; background: var(--paper); }
.artist-portrait { position: relative; }
.artist-portrait figcaption, .about-portrait figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 9px; color: var(--ink); background: rgba(250, 248, 243, .85); font-size: .57rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.artist-copy h2 { margin-bottom: 40px; }
.artist-copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); }
.editorial-note { margin: 34px 0; border-left: 2px solid var(--tobacco); padding-left: 20px; color: var(--muted); font-size: .82rem; }

.private-note { display: grid; max-width: var(--container); grid-template-columns: 4fr 7fr; align-items: center; gap: 70px; margin: auto; }
.private-mark { font-family: var(--serif); font-size: clamp(11rem, 25vw, 26rem); line-height: .65; color: transparent; -webkit-text-stroke: 1px rgba(118, 88, 69, .35); }
.private-note h2 { max-width: 820px; }
.private-note > div:last-child > p:last-child { max-width: 660px; color: var(--muted); }

.commission-cta { padding: clamp(90px, 13vw, 180px) var(--gutter); color: var(--paper); background: var(--tobacco); text-align: center; }
.commission-cta .eyebrow { color: #ddcdbf; }
.commission-cta h2 { max-width: 1000px; margin: 0 auto 30px; }
.commission-cta > p:not(.eyebrow) { max-width: 660px; margin: 0 auto 42px; color: #e7ddd4; }

.page-hero { display: grid; max-width: var(--container); grid-template-columns: 8fr 4fr; align-items: end; gap: clamp(50px, 8vw, 120px); margin: auto; padding: clamp(75px, 9vw, 140px) var(--gutter) clamp(90px, 12vw, 170px); }
.page-hero--text { display: block; }
.page-hero--text h1 { max-width: 1100px; }
.page-hero--text .page-lead { max-width: 700px; margin: 55px 0 0 auto; }
.page-hero h1 { margin: 0; }
.page-lead { margin: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.35rem); line-height: 1.35; }

.editorial-feature { display: grid; max-width: var(--container); grid-template-columns: 6fr 5fr; align-items: center; gap: clamp(60px, 10vw, 160px); margin: auto; background: var(--paper); }
.editorial-feature figure { position: relative; }
.editorial-feature figcaption { position: absolute; bottom: 10px; left: 10px; padding: 5px 8px; background: rgba(250,248,243,.87); font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.editorial-feature h2 { font-size: clamp(2.8rem, 5.3vw, 5.5rem); }
.editorial-feature div > p:last-child { max-width: 560px; color: var(--muted); }
.service-blocks { display: grid; max-width: var(--container); grid-template-columns: repeat(2, 1fr); gap: 0 clamp(65px, 10vw, 150px); margin: auto; }
.service-block { display: grid; grid-template-columns: 50px 1fr; border-top: 1px solid var(--line); padding: clamp(48px, 6vw, 90px) 0; }
.service-block > span { grid-row: 1 / 3; color: var(--tobacco); font-size: .66rem; }
.service-block h2 { margin-bottom: 28px; font-size: clamp(2rem, 3.5vw, 3.7rem); }
.service-block p { max-width: 520px; margin: 0; color: var(--muted); }
.species-band { max-width: none; color: var(--paper); background: var(--ink); }
.species-band .section-heading { display: grid; grid-template-columns: 4fr 8fr; align-items: end; }
.species-band .eyebrow { color: #b69985; }
.species-band ul { display: flex; max-width: var(--container); flex-wrap: wrap; justify-content: space-between; gap: 20px; margin: auto; padding: 40px 0 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; }
.species-band li { font-family: var(--serif); font-size: clamp(1.7rem, 3.2vw, 3.6rem); }
.professional-note, .value-note { display: grid; max-width: var(--container); grid-template-columns: 3fr 5fr 4fr; align-items: start; gap: 50px; margin: auto; }
.professional-note h2, .value-note h2 { font-size: clamp(2.5rem, 4.5vw, 4.8rem); }
.professional-note > p:last-child, .value-note > p:last-child { color: var(--muted); }

.demo-notice { display: grid; max-width: calc(var(--container) - var(--gutter) * 2); grid-template-columns: 3fr 9fr; gap: 30px; margin: 0 auto; border: 1px solid var(--tobacco); padding: 20px 24px; color: #604a3b; font-size: .78rem; }
.demo-notice strong { letter-spacing: .08em; text-transform: uppercase; }
.demo-notice p { margin: 0; }
.portfolio-shell { max-width: var(--container); margin: auto; }
.filters { display: flex; flex-wrap: wrap; gap: 4px 28px; margin-bottom: clamp(55px, 8vw, 100px); border-bottom: 1px solid var(--line); }
.filters button { border: 0; border-bottom: 2px solid transparent; padding: 13px 0 11px; color: var(--muted); background: none; font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.filters button[aria-pressed="true"] { border-bottom-color: var(--ink); color: var(--ink); }
.artwork-grid--portfolio { grid-template-columns: repeat(12, 1fr); gap: clamp(80px, 10vw, 150px) clamp(25px, 5vw, 75px); }
.artwork-grid--portfolio .artwork-card:nth-child(4n + 1) { grid-column: 1 / span 5; }
.artwork-grid--portfolio .artwork-card:nth-child(4n + 2) { grid-column: 7 / span 6; margin-top: 150px; }
.artwork-grid--portfolio .artwork-card:nth-child(4n + 3) { grid-column: 2 / span 7; }
.artwork-grid--portfolio .artwork-card:nth-child(4n + 4) { grid-column: 9 / span 4; }
.empty-state { padding: 80px 0; color: var(--muted); font-family: var(--serif); font-size: 2rem; text-align: center; }

.breadcrumbs { display: flex; max-width: var(--container); flex-wrap: wrap; gap: 10px; margin: auto; padding: 28px var(--gutter); color: var(--muted); font-size: .68rem; letter-spacing: .05em; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.artwork-detail { max-width: var(--container); margin: auto; padding: 70px var(--gutter) 0; }
.artwork-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: clamp(50px, 7vw, 100px); }
.artwork-header h1 { max-width: 1000px; margin: 0; }
.artwork-number { margin: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); }
.artwork-detail .demo-notice { max-width: none; margin-bottom: 40px; }
.artwork-main { position: relative; max-width: 1050px; margin: auto; padding: clamp(12px, 2vw, 30px); background: #ded4c6; }
.artwork-main figcaption { position: absolute; right: 40px; bottom: 40px; padding: 8px 10px; background: rgba(250,248,243,.9); font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.artwork-information { display: grid; grid-template-columns: 7fr 4fr; gap: clamp(60px, 10vw, 150px); padding-right: 0; padding-left: 0; }
.artwork-story h2 { font-size: clamp(2.5rem, 4.5vw, 4.8rem); }
.artwork-story > p { max-width: 680px; color: var(--muted); }
.artwork-story .lead-copy { color: var(--ink); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.45; }
.artwork-meta { margin: 0; border-top: 1px solid var(--ink); }
.artwork-meta > div { display: flex; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); padding: 18px 0; }
.artwork-meta dt { color: var(--muted); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.artwork-meta dd { margin: 0; text-align: right; }
.artwork-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gutter); padding-right: 0; padding-left: 0; }

.commission-process { display: grid; max-width: var(--container); grid-template-columns: 6fr 5fr; gap: 100px; margin: auto; color: var(--paper); background: var(--ink); }
.commission-process .section-heading { margin: 0; }
.commission-process .eyebrow { color: #b69985; }
.commission-process ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.3); list-style: none; }
.commission-process li { display: grid; grid-template-columns: 70px 1fr; border-bottom: 1px solid rgba(255,255,255,.18); padding: 20px 0; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.8rem); }
.commission-process li span { color: #b69985; font-family: var(--sans); font-size: .65rem; }
.form-section { display: grid; max-width: var(--container); grid-template-columns: 4fr 8fr; gap: clamp(60px, 9vw, 140px); margin: auto; }
.form-intro { position: sticky; top: 150px; align-self: start; }
.form-intro h2 { font-size: clamp(2.7rem, 4.5vw, 4.6rem); }
.form-intro > p:last-child { max-width: 440px; color: var(--muted); }
.commission-form fieldset { min-width: 0; margin: 0 0 62px; border: 0; border-top: 1px solid var(--ink); padding: 30px 0 0; }
.commission-form legend { display: flex; gap: 20px; margin-bottom: 32px; padding: 0; font-family: var(--serif); font-size: 2rem; }
.commission-form legend span { color: var(--tobacco); font-family: var(--sans); font-size: .66rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 22px; }
.field-grid--three { grid-template-columns: repeat(3, 1fr); }
.field { display: grid; gap: 9px; }
.field--story, .upload-field { margin-top: 30px; }
.field label, .admin-field label { font-size: .71rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; border: 1px solid var(--line); border-radius: 0; padding: 13px 15px; color: var(--ink); background: rgba(250,248,243,.55); transition: border-color .2s, background .2s; }
.field textarea { min-height: 190px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--tobacco); background: var(--paper); box-shadow: 0 0 0 1px var(--tobacco); }
.field small { color: var(--muted); font-size: .72rem; }
.upload-field { position: relative; border: 1px dashed var(--tobacco); padding: 28px; background: rgba(250,248,243,.5); }
.upload-field label { display: grid; gap: 5px; cursor: pointer; }
.upload-field label strong { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.upload-field label span { color: var(--muted); font-size: .72rem; }
.upload-field input { width: 100%; margin-top: 18px; }
.upload-field ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); font-size: .75rem; }
.consent-fields { display: grid; gap: 20px; }
.check-field { display: grid; grid-template-columns: 24px 1fr; gap: 16px; cursor: pointer; }
.check-field input { width: 20px; height: 20px; margin-top: 4px; accent-color: var(--tobacco); }
.check-field span { color: var(--muted); }
.check-field strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.check-field a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.button--submit { width: 100%; justify-content: space-between; min-height: 66px; padding-inline: 26px; cursor: pointer; }
.form-footnote { margin: 15px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-errors, .form-success { margin-bottom: 45px; border: 1px solid #8b4f45; padding: 24px; color: #65352d; background: #f3e3df; }
.form-errors ul { margin-bottom: 0; }
.form-success { border-color: #596a51; color: #384633; background: #e5eade; }
.form-success h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); }

.page-hero--about h1 { font-size: clamp(3.8rem, 8.5vw, 8.8rem); }
.about-portrait { display: grid; max-width: var(--container); grid-template-columns: 6fr 5fr; align-items: center; gap: clamp(60px, 10vw, 150px); margin: auto; background: var(--paper); }
.about-portrait figure { position: relative; }
.about-biography h2 { font-size: clamp(2.5rem, 4.5vw, 4.7rem); }
.about-biography > p { color: var(--muted); }
.about-biography .editorial-note { padding: 18px 0 18px 22px; }
.about-biography .editorial-note p { margin: 8px 0 0; }
.practice { max-width: var(--container); margin: auto; }
.practice-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.practice-grid article { min-height: 330px; border-right: 1px solid var(--line); padding: 28px 25px; }
.practice-grid article:first-child { border-left: 1px solid var(--line); }
.practice-grid span { color: var(--tobacco); font-size: .65rem; }
.practice-grid h3 { margin-top: 75px; }
.practice-grid p { color: var(--muted); font-size: .84rem; }
.philosophy { color: var(--paper); background: var(--tobacco); text-align: center; }
.philosophy .eyebrow { color: #dac9bc; }
.philosophy blockquote { max-width: 1050px; margin: auto; font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 5.7rem); line-height: 1.06; letter-spacing: -.035em; }

.legal-page { max-width: 980px; margin: auto; padding: clamp(75px, 10vw, 150px) var(--gutter); }
.legal-page header { margin-bottom: 70px; }
.legal-page header h1 { font-size: clamp(3.4rem, 7vw, 6.8rem); }
.legal-page header > p:last-child { color: var(--muted); font-size: .72rem; }
.legal-review { margin-bottom: 60px; border: 1px solid var(--tobacco); padding: 22px 25px; color: #624a3a; font-size: .84rem; }
.legal-page section { display: grid; grid-template-columns: 3fr 7fr; gap: 45px; border-top: 1px solid var(--line); padding: 34px 0; }
.legal-page section h2 { font-family: var(--sans); font-size: .75rem; font-weight: 700; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.legal-page section > :not(h2) { grid-column: 2; }
.legal-page section p { margin: 0; color: var(--muted); }
.legal-page section > ul { margin: 0; padding-left: 1.2rem; color: var(--muted); }
.legal-page section > ul li + li { margin-top: .65rem; }
.legal-page code { overflow-wrap: anywhere; }
.legal-identity { display: grid; gap: 14px; margin: 0; }
.legal-identity div { display: grid; grid-template-columns: minmax(120px, 1fr) 2fr; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.legal-identity dt { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-identity dd { margin: 0; overflow-wrap: anywhere; }
.legal-table-wrap { overflow-x: auto; }
.legal-table { width: 100%; border-collapse: collapse; color: var(--muted); font-size: .83rem; line-height: 1.55; }
.legal-table th, .legal-table td { min-width: 150px; border: 1px solid var(--line); padding: 13px 15px; text-align: left; vertical-align: top; }
.legal-table th { color: var(--ink); background: rgba(122,90,62,.06); font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }
.form-unavailable { border: 1px solid var(--tobacco); padding: clamp(28px,5vw,55px); background: rgba(122,90,62,.06); }
.form-unavailable h2 { max-width: 700px; margin: 8px 0 18px; }
.form-unavailable p:last-child { max-width: 700px; color: var(--muted); }
.not-found { max-width: 950px; min-height: 70vh; margin: auto; padding: clamp(100px, 14vw, 210px) var(--gutter); text-align: center; }
.not-found h1 { font-size: clamp(3.2rem, 7vw, 7rem); }
.not-found > p:not(.eyebrow) { max-width: 600px; margin: 0 auto 35px; color: var(--muted); }

.site-footer { padding: clamp(75px, 9vw, 125px) var(--gutter) 35px; color: #ddd7cd; background: #191918; }
.footer-inner { display: grid; max-width: var(--container); grid-template-columns: 6fr 3fr 3fr; gap: 60px; margin: auto; }
.footer-brand .eyebrow { color: #a68c78; }
.footer-name { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); line-height: .9; letter-spacing: -.04em; text-transform: uppercase; }
.footer-contact, .footer-legal { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-contact p { color: #8d8982; }
.footer-contact a, .footer-legal a { border-bottom: 1px solid transparent; font-size: .78rem; }
.footer-contact a:hover, .footer-legal a:hover { border-bottom-color: currentColor; }
.footer-note { grid-column: 1 / -1; margin: 45px 0 0; border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; color: #77746f; font-size: .63rem; }
.consent { position: fixed; z-index: 80; right: 20px; bottom: 20px; max-width: 520px; border: 1px solid var(--line); padding: 22px; background: var(--paper); box-shadow: 0 20px 70px rgba(0,0,0,.18); }
.consent p { margin-bottom: 14px; font-size: .78rem; }
.consent div { display: flex; align-items: center; gap: 18px; }
.consent strong { color: var(--ink); }
.consent .button--choice { min-width: 145px; }
.consent-dialog { width: min(620px, calc(100% - 30px)); max-height: calc(100dvh - 30px); border: 1px solid var(--line); padding: 0; color: var(--ink); background: var(--paper); box-shadow: 0 25px 90px rgba(0,0,0,.28); }
.consent-dialog::backdrop { background: rgba(25,25,24,.55); backdrop-filter: blur(3px); }
.consent-dialog form { padding: clamp(24px,5vw,44px); }
.consent-dialog__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.consent-dialog__head h2 { margin: 5px 0 20px; font-size: clamp(2rem,5vw,3.2rem); }
.consent-close { width: 42px; height: 42px; border: 1px solid var(--line); color: inherit; background: transparent; font-size: 1.5rem; cursor: pointer; }
.consent-option { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding: 20px 0; }
.consent-option span { display: grid; gap: 4px; }
.consent-option small { color: var(--muted); }
.consent-option input { width: 21px; height: 21px; flex: 0 0 auto; accent-color: var(--tobacco); }
.consent-dialog__actions { display: flex; align-items: center; gap: 20px; margin-top: 12px; }
.footer-link-button { border: 0; padding: 0; color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.footer-link-button:hover, .footer-link-button:focus-visible { text-decoration: underline; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .site-nav { gap: 20px; }
    .site-nav > a { font-size: .62rem; }
    .hero--home { gap: 50px; }
    .statement-inner, .section-heading--split { grid-template-columns: 1fr; }
    .process, .form-section { gap: 65px; }
    .professional-note, .value-note { grid-template-columns: 2fr 5fr; }
    .professional-note > p:last-child, .value-note > p:last-child { grid-column: 2; }
    .practice-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .header-inner { min-height: 82px; }
    .brand { width: 192px; font-size: .98rem; }
    .menu-toggle { display: flex; align-items: center; gap: 12px; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
    .site-nav { position: fixed; z-index: 49; inset: 82px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 50px var(--gutter); background: var(--ivory); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .3s var(--ease); }
    .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .site-nav > a, .site-nav .nav-commission { border: 0; border-bottom: 1px solid var(--line); padding: 17px 0; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
    .site-nav > a::after { display: none; }
    .site-nav .nav-commission:hover { color: var(--ink); background: transparent; }
    .site-nav .language-link { margin-top: 20px; font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
    .menu-open .menu-toggle i { transform: rotate(45deg); }
    .menu-open .menu-toggle i::before { transform: rotate(-90deg); }
    .hero--home { grid-template-columns: 1fr; padding-top: 65px; }
    .hero-artwork { width: 82%; margin: 20px auto 0; justify-self: center; }
    .hero-index { display: none; }
    .statement { grid-template-columns: 50px 1fr; }
    .discipline { grid-template-columns: 50px 1fr; }
    .discipline p { grid-column: 2; }
    .artwork-grid--editorial .artwork-card:nth-child(n), .artwork-grid--portfolio .artwork-card:nth-child(n) { grid-column: auto; margin-top: 0; }
    .artwork-grid--editorial, .artwork-grid--portfolio { grid-template-columns: repeat(2, 1fr); }
    .process, .artist-intro, .private-note, .page-hero, .editorial-feature, .commission-process, .form-section, .about-portrait { grid-template-columns: 1fr; }
    .process-heading, .form-intro { position: static; }
    .private-mark { display: none; }
    .artist-portrait, .about-portrait figure { width: 82%; }
    .page-hero { align-items: start; }
    .service-blocks { grid-template-columns: 1fr; }
    .species-band .section-heading { grid-template-columns: 1fr; }
    .species-band ul { justify-content: flex-start; gap: 14px 32px; }
    .professional-note, .value-note { grid-template-columns: 1fr; }
    .professional-note > p:last-child, .value-note > p:last-child { grid-column: auto; }
    .artwork-information { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    body { font-size: 16px; }
    .section-pad { padding-top: 76px; padding-bottom: 76px; }
    h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
    h2 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
    .eyebrow { margin-bottom: 16px; }
    .button { width: 100%; }
    .button-row { align-items: stretch; }
    .button-row .text-link { width: auto; }
    .hero--home { padding-bottom: 90px; }
    .hero-artwork { width: 100%; }
    .hero-artwork figcaption { display: block; }
    .hero-artwork figcaption span { display: block; margin-bottom: 4px; }
    .statement { display: block; }
    .statement > .section-number { margin-bottom: 30px; }
    .discipline { grid-template-columns: 38px 1fr; gap: 15px; }
    .artwork-grid--editorial, .artwork-grid--portfolio { display: block; }
    .artwork-card + .artwork-card { margin-top: 70px !important; }
    .artwork-grid--editorial .artwork-card:nth-child(even), .artwork-grid--portfolio .artwork-card:nth-child(even) { margin-left: 12%; }
    .section-heading--split { gap: 30px; }
    .process { display: block; }
    .process-heading { margin-bottom: 50px; }
    .process-steps li { grid-template-columns: 48px 1fr; }
    .artist-portrait, .about-portrait figure { width: 100%; }
    .page-hero { display: block; padding-top: 75px; padding-bottom: 90px; }
    .page-lead, .page-hero--text .page-lead { margin-top: 40px; }
    .editorial-feature { display: block; }
    .editorial-feature > div { margin-top: 55px; }
    .service-block { grid-template-columns: 38px 1fr; }
    .species-band ul { display: grid; grid-template-columns: 1fr 1fr; }
    .demo-notice { display: block; margin-right: 20px; margin-left: 20px; }
    .demo-notice strong { display: block; margin-bottom: 8px; }
    .filters { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; }
    .filters button { flex: 0 0 auto; }
    .artwork-detail { padding-top: 45px; }
    .artwork-header { align-items: start; }
    .artwork-number { display: none; }
    .artwork-main { margin-right: -20px; margin-left: -20px; }
    .artwork-main figcaption { right: 25px; bottom: 25px; }
    .artwork-gallery { grid-template-columns: 1fr; }
    .commission-process { display: block; }
    .commission-process ol { margin-top: 50px; }
    .form-section { display: block; }
    .form-intro { margin-bottom: 65px; }
    .field-grid, .field-grid--three { grid-template-columns: 1fr; }
    .field--date { grid-column: auto; }
    .upload-field { padding: 20px; }
    .practice-grid { grid-template-columns: 1fr; }
    .practice-grid article { min-height: auto; border-left: 1px solid var(--line); }
    .practice-grid h3 { margin-top: 45px; }
    .legal-page section { grid-template-columns: 1fr; gap: 12px; }
    .legal-page section > :not(h2) { grid-column: 1; }
    .legal-identity div { grid-template-columns: 1fr; gap: 4px; }
    .consent div, .consent-dialog__actions { align-items: stretch; flex-direction: column; }
    .consent .button--choice { width: 100%; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-note { grid-column: auto; }
    .consent { right: 10px; bottom: 10px; left: 10px; }
}

@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; }
}
