:root {
  --black: #080808;
  --ink: #151515;
  --graphite: #242629;
  --muted: #777a7f;
  --line: #d8d6d1;
  --paper: #f3f0ea;
  --cream: #fffaf1;
  --white: #ffffff;
  --green: #2f766d;
  --gold: #b79b66;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(243, 240, 234, 0.94);
  border-bottom: 1px solid rgba(8, 8, 8, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-logo {
  width: 152px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.main-nav {
  display: flex;
  gap: 28px;
  color: var(--graphite);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.cart-trigger {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-trigger b {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  font-size: 12px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  min-height: calc(100vh - 76px);
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.9) 0%, rgba(8, 8, 8, 0.62) 45%, rgba(8, 8, 8, 0.08) 100%),
    radial-gradient(circle at 72% 40%, rgba(183, 155, 102, 0.22), transparent 34%),
    #151515;
  color: var(--cream);
}

.hero-copy {
  align-self: center;
  padding: clamp(42px, 7vw, 96px) clamp(22px, 5vw, 76px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(52px, 8vw, 112px);
  line-height: 0.88;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 5vw, 68px);
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-text {
  max-width: 540px;
  color: #d8d4cc;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.hero-actions,
.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-primary {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

.hero .btn-primary,
.cart-summary .btn-primary {
  color: var(--black);
  background: var(--cream);
  border-color: var(--cream);
}

.btn-secondary {
  color: currentColor;
  background: transparent;
}

.full {
  width: 100%;
}

.hero-panel {
  align-self: stretch;
  overflow: hidden;
}

.hero-panel img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
}

.statement,
.brand-strip,
.catalogue,
.lookbook,
.feature-split,
.operations,
.contact {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 4vw, 56px);
}

.statement {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 80px);
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.statement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.statement-grid article,
.ops-grid article {
  min-height: 210px;
  padding: 24px;
  background: var(--white);
}

.statement-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--gold);
  font-weight: 900;
}

.statement-grid h3,
.ops-grid h3 {
  margin-bottom: 12px;
  font-size: 20px;
  text-transform: uppercase;
}

.statement-grid p,
.ops-grid p,
.section-heading p,
.brand-strip-copy p,
.feature-copy p,
.contact p,
.legal p {
  color: var(--muted);
  line-height: 1.55;
}

.brand-strip {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.96), rgba(8, 8, 8, 0.84)),
    radial-gradient(circle at 18% 50%, rgba(183, 155, 102, 0.18), transparent 32%),
    var(--black);
}

.brand-strip-logo {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 28px;
  background: #efefec;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.brand-strip-logo img {
  max-width: 520px;
  object-fit: contain;
}

.brand-strip-copy p {
  max-width: 620px;
  color: #d4d0c7;
}

.catalogue {
  background:
    linear-gradient(rgba(243, 240, 234, 0.9), rgba(243, 240, 234, 0.95)),
    radial-gradient(circle at 82% 18%, rgba(47, 118, 109, 0.14), transparent 30%);
}

.lookbook {
  background: var(--black);
  color: var(--cream);
}

.lookbook .section-heading p {
  color: #c9c2b7;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 16px;
}

.lookbook-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #191919;
}

.lookbook-card.large {
  grid-row: span 2;
  min-height: 736px;
}

.lookbook-card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  transition: transform 260ms ease;
}

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

.lookbook-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(8, 8, 8, 0.72));
}

.lookbook-card span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.5fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

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

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.filter {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--graphite);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.filter.active {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
}

.product-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e6e3dd;
}

.product-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 220ms ease;
}

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

.product-image span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 8px 10px;
  color: var(--cream);
  background: rgba(8, 8, 8, 0.82);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.product-title {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.product-title h3 {
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
}

.product-title div {
  display: grid;
  gap: 2px;
  justify-items: end;
  white-space: nowrap;
}

s {
  color: var(--muted);
  font-size: 12px;
}

.product-body p {
  flex: 1;
  color: var(--muted);
  line-height: 1.45;
}

.meta-row {
  display: grid;
  gap: 6px;
  color: var(--graphite);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  color: var(--cream);
  background: var(--black);
}

.feature-image {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.feature-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.feature-copy p,
.feature-copy li {
  color: #d4d0c7;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.operations {
  background: var(--cream);
}

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

code {
  padding: 2px 6px;
  background: #ebe5d9;
}

.contact {
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.95), rgba(8, 8, 8, 0.76)),
    url("logo.png") center / cover;
}

.contact p {
  max-width: 620px;
  color: #d4d0c7;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  background: rgba(8, 8, 8, 0);
  transition: background 180ms ease;
}

.cart-drawer.open {
  pointer-events: auto;
  background: rgba(8, 8, 8, 0.58);
}

.cart-panel {
  display: flex;
  flex-direction: column;
  width: min(440px, 100vw);
  height: 100%;
  padding: 24px;
  background: var(--black);
  color: var(--cream);
  transform: translateX(100%);
  transition: transform 200ms ease;
}

.cart-drawer.open .cart-panel {
  transform: translateX(0);
}

.cart-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.cart-head h2 {
  font-size: 34px;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--cream);
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.cart-items {
  display: grid;
  gap: 14px;
  overflow: auto;
  padding: 18px 0;
}

.cart-empty {
  padding: 28px 0;
  color: #bbb5aa;
}

.cart-line {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 14px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cart-line img {
  aspect-ratio: 1;
  object-fit: cover;
  background: #333;
}

.cart-line h3 {
  margin-bottom: 4px;
  font-size: 14px;
  text-transform: uppercase;
}

.cart-line p {
  margin-bottom: 10px;
  color: #c9c2b7;
}

.qty {
  display: inline-grid;
  grid-template-columns: 32px 34px 32px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.qty button,
.remove {
  border: 0;
  color: var(--cream);
  background: transparent;
  cursor: pointer;
}

.qty button {
  height: 32px;
  font-size: 18px;
}

.qty span {
  text-align: center;
}

.remove {
  color: #c9c2b7;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-summary {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.cart-summary div {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.cart-summary p {
  color: #bbb5aa;
  font-size: 13px;
  line-height: 1.5;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) auto minmax(260px, 0.8fr);
  gap: 36px;
  padding: 34px clamp(18px, 4vw, 56px);
  color: #d6d0c6;
  background: var(--black);
}

.footer-logo {
  width: 180px;
  height: 56px;
  mix-blend-mode: screen;
  filter: invert(1) grayscale(1) contrast(1.3);
}

.site-footer p {
  max-width: 360px;
  color: #9f9a92;
  line-height: 1.5;
}

.footer-links {
  display: grid;
  gap: 10px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.legal {
  justify-self: end;
  text-align: right;
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .main-nav {
    grid-column: 1 / -1;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
  }

  .hero,
  .statement,
  .brand-strip,
  .section-heading,
  .lookbook-grid,
  .feature-split,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 420px;
  }

  .brand-logo {
    width: 132px;
  }

  .lookbook-card,
  .lookbook-card.large {
    min-height: 420px;
  }

  .statement-grid,
  .ops-grid {
    grid-template-columns: 1fr;
  }

  .legal {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 48px;
  }

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

  .cart-line {
    grid-template-columns: 70px 1fr;
  }

  .remove {
    grid-column: 2;
    justify-self: start;
  }
}
