:root{--green:#315d45;--green-dark:#214a36;--orange:#db6e2d;--cream:#fbf7ef;--sand:#efe5d5;--ink:#28342d;--muted:#6d746f;--white:#fff;--shadow:0 14px 36px rgba(35,70,52,.10);--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--cream);color:var(--ink);line-height:1.55}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(251,247,239,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(49,93,69,.08);display:flex;align-items:center;justify-content:space-between;padding:8px max(20px,calc((100vw - var(--max))/2))}.brand img{width:112px}.main-nav{display:flex;gap:24px;font-weight:800;font-size:14px}.main-nav a:hover{color:var(--orange)}.menu-toggle{display:none;border:0;background:none}.menu-toggle span{display:block;width:24px;height:2px;background:var(--green-dark);margin:5px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;padding:54px 0 46px}.eyebrow{margin:0 0 10px;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(46px,5.8vw,76px);line-height:.98;letter-spacing:-.045em;color:var(--green-dark);margin-bottom:20px}h2{font-size:clamp(30px,3.5vw,46px);line-height:1.05;letter-spacing:-.035em;color:var(--green-dark);margin-bottom:14px}h3{color:var(--green-dark);margin-bottom:8px}.lead,.copy,.app-copy>p,.launch-card>p,.contact-card>p,.cook-cta p{font-size:17px;color:#536159}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:850}.primary{background:var(--green);color:#fff;box-shadow:0 9px 22px rgba(49,93,69,.18)}.primary:hover{background:var(--green-dark)}.secondary{border:1px solid rgba(49,93,69,.22);background:#fff;color:var(--green-dark)}.note{margin-top:12px;font-size:13px;color:var(--muted)}.app-stack{position:relative;height:430px;border-radius:30px;background:linear-gradient(135deg,#f3e8d4,#e7efe7);box-shadow:var(--shadow);overflow:hidden}.phone{position:absolute;object-fit:cover;border-radius:26px;border:8px solid #fff;box-shadow:0 18px 35px rgba(35,54,45,.18)}.phone-back{width:48%;height:78%;left:14%;top:10%;transform:rotate(-4deg)}.phone-front{width:38%;height:70%;right:12%;top:16%;transform:rotate(4deg)}.section{padding:48px 0}.compact{padding-top:42px;padding-bottom:42px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start}.copy p+ p{margin-top:16px}.app-section{display:grid;grid-template-columns:.88fr 1.12fr;gap:52px;align-items:center;padding-top:36px;padding-bottom:42px}.app-preview-card{border-radius:26px;background:linear-gradient(135deg,#f2e3ca,#e4eee5);padding:26px;box-shadow:var(--shadow)}.app-preview-card img{border-radius:20px;max-height:520px;width:100%;object-fit:cover}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 22px;margin-top:24px}.benefit-grid div{display:grid;gap:4px}.benefit-grid strong{color:var(--green-dark)}.benefit-grid span{font-size:14px;color:var(--muted)}.banner-section{padding:36px 0 42px;background:linear-gradient(120deg,#edf3ee,#f7efe4)}.recruitment-banner{width:100%;max-height:360px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}.cook-cta{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:center;margin-top:26px}.ticks{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ticks span{font-weight:800;color:var(--green-dark)}.section-title{max-width:650px;margin-bottom:22px}.trust-section{padding-top:40px;padding-bottom:42px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-grid article{background:#fff;border:1px solid rgba(49,93,69,.09);border-radius:18px;padding:22px;box-shadow:0 10px 28px rgba(35,70,52,.06)}.trust-grid article>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#e9f2eb;color:var(--green);font-weight:900;margin-bottom:12px}.trust-grid p{margin:0;color:var(--muted);font-size:14px}.final-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding-top:26px;padding-bottom:48px}.launch-card,.contact-card{border-radius:22px;padding:28px;background:#fff;box-shadow:0 10px 28px rgba(35,70,52,.06)}.contact-card{background:var(--sand)}.contact-card .btn{margin-top:8px}.footer{border-top:1px solid rgba(49,93,69,.09);padding:26px 0 30px}.footer-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.footer img{width:92px}.footer p{margin:6px 0 0;color:var(--muted);font-size:13px}@media(max-width:900px){.main-nav{position:absolute;top:70px;left:16px;right:16px;display:none;flex-direction:column;background:#fff;padding:12px;border-radius:16px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:10px}.menu-toggle{display:block}.hero,.split,.app-section,.cook-cta,.final-grid{grid-template-columns:1fr}.hero{gap:28px;padding-top:36px}.app-stack{height:390px}.trust-grid{grid-template-columns:1fr 1fr}.cook-cta{gap:24px}}@media(max-width:620px){.wrap{width:min(var(--max),calc(100% - 28px))}.brand img{width:96px}h1{font-size:46px}.hero{padding-bottom:34px}.app-stack{height:330px}.phone-back{width:52%;left:8%}.phone-front{width:43%;right:7%}.section{padding:36px 0}.benefit-grid,.ticks,.trust-grid{grid-template-columns:1fr}.recruitment-banner{max-height:none}.footer-inner{flex-direction:column;align-items:flex-start}}


/* ===== HomeEats V5 refinements ===== */
html {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 110px;
}

/* Header: larger, properly aligned logo and cleaner navigation */
.site-header {
  min-height: 96px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brand {
  display: flex;
  align-items: center;
}
.brand img {
  width: 168px;
  max-height: 82px;
  object-fit: contain;
}
.main-nav {
  align-items: center;
  gap: 28px;
}
.main-nav a {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  color: var(--green-dark);
  padding: 8px 0;
  position: relative;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
  transition: width .2s ease;
}
.main-nav a:hover::after {
  width: 100%;
}

/* Softer section kicker instead of all-caps eyebrow for question headings */
.section-kicker {
  margin: 0 0 10px;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

/* App section readability */
.app-intro {
  font-size: 20px !important;
  line-height: 1.55;
  max-width: 760px;
  color: #526158;
}

/* Tighter page rhythm */
.section {
  padding-top: 58px;
  padding-bottom: 58px;
}
.hero {
  padding-top: 50px;
  padding-bottom: 60px;
}
.mission {
  padding-top: 28px;
  padding-bottom: 28px;
}
.trust-refined,
.launch-refined {
  padding-top: 46px;
  padding-bottom: 46px;
}

/* Trust cards: more visual structure */
.trust-refined .cards {
  gap: 16px;
}
.trust-refined .mini-card {
  padding: 24px 22px;
  border: 1px solid rgba(49,93,69,.10);
  box-shadow: 0 8px 24px rgba(49,93,69,.06);
}
.trust-refined .mini-card h3 {
  margin-bottom: 8px;
}
.trust-refined .mini-card p {
  line-height: 1.5;
}

/* Launch section */
.launch-refined {
  background: linear-gradient(135deg, rgba(234,242,236,.55), rgba(251,247,239,.2));
  border-radius: 24px;
  padding-left: 36px;
  padding-right: 36px;
  margin-top: 22px;
  margin-bottom: 22px;
}

/* Contact section: direct email address, no button */
.contact-clean {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
  padding: 38px 44px;
  margin-top: 24px;
  margin-bottom: 50px;
}
.contact-copy p:last-child {
  margin-bottom: 0;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 12px;
}
.contact-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  color: var(--orange-dark);
}
.contact-email {
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--green-dark);
  text-decoration: none;
  word-break: break-word;
}
.contact-email:hover {
  color: var(--orange-dark);
}

@media (max-width: 900px) {
  .site-header {
    min-height: 78px;
  }
  .brand img {
    width: 135px;
    max-height: 66px;
  }
  .main-nav {
    gap: 0;
  }
  .contact-clean {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 24px;
  }
  .contact-details {
    padding-left: 0;
  }
  .app-intro {
    font-size: 18px !important;
  }
}


/* V5 final navigation and contact refinements */
#the-app, #become-a-cook, #trust-safety, #contact {
  scroll-margin-top: 120px;
}
.email-detail {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.email-detail span {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.email-detail a {
  color: var(--green-dark);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  text-decoration: none;
  line-height: 1.15;
}
.email-detail a:hover {
  color: var(--orange-dark);
}


/* ===== HomeEats V6 brand typography & colour system ===== */
:root {
  --he-green: #2f5a43;
  --he-green-dark: #214735;
  --he-orange: #db6f2c;
  --he-orange-dark: #bd5b20;
  --he-cream: #fbf6ed;
  --he-cream-2: #f5ecde;
  --he-sage: #e8f0e8;
  --he-ink: #263b31;
  --he-muted: #6d716b;
}

/* HomeEats-inspired brand hierarchy:
   serif for major brand headlines, clean humanist sans for navigation/body */
body {
  background: var(--he-cream);
  color: var(--he-ink);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

.brand-heading,
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif !important;
  color: var(--he-green-dark) !important;
  letter-spacing: -0.025em !important;
  font-weight: 700 !important;
}

h1.brand-heading,
h1 {
  line-height: 1.02 !important;
}

h2.brand-heading,
h2 {
  line-height: 1.08 !important;
}

.section-heading-text,
h3 {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif !important;
  color: var(--he-green-dark) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

/* Never shout section labels in all caps */
.eyebrow,
.section-kicker,
.contact-label,
.panel-badge {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: var(--he-orange-dark) !important;
  margin-bottom: 10px !important;
}

/* Navigation: softer and more refined */
.main-nav a {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--he-green-dark) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.main-nav a:hover {
  color: var(--he-orange-dark) !important;
}
.main-nav a::after {
  background: var(--he-orange) !important;
}

/* Brand logo/header proportion */
.brand img {
  width: 190px !important;
  max-height: 90px !important;
  object-fit: contain !important;
}
.site-header {
  min-height: 102px !important;
}

/* Consistent paragraph sizes and flow */
p,
.copy p,
.lead,
.app-intro,
.info-card p,
.mini-card p,
.cook-copy p,
.contact-card p,
.launch-card p {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif !important;
  color: #58625c !important;
  line-height: 1.6 !important;
}

.lead,
.app-intro {
  font-size: 19px !important;
}

.copy p,
.contact-card p,
.launch-card p,
.info-card p,
.mini-card p {
  font-size: 16.5px !important;
}

/* Buttons follow app colours */
.btn.primary,
.btn-primary {
  background: var(--he-orange) !important;
  color: #fff !important;
}
.btn.primary:hover,
.btn-primary:hover {
  background: var(--he-orange-dark) !important;
}
.btn.secondary,
.btn-secondary {
  border-color: rgba(47, 90, 67, .24) !important;
  color: var(--he-green-dark) !important;
  background: #fffaf4 !important;
}

/* Cards/sections match the HomeEats app visual language */
.info-card,
.mini-card,
.contact-card,
.launch-card,
.app-preview-card,
.cook-panel {
  border-radius: 24px !important;
  border-color: rgba(47, 90, 67, .08) !important;
  box-shadow: 0 10px 26px rgba(47, 90, 67, .06) !important;
}

.contact-card,
.launch-card {
  background: #f4ead9 !important;
}

.hero,
.section,
.cook-section {
  color: var(--he-ink);
}

@media (max-width: 900px) {
  .brand img {
    width: 150px !important;
    max-height: 72px !important;
  }
  .site-header {
    min-height: 82px !important;
  }
}


/* ===== HomeEats V7: page flow + real dish imagery ===== */

/* Navigation follows the page order */
.main-nav {
  gap: 30px !important;
}

/* More compact content flow */
.section {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.hero {
  padding-bottom: 48px !important;
}

/* Featured dishes */
.dishes-section {
  padding-top: 42px !important;
  padding-bottom: 52px !important;
}
.dishes-heading {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 24px;
}
.dishes-heading h2 {
  margin-bottom: 0 !important;
  max-width: 650px;
}
.dishes-heading > p {
  margin: 0;
  font-size: 18px !important;
  line-height: 1.55 !important;
}
.dish-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
}
.dish-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(47, 90, 67, .08);
}
.dish-card-large {
  grid-row: span 2;
  min-height: 520px;
}
.dish-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}
.dish-card-large img {
  min-height: 520px;
}
.dish-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  background: linear-gradient(to top, rgba(25, 54, 40, .9), rgba(25, 54, 40, .05));
  color: white;
}
.dish-caption strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  margin-bottom: 3px;
}
.dish-caption span {
  font-size: 15px;
}

/* Refine the lower page so it doesn't feel empty */
#trust-safety {
  padding-top: 50px !important;
}
.final-grid {
  gap: 18px !important;
  padding-top: 36px !important;
  padding-bottom: 48px !important;
}
.launch-card,
.contact-card {
  min-height: 100% !important;
  padding: 34px !important;
}

@media (max-width: 900px) {
  .dishes-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .dish-grid {
    grid-template-columns: 1fr 1fr;
  }
  .dish-card-large {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 340px;
  }
  .dish-card-large img {
    min-height: 340px;
  }
}

@media (max-width: 620px) {
  .dish-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== HomeEats V8: polished header, food section, footer ===== */

/* Header */
.site-header {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 34px !important;
  padding-left: max(28px, calc((100vw - var(--max)) / 2)) !important;
  padding-right: max(28px, calc((100vw - var(--max)) / 2)) !important;
  background: rgba(251, 247, 239, .97) !important;
  border-bottom: 1px solid rgba(47, 90, 67, .08) !important;
}
.brand img {
  width: 180px !important;
  max-height: 86px !important;
}
.main-nav {
  justify-content: center !important;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--he-orange);
  color: white !important;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(219, 111, 44, .16);
}
.header-cta:hover {
  background: var(--he-orange-dark);
}

/* Secondary hero action becomes a text link, not a button */
.hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  color: var(--he-green-dark);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 4px;
}
.hero-text-link span {
  color: var(--he-orange);
  font-size: 20px;
}
.hero-text-link:hover {
  color: var(--he-orange-dark);
}

/* Clean real-food section */
.food-feature {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.food-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 10px 34px 0;
}
.food-feature-copy h2 {
  margin-bottom: 18px;
}
.food-feature-copy > p:last-child {
  font-size: 18px !important;
  max-width: 620px;
}
.food-feature-image {
  overflow: hidden;
  border-radius: 28px;
  min-height: 360px;
  box-shadow: 0 16px 36px rgba(47, 90, 67, .10);
  background: #efe7da;
}
.food-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Footer */
.footer-complete {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 54px 0 24px !important;
  background: var(--he-green-dark) !important;
  color: white !important;
  border-top: 0 !important;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .85fr 1fr;
  gap: 46px;
  align-items: start;
}
.footer-brand-block img {
  width: 170px;
  background: #fffaf4;
  border-radius: 14px;
  padding: 8px;
  margin-bottom: 14px;
}
.footer-brand-block p,
.footer-contact p,
.footer-bottom p {
  color: rgba(255,255,255,.76) !important;
  margin: 6px 0 !important;
}
.footer-mission {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 17px !important;
  color: #f0c59f !important;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a,
.footer-contact a {
  color: white !important;
  text-decoration: none;
  font-weight: 650;
}
.footer-links a:hover,
.footer-contact a:hover {
  color: #f0c59f !important;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-contact > span {
  color: #f0c59f;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 18px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px !important;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: auto 1fr !important;
  }
  .header-cta {
    display: none;
  }
}
@media (max-width: 900px) {
  .food-feature {
    grid-template-columns: 1fr;
  }
  .food-feature-copy {
    padding-right: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand-block {
    grid-column: 1 / -1;
  }
}
@media (max-width: 620px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
}


/* ===== HomeEats V9: leaf-toned header, cleaner hero ===== */

/* Remove redundant hero CTA controls */
.hero .actions,
.header-cta {
  display: none !important;
}

/* Header inspired by the HomeEats app foliage / footer palette */
.site-header {
  background:
    radial-gradient(circle at 8% 30%, rgba(104, 132, 83, .28), transparent 18%),
    radial-gradient(circle at 22% 80%, rgba(221, 126, 65, .18), transparent 15%),
    radial-gradient(circle at 88% 24%, rgba(136, 157, 113, .22), transparent 20%),
    linear-gradient(110deg, #214735 0%, #2f5a43 58%, #3a694e 100%) !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 8px 22px rgba(33, 71, 53, .12) !important;
}

/* Logo sits on a warm cream card, like the app artwork */
.site-header .brand {
  background: #fffaf4;
  border-radius: 18px;
  padding: 7px 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.site-header .brand img {
  width: 176px !important;
  max-height: 82px !important;
}

/* Header navigation becomes clear and elegant on the dark green header */
.site-header .main-nav a {
  color: #fffaf4 !important;
  font-weight: 600 !important;
  opacity: .96;
}

.site-header .main-nav a:hover {
  color: #f2c5a4 !important;
}

.site-header .main-nav a::after {
  background: #db6f2c !important;
}

/* Give the header subtle leaf-like accents without adding extra images */
.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 70% 30% 60% 40%;
  opacity: .18;
  filter: blur(.2px);
}

.site-header::before {
  width: 90px;
  height: 34px;
  left: 24%;
  top: 10px;
  background: #90a67a;
  transform: rotate(-18deg);
}

.site-header::after {
  width: 110px;
  height: 38px;
  right: 7%;
  bottom: 10px;
  background: #e39b6d;
  transform: rotate(14deg);
}

.site-header {
  position: sticky !important;
  overflow: visible;
}

/* Keep the hero clean now that the duplicate CTA controls are gone */
.hero-copy .note {
  margin-top: 22px !important;
  font-size: 15px !important;
  color: #5f665f !important;
}

@media (max-width: 900px) {
  .site-header .brand {
    padding: 5px 9px;
  }
  .site-header .brand img {
    width: 142px !important;
    max-height: 68px !important;
  }
}

/* HomeEats V10 - approved design retained; tiny recruitment-note adjustment */
.hero-copy .note {
  font-size: 17px !important;
  line-height: 1.55 !important;
}

.site-header::before {
  width: 112px !important;
  height: 42px !important;
  left: 23% !important;
  top: 8px !important;
  border-radius: 100% 0 100% 0 !important;
  background: linear-gradient(135deg, rgba(150,171,127,.82), rgba(225,239,207,.62)) !important;
  transform: rotate(-22deg) !important;
  opacity: .28 !important;
}

.site-header::after {
  width: 122px !important;
  height: 44px !important;
  right: 7% !important;
  bottom: 8px !important;
  border-radius: 0 100% 0 100% !important;
  background: linear-gradient(135deg, rgba(225,111,47,.80), rgba(246,193,155,.64)) !important;
  transform: rotate(18deg) !important;
  opacity: .28 !important;
}


/* ===== HomeEats V12: refined header + hero only ===== */
.homeeats-header {
  position: sticky !important;
  top: 0;
  z-index: 50;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  gap: 34px !important;
  min-height: 104px !important;
  padding: 12px max(28px, calc((100vw - var(--max)) / 2)) !important;
  background:
    radial-gradient(circle at 10% 35%, rgba(126, 153, 101, .16), transparent 24%),
    radial-gradient(circle at 93% 20%, rgba(218, 111, 47, .12), transparent 18%),
    linear-gradient(180deg, #fffaf2 0%, #f7efe4 100%) !important;
  border-bottom: 1px solid rgba(47, 90, 67, .08) !important;
  box-shadow: 0 8px 24px rgba(47, 90, 67, .06) !important;
  overflow: hidden;
}
.brand-card {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: center !important;
  background: rgba(255,255,255,.86) !important;
  border: 1px solid rgba(47, 90, 67, .08);
  border-radius: 20px;
  padding: 7px 13px;
  box-shadow: 0 8px 22px rgba(47, 90, 67, .07);
}
.brand-card img {
  width: 188px !important;
  max-height: 88px !important;
  object-fit: contain !important;
}
.homeeats-header .main-nav {
  position: relative;
  z-index: 2;
  justify-content: flex-end !important;
  gap: 30px !important;
}
.homeeats-header .main-nav a {
  color: var(--he-green-dark) !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  padding: 9px 0 !important;
}
.homeeats-header .main-nav a:hover {
  color: var(--he-orange-dark) !important;
}
.homeeats-header .main-nav a::after {
  background: var(--he-orange) !important;
}
.header-leaf {
  position: absolute;
  pointer-events: none;
  opacity: .42;
  filter: blur(.1px);
}
.leaf-one {
  width: 92px;
  height: 38px;
  left: 22%;
  top: 8px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #9eb38a, #d9e4cf);
  transform: rotate(-22deg);
}
.leaf-two {
  width: 72px;
  height: 30px;
  left: 28%;
  bottom: 7px;
  border-radius: 0 100% 0 100%;
  background: linear-gradient(135deg, #c3d3b3, #eef3e8);
  transform: rotate(16deg);
}
.leaf-three {
  width: 104px;
  height: 36px;
  right: 4%;
  top: 9px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #e5a170, #f3c4a3);
  transform: rotate(20deg);
  opacity: .30;
}
.hero-refined {
  min-height: auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1.05fr !important;
  gap: 54px !important;
  align-items: center !important;
  padding-top: 56px !important;
  padding-bottom: 58px !important;
}
.hero-copy-refined {
  position: relative;
  z-index: 2;
}
.hero-kicker {
  color: var(--he-orange-dark) !important;
  font-size: 19px !important;
  margin-bottom: 14px !important;
}
.hero-refined h1 {
  max-width: 760px;
  margin-bottom: 22px !important;
}
.hero-refined .lead {
  max-width: 680px;
  font-size: 19px !important;
  line-height: 1.58 !important;
}
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 25px 0 18px;
}
.hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #edf3ea;
  border: 1px solid rgba(47, 90, 67, .08);
  color: var(--he-green-dark);
  font-size: 14px;
  font-weight: 700;
}
.hero-highlights b {
  color: var(--he-orange);
}
.hero-note {
  font-size: 17px !important;
  font-weight: 700;
  color: var(--he-green-dark) !important;
  margin-top: 0 !important;
}
.hero-showcase {
  position: relative;
  min-height: 510px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 15%, rgba(218,111,47,.12), transparent 25%),
    radial-gradient(circle at 83% 78%, rgba(47,90,67,.15), transparent 30%),
    linear-gradient(145deg, #f5ecde, #e9f0e6);
  box-shadow: 0 18px 44px rgba(47, 90, 67, .10);
  overflow: hidden;
}
.hero-food-card {
  position: absolute;
  left: 34px;
  top: 34px;
  width: 58%;
  height: 66%;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(42, 60, 49, .16);
}
.hero-food-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-food-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 36px 22px 20px;
  color: white;
  background: linear-gradient(to top, rgba(32, 71, 53, .92), rgba(32,71,53,0));
}
.hero-food-caption span {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.hero-food-caption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}
.hero-phone-card {
  position: absolute;
  right: 34px;
  top: 58px;
  width: 31%;
  height: 74%;
  border-radius: 28px;
  overflow: hidden;
  background: white;
  border: 8px solid white;
  box-shadow: 0 18px 36px rgba(42, 60, 49, .18);
}
.hero-phone-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.hero-mini-card {
  position: absolute;
  left: 48px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(255,250,244,.96);
  border: 1px solid rgba(47,90,67,.08);
  box-shadow: 0 12px 28px rgba(47,90,67,.10);
  color: var(--he-green-dark);
}
.hero-mini-card .mini-label {
  color: var(--he-orange-dark);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 3px;
}
.hero-mini-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}
@media (max-width: 900px) {
  .homeeats-header {
    grid-template-columns: auto auto !important;
    justify-content: space-between;
    min-height: 86px !important;
  }
  .brand-card img {
    width: 148px !important;
    max-height: 70px !important;
  }
  .hero-refined {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .hero-showcase {
    min-height: 450px;
  }
}
@media (max-width: 620px) {
  .hero-showcase {
    min-height: 390px;
  }
  .hero-food-card {
    left: 18px;
    top: 22px;
    width: 64%;
    height: 61%;
  }
  .hero-phone-card {
    right: 16px;
    top: 48px;
    width: 34%;
    height: 66%;
  }
  .hero-mini-card {
    left: 24px;
    bottom: 24px;
  }
}
