:root {
  --cream: #fbf6ee;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #1f241c;
  --muted: #5f5b51;
  --sage: #647052;
  --sage-dark: #35462f;
  --bar: #5d6a4b;
  --copper: #b84d1e;
  --copper-dark: #913812;
  --border: rgba(70, 58, 38, .14);
  --shadow: 0 16px 36px rgba(54, 45, 31, .11);
  --wrap: 1680px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wrap {
  width: min(var(--wrap), calc(100% - 104px));
  margin: 0 auto;
}

.topbar {
  background: var(--bar);
  color: #fff9ef;
  font-size: 14px;
  font-weight: 700;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 31px;
  gap: 20px;
}

.topbar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.topbar svg {
  width: 17px;
  height: 17px;
}

.topbar i {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .55);
  display: inline-block;
  margin: 0 5px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 252, 246, .94);
  border-bottom: 1px solid rgba(58, 47, 28, .08);
  backdrop-filter: blur(12px);
}

.nav-row {
  display: grid;
  grid-template-columns: 142px 1fr 132px;
  align-items: center;
  gap: 28px;
  min-height: 101px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 3px solid #a45a24;
  border-radius: 50%;
  color: #8e4b1d;
  background:
    radial-gradient(circle at 50% 42%, #fff7ec 0 28%, transparent 30%),
    linear-gradient(145deg, #fffaf1, #ead4bb);
  box-shadow: inset 0 0 0 5px #fff8ec, 0 5px 18px rgba(72, 44, 20, .08);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
  text-align: center;
  text-transform: uppercase;
}

.brand-mark small {
  display: block;
  margin-top: -4px;
  color: var(--sage);
  font-family: Inter, system-ui, sans-serif;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3.2vw, 55px);
  font-size: 15px;
  font-weight: 800;
  color: #1f261e;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  padding: 8px 0;
}

.nav-links span {
  font-size: 15px;
  transform: translateY(-1px);
}

.nav-links .active {
  color: var(--copper);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  color: #172018;
}

.nav-actions a {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  min-height: 24px;
}

.nav-actions svg {
  width: 24px;
  height: 24px;
}

.cart-link span {
  position: absolute;
  top: -11px;
  right: -11px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--sage);
  font-size: 10px;
  font-weight: 900;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 671px;
  background: #f6eee3;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, .99) 0%, rgba(255, 250, 242, .97) 33%, rgba(255, 250, 242, .62) 46%, rgba(255, 250, 242, .04) 72%),
    linear-gradient(180deg, rgba(255, 250, 242, 0) 67%, rgba(255, 250, 242, .78) 100%);
  pointer-events: none;
}

.hero-image {
  position: absolute;
  inset: 0 0 0 34%;
  z-index: 0;
}

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

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 671px;
  display: grid;
  align-items: center;
}

.hero-copy {
  width: min(690px, 46vw);
  padding: 38px 0 34px;
}

.script {
  margin: 0 0 8px;
  color: #c56333;
  font-family: Allura, "Segoe Script", cursive;
  font-size: clamp(35px, 3.2vw, 48px);
  line-height: .95;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--sage-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(56px, 5.2vw, 82px);
  line-height: .95;
}

.hero-subhead {
  max-width: 545px;
  margin: 27px 0 28px;
  color: #41463e;
  font-size: 19px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 50px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 35px;
  border-radius: 5px;
  border: 2px solid var(--copper);
  font-size: 15px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover,
.button:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(184, 77, 30, .18);
}

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

.button.primary:hover,
.button.primary:focus {
  background: var(--copper-dark);
}

.button.secondary {
  color: var(--copper);
  background: rgba(255, 250, 242, .8);
}

.button.small {
  min-height: 45px;
  padding: 0 24px;
  font-size: 13px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  max-width: 650px;
}

.hero-proof div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  align-items: start;
}

.hero-proof svg {
  width: 34px;
  height: 34px;
  color: var(--sage);
  stroke-width: 1.35;
}

.hero-proof strong {
  display: block;
  margin-bottom: 3px;
  color: #182018;
  font-size: 13px;
  line-height: 1.15;
}

.hero-proof small {
  display: block;
  color: #4f554d;
  font-size: 12px;
  line-height: 1.35;
}

.audience-section {
  padding: 29px 0 0;
  background: linear-gradient(180deg, #fff 0%, #fffaf4 100%);
}

.section-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: clamp(32px, 2.8vw, 42px);
  line-height: 1.05;
}

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

.audience-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f7efe5 100%);
  box-shadow: 0 10px 24px rgba(57, 46, 30, .08);
}

.card-photo {
  display: block;
  aspect-ratio: 1.38 / .88;
  overflow: hidden;
  background: #eadfd3;
}

.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.audience-card:hover .card-photo img {
  transform: scale(1.04);
}

.circle-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: -36px auto 12px;
  border: 4px solid #fffaf2;
  border-radius: 50%;
  color: #fff;
  background: var(--sage);
  box-shadow: 0 8px 18px rgba(53, 64, 43, .16);
}

.circle-icon svg {
  width: 35px;
  height: 35px;
  stroke-width: 1.55;
}

.card-body {
  padding: 0 24px 25px;
  text-align: center;
}

.card-body h3 {
  font-size: clamp(23px, 1.7vw, 29px);
  line-height: 1.08;
}

.card-body p {
  min-height: 50px;
  margin: 10px 0 17px;
  color: #45483f;
  font-size: 14px;
  line-height: 1.45;
}

.text-link {
  color: var(--copper);
  font-size: 14px;
  font-weight: 900;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 43px 0 31px;
  padding: 29px 26px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: linear-gradient(105deg, #fffaf4 0%, #f4eadf 49%, #fffaf4 100%);
  box-shadow: 0 11px 25px rgba(67, 56, 40, .07);
}

.trust-strip > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 0 22px;
  border-right: 1px solid rgba(78, 66, 47, .14);
}

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

.trust-strip svg {
  width: 44px;
  height: 44px;
  color: var(--sage);
  stroke-width: 1.35;
}

.trust-strip strong {
  display: block;
  margin-bottom: 5px;
  color: #171d16;
  font-size: 16px;
  line-height: 1.16;
}

.trust-strip small {
  display: block;
  color: #52574d;
  font-size: 13px;
  line-height: 1.35;
}

.products-section {
  padding: 0 0 26px;
  background: var(--paper);
}

.row-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.row-heading h2 {
  font-size: clamp(32px, 2.9vw, 43px);
  line-height: 1.05;
}

.row-heading > a {
  color: #11170f;
  font-size: 15px;
  font-weight: 900;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 15px 15px 13px;
  border: 1px solid rgba(70, 58, 38, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(55, 48, 36, .06);
}

.product-image {
  display: grid;
  place-items: center;
  height: 230px;
  margin-bottom: 11px;
  background: #fff;
}

.product-image img {
  width: 100%;
  height: 222px;
  object-fit: contain;
}

.product-card h3 {
  margin: 0;
  color: #111511;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.product-card p {
  margin: 4px 0 7px;
  color: #4f544e;
  font-size: 12px;
  font-weight: 600;
}

.stars {
  color: #d96e22;
  font-size: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.stars span {
  color: #444940;
  letter-spacing: 0;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 12px 0 13px;
  font-size: 16px;
}

.price strong {
  color: #111511;
  font-weight: 900;
}

.price s {
  color: #9b948a;
  font-size: 13px;
  font-weight: 700;
}

.add-cart {
  display: grid;
  place-items: center;
  height: 42px;
  margin-top: auto;
  border-radius: 4px;
  color: #fff;
  background: var(--sage);
  font-size: 13px;
  font-weight: 900;
}

.add-cart:hover,
.add-cart:focus {
  background: var(--sage-dark);
}

.quality-section {
  position: relative;
  overflow: hidden;
  padding: 28px 0 31px;
  background: var(--paper);
}

.quality-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(360px, 1.15fr);
  gap: 65px;
  align-items: center;
}

.quality-image {
  overflow: hidden;
  min-height: 340px;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: #eadfd2;
}

.quality-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.quality-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.quality-copy .script {
  margin-bottom: 4px;
  font-size: clamp(34px, 2.7vw, 42px);
}

.quality-copy h2 {
  max-width: 650px;
  font-size: clamp(43px, 4vw, 61px);
  line-height: .97;
}

.quality-copy > p {
  max-width: 675px;
  margin: 20px 0 18px;
  color: #4b5047;
  font-size: 15px;
  line-height: 1.55;
}

.quality-copy ul {
  display: grid;
  gap: 9px;
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
  color: #343a33;
  font-size: 15px;
}

.quality-copy li {
  position: relative;
  padding-left: 26px;
}

.quality-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 2px solid #d86f32;
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 44%, #d86f32 45% 56%, transparent 57%) 4px 6px / 8px 6px no-repeat;
}

.botanical {
  position: absolute;
  right: -95px;
  bottom: -67px;
  width: 330px;
  opacity: .44;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .wrap {
    width: min(var(--wrap), calc(100% - 56px));
  }

  .nav-row {
    grid-template-columns: 104px 1fr 112px;
  }

  .nav-links {
    gap: 20px;
    font-size: 14px;
  }

  .hero-copy {
    width: min(640px, 52vw);
  }

  .audience-grid {
    gap: 22px;
  }
}

@media (max-width: 1040px) {
  .nav-row {
    grid-template-columns: 94px 1fr auto;
  }

  .nav-links {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: 740px;
  }

  .hero-image {
    inset: 0;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(255, 250, 242, .98) 0%, rgba(255, 250, 242, .9) 52%, rgba(255, 250, 242, .15) 100%),
      linear-gradient(90deg, rgba(255, 250, 242, .98) 0%, rgba(255, 250, 242, .64) 58%, rgba(255, 250, 242, .18) 100%);
  }

  .hero-inner {
    min-height: 740px;
  }

  .hero-copy {
    width: min(650px, 88vw);
    align-self: start;
    padding-top: 58px;
    padding-bottom: 250px;
  }

  .hero-image img {
    object-position: center bottom;
    opacity: .82;
  }

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

  .trust-strip > div:nth-child(2) {
    border-right: 0;
  }

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

  .quality-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 28px, var(--wrap));
  }

  .topbar-inner {
    justify-content: center;
    min-height: 52px;
    text-align: center;
  }

  .topbar span {
    white-space: normal;
  }

  .family-note {
    display: none !important;
  }

  .nav-row {
    grid-template-columns: 72px 1fr 38px;
    min-height: 76px;
    gap: 12px;
  }

  .brand-mark {
    width: 62px;
    height: 62px;
    font-size: 9px;
    border-width: 2px;
  }

  .brand-mark small {
    font-size: 5px;
  }

  .nav-links {
    gap: 18px;
    font-size: 14px;
  }

  .nav-actions {
    gap: 0;
  }

  .nav-actions a:not(.cart-link) {
    display: none;
  }

  .hero {
    min-height: 910px;
  }

  .hero-inner {
    min-height: 910px;
  }

  .hero-copy {
    width: 100%;
    padding-top: 63px;
    padding-bottom: 280px;
  }

  .script {
    font-size: 34px;
  }

  .hero h1 {
    font-size: clamp(48px, 13.2vw, 68px);
  }

  .hero-subhead {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
    margin-bottom: 32px;
  }

  .button {
    width: 100%;
    min-height: 56px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-image img {
    object-position: 58% bottom;
  }

  .audience-section {
    padding-top: 25px;
  }

  .audience-grid,
  .trust-strip,
  .products-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    padding: 20px 18px;
    margin-top: 28px;
  }

  .trust-strip > div,
  .trust-strip > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(78, 66, 47, .14);
    padding: 14px 0;
  }

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

  .row-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-card {
    min-height: auto;
  }

  .product-image {
    height: 250px;
  }

  .product-image img {
    height: 242px;
  }

  .quality-section {
    padding-top: 24px;
  }

  .quality-image,
  .quality-image img {
    min-height: 275px;
  }

  .quality-copy h2 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .botanical {
    width: 220px;
    right: -75px;
    bottom: -55px;
  }
}
