:root {
  --background: #171411;
  --text: #f1e9dc;
  --muted: #b8aa98;
  --faint: #7f7366;
  --accent: #cbb08c;
  --line: rgba(241, 233, 220, 0.22);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--background); scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at 75% 20%, rgba(133, 101, 68, .16), transparent 32rem), linear-gradient(135deg, #171411 0%, #211b16 55%, #15120f 100%);
  font-family: var(--sans);
  line-height: 1.6;
}
body::before {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; content: ""; opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 4rem 4rem;
}
a { color: inherit; text-decoration: none; }
.site-shell { width: min(1440px, 100%); min-height: 100vh; margin: 0 auto; padding: 2.25rem clamp(1.25rem, 4vw, 4.5rem) 2rem; display: flex; flex-direction: column; }
.site-header, .site-footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.site-header { padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-direction: column; gap: .15rem; text-transform: uppercase; letter-spacing: .18em; }
.brand-title { font-size: .82rem; font-weight: 600; }
.brand-subtitle { color: var(--muted); font-size: .56rem; letter-spacing: .2em; }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.8rem; color: var(--muted); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(3rem, 8vw, 9rem); flex: 1; padding: clamp(4.5rem, 10vw, 9rem) 0 clamp(5rem, 9vw, 8rem); }
.hero-copy { align-self: center; max-width: 40rem; }
.eyebrow { display: flex; align-items: center; gap: 1rem; margin: 0 0 2.2rem; color: var(--accent); font-size: .63rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { width: 3.5rem; height: 1px; background: var(--accent); content: ""; }
h1 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 7vw, 7.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.intro-copy { max-width: 35rem; margin-top: 2.8rem; color: var(--muted); font-family: var(--serif); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.65; }
.intro-copy p { margin: 0 0 1.4rem; }
.feature-list { display: grid; gap: 1.35rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.feature { display: flex; align-items: flex-start; gap: 1rem; }
.feature-icon { display: grid; width: 2rem; height: 2rem; flex: 0 0 2rem; place-items: center; color: var(--accent); border: 1px solid var(--line); border-radius: 50%; font-size: 1rem; }
.feature h2 { margin: 0; color: var(--text); font-size: .68rem; font-weight: 600; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.feature p { margin: .2rem 0 0; color: var(--muted); font-family: var(--serif); font-size: .95rem; }
.closing { margin: 3rem 0 0; color: var(--text); font-family: var(--serif); font-size: 1.1rem; line-height: 1.7; }
.gallery-panel { position: relative; min-height: 38rem; overflow: hidden; isolation: isolate; background: linear-gradient(115deg, rgba(31,24,18,.2), rgba(8,7,6,.72)), radial-gradient(ellipse at 50% 25%, #5d4937 0%, #2d231b 42%, #17130f 100%); box-shadow: 0 2rem 5rem rgba(0,0,0,.25); }
.gallery-panel::before { position: absolute; inset: 0; z-index: -1; content: ""; opacity: .35; background: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.08) 50%, transparent 50.2%), linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 100% 100%, 100% 8rem; }
.gallery-light { position: absolute; top: -8rem; left: 35%; width: 18rem; height: 28rem; transform: rotate(18deg); opacity: .28; background: linear-gradient(90deg, transparent, #d8bd91, transparent); filter: blur(2.5rem); }
.gallery-wall { position: absolute; top: 13%; right: 9%; left: 9%; height: 55%; display: grid; place-items: center; padding: 2rem; background: linear-gradient(135deg, #514030, #2d241b); box-shadow: 0 1.5rem 2.5rem rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.04); }
.artwork { width: min(100%, 17rem); aspect-ratio: .72; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .65rem; color: #5a4735; background: linear-gradient(135deg, #d5b994, #b79770); box-shadow: 0 1.5rem 2rem rgba(0,0,0,.25); font-size: .62rem; letter-spacing: .32em; text-transform: uppercase; }
.artwork-rule { width: 2.5rem; height: 1px; margin: 1.2rem 0; background: rgba(90,71,53,.6); }
.artwork small { color: #6d5740; font-size: .48rem; letter-spacing: .28em; line-height: 2; text-align: center; }
.gallery-bench { position: absolute; right: 7%; bottom: 13%; left: 7%; height: 1.6rem; background: linear-gradient(#4b3425, #241a13); box-shadow: 0 1.1rem 0 -.25rem #211710; transform: perspective(20rem) rotateX(20deg); }
.gallery-caption { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; margin: 0; color: rgba(241,233,220,.58); font-size: .58rem; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.site-footer { align-items: flex-end; gap: 1rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.footer-motto, .footer-tagline { margin: 0; }
.footer-motto { color: var(--text); font-size: .61rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-tagline { margin-top: .45rem; color: var(--muted); font-family: var(--serif); font-size: .9rem; }
.footer-status { max-width: 16rem; color: var(--faint); font-size: .58rem; letter-spacing: .1em; line-height: 1.6; text-align: right; text-transform: uppercase; }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 4rem; } .hero-copy { max-width: 44rem; } .gallery-panel { min-height: 34rem; } .gallery-wall { top: 10%; right: 20%; left: 20%; height: 65%; } }
@media (max-width: 600px) { .site-shell { padding: 1.5rem 1.2rem; } .site-header { gap: 1.5rem; padding-bottom: 1.5rem; } .site-nav { display: none; } .hero { padding: 4rem 0 4.5rem; gap: 3rem; } h1 { font-size: clamp(3.4rem, 15vw, 5.5rem); } .intro-copy { margin-top: 2rem; } .feature-list { margin-top: 2.3rem; } .closing { margin-top: 2.3rem; } .gallery-panel { min-height: 30rem; } .gallery-wall { right: 10%; left: 10%; } .site-footer { align-items: flex-start; flex-direction: column; } .footer-status { max-width: none; text-align: left; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
