/* Kudzu Kitchen V2 landing — same palette/font scheme as web/ (Poppins,
   #e84a5f / #ff847c on #f7f7f7), extended to a full single-page layout. */

:root {
    --red: #e84a5f;
    --salmon: #ff847c;
    --bg: #f7f7f7;
    --ink: #333;
    --dark: #2a363b;
    --muted: #777;
    --line: #ddd;
    --card: #ffffff;
}

* { box-sizing: border-box; }

body {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: var(--bg);
    color: var(--ink);
    margin: 0;
    line-height: 1.6;
}

h2 {
    font-weight: 600;
    font-size: 1.9rem;
    text-align: center;
    margin: 0 0 0.5rem;
}

section { padding: 4.5rem 1.5rem; }

/* ---------- nav ---------- */

.nav {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1.5rem;
    background: rgba(247, 247, 247, 0.92);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(232, 74, 95, 0.12);
}

.nav-brand {
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--red);
    text-decoration: none;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.9rem;
}

.nav-links a {
    color: var(--ink);
    text-decoration: none;
    font-weight: 500;
}

.nav-links a:hover { color: var(--red); }

.nav-cta {
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 0.35rem 0.9rem;
}

.nav-cta:hover { background: var(--dark); border-color: var(--dark); color: #fff !important; }

/* ---------- buttons ---------- */

.btn {
    display: inline-block;
    padding: 0.7rem 1.6rem;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-primary {
    background-color: var(--dark);
    color: #fff;
    border: 1px solid var(--dark);
}

.btn-primary:hover { background-color: #46555c; border-color: #46555c; }

.btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line);
}

.btn-ghost:hover { background: var(--dark); color: #fff; border-color: var(--dark); }

.btn:disabled { opacity: 0.45; cursor: not-allowed; }

/* ---------- hero ---------- */

.hero {
    text-align: center;
    padding: 4.5rem 1.5rem 4rem;
}

.hero-logo { max-width: 340px; width: 70%; display: block; margin: 0 auto; }

/* Three beats: logo block / CTA buttons / tagline+subhead. Small gap into
   the buttons, a full section-break after them, tagline tight to subhead. */
.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2.75rem 0 4rem;
}

.tagline {
    font-weight: 100;
    font-size: 2rem;
    margin: 0;
}

/* ---------- value ---------- */

.value { padding-top: 1rem; }

.value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
}

.value-item {
    background: var(--card);
    border-left: 4px solid var(--salmon);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(232, 74, 95, 0.1);
    padding: 1.8rem;
}

.value-item h3 { margin: 0 0 0.5rem; font-size: 1.05rem; font-weight: 600; }
.value-item p { margin: 0; font-size: 0.92rem; color: var(--muted); }

/* ---------- how it works ---------- */

.steps {
    list-style: none;
    padding: 0;
    margin: 2.5rem auto 0;
    max-width: 980px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.step { text-align: center; padding: 0 0.5rem; }

.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.step h3 { margin: 0 0 0.4rem; font-size: 1.05rem; font-weight: 600; }
.step p { margin: 0; font-size: 0.92rem; color: var(--muted); }

.how-diff {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 780px;
    margin: 3rem auto 0;
}

.diff-card {
    background: var(--card);
    border-left: 4px solid var(--salmon);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(232, 74, 95, 0.1);
    padding: 1.5rem 1.8rem;
}

.diff-card h4 { margin: 0 0 0.4rem; font-size: 1rem; }
.diff-card p { margin: 0; font-size: 0.92rem; color: var(--muted); }

/* ---------- testimonials ----------
   Typography-led: no band, no boxes. Pull-quotes in light Poppins with a
   large salmon quote mark, hairline dividers between columns. */

.testis h2 { margin-bottom: 3.5rem; }

.testi-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 1080px;
    margin: 0 auto;
}

.testi-viewport { overflow: hidden; flex: 1; }

.testi-track {
    display: flex;
    align-items: stretch;
    transition: transform 0.35s ease;
}

.testi {
    flex: 0 0 calc(100% / 3);
    padding: 0 2.2rem;
    box-sizing: border-box;
    border-left: 1px solid var(--line);
}

.testi:first-child { border-left: none; }

.testi-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testi-card::before {
    content: "\201C";
    font-size: 3rem;
    font-weight: 600;
    line-height: 0.6;
    color: var(--salmon);
    margin-bottom: 0.9rem;
}

.testi-quote {
    font-weight: 300;
    font-size: 0.98rem;
    line-height: 1.75;
    margin: 0 0 1.2rem;
    flex: 1;
}

.testi-who {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 0;
}

.testi-nav {
    background: none;
    border: none;
    color: var(--muted);
    flex: 0 0 auto;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.testi-nav:hover { color: var(--ink); }

/* ---------- pricing ---------- */

.pricing-sub { text-align: center; color: var(--muted); margin: 0 0 2.5rem; }

.price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 300px));
    gap: 1.5rem;
    justify-content: center;
    max-width: 780px;
    margin: 0 auto;
    align-items: stretch;
}

.price-card {
    position: relative;
    background: var(--card);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(232, 74, 95, 0.1);
    padding: 2rem 1.8rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.price-featured { border: 2px solid var(--salmon); }

.price-badge {
    position: absolute;
    top: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--red);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
}

.price-card h3 { margin: 0; font-weight: 600; }

.price { margin: 0.6rem 0 0; }
.price-amt { font-size: 3rem; font-weight: 700; color: var(--red); }
.price-per { color: var(--muted); }
.price-note { margin: 0; font-size: 0.8rem; color: var(--muted); }

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 1.4rem 0;
    font-size: 0.9rem;
    color: var(--muted);
    flex: 1;
}

.price-card li { padding: 0.3rem 0; }

/* ---------- booking / calendar ---------- */

.book-sub {
    text-align: center;
    color: var(--muted);
    max-width: 520px;
    margin: 0 auto 2.5rem;
}

.book-panel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 380px));
    gap: 2rem;
    justify-content: center;
    max-width: 880px;
    margin: 0 auto;
    align-items: start;
}

.cal {
    background: var(--card);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(232, 74, 95, 0.1);
    padding: 1.4rem;
}

.cal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.cal-title { font-weight: 600; }

.cal-nav {
    background: none;
    border: 1px solid var(--line);
    border-radius: 4px;
    color: var(--ink);
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cal-nav:hover:not(:disabled) { background: var(--dark); border-color: var(--dark); color: #fff; }
.cal-nav:disabled { opacity: 0.3; cursor: default; }

.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.cal-dow {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--muted);
    padding: 0.3rem 0;
}

.cal-day {
    position: relative;
    aspect-ratio: 1;
    border: 1px solid transparent;
    border-radius: 4px;
    background: none;
    font-family: inherit;
    font-size: 0.85rem;
    color: var(--ink);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
}

.cal-day:hover:not(:disabled) { border-color: var(--salmon); }

.cal-day:disabled { color: #c9c9c9; cursor: default; }

.cal-day.selected {
    background: var(--dark);
    color: #fff;
    border-color: var(--dark);
}

.cal-day.selected .dot { background: #fff; }

.dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.dot-open { background: #7fb586; }
.dot-low  { background: var(--salmon); }
.dot-full { background: #d0d0d0; }

.cal-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    color: var(--muted);
    margin: 0.9rem 0 0;
}

.lg {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0.6rem;
}

.lg-open { background: #7fb586; margin-left: 0; }
.lg-low  { background: var(--salmon); }
.lg-full { background: #d0d0d0; }

/* booking form */

.book-form {
    background: var(--card);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(232, 74, 95, 0.1);
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.book-picked {
    margin: 0;
    font-size: 0.95rem;
    min-height: 3em;
}

.book-picked strong { color: var(--red); }

.book-form input,
.pay-modal input {
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.95rem;
    width: 100%;
}

.book-form input:focus,
.pay-modal input:focus {
    outline: none;
    border-color: var(--salmon);
}

.book-form input:disabled { opacity: 0.5; }

/* The one red button — the money action. */
#book-submit {
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
}

#book-submit:hover:not(:disabled) { background-color: #d43850; border-color: #d43850; }

.book-confirm {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
}

/* plan toggle (booking form) */

.plan-toggle {
    display: flex;
    border: 1px solid var(--line);
    border-radius: 4px;
    overflow: hidden;
}

.plan-opt {
    flex: 1;
    padding: 0.55rem 0.4rem;
    background: var(--card);
    border: none;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--ink);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.plan-opt + .plan-opt { border-left: 1px solid var(--line); }

.plan-opt.active {
    background: var(--dark);
    color: #fff;
}

/* payment pop-up */

.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(51, 51, 51, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.modal-overlay[hidden] { display: none; }

.pay-modal {
    position: relative;
    background: var(--card);
    border-radius: 10px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modal-close {
    position: absolute;
    top: 0.6rem;
    right: 0.8rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--muted);
    cursor: pointer;
}

.modal-close:hover { color: var(--red); }

.pay-title {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 600;
    padding-right: 1.5rem;
}

.pay-plan {
    margin: 0;
    font-size: 0.85rem;
    color: var(--muted);
}

.pay-row { display: flex; gap: 1rem; }

.pay-demo {
    margin: 0;
    font-size: 0.8rem;
    color: var(--muted);
}

/* ---------- footer ---------- */

.footer {
    text-align: center;
    padding: 3rem 1.5rem;
    border-top: 1px solid rgba(232, 74, 95, 0.12);
    color: var(--muted);
    font-size: 0.85rem;
}

.footer-brand {
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--red);
    margin: 0 0 0.2rem;
}

.footer-copy {
    font-size: 0.75rem;
    margin: 1.2rem 0 0;
}

/* ---------- mobile ---------- */

@media (max-width: 600px) {
    section { padding: 3rem 1rem; }

    .nav { padding: 0.6rem 1rem; }
    .nav-links { gap: 0.9rem; font-size: 0.82rem; }

    .hero { padding: 3rem 1rem 3rem; }
    .hero-actions { margin: 1.25rem 0 3rem; }
    .tagline { font-size: 1.5rem; }

    h2 { font-size: 1.6rem; }

    .book-panel { grid-template-columns: 1fr; }
    .price-grid { grid-template-columns: 1fr; }
    .testi { flex: 0 0 100%; }

    .pay-modal { padding: 1.5rem; }
}
