:root {
    --fc-bg: #f5efe5;
    --fc-surface: rgba(255, 251, 244, 0.82);
    --fc-surface-strong: #fffaf2;
    --fc-ink: #17231f;
    --fc-muted: #55645d;
    --fc-line: rgba(23, 35, 31, 0.1);
    --fc-forest: #17493d;
    --fc-moss: #3f745f;
    --fc-copper: #b86b3a;
    --fc-gold: #d8b16e;
    --fc-rose: #c98069;
    --fc-shadow: 0 24px 70px rgba(20, 34, 30, 0.12);
    --fc-radius-lg: 32px;
    --fc-radius-md: 24px;
    --fc-radius-sm: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--fc-ink);
    background:
        radial-gradient(circle at 10% 12%, rgba(23, 73, 61, 0.2), transparent 24%),
        radial-gradient(circle at 88% 10%, rgba(184, 107, 58, 0.18), transparent 20%),
        linear-gradient(180deg, #f7f0e6 0%, #ede2d1 100%);
    font-family: "Bricolage Grotesque", sans-serif;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.2;
    pointer-events: none;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.fc-body {
    position: relative;
    overflow-x: hidden;
}

.fc-aura {
    position: fixed;
    width: 440px;
    height: 440px;
    border-radius: 999px;
    filter: blur(22px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}

.fc-aura-left {
    top: -120px;
    left: -120px;
    background: rgba(23, 73, 61, 0.18);
}

.fc-aura-right {
    right: -120px;
    top: 180px;
    background: rgba(184, 107, 58, 0.18);
}

.fc-header,
.fc-band,
.fc-hero,
.fc-section,
.fc-spotlight,
.fc-contact,
.fc-footer {
    position: relative;
    z-index: 1;
}

.fc-shell,
.fc-header,
.fc-footer {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.fc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 24px;
    margin-top: 18px;
    border: 1px solid var(--fc-line);
    border-radius: 999px;
    background: rgba(255, 251, 244, 0.74);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(20, 34, 30, 0.08);
}

.fc-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.fc-brand-mark {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--fc-forest) 0%, var(--fc-copper) 100%);
    color: #fff;
    font-weight: 700;
}

.fc-brand-copy {
    display: grid;
    gap: 2px;
}

.fc-brand-copy strong {
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.fc-brand-copy small {
    font-size: 0.72rem;
    color: var(--fc-muted);
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.fc-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.fc-nav a,
.fc-header-cta {
    padding: 11px 16px;
    border-radius: 999px;
    font-size: 0.92rem;
}

.fc-nav a:hover {
    background: rgba(23, 73, 61, 0.08);
}

.fc-header-cta,
.fc-button-primary {
    background: linear-gradient(135deg, var(--fc-forest) 0%, var(--fc-copper) 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(23, 73, 61, 0.18);
}

.fc-shell {
    padding: 28px 0 56px;
}

.fc-hero,
.fc-section,
.fc-spotlight,
.fc-contact,
.fc-footer {
    border: 1px solid var(--fc-line);
    background: var(--fc-surface);
    box-shadow: var(--fc-shadow);
    backdrop-filter: blur(18px);
}

.fc-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 24px;
    padding: 42px;
    border-radius: var(--fc-radius-lg);
}

.fc-kicker,
.fc-panel-label,
.fc-lane-eyebrow {
    margin: 0 0 12px;
    color: var(--fc-moss);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.fc-hero h1,
.fc-section h2,
.fc-spotlight h2,
.fc-contact h2,
.fc-panel-note h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 6vw, 5.3rem);
    line-height: 0.92;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.fc-panel-note h2,
.fc-section h2,
.fc-spotlight h2,
.fc-contact h2 {
    font-size: clamp(2.2rem, 4.2vw, 3.7rem);
}

.fc-lead,
.fc-summary,
.fc-section-head p,
.fc-spotlight-copy p,
.fc-contact-copy p,
.fc-value-card p,
.fc-process-card p,
.fc-scenario-card strong,
.fc-lane-card h3 {
    color: var(--fc-muted);
    line-height: 1.75;
}

.fc-lead {
    max-width: 47rem;
    margin: 22px 0 0;
    font-size: 1.1rem;
}

.fc-summary {
    max-width: 42rem;
    margin: 14px 0 0;
    font-size: 1rem;
}

.fc-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.fc-button,
.fc-lane-jump,
.fc-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
}

.fc-button-secondary,
.fc-lane-jump {
    background: rgba(255, 255, 255, 0.7);
    color: var(--fc-ink);
    border-color: rgba(23, 35, 31, 0.12);
}

.fc-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.fc-proof-card,
.fc-lane-card,
.fc-value-card,
.fc-scenario-card,
.fc-process-card,
.fc-form,
.fc-disclosure {
    border-radius: var(--fc-radius-md);
}

.fc-proof-card {
    padding: 18px 18px 20px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(23, 35, 31, 0.08);
}

.fc-proof-card strong {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.fc-proof-card span {
    color: var(--fc-muted);
    font-size: 0.9rem;
}

.fc-hero-panel {
    display: grid;
    gap: 16px;
    align-content: start;
}

.fc-panel-note,
.fc-lane-card,
.fc-section,
.fc-spotlight,
.fc-contact {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(250, 244, 235, 0.82) 100%);
}

.fc-panel-note {
    padding: 24px;
    border: 1px solid rgba(23, 35, 31, 0.08);
    border-radius: var(--fc-radius-md);
}

.fc-lane-stack {
    display: grid;
    gap: 14px;
}

.fc-lane-card {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(23, 35, 31, 0.08);
}

.fc-lane-card h3 {
    margin: 0;
    font-size: 1rem;
}

.fc-lane-card-mortgage {
    box-shadow: inset 0 0 0 1px rgba(23, 73, 61, 0.08);
}

.fc-lane-card-education {
    box-shadow: inset 0 0 0 1px rgba(216, 177, 110, 0.18);
}

.fc-lane-card-pet {
    box-shadow: inset 0 0 0 1px rgba(201, 128, 105, 0.18);
}

.fc-focus-main .fc-lane-card-mortgage,
.fc-focus-education .fc-lane-card-education,
.fc-focus-pet .fc-lane-card-pet {
    transform: translateY(-4px);
    border-color: rgba(23, 73, 61, 0.22);
    box-shadow:
        0 18px 34px rgba(20, 34, 30, 0.12),
        inset 0 0 0 1px rgba(23, 73, 61, 0.18);
}

.fc-focus-education #education,
.fc-focus-pet #pet {
    border-color: rgba(23, 73, 61, 0.2);
    box-shadow:
        0 24px 70px rgba(20, 34, 30, 0.12),
        inset 0 0 0 1px rgba(23, 73, 61, 0.1);
}

.fc-band {
    width: min(1180px, calc(100% - 32px));
    margin: 22px auto 0;
    padding: 18px 22px;
    border-radius: 999px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.fc-band article {
    display: grid;
    gap: 4px;
}

.fc-band span {
    color: var(--fc-moss);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.fc-band strong {
    font-size: 0.96rem;
    line-height: 1.5;
}

.fc-section,
.fc-spotlight,
.fc-contact {
    margin-top: 22px;
    padding: 36px;
    border-radius: var(--fc-radius-lg);
}

.fc-section-head {
    max-width: 52rem;
}

.fc-value-grid,
.fc-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.fc-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-value-card,
.fc-process-card {
    padding: 24px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(23, 35, 31, 0.08);
}

.fc-value-card h3,
.fc-process-card h3,
.fc-contact-copy h2,
.fc-section-head h2,
.fc-spotlight-copy h2 {
    margin: 0 0 14px;
}

.fc-process-card span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(23, 73, 61, 0.12) 0%, rgba(184, 107, 58, 0.16) 100%);
    font-weight: 800;
}

.fc-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 22px;
}

.fc-spotlight-alt {
    background:
        linear-gradient(180deg, rgba(255, 248, 237, 0.88) 0%, rgba(252, 244, 229, 0.82) 100%);
}

.fc-feature-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.fc-feature-list li {
    padding-left: 18px;
    position: relative;
    line-height: 1.65;
}

.fc-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--fc-moss) 0%, var(--fc-copper) 100%);
}

.fc-tag-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.fc-tag-row span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(23, 73, 61, 0.08);
    color: var(--fc-forest);
    font-size: 0.82rem;
    font-weight: 700;
}

.fc-spotlight-panel {
    display: grid;
    gap: 14px;
    align-content: center;
}

.fc-scenario-card {
    padding: 22px;
    background: linear-gradient(160deg, rgba(23, 73, 61, 0.96) 0%, rgba(18, 28, 25, 0.96) 100%);
    color: #f7f2e7;
}

.fc-scenario-card span {
    display: block;
    margin-bottom: 10px;
    color: rgba(247, 242, 231, 0.7);
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fc-scenario-card strong {
    color: #fff8ec;
    font-size: 1rem;
    font-weight: 600;
}

.fc-contact {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 22px;
}

.fc-contact-stack {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.fc-contact-stack a,
.fc-contact-stack span {
    font-size: 1rem;
    color: var(--fc-forest);
}

.fc-disclosure {
    margin-top: 26px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(23, 35, 31, 0.08);
    color: var(--fc-muted);
    line-height: 1.65;
}

.fc-form {
    padding: 26px;
    background: linear-gradient(180deg, rgba(19, 31, 27, 0.96) 0%, rgba(29, 46, 40, 0.94) 100%);
    color: #f7f1e7;
}

.fc-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.fc-form-group {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}

.fc-form-group label {
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(247, 241, 231, 0.72);
}

.fc-form-group input,
.fc-form-group select,
.fc-form-group textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--fc-radius-sm);
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.08);
    color: #fffaf2;
}

.fc-form-group input::placeholder,
.fc-form-group textarea::placeholder {
    color: rgba(247, 241, 231, 0.46);
}

.fc-form-group input:focus,
.fc-form-group select:focus,
.fc-form-group textarea:focus {
    outline: 2px solid rgba(216, 177, 110, 0.28);
    outline-offset: 1px;
}

.fc-submit {
    width: 100%;
    margin-top: 10px;
}

.fc-form-message {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: var(--fc-radius-sm);
    font-size: 0.94rem;
}

.fc-form-message.is-success {
    background: rgba(80, 164, 115, 0.18);
    border: 1px solid rgba(80, 164, 115, 0.34);
    color: #d8f5e2;
}

.fc-form-message.is-error {
    background: rgba(201, 128, 105, 0.18);
    border: 1px solid rgba(201, 128, 105, 0.34);
    color: #ffe0d5;
}

.fc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    margin: 22px auto 40px;
    border-radius: 999px;
}

.fc-footer p {
    margin: 4px 0 0;
    color: var(--fc-muted);
}

.fc-footer-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.fc-footer-meta a {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
}

@media (max-width: 1080px) {
    .fc-header {
        border-radius: 28px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .fc-hero,
    .fc-spotlight,
    .fc-contact,
    .fc-process-grid,
    .fc-value-grid {
        grid-template-columns: 1fr;
    }

    .fc-proof-grid,
    .fc-band {
        grid-template-columns: 1fr;
        border-radius: var(--fc-radius-lg);
    }

    .fc-form-row {
        grid-template-columns: 1fr;
    }

    .fc-footer {
        border-radius: 28px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    .fc-shell,
    .fc-header,
    .fc-footer,
    .fc-band {
        width: min(100% - 20px, 1180px);
    }

    .fc-header,
    .fc-hero,
    .fc-section,
    .fc-spotlight,
    .fc-contact,
    .fc-footer {
        padding: 22px;
    }

    .fc-nav {
        justify-content: center;
    }

    .fc-hero h1,
    .fc-section h2,
    .fc-spotlight h2,
    .fc-contact h2 {
        line-height: 1;
    }

    .fc-actions,
    .fc-footer-meta {
        width: 100%;
    }

    .fc-actions .fc-button,
    .fc-header-cta,
    .fc-footer-meta a {
        width: 100%;
    }
}

/* FairChoice network */

.fcn-body {
    --fcn-bg: #f2eadf;
    --fcn-paper: rgba(255, 250, 242, 0.82);
    --fcn-paper-strong: #fffaf2;
    --fcn-ink: #182722;
    --fcn-muted: #5b6a63;
    --fcn-line: rgba(24, 39, 34, 0.1);
    --fcn-forest: #174b3f;
    --fcn-moss: #557f69;
    --fcn-copper: #ba6b3d;
    --fcn-gold: #d7af68;
    --fcn-rose: #c67e6d;
    --fcn-shadow: 0 28px 80px rgba(23, 38, 33, 0.12);
    margin: 0;
    min-height: 100vh;
    color: var(--fcn-ink);
    background:
        radial-gradient(circle at 12% 14%, rgba(23, 75, 63, 0.2), transparent 22%),
        radial-gradient(circle at 86% 10%, rgba(186, 107, 61, 0.2), transparent 20%),
        linear-gradient(180deg, #f7f0e6 0%, #ede0cb 100%);
    font-family: "Bricolage Grotesque", sans-serif;
    overflow-x: hidden;
    position: relative;
}

.fcn-body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.22;
    pointer-events: none;
}

.fcn-mesh {
    position: fixed;
    width: 440px;
    height: 440px;
    border-radius: 999px;
    filter: blur(22px);
    opacity: 0.34;
    pointer-events: none;
    z-index: 0;
    animation: fcnFloat 14s ease-in-out infinite;
}

.fcn-mesh-a {
    top: -120px;
    left: -90px;
    background: rgba(23, 75, 63, 0.18);
}

.fcn-mesh-b {
    right: -120px;
    top: 220px;
    background: rgba(198, 126, 109, 0.18);
    animation-delay: -6s;
}

.fcn-header,
.fcn-marquee,
.fcn-shell,
.fcn-footer {
    position: relative;
    z-index: 1;
}

.fcn-header,
.fcn-marquee,
.fcn-footer,
.fcn-shell {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
}

.fcn-header {
    margin-top: 18px;
    padding: 18px 22px;
    border-radius: 34px;
    border: 1px solid var(--fcn-line);
    background: rgba(255, 250, 242, 0.74);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(20, 34, 30, 0.08);
}

.fcn-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.fcn-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.fcn-brand-mark {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--fcn-forest) 0%, var(--fcn-copper) 100%);
    color: #fff;
    font-weight: 800;
}

.fcn-brand-copy {
    display: grid;
    gap: 3px;
}

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

.fcn-brand-copy small {
    color: var(--fcn-muted);
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fcn-menu-toggle {
    width: 48px;
    height: 48px;
    border: 1px solid var(--fcn-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.58);
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 12px;
}

.fcn-menu-toggle span {
    height: 2px;
    background: var(--fcn-ink);
    border-radius: 999px;
    transition: transform 180ms ease, opacity 180ms ease;
}

.fcn-menu-toggle.is-active span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}

.fcn-menu-toggle.is-active span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}

.fcn-mobile-shell {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

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

.fcn-division-card,
.fcn-mini-panel,
.fcn-card,
.fcn-story-point,
.fcn-step-card,
.fcn-related-card,
.fcn-source-card,
.fcn-contact-division {
    border-radius: 24px;
}

.fcn-division-card {
    padding: 18px;
    display: grid;
    gap: 6px;
    border: 1px solid rgba(24, 39, 34, 0.08);
    background: rgba(255, 255, 255, 0.58);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fcn-division-card:hover,
.fcn-chip:hover,
.fcn-card:hover,
.fcn-related-card:hover,
.fcn-source-card:hover,
.fcn-contact-division:hover {
    transform: translateY(-3px);
}

.fcn-division-card span,
.fcn-nav-group span,
.fcn-panel-label,
.fcn-kicker {
    color: var(--fcn-moss);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.fcn-division-card strong,
.fcn-mini-panel strong {
    font-size: 0.94rem;
    line-height: 1.55;
}

.fcn-division-card.is-active,
.focus-main .fcn-division-card[href*="fairchoice.quicksite.store"],
.focus-education .fcn-division-card[href*="education.quicksite.store"],
.focus-pet .fcn-division-card[href*="pet-insurance.quicksite.store"] {
    border-color: rgba(23, 75, 63, 0.22);
    box-shadow: 0 16px 34px rgba(23, 38, 33, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(246, 237, 223, 0.9) 100%);
}

.fcn-nav-groups {
    display: grid;
    gap: 12px;
}

.fcn-nav-group {
    display: grid;
    gap: 8px;
}

.fcn-chip-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.fcn-chip {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(24, 39, 34, 0.08);
    font-size: 0.88rem;
}

.fcn-chip.is-active {
    background: linear-gradient(135deg, var(--fcn-forest) 0%, var(--fcn-copper) 100%);
    border-color: transparent;
    color: #fff;
}

.fcn-marquee {
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid var(--fcn-line);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.66);
    backdrop-filter: blur(18px);
}

.fcn-marquee-track {
    display: flex;
    gap: 18px;
    width: max-content;
    padding: 14px 18px;
    animation: fcnMarquee 28s linear infinite;
}

.fcn-marquee-track span {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(23, 75, 63, 0.08);
    color: var(--fcn-forest);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.fcn-shell {
    padding: 22px 0 56px;
    display: grid;
    gap: 22px;
}

.fcn-hero,
.fcn-section,
.fcn-contact,
.fcn-footer,
.fcn-metrics {
    border: 1px solid var(--fcn-line);
    background: var(--fcn-paper);
    box-shadow: var(--fcn-shadow);
    backdrop-filter: blur(18px);
}

.fcn-hero,
.fcn-section,
.fcn-contact {
    border-radius: 34px;
}

.fcn-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 24px;
    padding: 42px;
}

.fcn-kicker {
    margin: 0 0 14px;
}

.fcn-hero h1,
.fcn-section h2,
.fcn-contact h2,
.fcn-panel-card h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 5.8vw, 5.2rem);
    line-height: 0.92;
    letter-spacing: -0.04em;
}

.fcn-section h2,
.fcn-contact h2,
.fcn-panel-card h2 {
    font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.fcn-lede,
.fcn-support,
.fcn-panel-card p,
.fcn-card p,
.fcn-story-copy p,
.fcn-step-card p,
.fcn-related-card p,
.fcn-contact-copy p,
.fcn-contact-division p,
.fcn-source-card strong,
.fcn-faq-body p {
    color: var(--fcn-muted);
    line-height: 1.75;
}

.fcn-lede {
    max-width: 52rem;
    margin: 20px 0 0;
    font-size: 1.08rem;
}

.fcn-support {
    max-width: 44rem;
    margin: 14px 0 0;
}

.fcn-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.fcn-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
}

.fcn-button-primary {
    background: linear-gradient(135deg, var(--fcn-forest) 0%, var(--fcn-copper) 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(23, 75, 63, 0.18);
}

.fcn-button-secondary {
    background: rgba(255, 255, 255, 0.66);
    color: var(--fcn-ink);
    border-color: rgba(24, 39, 34, 0.1);
}

.fcn-hero-points {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.fcn-hero-points li {
    position: relative;
    padding-left: 18px;
    line-height: 1.65;
}

.fcn-hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--fcn-moss) 0%, var(--fcn-copper) 100%);
}

.fcn-hero-panel,
.fcn-panel-stack {
    display: grid;
    gap: 14px;
}

.fcn-panel-card,
.fcn-mini-panel,
.fcn-card,
.fcn-story-point,
.fcn-step-card,
.fcn-related-card,
.fcn-source-card,
.fcn-form,
.fcn-contact-division,
.fcn-metric-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(250, 243, 233, 0.88) 100%);
    border: 1px solid rgba(24, 39, 34, 0.08);
}

.fcn-panel-card,
.fcn-mini-panel {
    padding: 24px;
}

.fcn-mini-panel.is-active,
.focus-main .fcn-mini-panel:nth-child(1),
.focus-education .fcn-mini-panel:nth-child(2),
.focus-pet .fcn-mini-panel:nth-child(3) {
    background: linear-gradient(160deg, rgba(23, 75, 63, 0.96) 0%, rgba(24, 37, 32, 0.96) 100%);
    color: #fff7ea;
}

.fcn-mini-panel.is-active span,
.focus-main .fcn-mini-panel:nth-child(1) span,
.focus-education .fcn-mini-panel:nth-child(2) span,
.focus-pet .fcn-mini-panel:nth-child(3) span {
    color: rgba(255, 247, 234, 0.7);
}

.fcn-mini-panel span {
    display: block;
    margin-bottom: 8px;
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fcn-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
    border-radius: 30px;
}

.fcn-metric-card {
    padding: 24px 20px;
    text-align: center;
    border-radius: 24px;
}

.fcn-metric-card strong,
.fcn-count-suffix {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 0.9;
}

.fcn-metric-card p {
    margin: 10px 0 0;
    color: var(--fcn-muted);
}

.fcn-section,
.fcn-contact {
    padding: 34px;
}

.fcn-section-head {
    max-width: 54rem;
    margin-bottom: 24px;
}

.fcn-section-head p {
    color: var(--fcn-muted);
    line-height: 1.75;
}

.fcn-card-grid,
.fcn-step-grid,
.fcn-related-grid,
.fcn-source-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.fcn-card {
    padding: 24px;
}

.fcn-card h3,
.fcn-step-card h3 {
    margin: 0 0 12px;
}

.fcn-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.fcn-tag-row span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(23, 75, 63, 0.08);
    color: var(--fcn-forest);
    font-size: 0.78rem;
    font-weight: 700;
}

.fcn-inline-link {
    display: inline-flex;
    margin-top: 18px;
    color: var(--fcn-copper);
    font-weight: 700;
}

.fcn-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 22px;
}

.fcn-story-points {
    display: grid;
    gap: 12px;
}

.fcn-story-point {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 20px;
}

.fcn-story-point span,
.fcn-step-card span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(23, 75, 63, 0.12) 0%, rgba(186, 107, 61, 0.18) 100%);
    font-weight: 800;
}

.fcn-step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fcn-step-card {
    padding: 22px;
}

.fcn-step-card span {
    margin-bottom: 18px;
}

.fcn-faq-list {
    display: grid;
    gap: 12px;
}

.fcn-faq-item {
    border: 1px solid rgba(24, 39, 34, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.66);
    overflow: hidden;
}

.fcn-faq-toggle {
    width: 100%;
    padding: 20px 24px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    font-weight: 700;
}

.fcn-faq-toggle strong {
    font-size: 1.2rem;
}

.fcn-faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 220ms ease;
}

.fcn-faq-item.is-open .fcn-faq-body {
    max-height: 260px;
}

.fcn-faq-body p {
    margin: 0;
    padding: 0 24px 24px;
}

.fcn-source-card,
.fcn-related-card,
.fcn-contact-division {
    padding: 22px;
    display: grid;
    gap: 10px;
}

.fcn-source-card span,
.fcn-related-card span {
    color: var(--fcn-moss);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fcn-related-card strong,
.fcn-source-card strong,
.fcn-contact-division strong {
    font-size: 1.02rem;
}

.fcn-contact {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
    gap: 24px;
}

.fcn-contact-meta {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.fcn-contact-meta a,
.fcn-contact-meta span {
    font-size: 1rem;
    color: var(--fcn-forest);
}

.fcn-contact-panels {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.fcn-contact-division.is-active {
    background: linear-gradient(160deg, rgba(23, 75, 63, 0.96) 0%, rgba(24, 37, 32, 0.96) 100%);
    color: #fff7ea;
}

.fcn-contact-division.is-active p {
    color: rgba(255, 247, 234, 0.74);
}

.fcn-form {
    padding: 26px;
    border-radius: 28px;
    background: linear-gradient(160deg, rgba(22, 34, 30, 0.97) 0%, rgba(33, 49, 42, 0.95) 100%);
    color: #fff8ec;
}

.fcn-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.fcn-form label {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}

.fcn-form span {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 248, 236, 0.72);
}

.fcn-form input,
.fcn-form select,
.fcn-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #fff8ec;
}

.fcn-form input::placeholder,
.fcn-form textarea::placeholder {
    color: rgba(255, 248, 236, 0.42);
}

.fcn-form-full {
    margin-top: 2px;
}

.fcn-submit {
    width: 100%;
    margin-top: 10px;
}

.fcn-form-message {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    font-size: 0.94rem;
}

.fcn-form-message.is-success {
    background: rgba(90, 176, 120, 0.18);
    border: 1px solid rgba(90, 176, 120, 0.34);
    color: #d6f6df;
}

.fcn-form-message.is-error {
    background: rgba(199, 120, 103, 0.18);
    border: 1px solid rgba(199, 120, 103, 0.34);
    color: #ffe1d8;
}

.fcn-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    margin-bottom: 40px;
    border-radius: 999px;
    border: 1px solid var(--fcn-line);
    background: rgba(255, 250, 242, 0.74);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(20, 34, 30, 0.08);
}

.fcn-footer p {
    margin: 6px 0 0;
    color: var(--fcn-muted);
}

.fcn-footer-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.fcn-footer-links a {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 380ms ease, transform 380ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fcnFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, 18px, 0); }
}

@keyframes fcnMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 1080px) {
    .fcn-division-switch,
    .fcn-card-grid,
    .fcn-source-grid,
    .fcn-related-grid,
    .fcn-metrics,
    .fcn-story,
    .fcn-contact,
    .fcn-step-grid,
    .fcn-hero {
        grid-template-columns: 1fr;
    }

    .fcn-footer {
        border-radius: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 760px) {
    .fcn-header,
    .fcn-marquee,
    .fcn-footer,
    .fcn-shell {
        width: min(100% - 20px, 1220px);
    }

    .fcn-header,
    .fcn-hero,
    .fcn-section,
    .fcn-contact,
    .fcn-footer {
        padding: 22px;
    }

    .fcn-menu-toggle {
        display: inline-flex;
    }

    .fcn-mobile-shell {
        display: none;
    }

    .fcn-mobile-shell.is-open {
        display: grid;
    }

    .fcn-form-row {
        grid-template-columns: 1fr;
    }

    .fcn-footer-links,
    .fcn-footer-links a,
    .fcn-actions .fcn-button {
        width: 100%;
    }

    .fcn-footer-links a {
        text-align: center;
    }
}

.focus-education.fcn-body {
    --fcn-paper: rgba(246, 250, 255, 0.84);
    --fcn-paper-strong: #f8fbff;
    --fcn-forest: #18486c;
    --fcn-moss: #4d779b;
    --fcn-copper: #cb8c38;
    --fcn-gold: #e1bc73;
    --fcn-rose: #d07e67;
    background:
        radial-gradient(circle at 10% 12%, rgba(24, 72, 108, 0.18), transparent 22%),
        radial-gradient(circle at 86% 8%, rgba(203, 140, 56, 0.22), transparent 20%),
        linear-gradient(180deg, #eef6ff 0%, #dae8f7 100%);
}

.focus-pet.fcn-body {
    --fcn-paper: rgba(255, 248, 244, 0.86);
    --fcn-paper-strong: #fffaf5;
    --fcn-forest: #195650;
    --fcn-moss: #4c8a7d;
    --fcn-copper: #df7f52;
    --fcn-gold: #e6b46e;
    --fcn-rose: #d97361;
    background:
        radial-gradient(circle at 12% 12%, rgba(223, 127, 82, 0.16), transparent 20%),
        radial-gradient(circle at 86% 10%, rgba(25, 86, 80, 0.18), transparent 22%),
        linear-gradient(180deg, #fff4ee 0%, #ffe3d8 100%);
}

.fcn-body {
    font-family: var(--fcn-font-body, "Bricolage Grotesque", sans-serif);
}

.fcn-hero h1,
.fcn-section h2,
.fcn-contact h2,
.fcn-panel-card h2 {
    font-family: var(--fcn-font-display, "Cormorant Garamond", serif);
}

.focus-education .fcn-mesh-a,
.focus-pet .fcn-mesh-a {
    opacity: 0.44;
}

.focus-pet .fcn-mesh-b {
    background: radial-gradient(circle, rgba(223, 127, 82, 0.2) 0%, rgba(223, 127, 82, 0) 70%);
}

.focus-education .fcn-mesh-b {
    background: radial-gradient(circle, rgba(77, 119, 155, 0.2) 0%, rgba(77, 119, 155, 0) 70%);
}

.fcn-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.fcn-brand-logo {
    width: 150px;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(23, 38, 33, 0.1));
}

.fcn-brand-badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(24, 39, 34, 0.08);
    color: var(--fcn-forest);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fcn-hero-gallery {
    display: grid;
    gap: 12px;
}

.fcn-hero-visual,
.fcn-showcase-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(24, 39, 34, 0.08);
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 16px 40px rgba(23, 38, 33, 0.08);
}

.fcn-hero-visual {
    min-height: 126px;
}

.fcn-hero-visual img,
.fcn-showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fcn-hero-visual img {
    position: absolute;
    inset: 0;
}

.fcn-hero-visual::after,
.fcn-showcase-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 18, 17, 0.02) 0%, rgba(14, 18, 17, 0.62) 100%);
}

.fcn-hero-visual-copy,
.fcn-showcase-copy {
    position: relative;
    z-index: 1;
}

.fcn-hero-visual-copy {
    display: flex;
    min-height: 126px;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    padding: 16px;
    color: #fffaf2;
}

.fcn-hero-visual-copy span,
.fcn-showcase-copy span {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fcn-showcase-grid,
.fcn-detail-grid,
.fcn-rate-grid {
    display: grid;
    gap: 18px;
}

.fcn-showcase-grid,
.fcn-detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fcn-rate-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fcn-showcase-card {
    min-height: 360px;
}

.fcn-showcase-copy {
    position: absolute;
    inset: auto 0 0;
    padding: 20px;
    color: #fff8ef;
}

.fcn-showcase-copy h3 {
    margin: 8px 0 10px;
    font-size: 1.28rem;
}

.fcn-showcase-copy p {
    margin: 0;
    color: rgba(255, 248, 239, 0.84);
    line-height: 1.65;
}

.fcn-detail-card,
.fcn-rate-card {
    padding: 22px;
    border-radius: 26px;
    border: 1px solid rgba(24, 39, 34, 0.08);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 40px rgba(23, 38, 33, 0.07);
}

.fcn-detail-card h3,
.fcn-rate-card strong {
    margin: 0;
}

.fcn-detail-card p,
.fcn-rate-card p {
    color: var(--fcn-muted);
    line-height: 1.7;
}

.fcn-detail-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.fcn-detail-list li {
    display: flex;
    gap: 10px;
    color: var(--fcn-ink);
    line-height: 1.65;
}

.fcn-detail-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: 0.5em;
    border-radius: 999px;
    flex: 0 0 auto;
    background: linear-gradient(135deg, var(--fcn-copper) 0%, var(--fcn-gold) 100%);
}

.fcn-rate-widget {
    padding: 24px;
    border-radius: 30px;
    border: 1px solid rgba(24, 39, 34, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.36), transparent 34%),
        linear-gradient(160deg, rgba(248, 252, 255, 0.88) 0%, rgba(238, 245, 250, 0.94) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.focus-pet .fcn-rate-widget {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.34), transparent 34%),
        linear-gradient(160deg, rgba(255, 249, 245, 0.9) 0%, rgba(255, 238, 230, 0.96) 100%);
}

.focus-education .fcn-rate-widget {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.38), transparent 34%),
        linear-gradient(160deg, rgba(244, 249, 255, 0.92) 0%, rgba(228, 239, 250, 0.96) 100%);
}

.fcn-rate-card span {
    display: block;
    margin-bottom: 10px;
    color: var(--fcn-moss);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fcn-rate-card strong {
    display: block;
    margin-bottom: 12px;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    color: var(--fcn-forest);
}

.fcn-rate-card.is-skeleton {
    position: relative;
    overflow: hidden;
}

.fcn-rate-card.is-skeleton::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.54) 50%, transparent 100%);
    animation: fcnShimmer 1.6s linear infinite;
}

.fcn-rate-card.is-error {
    grid-column: 1 / -1;
    background: rgba(255, 243, 240, 0.9);
}

.fcn-rate-meta {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    color: var(--fcn-muted);
    line-height: 1.6;
}

.fcn-rate-meta strong {
    color: var(--fcn-ink);
}

.fcn-rate-meta a {
    color: var(--fcn-copper);
    font-weight: 700;
}

.focus-education .fcn-showcase-card,
.focus-education .fcn-detail-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(238, 245, 255, 0.92) 100%);
}

.focus-pet .fcn-showcase-card,
.focus-pet .fcn-detail-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 241, 235, 0.94) 100%);
}

@keyframes fcnShimmer {
    from { transform: translateX(-120%); }
    to { transform: translateX(120%); }
}

@media (max-width: 1080px) {
    .fcn-showcase-grid,
    .fcn-detail-grid,
    .fcn-rate-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .fcn-brand {
        align-items: flex-start;
    }

    .fcn-brand-logo {
        width: 132px;
    }

    .fcn-brand-badge {
        width: 100%;
        justify-content: center;
    }

    .fcn-showcase-grid,
    .fcn-detail-grid,
    .fcn-rate-grid {
        grid-template-columns: 1fr;
    }

    .fcn-showcase-card {
        min-height: 320px;
    }
}
