:root {
  --bg: #14060c;
  --bg-elev: #1e0b12;
  --burgundy: #4a0f1e;
  --burgundy-deep: #2d0a12;
  --cream: #f5e6c8;
  --cream-dim: #d9c7a3;
  --gold: #c9a227;
  --gold-soft: #e0c56a;
  --ink: #f8f1e3;
  --muted: #b9a790;
  --line: rgba(245, 230, 200, 0.14);
  --gold-rule: rgba(201, 162, 39, 0.38);
  --danger: #e8a0a0;
  --ok: #b7e0b0;
  --radius: 12px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --font: "Source Sans 3", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --display: "Cormorant Garamond", "Palatino Linotype", Palatino, Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 50% -10%, rgba(74, 15, 30, 0.55), transparent 60%),
    radial-gradient(800px 500px at 100% 20%, rgba(201, 162, 39, 0.08), transparent 50%),
    linear-gradient(180deg, #0c0408 0%, var(--bg) 40%, #0a0306 100%);
  min-height: 100vh;
  line-height: 1.55;
}

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

a {
  color: var(--gold-soft);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--cream);
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: #1a0a0a;
  padding: 0.6rem 1rem;
  z-index: 100;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
}

.wrap {
  width: min(1100px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(12, 4, 8, 0.82);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: auto;
  height: 44px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream);
}

.brand-text span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-links {
  display: none;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--cream-dim);
  text-decoration: none;
  font-size: 0.92rem;
}

.nav-links a:hover {
  color: var(--cream);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: #1a0a0a !important;
  font-weight: 650;
  text-decoration: none;
  border: 0;
  font-size: 0.9rem;
}

.nav-cta:hover {
  filter: brightness(1.05);
  color: #1a0a0a !important;
}

.hero {
  padding: 3.25rem 0 2.5rem;
  text-align: center;
}

.hero-mark {
  width: min(220px, 48vw);
  height: auto;
  margin: 0 auto 1.4rem;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.45));
}

.hero h1 {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: clamp(2.1rem, 5.5vw, 3.35rem);
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--cream);
  font-weight: 600;
}

.hero .tag {
  margin: 0 0 1.25rem;
  color: var(--gold);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.hero p.lede {
  margin: 0 auto 1.6rem;
  max-width: 38rem;
  color: var(--cream-dim);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: #1a0a0a;
}

.btn-primary:hover {
  filter: brightness(1.05);
  color: #1a0a0a;
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--cream);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--cream);
}

section {
  padding: 2.75rem 0;
}

.section-head {
  margin-bottom: 1.4rem;
}

.section-head h2 {
  margin: 0 0 0.4rem;
  font-family: var(--display);
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 600;
  color: var(--cream);
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 40rem;
}

.panel {
  background: linear-gradient(180deg, rgba(74, 15, 30, 0.35), rgba(30, 11, 18, 0.75));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem;
  box-shadow: var(--shadow);
}

.prose p {
  margin: 0 0 1rem;
  color: var(--cream-dim);
  font-size: 1.02rem;
}

.prose p:last-child {
  margin-bottom: 0;
}

.grid-2 {
  display: grid;
  gap: 1rem;
}

.price-card h3,
.price-card h4 {
  margin: 0 0 0.75rem;
  color: var(--cream);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1rem;
}

.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--cream-dim);
}

.price-list li:last-child {
  border-bottom: 0;
}

.price-list .amt {
  color: var(--gold-soft);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-weight: 650;
}

.note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.collection {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.collection-wrap {
  width: min(960px, calc(100% - 2rem));
}

.collection-head {
  text-align: center;
  margin-bottom: 2.75rem;
}

.collection-head h2 {
  font-size: clamp(1.85rem, 4vw, 2.55rem);
}

.collection-list {
  display: grid;
  gap: 0;
}

.work-entry {
  padding: 2.75rem 0;
  border-top: 1px solid var(--gold-rule);
}

.work-entry:last-child {
  border-bottom: 1px solid var(--gold-rule);
}

.work-head {
  margin-bottom: 1.5rem;
  text-align: center;
}

.work-no {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.work-title {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  letter-spacing: 0.01em;
  color: var(--cream);
  line-height: 1.2;
}

.work-subtitle {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  letter-spacing: 0.04em;
}

.work-diptych {
  display: grid;
  gap: 1.25rem;
  margin: 0 0 1.35rem;
}

@media (min-width: 720px) {
  .work-diptych:not(.work-diptych-single) {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.work-panel {
  margin: 0;
}

.work-shot {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid var(--line);
  background: #0a0306;
  cursor: pointer;
  overflow: hidden;
}

.work-shot img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 400ms ease;
}

.work-shot:hover img,
.work-shot:focus-visible img {
  transform: scale(1.03) translateY(-2px);
}

.work-shot:focus-visible {
  outline: 1px solid rgba(201, 162, 39, 0.65);
  outline-offset: 3px;
}

.work-panel figcaption {
  margin-top: 0.55rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.work-story {
  margin: 0 auto 1.35rem;
  max-width: 38rem;
  text-align: center;
  color: var(--cream-dim);
  font-size: 1.02rem;
  line-height: 1.65;
}

.work-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.work-detail-shot {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 1px solid var(--line);
  background: #0a0306;
  cursor: pointer;
  overflow: hidden;
}

.work-detail-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.work-detail-shot:hover img,
.work-detail-shot:focus-visible img {
  transform: scale(1.06);
}

.gallery-empty {
  margin: 2rem 0;
  color: var(--muted);
  text-align: center;
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.gallery-follow {
  margin: 2.5rem 0 0;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

.gallery-follow a {
  color: var(--muted);
}

.gallery-follow a:hover {
  color: var(--gold-soft);
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(4, 1, 2, 0.94);
}

.lightbox[hidden] {
  display: none !important;
}

.lightbox-close {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  border: 0;
  background: transparent;
  color: var(--cream);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--cream-dim);
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  z-index: 2;
}

.lightbox-nav:hover {
  color: var(--cream);
}

.lightbox-prev {
  left: 0.35rem;
}

.lightbox-next {
  right: 0.35rem;
}

.lightbox-figure {
  margin: 0;
  width: min(920px, 100%);
  max-height: calc(100vh - 2.5rem);
  display: grid;
  gap: 0.85rem;
  justify-items: center;
}

.lightbox-figure img {
  max-width: 100%;
  max-height: calc(100vh - 6.5rem);
  width: auto;
  height: auto;
  background: #000;
}

.lightbox-figure figcaption {
  color: var(--cream-dim);
  text-align: center;
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.form-grid {
  display: grid;
  gap: 0.95rem;
}

label {
  display: grid;
  gap: 0.35rem;
  color: var(--cream-dim);
  font-size: 0.92rem;
}

label .req {
  color: var(--gold);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.28);
  color: var(--ink);
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(201, 162, 39, 0.55);
  outline-offset: 1px;
  border-color: var(--gold);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.file-hint {
  color: var(--muted);
  font-size: 0.85rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.form-status {
  min-height: 1.4em;
  font-size: 0.95rem;
}

.form-status.error {
  color: var(--danger);
}

.form-status.ok {
  color: var(--ok);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0 2.5rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--cream-dim);
}

.footer-brand img {
  width: 32px;
  height: 32px;
}

.legal a {
  color: var(--muted);
  margin-left: 0.85rem;
}

@media (min-width: 720px) {
  .nav-links {
    display: flex;
  }

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

  .hero {
    padding-top: 4.25rem;
  }
}
