:root {
  --ink: #08070a;
  --panel: #121014;
  --panel-2: #19151a;
  --paper: #f7f2ea;
  --muted: #b7afa5;
  --accent: #791a37;
  --accent-light: #ead9b9;
  --accent-deep: #3f0b1d;
  --line: rgba(234, 217, 185, 0.22);
  --max: 1240px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 4px; }

.skip-link { position: fixed; left: 12px; top: -70px; z-index: 100; background: var(--paper); color: var(--ink); padding: 12px 16px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(18px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, height .35s ease;
}
.site-header.scrolled { height: 68px; background: rgba(8, 7, 6, .93); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 3px 18px rgba(0,0,0,.4)); }
.brand span { display: flex; flex-direction: column; letter-spacing: .13em; line-height: 1.05; }
.brand strong { font-size: .82rem; }
.brand small { margin-top: 5px; color: var(--accent-light); font-size: .56rem; letter-spacing: .19em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 2.3vw, 34px); }
.desktop-nav a { color: #ddd5cb; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; transition: color .2s; }
.desktop-nav a:hover { color: var(--accent-light); }
.header-chat, .button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--paper);
  font-weight: 800;
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.header-chat:hover, .button:hover { transform: translateY(-2px); background: #64142e; border-color: #ead9b9; }
.button.ghost { background: transparent; color: var(--paper); border-color: rgba(243,238,229,.5); }
.button.ghost:hover { border-color: var(--accent-light); color: var(--accent-light); }
.button.dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.button.text { border: 0; padding: 0; min-height: 34px; color: var(--accent-light); background: transparent; justify-content: flex-start; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; position: relative; cursor: pointer; }
.menu-button span { position: absolute; width: 24px; height: 1px; background: var(--paper); left: 10px; transition: transform .25s, top .25s; }
.menu-button span:first-child { top: 17px; }
.menu-button span:last-child { top: 26px; }
.menu-button[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }

.menu-panel { position: fixed; z-index: 35; inset: 0; background: rgba(8,7,6,.985); display: grid; align-content: center; padding: 98px clamp(24px, 8vw, 80px) 110px; opacity: 0; visibility: hidden; transform: translateY(-16px); transition: .25s ease; }
.menu-panel.open { opacity: 1; visibility: visible; transform: translateY(0); }
.menu-panel nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.menu-panel nav a { font-family: var(--serif); font-size: clamp(1.7rem, 7vw, 3rem); line-height: 1.12; }
.menu-panel nav a:hover { color: var(--accent-light); }
.menu-socials { margin-top: 32px; display: flex; gap: 20px; flex-wrap: wrap; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }

main { min-height: 75vh; }
.view { animation: viewIn .45s ease both; }
@keyframes viewIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #050504; }
.hero-media { position: absolute; inset: 0; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(.72) contrast(1.08) brightness(.52); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,6,5,.18) 8%, rgba(7,6,5,.22) 42%, #080706 99%), linear-gradient(90deg, rgba(7,6,5,.8) 0, transparent 70%); }
.hero-media-owners img { object-position: center 54%; transform: scale(1.14); filter: saturate(.82) contrast(1.06) brightness(.68); }
.hero-media-owners::after { background: linear-gradient(180deg, rgba(8,7,10,.16) 5%, rgba(63,11,29,.2) 44%, #08070a 99%), linear-gradient(90deg, rgba(8,7,10,.88) 0, rgba(8,7,10,.48) 47%, rgba(8,7,10,.12) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(100%, var(--max)); margin: 0 auto; padding: 150px clamp(20px, 5vw, 70px) clamp(88px, 10vw, 138px); }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--accent-light); font-size: .7rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
.hero h1 { max-width: 950px; margin: 20px 0 22px; font-size: clamp(3.5rem, 10vw, 8.6rem); line-height: .86; letter-spacing: -.055em; }
.hero h1 em { color: var(--accent-light); font-weight: 400; }
.hero-lead { max-width: 630px; color: #ded7cd; font-size: clamp(1rem, 2vw, 1.25rem); }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.scroll-cue { position: absolute; z-index: 2; right: clamp(18px, 4vw, 60px); bottom: 105px; writing-mode: vertical-rl; letter-spacing: .15em; text-transform: uppercase; font-size: .6rem; color: var(--muted); }

.trust-strip { border-block: 1px solid var(--line); background: #0d0c0a; }
.trust-grid { width: min(100% - 40px, var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 29px clamp(12px, 3vw, 34px); border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--accent-light); font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.4rem); font-weight: 400; }
.trust-item span { color: var(--muted); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }

.section { padding: clamp(76px, 10vw, 145px) clamp(20px, 5vw, 70px); }
.section-inner { width: min(100%, var(--max)); margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .55fr); align-items: end; gap: 32px; margin-bottom: 42px; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(2.8rem, 7vw, 6.2rem); line-height: .92; letter-spacing: -.045em; }
.section-heading p { margin-bottom: 5px; color: var(--muted); }
.section-paper { background: var(--paper); color: var(--ink); }
.section-paper .eyebrow { color: #791a37; }
.section-paper .section-heading p { color: #655e55; }

.artist-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.artist-card { position: relative; min-height: 500px; grid-column: span 4; overflow: hidden; background: var(--panel); isolation: isolate; }
.artist-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.06) contrast(1.03) brightness(.98) saturate(1.04); transition: transform .7s ease, filter .4s ease; }
.artist-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5,5,4,0) 20%, rgba(5,5,4,.1) 58%, rgba(5,5,4,.86) 100%); }
.artist-card:hover img { transform: scale(1.035); filter: grayscale(0) contrast(1.03) brightness(1.04) saturate(1.06); }
.artist-card-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 72px 26px 28px; background: linear-gradient(180deg, transparent, rgba(5,5,4,.88)); }
.artist-card-content small { color: var(--accent-light); letter-spacing: .12em; text-transform: uppercase; }
.artist-card-content h3 { margin: 6px 0 5px; color: #fff; font-size: 2.5rem; font-weight: 600; line-height: 1; text-shadow: 0 2px 16px #000, 0 1px 2px #000; }
.artist-card-content p { margin: 0; color: #c5beb5; font-size: .88rem; }
.artist-card-content span { display: inline-block; margin-top: 17px; color: white; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.work-preview { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 150px; gap: 10px; }
.work-preview button { grid-column: span 3; grid-row: span 2; padding: 0; border: 0; background: var(--panel); overflow: hidden; cursor: zoom-in; }
.work-preview button:nth-child(1), .work-preview button:nth-child(6) { grid-column: span 6; grid-row: span 3; }
.work-preview button:nth-child(3), .work-preview button:nth-child(4) { grid-row: span 3; }
.work-preview img, .gallery-card img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.04) saturate(1.04) brightness(1.06); transition: transform .5s ease, filter .35s ease; }
.work-preview button:hover img, .gallery-card:hover img { transform: scale(1.03); }

.cta-band { position: relative; overflow: hidden; background: var(--accent); color: var(--paper); }
.cta-band::before { content: "SL"; position: absolute; right: -2vw; top: -6vw; font-family: var(--serif); font-size: 28vw; line-height: 1; color: rgba(255,255,255,.15); }
.cta-band .section-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .55fr; align-items: center; gap: 36px; }
.cta-band h2 { margin: 0; font-size: clamp(2.8rem, 7vw, 6.3rem); line-height: .9; letter-spacing: -.045em; }
.cta-band p { max-width: 480px; }

.page-hero { position: relative; min-height: 58svh; display: flex; align-items: flex-end; overflow: hidden; padding: 150px clamp(20px, 5vw, 70px) 68px; background: radial-gradient(circle at 80% 15%, #3f0b1d 0, transparent 35%), var(--ink); }
.page-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--line); }
.page-hero .inner { width: min(100%, var(--max)); margin: 0 auto; position: relative; z-index: 1; }
.page-hero h1 { max-width: 1000px; margin: 15px 0 18px; font-size: clamp(3.3rem, 9vw, 7.6rem); line-height: .89; letter-spacing: -.05em; }
.page-hero p { max-width: 650px; color: var(--muted); font-size: 1.06rem; }
.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.filters { position: sticky; z-index: 10; top: 68px; display: flex; gap: 8px; padding: 14px clamp(20px, 5vw, 70px); overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(8,7,6,.95); backdrop-filter: blur(12px); scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; border: 1px solid #4b453e; background: transparent; color: #d7d0c6; padding: 10px 16px; border-radius: 999px; cursor: pointer; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.filter-button.active, .filter-button:hover { background: var(--accent); border-color: var(--accent); color: var(--paper); }
.gallery { width: min(100%, 1500px); margin: 0 auto; padding: 12px; columns: 4 260px; column-gap: 12px; }
.gallery-card { position: relative; width: 100%; display: block; margin: 0 0 12px; break-inside: avoid; border: 0; padding: 0; background: #191612; cursor: zoom-in; overflow: hidden; }
.gallery-card img { width: 100%; height: auto; min-height: 220px; max-height: 580px; object-fit: cover; }
.gallery-card span { position: absolute; inset: auto 8px 8px auto; padding: 6px 9px; background: rgba(8,7,10,.84); color: var(--accent-light); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.gallery-empty { padding: 60px 20px; color: var(--muted); text-align: center; }

.artist-hero { min-height: 82svh; }
.artist-hero .artist-backdrop { position: absolute; inset: 0; opacity: .58; }
.artist-hero .artist-backdrop img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) contrast(1.1); }
.artist-hero .artist-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,6,.97) 0%, rgba(8,7,6,.62) 48%, rgba(8,7,6,.28)), linear-gradient(0deg,#080706 0%,transparent 55%); }
.artist-hero h1 { color: #fff; text-shadow: 0 3px 24px rgba(0,0,0,.9); }
.artist-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.artist-meta span { border: 1px solid var(--line); color: #d9d0c5; border-radius: 999px; padding: 8px 12px; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.video-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 22px; align-items: stretch; }
.video-card { min-height: 560px; background: #060606; border: 1px solid var(--line); overflow: hidden; }
.video-card video { width: 100%; height: 100%; min-height: 560px; max-height: 760px; object-fit: contain; background: #030303; }
.social-video-links { display: grid; gap: 12px; }
.social-video-link { min-height: 116px; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; border: 1px solid var(--line); background: linear-gradient(135deg,#24101a,#0d0b0e); }
.social-video-link small { color: var(--accent-light); text-transform: uppercase; letter-spacing: .12em; }
.social-video-link strong { margin-top: 5px; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.social-video-link.booking-primary { min-height: 132px; border-color: rgba(255,255,255,.28); background: linear-gradient(135deg,var(--accent),#48101f); box-shadow: 0 18px 45px rgba(112,20,43,.28); }
.social-video-link.booking-primary small { color: #fff0d7; }
.social-video-link.booking-primary strong { color: #fff; font-size: 1.4rem; }
.booking-notice { padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); background: #f3eadc; color: #171116; }
.booking-notice strong, .booking-notice span { display: block; }
.booking-notice strong { font-family: var(--serif); font-size: 1.14rem; }
.booking-notice span { margin-top: 5px; line-height: 1.45; color: #554b50; }

.owner-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.7fr); gap: clamp(30px,7vw,90px); align-items: center; }
.owner-image { overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.owner-image img { width: 100%; display: block; aspect-ratio: 1.42; object-fit: cover; object-position: center 48%; transform: scale(1.08); }
.owner-copy h2 { margin: 12px 0 20px; font-size: clamp(3rem,7vw,6.2rem); line-height: .9; }
.owner-copy p { max-width: 540px; color: var(--muted); font-size: 1.05rem; }

.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.review-card { min-height: 290px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--panel); }
.review-card .stars { color: var(--accent-light); letter-spacing: .13em; }
.review-card blockquote { margin: 22px 0 26px; font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.review-card footer { margin-top: auto; color: var(--muted); }
.source-note { margin-top: 20px; color: var(--muted); font-size: .78rem; }
.google-panel { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; border: 1px solid var(--line); }
.google-map-link { min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; padding: clamp(28px,5vw,60px); background: radial-gradient(circle at 75% 20%,rgba(143,31,48,.75),transparent 42%),linear-gradient(145deg,#21171a,#0a0909); }
.google-map-link span { color: var(--accent-light); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.google-map-link strong { max-width: 470px; font-family: var(--serif); font-size: clamp(2rem,4vw,3.5rem); font-weight: 400; line-height: 1; }
.google-copy { padding: clamp(28px, 5vw, 60px); display: flex; flex-direction: column; justify-content: center; background: var(--paper); color: var(--ink); }
.google-copy h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .93; }
.review-invite { margin-top: 22px; color: #655e55; font-size: .82rem; line-height: 1.55; }

.award-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.award-image { position: relative; padding: 14px; background: #17130e; border: 1px solid var(--line); }
.award-image img { width: 100%; filter: contrast(1.04); }
.award-copy h2 { font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: .91; }
.proof-link { display: inline-flex; margin-top: 16px; color: var(--accent-light); border-bottom: 1px solid var(--accent); }
.award-evidence-heading { margin-top: clamp(50px,8vw,90px); max-width: 760px; }
.award-evidence-heading h2 { margin: 10px 0; font-size: clamp(2.5rem,5vw,4.8rem); line-height: .95; }
.award-evidence-heading p { color: var(--muted); }
.award-evidence-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.award-proof-card { min-width: 0; padding: 0; color: inherit; text-align: left; border: 1px solid var(--line); background: var(--panel); overflow: hidden; cursor: zoom-in; }
.award-proof-card img { width: 100%; height: 290px; padding: 10px; object-fit: contain; object-position: center; background: #f7f3eb; filter: none; transition: transform .35s ease; }
.award-proof-card:hover img { transform: scale(1.02); }
.award-proof-card div { display: flex; flex-direction: column; gap: 4px; padding: 18px; }
.award-proof-card strong { color: var(--accent-light); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.award-proof-card span { color: var(--muted); font-size: .75rem; }
.award-document-link { margin: 6px 0 0; }
.event-feature-section { border-top: 1px solid var(--line); }
.event-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.event-origin, .event-feature-card { min-height: 570px; border: 1px solid var(--line); overflow: hidden; }
.event-origin { display: grid; grid-template-rows: .8fr 1.2fr; background: linear-gradient(145deg,#25101a,#0b090c); }
.event-stat { padding: clamp(25px,4vw,48px); display: flex; flex-direction: column; justify-content: flex-end; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 85% 5%,rgba(202,155,80,.22),transparent 45%); }
.event-stat span, .event-stat small { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.event-stat strong { color: var(--accent-light); font-family: var(--serif); font-size: clamp(6rem,11vw,10rem); font-weight: 400; line-height: .7; margin: 26px 0 18px; }
.event-story { padding: clamp(25px,4vw,48px); }
.event-story h3, .event-feature-card h3 { margin: 14px 0 17px; font-size: clamp(2.4rem,4.5vw,4.5rem); line-height: .92; }
.event-story p, .event-feature-card p { color: var(--muted); }
.event-feature-card { position: relative; display: flex; align-items: flex-end; isolation: isolate; }
.event-feature-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.08) brightness(.55); }
.event-feature-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,transparent 10%,rgba(8,7,6,.97) 92%); }
.event-feature-card > div { padding: clamp(25px,4vw,48px); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.timeline article { min-height: 230px; display: flex; flex-direction: column; padding: 22px; background: var(--panel); }
.timeline time { color: var(--accent-light); font-size: .72rem; letter-spacing: .12em; }
.timeline h3 { margin: 18px 0 8px; font-size: 1.35rem; }
.timeline p { color: var(--muted); font-size: .83rem; }
.timeline a { width: fit-content; margin-top: auto; padding-top: 16px; color: var(--accent-light); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.timeline-status { width: fit-content; margin-top: auto; padding-top: 16px; color: var(--accent-light); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.event-source-note { margin: 18px 0 0; color: #655e55; font-size: .75rem; }

.book-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(40px, 8vw, 110px); }
.book-visual { position: relative; min-height: 560px; }
.book-visual img { position: absolute; width: min(72%,360px); max-height: 540px; object-fit: contain; box-shadow: 0 28px 70px rgba(0,0,0,.5); }
.book-visual img:first-child { left: 0; bottom: 0; transform: rotate(-3deg); }
.book-visual img:last-child { right: 0; top: 0; transform: rotate(4deg); }
.book-copy h1 { font-size: clamp(3.1rem, 7vw, 6.5rem); line-height: .9; }
.book-copy h2 { font-size: clamp(3rem, 6vw, 5.5rem); line-height: .92; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: clamp(24px,3vw,38px); border: 1px solid rgba(8,7,6,.16); background: #fffaf2; }
.service-card h3 { margin: 28px 0 14px; font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1; }
.service-card p { color: #5e5750; }
.service-card .proof-link { margin-top: auto; color: #7c1928; border-color: #8f1f30; }

.about-hero { min-height: 92svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: radial-gradient(circle at 70% 30%,#6e1725,transparent 42%),#080706; }
.about-hero-media { position: absolute; inset: 0; }
.about-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.78) brightness(.55); transform: scale(1.08); }
.about-hero-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,7,6,.96),rgba(8,7,6,.55) 52%,rgba(8,7,6,.18)),linear-gradient(0deg,#080706,transparent 55%); }
.about-hero-copy { position: relative; z-index: 1; width: min(100%,var(--max)); margin: 0 auto; padding: 150px clamp(20px,5vw,70px) 90px; }
.about-hero-copy h1 { margin: 18px 0; font-size: clamp(4rem,11vw,9rem); line-height: .8; }
.about-hero-copy p { max-width: 610px; color: #ddd4ca; }
.about-story { display:grid; grid-template-columns:1.05fr .7fr; gap:clamp(32px,7vw,90px); align-items:start; }
.about-story h2 { margin:14px 0 0; font-size:clamp(3rem,7vw,6rem); line-height:.9; }
.about-story p { color:#5e5750; font-size:1.05rem; }
.about-book { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(40px,8vw,110px); align-items:center; }

.legal-layout { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.legal-card { padding:clamp(26px,4vw,48px); border:1px solid var(--line); background:var(--panel); }
.legal-card h2 { font-size:clamp(2rem,4vw,3.5rem); line-height:1; }
.legal-card p { color:var(--muted); }
.legal-card a { color:var(--accent-light); }
.document-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.document-card { min-height:260px; display:flex; flex-direction:column; justify-content:flex-end; padding:clamp(24px,4vw,42px); border:1px solid var(--line); background:linear-gradient(145deg,#21171a,#0c0a0a); }
.document-card small { color:var(--accent-light); text-transform:uppercase; letter-spacing:.12em; }
.document-card h2 { margin:22px 0 10px; font-size:clamp(2.2rem,4vw,3.5rem); }
.document-card p { margin:0; color:var(--muted); }

.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 26px 48px 26px 0; font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 24px; color: var(--accent-light); font-family: var(--sans); font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 740px; padding: 0 0 26px; color: var(--muted); }

.giveaway-card { max-width: 1050px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); background: var(--panel); }
.giveaway-amount { min-height: 470px; display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at 50% 35%,#791a37,#521026 58%,#250812); color: var(--paper); text-align: center; }
.giveaway-amount img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; }
.giveaway-amount strong { display: block; font-family: var(--serif); font-size: clamp(6rem, 14vw, 11rem); line-height: .7; font-weight: 400; }
.giveaway-amount span { display: block; margin-top: 28px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.giveaway-copy { padding: clamp(28px, 5vw, 60px); }
.giveaway-copy h1 { font-size: clamp(2.8rem, 6vw, 5rem); line-height: .92; }
.steps { counter-reset: item; display: grid; gap: 13px; margin: 28px 0; }
.steps p { margin: 0; display: flex; gap: 13px; color: #d3cbc1; }
.steps p::before { counter-increment: item; content: counter(item); flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--accent); color: var(--accent-light); border-radius: 50%; font-size: .72rem; }
.draft-note { margin-top: 22px; color: var(--muted); font-size: .76rem; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-card { padding: clamp(25px,4vw,45px); min-height: 250px; border: 1px solid var(--line); background: var(--panel); }
.contact-card h2 { font-size: 2.2rem; }
.contact-card p { color: var(--muted); }
.hours { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; margin-top: 18px; }
.hours span:nth-child(even) { color: var(--accent-light); }
.social-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.social-tile { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); background: linear-gradient(145deg,#231019,#0c0a0d); }
.social-tile strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.social-tile span { color: var(--accent-light); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { width: min(100%, var(--max)); margin: 0 auto; padding: 64px 20px 100px; display: grid; grid-template-columns: 1fr auto; gap: 30px; color: var(--muted); border-top: 1px solid var(--line); }
.footer-brand { color: var(--paper); }
.footer-links { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 17px; font-size: .8rem; }
.footer-links a:hover { color: var(--accent-light); }
.legal-note { grid-column: 1/-1; margin: 0; font-size: .67rem; }
.mobile-actions { display: none; }

.lightbox { width: min(94vw, 1050px); max-height: 92vh; margin: auto; padding: 0; border: 1px solid var(--line); background: #080706; color: var(--paper); overflow: visible; }
.lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; background: #050505; }
.lightbox button { position: absolute; z-index: 2; top: -16px; right: -10px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--accent); background: var(--ink); color: var(--paper); cursor: pointer; font-size: 1.7rem; }
.lightbox p { margin: 0; padding: 10px 15px; color: var(--muted); font-size: .75rem; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .header-chat { margin-left: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .cta-band .section-inner, .award-layout, .book-layout, .event-feature-grid, .owner-layout, .about-story, .about-book, .service-grid { grid-template-columns: 1fr; }
  .award-evidence-grid { grid-template-columns: repeat(2,1fr); }
  .artist-card { grid-column: span 6; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .timeline { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .site-header, .site-header.scrolled { height: 64px; padding: 0 14px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: .7rem; }
  .brand small { font-size: .48rem; }
  .header-chat { display: none; }
  .hero-copy { padding: 110px 20px 104px; }
  .hero-media-owners { height: 60svh; bottom: auto; overflow: hidden; }
  .hero-media-owners img { object-position: center 55%; transform: scale(1.1); }
  .hero-media-owners::after { background: linear-gradient(180deg, rgba(8,7,10,.08) 0, rgba(8,7,10,.08) 55%, rgba(8,7,10,.78) 88%, #08070a 100%); }
  .hero h1 { font-size: clamp(3.35rem, 18vw, 5.9rem); }
  .hero-lead { max-width: 92%; }
  .scroll-cue { display: none; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 52px; }
  .trust-grid { width: 100%; }
  .trust-item { padding: 22px 16px; }
  .section { padding: 74px 18px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  .artist-grid { grid-template-columns: 1fr; }
  .artist-card { grid-column: auto; min-height: 480px; }
  .work-preview { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 8px; }
  .work-preview button, .work-preview button:nth-child(1), .work-preview button:nth-child(3), .work-preview button:nth-child(4), .work-preview button:nth-child(6) { grid-column: auto; grid-row: auto; }
  .work-preview button:nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .page-hero { min-height: 52svh; padding: 116px 18px 55px; }
  .page-hero h1 { font-size: clamp(3.15rem, 16vw, 5.2rem); }
  .artist-hero { min-height: 78svh; }
  .filters { top: 64px; padding: 12px 15px; }
  .gallery { columns: 2 145px; padding: 8px; column-gap: 8px; }
  .gallery-card { margin-bottom: 8px; }
  .gallery-card img { min-height: 155px; max-height: 380px; }
  .video-grid, .google-panel, .giveaway-card, .contact-grid, .legal-layout, .document-grid { grid-template-columns: 1fr; }
  .video-card, .video-card video { min-height: min(72svh,620px); }
  .book-visual { min-height: 440px; }
  .google-map-link { min-height: 310px; }
  .hero-media-owners img { transform: scale(1.5); object-position: 54% 51%; }
  .about-hero-media img { transform: scale(1.38); object-position: 55% 48%; }
  .about-hero-copy { padding: 116px 18px 62px; }
  .timeline { grid-template-columns: 1fr; }
  .award-evidence-grid { grid-template-columns: 1fr; }
  .timeline article { min-height: 0; }
  .event-origin, .event-feature-card { min-height: 540px; }
  .giveaway-amount { min-height: 360px; }
  .social-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; padding: 55px 18px 88px; }
  .legal-note { grid-column: auto; }
  .mobile-actions { position: fixed; z-index: 45; display: grid; grid-template-columns: .75fr 1.25fr; left: 0; right: 0; bottom: 0; padding-bottom: env(safe-area-inset-bottom); background: var(--paper); box-shadow: 0 -10px 35px rgba(0,0,0,.35); }
  .mobile-actions a { min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--ink); font-size: .92rem; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
  .mobile-actions a:first-child { border-right: 1px solid #d1c8b8; }
  .mobile-actions .primary { background: var(--accent); color: var(--paper); font-size: 1rem; }
}

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