:root {
  --ink: #17191b;
  --muted: #656a6d;
  --paper: #f2f2f0;
  --white: #fbfbfa;
  --line: #d7d8d6;
  --accent: #00789f;
  --red: #bd2e2a;
  --shadow: 0 18px 55px rgba(18, 21, 23, .12);
  --max: 1460px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; background: #fff; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(215,216,214,.86); background: rgba(242,242,240,.93); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { text-decoration: none; display: flex; align-items: baseline; gap: .65rem; white-space: nowrap; }
.brand strong { font: 800 1.15rem/1 Arial, sans-serif; letter-spacing: .16em; }
.brand span { color: var(--muted); font: italic 1rem/1 Georgia, serif; }
.primary-nav { display: flex; align-items: center; gap: clamp(.65rem, 1.45vw, 1.55rem); }
.primary-nav a { color: #474c50; text-decoration: none; font-size: .86rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--accent); }
.language { border-left: 1px solid var(--line); padding-left: 1.2rem; }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 6px 0; }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: stretch; overflow: hidden; }
.hero-copy { padding: clamp(4rem, 8vw, 9rem) clamp(1.5rem, 7vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 1.25rem; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.04; }
.hero h1 { margin-bottom: 1.4rem; font: 500 clamp(3.7rem, 8vw, 8.5rem)/.88 Georgia, 'Times New Roman', serif; letter-spacing: -.06em; }
.hero h1 em { display: block; color: var(--accent); font-weight: 400; }
.hero-identity { display: grid; grid-template-columns: minmax(0, 1fr) minmax(120px, 230px); align-items: center; gap: 1rem; }
.hero-logo { width: 100%; max-height: 210px; object-fit: contain; }
.hero-lead { max-width: 650px; margin: 0 0 2rem; color: #4d5255; font: 1.25rem/1.6 Georgia, serif; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .85rem 1.15rem; border: 1px solid var(--ink); background: var(--ink); color: white; text-decoration: none; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.button.secondary { color: var(--ink); background: transparent; }
.button.red { border-color: var(--red); background: var(--red); }
.hero-visual { position: relative; min-height: 650px; background: var(--paper); overflow: hidden; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 10%; filter: saturate(.94) contrast(1.03); }
.hero-mark { position: absolute; left: 50%; right: auto; bottom: clamp(1rem, 5vw, 4rem); width: min(330px, calc(100% - 2rem)); padding: 1rem 1.2rem; transform: translateX(-50%); background: rgba(242,242,240,.92); box-shadow: var(--shadow); }
.hero-mark strong { display: block; font: italic 1.55rem/1.05 Georgia, serif; }
.hero-mark span { color: var(--muted); font-size: .85rem; }

.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.35rem 1.5rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.trust-item span { color: var(--muted); font-size: .88rem; }

.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section.alt { background: var(--white); }
.section.dark { color: white; background: #151719; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.4rem; }
.section-head h2, .page-intro h1 { margin-bottom: 0; font: 500 clamp(2.7rem, 6vw, 5.6rem)/.95 Georgia, serif; letter-spacing: -.045em; }
.section-head p { max-width: 610px; margin: 0; color: var(--muted); }
.text-link { color: var(--accent); font-weight: 800; text-underline-offset: .3em; }

.art-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.2rem; }
.art-card { position: relative; grid-column: span 3; min-width: 0; background: var(--white); border: 1px solid var(--line); transition: transform .24s ease, box-shadow .24s ease; }
.art-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.art-card a { text-decoration: none; }
.art-card figure { margin: 0; aspect-ratio: 4 / 5; overflow: hidden; background: #e6e6e4; }
.art-card figure img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s ease; }
.art-card:hover figure img { transform: scale(1.025); }
.art-info { padding: 1.05rem 1.1rem 1.15rem; }
.art-info h3 { margin: 0 0 .45rem; font: 500 1.35rem/1.12 Georgia, serif; }
.art-meta { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.status { position: absolute; left: .75rem; top: .75rem; z-index: 2; padding: .35rem .52rem; color: #fff; background: rgba(20,22,24,.92); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status.sold { background: var(--red); }
.status.print { background: var(--accent); }

.book-feature { display: grid; grid-template-columns: minmax(320px, .72fr) 1.28fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.book-collage { margin: 0; display: flex; align-items: center; justify-content: center; background: transparent; }
.book-collage img { display: block; width: 100%; height: auto; object-fit: contain; }
.book-copy h2 { margin-bottom: 1.4rem; font: 500 clamp(3rem, 6vw, 6rem)/.9 Georgia, serif; letter-spacing: -.055em; }
.book-copy .quote { max-width: 720px; color: #c8cbcc; font: 1.35rem/1.6 Georgia, serif; }
.book-data { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.6rem 0 2rem; }
.book-data span { padding: .45rem .7rem; border: 1px solid #44484b; color: #d6d7d7; font-size: .78rem; }
.book-intro p { max-width: 1080px; }
.book-showcase { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(2.5rem, 6vw, 7rem); align-items: center; }

.page-intro { padding: clamp(4rem, 8vw, 8rem) 0 3rem; }
.page-intro p { max-width: 800px; color: var(--muted); font: 1.2rem/1.6 Georgia, serif; }
.filters { position: sticky; top: 82px; z-index: 20; padding: 1rem 0; border-block: 1px solid var(--line); background: rgba(242,242,240,.96); backdrop-filter: blur(15px); }
.filter-row { display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(180px, .4fr); align-items: center; gap: 1rem; }
.search, .select { width: 100%; min-height: 46px; padding: .7rem .85rem; border: 1px solid #bfc1bf; border-radius: 0; background: var(--white); color: var(--ink); }
.chips { display: flex; gap: .4rem; }
.chip { min-height: 42px; border: 1px solid #bfc1bf; background: transparent; padding: .6rem .8rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.chip[aria-pressed="true"] { color: white; border-color: var(--ink); background: var(--ink); }
.gallery-count { margin: 0 0 1.2rem; color: var(--muted); font-size: .85rem; }
.gallery-grid { padding-top: 2rem; }
.gallery-grid .art-card[hidden] { display: none; }

.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.collection-card { min-height: 470px; position: relative; overflow: hidden; background: #222; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .5s ease, opacity .4s ease; }
.collection-card:hover img { transform: scale(1.035); opacity: .58; }
.collection-card a { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; padding: 1.5rem; color: white; text-decoration: none; background: linear-gradient(transparent 35%, rgba(0,0,0,.78)); }
.collection-card h2 { margin: 0 0 .35rem; font: 500 2rem/1 Georgia, serif; }
.collection-card p { margin: 0; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }

.work-detail { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(390px, .72fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; padding: clamp(3rem, 6vw, 6rem) 0; }
.work-image { position: sticky; top: 116px; min-height: 620px; display: grid; place-items: center; padding: clamp(1rem, 3vw, 3rem); background: #e8e8e6; }
.work-image img { max-height: calc(100vh - 155px); width: auto; object-fit: contain; box-shadow: 0 20px 50px rgba(0,0,0,.12); }
.work-copy { padding-top: 1rem; }
.back-link { display: inline-block; margin-bottom: 2rem; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.work-copy h1 { margin-bottom: 1rem; font: 500 clamp(3rem, 5vw, 5.7rem)/.9 Georgia, serif; letter-spacing: -.055em; }
.work-specs { padding: 1.15rem 0; border-block: 1px solid var(--line); color: var(--muted); }
.work-specs p { margin: .2rem 0; }
.availability { margin-top: 1.5rem; }
.offer { padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.offer h2 { margin: 0 0 .35rem; font: 600 1.35rem/1.2 Georgia, serif; }
.offer p { margin: .3rem 0 1rem; color: var(--muted); }
.price { display: inline-block; margin-right: .7rem; color: var(--ink); font: 600 1.2rem Georgia, serif; }
.sold-note { color: var(--red); font-weight: 800; }
.story-panel { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.story-panel summary { cursor: pointer; color: var(--accent); font-weight: 800; }
.story-panel img { margin-top: 1rem; width: min(100%, 620px); }
.collection-link { display: inline-block; text-decoration-thickness: 1px; text-underline-offset: .3rem; }
.collection-return { display: inline-block; margin-bottom: 2rem; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-underline-offset: .3rem; }

.bio-section { padding-bottom: 0; overflow: hidden; }
.bio-grid { display: grid; grid-template-columns: minmax(520px, 1.05fr) .95fr; gap: clamp(2rem, 3vw, 4rem); align-items: stretch; }
.bio-photo { position: relative; min-height: 100%; margin: 0; overflow: visible; background: transparent; }
.bio-photo img { position: absolute; left: 42.5%; bottom: 0; width: auto; max-width: none; height: 100%; max-height: none; transform: translateX(-50%); object-fit: contain; object-position: center bottom; }
.bio-text h1 { font: 500 clamp(3rem, 6vw, 6rem)/.9 Georgia, serif; letter-spacing: -.05em; }
.bio-text p { font: 1.08rem/1.8 Georgia, serif; }
.bio-text .lead { color: var(--accent); font-size: 1.45rem; }

.event-list { border-top: 1px solid var(--line); }
.event { display: grid; grid-template-columns: 170px 1fr auto; gap: 2rem; align-items: center; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.event time { color: var(--accent); font-weight: 800; }
.event h2 { margin: 0 0 .3rem; font: 500 1.9rem Georgia, serif; }
.event p { margin: 0; color: var(--muted); }
.event .label { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.secondary-archive { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line); color: var(--muted); }

.promo-grid { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(360px, .8fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.promo-main { margin: 0; padding: 0; background: transparent; box-shadow: none; }
.promo-main img { width: 100%; max-height: 760px; object-fit: contain; }
.promo-copy h2 { font: 500 clamp(2.5rem, 5vw, 4.8rem)/.95 Georgia, serif; letter-spacing: -.04em; }
.promo-copy > p:not(.eyebrow):not(.promo-price) { color: var(--muted); font: 1.1rem/1.75 Georgia, serif; }
.promo-price { margin: 1.5rem 0; font: 600 2.2rem Georgia, serif; }
.promo-price small { display: block; margin-top: .25rem; color: var(--muted); font: .78rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.promo-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem; margin-top: 2rem; }
.promo-thumbs img { width: 100%; aspect-ratio: 3/4; object-fit: contain; padding: .35rem; background: white; border: 1px solid var(--line); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: start; }
.contact-panel { padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border: 1px solid var(--line); }
.contact-panel h2 { font: 500 2rem Georgia, serif; }
.contact-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.contact-list li { padding: .85rem 0; border-bottom: 1px solid var(--line); }
.contact-list a { color: var(--accent); font-weight: 800; }

.cta-band { padding: clamp(3.5rem, 7vw, 6rem) 0; color: white; background: var(--accent); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-inner h2 { max-width: 850px; margin: 0; font: 500 clamp(2.4rem, 5vw, 4.6rem)/.95 Georgia, serif; }
.cta-inner .button { background: white; color: var(--ink); border-color: white; }

.site-footer { padding: 3.5rem 0 2rem; color: #c9ccce; background: #111315; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .7fr); gap: 2rem; }
.footer-brand { color: white; font: 500 2rem Georgia, serif; }
.site-footer h3 { margin-bottom: 1rem; color: white; font: 800 .75rem Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer a { color: #c9ccce; text-decoration: none; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #303336; font-size: .78rem; }

.empty { grid-column: 1/-1; padding: 4rem 1rem; text-align: center; color: var(--muted); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 2rem; }
  .primary-nav { gap: 1rem; }
  .primary-nav a { font-size: .72rem; }
  .art-card { grid-column: span 4; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .work-detail { grid-template-columns: 1fr 420px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 70px; }
  .menu-button { display: block; }
  .primary-nav { position: fixed; inset: 70px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.4rem 1.4rem; border-bottom: 1px solid var(--line); background: var(--paper); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: .85rem 0; font-size: .85rem; }
  .language { border: 0; padding-left: 0; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem 1.4rem 3rem; }
  .hero-visual { min-height: 570px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { align-items: start; flex-direction: column; }
  .art-card { grid-column: span 6; }
  .book-feature, .book-showcase, .bio-grid, .contact-grid, .promo-grid { grid-template-columns: 1fr; }
  .book-stack { max-width: 600px; }
  .bio-photo { min-height: 0; display: flex; justify-content: center; }
  .bio-photo img { position: static; width: min(100%, 760px); max-width: 100%; height: auto; transform: none; }
  .filter-row { grid-template-columns: 1fr 1fr; }
  .chips { grid-column: 1/-1; order: 3; overflow-x: auto; }
  .work-detail { grid-template-columns: 1fr; }
  .work-image { position: static; min-height: 0; }
  .work-image img { max-height: 78vh; }
  .event { grid-template-columns: 110px 1fr; }
  .event .label { grid-column: 2; }
  .cta-inner { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand span { display: none; }
  .hero h1 { font-size: 3.65rem; }
  .hero-identity { grid-template-columns: 1fr 118px; }
  .hero-logo { max-height: 130px; }
  .hero-lead { font-size: 1.08rem; }
  .hero-visual { min-height: 490px; }
  .hero-mark { left: 1rem; right: 1rem; width: auto; transform: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .art-grid { gap: .75rem; }
  .art-card { grid-column: span 12; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 420px; }
  .filter-row { grid-template-columns: 1fr; }
  .chips { grid-column: auto; }
  .filters { top: 70px; }
  .event { grid-template-columns: 1fr; gap: .5rem; }
  .event .label { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .promo-thumbs { grid-template-columns: repeat(2, 1fr); }
}

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