:root {
  --ink: #11110f;
  --ink-soft: #1a1916;
  --paper: #f2efe8;
  --paper-deep: #e6e0d5;
  --gold: #c8a766;
  --gold-light: #ead9ac;
  --muted: #706d65;
  --line: rgba(17, 17, 15, 0.15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 84px;
  padding: 12px max(20px, calc((100% - 1180px) / 2));
  background: var(--paper);
  border-bottom: 1px solid transparent;
  transition: min-height 180ms ease, border-color 180ms ease;
}
.site-header.is-scrolled { min-height: 70px; border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 0.08em;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: 0.19em; text-transform: uppercase; }
.main-navigation { display: flex; align-items: center; gap: 34px; }
.main-navigation a { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-decoration: none; }
.main-navigation a:not(.nav-contact) { position: relative; }
.main-navigation a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
.main-navigation a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { padding: 9px 15px; color: var(--paper); background: var(--ink); }
.menu-button { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.75fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
  min-height: calc(100svh - 84px);
  padding-block: 60px 82px;
}
.eyebrow { margin: 0 0 18px; color: #8d743e; font-size: 11px; font-weight: 750; letter-spacing: 0.2em; text-transform: uppercase; }
.hero h1, .section-heading h2, .about h2, .contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.hero h1 { max-width: 720px; font-size: clamp(64px, 8vw, 118px); }
.hero h1 em { color: #a8894e; font-weight: 400; }
.hero-text { max-width: 620px; margin: 30px 0 0; color: #4d4b45; font-size: clamp(17px, 1.5vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper); background: var(--ink); }
.button-primary:hover { color: var(--ink); background: var(--gold-light); }
.button-quiet { background: transparent; }
.button-quiet:hover { color: var(--paper); background: var(--ink); }
.hero-facts { display: flex; gap: clamp(28px, 5vw, 68px); margin: 54px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; }
.hero-facts dt { font-family: var(--serif); font-size: 23px; }
.hero-facts dd { margin: 2px 0 0; color: var(--muted); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }

.hero-art {
  position: relative;
  width: 100%;
  max-width: 620px;
  justify-self: end;
  margin: 0;
  padding: 12px;
  overflow: visible;
  color: #f5efdf;
  background: #11110f;
  box-shadow: 28px 28px 0 var(--paper-deep);
}
.hero-art-open {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}
.hero-art-open img { display: block; width: 100%; height: auto; aspect-ratio: 2.327 / 1; object-fit: cover; }
.zoom-hint {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: #f5efdf;
  background: rgba(17, 17, 15, .78);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: none;
}
.hero-art-open:focus-visible,
.work-photo:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.hero-art-caption { display: grid; padding: 17px 8px 7px; }
.hero-art-caption span { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero-art-caption strong { margin-top: 6px; font-family: var(--serif); font-size: 20px; font-weight: 400; }

.works { padding-block: 122px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { max-width: 670px; font-size: clamp(48px, 6vw, 82px); }
.section-heading > p:last-child { max-width: 460px; margin: 0 0 7px; color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px 24px; }
.work-card-large { grid-row: span 2; }
.work-card-wide { grid-column: 1 / -1; }
.art-preview { position: relative; aspect-ratio: 1.16; overflow: hidden; background: #d5d0c5; }
.work-card-large .art-preview { aspect-ratio: .79; }
.work-card-wide .art-preview { aspect-ratio: 2.25; }
.work-card-portrait .art-preview { aspect-ratio: .75; }
.art-preview::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 80px rgba(0,0,0,.14); }
.work-photo { display: block; width: 100%; background: transparent; cursor: zoom-in; }
.work-photo-image { display: block; width: 100%; max-width: 100%; height: auto; }
.work-photo-zoom {
  display: block;
  width: max-content;
  margin: 10px 0 0 auto;
  padding: 7px 10px;
  color: #f5efdf;
  background: var(--ink);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.art-surface { position: absolute; inset: 0; transition: transform 700ms cubic-bezier(.2,.7,.1,1); }
.work-card:hover .art-surface, .work-card:hover .glass-form { transform: scale(1.035); }
.preview-note {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 14px;
  padding: 6px 9px;
  color: rgba(255,255,255,.85);
  background: rgba(0,0,0,.58);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.art-preview-gold { background: #0a0a09; }
.art-preview-gold .art-surface {
  background:
    linear-gradient(112deg, transparent 0 48%, rgba(224,187,91,.95) 49% 54%, transparent 55%),
    radial-gradient(ellipse at 55% 42%, #bc8d39 0 17%, transparent 18%),
    radial-gradient(ellipse at 48% 63%, #dbba6b 0 15%, transparent 16%),
    repeating-linear-gradient(28deg, transparent 0 13px, rgba(255,255,255,.08) 14px, transparent 16px),
    #0b0c0b;
}
.art-preview-blue .art-surface {
  background:
    radial-gradient(ellipse at 68% 44%, rgba(239,232,211,.9) 0 10%, transparent 11%),
    linear-gradient(155deg, transparent 30%, rgba(212,171,88,.84) 31% 34%, transparent 35%),
    repeating-radial-gradient(ellipse at 50% 55%, #0e2d66 0 9%, #123d8a 10% 15%, #071737 16% 19%);
}
.art-preview-light .art-surface {
  background:
    linear-gradient(118deg, transparent 0 52%, #aa873d 53% 55%, transparent 56%),
    repeating-radial-gradient(ellipse at 36% 55%, transparent 0 10px, rgba(100,95,84,.12) 11px, transparent 14px),
    linear-gradient(135deg, #f4f1e9, #cfc9bc);
}
.art-preview-flow .art-surface {
  background:
    radial-gradient(ellipse at 20% 42%, rgba(244,241,233,.88) 0 12%, transparent 13%),
    radial-gradient(ellipse at 66% 62%, rgba(201,164,76,.9) 0 8%, transparent 9%),
    repeating-linear-gradient(154deg, #191b1a 0 14px, #4d5353 15px 21px, #e8e2d5 22px 29px, #242625 30px 38px);
}
.art-preview-red .art-surface {
  background:
    linear-gradient(24deg, transparent 0 47%, #d5b866 48% 51%, transparent 52%),
    repeating-radial-gradient(ellipse at 34% 50%, #52141b 0 10%, #771d29 11% 16%, #1d1112 17% 21%);
}
.art-preview-glass { background: linear-gradient(126deg, #d9d1c2, #f6f1e6 54%, #c2b8a9); }
.glass-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 37%;
  border: 7px solid rgba(86,36,24,.7);
  border-radius: 57% 43% 66% 34% / 44% 63% 37% 56%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.75), rgba(126,46,27,.55) 44%, rgba(63,24,16,.15) 70%);
  box-shadow: 12px 18px 23px rgba(68,37,26,.24), inset 0 0 28px rgba(255,255,255,.75);
  transform: translate(-50%, -50%) rotate(-8deg);
  transition: transform 700ms cubic-bezier(.2,.7,.1,1);
}
.work-card:hover .glass-form { transform: translate(-50%, -50%) rotate(-5deg) scale(1.035); }
.work-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; }
.work-meta h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.work-meta p { margin: 4px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.work-meta > span { flex: 0 0 auto; color: var(--muted); font-size: 12px; }
.work-description {
  max-width: 62ch;
  margin: 14px 0 0;
  color: #4f4d47;
  font-size: 15px;
  line-height: 1.7;
}
.work-card-wide .work-description { max-width: 78ch; }

.about { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 10vw, 150px); padding-block: 130px; border-top: 1px solid var(--line); }
.about blockquote { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(42px, 5.2vw, 72px); line-height: 1.08; letter-spacing: -.035em; }
.about h2 { margin-bottom: 25px; font-size: 48px; }
.about-copy p { color: #4f4d47; font-size: 17px; }

.process { padding-block: 112px 138px; }
.process .section-heading { grid-template-columns: 1fr; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-list li { min-height: 275px; padding: 25px 28px 30px 0; border-right: 1px solid var(--line); }
.process-list li + li { padding-left: 28px; }
.process-list li:last-child { border-right: 0; }
.process-list li > span { color: #9a7b3f; font-family: var(--serif); font-size: 15px; }
.process-list h3 { margin: 72px 0 12px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.process-list p { max-width: 300px; margin: 0; color: var(--muted); }

.contact { margin-bottom: 110px; padding: 90px clamp(30px, 8vw, 110px); color: var(--paper); background: var(--ink); text-align: center; }
.contact .eyebrow { color: var(--gold-light); }
.contact h2 { font-size: clamp(52px, 7vw, 90px); }
.contact p { max-width: 650px; margin: 25px auto 35px; color: #c9c5bb; font-size: 17px; }
.contact .button-primary { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.contact .button-primary:hover { color: var(--paper); background: transparent; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding-block: 36px 42px; border-top: 1px solid var(--ink); }
.site-footer > div:first-child { display: grid; }
.site-footer strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.site-footer span, .site-footer p, .footer-links { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer p { margin: 0; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; }
.footer-links a { text-decoration: none; }

body.viewer-open { overflow: hidden; }
.image-viewer[hidden] { display: none; }
.image-viewer {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  padding: 70px 24px 24px;
  place-items: center;
}
.image-viewer-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(7, 7, 6, .94);
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: zoom-out;
}
.image-viewer-panel {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: min(94vw, 1500px);
  max-height: calc(100vh - 94px);
  max-height: calc(100dvh - 94px);
  place-items: center;
}
.image-viewer-panel img {
  display: block;
  width: auto;
  max-width: min(94vw, 1500px);
  height: auto;
  max-height: calc(100vh - 150px);
  max-height: calc(100dvh - 150px);
  object-fit: contain;
  background: #11110f;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .65);
}
.image-viewer-close {
  position: fixed;
  z-index: 2;
  top: max(16px, env(safe-area-inset-top));
  right: max(16px, env(safe-area-inset-right));
  display: inline-flex;
  min-height: 44px;
  padding: 9px 14px;
  align-items: center;
  gap: 8px;
  color: #f5efdf;
  background: #11110f;
  border: 1px solid rgba(245, 239, 223, .55);
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.image-viewer-close span { font-size: 25px; font-weight: 400; line-height: .7; }
.image-viewer-close:hover { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.image-viewer-panel p {
  margin: 12px 0 0;
  color: #d7d2c6;
  font-size: 11px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.legal-header { position: relative; }
.legal-back-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}
.legal-back-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.legal-document {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: clamp(72px, 10vw, 130px);
}
.legal-document h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 96px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}
.legal-lead {
  max-width: 680px;
  margin: 28px 0 64px;
  color: #4d4b45;
  font-size: 18px;
}
.legal-content { border-top: 1px solid var(--ink); }
.legal-section {
  padding-block: 34px 38px;
  border-bottom: 1px solid var(--line);
}
.legal-section h2 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 400;
  line-height: 1.15;
}
.legal-section h3 { margin: 26px 0 8px; font-size: 16px; }
.legal-section p, .legal-section ul { margin: 10px 0 0; color: #4f4d47; }
.legal-section ul { padding-left: 22px; }
.legal-section li + li { margin-top: 7px; }
.legal-section address { color: #4f4d47; font-style: normal; }
.legal-section a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-updated { margin: 28px 0 0; color: var(--muted); font-size: 12px; }
.legal-page .site-footer { width: min(820px, calc(100% - 40px)); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { min-height: 70px; }
  .menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 12px 9px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-button > span:not(.sr-only) { display: block; height: 1px; background: var(--ink); transition: transform 180ms ease, opacity 180ms ease; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-navigation {
    position: absolute;
    top: 69px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 22px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .main-navigation.is-open { display: grid; }
  .main-navigation a { padding: 13px 0; font-family: var(--serif); font-size: 24px; font-weight: 400; }
  .nav-contact { margin-top: 8px; padding-inline: 14px !important; font-family: var(--sans) !important; font-size: 12px !important; text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 74px; }
  .hero-art { width: min(88%, 520px); justify-self: center; margin-top: 24px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 24px; }
  .about { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li + li { display: grid; grid-template-columns: 60px 1fr; min-height: 0; padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list h3 { margin: 0 0 8px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { order: 3; grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .brand-copy small { display: none; }
  .hero { padding-block: 52px 70px; }
  .hero h1 { font-size: clamp(54px, 18vw, 78px); }
  .hero-text { margin-top: 23px; }
  .hero-actions { display: grid; }
  .hero-facts { gap: 24px; justify-content: space-between; }
  .hero-art { width: calc(100% - 20px); box-shadow: 14px 14px 0 var(--paper-deep); }
  .hero-art-caption { padding: 15px 4px 5px; }
  .works, .about, .process { padding-block: 86px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 50px; }
  .work-grid { grid-template-columns: 1fr; gap: 42px; }
  .work-card-large, .work-card-wide { grid-column: auto; grid-row: auto; }
  .art-preview { aspect-ratio: 1.05; }
  .work-card-large .art-preview, .work-card-portrait .art-preview { aspect-ratio: .82; }
  .work-card-wide .art-preview { aspect-ratio: 3; }
  .work-meta h3 { font-size: 21px; }
  .about blockquote { font-size: 42px; }
  .contact { width: 100%; margin-bottom: 70px; padding-block: 72px; }
  .contact h2 { font-size: 52px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
  .site-footer p { grid-column: auto; }
  .legal-document { width: calc(100% - 28px); padding-block: 56px 84px; }
  .legal-document h1 { font-size: 54px; }
  .legal-lead { margin-bottom: 48px; font-size: 16px; }
  .legal-page .site-footer { width: calc(100% - 28px); }
  .image-viewer { padding: 64px 10px 16px; }
  .image-viewer-panel img {
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 120px);
    max-height: calc(100dvh - 120px);
  }
  .image-viewer-panel p { margin-top: 9px; font-size: 9px; }
}

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