body.destination-page {
    color: var(--ink);
    background-color: #f8fafc;
    position: relative;
}

body.destination-page .page-shell {
    position: relative;
    z-index: 1;
}

body.destination-page .hero-viewport {
    min-height: 0px;
}

body.destination-page .destination-hero-carousel {
    margin: 0;
}

body.destination-page .destination-carousel-slide {
    min-height: 0px;
}

body.destination-page .destination-carousel-content {
    justify-content: center;
}

body.destination-page .hero-glass,
body.destination-page .stack-card,
body.destination-page .destination-card.modern,
body.destination-page .season-card {
    color: var(--ink);
}

body.destination-page .stack-card,
body.destination-page .destination-card.modern {
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

body.destination-page .destination-body,
body.destination-page .season-card > div,
body.destination-page .section-title,
body.destination-page .section-kicker,
body.destination-page .tropical-hint {
    color: var(--ink);
}

body.destination-page .chip,
body.destination-page .season-card .chip {
    background: rgba(15, 23, 42, 0.06);
    color: var(--ink);
    border-color: rgba(15, 23, 42, 0.08);
}

body.destination-page .action-primary {
    color: #0b2c2d;
}

.destination-page .page-shell,
.destination-page .page-container {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.destination-page .page-shell {
    padding-top: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.destination-page .destination-hero-carousel .carousel-track {
    overflow: hidden;
    scroll-snap-type: none;
}

.destination-page .page-container.swipe-stack {
    padding-bottom: 0;
    padding-top: 0;
    min-height: calc(var(--viewport-height));
}

.destination-page .page-container.content,
.destination-page .section-shell {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.destination-page .hero-glass {
    color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.destination-page .hero-glass .section-title,
.destination-page .hero-glass .tropical-hint,
.destination-page .hero-glass .section-kicker {
    color: #fff;
}

.destination-page .stack-card,
.destination-page .destination-card.modern,
.destination-page .season-card {
    width: 100%;
    margin: 0;
}

.destination-page .destination-card.modern.destination-card-wide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    flex: 1 1 100%;
}

.destination-page .destination-card.modern.destination-card-wide .destination-visual {
    position: relative;
    inset: auto;
    min-height: 260px;
    border-radius: 20px 20px 0 0;
}

.destination-page .destination-card.modern.destination-card-wide .destination-body {
    background: transparent;
    padding: 20px;
    height: auto;
}

.destination-page .section-shell:first-of-type {
    margin-top: -20px;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
    box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 2;
}

.destination-page .currency-table-block {
    margin-top: 20px;
    display: grid;
    gap: 12px;
}

.destination-page .currency-table-wrapper {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.destination-page .currency-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.destination-page .currency-table th,
.destination-page .currency-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    white-space: nowrap;
}

.destination-page .currency-table th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.6);
    background: rgba(15, 23, 42, 0.04);
}

.destination-page .currency-table tr:last-child td {
    border-bottom: 0;
}

.visa-block {
    display: grid;
    gap: 16px;
}

.visa-status {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.visa-status__label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.6);
    font-weight: 700;
}

.visa-status__content {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
}

.visa-status__icon {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    object-fit: cover;
}

.visa-status__emoji {
    font-size: 20px;
    line-height: 1;
}

.visa-tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.visa-tile {
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.visa-tile--wide {
    grid-column: 1 / -1;
}

.visa-tile__icon {
    font-size: 18px;
    line-height: 1;
    margin-top: 2px;
}

.visa-tile__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.visa-tile__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.6);
    font-weight: 700;
}

.visa-tile__value {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
}

.currency-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.currency-tile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.currency-tile__header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.currency-code {
    font-size: 16px;
    font-weight: 700;
}

.currency-name {
    font-size: 12px;
    color: rgba(15, 23, 42, 0.6);
}

.currency-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
}

.currency-meta {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.6);
}

.currency-converter {
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.currency-converter__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.6);
    font-weight: 700;
}

.currency-converter__fields {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.currency-converter__input {
    flex: 1 1 200px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.15);
    font-size: 16px;
}

.currency-converter__result {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
}

.currency-converter__code {
    font-size: 13px;
    color: rgba(15, 23, 42, 0.6);
    font-weight: 600;
}

.currency-converter__toggle {
    border-radius: 999px;
    padding: 8px 14px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    background: #fff;
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.currency-converter__toggle:hover,
.currency-converter__toggle:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.currency-converter__hint {
    margin: 0;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.6);
}

.season-slider input[type='range'] {
    accent-color: var(--tropical-teal, #0e5f61);
}

.season-slider .slider-wrapper {
    position: relative;
    padding-bottom: 24px;
}

.season-range {
    -webkit-appearance: none;
    appearance: none;
    height: 12px;
    background: var(--season-slider-gradient, linear-gradient(90deg, #ef4444 0%, #22c55e 100%));
    border-radius: 999px;
    outline: none;
}

.season-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0f172a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}

.season-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0f172a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}

.range-tooltip {
    position: absolute;
    top: 18px;
    transform: translateX(-50%);
    background: #0f172a;
    color: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    white-space: nowrap;
}

.range-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
    color: var(--ink);
    font-weight: 700;
}

.range-labels .current-month {
    text-align: center;
    flex: 1;
    font-size: 16px;
}

.range-labels .range-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.season-badge {
    display: none;
}

.destination-page .season-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.destination-page .season-visual {
    position: relative;
    width: 100%;
    height: 240px;
    flex: 0 0 auto;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    overflow: hidden;
}

.destination-page .season-image-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.45s ease;
    z-index: 2;
}

.destination-page .season-image-layer.is-visible {
    opacity: 1;
}

.destination-page .season-image-label {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 520px);
    padding: 0 16px;
    text-align: center;
    color: rgb(15, 15, 42);
    font-size: clamp(30px, 5vw, 30px);
    font-weight: 500;
    z-index: 3;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
}

.season-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.season-reason {
    margin: 6px 0 0;
    color: #1f2937;
    font-weight: 600;
}

.season-mini-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: grid;
    gap: 10px;
}

.season-mini-list__item {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
}

.season-mini-list__meta {
    font-size: 12px;
    color: rgba(15, 23, 42, 0.6);
}

.stats-list {
    margin-top: 12px;
    display: grid;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.stats-list__item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 14px;
}

.stats-list__label {
    color: rgba(15, 23, 42, 0.65);
    font-weight: 600;
}

.stats-list__value {
    font-weight: 700;
    text-align: right;
    color: var(--ink);
}

.stats-charts {
    display: grid;
    gap: 16px;
    margin-top: 16px;
}

.chart-card {
    padding: 18px 16px 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.01));
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.chart-card__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.chart-card__header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.chart-card__meta {
    font-size: 12px;
    color: rgba(15, 23, 42, 0.6);
}

.line-chart {
    margin: 14px auto 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(180deg, rgb(0 27 65), rgb(0 36 86));
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.line-chart svg {
    width: 100%;
    height: 100%;
}

.line-chart__line {
    fill: none;
    stroke: var(--tropical-teal, #0e5f61);
    stroke-width: 1.25px;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 4px 10px rgba(14, 95, 97, 0.35));
}

.line-chart__area {
    fill: rgba(14, 95, 97, 0.18);
}

.line-chart circle {
    stroke: none;
}

.line-chart__value,
.line-chart__year {
    font-size: 4px;
    font-weight: 600;
    text-anchor: middle;
    color: white
}

.line-chart__value {
    fill: white;
}

.line-chart__year {
    fill: white;
    font-size: 4px;
    letter-spacing: 0.4px;
}

.chart-labels {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.6);
}

.chart-label {
    flex: 1;
    text-align: center;
}

.chart-year-list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.8);
}

.chart-year-list__item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(148, 163, 184, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.chart-year-list__year {
    font-weight: 600;
    font-size: 11px;
}

.chart-year-list__value {
    color: rgba(15, 23, 42, 0.7);
}

.plot-card {
    padding: 16px 0px 0px 0px;
}
