
:root {
    --fc-bg: #061522;
    --fc-bg-deep: #030d16;
    --fc-panel: #0b2234;
    --fc-panel-2: #0f2e42;
    --fc-line: rgba(142, 214, 221, .16);
    --fc-text: #f5fbfc;
    --fc-muted: #a7bdc6;
    --fc-aqua: #58d8d5;
    --fc-aqua-soft: #9aefed;
    --fc-coral: #ff735d;
    --fc-sand: #d8bd82;
    --fc-shadow: 0 30px 90px rgba(0, 7, 14, .35);
    --fc-radius: 24px;
    --fc-container: 1440px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at 70% -10%, rgba(23, 117, 131, .16), transparent 33%),
        linear-gradient(180deg, var(--fc-bg), var(--fc-bg-deep));
    color: var(--fc-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.55;
    margin: 0;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    color: inherit;
}

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

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fc-container {
    margin-inline: auto;
    max-width: var(--fc-container);
    padding-inline: clamp(20px, 4vw, 64px);
    width: 100%;
}

.fc-skip-link {
    background: #fff;
    color: #000;
    left: 1rem;
    padding: .7rem 1rem;
    position: fixed;
    top: -100px;
    z-index: 9999;
}

.fc-skip-link:focus {
    top: 1rem;
}

.fc-section-kicker {
    color: var(--fc-aqua);
    display: inline-block;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.fc-theme-button {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    font-weight: 800;
    gap: .6rem;
    justify-content: center;
    min-height: 50px;
    padding: .82rem 1.1rem;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.fc-theme-button:hover,
.fc-theme-button:focus-visible {
    transform: translateY(-2px);
}

.fc-theme-button--coral {
    background: linear-gradient(135deg, #ff806b, #f35d48);
    box-shadow: 0 14px 36px rgba(243, 93, 72, .25);
    color: #fff;
}

/* Header */
.fc-site-header {
    backdrop-filter: blur(18px);
    background: rgba(4, 15, 25, .78);
    border-bottom: 1px solid rgba(153, 217, 223, .11);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.fc-site-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 82px;
}

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

.fc-brand img {
    height: 52px;
    width: 52px;
}

.fc-brand__word {
    align-items: baseline;
    display: flex;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    letter-spacing: -.035em;
    line-height: 1;
}

.fc-brand__word b {
    color: var(--fc-aqua);
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: .62em;
    font-weight: 800;
    letter-spacing: -.02em;
}

.custom-logo-link {
    align-items: center;
    display: inline-flex;
}

.custom-logo {
    max-height: 62px;
    width: auto;
}

.fc-primary-nav {
    align-items: center;
    display: flex;
    gap: clamp(18px, 2.5vw, 36px);
}

.fc-primary-nav__list {
    align-items: center;
    display: flex;
    gap: clamp(16px, 2vw, 30px);
    list-style: none;
    margin: 0;
    padding: 0;
}

.fc-primary-nav__list a {
    color: #c9d8dd;
    font-size: .91rem;
    font-weight: 720;
    text-decoration: none;
    transition: color .18s ease;
}

.fc-primary-nav__list a:hover,
.fc-primary-nav__list a:focus-visible,
.fc-primary-nav__list .current-menu-item > a {
    color: #fff;
}

.fc-header-cta {
    border: 1px solid rgba(90, 219, 215, .55);
    border-radius: 10px;
    color: #dffffe;
    font-size: .88rem;
    font-weight: 800;
    padding: .7rem .95rem;
    text-decoration: none;
}

.fc-menu-toggle {
    background: transparent;
    border: 0;
    display: none;
    height: 42px;
    padding: 8px;
    width: 46px;
}

.fc-menu-toggle > span:not(.screen-reader-text) {
    background: #e8f7f8;
    display: block;
    height: 2px;
    margin: 6px 0;
    width: 28px;
}

/* Home hero */
.fc-home-hero {
    overflow: hidden;
    padding: clamp(52px, 7vw, 100px) 0 clamp(72px, 8vw, 120px);
    position: relative;
}

.fc-home-hero::before {
    background:
        radial-gradient(circle at 75% 25%, rgba(56, 185, 190, .16), transparent 32%),
        radial-gradient(circle at 8% 38%, rgba(255, 112, 87, .08), transparent 28%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.fc-home-hero__grid {
    align-items: center;
    display: grid;
    gap: clamp(30px, 5vw, 76px);
    grid-template-columns: minmax(340px, .86fr) minmax(600px, 1.35fr);
    position: relative;
}

.fc-home-hero__copy {
    position: relative;
    z-index: 2;
}

.fc-home-hero h1 {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(4rem, 6.8vw, 7.8rem);
    letter-spacing: -.062em;
    line-height: .87;
    margin: 1.1rem 0 1.6rem;
    max-width: 9ch;
}

.fc-home-hero h1 em {
    color: var(--fc-aqua);
    display: block;
    font-style: normal;
}

.fc-home-hero__copy > p {
    color: #aec4cd;
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    line-height: 1.7;
    margin: 0 0 1.8rem;
    max-width: 650px;
}

.fc-home-hero .fc-search {
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
}

.fc-home-hero .fc-search__submit {
    grid-column: 1 / -1;
}

.fc-home-hero__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 1.2rem;
}

.fc-home-hero__signals span {
    align-items: center;
    background: rgba(9, 35, 53, .56);
    border: 1px solid rgba(129, 204, 211, .13);
    border-radius: 999px;
    color: #9db5bf;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 700;
    padding: .45rem .7rem;
}

.fc-home-hero__signals span::before {
    background: var(--fc-aqua);
    border-radius: 50%;
    content: "";
    height: 6px;
    margin-right: 8px;
    width: 6px;
}

.fc-home-map {
    min-width: 0;
    position: relative;
}

.fc-home-map__label {
    left: 26px;
    position: absolute;
    top: 22px;
    z-index: 4;
}

.fc-home-map__label span {
    color: var(--fc-aqua);
    display: block;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.fc-home-map__label strong {
    color: #f4fbfc;
    display: block;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(1.4rem, 2.2vw, 2.4rem);
    letter-spacing: -.035em;
    margin-top: .2rem;
}

.fc-home-map .fc-map-shell {
    display: block;
    position: relative;
}

.fc-home-map .fc-map-shell__visual {
    min-height: 690px;
}

.fc-home-map .fc-map {
    min-height: 690px;
}

.fc-home-map .fc-map-card {
    backdrop-filter: blur(18px);
    bottom: 22px;
    max-width: 390px;
    padding: 24px;
    position: absolute;
    right: 22px;
    width: calc(100% - 44px);
    z-index: 3;
}

.fc-home-map .fc-map-card h3 {
    font-size: clamp(1.9rem, 3.5vw, 3.1rem);
}

.fc-home-map .fc-map-card__hint {
    display: none;
}

/* Home intro */
.fc-home-intro {
    border-bottom: 1px solid rgba(131, 200, 207, .1);
    border-top: 1px solid rgba(131, 200, 207, .1);
    padding: clamp(62px, 7vw, 100px) 0;
}

.fc-home-intro__grid {
    align-items: end;
    display: grid;
    gap: clamp(30px, 6vw, 90px);
    grid-template-columns: 1fr .8fr;
}

.fc-home-intro h2,
.fc-section-heading h2,
.fc-final-cta h2 {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(2.8rem, 5vw, 5.6rem);
    letter-spacing: -.055em;
    line-height: .98;
    margin: .7rem 0 0;
}

.fc-home-intro p {
    color: #a9c0ca;
    font-size: 1.08rem;
    line-height: 1.8;
    margin: 0;
}

/* Feature cards */
.fc-feature-grid-section {
    padding: clamp(70px, 8vw, 120px) 0;
}

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

.fc-feature-card {
    background:
        radial-gradient(circle at 100% 0, rgba(75, 211, 207, .1), transparent 34%),
        linear-gradient(155deg, rgba(14, 45, 60, .88), rgba(5, 21, 35, .98));
    border: 1px solid rgba(122, 204, 211, .16);
    border-radius: var(--fc-radius);
    box-shadow: 0 22px 70px rgba(0, 7, 14, .22);
    min-height: 450px;
    overflow: hidden;
    padding: clamp(26px, 3vw, 42px);
    position: relative;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.fc-feature-card::after {
    border: 1px solid rgba(93, 219, 215, .12);
    border-radius: 50%;
    content: "";
    height: 240px;
    position: absolute;
    right: -80px;
    top: -90px;
    width: 240px;
}

.fc-feature-card:hover,
.fc-feature-card:focus-visible {
    border-color: rgba(95, 225, 220, .42);
    box-shadow: 0 28px 85px rgba(0, 7, 14, .34);
    transform: translateY(-5px);
}

.fc-feature-card__number {
    color: rgba(148, 221, 224, .28);
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
}

.fc-feature-card h3 {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(2rem, 3.2vw, 3.5rem);
    letter-spacing: -.045em;
    line-height: 1;
    margin: 1.2rem 0 1.1rem;
}

.fc-feature-card p {
    color: #a8bec7;
    line-height: 1.7;
}

.fc-feature-card__link {
    bottom: 32px;
    color: #dffdfc;
    font-weight: 800;
    left: clamp(26px, 3vw, 42px);
    position: absolute;
}

/* Port cards */
.fc-port-links-section,
.fc-latest-guides,
.fc-home-calculator,
.fc-final-cta {
    padding: clamp(70px, 8vw, 120px) 0;
}

.fc-port-links-section {
    background: rgba(2, 12, 21, .34);
    border-block: 1px solid rgba(124, 195, 203, .09);
}

.fc-section-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.fc-section-heading > a {
    color: var(--fc-aqua-soft);
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none;
}

.fc-port-links {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fc-port-link-card {
    background:
        linear-gradient(165deg, rgba(18, 55, 70, .88), rgba(6, 24, 38, .98));
    border: 1px solid rgba(124, 205, 212, .15);
    border-radius: 18px;
    min-height: 220px;
    padding: 24px;
    position: relative;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease;
}

.fc-port-link-card:hover,
.fc-port-link-card:focus-visible {
    border-color: rgba(91, 224, 219, .42);
    transform: translateY(-4px);
}

.fc-port-link-card__tag {
    color: var(--fc-aqua);
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fc-port-link-card h3 {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: 1.7rem;
    letter-spacing: -.04em;
    line-height: 1;
    margin: 1.4rem 0 .6rem;
}

.fc-port-link-card p {
    color: #97afb9;
    font-size: .88rem;
    margin: 0;
}

.fc-port-link-card > span:last-child {
    bottom: 20px;
    color: var(--fc-aqua);
    font-size: 1.4rem;
    position: absolute;
    right: 22px;
}

/* Posts */
.fc-post-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-post-card {
    background: rgba(7, 27, 42, .72);
    border: 1px solid rgba(125, 199, 206, .13);
    border-radius: 20px;
    overflow: hidden;
}

.fc-post-card__media {
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
}

.fc-post-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.fc-post-card:hover .fc-post-card__media img {
    transform: scale(1.035);
}

.fc-post-card__placeholder {
    background:
        radial-gradient(circle at 70% 20%, rgba(84, 217, 213, .24), transparent 35%),
        linear-gradient(145deg, #10384b, #061827);
    display: block;
    height: 100%;
}

.fc-post-card__body {
    padding: 24px;
}

.fc-post-card__meta {
    color: var(--fc-aqua);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fc-post-card h2,
.fc-post-card h3 {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.2vw, 2.2rem);
    letter-spacing: -.035em;
    line-height: 1.08;
    margin: .75rem 0 .8rem;
}

.fc-post-card h2 a,
.fc-post-card h3 a {
    text-decoration: none;
}

.fc-post-card p {
    color: #9eb5be;
    font-size: .92rem;
    line-height: 1.65;
}

.fc-post-card__read {
    color: #dffefe;
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
}

.fc-empty-guides {
    background: rgba(8, 31, 48, .6);
    border: 1px solid rgba(122, 202, 209, .14);
    border-radius: 20px;
    grid-column: 1 / -1;
    padding: 36px;
}

.fc-empty-guides h3 {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: 2rem;
    margin-top: 0;
}

/* CTA */
.fc-final-cta__inner {
    align-items: center;
    background:
        radial-gradient(circle at 86% 40%, rgba(61, 215, 209, .15), transparent 31%),
        linear-gradient(135deg, #0f3548, #071b2c);
    border: 1px solid rgba(127, 213, 219, .17);
    border-radius: 28px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: clamp(30px, 5vw, 64px);
}

.fc-final-cta h2 {
    font-size: clamp(2.3rem, 4vw, 4.5rem);
    max-width: 900px;
}

/* Pages and content */
.fc-main {
    min-height: 60vh;
}

.fc-page-hero,
.fc-article-hero {
    background:
        radial-gradient(circle at 75% 20%, rgba(48, 188, 191, .14), transparent 32%),
        linear-gradient(180deg, rgba(8, 30, 47, .9), rgba(4, 16, 27, .45));
    border-bottom: 1px solid rgba(126, 200, 207, .1);
    padding: clamp(76px, 9vw, 150px) 0 clamp(62px, 7vw, 110px);
}

.fc-page-hero__inner,
.fc-article-hero__inner {
    max-width: 1040px;
}

.fc-page-hero h1,
.fc-article-hero h1 {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(3.4rem, 7vw, 7.2rem);
    letter-spacing: -.06em;
    line-height: .92;
    margin: .8rem 0 1rem;
}

.fc-page-hero p,
.fc-article-hero p {
    color: #aac1cb;
    font-size: 1.13rem;
    line-height: 1.7;
    max-width: 760px;
}

.fc-content {
    color: #c0d0d6;
    max-width: 1120px;
    padding-block: clamp(58px, 8vw, 120px);
}

.fc-content--article {
    max-width: 850px;
}

.fc-content h2,
.fc-content h3,
.fc-content h4 {
    color: #f7fbfc;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.fc-content h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    margin-top: 2.2em;
}

.fc-content h3 {
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    margin-top: 1.8em;
}

.fc-content p,
.fc-content li {
    line-height: 1.82;
}

.fc-content a {
    color: var(--fc-aqua-soft);
}

.fc-content blockquote {
    border-left: 3px solid var(--fc-coral);
    color: #eaf6f8;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: 1.35rem;
    margin: 2.2rem 0;
    padding-left: 1.4rem;
}

.fc-article-featured {
    margin-top: -42px;
    position: relative;
}

.fc-article-featured img {
    border: 1px solid rgba(130, 207, 214, .14);
    border-radius: 24px;
    box-shadow: var(--fc-shadow);
    display: block;
    width: 100%;
}

.fc-archive-grid {
    padding-block: clamp(60px, 8vw, 110px);
}

.fc-pagination {
    padding-bottom: 80px;
}

/* Footer */
.fc-site-footer {
    background: #030d16;
    border-top: 1px solid rgba(129, 201, 208, .11);
    padding: 56px 0 28px;
}

.fc-site-footer__top {
    align-items: start;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.fc-site-footer__description {
    color: #8fa6af;
    font-size: .9rem;
    max-width: 480px;
}

.fc-site-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 26px;
    justify-content: flex-end;
}

.fc-site-footer__links a {
    color: #b8c9cf;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
}

.fc-site-footer__bottom {
    border-top: 1px solid rgba(128, 197, 204, .1);
    color: #718892;
    display: flex;
    font-size: .74rem;
    gap: 30px;
    justify-content: space-between;
    margin-top: 36px;
    padding-top: 24px;
}

/* Responsive */
@media (max-width: 1220px) {
    .fc-home-hero__grid {
        grid-template-columns: 1fr;
    }

    .fc-home-hero h1 {
        max-width: 11ch;
    }

    .fc-home-map .fc-map-shell__visual,
    .fc-home-map .fc-map {
        min-height: 650px;
    }

    .fc-port-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .fc-menu-toggle {
        display: block;
    }

    .fc-primary-nav {
        align-items: stretch;
        background: rgba(3, 14, 24, .98);
        border-bottom: 1px solid rgba(128, 202, 209, .12);
        display: none;
        flex-direction: column;
        gap: 20px;
        left: 0;
        padding: 24px;
        position: absolute;
        right: 0;
        top: 100%;
    }

    .fc-primary-nav.is-open {
        display: flex;
    }

    .fc-primary-nav__list {
        align-items: stretch;
        flex-direction: column;
    }

    .fc-primary-nav__list a {
        display: block;
        font-size: 1rem;
        padding: .55rem 0;
    }

    .fc-header-cta {
        text-align: center;
    }

    .fc-home-intro__grid,
    .fc-feature-grid {
        grid-template-columns: 1fr;
    }

    .fc-feature-card {
        min-height: 360px;
    }

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

    .fc-final-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    body {
        font-size: 16px;
    }

    .fc-site-header__inner {
        min-height: 72px;
    }

    .fc-brand img {
        height: 44px;
        width: 44px;
    }

    .fc-brand__word {
        font-size: 1.35rem;
    }

    .fc-home-hero {
        padding-top: 44px;
    }

    .fc-home-hero h1 {
        font-size: clamp(3.5rem, 17vw, 5.3rem);
    }

    .fc-home-hero .fc-search {
        grid-template-columns: 1fr;
    }

    .fc-home-map__label {
        left: 18px;
        top: 18px;
    }

    .fc-home-map .fc-map-shell__visual,
    .fc-home-map .fc-map {
        min-height: 520px;
    }

    .fc-home-map .fc-map-card {
        bottom: 14px;
        max-width: none;
        padding: 20px;
        right: 14px;
        width: calc(100% - 28px);
    }

    .fc-home-map .fc-map-card h3 {
        font-size: 2rem;
    }

    .fc-home-map .fc-map-card p:not(.fc-map-card__city) {
        display: none;
    }

    .fc-home-map .fc-map-card__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .fc-home-intro__grid {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .fc-port-links {
        grid-template-columns: 1fr;
    }

    .fc-port-link-card {
        min-height: 175px;
    }

    .fc-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

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

    .fc-site-footer__top,
    .fc-site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .fc-site-footer__links {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }
}

/* Version 0.2: Midnight Coast Atlas refinement */
.fc-site-header {
    background: rgba(3, 15, 26, .78);
    border-bottom-color: rgba(132, 202, 210, .1);
    backdrop-filter: blur(18px);
}
.fc-site-header.is-scrolled {
    background: rgba(3, 15, 26, .94);
    box-shadow: 0 16px 44px rgba(0, 7, 14, .32);
}
.fc-brand img {
    height: 48px;
    width: 58px;
}
.fc-brand__word {
    letter-spacing: -.045em;
}
.fc-header-cta {
    background: rgba(38, 172, 174, .08);
}
.fc-header-cta:hover,
.fc-header-cta:focus-visible {
    background: rgba(38, 172, 174, .18);
    color: #fff;
}

.fc-home-hero--atlas {
    min-height: calc(100vh - 78px);
    padding: clamp(36px, 5vw, 72px) 0 clamp(60px, 7vw, 100px);
}
.fc-home-hero--atlas::before {
    background:
        radial-gradient(circle at 78% 30%, rgba(45, 176, 183, .16), transparent 31%),
        radial-gradient(circle at 12% 20%, rgba(255, 116, 92, .08), transparent 28%),
        linear-gradient(180deg, rgba(4, 18, 31, .2), rgba(2, 12, 21, .55));
}
.fc-home-hero__grid {
    align-items: center;
    gap: clamp(28px, 4vw, 62px);
    grid-template-columns: minmax(340px, .78fr) minmax(620px, 1.42fr);
}
.fc-home-hero h1 {
    font-size: clamp(3.65rem, 5.75vw, 6.7rem);
    line-height: .91;
    margin: 1rem 0 1.35rem;
    max-width: 10ch;
}
.fc-home-hero__copy > p {
    font-size: clamp(.98rem, 1.2vw, 1.12rem);
    line-height: 1.72;
    max-width: 600px;
}
.fc-home-hero .fc-search {
    margin-top: 1.35rem;
}
.fc-quick-searches {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 1rem;
}
.fc-quick-searches > span {
    color: #728f9c;
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.fc-home-map {
    isolation: isolate;
}
.fc-home-map::before {
    background: radial-gradient(circle, rgba(86, 222, 218, .15), transparent 68%);
    content: "";
    height: 70%;
    pointer-events: none;
    position: absolute;
    right: 2%;
    top: 9%;
    width: 70%;
    z-index: -1;
}
.fc-home-map__label {
    left: 28px;
    top: 24px;
}
.fc-home-map__label strong {
    font-size: clamp(1.45rem, 2vw, 2.2rem);
    max-width: 420px;
}
.fc-home-map .fc-map-shell__legend {
    display: none;
}
.fc-home-map .fc-map-shell__visual {
    border-color: rgba(138, 216, 222, .2);
    min-height: 720px;
}
.fc-home-map .fc-map {
    min-height: 720px;
}
.fc-home-map .fc-map-card {
    bottom: 74px;
    max-width: 405px;
    padding: 25px;
    right: 22px;
}
.fc-home-map .fc-map-card h3 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
}
.fc-home-map .fc-map-card > p:not(.fc-map-card__city):not(.fc-map-card__hint) {
    font-size: .9rem;
    line-height: 1.55;
}
.fc-home-map .fc-map-card__facts {
    margin-top: 1rem;
}
.fc-home-map .fc-map-card__actions {
    margin-top: 1rem;
}

.fc-home-intro {
    background:
        linear-gradient(90deg, rgba(4, 24, 38, .94), rgba(7, 32, 47, .7), rgba(4, 24, 38, .94));
}
.fc-home-intro h2,
.fc-section-heading h2,
.fc-final-cta h2 {
    font-size: clamp(2.5rem, 4.35vw, 4.9rem);
}
.fc-home-intro p {
    max-width: 670px;
}

.fc-feature-grid {
    gap: 18px;
}
.fc-feature-card {
    min-height: 410px;
}
.fc-feature-card h3 {
    font-size: clamp(1.75rem, 2.55vw, 2.75rem);
    line-height: 1.04;
}
.fc-feature-card--map {
    background:
        radial-gradient(circle at 88% 10%, rgba(61, 203, 199, .14), transparent 34%),
        linear-gradient(155deg, rgba(14, 50, 66, .94), rgba(5, 21, 35, .98));
}
.fc-feature-card--cost {
    background:
        radial-gradient(circle at 88% 10%, rgba(255, 121, 96, .12), transparent 34%),
        linear-gradient(155deg, rgba(24, 48, 63, .94), rgba(5, 21, 35, .98));
}

.fc-port-link-card {
    min-height: 235px;
    overflow: hidden;
}
.fc-port-link-card::before,
.fc-port-link-card::after {
    content: "";
    pointer-events: none;
    position: absolute;
}
.fc-port-link-card::before {
    background: radial-gradient(circle, rgba(86, 222, 218, .22), transparent 68%);
    height: 190px;
    right: -75px;
    top: -65px;
    width: 190px;
}
.fc-port-link-card::after {
    border: 1px solid rgba(112, 217, 217, .13);
    border-radius: 50%;
    height: 120px;
    right: -35px;
    top: -22px;
    width: 120px;
}
.fc-port-link-card h3,
.fc-port-link-card p,
.fc-port-link-card__tag,
.fc-port-link-card > span:last-child {
    position: relative;
    z-index: 2;
}
.fc-port-link-card--miami::before { background: radial-gradient(circle, rgba(255, 120, 92, .16), transparent 68%); }
.fc-port-link-card--tampa::before { background: radial-gradient(circle, rgba(218, 181, 106, .16), transparent 68%); }

.fc-empty-guides {
    background:
        radial-gradient(circle at 100% 0, rgba(76, 209, 205, .12), transparent 38%),
        linear-gradient(150deg, rgba(13, 45, 60, .84), rgba(5, 21, 35, .98));
    border: 1px solid rgba(124, 205, 212, .16);
    border-radius: 22px;
    grid-column: 1 / -1;
    padding: clamp(34px, 5vw, 64px);
}
.fc-empty-guides h3 {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    letter-spacing: -.04em;
    margin: .75rem 0 1rem;
}
.fc-empty-guides p {
    color: #a9c0ca;
    line-height: 1.7;
    margin: 0;
    max-width: 680px;
}

@media (max-width: 1220px) {
    .fc-home-hero__grid {
        grid-template-columns: minmax(330px, .85fr) minmax(540px, 1.15fr);
    }
    .fc-home-map .fc-map-shell__visual,
    .fc-home-map .fc-map {
        min-height: 650px;
    }
    .fc-home-map .fc-map-card {
        max-width: 355px;
    }
    .fc-feature-card h3 {
        font-size: clamp(1.65rem, 2.4vw, 2.35rem);
    }
}

@media (max-width: 1020px) {
    .fc-home-hero__grid {
        grid-template-columns: 1fr;
    }
    .fc-home-hero__copy {
        max-width: 760px;
    }
    .fc-home-hero h1 {
        max-width: 11ch;
    }
    .fc-home-map .fc-map-shell__visual,
    .fc-home-map .fc-map {
        min-height: 690px;
    }
}

@media (max-width: 760px) {
    .fc-home-hero--atlas {
        padding-top: 34px;
    }
    .fc-home-hero h1 {
        font-size: clamp(3.2rem, 14vw, 5.1rem);
    }
    .fc-home-map__label {
        left: 18px;
        top: 18px;
    }
    .fc-home-map__label strong {
        max-width: 280px;
    }
    .fc-home-map .fc-map-shell__visual,
    .fc-home-map .fc-map {
        min-height: 540px;
    }
    .fc-home-map .fc-map-card {
        bottom: auto;
        max-width: none;
        position: relative;
        right: auto;
        width: 100%;
    }
    .fc-home-map .fc-map-shell {
        display: grid;
        gap: 14px;
    }
    .fc-feature-grid {
        grid-template-columns: 1fr;
    }
    .fc-feature-card {
        min-height: 365px;
    }
    .fc-port-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .fc-quick-searches {
        align-items: flex-start;
        flex-direction: column;
    }
    .fc-home-map .fc-map-shell__visual,
    .fc-home-map .fc-map {
        min-height: 470px;
    }
    .fc-home-map__label strong {
        font-size: 1.45rem;
    }
    .fc-port-links {
        grid-template-columns: 1fr;
    }
}


/* ========================================================================
   Midnight Atlas V3 — signature map-led homepage
   ======================================================================== */
:root {
    --fc-bg: #03111c;
    --fc-bg-deep: #020a11;
    --fc-panel: #071d2b;
    --fc-panel-2: #0a2a3b;
    --fc-line: rgba(121, 220, 224, .18);
    --fc-aqua: #58e0dc;
    --fc-coral: #ff745e;
    --fc-container: 1540px;
}

body {
    background:
        radial-gradient(circle at 78% 2%, rgba(35, 156, 166, .16), transparent 28%),
        radial-gradient(circle at 7% 34%, rgba(255, 116, 94, .055), transparent 22%),
        linear-gradient(180deg, #041522 0%, #020b13 100%);
}

.fc-site-header {
    background: rgba(2, 11, 18, .84);
    border-bottom-color: rgba(120, 221, 226, .13);
}

.fc-site-header__inner { min-height: 88px; }
.fc-brand img { height: 58px; width: 58px; }
.fc-brand__word { font-size: clamp(1.55rem, 2.25vw, 2.16rem); }

.fc-home-hero--atlas {
    isolation: isolate;
    min-height: calc(100vh - 88px);
    overflow: hidden;
    padding: clamp(38px, 5vw, 78px) 0 clamp(56px, 7vw, 108px);
    position: relative;
}

.fc-home-hero--atlas::before {
    background:
        linear-gradient(90deg, rgba(2, 11, 18, .96) 0%, rgba(2, 13, 22, .86) 35%, rgba(3, 20, 32, .18) 70%, transparent 100%),
        repeating-radial-gradient(ellipse at 80% 45%, transparent 0 34px, rgba(98, 220, 222, .035) 35px 36px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.fc-home-hero--atlas::after {
    background: linear-gradient(180deg, transparent, rgba(2, 10, 17, .78));
    bottom: 0;
    content: "";
    height: 24%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: -1;
}

.fc-home-hero__grid {
    align-items: center;
    display: grid;
    gap: clamp(28px, 3.6vw, 68px);
    grid-template-columns: minmax(420px, .78fr) minmax(620px, 1.22fr);
}

.fc-home-hero__copy {
    max-width: 660px;
    padding-block: 18px;
    position: relative;
    z-index: 4;
}

.fc-home-hero__copy h1 {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    font-size: clamp(4rem, 6.15vw, 7rem);
    font-weight: 520;
    letter-spacing: -.055em;
    line-height: .91;
    margin: .45rem 0 1.25rem;
    text-wrap: balance;
}

.fc-home-hero__copy h1 em {
    background: linear-gradient(90deg, #f7fbfc 0%, #83ece8 58%, #55d8dd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    font-style: normal;
}

.fc-hero-lede,
.fc-home-hero__copy > p {
    color: #c2d3da;
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    max-width: 610px;
}

.fc-home-map {
    margin-right: min(-4vw, -28px);
    min-width: 0;
    position: relative;
}

.fc-home-map::before {
    background: radial-gradient(circle, rgba(73, 217, 217, .2), transparent 67%);
    content: "";
    filter: blur(34px);
    inset: 10% 5% 6% 10%;
    pointer-events: none;
    position: absolute;
}

.fc-home-map__label {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin: 0 1rem .8rem;
    position: relative;
    z-index: 5;
}

.fc-home-map__label span {
    color: var(--fc-aqua);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.fc-home-map__label strong {
    color: #d8e7eb;
    font-size: .92rem;
    font-weight: 650;
}

.fc-home-map .fc-map-shell {
    background: linear-gradient(145deg, rgba(6, 30, 45, .82), rgba(2, 12, 20, .72));
    border: 1px solid rgba(116, 224, 227, .2);
    border-radius: 34px;
    box-shadow: 0 46px 110px rgba(0, 5, 10, .5), inset 0 1px rgba(255,255,255,.035);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.fc-home-map .fc-map-shell__visual {
    min-height: 650px;
    position: relative;
}

.fc-home-map .fc-map {
    height: 100%;
    min-height: 650px;
    transform: scale(1.035);
    transform-origin: center;
    width: 100%;
}

.fc-home-map .fc-map-shell__legend {
    background: rgba(2, 14, 23, .6);
    border: 1px solid rgba(124, 222, 226, .15);
    border-radius: 14px;
    left: 20px;
    padding: 11px 14px;
    position: absolute;
    top: 20px;
    z-index: 5;
}

.fc-home-map .fc-map-shell__legend span { color: #fff; font-weight: 800; }
.fc-home-map .fc-map-shell__legend small { color: #8eb1bc; display: block; font-size: .72rem; }

.fc-home-map .fc-map-card {
    align-self: stretch;
    background:
        linear-gradient(180deg, rgba(9, 38, 55, .96), rgba(4, 21, 32, .98)),
        radial-gradient(circle at 100% 0, rgba(90, 222, 218, .12), transparent 44%);
    border-left: 1px solid rgba(119, 222, 225, .16);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
}

.fc-home-map .fc-map-card h3 {
    font-family: ui-serif, Georgia, serif;
    font-size: clamp(2rem, 2.25vw, 2.7rem);
    letter-spacing: -.035em;
    line-height: 1;
    margin: .55rem 0 .3rem;
}

.fc-home-map .fc-map-card__actions { display: grid; gap: 10px; }
.fc-home-map .fc-map-card__actions .fc-button { width: 100%; }
.fc-home-map .fc-map-port-tabs { bottom: 16px; left: 18px; max-width: calc(100% - 36px); position: absolute; z-index: 6; }

.fc-cruise-search {
    backdrop-filter: blur(20px);
    background: linear-gradient(145deg, rgba(8, 32, 47, .94), rgba(4, 18, 29, .9));
    border-color: rgba(121, 223, 225, .21);
    border-radius: 20px;
    box-shadow: 0 26px 65px rgba(0, 6, 12, .34);
    margin-top: 1.75rem;
}

.fc-home-hero__signals {
    border-top: 1px solid rgba(130, 219, 223, .13);
    margin-top: 1.35rem;
    padding-top: 1rem;
}

.fc-home-intro { padding-top: clamp(68px, 7vw, 112px); }
.fc-feature-card { background: linear-gradient(155deg, rgba(11, 39, 55, .92), rgba(5, 20, 31, .9)); }
.fc-port-link-card { min-height: 265px; }

@media (max-width: 1280px) {
    .fc-home-hero__grid { grid-template-columns: .9fr 1.1fr; }
    .fc-home-map .fc-map-shell { grid-template-columns: 1fr 260px; min-height: 590px; }
    .fc-home-map .fc-map-shell__visual, .fc-home-map .fc-map { min-height: 590px; }
    .fc-home-hero__copy h1 { font-size: clamp(3.6rem, 5.9vw, 5.8rem); }
}

@media (max-width: 1080px) {
    .fc-home-hero--atlas { min-height: auto; }
    .fc-home-hero__grid { grid-template-columns: 1fr; }
    .fc-home-hero__copy { max-width: 820px; }
    .fc-home-map { margin-right: 0; }
    .fc-home-map .fc-map-shell { grid-template-columns: minmax(0, 1fr) 300px; }
}

@media (max-width: 760px) {
    .fc-home-hero--atlas { padding-top: 34px; }
    .fc-home-hero__copy h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
    .fc-home-map__label { align-items: start; flex-direction: column; gap: 4px; }
    .fc-home-map .fc-map-shell { display: block; min-height: auto; }
    .fc-home-map .fc-map-shell__visual, .fc-home-map .fc-map { min-height: 500px; }
    .fc-home-map .fc-map-card { border-left: 0; border-top: 1px solid rgba(119, 222, 225, .16); padding: 24px; }
    .fc-home-map .fc-map-port-tabs { position: static; }
}

/* V3.1 homepage map and finder corrections */
.fc-home-hero .fc-container {
    max-width: 1700px;
}

.fc-home-hero__grid {
    align-items: start;
    gap: clamp(28px, 3.2vw, 54px);
    grid-template-columns: minmax(360px, .66fr) minmax(760px, 1.62fr);
}

.fc-home-map {
    margin-top: 12px;
}

.fc-home-map .fc-map-shell__visual,
.fc-home-map .fc-map {
    min-height: clamp(720px, 48vw, 835px);
}

.fc-home-map .fc-map-shell__visual {
    border-radius: 28px;
}

.fc-home-map .fc-map-card {
    bottom: auto;
    max-height: calc(100% - 44px);
    max-width: 360px;
    overflow: auto;
    padding: 28px;
    right: 22px;
    top: 22px;
    width: min(360px, calc(100% - 44px));
}

.fc-home-map .fc-map-card[hidden] {
    display: none !important;
}

.fc-home-map .fc-map-card h3 {
    padding-right: 42px;
}

.fc-home-map .fc-map-port-tabs {
    max-width: calc(100% - 36px);
}

.fc-home-hero .fc-search__custom-dates[hidden] {
    display: none !important;
}

@media (min-width: 1221px) {
    .fc-home-hero h1 {
        font-size: clamp(4rem, 5.5vw, 6.9rem);
        max-width: 8.2ch;
    }
}

@media (max-width: 1380px) {
    .fc-home-hero__grid {
        grid-template-columns: minmax(340px, .72fr) minmax(660px, 1.4fr);
    }

    .fc-home-map .fc-map-shell__visual,
    .fc-home-map .fc-map {
        min-height: 710px;
    }
}

@media (max-width: 1220px) {
    .fc-home-hero__grid {
        grid-template-columns: 1fr;
    }

    .fc-home-map {
        margin-top: 0;
    }

    .fc-home-map .fc-map-shell__visual,
    .fc-home-map .fc-map {
        min-height: 700px;
    }
}

@media (max-width: 720px) {
    .fc-home-map .fc-map-shell__visual,
    .fc-home-map .fc-map {
        min-height: 590px;
    }

    .fc-home-map .fc-map-card {
        bottom: 12px;
        max-height: calc(100% - 24px);
        max-width: none;
        padding: 22px;
        right: 12px;
        top: auto;
        width: calc(100% - 24px);
    }

    .fc-home-map .fc-map-card h3 {
        padding-right: 36px;
    }
}

/* Ensure the homepage atlas owns the entire right side; details float above it only after selection. */
.fc-home-map .fc-map-shell,
.fc-home-map .fc-map-shell:not(.is-details-open),
.fc-home-map .fc-map-shell.is-details-open {
    display: block;
    min-height: clamp(720px, 48vw, 835px);
}

.fc-home-map .fc-map-shell__visual {
    width: 100%;
}

.fc-home-map .fc-map-card {
    border: 1px solid rgba(119, 222, 225, .22);
    border-radius: 20px;
    box-shadow: 0 28px 80px rgba(0, 5, 12, .48);
    display: flex;
    position: absolute;
    z-index: 12;
}

@media (max-width: 1220px) {
    .fc-home-map .fc-map-shell,
    .fc-home-map .fc-map-shell:not(.is-details-open),
    .fc-home-map .fc-map-shell.is-details-open {
        min-height: 700px;
    }
}

@media (max-width: 720px) {
    .fc-home-map .fc-map-shell,
    .fc-home-map .fc-map-shell:not(.is-details-open),
    .fc-home-map .fc-map-shell.is-details-open {
        min-height: 590px;
    }
}

/* Version 0.4 functional beta */
.fc-content--immersive { max-width:1600px; padding-block:clamp(42px,6vw,86px); }
.fc-page--immersive .fc-content > :first-child { margin-top:0; }
.fc-home-map .fc-map-shell,
.fc-home-map .fc-map-shell:not(.is-details-open),
.fc-home-map .fc-map-shell.is-details-open { min-height:clamp(680px,44vw,790px); }
.fc-home-map .fc-map-shell__visual,
.fc-home-map .fc-map { min-height:clamp(680px,44vw,790px); }
.fc-latest-guides .fc-guide-grid { margin-top:1.2rem; }
@media (max-width:1220px) {
    .fc-home-map .fc-map-shell,.fc-home-map .fc-map-shell:not(.is-details-open),.fc-home-map .fc-map-shell.is-details-open,
    .fc-home-map .fc-map-shell__visual,.fc-home-map .fc-map { min-height:660px; }
}
@media (max-width:720px) {
    .fc-home-map .fc-map-shell,.fc-home-map .fc-map-shell:not(.is-details-open),.fc-home-map .fc-map-shell.is-details-open,
    .fc-home-map .fc-map-shell__visual,.fc-home-map .fc-map { min-height:500px; }
}
.fc-home-map .fc-map-card { display:block; }
.fc-home-map .fc-map-card[hidden] { display:none!important; }

/* Version 0.5.0 brand refinement */
.fc-brand__mark {
    align-items: center;
    background: linear-gradient(145deg, rgba(18, 67, 83, .88), rgba(5, 25, 39, .98));
    border: 1px solid rgba(111, 221, 219, .22);
    border-radius: 15px;
    box-shadow: 0 12px 32px rgba(0, 8, 16, .24), inset 0 1px 0 rgba(255,255,255,.05);
    display: inline-flex;
    height: 54px;
    justify-content: center;
    overflow: hidden;
    width: 54px;
}
.fc-brand__mark img {
    height: 47px;
    width: 47px;
}
.fc-port-link-card > span[aria-hidden="true"] { display: none !important; }
.fc-port-link-card { min-height: 230px; }
.fc-port-link-card p { padding-right: 0; }

@media (max-width: 650px) {
    .fc-brand__mark { height: 46px; width: 46px; }
    .fc-brand__mark img { height: 40px; width: 40px; }
}


/* Version 0.5.3: simplified task-focused header */
.fc-site-header__inner {
    gap: 28px;
    min-height: 76px;
}
.fc-brand {
    flex: 0 0 auto;
    gap: 10px;
}
.fc-brand__mark {
    border-radius: 13px;
    height: 48px;
    width: 48px;
}
.fc-brand__mark img {
    height: 42px;
    width: 42px;
}
.fc-brand__word {
    font-size: clamp(1.5rem, 1.85vw, 1.92rem);
    white-space: nowrap;
}
.fc-primary-nav {
    flex: 0 1 auto;
    gap: clamp(18px, 2vw, 30px);
    margin-left: auto;
    min-width: 0;
}
.fc-primary-nav__list {
    gap: clamp(18px, 2vw, 30px);
}
.fc-primary-nav__list li,
.fc-primary-nav__list a,
.fc-header-cta {
    white-space: nowrap;
}
.fc-primary-nav__list a {
    font-size: .9rem;
    font-weight: 760;
}
.fc-header-cta {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    padding: .68rem 1.05rem;
}
.fc-header-cta.is-current {
    background: rgba(38, 172, 174, .2);
    color: #fff;
}

@media (max-width: 1120px) {
    .fc-menu-toggle {
        display: block;
        margin-left: auto;
    }
    .fc-primary-nav {
        align-items: stretch;
        background: rgba(3, 14, 24, .99);
        border-bottom: 1px solid rgba(128, 202, 209, .12);
        box-shadow: 0 22px 45px rgba(0, 7, 14, .32);
        display: none;
        flex-direction: column;
        gap: 18px;
        left: 0;
        margin-left: 0;
        padding: 22px max(24px, calc((100vw - var(--fc-container)) / 2));
        position: absolute;
        right: 0;
        top: 100%;
    }
    .fc-primary-nav.is-open {
        display: flex;
    }
    .fc-primary-nav__list {
        align-items: stretch;
        flex-direction: column;
        gap: 2px;
    }
    .fc-primary-nav__list a {
        border-radius: 8px;
        display: block;
        font-size: 1rem;
        padding: .72rem .75rem;
    }
    .fc-primary-nav__list a:hover,
    .fc-primary-nav__list a:focus-visible,
    .fc-primary-nav__list .current-menu-item > a {
        background: rgba(82, 217, 216, .08);
    }
    .fc-header-cta {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .fc-site-header__inner {
        min-height: 68px;
    }
    .fc-brand__mark {
        height: 42px;
        width: 42px;
    }
    .fc-brand__mark img {
        height: 36px;
        width: 36px;
    }
    .fc-brand__word {
        font-size: 1.28rem;
    }
}
