:root {
  --ink: #171615;
  --soft-ink: #3b3734;
  --muted: #706a65;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --warm: #f1eee8;
  --line: rgba(23, 22, 21, 0.12);
  --teal: #087a78;
  --sage: #dce9df;
  --butter: #f1dd78;
  --shadow: 0 18px 44px rgba(28, 24, 21, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.announcement {
  padding: 10px 18px;
  background: var(--ink);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: blur(18px);
}

.brand,
.site-footer span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  padding-bottom: 2px;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.site-nav a,
.header-action,
.button {
  transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.site-nav a:hover,
.header-action:hover,
.button:hover {
  opacity: 0.72;
}

.header-action {
  justify-self: end;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(420px, 1fr);
  min-height: calc(100svh - 108px);
  background: linear-gradient(90deg, #fbfaf7 0%, #f4f1eb 48%, #e7ece8 100%);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 8vw, 112px) clamp(22px, 6vw, 84px);
}

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

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(50px, 7vw, 98px);
  line-height: 1;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1;
}

h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.2;
}

.hero-text,
.section-heading p,
.quality-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.6;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 900;
}

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

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.64);
}

.button.dark {
  background: #fff;
  color: var(--ink);
}

.hero-media {
  position: relative;
  margin: 0;
  min-height: 540px;
  overflow: hidden;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-media figcaption {
  position: absolute;
  right: clamp(18px, 4vw, 42px);
  bottom: clamp(18px, 4vw, 42px);
  width: min(320px, calc(100% - 36px));
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-media span,
.product-label {
  display: block;
  margin-bottom: 5px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-media strong {
  font-size: 18px;
}

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

.brand-strip div {
  padding: 30px clamp(18px, 4vw, 52px);
  border-right: 1px solid var(--line);
}

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

.brand-strip span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.brand-strip strong {
  display: block;
  margin-bottom: 7px;
  font-size: clamp(19px, 2vw, 24px);
}

.brand-strip p,
.product-copy p,
.detail-list dd,
.site-footer p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

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

.collection-section {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(280px, 0.6fr);
  gap: 34px;
  align-items: end;
  max-width: 1280px;
  margin: 0 auto 36px;
}

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

.section-heading.centered {
  display: block;
  max-width: 860px;
  text-align: center;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 24px rgba(28, 24, 21, 0.06);
}

.product-card.hero-card {
  grid-column: span 2;
  grid-row: span 2;
}

.product-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #ddd;
}

.product-card.hero-card img {
  aspect-ratio: 1.18 / 1;
}

.product-copy {
  padding: 18px;
}

.quality-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.96fr) minmax(340px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 78px);
  background: #e9efe9;
}

.quality-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quality-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 0;
}

.detail-list div {
  min-height: 126px;
  border: 1px solid rgba(23, 22, 21, 0.1);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.detail-list dt {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.lookbook-section {
  background: #fff;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  max-width: 1400px;
  margin: 0 auto;
}

.lookbook-grid img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
}

.cta-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: clamp(52px, 7vw, 88px) clamp(18px, 5vw, 78px);
  background: var(--ink);
  color: #fff;
}

.cta-section .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -8px;
  color: var(--butter);
}

.cta-section h2 {
  max-width: 820px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  background: #fff;
}

.site-footer p {
  font-weight: 800;
}

@media (max-width: 1080px) {
  .collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card.hero-card {
    grid-column: span 2;
  }

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

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

  .site-nav {
    display: none;
  }

  .hero,
  .brand-strip,
  .section-heading,
  .quality-section,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    order: -1;
    min-height: 68svh;
  }

  .hero-copy {
    padding-top: 42px;
  }

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

  .brand-strip div:last-child {
    border-bottom: 0;
  }

  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-section .eyebrow {
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .announcement {
    font-size: 12px;
  }

  .site-header {
    min-height: 66px;
    padding-inline: 14px;
  }

  .brand {
    font-size: 27px;
  }

  .header-action {
    padding: 10px 13px;
    font-size: 12px;
  }

  .hero-media {
    min-height: 56svh;
  }

  .hero-media figcaption {
    display: none;
  }

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

  .collection-grid,
  .detail-list,
  .lookbook-grid {
    grid-template-columns: 1fr;
  }

  .product-card.hero-card {
    grid-column: auto;
    grid-row: auto;
  }

  .product-card.hero-card img {
    aspect-ratio: 1 / 1;
  }

  h1 {
    font-size: clamp(44px, 15vw, 72px);
  }
}
