:root {
  --ink: #11100e;
  --paper: #f5f0e8;
  --paper-2: #e8dfd2;
  --red: #df3f36;
  --blue: #3157a8;
  --acid: #d8ee46;
  --green: #2f6f5f;
  --muted: #6f675d;
  --line: rgba(17, 16, 14, 0.16);
  --shadow: 0 24px 70px rgba(17, 16, 14, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid transparent;
  background: rgba(245, 240, 232, 0.88);
  backdrop-filter: blur(18px);
}

.site-header.is-elevated {
  border-bottom-color: var(--line);
}

.brand,
.nav,
.header-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--acid);
  font-size: 13px;
}

.nav {
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover,
.header-cta:hover {
  color: var(--ink);
}

.header-cta {
  justify-self: end;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 76px);
  padding: clamp(40px, 7vw, 92px) clamp(18px, 4vw, 56px) 40px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(54px, 8vw, 118px);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.95;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.05;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.collector-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.collector-note span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.62);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ink);
  cursor: pointer;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
}

.button.ghost {
  background: transparent;
}

.hero-stage {
  position: relative;
  min-height: 660px;
}

.hero-art {
  position: absolute;
  margin: 0;
  background: white;
  box-shadow: var(--shadow);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-art-main {
  right: 6%;
  top: 2%;
  width: min(78%, 560px);
  aspect-ratio: 1.5;
  transform: rotate(-2deg);
}

.hero-art-side {
  left: 0;
  bottom: 6%;
  width: min(48%, 330px);
  aspect-ratio: 0.66;
  transform: rotate(3deg);
}

.hero-price {
  position: absolute;
  right: 0;
  bottom: 14%;
  display: grid;
  gap: 6px;
  padding: 20px 22px;
  border: 2px solid var(--ink);
  background: var(--acid);
  box-shadow: 10px 10px 0 var(--ink);
}

.hero-price span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-price strong {
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.ticker {
  display: flex;
  gap: 10px;
  overflow: hidden;
  padding: 13px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: var(--acid);
  color: var(--ink);
  font-size: clamp(18px, 3vw, 42px);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker span {
  display: inline-flex;
  align-items: center;
}

.ticker span::after {
  content: "/";
  margin-left: 10px;
  color: var(--red);
}

.intro-strip div {
  min-height: 150px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-right: 1px solid var(--line);
}

.intro-strip div:last-child {
  border-right: 0;
}

.intro-strip span {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 950;
  line-height: 0.9;
}

.intro-strip p {
  max-width: 270px;
  margin: 0;
  color: var(--muted);
}

.section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 4vw, 56px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 32px;
  margin-bottom: 34px;
  align-items: end;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.work-card {
  grid-column: span 4;
  display: flex;
  min-height: 580px;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #fffaf1;
}

.work-card:nth-child(1),
.work-card:nth-child(4) {
  grid-column: span 6;
}

.work-image {
  position: relative;
  flex: 1;
  min-height: 360px;
  overflow: hidden;
  background: #16120f;
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.work-card:hover .work-image img {
  transform: scale(1.04);
}

.work-card.is-unavailable .work-image img {
  filter: saturate(0.75);
}

.status {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 10px;
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.work-body {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.work-top {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: baseline;
}

.work-title {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
}

.work-price {
  white-space: nowrap;
  color: var(--blue);
  font-size: 20px;
  font-weight: 950;
}

.work-meta,
.work-copy {
  margin: 0;
  color: var(--muted);
}

.work-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.work-actions .button {
  min-height: 42px;
  padding: 0 14px;
  font-size: 13px;
}

.archive-note {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 4vw, 56px);
  background: var(--ink);
  color: var(--paper);
  align-items: center;
}

.feature-copy {
  max-width: 620px;
}

.feature-copy p:not(.eyebrow) {
  color: rgba(245, 240, 232, 0.72);
  font-size: 19px;
}

.diary-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: end;
}

.diary-grid img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}

.diary-grid img:nth-child(1) {
  grid-column: span 2;
  min-height: 420px;
}

.diary-grid img:nth-child(4) {
  grid-column: span 2;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.process-grid article {
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper-2);
}

.process-grid span {
  display: block;
  margin-bottom: 48px;
  color: var(--red);
  font-weight: 950;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
}

.request-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  background: #fffaf1;
}

.request-section > div p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
}

.request-section a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.request-form {
  display: grid;
  gap: 14px;
}

.request-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  padding: 14px 16px;
  outline: none;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--ink);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.direct-contact {
  display: inline-flex;
  width: fit-content;
  color: var(--blue);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  background: var(--ink);
  color: rgba(245, 240, 232, 0.72);
}

.footer p {
  margin: 0;
}

.footer p:first-child {
  color: var(--paper);
  font-weight: 950;
}

.lightbox {
  width: min(1120px, calc(100vw - 28px));
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--paper);
}

.lightbox::backdrop {
  background: rgba(17, 16, 14, 0.84);
  backdrop-filter: blur(8px);
}

.lightbox-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.6fr);
  gap: 24px;
  padding: 24px;
  background: var(--ink);
}

.lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #050505;
}

.lightbox-close {
  position: absolute;
  right: 0;
  top: -48px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(245, 240, 232, 0.6);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

#lightboxText {
  color: rgba(245, 240, 232, 0.72);
}

#lightboxPrice {
  display: block;
  margin: 22px 0;
  color: var(--acid);
  font-size: 28px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .feature-band,
  .request-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-stage {
    min-height: 520px;
  }

  .section-heading {
    display: block;
  }

  .section-heading .eyebrow {
    margin-bottom: 14px;
  }

  .work-card,
  .work-card:nth-child(1),
  .work-card:nth-child(4) {
    grid-column: span 6;
  }

  .diary-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-grid,
  .intro-strip {
    grid-template-columns: 1fr;
  }

  .intro-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ticker {
    font-size: 26px;
  }

  .lightbox-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 660px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
  }

  h1 {
    font-size: clamp(40px, 11vw, 48px);
    line-height: 0.96;
  }

  h2 {
    font-size: 36px;
  }

  .hero {
    padding-top: 34px;
    overflow: hidden;
  }

  .hero-stage {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 10px;
    min-height: 0;
    align-items: end;
  }

  .hero-art {
    position: static;
    width: auto;
    box-shadow: 0 16px 36px rgba(17, 16, 14, 0.16);
  }

  .hero-art-main {
    width: auto;
    aspect-ratio: 1.18;
    transform: rotate(-1.5deg);
  }

  .hero-art-side {
    width: auto;
    aspect-ratio: 0.72;
    transform: rotate(2deg);
  }

  .hero-price {
    position: static;
    grid-column: 1 / -1;
    width: fit-content;
    max-width: 100%;
    margin-top: 6px;
    padding: 14px 16px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .hero-price strong {
    font-size: 24px;
  }

  .hero-lead {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-actions .button {
    width: 100%;
  }

  .collector-note {
    margin-top: 16px;
  }

  .works-grid {
    display: block;
  }

  .work-card {
    min-height: 0;
    margin-bottom: 16px;
  }

  .work-image {
    min-height: 320px;
  }

  .work-top {
    display: grid;
  }

  .diary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .diary-grid img,
  .diary-grid img:nth-child(1),
  .diary-grid img:nth-child(4) {
    grid-column: auto;
    min-height: 220px;
  }

  .footer {
    display: grid;
  }
}
