:root {
  --ink: #231b18;
  --wine: #7f3638;
  --rose: #c77f7b;
  --cream: #fff8f2;
  --sand: #f1dfd2;
  --caramel: #97634d;
  --sage: #75806d;
  --blue: #dceaf3;
  --white: #ffffff;
  --line: rgba(35, 27, 24, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }

.announcement { padding: 0.55rem 1rem; background: var(--wine); color: var(--white); text-align: center; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.site-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 1rem clamp(1.2rem, 4vw, 4rem); background: rgba(255, 248, 242, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 0.75rem; text-decoration: none; }
.brand-mark { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border-radius: 50%; background: var(--wine); color: var(--white); font-family: var(--serif); font-weight: 700; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-family: var(--serif); font-size: 1rem; }
.brand small { margin-top: 0.15rem; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; }
nav { display: flex; gap: 2rem; }
nav a, .footer-links a { text-decoration: none; font-size: 0.9rem; font-weight: 600; }
nav a:hover, .footer-links a:hover { color: var(--wine); }
.site-header > .button { justify-self: end; }

.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: 0.8rem 1.35rem; border: 1px solid var(--wine); border-radius: 0.4rem; background: var(--wine); color: var(--white); text-decoration: none; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); background: #692d2f; }
.button-small { min-height: 2.7rem; padding: 0.65rem 1rem; }
.text-link { display: inline-flex; align-items: center; gap: 0.55rem; color: var(--wine); font-weight: 700; text-underline-offset: 0.3rem; }
.eyebrow { margin: 0 0 1rem; color: var(--wine); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }

.hero { display: grid; min-height: 690px; grid-template-columns: 0.92fr 1.08fr; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.4rem, 7vw, 7.5rem); background: var(--cream); }
h1, h2, blockquote { font-family: var(--serif); letter-spacing: -0.035em; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.2rem, 6vw, 6.8rem); line-height: 0.94; }
h1 em { color: var(--wine); font-weight: 600; }
.hero-intro { max-width: 620px; margin: 2rem 0; font-size: clamp(1.05rem, 1.3vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.hero-note { display: flex; align-items: center; gap: 0.8rem; margin-top: 3.2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-note p { margin: 0; font-size: 0.9rem; line-height: 1.45; }
.note-icon { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border-radius: 50%; background: var(--sand); color: var(--wine); }
.hero-image-wrap { position: relative; min-height: 620px; overflow: hidden; background: var(--sand); }
.hero-image-wrap > img { height: 100%; object-fit: cover; }
.hero-image-wrap::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(35, 27, 24, 0.22)); content: ""; pointer-events: none; }
.hero-seal { position: absolute; z-index: 2; right: 6%; bottom: 6%; display: grid; width: 9rem; height: 9rem; place-items: center; padding: 1rem; border-radius: 50%; background: var(--cream); box-shadow: 0 16px 40px rgba(35, 27, 24, 0.2); color: var(--wine); text-align: center; transform: rotate(-5deg); }
.hero-seal span { font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-seal strong { font-family: var(--serif); font-size: 1.15rem; line-height: 1; }

.weekly-section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.2rem, 6vw, 6rem); }
.section-heading { display: flex; max-width: 1400px; align-items: end; justify-content: space-between; gap: 3rem; margin: 0 auto 2.5rem; }
.section-heading h2, .process h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; }
.section-heading > p { max-width: 520px; margin: 0; color: rgba(35, 27, 24, 0.72); font-size: 1.05rem; }
.product-grid { display: grid; max-width: 1400px; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin: 0 auto; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 0.75rem; background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(60, 35, 25, 0.1); }
.product-photo { position: relative; aspect-ratio: 1 / 0.83; overflow: hidden; background: var(--sand); }
.product-photo img { height: 100%; object-fit: cover; transition: transform 500ms ease; }
.product-card:hover .product-photo img { transform: scale(1.025); }
.badge { position: absolute; top: 1rem; left: 1rem; padding: 0.35rem 0.55rem; border-radius: 999px; background: var(--wine); color: var(--white); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.badge-warm { background: var(--caramel); }
.product-body { padding: 1.25rem 1.25rem 1.4rem; }
.product-title { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.product-title h3 { margin: 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.15; }
.product-title span { flex: none; color: var(--wine); font-weight: 800; }
.product-body p { min-height: 4.8rem; margin: 0.8rem 0 1rem; color: rgba(35, 27, 24, 0.72); font-size: 0.93rem; }
.product-body a { color: var(--wine); font-weight: 800; text-underline-offset: 0.3rem; }
.center-action { margin-top: 3rem; text-align: center; }
.center-action p { margin: 0.9rem 0 0; color: rgba(35, 27, 24, 0.65); font-size: 0.85rem; }

.process { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 7vw, 7rem); background: var(--blue); }
.process-intro { max-width: 520px; }
.process-intro > p:last-child { margin-top: 1.8rem; font-size: 1.05rem; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 4.25rem 1fr; gap: 1.2rem; padding: 1.7rem 0; border-top: 1px solid rgba(35, 27, 24, 0.22); }
.steps li:last-child { border-bottom: 1px solid rgba(35, 27, 24, 0.22); }
.steps > li > span { color: var(--wine); font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }
.steps h3 { margin: 0 0 0.35rem; font-family: var(--serif); font-size: 1.45rem; }
.steps p { margin: 0; color: rgba(35, 27, 24, 0.75); }

.more-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 6rem); background: var(--wine); color: var(--white); }
.section-heading.light .eyebrow { color: #f2c5bd; }
.section-heading.light > p { color: rgba(255, 255, 255, 0.75); }
.more-grid { display: grid; max-width: 1400px; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 auto; background: rgba(255, 255, 255, 0.25); }
.more-grid article { min-height: 280px; padding: clamp(1.6rem, 4vw, 3rem); background: var(--wine); }
.more-grid span { color: #f2c5bd; font-family: var(--serif); }
.more-grid h3 { margin: 4.6rem 0 0.8rem; font-family: var(--serif); font-size: 1.75rem; }
.more-grid p { max-width: 360px; margin: 0; color: rgba(255, 255, 255, 0.76); }

.mission { max-width: 950px; margin: 0 auto; padding: clamp(5rem, 10vw, 10rem) 1.4rem; text-align: center; }
.mission blockquote { margin: 0 0 2rem; color: var(--wine); font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.05; }
.mission > p:not(.eyebrow) { max-width: 720px; margin: 0 auto 1.8rem; font-size: 1.08rem; }

footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.2rem, 5vw, 5rem); background: var(--ink); color: var(--white); }
.footer-brand { display: flex; align-items: center; gap: 0.8rem; }
.brand-mark.inverse { background: var(--cream); color: var(--wine); }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font-family: var(--serif); font-size: 1.1rem; }
.footer-brand small, footer > p { color: rgba(255, 255, 255, 0.6); font-size: 0.75rem; }
.footer-links { display: flex; gap: 1.5rem; }
footer > p { grid-column: 1 / -1; margin: 0; padding-top: 1.25rem; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.mobile-order { display: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem 2rem 4rem; }
  .hero-image-wrap { min-height: 560px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .process { grid-template-columns: 1fr; }
  .process { display: grid; }
}

@media (max-width: 640px) {
  body { padding-bottom: 4.75rem; }
  .announcement { font-size: 0.65rem; }
  .site-header { padding: 0.85rem 1rem; }
  .site-header > .button { display: none; }
  .brand-mark { width: 2.35rem; height: 2.35rem; }
  .hero { min-height: 0; }
  .hero-copy { padding: 4rem 1.2rem 3rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-intro { margin: 1.5rem 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-note { margin-top: 2.2rem; }
  .hero-image-wrap { min-height: 460px; }
  .hero-seal { width: 7.5rem; height: 7.5rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.2rem; }
  .product-grid, .more-grid { grid-template-columns: 1fr; }
  .product-photo { aspect-ratio: 1 / 0.86; }
  .product-body p { min-height: 0; }
  .process { padding-inline: 1.2rem; }
  .steps li { grid-template-columns: 3.1rem 1fr; }
  .more-grid article { min-height: 225px; }
  .more-grid h3 { margin-top: 3rem; }
  footer { grid-template-columns: 1fr; padding-bottom: 2rem; }
  .footer-links { flex-wrap: wrap; }
  .mobile-order { position: fixed; z-index: 50; right: 0.75rem; bottom: 0.75rem; left: 0.75rem; display: flex; min-height: 3.8rem; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.75rem 1rem; border-radius: 0.7rem; background: var(--wine); box-shadow: 0 12px 30px rgba(35, 27, 24, 0.25); color: var(--white); text-decoration: none; }
  .mobile-order span { font-size: 0.73rem; }
  .mobile-order strong { font-size: 0.85rem; text-transform: uppercase; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
