:root {
  --ink: #ffffff;
  --paper: #86a297;
  --cream: #b7cbc2;
  --rust: #ffffff;
  --sage: #6d897f;
  --deep-celadon: #5d7b70;
  --line: rgba(255, 255, 255, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
button { color: inherit; }

.site-header { min-height: 92px; padding: 12px clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; background: rgba(134, 162, 151, .97); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo { display:block; width:auto; height:clamp(56px,5vw,64px); max-width:min(35vw,270px); }
h1 em { font-family: Georgia, serif; font-weight: normal; }
nav { display: flex; gap: clamp(18px, 3vw, 46px); }
nav a { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; text-decoration: none; padding: 8px 0; }
nav a.active { border-bottom: 1px solid currentColor; }

.intro { min-height: 60vh; padding: clamp(80px, 12vw, 170px) clamp(24px, 10vw, 160px) 90px; position: relative; overflow: hidden; }
.intro::after { content: "A"; position: absolute; right: 2vw; top: -11vw; color: rgba(255,255,255,.07); font: italic 42vw Georgia, serif; line-height: 1; pointer-events: none; }
.eyebrow, .work-kicker { text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: bold; color: var(--rust); }
h1, h2, h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }
h1 { max-width: 950px; font-size: clamp(48px, 7vw, 110px); line-height: .93; letter-spacing: -.04em; }
h1 em { color: var(--rust); }
.intro-copy { max-width: 520px; margin: 36px 0; font: 19px/1.65 Georgia, serif; }
.gallery { background: var(--deep-celadon); color: var(--ink); padding: clamp(70px, 8vw, 120px) clamp(18px, 5vw, 80px) 50px; }
.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; border-bottom: 1px solid rgba(255,255,255,.22); padding-bottom: 28px; margin-bottom: 52px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(42px, 5vw, 72px); }
.section-heading > p:last-child { font-size: 12px; letter-spacing: .13em; }
.gallery-stage { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .8fr); gap: clamp(40px, 7vw, 110px); align-items: center; max-width: 1500px; margin: auto; position: relative; z-index: 1; }
.artwork-frame { height: min(62vw, 690px); display: grid; place-items: center; background: #4e685f; overflow: hidden; }
.artwork-frame img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; opacity: 1; transition: opacity .2s ease; }
.artwork-frame img.changing { opacity: .15; }
.artwork-info h3 { font-size: clamp(42px, 5vw, 74px); line-height: .95; margin: 12px 0 24px; }
.work-description { color: rgba(255,255,255,.78); line-height: 1.65; max-width: 520px; }
dl { margin: 42px 0 22px; border-top: 1px solid rgba(255,255,255,.22); }
dl > div { display: grid; grid-template-columns: 115px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
dt { color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
dd { margin: 0; font: 18px Georgia, serif; }
.gallery-controls { display: grid; grid-template-columns: 52px minmax(0, 1fr) 52px; align-items: center; gap: 16px; max-width: 1200px; margin: clamp(44px, 5vw, 68px) auto 0; padding-top: 12px; position: relative; z-index: 1; clear: both; isolation: isolate; }
.arrow { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; font-size: 23px; cursor: pointer; transition: .2s; }
.arrow:hover { color: var(--deep-celadon); background: #fff; }
.thumbnail-strip { display: flex; min-width: 0; gap: 10px; overflow-x: auto; scrollbar-width: thin; padding: 8px 2px 14px; scroll-behavior: smooth; }
.thumbnail { flex: 0 0 82px; height: 68px; padding: 0; border: 1px solid transparent; background: #111; opacity: .52; cursor: pointer; transition: .2s; }
.thumbnail img { width: 100%; height: 100%; object-fit: contain; display: block; background: #4e685f; }
.thumbnail:hover, .thumbnail.active { opacity: 1; }
.thumbnail.active { border-color: #fff; transform: translateY(-5px); }

.room-gallery { padding: clamp(90px, 10vw, 160px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: minmax(240px,.62fr) minmax(0,1.38fr); gap: clamp(38px,6vw,90px); align-items: start; }
.room-intro { padding-top: 4vw; }
.room-intro h2 { font-size: clamp(44px,5.7vw,86px); line-height: .98; margin: 14px 0 28px; }
.room-intro > p:last-child { max-width: 410px; font: 17px/1.7 Georgia,serif; color: rgba(255,255,255,.8); }
.room-card { margin: 0; }
.room-card img { width: 100%; display: block; box-shadow: 0 28px 70px rgba(45,67,59,.28); }
.room-zoom { display: block; width: 100%; margin: 0; padding: 0; border: 0; background: transparent; color: inherit; cursor: zoom-in; text-align: inherit; }
.room-zoom:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.room-card figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 16px 2px 0; border-top: 1px solid rgba(255,255,255,.24); margin-top: 12px; }
.room-card figcaption span { font: 24px Georgia,serif; }
.room-card figcaption small { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.room-card-offset { grid-column: 2; width: 82%; margin: 10px 0 0 auto; }
.room-grid { grid-column: 1/-1; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(18px,2.5vw,38px); margin-top:40px; }
.room-tile { margin:0; }
.room-tile img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; box-shadow:0 18px 42px rgba(45,67,59,.24); }
.room-tile figcaption { display:flex; justify-content:space-between; gap:12px; align-items:baseline; padding-top:11px; }
.room-tile figcaption span { font:18px Georgia,serif; }
.room-tile figcaption small { font-size:8px; text-transform:uppercase; letter-spacing:.12em; }

.antique-gallery { background: #425a52; padding: clamp(90px,10vw,155px) clamp(24px,7vw,110px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,62px); }
.antique-heading { grid-column: 1/-1; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end; margin-bottom: 24px; }
.antique-heading .eyebrow { grid-column: 1/-1; }
.antique-heading h2 { font-size: clamp(46px,6vw,90px); line-height: .95; }
.antique-heading > p:last-child { max-width: 520px; font: 17px/1.7 Georgia,serif; color: rgba(255,255,255,.75); }
.antique-card { margin: 0; }
.antique-card img { width: 100%; display: block; box-shadow: 0 30px 65px rgba(0,0,0,.28); }
.antique-card figcaption { display:flex; justify-content:space-between; gap:20px; align-items:baseline; padding-top:14px; }
.antique-card figcaption span { font: 22px Georgia,serif; }
.antique-card figcaption small { font-size:9px; text-transform:uppercase; letter-spacing:.12em; }

.room-lightbox { width: min(94vw, 1500px); max-width: none; height: min(92vh, 1000px); max-height: none; padding: 42px 24px 20px; border: 1px solid rgba(255,255,255,.35); background: #425a52; color: #fff; }
.room-lightbox::backdrop { background: rgba(20,31,27,.82); }
.room-lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; gap: 14px; }
.room-lightbox-layout { min-height: 0; display: grid; grid-template-columns: minmax(0,1fr); gap: clamp(16px,2vw,28px); transition: grid-template-columns .24s ease; }
.room-lightbox-layout.has-info { grid-template-columns: minmax(0,1fr) minmax(300px,420px); }
.room-lightbox-stage { position: relative; min-height: 0; overflow: hidden; display: grid; place-items: center; background: #344940; isolation: isolate; }
.room-lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.room-lightbox-footer { min-height: 42px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }
.room-lightbox figcaption { grid-column: 2; text-align: center; font: 22px Georgia,serif; }
.room-lightbox-close { position: absolute; top: 7px; right: 12px; width: 38px; height: 38px; padding: 0; border: 0; background: transparent; color: #fff; font-size: 34px; line-height: 1; cursor: pointer; }
.room-lightbox-close:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.room-lightbox-info-toggle { min-height: 42px; padding: 0 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(35,55,48,.78); color: #fff; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; cursor: pointer; }
.room-lightbox-info-toggle:hover, .room-lightbox-info-toggle:focus-visible, .room-lightbox-info-toggle[aria-expanded="true"] { background: #fff; color: var(--deep-celadon); }
.room-lightbox-info { position: relative; min-width: 0; max-height: 100%; padding: clamp(24px,3vw,42px); overflow-y: auto; border: 1px solid rgba(255,255,255,.38); background: linear-gradient(145deg,rgba(66,90,82,.96),rgba(42,62,55,.9)); box-shadow: 0 28px 80px rgba(16,29,24,.32); opacity: 0; transform: translateX(24px) perspective(800px) rotateY(-4deg); transition: opacity .24s ease, transform .24s ease; }
.room-lightbox-info::before, .room-lightbox-info::after { content: ""; position: absolute; width: 26px; height: 26px; pointer-events: none; }
.room-lightbox-info::before { left: 10px; top: 10px; border-left: 1px solid rgba(255,255,255,.65); border-top: 1px solid rgba(255,255,255,.65); }
.room-lightbox-info::after { right: 10px; bottom: 10px; border-right: 1px solid rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.65); }
.room-lightbox-info.is-visible { opacity: 1; transform: translateX(0) perspective(800px) rotateY(0); }
.room-lightbox-info-kicker { margin: 0 0 10px; color: rgba(255,255,255,.76); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: bold; }
.room-lightbox-info h3 { font-size: clamp(32px,3.2vw,52px); line-height: .96; }
.room-lightbox-info-description { margin: 20px 0 24px; color: rgba(255,255,255,.83); font: 15px/1.65 Georgia,serif; }
.room-lightbox-info dl { margin: 0; }
.room-lightbox-info dl > div { grid-template-columns: 72px 1fr; padding: 11px 0; }
.room-lightbox-info dd { font-size: 15px; }

.about { padding: clamp(80px,10vw,150px) clamp(24px,8vw,130px); display:grid; grid-template-columns:minmax(250px,.7fr) minmax(0,1.55fr); gap:clamp(50px,8vw,120px); align-items:start; background:linear-gradient(135deg,#86a297 0%,#78958a 100%); }
.about-profile { position:sticky; top:120px; padding:clamp(26px,3vw,42px); border:1px solid rgba(255,255,255,.36); background:rgba(78,104,95,.3); }
.about-monogram { margin:18px 0 30px; font:italic clamp(72px,8vw,118px)/.9 Georgia,serif; color:rgba(255,255,255,.16); }
.about-profile dl { margin:0; }
.about-profile dl > div { grid-template-columns:78px 1fr; padding:14px 0; }
.about-profile dd { font-size:16px; line-height:1.35; }
.about-story > .eyebrow { margin-top:0; }
.about-story h2 { max-width:850px; font-size:clamp(46px,5.8vw,88px); line-height:.94; letter-spacing:-.025em; }
.about-story h2 em { color:rgba(255,255,255,.72); font-weight:normal; }
.about-story > p { max-width:720px; font:18px/1.75 Georgia,serif; color:rgba(255,255,255,.82); }
.about-story .about-lead { margin-top:38px; font-size:clamp(19px,1.6vw,23px); color:#fff; }
.about-story .about-style { margin:34px 0; padding:4px 0 4px 24px; border-left:1px solid rgba(255,255,255,.55); font-size:16px; }
.about-style span { display:block; margin-bottom:10px; color:#fff; font-family:Arial,Helvetica,sans-serif; font-size:9px; font-weight:bold; letter-spacing:.18em; text-transform:uppercase; }
.influences { margin-top:clamp(48px,6vw,78px); }
.influence-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-top:1px solid rgba(255,255,255,.32); }
.influence-grid article { padding:24px 24px 4px 0; border-right:1px solid rgba(255,255,255,.24); }
.influence-grid article + article { padding-left:24px; }
.influence-grid article:last-child { border-right:0; }
.influence-grid span { font-size:9px; letter-spacing:.16em; color:rgba(255,255,255,.55); }
.influence-grid h3 { margin:14px 0 12px; font-size:24px; }
.influence-grid p { margin:0; color:rgba(255,255,255,.7); font:14px/1.65 Georgia,serif; }
.contact { padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 130px); display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.4fr); gap: clamp(50px,8vw,120px); background: #4e685f; }
.contact-intro h2 { font-size: clamp(44px,5.7vw,82px); line-height: .98; margin: 14px 0 28px; }
.contact-intro > p:not(.eyebrow) { max-width: 410px; font: 17px/1.7 Georgia,serif; color: rgba(255,255,255,.8); }
.contact-offer { max-width:430px; margin-top:38px; padding:26px 28px; border:1px solid rgba(255,255,255,.38); background:rgba(32,53,47,.2); }
.contact-offer .eyebrow { margin:0 0 16px; }
.contact-offer .contact-offer-price { margin:0 0 18px; color:#fff; font:normal clamp(28px,2.5vw,42px)/1.1 Georgia,serif; }
.contact-offer .contact-offer-commission { margin:24px 0 0; color:#fff; font:normal clamp(21px,1.8vw,28px)/1.2 Georgia,serif; }
.contact-offer > p:not(.eyebrow):not(.contact-offer-price):not(.contact-offer-commission) { margin:10px 0 0; color:rgba(255,255,255,.82); font:15px/1.65 Georgia,serif; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; align-content: start; }
.form-row { display: grid; gap: 9px; }
.form-row-wide, .privacy-consent, .form-actions { grid-column: 1 / -1; }
.form-row label { text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: bold; }
.form-row input, .form-row textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); border-radius: 0; outline: 0; background: transparent; color: #fff; font: 18px/1.5 Georgia,serif; resize: vertical; }
.form-row input:focus, .form-row textarea:focus { border-bottom-color: #fff; box-shadow: 0 1px 0 #fff; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.privacy-consent { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.75); font-size: 11px; line-height: 1.5; }
.privacy-consent input { margin-top: 2px; accent-color: var(--paper); }
.form-actions { display: flex; align-items: center; gap: 24px; min-height: 48px; }
.submit-button { min-height: 46px; padding: 0 24px; border: 1px solid #fff; background: transparent; color: #fff; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; cursor: pointer; }
.submit-button:hover, .submit-button:focus-visible { background: #fff; color: var(--deep-celadon); }
.submit-button:disabled { opacity: .5; cursor: wait; }
.form-status { margin: 0; font-size: 12px; line-height: 1.5; }
.legal { padding: clamp(70px, 8vw, 120px) clamp(24px, 10vw, 160px); display: grid; grid-template-columns: 1fr 2.5fr; gap: 50px; background: var(--deep-celadon); }
.legal h2 { font-size: clamp(40px, 5vw, 72px); margin-bottom: 28px; }
.legal address { font: normal 20px/1.7 Georgia, serif; }
.site-url { display: inline-block; margin-top: 22px; font-size: 12px; letter-spacing: .12em; text-underline-offset: 6px; }
footer { border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding: 28px clamp(24px, 5vw, 80px); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
footer a { text-decoration: none; }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  nav { flex-direction: column; gap: 4px; align-items: flex-end; }
  .intro { min-height: 66vh; }
  .gallery-stage { grid-template-columns: 1fr; }
  .artwork-frame { height: 75vh; min-height: 420px; }
  .artwork-info h3 { font-size: 46px; }
  .about, .contact, .legal { grid-template-columns: 1fr; }
  .about-profile { position:static; }
  .influence-grid { grid-template-columns:1fr; }
  .influence-grid article, .influence-grid article + article { padding:22px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.24); }
  .influence-grid article:last-child { border-bottom:0; }
  .room-gallery { grid-template-columns: 1fr; }
  .room-intro { position: static; padding: 0; }
  .room-card-offset { grid-column: 1; width: 90%; }
  .room-grid { grid-template-columns:1fr 1fr; }
  .antique-gallery { grid-template-columns: 1fr; }
  .antique-heading { grid-column: 1; grid-template-columns: 1fr; }
  .antique-heading .eyebrow { grid-column: 1; }
}

@media (max-width:560px) {
  .room-grid { grid-template-columns:1fr; }
  .room-lightbox { height: fit-content; max-height: 92vh; padding: 50px 12px 16px; }
  .room-lightbox figure { height: auto; display: block; }
  .room-lightbox-layout.has-info { grid-template-columns: minmax(0,1fr); }
  .room-lightbox-stage { display: block; }
  .room-lightbox img { display: block; height: auto; max-height: calc(92vh - 150px); }
  .room-lightbox-footer { margin-top: 12px; grid-template-columns: 1fr; justify-items: center; }
  .room-lightbox figcaption { grid-column: 1; grid-row: 1; }
  .room-lightbox-info-toggle { grid-row: 2; }
  .room-lightbox-info { max-height: min(46vh,440px); padding: 24px; transform: translateY(22px); }
  .room-lightbox-info.is-visible { transform: translateY(0); }
}

@media (max-width: 520px) {
  .brand-logo { width:auto; height:50px; max-width:145px; }
  h1 { font-size: 50px; }
  .gallery { padding-inline: 14px; }
  .artwork-frame { height: 60vh; }
  .gallery-controls { grid-template-columns: 42px minmax(0,1fr) 42px; gap: 7px; }
  .arrow { width: 40px; height: 40px; }
  dl > div { grid-template-columns: 90px 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .form-row-wide, .privacy-consent, .form-actions { grid-column: 1; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  footer { flex-wrap: wrap; gap: 14px 24px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
