:root {
  --cream: #fbf6ed;
  --soft-cream: #fffaf2;
  --linen: #efe4d2;
  --brown: #7b5638;
  --deep-brown: #3c2b21;
  --sage: #7c8a68;
  --sage-light: #dfe6d5;
  --charcoal: #25221f;
  --muted: #766b60;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(60, 43, 33, 0.12);
  --radius: 8px;
  --page-pad: 18px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--charcoal);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px var(--page-pad);
  border-bottom: 1px solid rgba(60, 43, 33, 0.08);
  background: rgba(251, 246, 237, 0.94);
  backdrop-filter: blur(18px);
}

.brand-mark,
.footer-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: var(--deep-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.brand-icon {
  display: inline-grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(123, 86, 56, 0.34);
  border-radius: 50%;
  background: var(--soft-cream);
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.nav-toggle {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  gap: 4px;
  border: 1px solid rgba(123, 86, 56, 0.24);
  border-radius: var(--radius);
  background: var(--soft-cream);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--deep-brown);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.site-nav {
  display: none;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.site-nav.is-open {
  display: grid;
}

.site-nav a,
.site-footer a {
  min-height: 46px;
  border-radius: var(--radius);
  transition:
    color 180ms ease,
    background 180ms ease;
}

.site-nav a {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 250, 242, 0.76);
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--brown);
}

.hero-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  padding: 38px var(--page-pad) 44px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--deep-brown);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: 2.65rem;
  font-weight: 700;
}

h2 {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.hero-text,
.section-heading p,
.about-copy p,
.newsletter-section p,
.product-card p,
.scent-card p,
.benefit-grid p {
  color: var(--muted);
}

.hero-text {
  max-width: 580px;
  margin-bottom: 24px;
  font-size: 1.08rem;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

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

.button-primary {
  background: var(--deep-brown);
  color: var(--soft-cream);
  box-shadow: 0 14px 28px rgba(60, 43, 33, 0.22);
}

.button-secondary {
  border-color: rgba(123, 86, 56, 0.28);
  background: rgba(255, 250, 242, 0.78);
  color: var(--deep-brown);
}

.hero-image-wrap {
  position: relative;
  margin: 0;
}

.hero-image-wrap::before {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 46%;
  height: 46%;
  border: 1px solid rgba(124, 138, 104, 0.35);
  border-radius: var(--radius);
  content: "";
}

.hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-image.is-missing,
.product-image.is-missing {
  object-fit: cover;
}

.image-fallback {
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.94), rgba(223, 230, 213, 0.76)),
    radial-gradient(circle at 50% 24%, rgba(255, 226, 170, 0.74), transparent 26%),
    linear-gradient(180deg, #cfa06c 0 18%, #efe4d2 18% 100%);
}

.hero-caption {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  border-radius: var(--radius);
  padding: 12px 14px;
  background: var(--deep-brown);
  color: var(--soft-cream);
  font-size: 0.95rem;
}

.section-shell,
.why-section,
.about-section {
  padding: 58px var(--page-pad);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.product-grid,
.scent-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.product-card,
.scent-card,
.benefit-grid article {
  border: 1px solid rgba(60, 43, 33, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.86);
  box-shadow: 0 16px 36px rgba(60, 43, 33, 0.08);
}

.product-card {
  overflow: hidden;
}

.product-image {
  width: 100%;
  aspect-ratio: 1 / 0.92;
  object-fit: cover;
  background: var(--linen);
}

.product-body {
  padding: 20px;
}

.product-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  margin-bottom: 10px;
}

.product-price {
  color: var(--brown);
  font-weight: 900;
  white-space: nowrap;
}

.product-card p {
  margin-bottom: 18px;
}

.product-card .button {
  width: 100%;
  min-height: 50px;
  border-color: rgba(123, 86, 56, 0.2);
  border-radius: var(--radius);
  background: var(--soft-cream);
  color: var(--deep-brown);
}

.product-card button.button {
  font: inherit;
}

.payment-notice {
  margin: 18px 0 0;
  border: 1px solid rgba(123, 86, 56, 0.22);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: rgba(255, 250, 242, 0.86);
  color: var(--deep-brown);
  font-weight: 700;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.section-action .button {
  width: 100%;
}

.about-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  background: var(--soft-cream);
}

.collage-panel {
  position: relative;
  min-height: 330px;
  order: 2;
}

.about-copy {
  max-width: 660px;
}

.collage-card {
  position: absolute;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
}

.card-one {
  inset: 0 12% 18% 0;
  background:
    linear-gradient(rgba(60, 43, 33, 0.08), rgba(60, 43, 33, 0.08)),
    url("sources/wick-hazel-photo-01.jpg"),
    linear-gradient(145deg, #efe4d2, #dfe6d5);
}

.card-two {
  right: 0;
  bottom: 0;
  width: 58%;
  height: 46%;
  border: 8px solid var(--soft-cream);
  background:
    linear-gradient(rgba(60, 43, 33, 0.08), rgba(60, 43, 33, 0.08)),
    url("sources/wick-hazel-photo-19.jpg"),
    linear-gradient(145deg, #7c8a68, #cfa06c);
}

.card-three {
  right: 6%;
  top: 7%;
  width: 25%;
  height: 22%;
  border: 1px solid rgba(255, 250, 242, 0.72);
  background:
    radial-gradient(circle at 50% 35%, #ffe6b0 0 18%, transparent 20%),
    linear-gradient(180deg, #7b5638 0 42%, #fffaf2 42% 100%);
}

.scent-card,
.benefit-grid article {
  padding: 22px;
}

.scent-card {
  display: block;
  min-height: 188px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.scent-card:hover,
.scent-card:focus-visible {
  border-color: rgba(123, 86, 56, 0.28);
  box-shadow: 0 20px 44px rgba(60, 43, 33, 0.12);
  transform: translateY(-2px);
}

.scent-icon {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--sage-light);
  box-shadow: inset 0 0 0 9px var(--soft-cream);
}

.scent-card:nth-child(2) .scent-icon {
  background: #d9e7e1;
}

.scent-card:nth-child(3) .scent-icon {
  background: #ead8d9;
}

.scent-card:nth-child(4) .scent-icon {
  background: #d8c6aa;
}

.benefit-number {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--sage);
  font-weight: 900;
}

.newsletter-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  margin: 18px;
  border-radius: var(--radius);
  padding: 30px 20px;
  background:
    linear-gradient(135deg, rgba(60, 43, 33, 0.94), rgba(85, 71, 52, 0.9)),
    linear-gradient(120deg, var(--deep-brown), var(--sage));
  color: var(--soft-cream);
}

.newsletter-section h2,
.newsletter-section p,
.newsletter-section .eyebrow {
  color: var(--soft-cream);
}

.newsletter-section p {
  max-width: 560px;
  opacity: 0.84;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.honeypot {
  display: none;
}

.newsletter-form input {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--soft-cream);
  color: var(--charcoal);
  font: inherit;
}

.newsletter-form .button {
  width: 100%;
  box-shadow: none;
  background: var(--sage-light);
  color: var(--deep-brown);
}

.form-note {
  margin: 2px 0 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.92rem;
}

.policy-section {
  padding: 58px var(--page-pad);
}

.policy-section-alt {
  background: var(--soft-cream);
}

.policy-content {
  max-width: 980px;
  margin: 0 auto;
}

.policy-card {
  border: 1px solid rgba(60, 43, 33, 0.08);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 250, 242, 0.88);
  box-shadow: 0 16px 36px rgba(60, 43, 33, 0.08);
}

.policy-card > p {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 1.05rem;
}

.policy-copy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.policy-copy-grid article {
  border-top: 1px solid rgba(60, 43, 33, 0.1);
  padding-top: 18px;
}

.policy-copy-grid h3 {
  margin-bottom: 8px;
  font-size: 1.16rem;
}

.policy-copy-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.policy-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
}

.policy-list-compact {
  margin-top: 22px;
  border-top: 1px solid rgba(60, 43, 33, 0.1);
  padding-top: 18px;
}

.policy-list div {
  min-width: 0;
}

.policy-list dt {
  margin-bottom: 4px;
  color: var(--deep-brown);
  font-weight: 900;
}

.policy-list dd {
  margin: 0;
  color: var(--muted);
}

.policy-list a {
  color: var(--brown);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 28px var(--page-pad);
  border-top: 1px solid rgba(60, 43, 33, 0.08);
  color: var(--muted);
}

.footer-summary {
  display: grid;
  gap: 8px;
}

.footer-summary p {
  max-width: 320px;
  margin: 0;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
}

.site-footer a {
  display: flex;
  align-items: center;
  min-height: 44px;
}

.site-footer p {
  margin: 0;
  font-size: 0.92rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.success-page {
  min-height: 100vh;
}

.success-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-weight: 700;
}

.success-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.success-main {
  display: grid;
  min-height: calc(100vh - 76px);
  place-items: center;
  padding: 58px var(--page-pad);
}

.success-card {
  width: min(100%, 760px);
  border: 1px solid rgba(60, 43, 33, 0.08);
  border-radius: var(--radius);
  padding: 32px 24px;
  background: rgba(255, 250, 242, 0.9);
  box-shadow: var(--shadow);
}

.success-card h1 {
  margin-bottom: 18px;
  font-size: 2.45rem;
}

.success-card p {
  max-width: 560px;
  color: var(--muted);
}

.success-card .button {
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 560px) {
  :root {
    --page-pad: 28px;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .button {
    width: auto;
  }

  .section-action .button {
    width: auto;
    min-width: 220px;
  }
}

@media (min-width: 700px) {
  :root {
    --page-pad: 36px;
  }

  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  .site-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .product-image {
    aspect-ratio: 1 / 1.02;
  }

  .collage-panel {
    min-height: 430px;
  }

  .newsletter-section {
    margin: 36px;
    padding: 46px 36px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
    padding: 8px;
    border: 1px solid rgba(255, 250, 242, 0.18);
    border-radius: var(--radius);
    background: rgba(255, 250, 242, 0.1);
  }

  .policy-card {
    padding: 32px;
  }

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

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

  .success-card {
    padding: 46px;
  }

  .success-card h1 {
    font-size: 3.35rem;
  }

  .success-card .button {
    width: auto;
  }
}

@media (min-width: 1024px) {
  :root {
    --page-pad: 56px;
  }

  .site-header {
    display: flex;
    justify-content: space-between;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav.is-open {
    display: flex;
    grid-column: auto;
    align-items: center;
    gap: 24px;
    padding-top: 0;
    font-size: 0.92rem;
  }

  .site-nav a {
    min-height: 42px;
    padding: 0;
    background: transparent;
  }

  .hero-section {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
    gap: 72px;
    min-height: calc(100svh - 74px);
    padding-top: 82px;
    padding-bottom: 66px;
  }

  h1 {
    font-size: 5.35rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  .hero-text {
    font-size: 1.18rem;
  }

  .hero-image {
    aspect-ratio: 4 / 5;
  }

  .hero-image-wrap::before {
    right: -18px;
    bottom: -18px;
  }

  .hero-caption {
    position: absolute;
    right: 22px;
    bottom: 22px;
    max-width: 250px;
    margin-top: 0;
    border: 1px solid rgba(255, 250, 242, 0.6);
    background: rgba(60, 43, 33, 0.72);
    backdrop-filter: blur(14px);
  }

  .section-shell,
  .why-section,
  .about-section,
  .policy-section {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .section-heading {
    margin-bottom: 48px;
  }

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

  .about-section {
    grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1fr);
    gap: 82px;
    align-items: center;
  }

  .collage-panel {
    min-height: 520px;
    order: 0;
  }

  .scent-grid,
  .benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .newsletter-section {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    margin: 56px;
    padding: 60px;
  }

  .site-footer {
    grid-template-columns: 1fr auto auto;
    gap: 24px;
    align-items: center;
    padding: 28px 56px;
  }
}

@media (min-width: 1240px) {
  :root {
    --page-pad: 72px;
  }

  h1 {
    font-size: 6rem;
  }
}
