:root {
  --paper: #f3f0e9;
  --paper-2: #e5ded3;
  --paper-3: #d5cabb;
  --ink: #181b1a;
  --muted: #666861;
  --line: rgba(24, 27, 26, .17);
  --dark: #132024;
  --teal: #496e72;
  --rose: #c4728c;
  --acid: #bec66e;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(20, 24, 23, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  line-height: 1.55;
}
body.dialog-open, body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 1000;
  padding: 10px 15px; background: white; color: black;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 30px; min-height: 82px;
  padding: 15px clamp(20px, 5vw, 78px);
  border-bottom: 1px solid var(--line);
  background: rgba(243, 240, 233, .9);
  backdrop-filter: blur(18px);
}
.brand { display: flex; flex-direction: column; width: fit-content; text-decoration: none; line-height: 1.12; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; letter-spacing: .13em; }
.brand-detail { margin-top: 5px; color: var(--muted); font-size: .61rem; letter-spacing: .2em; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; text-decoration: none; font-size: .84rem; }
.primary-nav a::after {
  content: ""; position: absolute; right: 0; bottom: -8px; left: 0;
  height: 1px; background: currentColor; transform: scaleX(0);
  transition: transform .25s ease;
}
.primary-nav a:hover::after, .primary-nav a.active::after { transform: scaleX(1); }
.header-action {
  justify-self: end; padding: 10px 18px;
  border: 1px solid var(--ink); border-radius: 999px;
  text-decoration: none; font-size: .8rem; font-weight: 700;
}
.mobile-nav-toggle { display: none; }

.eyebrow {
  margin: 0 0 15px; color: var(--muted); font-size: .69rem;
  font-weight: 750; letter-spacing: .19em; text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0; font-family: Georgia, "Times New Roman", serif;
  font-weight: 400; line-height: 1.03;
}
h1 { font-size: clamp(2.9rem, 4.6vw, 5.2rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 3.2vw, 3.8rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
p { margin-top: 0; }
.lead { font-size: clamp(1.02rem, 1.35vw, 1.24rem); color: #474a46; }

.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center;
  padding: 12px 22px; border: 1px solid var(--ink); border-radius: 999px;
  background: transparent; color: var(--ink); cursor: pointer;
  font-weight: 700; text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-ghost { border-color: transparent; }
.text-link { display: inline-block; color: inherit; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.link-button {
  padding: 3px 0; border: 0; border-bottom: 1px solid currentColor;
  background: transparent; color: var(--muted); cursor: pointer; font-size: .78rem;
}

/* Home */
.home-hero {
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(55px, 8vw, 130px); align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(60px, 8vw, 125px) clamp(20px, 6vw, 98px);
  overflow: hidden;
}
.home-hero-copy { max-width: 720px; }
.home-hero h1 { font-size: clamp(2.8rem, 3.9vw, 4.7rem); line-height: 1.01; }
.home-hero-copy .lead { max-width: 630px; margin: 30px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 610px; margin: 58px 0 0;
}
.hero-stats div { padding-top: 15px; border-top: 1px solid var(--line); }
.hero-stats dt { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.hero-stats dd { margin: 2px 0 0; color: var(--muted); font-size: .78rem; }

.rotating-collage { position: relative; min-height: min(72vw, 735px); }
.hero-art-slot {
  position: absolute; overflow: hidden; border-radius: 4px;
  background: var(--paper-2); box-shadow: var(--shadow);
  text-decoration: none; transition: opacity .6s ease, transform .6s ease;
}
.hero-art-slot.is-fading { opacity: 0; transform: scale(.985); }
.hero-art-slot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.hero-art-slot:hover img { transform: scale(1.025); }
.hero-art-slot span {
  position: absolute; inset: auto 0 0; padding: 40px 15px 13px;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
  color: white; font-size: .73rem; opacity: 0; transition: opacity .25s ease;
}
.hero-art-slot:hover span { opacity: 1; }
.slot-1 { inset: 0 8% 27% 19%; z-index: 1; }
.slot-2 { inset: 34% 55% 3% 0; z-index: 3; }
.slot-3 { inset: 49% 0 0 51%; z-index: 4; }
.slot-4 { inset: 7% 0 48% 69%; z-index: 2; }

.home-intro {
  display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(60px, 11vw, 190px);
  align-items: end; padding: clamp(80px, 10vw, 160px) clamp(20px, 8vw, 135px);
  background: var(--paper-3);
}
.home-intro p { max-width: 610px; color: #4c4d49; font-size: 1.07rem; }
.collection-paths {
  display: grid; grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(20px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
}
.collection-paths article {
  min-height: 360px; padding: 60px clamp(25px, 4vw, 62px);
  border-right: 1px solid var(--line);
}
.collection-paths article:last-child { border-right: 0; }
.collection-paths h3 { margin-bottom: 20px; }
.collection-paths p:not(.eyebrow) { color: var(--muted); }
.collection-paths a { font-size: .8rem; font-weight: 700; text-decoration: none; }
.artist-teaser {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 720px;
  background: var(--dark); color: white;
}
.artist-teaser-image { min-height: 580px; overflow: hidden; }
.artist-teaser-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.artist-teaser-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(55px, 9vw, 140px);
}
.artist-teaser-copy .eyebrow { color: rgba(255,255,255,.55); }
.artist-teaser-copy p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.artist-teaser-copy .button { width: fit-content; margin-top: 18px; background: white; color: var(--ink); border-color: white; }

/* Shared page hero */
.page-hero {
  padding: clamp(85px, 10vw, 155px) clamp(20px, 8vw, 130px);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { margin-bottom: 22px; }
.page-hero > p:last-child { max-width: 760px; color: var(--muted); font-size: 1.08rem; }

/* Gallery */
.gallery-layout {
  display: grid; grid-template-columns: minmax(280px, 355px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 82px); align-items: start;
  padding: clamp(70px, 8vw, 130px) clamp(16px, 5vw, 80px);
}
.filter-panel {
  position: sticky; top: 108px; padding: 25px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: rgba(255,255,255,.35);
}
.filter-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 28px; }
.filter-heading h2 { font-size: 2.15rem; }
.field-label { display: grid; gap: 9px; margin-bottom: 23px; font-size: .78rem; font-weight: 700; }
input, textarea, select {
  width: 100%; min-height: 48px; padding: 11px 13px;
  border: 1px solid var(--line); border-radius: 11px;
  background: rgba(255,255,255,.78); color: var(--ink); outline: none;
}
textarea { min-height: 140px; resize: vertical; }
input:focus, textarea:focus, select:focus {
  border-color: var(--ink); box-shadow: 0 0 0 3px rgba(24,27,26,.08);
}
fieldset { margin: 0 0 23px; padding: 0; border: 0; }
legend { margin-bottom: 10px; font-size: .78rem; font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.filter-choice {
  min-height: 41px; padding: 8px 10px; border: 1px solid var(--line);
  border-radius: 10px; background: transparent; cursor: pointer; font-size: .77rem;
}
.filter-choice.wide { grid-column: 1 / -1; }
.filter-choice:hover, .filter-choice.active { background: var(--ink); color: white; }
.filter-help { margin: 10px 1px 0; color: var(--muted); font-size: .69rem; line-height: 1.45; }
.results-area { min-width: 0; }
.results-toolbar {
  display: flex; justify-content: space-between; gap: 25px; align-items: center;
  min-height: 44px; margin-bottom: 24px; border-bottom: 1px solid var(--line);
}
.results-toolbar p { margin: 0 0 13px; font-size: .78rem; color: var(--muted); }
#result-count { color: var(--ink); font-weight: 750; }
.artwork-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.3vw, 36px); }
.artwork-card {
  min-width: 0; padding: 0; border: 0; background: transparent;
  color: inherit; cursor: zoom-in; text-align: left;
}
.artwork-card-media {
  position: relative; display: grid; place-items: center;
  aspect-ratio: 4 / 5; overflow: hidden; background: #ddd6ca;
}
.artwork-card[data-orientation="Landscape"] .artwork-card-media { aspect-ratio: 5 / 4; }
.artwork-card[data-orientation="Square"] .artwork-card-media { aspect-ratio: 1; }
.artwork-card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .42s ease, filter .42s ease;
}
.artwork-card:hover img { transform: scale(1.02); filter: brightness(.94); }
.card-year, .card-status {
  position: absolute; top: 12px; padding: 6px 9px; border-radius: 999px;
  background: rgba(255,255,255,.9); font-size: .61rem; font-weight: 750;
  letter-spacing: .1em; text-transform: uppercase;
}
.card-year { right: 12px; }
.card-status { left: 12px; background: rgba(20,24,23,.88); color: white; }
.zoom-hint {
  position: absolute; right: 12px; bottom: 12px; display: grid;
  place-items: center; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.92); opacity: 0; transform: translateY(5px);
  transition: opacity .2s ease, transform .2s ease;
}
.artwork-card:hover .zoom-hint { opacity: 1; transform: none; }
.artwork-card-copy { display: grid; gap: 6px; padding-top: 12px; }
.artwork-card h3 {
  overflow: hidden; font-family: "Segoe UI", Inter, Arial, sans-serif;
  font-size: .94rem; font-weight: 750; line-height: 1.35;
  text-overflow: ellipsis; white-space: nowrap;
}
.card-details { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .68rem; }
.empty-state { padding: 90px 25px; border: 1px dashed var(--line); text-align: center; }
.empty-state p { color: var(--muted); }

/* Dialog */
.artwork-dialog {
  width: 100vw; max-width: none; height: 100vh; max-height: none;
  margin: 0; padding: 0; border: 0; background: #0e1112; color: white;
}
.artwork-dialog::backdrop { background: rgba(0,0,0,.95); }
.dialog-shell {
  position: relative; display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 435px);
  width: 100%; height: 100%;
}
.dialog-image-side { display: grid; grid-template-rows: minmax(0,1fr) auto; min-width: 0; }
.dialog-image-stage {
  position: relative; display: grid; place-items: center; min-width: 0;
  padding: 42px 76px; overflow: hidden;
  background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.055), transparent 47%), #0e1112;
}
.dialog-image-stage img {
  width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 150px);
  object-fit: contain; box-shadow: 0 20px 85px rgba(0,0,0,.5);
}
.image-loading { position: absolute; color: rgba(255,255,255,.5); font-size: .78rem; }
.alternate-images {
  display: flex; justify-content: center; gap: 8px; min-height: 0;
  padding: 0 30px 18px; overflow-x: auto;
}
.alternate-images:empty { display: none; }
.alternate-button {
  flex: 0 0 58px; width: 58px; height: 58px; padding: 0;
  border: 1px solid rgba(255,255,255,.24); background: #15191a; cursor: pointer;
}
.alternate-button img { width: 100%; height: 100%; object-fit: cover; }
.dialog-details { padding: 72px 34px 42px; overflow-y: auto; background: #ece7de; color: var(--ink); }
.dialog-position { margin: 0 0 28px; color: var(--muted); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.dialog-heading {
  display: flex; justify-content: space-between; gap: 20px; align-items: start;
  padding-bottom: 28px; border-bottom: 1px solid var(--line);
}
.dialog-section { margin: 0 0 7px; color: var(--muted); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.dialog-heading h2 { font-size: clamp(1.8rem, 2.5vw, 3.1rem); line-height: 1.04; }
.status-badge {
  flex: 0 0 auto; padding: 7px 10px; border-radius: 999px;
  background: var(--ink); color: white; font-size: .61rem; font-weight: 750;
  letter-spacing: .1em; text-transform: uppercase;
}
.status-availability-not-stated { background: transparent; color: var(--muted); border: 1px solid var(--line); }
.status-sold { background: #212625; color: white; }
.status-not-for-sale { background: #6f654b; color: white; }
.status-work-in-progress { background: #a05e7a; color: white; }
.details-list { margin: 25px 0 0; }
.details-list div { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.details-list dt { color: var(--muted); font-size: .67rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.details-list dd { margin: 0; font-size: .86rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.tag-list span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; font-size: .68rem; }
.dialog-note { margin-top: 22px; padding: 14px; background: #fff4d5; color: #5c4a23; font-size: .76rem; }
.dialog-actions { display: grid; gap: 16px; margin-top: 30px; }
.dialog-actions .button, .dialog-actions .text-link { width: fit-content; }
.dialog-close {
  position: fixed; top: 17px; right: 20px; z-index: 5; width: 42px; height: 42px;
  border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 2rem;
}
.dialog-nav {
  position: fixed; top: 50%; z-index: 5; display: grid; place-items: center;
  width: 46px; height: 56px; border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px; background: rgba(10,12,13,.65); color: white;
  cursor: pointer; font-size: 2.1rem; transform: translateY(-50%);
}
.dialog-prev { left: 15px; }
.dialog-next { right: 450px; }
.dialog-nav:disabled { opacity: .25; cursor: default; }

/* Profile */
.profile-hero {
  display: grid; grid-template-columns: .82fr 1.18fr; align-items: center;
  gap: clamp(40px, 7vw, 110px); min-height: calc(100vh - 82px);
  padding: clamp(55px, 7vw, 105px) clamp(20px, 7vw, 115px);
  overflow: hidden;
}
.profile-hero h1 { font-size: clamp(3.8rem, 6.5vw, 6.5rem); line-height: .98; }
.profile-intro { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: 1.12rem; }
.profile-portrait-wrap { position: relative; min-height: min(73vw, 760px); }
.profile-portrait {
  position: absolute; inset: 8% 5% 0 17%; z-index: 2;
  width: 72%; height: 88%; object-fit: cover; box-shadow: var(--shadow);
  filter: saturate(.76) contrast(1.02);
}
.profile-colour-field { position: absolute; border-radius: 48% 52% 40% 60% / 55% 35% 65% 45%; filter: blur(1px); }
.field-a { inset: 0 22% 35% 0; background: rgba(196,114,140,.67); transform: rotate(-9deg); }
.field-b { inset: 33% 0 0 42%; background: rgba(73,110,114,.68); transform: rotate(12deg); }
.profile-biography {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 10vw, 175px);
  padding: clamp(85px, 10vw, 160px) clamp(20px, 8vw, 135px);
  background: var(--paper-3);
}
.prose { font-size: 1.06rem; color: #494a46; }
.statement-section {
  display: grid; grid-template-columns: .7fr 1.25fr .7fr; gap: clamp(25px, 5vw, 80px);
  align-items: center; padding: clamp(90px, 12vw, 180px) clamp(20px, 5vw, 80px);
  background: var(--dark); color: white; overflow: hidden;
}
.statement-copy .eyebrow { color: rgba(255,255,255,.53); }
.statement-copy p { color: rgba(255,255,255,.72); }
.statement-copy blockquote {
  margin: 35px 0 0; padding-left: 23px; border-left: 1px solid rgba(255,255,255,.35);
  font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-style: italic;
}
.statement-image { overflow: hidden; box-shadow: 0 20px 65px rgba(0,0,0,.32); }
.statement-image img { width: 100%; height: 100%; object-fit: cover; }
.image-one { height: 480px; transform: rotate(-3deg); }
.image-two { height: 400px; transform: rotate(4deg); }
.practice-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  padding: 0 clamp(20px, 5vw, 80px); border-bottom: 1px solid var(--line);
}
.practice-grid article { min-height: 360px; padding: 58px clamp(25px, 4vw, 62px); border-right: 1px solid var(--line); }
.practice-grid article:last-child { border-right: 0; }
.practice-grid article > span { display: inline-block; margin-bottom: 60px; color: var(--muted); font-size: .7rem; }
.practice-grid p { color: var(--muted); }
.profile-history {
  display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 10vw, 170px);
  padding: clamp(90px, 11vw, 170px) clamp(20px, 8vw, 135px);
}
.history-column h2 { font-size: clamp(1.9rem, 2.7vw, 3.2rem); margin-bottom: 34px; }
.history-list { list-style: none; margin: 0; padding: 0; }
.history-list li {
  display: grid; grid-template-columns: 120px 1fr; gap: 20px;
  padding: 14px 0; border-bottom: 1px solid var(--line);
}
.history-list strong { font-size: .78rem; }
.history-list span { color: var(--muted); }
.profile-enquiry {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 150px);
  padding: clamp(75px, 9vw, 145px) clamp(20px, 8vw, 135px);
  background: var(--paper-3);
}
.profile-enquiry > div p:last-child { color: var(--muted); max-width: 520px; }

/* Contact and forms */
.contact-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: calc(100vh - 82px); }
.contact-art { position: relative; min-height: 680px; overflow: hidden; }
.contact-art img { width: 100%; height: 100%; object-fit: cover; }
.contact-art-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(73,110,114,.1), rgba(196,114,140,.17)); mix-blend-mode: multiply; }
.contact-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 130px); }
.contact-hero-copy h1 { font-size: clamp(2.35rem, 3.15vw, 3.55rem); line-height: 1.04; letter-spacing: -.035em; }
.contact-hero-copy > p:not(.eyebrow) { margin-top: 28px; color: var(--muted); font-size: 1.08rem; }
.contact-details { margin: 38px 0 0; }
.contact-details div { display: grid; grid-template-columns: 85px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-details dt { color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.contact-details dd { margin: 0; }
.contact-details a { text-decoration: none; }
.contact-form-section {
  display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 10vw, 170px);
  padding: clamp(85px, 11vw, 170px) clamp(20px, 8vw, 135px);
  background: var(--paper-3);
}
.contact-form-intro p:last-child { max-width: 540px; color: var(--muted); }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.enquiry-form label { display: grid; gap: 8px; font-size: .76rem; font-weight: 700; }
.enquiry-form label.full, .enquiry-form .full { grid-column: 1 / -1; }
.enquiry-form .button { width: fit-content; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 400 !important; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.form-status { align-self: center; margin: 0; color: var(--muted); font-size: .76rem; }
.compact-form { max-width: 760px; }
.studio-note {
  padding: clamp(85px, 10vw, 160px) clamp(20px, 18vw, 290px);
  text-align: center; background: var(--dark); color: white;
}
.studio-note .eyebrow { color: rgba(255,255,255,.52); }
.studio-note p:last-child { max-width: 700px; margin: 25px auto 0; color: rgba(255,255,255,.7); }

/* Footer */
.site-footer {
  display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 35px;
  padding: 46px clamp(20px, 5vw, 80px); background: #0f191c;
  color: rgba(255,255,255,.68); font-size: .75rem;
}
.site-footer p { margin: 0; }
.footer-name { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; letter-spacing: .12em; }
.site-footer > p { text-align: center; }
.footer-links { display: grid; justify-items: end; gap: 5px; }
.footer-links a { color: white; text-decoration: none; }

/* Responsive */
@media (max-width: 1160px) {
  .home-hero { grid-template-columns: 1fr 1fr; gap: 45px; }
  .artwork-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dialog-shell { grid-template-columns: minmax(0,1fr) 390px; }
  .dialog-next { right: 405px; }
}
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .mobile-nav-toggle {
    display: grid; gap: 4px; width: 42px; height: 42px; padding: 11px;
    border: 1px solid var(--line); border-radius: 50%; background: transparent;
  }
  .mobile-nav-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; }
  .primary-nav {
    position: fixed; inset: 82px 0 auto; display: grid; gap: 0;
    padding: 18px 24px 28px; background: var(--paper);
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%); transition: transform .3s ease;
  }
  .primary-nav.open { transform: none; }
  .primary-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .primary-nav a::after { display: none; }
  .home-hero, .profile-hero { grid-template-columns: 1fr; min-height: auto; }
  .rotating-collage, .profile-portrait-wrap { min-height: min(112vw, 720px); }
  .home-intro, .profile-biography, .profile-enquiry, .profile-history,
  .contact-form-section { grid-template-columns: 1fr; }
  .collection-paths, .practice-grid { grid-template-columns: 1fr; }
  .collection-paths article, .practice-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .artist-teaser, .contact-hero { grid-template-columns: 1fr; }
  .gallery-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .statement-section { grid-template-columns: 1fr; }
  .statement-image { height: 320px; transform: none; }
  .dialog-shell { display: block; overflow-y: auto; }
  .dialog-image-side { min-height: 66vh; }
  .dialog-image-stage { min-height: 58vh; padding: 65px 35px 30px; }
  .dialog-image-stage img { max-height: 52vh; }
  .dialog-details { overflow: visible; padding: 45px 25px 75px; }
  .dialog-close { color: white; text-shadow: 0 1px 8px black; }
  .dialog-next { right: 15px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer > p { text-align: left; }
  .footer-links { justify-items: start; }
}
@media (max-width: 600px) {

  .home-hero h1 {
    font-size: clamp(2.55rem, 10.5vw, 3.8rem);
    line-height: 1.02;
  }
  .contact-hero-copy h1 {
    font-size: clamp(2.15rem, 8.5vw, 3.1rem);
    line-height: 1.05;
    letter-spacing: -.03em;
  }

  .site-header { min-height: 70px; padding: 12px 16px; gap: 10px; }
  .brand-name { font-size: .91rem; }
  .brand-detail { font-size: .5rem; }
  .header-action { padding: 8px 11px; font-size: .68rem; }
  .primary-nav { top: 70px; }
  h1 { font-size: clamp(2.6rem, 11vw, 4rem); }
  .home-hero { padding-left: 17px; padding-right: 17px; }
  .rotating-collage { min-height: 126vw; }
  .slot-1 { inset: 0 3% 35% 9%; }
  .slot-2 { inset: 42% 52% 4% 0; }
  .slot-3 { inset: 57% 0 0 48%; }
  .slot-4 { inset: 4% 0 56% 67%; }
  .hero-stats { gap: 12px; }
  .hero-stats dt { font-size: 1.55rem; }
  .gallery-layout { padding-left: 14px; padding-right: 14px; }
  .filter-panel { padding: 20px; }
  .artwork-grid { grid-template-columns: 1fr 1fr; gap: 18px 10px; }
  .artwork-card h3 { font-size: .82rem; }
  .card-details { display: block; font-size: .61rem; }
  .card-details span { display: block; }
  .results-toolbar p:last-child { display: none; }
  .profile-hero h1 { font-size: clamp(3.2rem, 14vw, 4.9rem); }
  .profile-portrait-wrap { min-height: 120vw; }
  .history-list li { grid-template-columns: 80px 1fr; gap: 12px; }
  .contact-art { min-height: 480px; }
  .contact-hero-copy { padding: 55px 20px; }
  .enquiry-form { grid-template-columns: 1fr; }
  .enquiry-form label.full, .enquiry-form .full { grid-column: auto; }
  .dialog-image-side { min-height: 60vh; }
  .dialog-nav { top: 30vh; }
  .details-list div { grid-template-columns: 98px 1fr; gap: 12px; }
}
