:root {
  --page: #f6f1e6;
  --page-2: #fbf8f0;
  --panel: #fffdf8;
  --text: #1b2a20;
  --text-dim: #596656;
  --text-faint: #879083;
  --line: rgba(27, 42, 32, 0.15);
  --line-strong: rgba(27, 42, 32, 0.28);
  --brand: #2e5a39;
  --brand-deep: #1f3d27;
  --brand-ink: #f8f3e8;
  --gold: #b6913a;
  --gold-soft: #ead9a6;
  --tomato: #b74b3c;
  --shadow-card: 0 18px 42px -30px rgba(27, 42, 32, 0.52);
  --shadow-pop: 0 30px 76px -40px rgba(27, 42, 32, 0.58);
  --display: "Frank Ruhl Libre", "David Libre", serif;
  --body: "Assistant", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--text);
  background: var(--page);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 999;
  content: "";
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

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

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

.wrap {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.announcement {
  color: var(--brand-ink);
  background: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 700;
}

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  gap: 26px;
}

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

.announcement span + span::before {
  width: 4px;
  height: 4px;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 241, 230, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px) saturate(1.2);
}

.header-inner,
.wordmark,
.main-nav,
.hero-actions,
.button,
.text-link,
.selection-badge,
.story-contact {
  display: flex;
  align-items: center;
}

.header-inner {
  min-height: 78px;
  gap: 28px;
}

.wordmark {
  gap: 12px;
}

.wordmark img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.wordmark span {
  display: grid;
  line-height: 1;
}

.wordmark strong,
.site-footer h2,
h1,
h2 {
  font-family: var(--display);
}

.wordmark strong {
  color: var(--brand-deep);
  font-size: 1.75rem;
  font-weight: 800;
}

.wordmark small {
  margin-top: 5px;
  color: var(--text-faint);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.main-nav {
  gap: 28px;
}

.main-nav a {
  position: relative;
  color: var(--text-dim);
  font-size: 0.98rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--text);
}

.header-order {
  margin-inline-start: auto;
}

.button {
  justify-content: center;
  min-height: 46px;
  gap: 10px;
  padding: 11px 23px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.button.primary {
  color: var(--brand-ink);
  background: var(--brand);
  box-shadow: 0 16px 34px -22px var(--brand);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--brand-deep);
  box-shadow: 0 20px 38px -20px var(--brand);
}

.button.ghost {
  color: var(--text);
  background: transparent;
  border-color: var(--line-strong);
}

.button.ghost:hover,
.button.ghost:focus-visible {
  border-color: var(--text);
}

.button.gold {
  color: #241c08;
  background: var(--gold);
}

.button.large {
  min-height: 54px;
  padding: 15px 30px;
  font-size: 1.04rem;
}

.button.full {
  width: 100%;
}

.hero {
  padding: 64px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.82fr);
  gap: 62px;
  align-items: center;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

h1,
h2,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: clamp(3.4rem, 6.8vw, 5.8rem);
  font-weight: 800;
  line-height: 0.98;
}

h1 em {
  color: var(--brand);
  font-weight: 700;
}

.lead {
  max-width: 660px;
  margin: 25px 0 0;
  color: var(--text-dim);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.hero-visual {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background: var(--brand-deep);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow-pop);
}

.hero-visual::after,
.story-photo::after,
.category-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero-visual::after {
  background: linear-gradient(180deg, rgba(31, 61, 39, 0.04), rgba(31, 61, 39, 0.32));
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
}

.kosher-seal {
  position: absolute;
  top: 20px;
  inset-inline-end: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  color: var(--gold);
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: var(--shadow-card);
}

.kosher-seal span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-size: 0.65rem;
}

.selection-badge {
  position: absolute;
  bottom: 22px;
  inset-inline-start: 22px;
  z-index: 2;
  max-width: calc(100% - 44px);
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255, 253, 248, 0.95);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

.selection-badge strong,
.selection-badge small {
  display: block;
}

.selection-badge strong {
  font-weight: 800;
}

.selection-badge small {
  color: var(--text-dim);
  font-size: 0.82rem;
}

.leaf-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--brand);
  background: currentColor;
  border-radius: 0 100% 0 100%;
  transform: rotate(-10deg);
}

.selection-badge .leaf-icon {
  width: 42px;
  height: 42px;
  padding: 11px;
  color: var(--brand);
  background: rgba(46, 90, 57, 0.12);
  border-radius: 50%;
  transform: none;
}

.selection-badge .leaf-icon::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: var(--brand);
  border-radius: 0 100% 0 100%;
  transform: rotate(-10deg);
}

.values-section {
  padding: 10px 0 44px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 22px;
  gap: 1px;
}

.values-grid article {
  min-height: 190px;
  padding: 28px 25px;
  background: var(--page-2);
}

.value-icon {
  display: inline-grid;
  width: 28px;
  min-height: 28px;
  place-items: center;
  color: var(--brand);
  font-size: 1.3rem;
}

.value-icon svg {
  width: 27px;
  height: 27px;
}

.values-grid h2 {
  margin: 14px 0 6px;
  color: var(--text);
  font-size: 1.25rem;
  line-height: 1.1;
}

.values-grid p,
.weekly-card p,
.story-grid p,
.quick-order-grid p,
.privacy-card p,
.site-footer p {
  margin: 0;
  color: var(--text-dim);
}

.section {
  padding: 72px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.section-head h2,
.weekly-card h2,
.story-grid h2,
.quick-order-grid h2,
.privacy-card h2 {
  margin: 8px 0 0;
  color: var(--text);
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.text-link {
  gap: 8px;
  color: var(--brand);
  font-weight: 800;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--brand-deep);
}

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

.category-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-card);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.category-card:hover,
.category-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: var(--shadow-pop);
}

.category-card::after {
  background: linear-gradient(180deg, rgba(12, 22, 14, 0.02), rgba(12, 22, 14, 0.76));
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card span {
  position: absolute;
  inset-inline: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  color: #fff;
}

.category-card strong {
  font-family: var(--display);
  font-size: 1.7rem;
}

.category-card small {
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.88;
}

.weekly-section {
  padding: 14px 0 62px;
}

.weekly-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 52px 54px;
  color: var(--brand-ink);
  background:
    radial-gradient(circle at 86% 18%, rgba(182, 145, 58, 0.35), transparent 38%),
    var(--brand-deep);
  border-radius: 28px;
  box-shadow: var(--shadow-pop);
}

.weekly-card h2 {
  max-width: 720px;
  color: var(--brand-ink);
}

.weekly-card p {
  max-width: 760px;
  margin-top: 17px;
  color: rgba(248, 243, 232, 0.82);
  font-weight: 600;
}

.story-grid,
.quick-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 50px;
  align-items: center;
}

.story-photo {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow-pop);
}

.story-photo::after {
  background: rgba(31, 61, 39, 0.18);
}

.story-photo img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.story-grid p,
.quick-order-grid p {
  margin-top: 18px;
  font-size: 1.08rem;
  font-weight: 600;
}

.story-contact {
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 26px;
  color: var(--brand);
  font-weight: 800;
}

.quick-order-section {
  padding: 70px 0;
  background: var(--page-2);
  border-block: 1px solid var(--line);
}

.quick-order-grid {
  align-items: start;
}

.quick-order-grid .text-link {
  margin-top: 24px;
}

.quick-form {
  display: grid;
  gap: 15px;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-card);
}

.quick-form label {
  display: grid;
  gap: 6px;
  color: var(--text-dim);
  font-size: 0.88rem;
  font-weight: 800;
}

.quick-form input,
.quick-form textarea,
.quick-form select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--text);
  background: var(--page-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  font-size: 1rem;
  outline: none;
}

.quick-form textarea {
  resize: vertical;
}

.quick-form input:focus,
.quick-form textarea:focus,
.quick-form select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(46, 90, 57, 0.14);
}

.form-note {
  min-height: 1.4em;
  margin: 0;
  color: var(--tomato);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.privacy-section {
  padding: 54px 0;
}

.privacy-card {
  padding: 30px;
  color: var(--brand-ink);
  background: var(--brand-deep);
  border-radius: 22px;
}

.privacy-card h2 {
  max-width: 760px;
  color: var(--brand-ink);
  font-size: clamp(2rem, 3.8vw, 3rem);
}

.privacy-card p {
  max-width: 860px;
  margin-top: 12px;
  color: rgba(248, 243, 232, 0.82);
  font-weight: 600;
}

.site-footer {
  padding: 58px 0 20px;
  color: var(--brand-ink);
  background: var(--brand-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.8fr;
  gap: 40px;
  padding-bottom: 38px;
}

.footer-wordmark img {
  width: 72px;
  height: 72px;
}

.footer-wordmark strong,
.site-footer h2 {
  color: var(--brand-ink);
}

.site-footer h2 {
  margin: 0 0 12px;
  font-size: 1.3rem;
}

.site-footer a,
.site-footer span,
.site-footer p {
  display: block;
  color: rgba(248, 243, 232, 0.78);
  font-size: 0.95rem;
}

.site-footer a + a,
.site-footer a + span {
  margin-top: 8px;
}

.site-footer p {
  max-width: 390px;
  margin-top: 15px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(248, 243, 232, 0.16);
}

.footer-bottom span {
  font-size: 0.82rem;
}

@media (max-width: 960px) {
  .hero-grid,
  .story-grid,
  .quick-order-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 620px;
    min-height: 480px;
  }

  .hero-visual > img {
    min-height: 480px;
  }

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

  .weekly-card {
    grid-template-columns: 1fr;
  }

  .story-photo {
    order: 2;
  }
}

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

  .announcement-inner {
    justify-content: start;
    overflow: hidden;
  }

  .announcement span:nth-child(n + 2) {
    display: none;
  }

  .header-inner {
    min-height: 70px;
    gap: 12px;
  }

  .main-nav {
    display: none;
  }

  .wordmark img {
    width: 52px;
    height: 52px;
  }

  .wordmark strong {
    font-size: 1.52rem;
  }

  .wordmark small {
    font-size: 0.52rem;
  }

  .header-order {
    min-height: 42px;
    margin-inline-start: auto;
    padding: 9px 15px;
    font-size: 0.92rem;
  }

  .hero {
    padding: 44px 0 38px;
  }

  .hero-grid {
    gap: 36px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 4.55rem);
  }

  .lead {
    font-size: 1.08rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-visual,
  .hero-visual > img {
    min-height: 390px;
  }

  .hero-visual,
  .story-photo,
  .weekly-card {
    border-radius: 22px;
  }

  .values-section {
    padding-top: 0;
  }

  .values-grid article {
    min-height: 164px;
    padding: 20px 16px;
  }

  .values-grid h2 {
    font-size: 1.12rem;
  }

  .values-grid p {
    font-size: 0.9rem;
  }

  .section {
    padding: 56px 0;
  }

  .section-head {
    display: grid;
    margin-bottom: 24px;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 230px;
  }

  .weekly-section {
    padding-bottom: 42px;
  }

  .weekly-card {
    padding: 30px 24px;
  }

  .story-grid,
  .quick-order-grid {
    gap: 30px;
  }

  .story-photo,
  .story-photo img {
    min-height: 300px;
    height: 300px;
  }

  .quick-order-section {
    padding: 56px 0;
  }

  .quick-form {
    padding: 18px;
  }

  .privacy-card {
    padding: 23px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
