.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e5e7eb;
    backdrop-filter: blur(10px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.site-header.is-collapsed {
    transform: translateY(calc(-100% + 3.35rem));
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
}

.site-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #f59e0b;
    color: #fff;
    font-size: 1rem;
}

.site-nav {
    display: flex;
    align-items: center;
}

.nav-list {
    list-style: none;
    display: flex;
    align-items: stretch;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 0.35rem;
}

.nav-link,
.nav-toggle {
    background: transparent;
    border: 0;
    padding: 0.7rem 0.4rem;
    color: #374151;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.nav-link:hover,
.nav-toggle:hover {
    color: #111827;
}

.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown,
.has-dropdown.is-open .nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.nav-dropdown a {
    display: block;
    padding: 0.72rem 0.85rem;
    border-radius: 0.65rem;
    color: #374151;
    text-decoration: none;
}

.nav-dropdown a:hover {
    background: #f8fafc;
    color: #111827;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.nav-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #111827;
    font-weight: 700;
    font-size: 1.15rem;
    transition: transform 0.18s ease, background 0.18s ease;
    cursor: pointer;
}

.nav-plus:hover {
    background: #f8fafc;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn-sm {
    padding: 0.65rem 0.95rem;
}

.btn-primary {
    background: #f59e0b;
    color: #fff;
}

.btn-primary:hover {
    background: #d97706;
}

.btn-secondary {
    background: #fff;
    color: #111827;
    border-color: #d1d5db;
}

.text-link {
    color: #374151;
    text-decoration: none;
}

.text-link:hover {
    color: #111827;
}

.hero {
    padding: 5.5rem 0 4.5rem;
}

.hero-home .container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: center;
}

.hero-copy h1,
.hero-longform h1 {
    margin: 0.4rem 0 1rem;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.06;
    color: #111827;
}

.hero-copy p,
.lead {
    font-size: 1.1rem;
    color: #4b5563;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.summary-card,
.info-card,
.stacked-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.summary-card h2,
.info-card h3,
.stacked-item h3,
.section-heading h2 {
    margin-top: 0;
    color: #111827;
}

.summary-card ul {
    margin: 0;
    padding-left: 1.15rem;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d97706;
}

.section-heading {
    margin-bottom: 2rem;
}

.section-heading p {
    color: #4b5563;
    max-width: 760px;
}

.stacked-list {
    display: grid;
    gap: 1rem;
}

.site-footer {
    margin-top: 3rem;
    background: #111827;
    color: #e5e7eb;
}

.footer-col h3 {
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 1rem;
    color: #fff;
}

.footer-col a {
    display: block;
    margin-bottom: 0.55rem;
    color: #cbd5e1;
    text-decoration: none;
}

.footer-col a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 0 2rem;
}