:root {
    color-scheme: light;
    --cream: #fbfaf4;
    --paper: #ffffff;
    --leaf: #2f6b43;
    --leaf-dark: #1d4f31;
    --mint: #e8f4df;
    --citrus: #f6b73c;
    --berry: #9a315d;
    --ink: #20251f;
    --body: #4f5a4d;
    --soft: #eef1e9;
    --line: #dde4d6;
    --shadow: 0 18px 46px rgba(35, 54, 35, 0.12);
    --container: 1120px;
    --article: 760px;
    --heading: "Playfair Display", Georgia, serif;
    --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--sans);
    color: var(--ink);
    background: var(--cream);
    line-height: 1.68;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(47, 107, 67, 0.14);
    background: rgba(251, 250, 244, 0.92);
    backdrop-filter: blur(16px);
}

.header-inner {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    font-family: var(--heading);
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--leaf-dark);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #51624f;
    font-size: 0.94rem;
    font-weight: 700;
}

.nav-links a {
    padding: 8px 0;
}

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

.hero {
    padding: 46px 0 28px;
    background:
        linear-gradient(180deg, #f7fbf3 0%, var(--cream) 100%),
        radial-gradient(circle at 8% 10%, rgba(246, 183, 60, 0.22), transparent 32%);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
    align-items: center;
    gap: 46px;
}

.kicker {
    margin: 0 0 10px;
    color: var(--berry);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1 {
    max-width: 760px;
    margin: 0;
    color: var(--ink);
    font-family: var(--heading);
    font-size: clamp(2.45rem, 5vw, 4.75rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.lead {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--body);
    font-size: 1.16rem;
    line-height: 1.7;
}

.byline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 24px;
    color: #657060;
    font-size: 0.92rem;
    font-weight: 700;
}

.byline span + span::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 18px;
    border-radius: 999px;
    background: var(--citrus);
    vertical-align: middle;
}

.hero-media {
    margin: 0;
}

.hero-media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.ad-slot {
    width: min(100% - 32px, 728px);
    min-height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 32px auto;
    padding: 10px;
    border: 1px solid #d6dfcf;
    border-radius: 8px;
    background: #f5f7f0;
    color: #7a8375;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow: hidden;
}

.ad-label {
    display: block;
    color: #7a8375;
    font-size: 0.72rem;
    line-height: 1;
}

.ad-unit {
    display: grid;
    place-items: center;
    max-width: 100%;
    overflow-x: auto;
}

.ad-unit iframe {
    display: block;
    max-width: 100%;
    border: 0;
}

.ad-leaderboard {
    width: 728px;
    min-height: 90px;
}

.ad-rectangle,
.ad-mobile-rectangle {
    width: 300px;
    min-height: 250px;
}

.ad-sidebar-unit {
    width: 160px;
    min-height: 300px;
}

.ad-top {
    margin-top: 18px;
}

.ad-rectangle-slot {
    width: min(100% - 32px, 336px);
    min-height: 284px;
}

.ad-wide {
    width: 100%;
    min-height: 118px;
}

.native-ad-slot {
    width: 100%;
    min-height: 180px;
}

.native-ad-unit {
    width: 100%;
    min-height: 140px;
}

.native-ad-unit > div {
    width: 100%;
}

.smart-link-box {
    display: grid;
    gap: 12px;
    margin: 30px 0 40px;
    padding: 22px;
    border: 1px solid rgba(154, 49, 93, 0.22);
    border-radius: 8px;
    background: #fff7f5;
}

.smart-link-box span {
    color: var(--berry);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.smart-link-box p {
    margin: 0;
    color: var(--ink);
    font-weight: 700;
    line-height: 1.45;
}

.smart-link-box a {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--berry);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
}

.smart-link-box-bottom {
    margin-top: 22px;
}

.article-shell {
    width: min(100% - 32px, var(--container));
    display: grid;
    grid-template-columns: minmax(0, var(--article)) 300px;
    gap: 48px;
    align-items: start;
    margin: 42px auto 0;
}

.article {
    min-width: 0;
    padding-bottom: 42px;
}

.article > p {
    margin: 0 0 22px;
    color: var(--body);
    font-size: 1.08rem;
}

.quick-box {
    margin: 34px 0 42px;
    padding: 26px;
    border: 1px solid rgba(47, 107, 67, 0.18);
    border-left: 6px solid var(--leaf);
    border-radius: 8px;
    background: var(--mint);
}

.quick-box h2,
.recipe-list > h2,
.tips-section > h2,
.faq-section > h2 {
    margin: 0 0 18px;
    font-family: var(--heading);
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 1.12;
}

.quick-box ul {
    margin: 0;
    padding-left: 20px;
    color: #3d513b;
}

.quick-box li + li {
    margin-top: 8px;
}

.recipe-list {
    display: grid;
    gap: 28px;
}

.recipe-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
}

.recipe-card img {
    width: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
    border-radius: 8px;
    background: var(--soft);
}

.number {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 8px;
    border-radius: 999px;
    background: var(--leaf);
    color: #fff;
    font-weight: 800;
}

.recipe-card h3 {
    margin: 0 0 8px;
    font-family: var(--heading);
    font-size: 1.72rem;
    line-height: 1.16;
}

.recipe-card p {
    margin: 0;
    color: var(--body);
    font-size: 1rem;
}

.recipe-card .note {
    margin-top: 12px;
    color: var(--berry);
    font-weight: 800;
}

.tips-section,
.faq-section {
    margin-top: 46px;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.tips-grid div,
.sidebar-card {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: 0 10px 24px rgba(35, 54, 35, 0.06);
}

.tips-grid h3,
.sidebar-card h2 {
    margin: 0 0 8px;
    font-size: 1rem;
    line-height: 1.3;
}

.tips-grid p,
.sidebar-card p {
    margin: 0;
    color: var(--body);
    font-size: 0.96rem;
}

.faq-section details {
    border-top: 1px solid var(--line);
}

.faq-section details:last-child {
    border-bottom: 1px solid var(--line);
}

.faq-section summary {
    cursor: pointer;
    padding: 18px 0;
    color: var(--ink);
    font-weight: 800;
}

.faq-section details p {
    margin: -6px 0 18px;
    color: var(--body);
}

.sidebar {
    display: grid;
    gap: 22px;
    position: sticky;
    top: 90px;
}

.sticky-ad {
    width: 100%;
    min-height: 328px;
    margin: 0;
}

.sidebar-card a {
    display: inline-flex;
    margin-top: 16px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--leaf);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
}

.site-footer {
    margin-top: 34px;
    padding: 30px 0;
    border-top: 1px solid var(--line);
    background: #f4f6ef;
    color: #677260;
}

.site-footer p {
    max-width: 860px;
    margin: 0;
    font-size: 0.92rem;
}

@media (max-width: 920px) {
    .hero-grid,
    .article-shell {
        grid-template-columns: 1fr;
    }

    .hero-media img {
        aspect-ratio: 16 / 10;
    }

    .sidebar {
        position: static;
    }

    .sticky-ad {
        min-height: 120px;
    }

    .sticky-ad {
        width: min(100% - 32px, 336px);
    }
}

@media (max-width: 680px) {
    .container,
    .article-shell,
    .ad-slot {
        width: min(100% - 22px, var(--container));
    }

    .header-inner {
        min-height: 58px;
    }

    .nav-links {
        gap: 12px;
        font-size: 0.82rem;
    }

    .brand {
        font-size: 1.1rem;
    }

    .hero {
        padding-top: 28px;
    }

    h1 {
        font-size: 2.5rem;
    }

    .lead,
    .article > p {
        font-size: 1rem;
    }

    .recipe-card {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .recipe-card img {
        aspect-ratio: 16 / 9;
    }

    .tips-grid {
        grid-template-columns: 1fr;
    }

    .byline span + span::before {
        display: none;
    }

    .ad-slot,
    .ad-wide {
        width: min(100% - 22px, 336px);
        min-height: 284px;
    }

    .ad-leaderboard {
        width: 100%;
    }
}
