:root {
  --bg: #0b0b0b;
  --panel: #111111;
  --panel-2: #171717;
  --text: #f4f1ea;
  --muted: rgba(244, 241, 234, 0.68);
  --line: rgba(244, 241, 234, 0.12);
  --line-strong: rgba(244, 241, 234, 0.2);
  --accent: #ffffff;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1600px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.06), transparent 30%),
    linear-gradient(180deg, #0b0b0b 0%, #090909 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

.site-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 22px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(11,11,11,0.88), rgba(11,11,11,0.62));
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brand .title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.brand .subtitle {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}
.nav a {
  color: var(--muted);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
  transition: color 180ms ease, transform 180ms ease;
}
.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--text);
  transform: translateY(-1px);
}

.hero {
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: end;
  padding: 40px 0 0;
}

.hero-panel {
  position: relative;
  min-height: calc(100svh - 112px);
  border-radius: 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #080808;
}

.hero-video,
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02) brightness(0.92);
  transform: scale(1.01);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.28) 55%, rgba(0,0,0,0.78) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.28) 0%, transparent 40%, rgba(0,0,0,0.22) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 22px 30px;
}

.hero-kicker {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.76);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 10px;
}

.hero-wordmark {
  width: min(100%, 760px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 8vw, 120px);
  line-height: 0.92;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  max-width: 10ch;
}

.hero-note {
  max-width: 500px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scroll-feed {
  display: grid;
  gap: 0;
  scroll-snap-type: y proximity;
}

.feed-card {
  position: relative;
  min-height: 100svh;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  scroll-snap-align: start;
}

.feed-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 400ms ease;
}

.feed-card:hover img { transform: scale(1.035); }

.feed-card .scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.22) 52%, rgba(0,0,0,0.78) 100%);
}

.feed-copy {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.feed-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(18px, 2.2vw, 32px);
}

.feed-copy p {
  margin: 0;
  max-width: 520px;
  color: rgba(255,255,255,0.72);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.8;
}

.page-head {
  padding: 64px 0 24px;
}

.page-head .eyebrow {
  color: var(--muted);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 16px;
}

.page-head h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 92px);
  line-height: 0.95;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-head p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  letter-spacing: 0.12em;
  line-height: 1.9;
  text-transform: uppercase;
  font-size: 12px;
}

.collection {
  display: grid;
  gap: 42px;
  padding: 24px 0 88px;
}

.product {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  align-items: start;
}

.product-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.product-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 0.92;
}

.product-meta {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.product-main {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.product-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 102px;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--panel-2);
  cursor: pointer;
  padding: 0;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease, opacity 200ms ease;
}

.thumb:hover img { transform: scale(1.04); }

.product-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
}

.product-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
}

.inline-rule {
  height: 1px;
  background: var(--line);
  margin: 18px 0;
}

.footer {
  padding: 24px 0 42px;
  color: var(--muted);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
}

.contact-card,
.about-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  padding: clamp(24px, 4vw, 54px);
  box-shadow: var(--shadow);
}

.contact-card a {
  display: block;
  margin: 10px 0;
  font-size: clamp(18px, 3vw, 30px);
  letter-spacing: 0.08em;
}

.contact-bottom {
  margin-top: 32px;
  color: var(--muted);
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(6, 6, 6, 0.92);
  backdrop-filter: blur(16px);
}

.modal.is-open { display: flex; }

.modal-dialog {
  width: min(100%, 1200px);
  max-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
}

.modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 11px;
}

.modal-close,
.modal-nav {
  border: 1px solid var(--line-strong);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

.modal-stage {
  position: relative;
  min-height: min(78svh, 820px);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
  box-shadow: var(--shadow);
}

.modal-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-nav.prev { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); }
.modal-nav.next { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); }

.modal-footer {
  display: grid;
  gap: 12px;
}

.modal-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
}

.modal-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.modal-thumb {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  opacity: 0.6;
}

.modal-thumb.is-active {
  opacity: 1;
  outline: 1px solid rgba(255,255,255,0.45);
}

.modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 980px) {
  .topbar-inner,
  .hero-copy,
  .feed-copy { padding-left: 16px; padding-right: 16px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-sidebar { position: static; }
  .modal-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .modal-stage { min-height: 62svh; }
  .feed-copy { flex-direction: column; align-items: start; }
}

@media (max-width: 640px) {
  .nav { gap: 10px; }
  .nav a { font-size: 10px; }
  .page-head { padding-top: 44px; }
  .product-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .modal-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-wordmark { max-width: 8ch; }
  .hero-note { font-size: 12px; }
}
