:root {
  --ivory: #f4eee1;
  --paper: #f7f2e8;
  --oat: #ded1b9;
  --sage: #8e9b78;
  --green: #24382c;
  --green-2: #14241b;
  --gold: #e3ad21;
  --ink: #3a2f25;
  --muted: #6b6258;
  --line: rgba(42, 32, 24, 0.14);
  --shadow: 0 24px 60px rgba(20, 36, 27, 0.1);
  --radius: 6px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

[id] {
  scroll-margin-top: 96px;
}

body.drawer-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--green);
  color: var(--paper);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

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

.announcement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0.55rem 5vw;
  background: var(--green-2);
  color: var(--paper);
  font-size: 0.88rem;
  text-align: center;
  letter-spacing: 0.02em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  background: rgba(247, 241, 231, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  padding: 0 5vw;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

.brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-mark {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.65rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--green-2);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.nav-links a:hover {
  color: var(--gold);
}

.cart-button,
.nav-toggle,
.icon-button,
.link-button {
  cursor: pointer;
}

.cart-button {
  justify-self: end;
  border: 1px solid var(--green);
  background: transparent;
  color: var(--green);
  padding: 0.7rem 1rem;
  border-radius: 4px;
}

.cart-button span {
  display: inline-grid;
  place-items: center;
  min-width: 1.45rem;
  min-height: 1.45rem;
  margin-left: 0.35rem;
  background: var(--green);
  color: var(--paper);
  border-radius: 999px;
  font-size: 0.78rem;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.5rem;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--green);
}

.section {
  padding: 6rem 5vw;
}

.hero {
  position: relative;
  min-height: calc(100vh - 124px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #fffdf8 0%, #fffdf8 42%, #f5f1e9 100%);
  overflow: hidden;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--green-2);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 7.2rem);
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
}

h3 {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
}

.lead {
  max-width: 560px;
  margin: 1.45rem 0 0;
  color: var(--muted);
  font-size: 1.15rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.25rem;
  border: 1px solid var(--green);
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

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

.button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.button.secondary {
  background: rgba(255, 250, 244, 0.46);
  color: var(--green);
}

.button.full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.trust-row span,
.mini-gallery span {
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 0.45rem 0.75rem;
  background: rgba(255, 250, 240, 0.72);
  color: var(--green);
  font-size: 0.9rem;
}

.hero-media {
  position: relative;
  z-index: 1;
  padding: 0;
  border: 0;
  background: transparent;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3.25;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(20, 36, 27, 0.11);
}

.image-caption {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.section-heading {
  max-width: 720px;
}

.section-heading.compact {
  max-width: 860px;
  margin-bottom: 2rem;
}

.section-heading.centered {
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-heading p,
.recipe-copy p,
.wholesale p,
.buy-panel p {
  color: var(--muted);
}

.brand-promise {
  background: var(--paper);
}

.brand-promise .section-heading {
  max-width: 820px;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.promise-grid article {
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: end;
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.78), rgba(255, 250, 244, 0.98)),
    linear-gradient(135deg, rgba(142, 155, 120, 0.18), transparent);
}

.promise-grid article > span {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(36, 56, 44, 0.32);
  border-radius: 50%;
}

.promise-grid article > span::before,
.promise-grid article > span::after {
  content: "";
  position: absolute;
  background: var(--green);
  opacity: 0.8;
}

.promise-grid article > span::before {
  width: 1px;
  height: 52px;
  left: 40px;
  top: 15px;
}

.promise-grid article > span::after {
  width: 42px;
  height: 22px;
  left: 20px;
  top: 30px;
  border: 1px solid var(--green);
  border-left: 0;
  border-bottom: 0;
  border-radius: 100% 0;
  background: transparent;
  transform: rotate(-24deg);
}

.promise-grid p {
  color: var(--muted);
}

.product-section {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 3rem;
  align-items: start;
}

.gallery {
  display: grid;
  gap: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.main-product-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(20, 36, 27, 0.08);
}

.mini-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.buy-panel,
.form-card,
.contents-grid article,
.occasion-grid article,
.steps article,
.guide-panel,
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.86);
}

.buy-panel {
  position: sticky;
  top: 114px;
  padding: 1.5rem;
  box-shadow: 0 14px 38px rgba(20, 36, 27, 0.07);
}

.rating {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--green);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.rating small {
  color: var(--muted);
}

.price {
  margin: 0.5rem 0 0;
  color: var(--green-2);
  font-family: var(--serif);
  font-size: 2rem;
}

.microcopy {
  margin: 0.25rem 0 1rem;
  color: var(--muted);
  font-size: 0.86rem;
}

label {
  display: grid;
  gap: 0.4rem;
  color: var(--green-2);
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fffdf8;
  color: var(--ink);
  padding: 0.82rem 0.9rem;
}

textarea {
  resize: vertical;
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 44px 54px 44px;
  align-items: center;
  margin: 1rem 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}

.quantity-control button {
  min-height: 42px;
  border: 0;
  background: var(--ivory);
}

.quantity-control output {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.notice {
  display: grid;
  gap: 0.2rem;
  margin: 1rem 0;
  padding: 0.95rem;
  background: rgba(142, 155, 120, 0.16);
  border-radius: 4px;
}

.notice span {
  color: var(--muted);
  font-size: 0.92rem;
}

.check-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.55rem;
  margin: 0.45rem 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.78rem;
  height: 0.42rem;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-band div {
  display: grid;
  gap: 0.35rem;
  padding: 1.4rem 5vw;
  background: rgba(255, 250, 244, 0.86);
}

.feature-band span {
  color: var(--muted);
}

.botanical-edit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 4rem;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(36, 56, 44, 0.95), rgba(36, 56, 44, 0.88)),
    url("assets/vanilla-kit-rustic-artisan.png") center / cover;
  color: var(--paper);
}

.botanical-edit h2,
.botanical-edit .eyebrow {
  color: var(--paper);
}

.botanical-edit .eyebrow {
  color: var(--oat);
}

.edit-notes {
  display: grid;
  gap: 1.4rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 250, 240, 0.22);
  background: rgba(20, 36, 27, 0.38);
}

.edit-notes p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
}

.botanical-edit .button.secondary {
  width: fit-content;
  border-color: var(--paper);
  color: var(--paper);
  background: transparent;
}

.two-column,
.wholesale,
.recipes {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 3rem;
  align-items: start;
}

.contents-grid,
.occasion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contents-grid article,
.occasion-grid article,
.steps article {
  padding: 1.2rem;
}

.occasion-grid article {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.occasion-grid article h3,
.occasion-grid article p {
  margin: 0;
}

.occasion-grid article a {
  width: fit-content;
  color: var(--green);
  text-decoration-color: var(--gold);
  text-underline-offset: 0.24em;
}

.link-button {
  border: 0;
  border-bottom: 1px solid var(--green);
  background: transparent;
  color: var(--green);
  padding: 0;
}

.how-section {
  background: linear-gradient(180deg, var(--ivory), #f4eadc);
}

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

.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 999px;
  border: 1px solid var(--gold);
  background: rgba(196, 154, 74, 0.1);
  color: var(--green);
  font-weight: 700;
}

.guide-panel {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1.25rem;
}

.occasions {
  background: var(--paper);
}

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

.recipes {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(20, 36, 27, 0.98), rgba(36, 56, 44, 0.9)),
    url("assets/vanilla-kit-rustic-artisan.png") center / cover;
  color: var(--paper);
}

.recipes h2,
.recipes .eyebrow {
  color: var(--paper);
}

.recipes p {
  color: rgba(255, 250, 240, 0.78);
}

.recipe-copy {
  display: grid;
  gap: 1.1rem;
}

.recipe-copy h2,
.recipe-copy p {
  max-width: 620px;
}

.recipe-actions,
.recipe-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.button.secondary.light {
  border-color: rgba(255, 250, 240, 0.72);
  color: var(--paper);
}

.recipe-stats {
  margin-top: 0.3rem;
}

.recipe-stats span {
  display: grid;
  gap: 0.1rem;
  min-width: 132px;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 250, 240, 0.2);
  background: rgba(255, 250, 240, 0.08);
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.88rem;
}

.recipe-stats strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 0.9;
}

.recipe-programme {
  display: grid;
  gap: 1rem;
}

.programme-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.1);
}

.programme-card h3,
.programme-card p {
  margin: 0;
}

.programme-card h3,
.programme-card .eyebrow {
  color: var(--paper);
}

.season-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.season-grid span {
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 250, 240, 0.18);
  color: rgba(255, 250, 240, 0.84);
  font-size: 0.9rem;
}

.content-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.content-card,
.journal-card {
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 250, 240, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.08);
  text-decoration: none;
}

.content-card h3,
.journal-card h3 {
  margin: 0;
}

.content-card h3,
.content-card .eyebrow {
  color: var(--paper);
}

.content-card p,
.journal-card p {
  margin: 0;
}

.content-card p:not(.eyebrow) {
  color: rgba(255, 250, 240, 0.76);
}

.content-card a,
.journal-card a,
.recipe-library a,
.post-library a {
  width: fit-content;
  color: inherit;
  text-decoration-color: var(--gold);
  text-underline-offset: 0.24em;
}

.recipe-library,
.post-library {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.recipe-library article,
.post-library article {
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem;
  border-radius: var(--radius);
}

.recipe-library article {
  border: 1px solid rgba(255, 250, 240, 0.2);
  background: rgba(255, 250, 240, 0.08);
}

.recipe-library article h3,
.recipe-library article p,
.post-library article h3,
.post-library article p {
  margin: 0;
}

.recipe-library h3,
.recipe-library .eyebrow {
  color: var(--paper);
}

.recipe-library p:not(.eyebrow) {
  color: rgba(255, 250, 240, 0.76);
}

.journal {
  background: var(--paper);
}

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

.journal-card {
  min-height: 280px;
  align-content: space-between;
  border-color: var(--line);
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.92), rgba(247, 241, 231, 0.86)),
    linear-gradient(135deg, rgba(142, 155, 120, 0.16), transparent);
}

.journal-card p:not(.eyebrow) {
  color: var(--muted);
}

.post-library {
  margin-top: 1rem;
}

.post-library article {
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.82);
}

.journal-meta {
  color: var(--gold);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.form-card {
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
}

.faq {
  background: var(--paper);
}

.trust-legal {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.94), rgba(247, 241, 231, 0.92)),
    linear-gradient(135deg, rgba(142, 155, 120, 0.14), transparent);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.trust-grid article {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 244, 0.82);
}

.trust-grid h3,
.trust-grid p {
  margin: 0;
}

.trust-grid p {
  color: var(--muted);
}

.faq-grid {
  display: grid;
  gap: 0.8rem;
}

details {
  padding: 1rem 1.1rem;
}

summary {
  cursor: pointer;
  color: var(--green-2);
  font-weight: 700;
}

details p {
  color: var(--muted);
}

.newsletter {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  background: linear-gradient(135deg, rgba(142, 155, 120, 0.22), rgba(196, 154, 74, 0.12));
}

.email-form {
  min-width: min(100%, 520px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
}

.newsletter-consent {
  grid-column: 1 / -1;
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 0.6rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.newsletter-consent input {
  width: auto;
  margin-top: 0.2rem;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--green);
  font-size: 0.9rem;
}

.footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  padding: 3rem 5vw;
  background: var(--green-2);
  color: var(--paper);
}

.footer strong {
  font-family: var(--serif);
  font-size: 1.5rem;
}

.footer p {
  color: rgba(255, 250, 240, 0.72);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.social-links a {
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 3px;
  padding: 0.42rem 0.64rem;
  color: var(--paper);
  font-size: 0.9rem;
  text-decoration: none;
}

.social-links a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.footer div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: end;
}

.footer a {
  color: var(--paper);
  text-decoration: none;
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  grid-column: 1 / -1;
}

.footer-policy-links a {
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.92rem;
}

.legal-note {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0;
  font-size: 0.86rem;
}

.nav-links.always-visible {
  position: static;
  display: flex;
  justify-content: end;
}

.policy-page {
  background: var(--paper);
}

.policy-hero {
  min-height: auto;
  border-bottom: 1px solid var(--line);
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.policy-nav {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 244, 0.86);
}

.policy-nav a {
  color: var(--green);
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(42, 32, 24, 0.08);
}

.policy-content {
  display: grid;
  gap: 1rem;
}

.policy-content article {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 244, 0.82);
}

.policy-content h2,
.policy-content p {
  margin-top: 0;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  justify-content: end;
  background: rgba(20, 36, 27, 0.36);
}

.cart-drawer.open {
  display: flex;
}

.cart-panel {
  width: min(100%, 430px);
  height: 100%;
  overflow: auto;
  padding: 1.4rem;
  background: var(--paper);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.18);
}

.cart-head,
.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
}

.cart-items {
  display: grid;
  gap: 0.8rem;
  margin: 1.2rem 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.cart-item small {
  color: var(--muted);
}

.cart-item button {
  border: 0;
  background: transparent;
  color: var(--green);
  text-decoration: underline;
}

.gift-message {
  margin: 1rem 0;
}

.waitlist-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.checkbox-field {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.checkbox-field input {
  width: auto;
  margin-top: 0.2rem;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cart-total {
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 1.2rem;
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  max-width: min(360px, calc(100vw - 2rem));
  padding: 0.9rem 1rem;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--paper);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .announcement {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .nav {
    grid-template-columns: auto auto auto;
    min-height: 74px;
  }

  .brand strong {
    font-size: 1.2rem;
  }

  .brand small {
    display: none;
  }

  .nav-toggle {
    display: block;
    justify-self: center;
  }

  .nav-links {
    position: absolute;
    left: 5vw;
    right: 5vw;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.6rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 0.85rem;
  }

  .hero,
  .product-layout,
  .botanical-edit,
  .two-column,
  .wholesale,
  .recipes,
  .newsletter,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 2rem;
  }

  .hero::before,
  .hero::after {
    inset: 1rem;
  }

  .promise-grid,
  .journal-grid,
  .recipe-library,
  .post-library,
  .trust-grid,
  .content-card-list,
  .feature-band,
  .steps,
  .occasion-grid {
    grid-template-columns: 1fr;
  }

  .buy-panel {
    position: static;
  }

  .newsletter {
    display: grid;
  }

  .recipe-stats {
    align-items: stretch;
  }

  .recipe-stats span {
    flex: 1 1 160px;
  }

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-nav {
    position: static;
  }

  .footer div:nth-child(2) {
    justify-content: start;
  }
}

@media (max-width: 620px) {
  .section {
    padding: 3.5rem 1rem;
  }

  .nav {
    padding: 0 1rem;
    gap: 0.75rem;
  }

  .brand-mark {
    display: none;
  }

  .cart-button {
    padding: 0.6rem 0.7rem;
  }

  .hero {
    padding: 3rem 1rem;
  }

  .hero-media,
  .gallery {
    padding: 0.6rem;
  }

  h1 {
    font-size: 3.3rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .promise-grid article {
    min-height: 230px;
    padding: 1.4rem;
  }

  .botanical-edit {
    padding: 3.5rem 1rem;
  }

  .button-row,
  .guide-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .contents-grid,
  .content-card-list,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .email-form {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   Engraved Emblem refresh — design handoff July 2026
   Layered over the base styles; later rules win the cascade.
   ============================================================ */
:root {
  --gold-brand: #c49a4a;
  --cream-panel: #fcf2e7;
  --sage-band: #e4e8d8;
  --green-dark: #1c2c22;
}

h1, h2, h3, .price { font-family: var(--serif); font-weight: 500; }
.eyebrow { color: var(--gold-brand); font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.72rem; }
a { transition: color 160ms ease; }
.button, .cart-button { transition: background 160ms ease, transform 160ms ease, color 160ms ease; }

/* announcement */
.announcement { background: var(--green-dark); color: #eef0e6; font-size: 0.82rem; align-items: center; text-align: left; }
.announce-item { display: inline-flex; align-items: center; gap: 7px; }
.announce-item.end { justify-content: flex-end; }
.announce-mid { text-align: center; }

/* header */
.site-header { background: rgba(247, 242, 232, 0.94); backdrop-filter: blur(14px); }
.nav { min-height: 98px; }
.brand { display: flex; flex-direction: column; align-items: center; justify-self: center; gap: 2px; text-align: center; }
.brand-emblem { height: 30px; width: auto; margin-bottom: 2px; }
.brand strong { font-family: var(--serif); font-weight: 500; font-size: 1.8rem; color: var(--green); line-height: 1; white-space: nowrap; }
.brand small { display: block; font-weight: 600; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-brand); }
.brand-mark { display: none; }
.nav-links a:hover { color: var(--gold-brand); }
.cart-button { background: var(--gold); color: #231a06; border: 0; border-radius: 3px; font-weight: 600; }
.cart-button:hover { background: #c9991c; }

@media (min-width: 981px) {
  .nav { grid-template-columns: 1fr auto 1fr; }
  .nav-toggle { display: none; }
  .nav-links { display: flex; gap: 1.4rem; position: static; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .nav-links a { font-size: 0.875rem; font-weight: 500; color: var(--green); padding: 0; }
  .cart-button { justify-self: end; }
}

/* buttons */
.button.primary { background: var(--green); color: #f7f2e8; border-radius: 3px; border: 0; }
.button.primary:hover { background: var(--green-dark); }

/* hero */
.hero { display: grid; grid-template-columns: 0.86fr 1.14fr; min-height: 560px; padding: 0; gap: 0; background: transparent; border: 0; }
.hero::before, .hero::after { content: none; display: none; }
.hero-copy { position: relative; background: var(--ivory); padding: 4.5rem 4vw 4rem 5vw; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.hero-watermark { position: absolute; left: -90px; top: 50%; transform: translateY(-50%) rotate(-12deg); width: 340px; opacity: 0.06; pointer-events: none; }
.hero-inner { position: relative; max-width: 460px; }
.hero-inner h1 { margin: 0; color: var(--green); font-size: clamp(2.8rem, 4.4vw, 4.4rem); line-height: 1.02; }
.gold-rule { width: 64px; height: 2px; background: var(--gold-brand); margin: 1.3rem 0; }
.hero-inner .lead { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.6; max-width: 400px; }
.gold-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-brand); font-weight: 600; font-size: 0.9rem; border-bottom: 1px solid var(--gold-brand); padding-bottom: 2px; text-decoration: none; }
.gold-link:hover { color: var(--green); border-color: var(--green); }
.hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.6rem; margin-top: 2.6rem; }
.hero-points > div { display: flex; align-items: flex-start; gap: 10px; }
.hero-points span { font-size: 0.82rem; color: var(--ink); line-height: 1.35; }
.hero-footnote { margin-top: 1.8rem; font-size: 0.72rem; color: #a89984; letter-spacing: 0.04em; }
.hero-media { position: relative; padding: 0; background: none; border: 0; box-shadow: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; box-shadow: none; }
.image-caption { display: none; }
.hero-badge { position: absolute; top: 34px; right: 38px; width: 112px; height: 112px; border-radius: 50%; background: var(--gold-brand); color: #231a06; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-family: var(--sans); font-weight: 700; font-size: 0.69rem; letter-spacing: 0.12em; line-height: 1.5; box-shadow: 0 10px 26px rgba(20, 36, 27, 0.24); }

/* feature band */
.feature-band { background: var(--sage-band); padding: 2.4rem 5vw; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 0; border-radius: 0; margin: 0; }
.feature-band > div { display: flex; align-items: center; gap: 16px; padding: 0.4rem 2.2rem; border-right: 1px solid rgba(42, 32, 24, 0.16); background: transparent; border-top: 0; border-bottom: 0; border-left: 0; }
.feature-band > div:last-child { border-right: 0; }
.feature-band svg { flex: 0 0 auto; }
.feature-band strong { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.19rem; color: var(--green); }
.feature-band span { color: #5c5347; font-size: 0.82rem; }

/* emblem product boxes */
.contents-grid { gap: 1.6rem; }
.emblem-card { position: relative; background: var(--cream-panel); border: 1px solid rgba(42, 32, 24, 0.18); border-radius: 6px; box-shadow: 0 12px 32px rgba(20, 36, 27, 0.08); padding: 30px 24px 26px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.card-emblem { width: 140px; height: auto; }
.card-wordmark { font-family: var(--serif); font-weight: 500; font-size: 1.06rem; color: var(--green); line-height: 1; margin-top: 2px; }
.dash-dot { display: flex; align-items: center; gap: 8px; margin: 12px 0 16px; }
.dash-dot span { width: 24px; height: 1.2px; background: var(--gold-brand); }
.dash-dot i { width: 3.5px; height: 3.5px; border-radius: 50%; background: var(--gold-brand); }
.emblem-card h3 { margin: 0; font-size: 1.7rem; color: var(--green-2); line-height: 1.04; }
.card-price { font-family: var(--serif); font-size: 1.44rem; color: var(--gold-brand); margin-top: 6px; }
.card-divider { width: 100%; border-top: 1px solid rgba(42, 32, 24, 0.14); margin: 18px 0; }
.card-includes { list-style: none; padding: 0; margin: 0; text-align: left; width: 100%; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-includes li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.82rem; color: var(--ink); line-height: 1.4; }
.card-includes li::before { content: "\2022"; color: var(--gold-brand); }
.emblem-card .button { width: 100%; margin-top: 20px; font-size: 0.85rem; }

/* footer */
.footer { background: var(--green-dark); color: #eef0e6; }
.footer a { color: #eef0e6; }
.footer a:hover { color: var(--gold-brand); }
.footer-logo { display: flex; align-items: center; gap: 14px; }
.footer-emblem { height: 52px; width: auto; }
.footer-logo strong { font-family: var(--serif); font-weight: 500; font-size: 1.5rem; color: #f7f2e8; }
.footer-brand p { color: rgba(238, 240, 230, 0.7); max-width: 400px; }
.footer .legal-note { color: rgba(238, 240, 230, 0.55); }

/* refresh: responsive */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 340px; }
  .hero-copy { padding: 3rem 1.2rem; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band > div { border-right: 0; border-bottom: 1px solid rgba(42, 32, 24, 0.16); padding: 0.8rem 0.2rem; }
  .feature-band > div:last-child { border-bottom: 0; }
  .brand strong { font-size: 1.15rem; white-space: normal; }
  .brand-emblem { height: 24px; }
  .brand small { display: none; }
}


/* ---- Engraved Emblem refresh: fixes v2 ---- */
/* hero panel must stretch flush to the header and band below */
.hero { align-items: stretch; }

/* base ".feature-band div" paints the inner wrapper white — reset it,
   then re-apply the intended layout on the direct children only */
.feature-band div { background: transparent; padding: 0; display: block; border: 0; border-radius: 0; box-shadow: none; }
.feature-band > div { display: flex; align-items: center; gap: 16px; padding: 0.4rem 2.2rem; border-right: 1px solid rgba(42, 32, 24, 0.16); }
.feature-band > div:last-child { border-right: 0; }

/* base ".contents-grid article" outranks .emblem-card — match its specificity */
.contents-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem; }
.contents-grid article.emblem-card { background: var(--cream-panel); border: 1px solid rgba(42, 32, 24, 0.18); border-radius: 6px; box-shadow: 0 12px 32px rgba(20, 36, 27, 0.08); padding: 30px 24px 26px; display: flex; flex-direction: column; align-items: center; text-align: center; }

/* serif headings widened the newsletter row — let it wrap instead of overflowing */
.newsletter { flex-wrap: wrap; }

@media (max-width: 980px) {
  .feature-band > div { border-right: 0; border-bottom: 1px solid rgba(42, 32, 24, 0.16); padding: 0.8rem 0.2rem; }
  .feature-band > div:last-child { border-bottom: 0; }
}


/* ---- Engraved Emblem refresh: fixes v3 ---- */
/* the old CSS-drawn squiggle mark is retired with the old logo */
.promise-grid article > span,
.promise-grid article > span::before,
.promise-grid article > span::after { content: none; display: none; border: 0; }
.promise-grid article { align-content: start; min-height: 0; }
.promise-icon { display: block; margin-bottom: 0.9rem; }
.promise-grid h3 { margin: 0 0 0.4rem; }


/* ---- Made by you (community gallery) ---- */
.community { background: var(--paper); }
.bakes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; max-width: 1140px; margin: 0 auto; }
.bakes-empty { grid-column: 1 / -1; text-align: center; color: var(--muted); font-size: 0.95rem; padding: 1.6rem 1rem; border: 1px dashed rgba(42, 32, 24, 0.25); border-radius: 6px; background: var(--cream-panel); }
.bake-card { background: var(--cream-panel); border: 1px solid rgba(42, 32, 24, 0.18); border-radius: 6px; overflow: hidden; box-shadow: 0 12px 32px rgba(20, 36, 27, 0.08); display: flex; flex-direction: column; }
.bake-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.bake-body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: 0.45rem; }
.bake-body h3 { margin: 0; font-size: 1.25rem; color: var(--green); }
.bake-body p { margin: 0; font-size: 0.85rem; color: var(--ink); font-style: italic; line-height: 1.5; }
.bake-meta { font-size: 0.78rem; color: #8a7f6b; }
.bake-body a { color: var(--gold-brand); font-weight: 600; font-size: 0.8rem; text-decoration: none; }
.community-social { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.1rem; margin: 2.2rem auto 2.6rem; font-size: 0.9rem; }
.community-social .follow-label { font-weight: 600; color: var(--green); letter-spacing: 0.04em; }
.community-social a { color: var(--green); font-weight: 500; border-bottom: 1px solid rgba(42, 32, 24, 0.25); padding-bottom: 1px; text-decoration: none; }
.community-social a:hover { color: var(--gold-brand); border-color: var(--gold-brand); }
.community-social .hashtag { color: var(--gold-brand); font-weight: 700; letter-spacing: 0.02em; }
.bake-form { max-width: 640px; margin: 0 auto; }
.bake-form h3 { margin: 0 0 0.2rem; }
.bake-form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.bake-form label small { color: var(--muted); font-weight: 400; }
@media (max-width: 620px) {
  .bake-form .field-row { grid-template-columns: 1fr; }
}

/* ---- Real kit photography (refresh v4) --------------------------------- */
.emblem-card .card-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(42, 32, 24, 0.14);
  display: block;
  margin: 0 0 14px;
}

.mini-gallery.photos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; }
.mini-gallery.photos img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid var(--line);
  display: block;
}

.inside-kit .inside-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.inside-kit figure { margin: 0; }
.inside-kit .inside-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(42, 32, 24, 0.14);
  box-shadow: 0 12px 32px rgba(20, 36, 27, 0.08);
  display: block;
}
.inside-kit figcaption {
  margin-top: 9px;
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.02rem;
  color: var(--green-2);
}
.journey-figure { margin: 36px auto 0; max-width: 680px; }
.journey-figure img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid rgba(42, 32, 24, 0.14);
  box-shadow: 0 12px 32px rgba(20, 36, 27, 0.08);
  display: block;
}
@media (max-width: 760px) {
  .inside-kit .inside-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
}
