:root {
  --plum: #5a103d;
  --plum-dark: #3f0b2d;
  --terracotta: #dc4b2f;
  --terracotta-dark: #c94229;
  --cream: #fff8f1;
  --cream-2: #fff0e5;
  --sage: #718451;
  --ink: #241c27;
  --muted: #66606a;
  --line: #e8dcd2;
  --white: #fff;
  --max: 1370px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  height: 106px;
  background: rgba(255,255,255,.98);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(90,16,61,.04);
}
.header-inner {
  width: min(var(--max), calc(100% - 70px));
  margin: auto;
  display: flex;
  align-items: center;
  gap: 42px;
}

.brand { display: flex; align-items: center; min-width: 320px; }
.brand-mark {
  width: 47px; height: 58px;
  color: var(--sage);
  font-size: 48px;
  transform: rotate(-35deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.brand-copy { display: block; line-height: 1; }
.brand-top {
  display: block;
  color: var(--plum);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 7px;
}
.brand-bottom {
  display: block;
  margin-top: 3px;
  padding-left: 95px;
  color: var(--plum);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
}
.brand-bottom span {
  font-family: Sacramento, cursive;
  color: var(--terracotta);
  font-size: 53px;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: -12px;
  margin-left: 4px;
}
.brand-bottom b { color: var(--terracotta); font-size: 25px; margin-left: 4px; }
.brand small {
  display: block;
  margin-top: 17px;
  color: #665c68;
  font-size: 10px;
  letter-spacing: 3px;
  white-space: nowrap;
}

.main-nav { display: flex; align-items: center; gap: 43px; flex: 1; justify-content: center; }
.main-nav a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2px;
  padding: 43px 0 18px;
  position: relative;
  white-space: nowrap;
}
.main-nav a.active { color: var(--terracotta); }
.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 10px;
  height: 2px;
  background: var(--terracotta);
}

.header-actions { display: flex; align-items: center; gap: 22px; }
.icon-btn {
  border: 0; background: transparent; color: var(--plum);
  font-size: 35px; line-height: 1; cursor: pointer;
}
.bag { font-size: 31px; transform: rotate(180deg); }
.table-btn, .btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: .5px;
}
.table-btn {
  background: var(--terracotta);
  color: white;
  padding: 16px 30px;
  min-width: 220px;
  font-size: 14px;
}
.menu-toggle { display: none; border: 0; background: transparent; font-size: 28px; color: var(--plum); }

.hero {
  display: grid;
  grid-template-columns: minmax(500px, .92fr) 1.48fr;
  min-height: 565px;
  overflow: hidden;
}
.hero-copy {
  padding: 56px 55px 48px max(55px, calc((100vw - var(--max)) / 2));
  position: relative;
  z-index: 2;
  background: #fff;
}
.eyebrow {
  color: var(--plum);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 12px;
}
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 {
  color: var(--plum);
  font-size: clamp(60px, 5.3vw, 88px);
  line-height: .88;
  letter-spacing: -3px;
  margin: 0;
  font-weight: 600;
}
h1 span {
  color: var(--terracotta);
  font-family: Sacramento, cursive;
  font-size: 1.03em;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}
h1 i {
  color: var(--terracotta);
  font-family: Arial, sans-serif;
  font-size: 52px;
  font-style: normal;
  display: inline-block;
  vertical-align: 14px;
  margin-left: 5px;
}
.hero-text {
  color: #302c35;
  font-size: 17px;
  line-height: 1.45;
  margin: 25px 0 23px;
}
.hero-buttons { display: flex; gap: 15px; }
.btn { min-height: 49px; padding: 0 28px; font-size: 14px; }
.btn-primary { color: #fff; background: var(--terracotta); border: 1px solid var(--terracotta); }
.btn-primary span { font-size: 21px; margin-left: 11px; line-height: 0; }
.btn-outline { color: var(--terracotta); background: white; border: 1px solid var(--terracotta); }
.hero-note {
  color: #625b68;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.55;
  margin-top: 34px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.hero-note > span { width: 27px; height: 2px; background: var(--terracotta); margin-top: 7px; }
.hero-note b { color: var(--sage); font-size: 24px; transform: rotate(-20deg); margin-left: -7px; }

.hero-image { position: relative; min-height: 565px; overflow: hidden; background: #d9c6b4; }
.hero-photo {
  position: absolute; inset: 0;
  background-image: url("images/home_page.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: saturate(.94);
}
.hero-image::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.03), transparent 24%);
  pointer-events: none;
}
.hero-script {
  position: absolute;
  right: 8%; top: 35%;
  color: #5d4055;
  font-family: Sacramento, cursive;
  font-size: 39px;
  line-height: 1.05;
  transform: rotate(-6deg);
  z-index: 2;
}
.love-badge {
  position: absolute;
  right: 9%; bottom: 10%;
  width: 150px; height: 150px;
  border-radius: 50%;
  background: rgba(113,132,81,.93);
  color: white;
  z-index: 3;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  box-shadow: 0 8px 25px rgba(40,40,40,.08);
}
.love-badge strong { font-size: 29px; font-weight: 400; line-height: 1; margin-bottom: 7px; }
.love-badge span { font-size: 11px; font-weight: 700; line-height: 1.7; letter-spacing: 1.3px; }

.benefits {
  min-height: 130px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px max(55px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid #f0eae5;
  background: #fff;
}
.benefit {
  display: flex; align-items: center; gap: 20px;
  padding: 0 27px;
  border-right: 1px solid var(--line);
}
.benefit:first-child { padding-left: 0; }
.benefit:last-child { border-right: 0; }
.benefit-icon {
  width: 82px; height: 82px; border-radius: 50%;
  background: var(--cream-2);
  color: var(--terracotta);
  display: grid; place-items: center;
  flex: 0 0 auto;
  font-size: 37px;
}
.benefit-icon.leaf { color: #4f704f; }
.benefit-icon.heart { font-size: 43px; }
.benefit h3 { margin: 0 0 6px; color: var(--plum); font-size: 13px; line-height: 1.15; letter-spacing: 1px; }
.benefit p { margin: 0; color: #655d68; font-size: 15px; line-height: 1.2; }

.recipes-section { padding: 34px max(55px, calc((100vw - var(--max)) / 2)) 70px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.section-heading h2 { color: var(--plum); font-size: 43px; margin: 0; letter-spacing: -1.5px; }
.section-heading h2 span { color: var(--sage); font-family: Arial, sans-serif; font-size: 49px; display: inline-block; transform: rotate(-25deg); margin-left: 7px; }
.section-heading a { color: var(--terracotta); font-size: 12px; font-weight: 700; letter-spacing: .6px; }
.section-heading a b { font-size: 19px; margin-left: 8px; }
.recipe-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.recipe-card {
  min-height: 280px; border-radius: 7px; overflow: hidden; position: relative;
  background-color: #dbc6af;
  background-image: url("images/home_page.png");
  background-repeat: no-repeat;
  transition: transform .25s ease, box-shadow .25s ease;
}
.recipe-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(60,30,50,.13); }
.recipe-card.pasta { background-image: url("images/recipe-1.png"); background-size: cover; background-position: center; }
.recipe-card.soup { background-image: url("images/recipe-2.png"); background-size: cover; background-position: center; }
.recipe-card.chicken { background-image: url("images/recipe-3.png"); background-size: cover; background-position: center; }
.recipe-card.cake { background-image: url("images/recipe-4.png"); background-size: cover; background-position: center; }
.recipe-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 58px 20px 19px; color: white; background: linear-gradient(transparent, rgba(42,19,35,.82)); }
.recipe-overlay span { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; }
.recipe-overlay h3 { font-family: "Playfair Display", Georgia, serif; margin: 4px 0 0; font-size: 23px; }

.join {
  background: var(--cream);
  padding: 58px max(55px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 40px;
  align-items: center;
}
.join h2 { color: var(--plum); font-size: 43px; line-height: 1; margin: 7px 0 0; }
.join h2 span { color: var(--terracotta); font-family: Sacramento, cursive; font-size: 1.25em; font-weight: 400; }
.join > p { color: var(--muted); line-height: 1.6; max-width: 450px; }

.details-image {
  padding: 42px max(22px, calc((100vw - var(--max)) / 2));
  display: flex;
  justify-content: center;
  background: #fff;
}
.details-image img {
  display: block;
  width: min(100%, 900px);
  height: auto;
}

.site-footer { padding: 38px max(55px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; gap: 45px; flex-wrap: wrap; background: var(--plum-dark); color: white; }
.site-footer strong { font-family: "Playfair Display", Georgia, serif; font-size: 23px; }
.site-footer strong span { color: #f05a3c; font-family: Sacramento, cursive; font-size: 35px; }
.site-footer p { margin: 7px 0 0; color: #dfd1da; font-size: 13px; }
.footer-links { display: flex; gap: 25px; margin-left: auto; }
.footer-links a { font-size: 13px; color: #fff; }
.copyright { margin-left: auto !important; }

@media (max-width: 1250px) {
  .header-inner { gap: 20px; width: min(100% - 40px, var(--max)); }
  .brand { min-width: 275px; }
  .main-nav { gap: 22px; }
  .table-btn { min-width: auto; padding: 15px 20px; }
  .header-actions { gap: 10px; }
  .hero-copy { padding-left: 40px; }
  .benefit { padding: 0 14px; }
}

@media (max-width: 1000px) {
  .site-header { height: 88px; }
  .header-inner { width: calc(100% - 32px); }
  .brand { min-width: 0; }
  .brand-mark { width: 32px; font-size: 34px; }
  .brand-top { font-size: 20px; letter-spacing: 4px; }
  .brand-bottom { padding-left: 58px; font-size: 12px; }
  .brand-bottom span { font-size: 39px; }
  .brand small { display: none; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 88px; background: white; padding: 15px 22px 22px; box-shadow: 0 12px 30px rgba(0,0,0,.08); flex-direction: column; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 13px 0; }
  .main-nav a.active::after { bottom: 5px; right: auto; width: 40px; }
  .header-actions .icon-btn, .header-actions .table-btn { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 50px 35px; }
  .hero-image { min-height: 500px; }
  .benefits { grid-template-columns: repeat(2, 1fr); padding: 20px 35px; }
  .benefit { min-height: 100px; }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .recipes-section { padding-left: 35px; padding-right: 35px; }
  .recipe-grid { grid-template-columns: repeat(2, 1fr); }
  .join { grid-template-columns: 1fr; padding-left: 35px; padding-right: 35px; }
  .join .btn { width: max-content; }
}

@media (max-width: 620px) {
  .site-header { height: 74px; }
  .brand-mark { display: none; }
  .brand-top { font-size: 17px; letter-spacing: 3px; }
  .brand-bottom { padding-left: 48px; font-size: 10px; }
  .brand-bottom span { font-size: 32px; vertical-align: -9px; }
  .brand-bottom b { font-size: 18px; }
  .menu-toggle { font-size: 23px; }
  .main-nav { top: 74px; }
  .hero-copy { padding: 42px 22px 40px; }
  .eyebrow { font-size: 11px; letter-spacing: 2px; }
  h1 { font-size: 57px; letter-spacing: -2px; }
  h1 i { font-size: 34px; vertical-align: 8px; }
  .hero-text { font-size: 15px; }
  .desktop-only { display: none; }
  .hero-buttons { flex-direction: column; max-width: 300px; }
  .btn { width: 100%; }
  .hero-note { margin-top: 25px; }
  .hero-image { min-height: 400px; }
  .hero-script { font-size: 29px; right: 8%; top: 32%; }
  .love-badge { width: 115px; height: 115px; right: 7%; bottom: 8%; }
  .love-badge strong { font-size: 22px; }
  .love-badge span { font-size: 8px; }
  .benefits { grid-template-columns: 1fr; padding: 10px 22px; }
  .benefit, .benefit:first-child { border-right: 0; border-bottom: 1px solid var(--line); padding: 13px 0; }
  .benefit:last-child { border-bottom: 0; }
  .benefit-icon { width: 65px; height: 65px; font-size: 30px; }
  .recipes-section { padding: 30px 22px 50px; }
  .section-heading { align-items: flex-end; gap: 15px; }
  .section-heading h2 { font-size: 32px; }
  .section-heading h2 span { font-size: 34px; }
  .section-heading a { font-size: 9px; text-align: right; }
  .recipe-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .recipe-card { min-height: 210px; }
  .recipe-overlay { padding: 45px 13px 13px; }
  .recipe-overlay h3 { font-size: 17px; }
  .join { padding: 45px 22px; gap: 10px; }
  .join h2 { font-size: 34px; }
  .site-footer { padding: 32px 22px; display: block; }
  .footer-links { margin: 25px 0; flex-wrap: wrap; }
  .copyright { margin: 0 !important; }
}
