:root {
  color-scheme: dark;
  --ink: #f6f2ec;
  --muted: #c8c0b7;
  --accent: #9e1f2f;
}

* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; }

body {
  background: #11100f;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(1.25rem, 3vw, 2.75rem) clamp(1.25rem, 5vw, 5.5rem);
}

.hero-image, .shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image { object-fit: cover; object-position: center; }
.shade { background: linear-gradient(90deg, rgba(10,9,8,.91) 0%, rgba(10,9,8,.70) 35%, rgba(10,9,8,.1) 72%); }

.topbar, .content, .discover { position: relative; z-index: 1; }

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

.brand {
  display: inline-flex;
  align-items: center;
  background: #f4f0e9;
  color: #11100f;
  text-decoration: none;
  padding: .5rem .75rem;
}

.brand img {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.5rem);
}

.topbar nav a {
  color: var(--ink);
  font-size: .75rem;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}

.content {
  align-self: center;
  max-width: 43rem;
  padding: 4rem 0;
}

.eyebrow {
  margin: 0 0 1.5rem;
  color: #d4b8ab;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .28em;
}

h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(3.25rem, 8vw, 7.75rem);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.045em;
}

.intro {
  max-width: 35rem;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.75;
}

.launch {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.6rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.line { width: 3.4rem; height: 1px; background: #355d13; }

.discover {
  align-self: end;
  justify-self: start;
  display: flex;
  gap: .7rem;
  color: rgba(246,242,236,.72);
  font-size: .74rem;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.apparel {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  min-height: 100svh;
  background: #eee9e0;
  color: #171513;
}

.section-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem);
}

.section-index, .kicker, .product-image figcaption, .status {
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-index { margin: 0 0 auto; color: #706a62; }
.kicker { margin: 5rem 0 1.4rem; color: #355d13; }

h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(3.2rem, 6.4vw, 6.6rem);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.045em;
}

.section-intro {
  max-width: 32rem;
  margin: 2rem 0 0;
  color: #5f5a53;
  font-size: 1.05rem;
  line-height: 1.7;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.features li { border: 1px solid #aaa297; padding: .65rem .9rem; font-size: .8rem; }
.status { margin: auto 0 0; color: #171513; }
.status::before { content: ""; display: inline-block; width: 2.7rem; height: 1px; margin: 0 .8rem .22rem 0; background: #355d13; }

.product-image { position: relative; min-height: 70vh; margin: 0; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image figcaption { position: absolute; right: 1.5rem; bottom: 1.5rem; padding: .85rem 1rem; background: rgba(17,16,15,.86); color: #f6f2ec; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem clamp(1.5rem, 5vw, 5rem);
  background: #11100f;
  color: rgba(246,242,236,.65);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-logo { justify-self: start; padding: .4rem; background: #f4f0e9; }
.footer-logo img { display: block; width: 2.7rem; height: 2.7rem; object-fit: contain; }
.site-footer div { display: flex; gap: 1.5rem; }
.site-footer > span { justify-self: end; }

html { scroll-behavior: smooth; }
}

@media (max-width: 700px) {
  .hero { padding: 1.25rem; }
  .hero-image { object-position: 62% center; }
  .shade { background: linear-gradient(90deg, rgba(10,9,8,.88), rgba(10,9,8,.4)), linear-gradient(0deg, rgba(10,9,8,.65), transparent 55%); }
  .topbar nav { gap: 1rem; }
  .topbar nav a:first-child { display: none; }
  .content { align-self: end; padding: 6rem 0 3rem; }
  .intro { max-width: 29rem; }
  .apparel { grid-template-columns: 1fr; }
  .section-copy { min-height: 78svh; }
  .section-index { margin-bottom: 0; }
  .kicker { margin-top: 4rem; }
  .status { margin-top: 3.5rem; }
  .product-image { min-height: 62svh; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer div { display: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .content > * { animation: arrive .7s ease-out both; }
  .content > :nth-child(2) { animation-delay: .08s; }
  .content > :nth-child(3) { animation-delay: .16s; }
  .content > :nth-child(4) { animation-delay: .24s; }
  @keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
}
