:root {
  --brand: #d85646;
  --brand-deep: #a93f32;
  --green: #52ad68;
  --green-dark: #2f7e48;
  --ink: #15110f;
  --muted: #675f59;
  --paper: #fffaf5;
  --cream: #fff4e8;
  --card: #ffffff;
  --line: #eaded2;
  --shadow: 0 20px 60px rgba(63, 39, 23, 0.10);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
  line-height: 1.55;
}
a { color: inherit; }
.site-header {
  background: var(--brand);
  color: #fff;
  padding: 54px 20px 34px;
  text-align: center;
}
.logo {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  text-decoration: none;
}
.logo-neighbor { color: #58b66b; }
.logo-chef { color: #fff; }
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(18px, 4vw, 42px);
  font-size: 18px;
  font-weight: 800;
}
.nav a {
  color: #fff;
  text-decoration: none;
  opacity: 0.96;
}
.nav a:hover { text-decoration: underline; }
.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.hero {
  padding: clamp(56px, 8vw, 92px) 0 42px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  border: 1px solid #f1d5a9;
  border-radius: 999px;
  padding: 8px 13px;
  color: #7c4d10;
  background: #fff8ea;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.97;
  letter-spacing: -0.06em;
}
.hero p {
  max-width: 860px;
  color: var(--muted);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 650;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 20px;
}
.button,
button.button {
  appearance: none;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 15px 28px;
  background: var(--green);
  color: #fff;
  font: inherit;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 6px 0 rgba(44, 86, 49, 0.30);
}
.button:hover { transform: translateY(-1px); }
.button.secondary {
  background: #fff;
  color: var(--green-dark);
  border-color: var(--green);
  box-shadow: none;
}
.waitlist {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 14px;
  width: min(620px, 100%);
  margin-top: 24px;
}
.waitlist input {
  min-height: 58px;
  width: 100%;
  border: 1px solid #ded6ce;
  border-radius: 12px;
  padding: 0 18px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
}
.waitlist input::placeholder { color: #aaa19a; }
.phone-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 22px;
  background: linear-gradient(145deg, #211a17 0%, #100e0c 100%);
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.phone-card:before {
  content: "";
  position: absolute;
  inset: -70px -60px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(216, 120, 0, .44), transparent 70%);
}
.phone-card-inner {
  position: relative;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  padding: 26px;
  background: rgba(255,255,255,.055);
}
.phone-pill {
  display: inline-block;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 214, 157, 0.45);
  border-radius: 999px;
  padding: 8px 12px;
  color: #f8d796;
  background: rgba(255, 214, 157, 0.10);
  font-weight: 850;
}
.phone-card h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 5vw, 50px);
  letter-spacing: -0.05em;
  line-height: 1;
}
.phone-card p { color: #e9dfd4; font-size: 18px; }
.search-chip {
  margin-top: 24px;
  border-radius: 999px;
  padding: 15px 18px;
  color: #857c75;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}
.section {
  padding: clamp(42px, 6vw, 72px) 0;
}
.section h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.section > .container > p,
.section-copy {
  max-width: 980px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 650;
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}
.card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 34px);
  background: var(--card);
  box-shadow: 0 14px 40px rgba(63, 39, 23, 0.06);
}
.card h3 {
  margin-bottom: 16px;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
ul {
  margin: 0;
  padding-left: 24px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
}
li + li { margin-top: 10px; }
.notice {
  border: 1px solid #ecd7b5;
  border-radius: 24px;
  padding: 24px;
  background: #fff8ea;
  color: #6c4b1c;
  font-size: 18px;
  font-weight: 700;
}
.legal-page {
  background: radial-gradient(circle at top left, #fff4dd 0, var(--paper) 38%, #f8efe4 100%);
}
.legal-shell {
  width: min(960px, calc(100% - 36px));
  margin: 0 auto;
  padding: 52px 0 62px;
}
.legal-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow);
}
.legal-card pre {
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #2e251f;
  font: 17px/1.65 Georgia, "Times New Roman", serif;
}
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin: 22px 0 0;
  color: var(--brand-deep);
  font-weight: 850;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 38px;
  color: var(--muted);
  background: #fffaf5;
  font-weight: 650;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.site-footer a { color: var(--brand-deep); font-weight: 850; }
@media (max-width: 760px) {
  .site-header { padding: 34px 16px 26px; }
  .hero-grid, .cards { grid-template-columns: 1fr; }
  .waitlist { grid-template-columns: 1fr; }
  .button, button.button { width: 100%; }
  ul { font-size: 18px; }
}
