:root {
  --ink: #111013;
  --plum: #3d1127;
  --pink: #c9185b;
  --paper: #fbf7f5;
  --muted: #6c6267;
  --rule: rgba(17, 16, 19, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.shop-site-header {
  align-items: center;
  background: rgba(251, 247, 245, 0.96);
  border-bottom: 1px solid var(--rule);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 18px clamp(22px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.shop-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: max-content;
}

.shop-brand img {
  height: 46px;
  object-fit: contain;
  width: 46px;
}

.shop-brand span {
  display: flex;
  flex-direction: column;
}

.shop-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
}

.shop-brand small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-top: 5px;
  text-transform: uppercase;
}

.shop-site-header nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: flex-end;
}

.shop-site-header nav a {
  border-bottom: 2px solid transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 8px 0;
  text-transform: uppercase;
}

.shop-site-header nav a:hover,
.shop-site-header nav a.is-current {
  border-bottom-color: var(--pink);
  color: var(--pink);
}

.shop-hero {
  background:
    radial-gradient(circle at 8% 12%, rgba(242, 41, 120, 0.14), transparent 30%),
    var(--paper);
  display: grid;
  gap: clamp(42px, 6vw, 90px);
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.35fr);
  min-height: 760px;
  padding: clamp(72px, 8vw, 124px) clamp(24px, 6vw, 96px);
}

.shop-hero-copy {
  align-self: center;
  max-width: 560px;
}

.shop-eyebrow {
  color: var(--pink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}

.shop-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7.2vw, 106px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.92;
  margin: 20px 0 30px;
}

.shop-hero h1 em {
  color: var(--pink);
  display: block;
  font-weight: 400;
}

.shop-hero-copy > p:not(.shop-eyebrow) {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.6;
  margin: 0 0 34px;
}

.shop-hero-button {
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 18px 26px;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.shop-hero-button:hover {
  background: var(--pink);
  transform: translateY(-2px);
}

.shop-lookbook {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  min-width: 0;
}

.shop-lookbook figure {
  margin: 0;
  min-height: 0;
  overflow: hidden;
}

.shop-lookbook .lookbook-tall {
  grid-row: 1 / span 2;
}

.shop-lookbook img {
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  width: 100%;
}

.shop-lookbook .lookbook-tall img {
  object-position: center 20%;
}

.shop-lookbook figure:hover img {
  transform: scale(1.025);
}

.shop-collection {
  background: #fff;
  padding: clamp(74px, 9vw, 132px) clamp(22px, 5vw, 78px);
}

.shop-collection-heading {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1360px;
}

.shop-collection-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.5vw, 78px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 16px 0 0;
}

#wildflour-shop-status {
  color: var(--pink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 8px;
  text-align: right;
  text-transform: uppercase;
}

.shop-site-footer {
  align-items: center;
  background: var(--plum);
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
  padding: 54px clamp(24px, 6vw, 96px);
}

.shop-footer-brand {
  align-items: center;
  display: flex;
  gap: 14px;
}

.shop-footer-brand img {
  filter: brightness(0) invert(1);
  height: 52px;
  object-fit: contain;
  width: 52px;
}

.shop-footer-brand p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.shop-footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
}

.shop-footer-brand span,
.shop-site-footer small {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-site-footer > p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 26px);
  margin: 0;
  text-align: right;
}

.shop-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.shop-site-footer nav a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.shop-site-footer small {
  text-align: right;
}

@media (max-width: 1060px) {
  .shop-site-header {
    align-items: flex-start;
  }

  .shop-site-header nav {
    gap: 10px 18px;
  }

  .shop-hero {
    grid-template-columns: 1fr;
  }

  .shop-hero-copy {
    max-width: 720px;
  }

  .shop-lookbook {
    min-height: 620px;
  }
}

@media (max-width: 720px) {
  .shop-site-header {
    align-items: center;
    display: block;
    padding: 14px 18px;
    position: static;
  }

  .shop-site-header nav {
    justify-content: flex-start;
    margin-top: 14px;
  }

  .shop-site-header nav a {
    font-size: 9px;
  }

  .shop-hero {
    min-height: 0;
    padding: 64px 20px;
  }

  .shop-hero h1 {
    font-size: 60px;
  }

  .shop-lookbook {
    display: flex;
    min-height: 0;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .shop-lookbook figure,
  .shop-lookbook .lookbook-tall {
    aspect-ratio: 4 / 5;
    flex: 0 0 84%;
    grid-row: auto;
    scroll-snap-align: center;
  }

  .shop-collection {
    padding: 68px 20px;
  }

  .shop-collection-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  #wildflour-shop-status {
    text-align: left;
  }

  .shop-site-footer {
    grid-template-columns: 1fr;
  }

  .shop-site-footer > p,
  .shop-site-footer small {
    text-align: left;
  }
}
