:root {
  --wine: #683b3b;
  --wine-dark: #392427;
  --wine-soft: #a76f72;
  --sage: #a8b39b;
  --sage-light: #dfe5d8;
  --ivory: #f8f5f0;
  --blush: #ead8d3;
  --white: #ffffff;
  --ink: #2a2222;
  --muted: #6f6562;
  --line: #d6cbc5;
  --brown: #dcc3ad;
  --whatsapp: #25d366;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--wine);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

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

h1,
h2,
blockquote,
.brand-lockup strong {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-weight: 400;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5.5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero,
.section-pad,
.categories,
.site-footer {
  width: min(100%, 1040px);
  margin-inline: auto;
}

.hero {
  padding: 28px 28px 70px;
}

.hero__photo {
  height: min(64vw, 610px);
  min-height: 450px;
  position: relative;
  overflow: hidden;
  background: var(--brown);
}

.hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(57, 36, 39, 0.24);
  pointer-events: none;
}

.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.brand-lockup {
  position: absolute;
  top: 26px;
  left: 26px;
  min-width: 160px;
  padding: 17px 20px 16px;
  background: var(--wine);
  color: var(--white);
  text-align: center;
}

.brand-lockup span,
.brand-lockup small {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-lockup strong {
  display: block;
  margin: 2px 0 5px;
  font-size: 2rem;
  line-height: 1;
}

.brand-lockup small {
  padding-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--sage-light);
}

.hero__content {
  width: min(calc(100% - 80px), 780px);
  margin: -56px auto 0;
  position: relative;
  padding: 58px 54px 0;
  background: var(--white);
  text-align: center;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--wine-soft);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow--light {
  color: var(--sage-light);
}

.hero h1 {
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 7.4vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero h1 em {
  color: var(--wine);
  font-style: italic;
}

.hero__lead {
  max-width: 570px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 1.08rem;
}

.cta {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 25px;
  border: 1px solid var(--wine);
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.cta:hover {
  transform: translateY(-2px);
}

.cta:focus-visible {
  outline: 3px solid var(--sage);
  outline-offset: 4px;
}

.cta img {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}

.cta--primary {
  width: min(100%, 430px);
  background: var(--whatsapp);
  color: var(--white);
}

.cta--primary:hover {
  background: var(--whatsapp);
}

.cta-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--brown);
}

.categories span {
  padding: 17px 22px;
  color: var(--wine);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.categories span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 22px 2px 0;
  border-radius: 50%;
  background: var(--sage);
}

.section-pad {
  padding: 86px 54px;
}

.finds {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 80px;
  align-items: start;
}

.section-heading {
  position: sticky;
  top: 30px;
}

.finds__list {
  border-top: 1px solid var(--line);
}

.finds__list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.finds__list article > span {
  color: var(--wine-soft);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 1.45rem;
}

.finds__list h3 {
  margin-bottom: 6px;
  color: var(--wine-dark);
  font-size: 1.08rem;
}

.finds__list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.curation {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
  background: var(--wine);
  color: var(--white);
}

.curation__checks {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.curation__checks li {
  padding: 18px 0 18px 28px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.curation__checks li::before {
  content: "+";
  position: absolute;
  left: 2px;
  color: var(--sage-light);
  font-weight: 700;
}

.signature {
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--brown);
  color: var(--wine-dark);
  text-align: center;
}

.signature__mark {
  height: 58px;
  margin-bottom: 12px;
  color: var(--wine-soft);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 6rem;
  line-height: 1;
}

.signature blockquote {
  max-width: 760px;
  margin: 0 auto 24px;
  font-size: clamp(2rem, 4.8vw, 3.8rem);
  line-height: 1.08;
}

.signature__name {
  margin-bottom: 0;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.final-call {
  margin-top: 34px;
  margin-bottom: 34px;
  padding-top: 92px;
  padding-bottom: 92px;
  background: var(--wine);
  color: var(--white);
  text-align: center;
}

.final-call h2 {
  margin-bottom: 32px;
}

.cta--final {
  width: min(100%, 430px);
  background: var(--whatsapp);
  color: var(--white);
}

.cta--final:hover {
  background: var(--whatsapp);
}

.final-call small {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) 1.2fr auto;
  gap: 26px;
  align-items: center;
  margin-bottom: 28px;
  padding: 30px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--wine);
}

.footer-brand {
  display: grid;
  gap: 2px;
  color: var(--wine);
  line-height: 1;
}

.footer-brand span {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-brand strong {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.footer-line,
.footer-credit,
.footer-disclaimer {
  margin: 0;
}

.footer-line {
  max-width: 410px;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-disclaimer {
  grid-column: 1 / -1;
  grid-row: 2;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}

.footer-credit {
  justify-self: end;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-credit a {
  color: var(--wine);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .hero {
    padding: 0 0 52px;
  }

  .hero__photo {
    height: 430px;
    min-height: 430px;
  }

  .hero__photo img {
    object-position: center 27%;
  }

  .brand-lockup {
    top: 16px;
    left: 16px;
    min-width: 138px;
    padding: 13px 16px;
  }

  .brand-lockup strong {
    font-size: 1.7rem;
  }

  .hero__content {
    width: calc(100% - 28px);
    margin-top: -32px;
    padding: 42px 18px 0;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 13.2vw, 4.3rem);
  }

  .hero__lead {
    font-size: 0.98rem;
  }

  .categories {
    justify-content: flex-start;
    padding: 10px 14px;
  }

  .categories span {
    padding: 7px 9px;
  }

  .categories span + span::before {
    margin-right: 12px;
  }

  .section-pad {
    padding: 66px 20px;
  }

  .finds,
  .curation {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .section-heading {
    position: static;
  }

  .finds__list article {
    grid-template-columns: 42px 1fr;
  }

  .signature {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .signature blockquote {
    font-size: 2.3rem;
  }

  .final-call {
    width: calc(100% - 28px);
    margin-top: 14px;
    margin-bottom: 38px;
    padding: 66px 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 16px;
    width: calc(100% - 28px);
    margin-bottom: 24px;
    padding: 24px 20px;
  }

  .footer-line {
    max-width: none;
  }

  .footer-credit {
    justify-self: start;
  }

  .footer-disclaimer {
    grid-row: auto;
    padding-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cta {
    transition: none;
  }
}
