/*
Theme Name: Adrenaline On Demand
Theme URI: https://adrenalineondemand.com/
Author: Adrenaline On Demand
Description: A cinematic U.S.-wide affiliate adventure marketplace theme for AdrenalineOnDemand.com.
Version: 3.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: adrenaline-on-demand
*/

:root {
      --bg: #080b10;
      --panel: #111721;
      --panel-2: #171f2c;
      --ink: #f7f8fb;
      --muted: #9ba7b7;
      --line: rgba(255,255,255,.11);
      --hot: #ff4d00;
      --hot-2: #ffb000;
      --cyan: #47e7ff;
      --success: #90f2a8;
      --shadow: 0 26px 80px rgba(0,0,0,.45);
      --radius: 22px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 80% -10%, rgba(255,77,0,.18), transparent 28rem),
        radial-gradient(circle at 8% 25%, rgba(71,231,255,.08), transparent 25rem),
        var(--bg);
      color: var(--ink);
      line-height: 1.5;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    button, input, select { font: inherit; }
    button { cursor: pointer; }
    .container { width: min(1180px, calc(100% - 40px)); margin: auto; }
    .kicker {
      display: inline-flex; align-items: center; gap: 9px;
      color: var(--hot-2); font-weight: 800; letter-spacing: .13em;
      text-transform: uppercase; font-size: .76rem;
    }
    .kicker::before { content: ""; width: 30px; height: 2px; background: linear-gradient(90deg, var(--hot), var(--hot-2)); }
    .eyebrow { font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); font-weight: 800; }
    .demo-ribbon {
      position: fixed; right: 18px; bottom: 18px; z-index: 50;
      padding: 11px 16px; border-radius: 999px;
      background: rgba(17,23,33,.86); border: 1px solid var(--line); color: #dbe2ec;
      backdrop-filter: blur(14px); box-shadow: var(--shadow); font-size: .82rem;
    }
    header {
      position: fixed; z-index: 40; top: 0; left: 0; right: 0;
      background: linear-gradient(180deg, rgba(8,11,16,.95), rgba(8,11,16,.65), transparent);
      transition: .25s ease;
    }
    header.scrolled { background: rgba(8,11,16,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
    .nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
    .brand-mark {
      width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px;
      background: linear-gradient(145deg, var(--hot), var(--hot-2)); color: #111;
      font-weight: 1000; font-style: italic; letter-spacing: -.08em; transform: skew(-7deg);
      box-shadow: 0 12px 35px rgba(255,77,0,.28);
    }
    .brand-name { font-weight: 900; letter-spacing: -.035em; font-size: 1.04rem; }
    .brand-name small { display: block; color: var(--muted); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; margin-top: -2px; }
    nav { display: flex; align-items: center; gap: 26px; font-size: .9rem; color: #c9d1dc; }
    nav a:hover { color: white; }
    .nav-cta, .btn-primary, .btn-secondary, .btn-text {
      border: 0; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .nav-cta, .btn-primary { background: linear-gradient(100deg, var(--hot), var(--hot-2)); color: #111; padding: 13px 19px; }
    .btn-primary:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255,77,0,.25); }
    .btn-secondary { color: white; padding: 13px 19px; background: rgba(255,255,255,.07); border: 1px solid var(--line); }
    .btn-secondary:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
    .menu-btn { display: none; background: transparent; border: 1px solid var(--line); color: white; border-radius: 12px; padding: 9px 12px; }

    .hero {
      min-height: 790px; display: flex; align-items: center; position: relative; isolation: isolate; overflow: hidden;
      padding: 142px 0 82px;
    }
    .hero::before {
      content: ""; position: absolute; inset: 0; z-index: -4;
      background:
        linear-gradient(90deg, rgba(8,11,16,.98) 0%, rgba(8,11,16,.78) 44%, rgba(8,11,16,.25) 73%, rgba(8,11,16,.8) 100%),
        radial-gradient(circle at 72% 48%, rgba(255,77,0,.32), transparent 25%),
        linear-gradient(120deg, #131a24 45%, #28200f 100%);
    }
    .hero::after {
      content: ""; position: absolute; z-index: -3; inset: -20%; opacity: .42;
      background-image:
        linear-gradient(115deg, transparent 46%, rgba(255,255,255,.08) 46.5%, transparent 47%),
        linear-gradient(25deg, transparent 48%, rgba(255,255,255,.05) 48.5%, transparent 49%);
      background-size: 160px 160px, 220px 220px;
      transform: perspective(600px) rotateX(55deg) rotateZ(-18deg) translate(16%, 25%);
    }
    .mountain-art { position: absolute; inset: 0 0 0 42%; z-index: -2; pointer-events: none; }
    .mountain-art svg { width: 100%; height: 100%; opacity: .9; filter: drop-shadow(0 30px 60px rgba(0,0,0,.55)); }
    .speed-lines { position: absolute; right: -8%; top: 18%; width: 60%; height: 48%; transform: rotate(-9deg); opacity: .28; z-index: -1; }
    .speed-lines span { display: block; height: 2px; margin: 20px 0; background: linear-gradient(90deg, transparent, var(--hot-2), transparent); transform: scaleX(var(--s)); transform-origin: right; }
    .hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
    h1 {
      margin: 14px 0 22px; max-width: 760px; font-size: clamp(3.4rem, 7vw, 6.9rem);
      line-height: .88; letter-spacing: -.065em; text-transform: uppercase; font-style: italic;
    }
    h1 span { display: block; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.7); }
    .hero-copy > p { color: #c5ced9; font-size: 1.13rem; max-width: 630px; margin: 0 0 30px; }
    .search-panel {
      width: min(720px, 100%); padding: 9px; border-radius: 18px; background: rgba(255,255,255,.09);
      border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(16px); display: grid;
      grid-template-columns: 1.3fr 1fr auto; gap: 8px; box-shadow: var(--shadow);
    }
    .field { position: relative; }
    .field label { position: absolute; top: 8px; left: 14px; z-index: 1; color: var(--muted); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
    .field input, .field select {
      width: 100%; min-height: 59px; color: white; background: rgba(5,7,10,.7); border: 0; border-radius: 13px;
      padding: 22px 14px 7px; outline: none; appearance: none;
    }
    .field input:focus, .field select:focus { box-shadow: inset 0 0 0 1px var(--hot-2); }
    .search-panel .btn-primary { border-radius: 13px; padding-inline: 24px; }
    .trust-row { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 25px; color: var(--muted); font-size: .82rem; }
    .trust-row span { display: flex; gap: 8px; align-items: center; }
    .trust-row b { color: var(--success); }
    .hero-stat-card {
      justify-self: end; align-self: end; width: 300px; margin: 0 8px 40px 0; padding: 20px;
      border-radius: 20px; background: rgba(9,13,19,.76); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(18px);
      transform: rotate(-2deg); box-shadow: var(--shadow);
    }
    .hero-stat-card .stat-top { display: flex; align-items: center; justify-content: space-between; }
    .pulse { width: 12px; height: 12px; background: var(--hot); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255,77,0,.13); }
    .big-stat { font-size: 2.5rem; font-weight: 950; letter-spacing: -.05em; margin: 12px 0 -2px; }
    .hero-stat-card p { color: var(--muted); margin: 0; font-size: .86rem; }

    section { padding: 100px 0; }
    .section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
    .section-head h2 { margin: 7px 0 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; font-style: italic; }
    .section-head p { max-width: 470px; color: var(--muted); margin: 0; }

    .category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
    .category-card {
      min-height: 245px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius);
      background: linear-gradient(145deg, var(--panel-2), #0b0f15); padding: 25px; isolation: isolate;
      transition: .25s ease; cursor: pointer;
    }
    .category-card:hover { transform: translateY(-6px); border-color: rgba(255,176,0,.45); box-shadow: 0 22px 60px rgba(0,0,0,.35); }
    .category-card.large { grid-column: span 5; }
    .category-card.small { grid-column: span 3.5; }
    .category-card:nth-child(2), .category-card:nth-child(5) { grid-column: span 4; }
    .category-card:nth-child(3), .category-card:nth-child(4) { grid-column: span 3; }
    .category-card::before {
      content: ""; position: absolute; inset: auto -40px -90px auto; width: 230px; height: 230px; border-radius: 50%;
      background: radial-gradient(circle, var(--glow), transparent 68%); opacity: .58; z-index: -1;
    }
    .category-card::after { content: attr(data-num); position: absolute; right: 18px; top: 8px; color: rgba(255,255,255,.045); font-size: 7rem; font-weight: 1000; letter-spacing: -.08em; z-index: -1; }
    .category-card svg { width: 52px; height: 52px; color: var(--accent); margin-bottom: 35px; }
    .category-card h3 { margin: 0 0 7px; font-size: 1.35rem; letter-spacing: -.03em; }
    .category-card p { color: var(--muted); margin: 0; font-size: .9rem; max-width: 270px; }
    .arrow { position: absolute; right: 22px; bottom: 20px; font-size: 1.4rem; color: var(--accent); }

    .feature-wrap {
      border-radius: 32px; background: linear-gradient(135deg, rgba(255,77,0,.98), rgba(255,176,0,.86));
      color: #101010; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 510px; box-shadow: var(--shadow);
    }
    .feature-copy { padding: 62px; display: flex; flex-direction: column; justify-content: center; }
    .feature-copy .eyebrow { color: rgba(16,16,16,.58); }
    .feature-copy h2 { margin: 13px 0 17px; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .9; text-transform: uppercase; font-style: italic; letter-spacing: -.06em; }
    .feature-copy p { max-width: 550px; font-size: 1.05rem; }
    .feature-points { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0 29px; }
    .feature-points span { padding: 8px 11px; border: 1px solid rgba(16,16,16,.22); border-radius: 999px; font-size: .78rem; font-weight: 800; }
    .feature-copy .btn-secondary { width: max-content; background: #0b0d11; color: white; border: 0; }
    .feature-visual { position: relative; min-height: 420px; background: linear-gradient(160deg, #131923, #06080c); overflow: hidden; }
    .feature-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }
    .route-card {
      position: absolute; left: 28px; right: 28px; bottom: 28px; background: rgba(7,10,15,.82); border: 1px solid rgba(255,255,255,.14);
      color: white; border-radius: 18px; padding: 18px; backdrop-filter: blur(14px); display: flex; justify-content: space-between; gap: 18px; align-items: center;
    }
    .route-card strong { display: block; font-size: 1.05rem; }
    .route-card small { color: var(--muted); }
    .route-price { text-align: right; }
    .route-price b { color: var(--hot-2); font-size: 1.45rem; }

    .packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .package-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--panel); transition: .25s ease; }
    .package-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
    .package-art { height: 210px; position: relative; overflow: hidden; background: var(--grad); }
    .package-art::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.24), transparent 24%), linear-gradient(140deg, transparent 35%, rgba(0,0,0,.55)); }
    .package-art svg { position: absolute; width: 86%; height: 86%; right: -12%; bottom: -5%; opacity: .88; color: rgba(255,255,255,.9); }
    .badge { position: absolute; left: 16px; top: 16px; z-index: 2; background: rgba(8,11,16,.82); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 7px 10px; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
    .package-body { padding: 22px; }
    .package-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .78rem; }
    .package-body h3 { margin: 10px 0 8px; font-size: 1.35rem; letter-spacing: -.03em; }
    .package-body p { color: var(--muted); font-size: .9rem; min-height: 54px; }
    .package-foot { border-top: 1px solid var(--line); padding-top: 17px; margin-top: 18px; display: flex; align-items: center; justify-content: space-between; }
    .package-price small { display: block; color: var(--muted); font-size: .69rem; }
    .package-price strong { font-size: 1.35rem; }
    .book-link { color: var(--hot-2); font-weight: 900; font-size: .85rem; background: transparent; border: 0; }

    .how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: steps; }
    .how-card { counter-increment: steps; padding: 30px; border-left: 1px solid var(--line); position: relative; }
    .how-card::before { content: "0" counter(steps); display: block; color: var(--hot); font-weight: 950; font-size: .84rem; margin-bottom: 35px; }
    .how-card h3 { font-size: 1.28rem; margin: 0 0 8px; }
    .how-card p { margin: 0; color: var(--muted); }

    .group-banner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 44px 50px; border-radius: 24px; background: linear-gradient(110deg, #161e2a, #10151d); border: 1px solid var(--line); }
    .group-banner h2 { margin: 0 0 7px; font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.05em; text-transform: uppercase; font-style: italic; }
    .group-banner p { margin: 0; color: var(--muted); max-width: 760px; }

    .newsletter { padding: 100px 0 115px; }
    .newsletter-box { text-align: center; padding: 75px 24px; position: relative; overflow: hidden; border-radius: 30px; border: 1px solid var(--line); background: #0e141d; }
    .newsletter-box::before { content: "AOD"; position: absolute; inset: -75px 0 auto; font-size: 19rem; line-height: 1; color: rgba(255,255,255,.024); font-weight: 1000; letter-spacing: -.12em; pointer-events: none; }
    .newsletter-box h2 { position: relative; margin: 10px 0 12px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; font-style: italic; }
    .newsletter-box p { color: var(--muted); max-width: 590px; margin: 0 auto 25px; }
    .email-form { position: relative; display: flex; max-width: 530px; margin: auto; padding: 6px; background: rgba(255,255,255,.07); border: 1px solid var(--line); border-radius: 999px; }
    .email-form input { flex: 1; border: 0; outline: 0; background: transparent; color: white; padding: 12px 18px; min-width: 0; }

    footer { border-top: 1px solid var(--line); padding: 48px 0 34px; }
    .footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 40px; }
    .footer-grid h4 { margin: 0 0 14px; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
    .footer-grid a { display: block; color: var(--muted); font-size: .86rem; margin: 8px 0; }
    .footer-grid p { color: var(--muted); max-width: 330px; font-size: .85rem; }
    .legal { border-top: 1px solid var(--line); margin-top: 38px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #778392; font-size: .75rem; }

    .modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; background: rgba(0,0,0,.72); backdrop-filter: blur(9px); }
    .modal.open { display: grid; }
    .modal-card { width: min(520px, 100%); border-radius: 24px; background: #121923; border: 1px solid var(--line); padding: 34px; box-shadow: var(--shadow); }
    .modal-card h3 { font-size: 1.8rem; margin: 7px 0 10px; letter-spacing: -.04em; }
    .modal-card p { color: var(--muted); }
    .modal-actions { display: flex; justify-content: flex-end; margin-top: 24px; }

    @media (max-width: 950px) {
      nav { display: none; position: absolute; top: 74px; left: 20px; right: 20px; padding: 20px; background: rgba(8,11,16,.97); border: 1px solid var(--line); border-radius: 16px; flex-direction: column; align-items: stretch; }
      nav.open { display: flex; }
      .menu-btn { display: block; }
      .hero-grid { grid-template-columns: 1fr; }
      .hero-stat-card { justify-self: start; margin: 0; }
      .mountain-art { inset: 18% -30% -10% 20%; opacity: .46; }
      .search-panel { grid-template-columns: 1fr 1fr; }
      .search-panel .btn-primary { grid-column: 1 / -1; min-height: 52px; }
      .category-card.large, .category-card:nth-child(n) { grid-column: span 6; }
      .feature-wrap { grid-template-columns: 1fr; }
      .packages-grid { grid-template-columns: 1fr 1fr; }
      .package-card:last-child { grid-column: 1 / -1; }
      .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
      .footer-grid > div:last-child { grid-column: 2; }
    }
    @media (max-width: 650px) {
      .container { width: min(100% - 26px, 1180px); }
      .nav { height: 70px; }
      .brand-name { font-size: .9rem; }
      .hero { padding-top: 110px; min-height: auto; }
      h1 { font-size: clamp(3rem, 17vw, 5rem); }
      .hero-copy > p { font-size: 1rem; }
      .search-panel { grid-template-columns: 1fr; }
      .search-panel .btn-primary { grid-column: auto; }
      .hero-stat-card { width: 100%; }
      section { padding: 72px 0; }
      .section-head { display: block; }
      .section-head p { margin-top: 16px; }
      .category-card.large, .category-card:nth-child(n) { grid-column: span 12; min-height: 220px; }
      .feature-copy { padding: 38px 26px; }
      .feature-visual { min-height: 370px; }
      .packages-grid, .how-grid { grid-template-columns: 1fr; }
      .package-card:last-child { grid-column: auto; }
      .group-banner { grid-template-columns: 1fr; padding: 34px 26px; }
      .email-form { border-radius: 18px; flex-direction: column; }
      .email-form .btn-primary { border-radius: 13px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid > div:first-child { grid-column: 1 / -1; }
      .footer-grid > div:last-child { grid-column: auto; }
      .legal { flex-direction: column; }
      .demo-ribbon { left: 13px; right: 13px; text-align: center; }
    }

/* WordPress admin-bar adjustment */
.admin-bar header{top:32px;}
@media(max-width:782px){.admin-bar header{top:46px;}}


/* Version 3: individual product affiliate controls and first live Viator link. */
.page-shell { min-height: 72vh; padding: 145px 0 105px; }
.page-content { width: 100%; }
.page-content > p, .page-content > ul, .page-content > ol { max-width: 850px; color: #c5ced9; font-size: 1.02rem; }
.page-content > p a, .article-body a { color: var(--hot-2); text-decoration: underline; text-underline-offset: 3px; }
.narrow-content { width: min(860px, calc(100% - 40px)); }
.aod-page-intro { max-width: 900px; margin-bottom: 48px; }
.aod-page-intro h1, .destination-hero h1, .editorial-content h1 { margin: 13px 0 20px; }
.aod-page-intro p, .destination-hero .lead { max-width: 760px; color: #c5ced9; font-size: 1.15rem; }
.center-action { display: flex; justify-content: center; margin-top: 34px; }
.live-price { color: var(--muted); font-size: .76rem; font-weight: 750; }

.destinations-section { background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); }
.destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.home-destination-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.destination-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: linear-gradient(145deg, #151d28, #0c1118); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.destination-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--dest-accent) 55%, transparent); box-shadow: var(--shadow); }
.destination-card > a { display: block; height: 100%; }
.destination-art { height: 150px; position: relative; overflow: hidden; background: radial-gradient(circle at 25% 25%, color-mix(in srgb, var(--dest-accent) 55%, transparent), transparent 35%), linear-gradient(135deg, color-mix(in srgb, var(--dest-accent) 27%, #17202b), #080b10); }
.destination-art::before, .destination-art::after { content: ""; position: absolute; bottom: -38px; width: 72%; height: 120px; background: rgba(8,11,16,.48); clip-path: polygon(0 100%, 38% 16%, 57% 54%, 76% 8%, 100% 100%); }
.destination-art::before { left: -8%; }
.destination-art::after { right: -20%; opacity: .72; transform: scale(.78); transform-origin: bottom; }
.destination-region { position: absolute; z-index: 2; left: 15px; top: 15px; padding: 6px 9px; border-radius: 999px; background: rgba(7,10,15,.72); border: 1px solid rgba(255,255,255,.13); font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.destination-initial { position: absolute; z-index: 1; right: 10px; bottom: -34px; color: rgba(255,255,255,.08); font-size: 9rem; line-height: 1; font-weight: 1000; font-style: italic; }
.destination-body { padding: 20px; }
.destination-body h3 { margin: 0 0 7px; font-size: 1.22rem; letter-spacing: -.035em; }
.destination-body p { color: var(--muted); margin: 0; min-height: 48px; font-size: .88rem; }
.destination-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); color: #dce3ec; font-size: .75rem; font-weight: 800; }

.directory-search { width: 100%; margin: 0 0 32px; padding: 9px; border-radius: 18px; background: rgba(255,255,255,.07); border: 1px solid var(--line); display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 8px; }
.directory-search .btn-primary { border-radius: 13px; padding-inline: 26px; }
.empty-state { border: 1px solid var(--line); border-radius: 22px; padding: 40px; background: var(--panel); }
.empty-state h2 { margin-top: 0; }

.destination-hero { padding: 0 0 75px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; border-bottom: 1px solid var(--line); }
.destination-hero-art { min-height: 350px; border: 1px solid var(--line); border-radius: 28px; position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 35% 25%, color-mix(in srgb, var(--dest-accent) 48%, transparent), transparent 34%), linear-gradient(145deg, color-mix(in srgb, var(--dest-accent) 24%, #1c2531), #080b10); box-shadow: var(--shadow); }
.destination-hero-art::before { content: ""; position: absolute; inset: 20% -15% -20%; background: rgba(8,11,16,.55); clip-path: polygon(0 100%, 24% 30%, 39% 57%, 58% 5%, 73% 48%, 85% 22%, 100% 100%); }
.destination-hero-art span { position: relative; z-index: 1; color: rgba(255,255,255,.11); font-size: 15rem; line-height: 1; font-weight: 1000; font-style: italic; }
.meta-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.meta-chips span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #d8e0ea; font-size: .78rem; font-weight: 780; }
.content-section { padding: 75px 0; }
.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.experience-card { border: 1px solid var(--line); border-radius: 20px; padding: 25px; background: linear-gradient(145deg, var(--panel), #0b1017); }
.experience-type { color: var(--hot-2); font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.experience-card h3 { margin: 10px 0 8px; font-size: 1.3rem; letter-spacing: -.035em; }
.experience-card p { color: var(--muted); margin: 0 0 21px; }
.affiliate-cta { margin: 30px 0 20px; padding: 38px 42px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(115deg, #17202b, #0e141d); display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; }
.affiliate-cta h2 { margin: 5px 0 8px; font-size: clamp(2rem, 4vw, 3.2rem); text-transform: uppercase; font-style: italic; line-height: .95; letter-spacing: -.05em; }
.affiliate-cta p { margin: 0; color: var(--muted); max-width: 700px; }
.disclosure-note { padding: 16px 18px; border-left: 3px solid var(--hot-2); background: rgba(255,176,0,.06); color: var(--muted); font-size: .82rem !important; }

.package-directory { margin-bottom: 30px; }
.audience-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 35px 0; }
.audience-links a { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); font-weight: 850; }
.audience-links a:hover { border-color: rgba(255,176,0,.45); transform: translateY(-2px); }
.planning-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 55px; }
.planning-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.planning-grid span { color: var(--hot); font-size: .75rem; font-weight: 900; }
.planning-grid h3 { margin: 25px 0 0; font-size: 1.25rem; }

.form-panel { padding: 42px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(140deg, #151d28, #0b1017); }
.form-panel > div:first-child { max-width: 760px; margin-bottom: 28px; }
.form-panel h2 { margin: 7px 0 10px; font-size: clamp(2.2rem, 4vw, 3.8rem); text-transform: uppercase; font-style: italic; letter-spacing: -.055em; }
.form-panel p { color: var(--muted); }
.aod-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.aod-form label { color: #dce3ec; font-size: .8rem; font-weight: 750; }
.aod-form label span { color: var(--muted); font-weight: 500; }
.aod-form input, .aod-form textarea { width: 100%; margin-top: 7px; border: 1px solid var(--line); border-radius: 12px; background: rgba(4,7,10,.6); color: white; padding: 13px 14px; outline: none; }
.aod-form input:focus, .aod-form textarea:focus { border-color: var(--hot-2); box-shadow: 0 0 0 3px rgba(255,176,0,.08); }
.aod-form .full { grid-column: 1 / -1; }
.form-submit { display: flex; justify-content: flex-end; }
.form-notice { margin: 0 0 20px; padding: 13px 15px; border-radius: 12px; }
.form-notice.success { background: rgba(144,242,168,.1); border: 1px solid rgba(144,242,168,.3); color: #c8ffd5; }
.form-notice.error { background: rgba(255,77,0,.1); border: 1px solid rgba(255,77,0,.3); color: #ffd4c2; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.editorial-content .article-image { width: 100%; height: auto; border-radius: 24px; margin: 20px 0 35px; }
.article-body { color: #c5ced9; font-size: 1.04rem; }
.article-body h2, .article-body h3 { color: white; margin-top: 2em; }
.post-list { display: grid; gap: 16px; }
.post-list article { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.post-list h2 { margin: 0 0 8px; }
.post-list p { margin: 0; color: var(--muted); }

@media (max-width: 1080px) {
  .home-destination-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 850px) {
  .destination-grid, .home-destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-hero { grid-template-columns: 1fr; }
  .destination-hero-art { min-height: 280px; }
  .directory-search { grid-template-columns: 1fr 1fr; }
  .directory-search .btn-primary { grid-column: 1 / -1; min-height: 52px; }
  .affiliate-cta { grid-template-columns: 1fr; }
  .audience-links { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .page-shell { padding-top: 110px; }
  .destination-grid, .home-destination-grid, .experience-grid, .planning-grid, .aod-form { grid-template-columns: 1fr; }
  .directory-search { grid-template-columns: 1fr; }
  .directory-search .btn-primary { grid-column: auto; }
  .aod-form .full { grid-column: auto; }
  .destination-hero-art span { font-size: 10rem; }
  .affiliate-cta, .form-panel { padding: 28px 22px; }
  .destination-body p { min-height: auto; }
}
