:root {
  --paper: #f4f0e8;
  --ink: #171717;
  --muted: #77736c;
  --line: rgba(23, 23, 23, .22);
  --coral: #f06b51;
  --blue: #a9d6dd;
  --lime: #d6e86d;
  --cream: #e8e1d4;
  --plum: #34243f;
  --mono: "DM Mono", monospace;
  --sans: "Space Grotesk", sans-serif;
}

.home-body { overflow: hidden; }
.home-page { height: calc(100vh - 124px); min-height: 0; overflow: hidden; }
.home-hero { height: 100%; min-height: 0; padding: clamp(28px, 5vw, 72px) clamp(24px, 8vw, 120px); display: grid; grid-template-columns: 1fr 1.1fr; gap: 7vw; align-items: center; }
.home-copy h1 { margin: 0 0 28px; font-size: clamp(3.5rem, 7vw, 7rem); }
.home-intro { max-width: 270px; margin: 0 0 30px; color: var(--muted); font-size: .95rem; line-height: 1.4; }
.home-links { display: flex; flex-wrap: wrap; gap: 18px 25px; }
.home-links a { border-bottom: 1px solid var(--ink); padding-bottom: 6px; font-family: var(--mono); font-size: .64rem; text-transform: uppercase; }
.home-links span { color: var(--coral); font-size: .95rem; }
.homepage-slideshow { min-width: 0; }
.homepage-image-wrap { position: relative; height: min(68vh, 650px); overflow: hidden; background: var(--cream); }
.homepage-image-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; }
.slide-missing { opacity: 0; }
.slide-missing-message { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; color: var(--muted); font-family: var(--mono); font-size: .65rem; line-height: 1.5; text-transform: uppercase; }
.homepage-controls { display: flex; justify-content: space-between; align-items: center; padding: 11px 14px; background: var(--ink); color: var(--paper); font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }
.homepage-controls button { border: 0; background: transparent; color: inherit; font-size: 1.2rem; cursor: pointer; }
@media (max-width: 700px) {
  .home-body { overflow: hidden; }
  .home-page { height: calc(100vh - 128px); }
  .home-hero { display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 7vw; padding: 8vw 7vw; }
  .home-copy h1 { font-size: clamp(3rem, 13vw, 5rem); margin-bottom: 18px; }
  .home-intro { margin-bottom: 20px; }
  .homepage-image-wrap { height: 42vh; }
}

/* Keep the Visual Art header compact after the shared page rules. */
.page-hero.visual-art-hero { min-height: 160px; padding: 24px 8vw; }
@media (max-width: 700px) {
  .page-hero.visual-art-hero { min-height: 175px; padding: 20px 7vw; }
}

/* Keep the gallery close to the compact Visual Art header. */
.page-content .gallery-grid { padding: 3vw 5vw 6vw; }
.demo-reel, .work-section, .homepage-controls { background: var(--plum); }
@media (max-width: 700px) {
  .page-content .gallery-grid { padding: 12vw 5vw 18vw; }
}

.page-hero.about-hero { min-height: 0; padding: 0 8vw; grid-template-columns: 1fr 1.2fr; grid-template-rows: 1fr; align-items: stretch; }
.page-hero.about-hero h1 { grid-column: 1; align-self: center; margin: 0; }
.about-hero .about-hero-photos { grid-column: 2; grid-row: 1; align-self: stretch; height: auto; margin: 0; gap: 0; overflow: hidden; background: #d8d2c8; border-radius: 0 0 64px 0; }
.about-hero .about-hero-photos img { height: auto; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.82) contrast(1.08); }
.about-hero .about-hero-photos img:first-child { border-right: 1px solid rgba(255, 255, 255, .55); }
@media (max-width: 700px) {
  .page-hero.about-hero { min-height: 0; padding: 24px 7vw 0; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .page-hero.about-hero h1 { grid-column: 1; margin: 0 0 20px; }
  .about-hero .about-hero-photos { grid-column: 1; grid-row: 2; height: auto; margin: 0; border-radius: 0 0 40px 0; }
}

.page-hero.about-hero { min-height: 150px; padding: 28px 8vw; display: flex; align-items: center; }
.page-hero.about-hero h1 { margin: 0; }
.page-hero.about-hero { border-bottom: 1px solid var(--line); }
.about-detail { display: grid; gap: 8vw; padding: 8vw; }
.about-story { display: grid; grid-template-columns: minmax(220px, .85fr) 1fr; gap: 7vw; align-items: center; }
.about-story--performance { grid-template-columns: 1fr minmax(220px, .85fr); }
.about-story--performance .about-story-copy { grid-column: 1; grid-row: 1; }
.about-story--performance .about-photo { grid-column: 2; }
.about-photo { width: 100%; max-width: 430px; aspect-ratio: 4 / 3; }
.about-story-copy { max-width: 360px; }
.about-story-copy .eyebrow { margin-bottom: 16px; }
.about-story-copy p:last-child { margin: 0; font-size: 1.15rem; line-height: 1.55; }
.about-detail > .stamp { margin-top: 1vw; }
.about-detail { gap: 14vw; }
.about-story, .about-story--performance { display: flex; flex-direction: column; gap: 28px; align-items: flex-start; transform: none; }
.about-story .about-photo, .about-story--performance .about-photo { width: min(52vw, 460px); max-width: none; }
.about-story--portrait .about-photo { align-self: flex-start; }
.about-story--performance .about-photo { align-self: flex-end; }
.about-story--portrait .about-story-copy, .about-story--performance .about-story-copy { padding: 0; max-width: 420px; }
.about-story--performance .about-story-copy { align-self: flex-end; }
.about-detail > .stamp { justify-self: end; margin-right: 8vw; }
@media (max-width: 700px) {
  .page-hero.about-hero { min-height: 120px; padding: 24px 7vw; }
  .about-detail { gap: 18vw; padding: 18vw 7vw; }
  .about-story, .about-story--performance { display: flex; flex-direction: column; gap: 8vw; align-items: stretch; }
  .about-story--performance .about-story-copy { order: 2; }
  .about-story--performance .about-photo { order: 1; }
  .about-photo { max-width: none; }
  .about-detail > .stamp { margin-top: 0; }
  .about-story, .about-story--performance { display: flex; flex-direction: column; gap: 8vw; align-items: stretch; }
  .about-story--portrait .about-photo, .about-story--performance .about-photo { width: 100%; max-width: none; }
  .about-story--portrait .about-story-copy, .about-story--performance .about-story-copy { padding: 0; }
  .about-detail > .stamp { justify-self: start; margin-right: 0; }
}

/* Shared multi-page layout restored after the navigation split. */
.site-rail {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  padding: 16px 4vw 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 232, 0.92);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-kicker {
  display: block;
  margin: 0;
  text-align: center;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.site-kicker-accent { color: var(--coral); }
.site-rail-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.site-rail nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px 30px;
  margin: 0;
  font-family: var(--mono);
  font-size: .72rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.nav-link { display: block; color: var(--muted); line-height: .9; transition: color .2s ease, transform .25s ease; }
.nav-link:hover, .nav-link--active { color: var(--ink); transform: translateY(-1px); }
.page-content { margin-left: 0; }
.inner-page { min-height: calc(100vh - 150px); }
.page-hero { min-height: 300px; padding: 4vw 8vw; display: grid; grid-template-columns: 1fr 1.6fr; grid-template-rows: auto 1fr; column-gap: 8vw; align-items: end; }
.page-hero .eyebrow { grid-column: 1 / -1; align-self: start; }
.page-hero h1 { grid-column: 1; margin: 0; font-size: clamp(3rem, 5vw, 5rem); }
.page-hero > p:not(.eyebrow) { grid-column: 2; max-width: 310px; align-self: end; margin: 0 0 8px; font-size: 1rem; line-height: 1.45; }
.page-hero--dark { background: var(--ink); color: var(--paper); }
.page-hero--dark { background: var(--plum); }
.circus-page .demo-reel, .circus-page .demo-reel-frame { background: var(--plum); }
.page-hero--dark .eyebrow, .page-hero--dark > p:not(.eyebrow) { color: #aaa69e; }
.page-hero--cream { background: var(--cream); }
.page-hero--coral { background: var(--coral); }
.page-hero--compact { min-height: 210px; padding-top: 24px; padding-bottom: 30px; }
.page-hero--compact h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.visual-art-hero { min-height: 160px; padding-top: 24px; padding-bottom: 24px; }
.visual-art-hero h1 { align-self: center; }
.visual-art-hero > p:not(.eyebrow) { align-self: center; }
.gallery-grid { position: relative; display: block; max-width: 900px; margin: 0 auto; padding: 3vw 5vw 6vw; }
.gallery-grid .work-card { display: block; width: 100%; margin: 0; }
.painting-frame { position: relative; background: transparent; overflow: hidden; }
.painting-image { display: block; width: 100%; height: auto; cursor: zoom-in; }
.painting-overlay { position: absolute; inset: 0; padding: 24px; display: flex; flex-direction: column; justify-content: center; gap: 8px; background: rgba(255, 255, 255, .82); opacity: 0; pointer-events: none; transition: opacity .25s ease; color: var(--ink); }
.painting-frame:hover .painting-overlay { opacity: 1; }
.painting-overlay strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; font-weight: 600; }
.painting-overlay span { font-family: var(--mono); font-size: .65rem; text-transform: uppercase; }
.about-detail { padding: 8vw; display: flex; gap: 10vw; align-items: start; border-bottom: 1px solid var(--line); }
.about-detail p { max-width: 430px; font-size: 1.2rem; line-height: 1.45; }
.about-images { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; width: min(52vw, 640px); align-items: end; }
.about-photo { margin: 0; overflow: hidden; background: var(--cream); }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-photo--portrait { aspect-ratio: 4 / 5; }
.about-photo--performance { aspect-ratio: 3 / 4; }
.about-photo figcaption { padding: 9px 10px 11px; color: var(--muted); font-family: var(--mono); font-size: .58rem; text-transform: uppercase; }
.about-copy { display: flex; flex-direction: column; gap: 28px; }
.about-copy .stamp { align-self: start; }
.contact-page { display: flex; flex-direction: column; min-height: calc(100vh - 150px); }
.contact-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-height: 0;
  width: 100%;
}
.contact-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
  gap: 22px;
}
.contact-hero-inner .eyebrow { margin: 0; }
.contact-hero-inner h1 { margin: 0; }
.contact-hero-inner > p:not(.eyebrow) { max-width: 420px; margin: 0; font-size: 1.05rem; line-height: 1.6; }
.contact-hero-inner .email-link { margin: 4px 0 0; }
.about-hero { grid-template-columns: 1fr 1.2fr; }
.about-hero h1 { grid-column: 1; align-self: center; }
.about-hero > p:not(.eyebrow) { grid-column: 1; }
.about-hero-photos { grid-column: 2; grid-row: 2 / span 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-self: center; min-width: 0; }
.about-hero-photos { position: relative; }
.about-hero-photos img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-hero-photos { align-self: stretch; height: 100%; margin-top: -4vw; margin-bottom: -4vw; }
.about-hero-photos img { height: 100%; aspect-ratio: auto; }
.page-content + .site-footer, .site-footer { margin-left: 0; display: flex; justify-content: space-between; align-items: end; padding: 56px 8vw; }
@media (max-width: 700px) {
  .site-rail { position: sticky; width: 100%; height: auto; padding: 16px 7vw 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-kicker { font-size: 1.9rem; letter-spacing: .04em; }
  .site-rail-row { justify-content: center; gap: 16px; }
  .site-rail nav { width: 100%; justify-content: center; gap: 10px 18px; font-size: .68rem; }
  .page-content { margin-left: 0; }
  .page-hero { min-height: 360px; padding: 10vw 7vw; display: flex; flex-direction: column; align-items: stretch; }
  .page-hero h1 { margin: 12vw 0 9vw; font-size: clamp(2.8rem, 10vw, 4.3rem); }
  .page-hero--compact { min-height: 270px; padding-top: 20px; padding-bottom: 28px; }
  .page-hero--compact h1 { margin: 10vw 0 8vw; font-size: clamp(2.6rem, 9vw, 4rem); }
  .visual-art-hero { min-height: 175px; padding-top: 20px; padding-bottom: 20px; }
  .visual-art-hero h1 { margin: 0 0 20px; }
  .gallery-grid { padding: 12vw 5vw 18vw; }
  .painting-frame { width: 100%; }
  .about-detail { padding: 22vw 7vw; display: block; }
  .about-detail p { margin-top: 18vw; font-size: 1rem; }
  .about-images { width: 100%; grid-template-columns: 1.1fr .9fr; gap: 10px; }
  .site-footer { margin-left: 0; display: block; padding: 17vw 7vw; }
  .contact-page { min-height: calc(100vh - 220px); }
  .contact-hero { min-height: 360px; padding: 12vw 7vw; align-items: center; }
  .contact-hero-inner { gap: 18px; }
  .contact-hero-inner h1 { margin: 0; }
  .contact-hero-inner .email-link { margin: 4px 0 0; }
  .about-hero { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; }
  .about-hero h1, .about-hero > p:not(.eyebrow), .about-hero-photos { grid-column: 1; }
  .about-hero h1 { margin: 8vw 0 6vw; }
  .about-hero-photos { grid-row: auto; width: 100%; margin: 5vw 0; }
  .about-hero-photos { height: 52vw; margin: 2vw 0 5vw; }
}

.circus-page { position: relative; background: var(--paper); color: var(--ink); overflow: hidden; }
.circus-hero { position: static; min-height: 0; padding: 32px clamp(24px, 8vw, 120px); border-bottom: 0; }
.circus-hero-top { display: flex; justify-content: space-between; color: var(--muted); font-family: var(--mono); font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; }
.circus-hero-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; margin-top: 24px; }
.circus-hero-photo-wrap { position: absolute; z-index: 0; right: 0; top: 0; width: 42%; height: clamp(420px, 58vw, 680px); overflow: hidden; opacity: .26; mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 32%, black 100%); mask-image: linear-gradient(90deg, transparent 0%, black 32%, black 100%); }
.circus-hero-photo { position: absolute; inset: -2%; display: block; width: 104%; height: 104%; object-fit: cover; object-position: center; filter: none; }
.circus-kicker { margin: 0 0 16px; color: var(--muted); font-family: var(--mono); font-size: .65rem; letter-spacing: .05em; text-transform: uppercase; }
.circus-specialties { margin-bottom: 14px; color: var(--ink); font-family: var(--mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.circus-hero h1 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.circus-intro { position: relative; z-index: 1; max-width: 280px; color: var(--muted); font-size: 1rem; line-height: 1.45; text-shadow: 0 1px 8px rgba(244, 240, 232, .7); }
.circus-intro p { margin-bottom: 20px; }
.circus-link { display: inline-flex; gap: 12px; margin: 6px 18px 0 0; border-bottom: 1px solid var(--ink); padding-bottom: 6px; color: var(--ink); font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }
.circus-link span { font-size: 1rem; line-height: .6; }
.offers-section { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; padding: clamp(34px, 4vw, 56px) clamp(24px, 8vw, 120px); background: rgba(232, 225, 212, .28); color: var(--ink); }
.offers-section h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); }
.offers-section .eyebrow { color: var(--muted); }
.offers-section .offer-list { align-self: end; }
.offers-section .offer-list a { display: grid; grid-template-columns: 35px 1fr 20px; padding: 13px 0; border-top: 1px solid var(--line); }
.offers-section .offer-list a:last-child { border-bottom: 1px solid var(--line); }
.offers-section .offer-list a { position: relative; grid-template-columns: 18px 1fr auto; align-items: baseline; color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.65rem; font-style: italic; font-weight: 600; letter-spacing: .01em; text-transform: none; transition: color .2s ease, padding-left .2s ease; }
.offers-section .offer-list a::before { content: ""; width: 6px; height: 6px; border: 1px solid currentColor; transform: rotate(45deg); }
.offers-section .offer-list a span { display: none; }
.offers-section .offer-list a b { font-family: var(--sans); font-size: 1.05rem; font-style: normal; font-weight: 400; }
.offers-section .offer-list a:hover { padding-left: 8px; color: var(--coral); }
.offers-section .offer-list a:hover { color: var(--coral); }
.demo-reel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5vw; padding: 24px clamp(24px, 8vw, 120px); background: var(--ink); color: var(--paper); }
.demo-reel-heading h2 { margin: 0; font-size: clamp(2.6rem, 4vw, 4.5rem); }
.demo-reel-frame { position: relative; width: min(100%, 680px); height: auto; aspect-ratio: 16 / 9; justify-self: end; background: #050505; }
.demo-reel-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.performance-gallery { padding: clamp(56px, 7vw, 100px) clamp(24px, 8vw, 120px) clamp(72px, 10vw, 140px); background: var(--paper); color: var(--ink); }
.performance-gallery .gallery-grid { padding: 0; }
.gallery-heading { display: grid; grid-template-columns: .8fr 1.2fr 1fr; gap: 5vw; align-items: end; margin-bottom: 6vw; }
.gallery-heading .eyebrow { align-self: start; color: var(--muted); }
.gallery-heading h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); }
.performance-gallery .gallery-heading { display: block; text-align: center; margin-bottom: 6vw; }
.gallery-heading > p:last-child { max-width: 230px; margin: 0 0 7px; color: var(--muted); font-size: .88rem; line-height: 1.4; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.photo-card { margin: 0; background: #e8e8e5; overflow: hidden; border-radius: 14px; }
.photo-card img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.performance-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; }
@media (max-width: 700px) {
  .circus-hero { position: static; min-height: 0; padding-top: 20px; padding-bottom: 20px; overflow: visible; }
  .circus-hero-main { grid-template-columns: 1fr; margin-top: 8vw; }
  .circus-hero-photo-wrap { top: 0; right: 0; bottom: auto; width: 55%; opacity: .24; }
  .offers-section { display: block; padding: 10vw 7vw; }
  .demo-reel { display: block; padding: 8vw 7vw; }
  .offers-section .offer-list { margin-top: 12vw; }
  .demo-reel-frame { width: 100%; height: auto; aspect-ratio: 16 / 9; margin-top: 10vw; }
  .gallery-heading { display: block; margin-bottom: 15vw; }
  .gallery-heading > p:last-child { margin-top: 35px; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .performance-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }

.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; padding: 23px 4vw; border-bottom: 1px solid var(--line); }
.site-header { position: relative; z-index: 1; }
.wordmark { font-size: 1.3rem; font-weight: 700; letter-spacing: -.08em; }
.wordmark span { color: var(--coral); }
nav { display: flex; gap: 34px; margin-left: 9%; font-family: var(--mono); font-size: .67rem; text-transform: uppercase; }
nav a, .text-link, .footer-right a { transition: color .2s ease; }
nav a:hover, .text-link:hover, .footer-right a:hover { color: var(--coral); }
.header-note, .eyebrow, .hero-index, .hero-footer, .scroll-cue, .work-meta, .site-footer { font-family: var(--mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .05em; }
.header-note { color: var(--muted); }

.hero { min-height: 680px; padding: 7.5vw 8vw 4vw; position: relative; display: grid; grid-template-columns: 1fr minmax(300px, 39vw); grid-template-rows: 1fr auto; column-gap: 8vw; overflow: hidden; }
.hero-index { grid-column: 1 / -1; color: var(--muted); align-self: start; }
.hero-copy { align-self: center; padding: 4vw 0 2vw; }
.eyebrow { margin: 0 0 22px; color: var(--muted); }
h1, h2, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.075em; line-height: .91; }
h1 { font-size: clamp(4.5rem, 9.2vw, 9.6rem); margin-bottom: 45px; }
h2 { font-size: clamp(3rem, 6.4vw, 6.8rem); margin-bottom: 30px; }
em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.1em; }
.text-link { display: inline-flex; gap: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }
.text-link span { font-size: 1rem; line-height: .6; }
.hero-art { grid-column: 2; grid-row: 2; align-self: end; }
.art-placeholder { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; overflow: hidden; color: var(--ink); min-height: 260px; }
.art-placeholder::before, .art-placeholder::after { content: ""; position: absolute; pointer-events: none; }
.art-placeholder::before { width: 70%; height: 85%; top: 9%; left: 18%; border: 1px solid currentColor; border-radius: 50% 42% 47% 55%; transform: rotate(28deg); opacity: .65; }
.art-placeholder::after { width: 46%; height: 135%; top: -17%; left: 43%; border-left: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(24deg); opacity: .4; }
.art-placeholder > * { position: relative; z-index: 1; }
.art-placeholder span { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; line-height: 1.3; }
.art-placeholder small { font-family: var(--mono); font-size: .59rem; text-transform: uppercase; }
.art-placeholder--hero { min-height: 390px; background: var(--cream); }
.hero-footer { grid-column: 1; grid-row: 2; align-self: end; color: var(--muted); line-height: 1.5; }
.scroll-cue { position: absolute; right: 4vw; bottom: 26px; writing-mode: vertical-rl; color: var(--muted); display: flex; gap: 10px; align-items: center; }
.scroll-cue span { display: block; width: 1px; height: 38px; background: var(--coral); }

.work-section { padding: 13vw 8vw 14vw; background: var(--ink); color: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: end; gap: 4vw; margin-bottom: 8vw; }
.section-heading .eyebrow { align-self: start; color: #aaa69e; }
.section-intro { max-width: 250px; margin-bottom: 8px; color: #aaa69e; font-size: .9rem; line-height: 1.35; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10vw 8vw; align-items: start; }
.work-card--offset { margin-top: 10vw; }
.work-card--last { margin-top: -2vw; }
.art-placeholder--coral { min-height: 42vw; background: var(--coral); }
.art-placeholder--blue { min-height: 34vw; background: var(--blue); }
.art-placeholder--lime { min-height: 37vw; background: var(--lime); }
.art-placeholder--ink { min-height: 45vw; background: #393a35; color: var(--paper); }
.work-meta { display: flex; justify-content: space-between; padding-top: 13px; color: #aaa69e; }

.about-section { padding: 12vw 8vw; display: grid; grid-template-columns: 1fr 2fr; gap: 10vw; border-bottom: 1px solid var(--line); }
.about-label { display: flex; justify-content: space-between; align-items: flex-start; }
.stamp { border: 1px solid var(--coral); border-radius: 50%; width: 76px; height: 76px; display: grid; place-content: center; text-align: center; font-family: var(--mono); font-size: .56rem; line-height: 1.2; transform: rotate(-13deg); color: var(--coral); }
.about-copy { max-width: 680px; }
.about-copy h2 { font-size: clamp(3.4rem, 7vw, 7.2rem); }
.about-copy p { max-width: 410px; margin: 50px 0 35px; font-size: 1.1rem; line-height: 1.4; }
.site-footer { padding-top: 56px; padding-bottom: 56px; border-bottom: 0; align-items: end; }
.email-link { display: inline-block; margin-top: 8px; font-size: clamp(1.6rem, 3.2vw, 3.5rem); letter-spacing: -.06em; border-bottom: 2px solid var(--coral); }
.footer-right { display: flex; gap: 32px; color: var(--muted); }

@media (max-width: 700px) {
  .site-header { padding: 18px 5vw; }
  nav { gap: 14px; margin-left: auto; margin-right: 18px; }
  .header-note { display: none; }
  .hero { min-height: 720px; padding: 12vw 7vw 10vw; display: flex; flex-direction: column; }
  .hero-copy { padding: 19vw 0 13vw; }
  h1 { font-size: clamp(4rem, 18vw, 7rem); }
  .hero-art { align-self: stretch; }
  .art-placeholder--hero { min-height: 300px; }
  .hero-footer { margin-top: 28px; }
  .scroll-cue { display: none; }
  .work-section { padding: 22vw 7vw; }
  .section-heading { display: block; margin-bottom: 18vw; }
  .section-heading h2 { font-size: 4.3rem; }
  .section-intro { margin-top: 42px; }
  .work-grid { display: block; }
  .work-card, .work-card--offset, .work-card--last { margin: 0 0 18vw; }
  .art-placeholder--coral, .art-placeholder--blue, .art-placeholder--lime, .art-placeholder--ink { min-height: 105vw; }
  .about-section { display: block; padding: 22vw 7vw; }
  .about-label { margin-bottom: 22vw; }
  .about-copy h2 { font-size: 4.2rem; }
  .about-copy p { margin-top: 42px; font-size: 1rem; }
  .site-footer { display: block; padding: 17vw 7vw; }
  .footer-right { margin-top: 45px; justify-content: space-between; font-size: .58rem; }
}
