/* =========================================================
   HospitableTreats — Warm & Inviting theme
   Palette:
     cream bg     #FBF6EE
     cream card   #FFFFFF / #F4ECDD
     chocolate    #5A3825
     gold         #C8893B
     warm red     #B5462E
   Fonts: Playfair Display (headings) + Nunito (body)
   ========================================================= */

:root {
  --cream:        #FBF6EE;
  --cream-2:      #F4ECDD;
  --paper:        #FFFFFF;
  --chocolate:    #5A3825;
  --chocolate-dk: #3E2616;
  --gold:         #C8893B;
  --gold-dk:      #A86F2C;
  --red:          #B5462E;
  --ink:          #3B2A1E;
  --muted:        #7A6A5C;
  --line:         #E6D9C4;
  --shadow:       0 10px 30px rgba(91, 56, 37, 0.12);
  --shadow-sm:    0 4px 14px rgba(91, 56, 37, 0.10);
  --radius:       16px;
  --radius-sm:    10px;
  --maxw:         1140px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Nunito", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; color: var(--chocolate-dk); line-height: 1.15; margin: 0 0 .5rem; }
h1 { font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 700; }
p  { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Eyebrow / section head ---------- */
.eyebrow {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-dk);
  margin-bottom: .5rem;
}
.eyebrow--light { color: var(--gold); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 2.5rem; }
.section-head p { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Nunito", sans-serif;
  font-weight: 700; font-size: 1rem;
  padding: 13px 26px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--red); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: #9c3a25; color: #fff; }
.btn--outline { background: transparent; color: var(--chocolate); border-color: var(--chocolate); }
.btn--outline:hover { background: var(--chocolate); color: #fff; }
.btn--ghost { background: var(--cream-2); color: var(--chocolate); }
.btn--ghost:hover { background: var(--gold); color: #fff; }
.btn--small { padding: 8px 16px; font-size: .9rem; }
.btn--block { width: 100%; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 246, 238, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; gap: 20px; height: 72px; }
.logo { display: inline-flex; align-items: center; gap: 8px; font-family: "Playfair Display", serif; font-weight: 800; font-size: 1.4rem; color: var(--chocolate-dk); }
.logo:hover { text-decoration: none; }
.logo__mark { font-size: 1.5rem; }
.logo__accent { color: var(--gold-dk); }
.logo--light { color: #fff; }
.logo--light .logo__accent { color: var(--gold); }

.nav__links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav__links > a { color: var(--chocolate); font-weight: 600; }
.nav__links > a:not(.btn):hover { color: var(--red); text-decoration: none; }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-left: auto; }
.nav__toggle span { width: 24px; height: 2px; background: var(--chocolate); display: block; }

/* ---------- Grid helpers ---------- */
.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Hero ---------- */
.hero { background:
  radial-gradient(1200px 500px at 80% -10%, rgba(200,137,59,.18), transparent 60%),
  linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
  padding: 64px 0 72px;
}
.hero__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.hero__copy h1 { margin-bottom: 1rem; }
.hero__highlight { color: var(--gold-dk); font-style: italic; }
.lead { font-size: 1.18rem; color: var(--muted); max-width: 520px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 1.6rem 0 2rem; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 28px; }
.hero__stats > div { display: flex; flex-direction: column; }
.hero__stats strong { color: var(--chocolate-dk); font-family: "Playfair Display", serif; font-size: 1.05rem; }
.hero__stats span { font-size: .85rem; color: var(--muted); }
.hero__media img { width: 100%; height: 420px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }

/* ---------- Values ---------- */
.values { padding: 72px 0; }
.value-card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .2s ease;
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.value-card__icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--cream-2); display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 16px;
}
.value-card p { color: var(--muted); margin: 0; }

/* ---------- Menu / Products ---------- */
.menu { padding: 72px 0; background: var(--cream-2); }
.product-card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform .15s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__img { width: 100%; height: 160px; object-fit: cover; }
.product-card__body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.product-card__name { font-size: 1.12rem; margin-bottom: 4px; }
.product-card__desc { font-size: .9rem; color: var(--muted); margin-bottom: 14px; flex: 1; }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-card__price { font-family: "Playfair Display", serif; font-weight: 700; color: var(--chocolate-dk); font-size: 1.25rem; }
.product-card__from { font-family: "Nunito", sans-serif; font-weight: 600; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.product-card__price small { display: block; font-family: "Nunito", sans-serif; font-weight: 600; color: var(--muted); font-size: .72rem; }
.menu__note { text-align: center; color: var(--muted); margin-top: 28px; font-size: .92rem; }

/* ---------- Pricing ---------- */
.pricing { padding: 72px 0; }
.tier {
  position: relative;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.tier--featured { border-color: var(--gold); box-shadow: 0 14px 40px rgba(200,137,59,.25); transform: translateY(-6px); }
.tier__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #fff; font-weight: 800; font-size: .72rem;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; white-space: nowrap;
}
.tier__price { font-family: "Playfair Display", serif; font-weight: 800; color: var(--chocolate-dk); font-size: 2.6rem; line-height: 1; margin: 10px 0 2px; }
.tier__price span:first-child { font-size: 1.4rem; vertical-align: super; }
.tier__price span:last-child { font-family: "Nunito", sans-serif; font-size: .95rem; color: var(--muted); font-weight: 600; }
.tier__sub { color: var(--muted); margin-bottom: 18px; }
.tier ul { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 10px; }
.tier li { position: relative; padding-left: 26px; color: var(--ink); }
.tier li::before { content: "\2714"; position: absolute; left: 0; color: var(--gold-dk); font-weight: 800; }

/* ---------- Why / Testimonials ---------- */
.why { padding: 72px 0; background: var(--cream-2); }
.testimonial {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 24px;
  box-shadow: var(--shadow-sm); margin: 0;
}
.testimonial p { font-style: italic; color: var(--ink); }
.testimonial footer { font-size: .9rem; color: var(--muted); }
.testimonial__placeholder { font-size: .75rem; color: var(--gold-dk); }
.trust {
  margin-top: 36px; display: flex; flex-wrap: wrap; gap: 16px 32px; justify-content: center;
}
.trust__item { display: inline-flex; align-items: center; gap: 8px; color: var(--chocolate-dk); font-weight: 600; }

/* ---------- Quote ---------- */
.quote { padding: 80px 0; background:
  linear-gradient(135deg, var(--chocolate-dk) 0%, var(--chocolate) 100%);
  color: #fff;
}
.quote__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
.quote__copy h2 { color: #fff; }
.quote__copy p { color: rgba(255,255,255,.85); }
.quote__bullets { list-style: none; padding: 0; margin: 1.4rem 0 0; display: flex; flex-direction: column; gap: 10px; }
.quote__bullets li { position: relative; padding-left: 28px; color: rgba(255,255,255,.9); }
.quote__bullets li::before { content: "\2714"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }

.quote__form {
  background: var(--paper); color: var(--ink);
  border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow);
}
.field { margin-bottom: 16px; display: flex; flex-direction: column; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { font-weight: 700; font-size: .9rem; color: var(--chocolate-dk); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  background: var(--cream); border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); padding: 11px 14px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,137,59,.2);
}
.form-note { font-size: .9rem; margin: 10px 0 0; min-height: 1.2em; }
.form-note.ok { color: #2e7d32; font-weight: 700; }
.form-note.err { color: var(--red); font-weight: 700; }

/* ---------- Footer ---------- */
.footer { background: var(--chocolate-dk); color: rgba(255,255,255,.85); padding: 48px 0 32px; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1.4fr; gap: 32px; }
.footer__brand p { color: rgba(255,255,255,.7); margin-top: 8px; }
.footer__contact a { color: var(--gold); }
.footer__legal { font-size: .85rem; color: rgba(255,255,255,.6); }
.footer__legal .disclaimer { margin-top: 8px; line-height: 1.5; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .hero__media img { height: 320px; }
  .quote__grid { grid-template-columns: 1fr; gap: 32px; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__legal { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .nav__links {
    position: absolute; top: 72px; left: 0; right: 0;
    background: var(--cream); flex-direction: column; align-items: stretch;
    gap: 0; padding: 8px 24px 18px; border-bottom: 1px solid var(--line);
    transform: translateY(-12px); opacity: 0; visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
    box-shadow: var(--shadow-sm);
  }
  .nav__links.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav__links > a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav__links > a:last-child { border-bottom: none; }
  .nav__toggle { display: inline-flex; }
  .grid--3 { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .tier--featured { transform: none; }
  .hero__stats { gap: 18px; }
}

@media (max-width: 520px) {
  .grid--4 { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .hero { padding: 40px 0 48px; }
}
