:root {
    --ink: #172126;
    --ink-2: #202c31;
    --sand: #f0e4d1;
    --paper: #f8f3e9;
    --sun: #ffb640;
    --coral: #ef6a4b;
    --aqua: #58c7c8;
    --white: #fffdf8;
    --muted: #687277;
    --line: rgba(23, 33, 38, .16);
    --radius: 24px;
    --shadow: 0 24px 70px rgba(23, 33, 38, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--sun); color: var(--ink); }
a { color: inherit; }
img { max-width: 100%; }

.container-xl { max-width: 1320px; }

/* Navigation */
.site-nav {
    min-height: 74px;
    padding: 12px 0;
    background: rgba(23, 33, 38, .88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transition: background .25s ease, min-height .25s ease;
}
.site-nav.is-scrolled { min-height: 64px; background: rgba(23, 33, 38, .96); }
.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    color: var(--white);
    letter-spacing: .04em;
}
.brand-mark {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--ink);
    background: var(--sun);
    font-size: 15px;
}
.brand strong { display: block; font-size: 15px; line-height: 1; letter-spacing: .18em; }
.brand small { display: block; margin-top: 5px; color: rgba(255,255,255,.58); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.site-nav .nav-link {
    color: rgba(255,255,255,.72);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 10px 14px !important;
    border-radius: 999px;
}
.site-nav .nav-link:hover,
.site-nav .nav-link.active { color: var(--ink); background: var(--sun); }
.nav-toggle { width: 44px; height: 42px; border: 0; box-shadow: none !important; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--white); }

/* Hero */
.hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    display: grid;
    align-items: center;
    color: var(--white);
    background: var(--ink);
}
.hero-photo {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(23,33,38,.96) 0%, rgba(23,33,38,.84) 32%, rgba(23,33,38,.18) 66%, rgba(23,33,38,.08) 100%),
        url('../images/delta-flamingo.jpg');
    background-size: cover;
    background-position: center 42%;
    transform: scale(1.02);
}
.hero-photo::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: 9%;
    top: 13%;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(255,182,64,.08), 0 0 0 84px rgba(255,182,64,.04);
}
.hero-noise {
    position: absolute;
    inset: 0;
    opacity: .08;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
    gap: 8vw;
    align-items: end;
    width: 100%;
    padding-top: 130px;
    padding-bottom: 110px;
}
.hero-copy { max-width: 760px; }
.hero-kicker,
.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.hero-kicker { color: var(--sun); }
.hero-kicker span { width: 42px; height: 2px; background: currentColor; }
.hero h1 {
    margin: 0;
    font-size: clamp(70px, 9.2vw, 154px);
    line-height: .78;
    letter-spacing: -.065em;
    font-weight: 900;
    text-transform: uppercase;
}
.hero h1 em {
    color: var(--sun);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -.06em;
}
.hero-lead {
    max-width: 650px;
    margin: 38px 0 0;
    color: rgba(255,255,255,.72);
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn-sun, .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-weight: 800;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn-sun { background: var(--sun); color: var(--ink); }
.btn-ghost { border: 1px solid rgba(255,255,255,.28); color: var(--white); }
.btn-sun:hover, .btn-ghost:hover { transform: translateY(-2px); }
.btn-ghost:hover { background: var(--white); color: var(--ink); }

.hero-ticket {
    justify-self: end;
    width: min(100%, 350px);
    padding: 30px;
    color: var(--ink);
    background: rgba(248,243,233,.92);
    backdrop-filter: blur(15px);
    border-radius: 28px;
    box-shadow: var(--shadow);
    transform: rotate(2deg);
}
.ticket-label { color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.hero-ticket > strong { display: block; margin-top: 12px; font-family: Georgia, serif; font-size: 44px; line-height: .92; font-weight: 400; }
.ticket-line { height: 1px; margin: 24px 0; background: var(--line); }
.ticket-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ticket-stats b { display: block; font-size: 30px; line-height: 1; }
.ticket-stats span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.ticket-note { display: block; margin-top: 26px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-scroll {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgba(255,255,255,.64);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .18em;
    text-decoration: none;
}
.hero-scroll span { width: 40px; height: 1px; background: currentColor; }

/* Common sections */
.section { padding: 120px 0; }
.section-number { display: inline-block; color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.section-head {
    display: grid;
    grid-template-columns: 1fr minmax(260px, 430px);
    gap: 40px;
    align-items: end;
    margin-bottom: 54px;
}
.section-head .eyebrow { margin: 18px 0 10px; color: var(--muted); }
.section-head h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 84px);
    line-height: .98;
    font-weight: 400;
    letter-spacing: -.04em;
}
.section-head > p { margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.7; }

/* Intro */
.intro-section { padding: 110px 0; background: var(--sand); }
.intro-grid {
    display: grid;
    grid-template-columns: .45fr 1.5fr .8fr;
    gap: 45px;
    align-items: start;
}
.intro-grid .eyebrow { margin-top: 16px; color: var(--muted); }
.intro-grid h2 { margin: 0; font-size: clamp(38px, 4.5vw, 68px); line-height: 1.03; letter-spacing: -.045em; font-weight: 800; }
.intro-grid h2 span { color: var(--coral); font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.intro-text { margin: 4px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.data-alert { margin-top: 30px; padding: 16px 20px; border: 1px solid rgba(239,106,75,.35); border-radius: 14px; background: rgba(239,106,75,.08); }

/* Markets */
.markets-section { background: var(--paper); }
.market-panel {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--white);
    box-shadow: 0 18px 60px rgba(23,33,38,.07);
}
.market-toolbar {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: center;
    padding: 22px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--ink);
    color: var(--white);
}
.market-toolbar label { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.search-box { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 0 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.search-box svg { width: 19px; fill: none; stroke: rgba(255,255,255,.64); stroke-width: 1.8; }
.search-box input { flex: 1; min-width: 0; height: 48px; border: 0; outline: 0; color: var(--white); background: transparent; font-size: 15px; }
.search-box input::placeholder { color: rgba(255,255,255,.4); }
.search-box span { flex: 0 0 auto; color: var(--sun); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.market-table { width: 100%; border-collapse: collapse; }
.market-table thead { background: #eee7da; }
.market-table th { padding: 14px 16px; color: #667075; font-size: 10px; text-align: left; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.market-table td { padding: 18px 16px; border-top: 1px solid rgba(23,33,38,.08); vertical-align: middle; font-size: 13px; line-height: 1.45; }
.market-table tbody tr { transition: background .18s ease; }
.market-table tbody tr:hover { background: rgba(255,182,64,.09); }
.market-table td:first-child strong { font-size: 14px; }
.distance-pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: rgba(88,199,200,.15); color: #277d7e; font-weight: 800; white-space: nowrap; }
.empty-state { padding: 42px 22px; text-align: center; color: var(--muted); }

/* Activities */
.activities-section { color: var(--white); background: var(--ink); }
.light-head .section-number { color: var(--sun); }
.light-head .eyebrow, .light-head > p { color: rgba(255,255,255,.55); }
.activity-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.activity-card {
    grid-column: span 6;
    min-width: 0;
    overflow: hidden;
    background: var(--ink-2);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: var(--radius);
}
.activity-card-wide { grid-column: span 7; }
.activity-card-wide + .activity-card { grid-column: span 5; }
.card-image-wrap { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
.card-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.activity-card:hover img { transform: scale(1.035); }
.card-index { position: absolute; top: 16px; left: 16px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--sun); color: var(--ink); font-size: 11px; font-weight: 900; }
.card-content { padding: 28px; }
.card-content h3 { margin: 0 0 16px; font-size: clamp(24px, 2.5vw, 38px); line-height: 1; letter-spacing: -.035em; }
.card-description { color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; }
.card-description p:last-child { margin-bottom: 0; }
.card-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 22px; color: var(--sun); font-size: 11px; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.card-link span { font-size: 18px; transition: transform .2s ease; }
.card-link:hover span { transform: translate(3px, -3px); }

/* Restaurants */
.restaurants-section { background: var(--sand); }
.restaurant-list { display: grid; gap: 14px; }
.restaurant-card {
    display: grid;
    grid-template-columns: 210px 1fr 70px;
    align-items: center;
    min-height: 160px;
    overflow: hidden;
    border: 1px solid rgba(23,33,38,.12);
    border-radius: 22px;
    background: var(--paper);
    transition: transform .22s ease, box-shadow .22s ease;
}
.restaurant-card:hover { transform: translateY(-3px); box-shadow: 0 18px 50px rgba(23,33,38,.1); }
.restaurant-photo { position: relative; height: 100%; min-height: 160px; overflow: hidden; background: #ddd; }
.restaurant-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.restaurant-card:hover .restaurant-photo img { transform: scale(1.04); }
.restaurant-rank { position: absolute; top: 14px; left: 14px; padding: 6px 9px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 800; }
.restaurant-body { padding: 24px 30px; }
.restaurant-type { margin: 0 0 8px; color: var(--coral); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.restaurant-body h3 { margin: 0; font-size: clamp(25px, 3vw, 42px); line-height: 1; letter-spacing: -.04em; }
.restaurant-address { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.restaurant-go { display: grid; place-items: center; width: 48px; height: 48px; justify-self: center; border-radius: 50%; color: var(--ink); background: var(--sun); font-size: 22px; text-decoration: none; transition: transform .2s ease; }
.restaurant-go:hover { transform: rotate(8deg) scale(1.06); }

/* Closing */
.closing-section { padding: 90px 0; background: var(--paper); }
.closing-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
    min-height: 330px;
    padding: 58px 64px;
    border-radius: 32px;
    color: var(--white);
    background: var(--coral);
}
.closing-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(23,33,38,.14), transparent 50%); }
.closing-card > * { position: relative; z-index: 1; }
.closing-card .eyebrow { color: rgba(255,255,255,.68); }
.closing-card h2 { margin: 0; font-size: clamp(45px, 6vw, 82px); line-height: .95; letter-spacing: -.055em; }
.closing-card h2 em { color: var(--sun); font-family: Georgia, serif; font-weight: 400; }
.sun-disc { display: grid; place-items: center; width: 190px; height: 190px; border-radius: 50%; color: var(--ink); background: var(--sun); font-size: 75px; box-shadow: 0 0 0 24px rgba(255,255,255,.08), 0 0 0 48px rgba(255,255,255,.05); }

/* Footer */
.site-footer { padding: 38px 0; color: rgba(255,255,255,.72); background: var(--ink); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-inner p { margin: 0; font-size: 11px; letter-spacing: .1em; }
.footer-inner p strong { color: var(--white); }
.footer-inner p span { display: inline-block; margin-top: 5px; color: rgba(255,255,255,.4); text-transform: uppercase; font-size: 9px; }
.footer-inner a { color: var(--sun); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; text-decoration: none; }

/* Responsive */
@media (max-width: 991.98px) {
    .site-nav .navbar-collapse { margin-top: 12px; padding: 14px; background: var(--ink-2); border-radius: 16px; }
    .site-nav .nav-link { padding: 12px 14px !important; }
    .hero { min-height: auto; }
    .hero-inner { grid-template-columns: 1fr; gap: 46px; padding-top: 150px; padding-bottom: 90px; }
    .hero-photo { background-image: linear-gradient(90deg, rgba(23,33,38,.94), rgba(23,33,38,.62)), url('../images/delta-flamingo.jpg'); background-position: 58% center; }
    .hero-ticket { justify-self: start; transform: none; }
    .hero-scroll { display: none; }
    .intro-grid { grid-template-columns: 1fr; gap: 22px; }
    .section-head { grid-template-columns: 1fr; gap: 20px; }
    .activity-card, .activity-card-wide, .activity-card-wide + .activity-card { grid-column: span 6; }
}

@media (max-width: 767.98px) {
    .section, .intro-section { padding: 78px 0; }
    .hero-inner { padding-left: 6px; padding-right: 6px; }
    .hero h1 { font-size: clamp(64px, 20vw, 104px); }
    .hero-ticket { width: 100%; }
    .section-head { margin-bottom: 34px; }
    .market-toolbar { grid-template-columns: 1fr; gap: 10px; }
    .search-box span { display: none; }
    .market-table thead { display: none; }
    .market-table, .market-table tbody, .market-table tr, .market-table td { display: block; width: 100%; }
    .market-table tr { padding: 14px 16px; border-top: 1px solid var(--line); }
    .market-table td { display: grid; grid-template-columns: 90px 1fr; gap: 14px; padding: 6px 0; border: 0; }
    .market-table td::before { content: attr(data-label); color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
    .activity-grid { grid-template-columns: 1fr; }
    .activity-card, .activity-card-wide, .activity-card-wide + .activity-card { grid-column: auto; }
    .restaurant-card { grid-template-columns: 115px 1fr 50px; min-height: 130px; }
    .restaurant-photo { min-height: 130px; }
    .restaurant-body { padding: 18px; }
    .restaurant-address { font-size: 12px; }
    .restaurant-go { width: 38px; height: 38px; font-size: 18px; }
    .closing-card { grid-template-columns: 1fr; padding: 38px 30px; }
    .sun-disc { width: 120px; height: 120px; font-size: 50px; }
    .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
    .hero-actions { flex-direction: column; align-items: stretch; }
    .btn-sun, .btn-ghost { width: 100%; }
    .ticket-stats { gap: 6px; }
    .ticket-stats b { font-size: 25px; }
    .restaurant-card { grid-template-columns: 92px 1fr 44px; }
    .restaurant-photo { min-height: 120px; }
    .restaurant-body h3 { font-size: 22px; }
    .restaurant-type { font-size: 8px; }
}

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