:root {
  --ink: #070707;
  --muted: #333236;
  --paper: #fffdf9;
  --cream: #f5e7d7;
  --wine: #a81f4e;
  --line: rgba(7, 7, 7, 0.14);
  --soft-line: rgba(168, 31, 78, 0.2);
  --shadow: 0 20px 55px rgba(31, 24, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

button {
  color: inherit;
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow-x: clip;
}

.top-strip {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-size: clamp(0.76rem, 1.1vw, 0.95rem);
  font-weight: 700;
  gap: 18px;
  justify-content: space-between;
  line-height: 1.35;
  padding: 14px 4vw;
}

.top-strip div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.top-strip strong {
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  padding-left: 12px;
}

.site-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 300px 1fr auto;
  min-height: 116px;
  padding: 16px 4vw;
  position: sticky;
  top: 0;
  z-index: 10;
}

.wordmark {
  display: inline-grid;
  gap: 8px;
  width: max-content;
}

.wordmark span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3.45vw, 4.25rem);
  letter-spacing: 0.13em;
  line-height: 0.9;
}

.wordmark small {
  font-size: clamp(0.66rem, 0.88vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(14px, 1.85vw, 34px);
  justify-content: center;
}

.nav-links a {
  font-size: clamp(0.72rem, 0.88vw, 0.96rem);
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-icons {
  align-items: center;
  display: flex;
  gap: 8px;
}

.header-icons button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.65rem;
  height: 38px;
  justify-content: center;
  position: relative;
  width: 38px;
}

.cart span {
  align-items: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.72rem;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(245, 231, 215, 0.96) 0%, rgba(245, 231, 215, 0.86) 37%, rgba(245, 231, 215, 0) 63%),
    var(--cream);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  height: clamp(540px, 62vh, 760px);
}

.hero-copy {
  align-self: center;
  display: grid;
  gap: 17px;
  padding: clamp(34px, 4.4vw, 74px) 4vw;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--wine);
  font-size: clamp(0.86rem, 1.2vw, 1.16rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.eyebrow::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  margin-top: 18px;
  width: 74px;
}

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.15rem, 4.75vw, 6.3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 0;
  max-width: 7.2ch;
}

.lede {
  color: #202020;
  font-size: clamp(1.05rem, 1.38vw, 1.55rem);
  line-height: 1.35;
  margin: 0;
  max-width: 720px;
}

.lede strong {
  color: var(--wine);
}

.script-line {
  color: var(--wine);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(1.55rem, 2.55vw, 2.8rem);
  line-height: 1;
  margin: 0;
  width: max-content;
}

.script-line::after {
  background: var(--wine);
  content: "";
  display: block;
  height: 3px;
  margin-left: 46%;
  margin-top: 8px;
  transform: rotate(-3deg);
  width: 210px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: clamp(28px, 4vw, 72px);
  margin-top: 10px;
}

.primary-btn {
  background: var(--wine);
  color: #fff;
  display: inline-flex;
  font-size: clamp(0.95rem, 1.25vw, 1.3rem);
  font-weight: 800;
  gap: 18px;
  justify-content: center;
  min-width: 300px;
  padding: 22px 32px;
  text-transform: uppercase;
}

.fit-link {
  border-bottom: 2px solid #000;
  display: inline-flex;
  font-size: clamp(0.95rem, 1.25vw, 1.3rem);
  font-weight: 800;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.hero-image {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.hero-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.proof-panel {
  align-items: stretch;
  background: #fff;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: 1.05fr 1fr 2.25fr 1.2fr;
  padding: 28px 4vw 24px;
}

.proof-card,
.reviews-card {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 22px;
  min-height: 132px;
  padding: 0 34px;
}

.proof-card:first-child {
  padding-left: 0;
}

.exchange-card {
  border-right: 0;
  padding-right: 0;
}

.proof-card strong {
  display: block;
  font-size: clamp(1.05rem, 1.4vw, 1.55rem);
  line-height: 1.12;
}

.proof-card p {
  color: var(--muted);
  font-size: clamp(0.85rem, 1vw, 1.05rem);
  line-height: 1.3;
  margin: 8px 0 0;
}

.google-mark,
.instagram-mark,
.truck-mark {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 2.8rem;
  font-weight: 800;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.google-mark {
  color: #4285f4;
}

.instagram-mark {
  background: linear-gradient(135deg, #f9ce34, #ee2a7b, #6228d7);
  color: #fff;
}

.truck-mark {
  border: 2px solid var(--line);
  color: #111;
}

.stars {
  color: #f4ad17;
  font-size: 1.55rem;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

.reviews-card {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  justify-items: center;
}

.watch-link {
  align-items: center;
  color: var(--wine);
  display: flex;
  font-size: clamp(1.05rem, 1.45vw, 1.5rem);
  font-weight: 800;
  gap: 16px;
}

.watch-link span {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.review-thumbs {
  display: flex;
  gap: 14px;
}

.review-thumbs span {
  border-radius: 8px;
  display: block;
  height: 74px;
  overflow: hidden;
  position: relative;
  width: 132px;
}

.review-thumbs img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.review-thumbs i {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: var(--wine);
  display: inline-flex;
  font-size: 1rem;
  font-style: normal;
  height: 32px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
}

.dots {
  display: flex;
  gap: 13px;
}

.dots span {
  background: #ddd7d4;
  border-radius: 50%;
  height: 17px;
  width: 17px;
}

.dots span:first-child {
  background: var(--wine);
}

.quick-shop {
  background: #fffaf5;
  padding: 82px 4vw;
}

.section-heading {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}

.section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  line-height: 1;
  margin: 0;
}

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

.product-grid article {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
}

.product-grid img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.product-grid article div,
.size-card {
  padding: 22px;
}

.product-grid h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.product-grid p {
  color: var(--muted);
  line-height: 1.45;
  margin-bottom: 0;
}

.size-card {
  align-content: center;
  display: grid;
  gap: 18px;
  min-height: 100%;
}

.size-card a {
  background: #000;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  padding: 16px 18px;
  width: max-content;
}

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

  .nav-links {
    display: none;
  }

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

  .hero-image {
    min-height: auto;
  }

  .hero-image img {
    aspect-ratio: 16 / 10;
    height: auto;
  }

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

  .proof-card,
  .reviews-card {
    border-bottom: 1px solid var(--line);
    min-height: 170px;
  }

  .instagram-card,
  .exchange-card {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .top-strip {
    align-items: start;
    display: grid;
  }

  .top-strip strong {
    border-left: 0;
    padding-left: 0;
  }

  .site-header {
    min-height: 96px;
  }

  .wordmark span {
    font-size: 2.25rem;
  }

  .wordmark small {
    font-size: 0.62rem;
    letter-spacing: 0.28em;
  }

  .header-icons button:not(.cart) {
    display: none;
  }

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

  h1 {
    font-size: clamp(3.4rem, 17vw, 4.9rem);
  }

  .hero-actions {
    align-items: stretch;
    display: grid;
    gap: 18px;
  }

  .primary-btn,
  .fit-link {
    justify-content: center;
    min-width: 0;
    width: 100%;
  }

  .fit-link {
    border: 1px solid var(--line);
    padding: 18px;
  }

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

  .proof-card,
  .reviews-card {
    border-right: 0;
    padding: 24px 0;
  }

  .review-thumbs {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
  }
}
