:root {
    --bg: #d9ddd2;
    --bg-deep: #b9c2b0;
    --panel: rgba(241, 243, 236, 0.78);
    --panel-strong: rgba(233, 237, 227, 0.94);
    --ink: #1b1d18;
    --muted: #5f6659;
    --accent: #d88918;
    --accent-deep: #a86612;
    --line: rgba(54, 61, 49, 0.14);
    --shadow: rgba(45, 52, 39, 0.16);
    --shadow-strong: rgba(45, 52, 39, 0.24);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(216, 137, 24, 0.18), transparent 28%),
        radial-gradient(circle at 85% 22%, rgba(106, 130, 97, 0.2), transparent 22%),
        linear-gradient(180deg, #eef2e7 0%, var(--bg) 48%, #ced4ca 100%);
}

a {
    color: inherit;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.18em;
}

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

.page-shell {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 24px 0 40px;
}

.hero,
.section,
.site-footer {
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(245, 247, 240, 0.92), rgba(206, 214, 199, 0.82));
    box-shadow: 0 30px 80px var(--shadow);
}

.hero,
.section {
    padding: 28px;
}

.section + .section,
.hero + main .section:first-child,
main .section + .section,
.site-footer {
    margin-top: 24px;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero::before {
    width: 360px;
    height: 360px;
    background: rgba(216, 137, 24, 0.08);
    top: -140px;
    right: -80px;
}

.hero::after {
    width: 240px;
    height: 240px;
    background: rgba(125, 146, 113, 0.12);
    bottom: -80px;
    left: -40px;
}

.nav,
.section-heading,
.site-footer,
.hero-grid,
.hero-actions,
.chip-row,
.nav-links,
.footer-links {
    display: flex;
    flex-wrap: wrap;
}

.nav,
.section-heading,
.hero-grid {
    position: relative;
    z-index: 1;
}

.nav,
.section-heading {
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}

.nav {
    margin-bottom: 22px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #f0ad38, #cc7b18);
    color: #111;
    font-size: 1.35rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(216, 137, 24, 0.28);
}

.brand-copy strong,
.hero-panel h2,
.card h3,
.quick-answer h2,
.article-meta strong,
h1,
h2,
h3 {
    letter-spacing: -0.02em;
}

.brand-copy strong {
    display: block;
    font-size: 1rem;
}

.brand-copy span,
.section-kicker,
.eyebrow,
.nav-links a,
.card-label,
.small-label,
.meta-line,
.breadcrumb-list,
.panel-note,
.site-footer p {
    color: var(--muted);
    font-size: 0.92rem;
}

.nav-links,
.hero-actions,
.chip-row,
.footer-links {
    gap: 10px;
}

.nav-links a,
.button,
.chip,
.breadcrumb-list a,
.breadcrumb-list span {
    border-radius: 999px;
}

.nav-links a,
.button,
.chip {
    text-decoration: none;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.42);
    padding: 10px 16px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    font-weight: 600;
}

.button.primary {
    background: linear-gradient(180deg, #f0ad38, #d88918);
    border-color: rgba(168, 102, 18, 0.35);
    color: #17130d;
    box-shadow: 0 16px 28px rgba(216, 137, 24, 0.24);
}

.chip {
    font-size: 0.92rem;
    font-weight: 600;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(216, 137, 24, 0.12);
    border: 1px solid rgba(216, 137, 24, 0.16);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.eyebrow::before,
.section-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent);
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.breadcrumb-list a,
.breadcrumb-list span {
    text-decoration: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 26px;
    align-items: start;
}

.hero-panel,
.card,
.quick-answer,
.faq-item,
.cta-panel {
    background: var(--panel);
    border: 1px solid rgba(255, 255, 255, 0.44);
    box-shadow: 0 18px 40px rgba(45, 52, 39, 0.08);
}

.hero-panel,
.card,
.quick-answer,
.faq-item,
.cta-panel {
    border-radius: 24px;
    padding: 22px;
}

h1 {
    margin: 0 0 18px;
    font-size: clamp(2.8rem, 7vw, 5.8rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

h1 em {
    display: block;
    font-style: normal;
    font-family: "DM Serif Display", serif;
    color: var(--accent-deep);
    letter-spacing: -0.02em;
}

h2 {
    margin: 0 0 10px;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
}

h3 {
    margin: 0 0 10px;
    font-size: 1.28rem;
}

p,
li {
    line-height: 1.7;
}

.lede,
.section-heading p {
    margin: 0;
    font-size: 1.06rem;
    color: #2b3027;
}

.hero-actions,
.chip-row {
    margin-top: 22px;
}

.panel-note,
.meta-line {
    margin: 14px 0 0;
}

.section-heading {
    margin-bottom: 20px;
}

.section-heading > * {
    flex: 1 1 320px;
}

.card-grid {
    display: grid;
    gap: 18px;
}

.card-grid.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.three-up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-card h3 a {
    text-decoration: none;
}

.guide-card h3 a:hover,
.related-list a:hover {
    text-decoration: underline;
}

.card-label,
.small-label {
    margin: 0 0 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.compact-list,
.related-list,
.faq-list {
    margin: 0;
    padding-left: 18px;
}

.compact-list li + li,
.related-list li + li,
.faq-list li + li {
    margin-top: 8px;
}

.ordered {
    padding-left: 22px;
}

.article-grid {
    display: grid;
    gap: 18px;
}

.article-grid.two-column {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.support-shot {
    max-width: 420px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(226, 233, 219, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 24px 48px rgba(45, 52, 39, 0.16);
}

.support-shot img {
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(54, 61, 49, 0.12);
    box-shadow: 0 18px 36px rgba(45, 52, 39, 0.18);
}

.support-shot figcaption {
    margin-top: 14px;
    text-align: center;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.quick-answer ul,
.quick-answer ol,
.card ul,
.card ol {
    margin-bottom: 0;
}

.example {
    margin-top: 18px;
}

.example:first-of-type {
    margin-top: 0;
}

.example-anchor {
    scroll-margin-top: 24px;
}

.faq-list {
    list-style: none;
    padding-left: 0;
}

.faq-item + .faq-item {
    margin-top: 14px;
}

.faq-item h3 {
    margin-bottom: 6px;
}

.related-list {
    padding-left: 20px;
}

.cta-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
}

.site-footer {
    padding: 24px 28px;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.site-footer p {
    margin: 0;
}

.footer-links a {
    color: var(--ink);
}

@media (max-width: 900px) {
    .page-shell {
        width: min(100% - 20px, 1200px);
        padding-top: 10px;
    }

    .hero-grid,
    .article-grid.two-column,
    .card-grid.two-up,
    .card-grid.three-up {
        grid-template-columns: 1fr;
    }

    .nav,
    .section-heading,
    .site-footer,
    .cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    h1 {
        font-size: clamp(2.45rem, 12vw, 4.6rem);
    }
}

@media (max-width: 640px) {
    .hero,
    .section,
    .site-footer {
        border-radius: 24px;
    }

    .hero,
    .section,
    .site-footer {
        padding: 20px;
    }

    .hero-panel,
    .card,
    .quick-answer,
    .faq-item,
    .cta-panel {
        border-radius: 20px;
        padding: 18px;
    }
}
