/*
Theme Name: Nomadic Wireless
Description: Progressive child theme for the Nomadic Wireless brand rebuild. Presentation layer over Hello Elementor; supplier eSIM plugins remain vendor-managed.
Author: Nomadic Wireless LLC
Template: hello-elementor
Version: 1.2.6.2
Text Domain: nomadic-wireless
*/

:root {
    --nw-ink: #14211d;
    --nw-ink-soft: #26352f;
    --nw-green: #00c96b;
    --nw-green-dark: #009b55;
    --nw-orange: #ff9f1c;
    --nw-coral: #ef5b47;
    --nw-sun: #ffd65a;
    --nw-cream: #fff9ef;
    --nw-mist: #f3f7f4;
    --nw-white: #ffffff;
    --nw-muted: #66736d;
    --nw-border: rgba(20, 33, 29, .12);
    --nw-dark: #10201a;
    --nw-page-max: 1240px;
    --nw-reading-max: 780px;
    --nw-section-space: clamp(72px, 8vw, 120px);
    --nw-radius-xl: 34px;
    --nw-radius-lg: 24px;
    --nw-radius-md: 18px;
    --nw-shadow: 0 24px 70px rgba(22, 53, 42, .10);
    --nw-shadow-soft: 0 14px 38px rgba(22, 53, 42, .07);
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.nw-shell {
    margin: 0;
    color: var(--nw-ink);
    background: var(--nw-white);
    font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
}

.nw-shell *, .nw-shell *::before, .nw-shell *::after { box-sizing: border-box; }
.nw-shell img { max-width: 100%; height: auto; }
.nw-shell a { color: inherit; }
.nw-container { width: min(calc(100% - 40px), var(--nw-page-max)); margin-inline: auto; }
.nw-reading { width: min(100%, var(--nw-reading-max)); }
.nw-section { padding-block: var(--nw-section-space); }
.nw-section--white { background: var(--nw-white); }

.nw-skip-link { position: fixed; top: 8px; left: 8px; z-index: 99999; transform: translateY(-160%); background: var(--nw-dark); color: #fff !important; padding: 10px 14px; border-radius: 10px; }
.nw-skip-link:focus { transform: translateY(0); }

/* Header */
.nw-site-header { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .2s ease, border-color .2s ease; }
.nw-site-header.is-scrolled { border-color: var(--nw-border); box-shadow: 0 10px 30px rgba(18, 45, 36, .05); }
.nw-site-header__inner { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.nw-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.nw-brand img { display: block; width: 210px; height: auto; }
.nw-nav-wrap { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.nw-nav__list { list-style: none; display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); margin: 0; padding: 0; }
.nw-nav__list a { text-decoration: none; font-size: .93rem; font-weight: 680; color: var(--nw-ink-soft); transition: color .18s ease; }
.nw-nav__list a:hover { color: var(--nw-green-dark); }
.nw-nav-actions { display: flex; align-items: center; gap: 16px; }
.nw-account-link { text-decoration: none; font-size: .9rem; font-weight: 700; }
.nw-menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--nw-ink); padding: 8px; align-items: center; gap: 10px; cursor: pointer; }
.nw-menu-toggle__label { font-weight: 750; font-size: .88rem; }
.nw-menu-toggle__icon { display: grid; gap: 4px; }
.nw-menu-toggle__icon span { width: 22px; height: 2px; background: currentColor; border-radius: 2px; }

/* Type and buttons */
.nw-shell h1, .nw-shell h2, .nw-shell h3, .nw-shell p { margin-top: 0; }
.nw-shell h1, .nw-shell h2, .nw-shell h3 { color: var(--nw-ink); letter-spacing: -.035em; }
.nw-shell h1 { font-size: clamp(3.2rem, 6.3vw, 6.4rem); line-height: .94; font-weight: 840; }
.nw-shell h2 { font-size: clamp(2.25rem, 4vw, 4.25rem); line-height: 1.02; font-weight: 820; }
.nw-shell h3 { font-size: clamp(1.2rem, 1.5vw, 1.55rem); line-height: 1.15; font-weight: 780; }
.nw-shell p { color: var(--nw-muted); font-size: 1.03rem; }
.nw-eyebrow, .nw-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: .76rem !important; line-height: 1.2; font-weight: 830; color: var(--nw-green-dark) !important; }
.nw-eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.nw-eyebrow span { width: 26px; height: 2px; background: var(--nw-orange); }
.nw-eyebrow--light { color: #c8f7df !important; }
.nw-eyebrow--light span { background: var(--nw-orange); }
.nw-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 780; line-height: 1.1; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.nw-button:hover { transform: translateY(-2px); }
.nw-button--primary { background: var(--nw-ink); color: #fff !important; box-shadow: 0 12px 30px rgba(20,33,29,.16); }
.nw-button--primary:hover { background: var(--nw-green-dark); box-shadow: 0 16px 34px rgba(0,155,85,.2); }
.nw-button--secondary { border-color: var(--nw-ink); color: var(--nw-ink) !important; background: transparent; }
.nw-button--secondary:hover { background: var(--nw-ink); color: #fff !important; }
.nw-button--light { background: #fff; color: var(--nw-dark) !important; }
.nw-button--compact { min-height: 44px; padding: 12px 19px; font-size: .88rem; }
.nw-text-link { display: inline-flex; gap: 8px; align-items: center; text-decoration: none; font-weight: 770; color: var(--nw-ink) !important; }
.nw-text-link span { transition: transform .18s ease; }
.nw-text-link:hover span { transform: translateX(3px); }
.nw-text-link--light { color: #fff !important; }

/* Hero */
.nw-hero { position: relative; overflow: hidden; padding: clamp(56px, 6vw, 92px) 0 clamp(68px, 8vw, 112px); background: linear-gradient(135deg, #fffaf0 0%, #fff 48%, #effcf5 100%); }
.nw-hero__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; gap: clamp(38px, 6vw, 86px); }
.nw-hero__copy { position: relative; z-index: 2; }
.nw-hero h1 { margin: 17px 0 25px; }
.nw-hero h1 em { color: var(--nw-green-dark); font-style: normal; }
.nw-hero__lead { max-width: 690px; font-size: clamp(1.08rem, 1.6vw, 1.28rem) !important; line-height: 1.65; color: #4d5d56 !important; }
.nw-hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 32px; }
.nw-proof-row { display: flex; gap: 30px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--nw-border); }
.nw-proof-row > div { display: grid; gap: 1px; }
.nw-proof-row strong { font-size: 1.1rem; color: var(--nw-ink); }
.nw-proof-row span { font-size: .78rem; color: var(--nw-muted); text-transform: uppercase; letter-spacing: .08em; }
.nw-hero__visual { position: relative; z-index: 2; }
.nw-hero__image-wrap { position: relative; border-radius: 44px 44px 150px 44px; overflow: visible; }
.nw-hero__image-wrap > img { width: 100%; display: block; border-radius: inherit; box-shadow: 0 30px 70px rgba(20,33,29,.16); object-fit: cover; aspect-ratio: 1.15 / 1; }
.nw-floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.75); box-shadow: var(--nw-shadow-soft); border-radius: 16px; padding: 13px 15px; min-width: 205px; }
.nw-floating-card strong, .nw-floating-card small { display: block; }
.nw-floating-card strong { color: var(--nw-ink); font-size: .83rem; }
.nw-floating-card small { color: var(--nw-muted); margin-top: 2px; font-size: .72rem; }
.nw-floating-card--top { top: 10%; left: -7%; }
.nw-floating-card--bottom { right: -6%; bottom: 10%; }
.nw-dot { width: 10px; height: 10px; border-radius: 50%; box-shadow: 0 0 0 6px rgba(0,201,107,.12); }
.nw-dot--green { background: var(--nw-green); }
.nw-icon-orbit { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--cream); color: var(--nw-orange); font-size: 1.3rem; }
.nw-hero__glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .65; }
.nw-hero__glow--one { width: 380px; height: 380px; background: radial-gradient(circle, rgba(255,214,90,.34), transparent 70%); top: -120px; left: -140px; }
.nw-hero__glow--two { width: 440px; height: 440px; background: radial-gradient(circle, rgba(0,201,107,.18), transparent 68%); bottom: -180px; right: -120px; }

/* Destination strip */
.nw-destination-strip { position: relative; z-index: 3; margin-top: -34px; padding-bottom: 34px; }
.nw-destination-strip > .nw-container { background: var(--nw-white); border: 1px solid var(--nw-border); box-shadow: var(--nw-shadow); border-radius: 28px; padding: clamp(24px, 3vw, 34px); }
.nw-destination-strip__intro { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 20px; }
.nw-destination-strip h2 { font-size: clamp(1.6rem, 2.5vw, 2.45rem); margin-bottom: 0; }
.nw-destination-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.nw-destination-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 18px; border: 1px solid var(--nw-border); border-radius: 18px; text-decoration: none; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.nw-destination-card:hover { transform: translateY(-2px); border-color: rgba(0,155,85,.35); box-shadow: var(--nw-shadow-soft); }
.nw-destination-card__flag { font-size: 1.55rem; }
.nw-destination-card__flag--globe { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--nw-mist); color: var(--nw-green-dark); }
.nw-destination-card strong, .nw-destination-card small { display: block; }
.nw-destination-card strong { font-size: .97rem; color: var(--nw-ink); }
.nw-destination-card small { color: var(--nw-muted); margin-top: 2px; }

/* How it works */
.nw-section-heading--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr); gap: clamp(34px, 8vw, 110px); align-items: end; margin-bottom: 44px; }
.nw-section-heading--split h2 { margin-bottom: 0; max-width: 750px; }
.nw-section-heading--split > p { font-size: 1.1rem; line-height: 1.7; margin-bottom: 6px; }
.nw-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nw-step-card { position: relative; min-height: 320px; background: var(--nw-mist); border-radius: var(--nw-radius-lg); padding: 30px; overflow: hidden; }
.nw-step-card__number { position: absolute; top: 24px; right: 25px; font-size: .73rem; font-weight: 800; letter-spacing: .14em; color: #88948f; }
.nw-step-card__icon { width: 64px; height: 64px; border-radius: 19px; display: grid; place-items: center; background: #fff; color: var(--nw-green-dark); box-shadow: var(--nw-shadow-soft); font-size: 1.8rem; margin-bottom: 58px; }
.nw-step-card:nth-child(2) .nw-step-card__icon { color: var(--nw-orange); }
.nw-step-card:nth-child(3) .nw-step-card__icon { color: var(--nw-coral); }
.nw-step-card h3 { margin-bottom: 12px; }
.nw-step-card p { font-size: .96rem; }
.nw-center-action { text-align: center; margin-top: 36px; }

/* Borderless */
.nw-borderless-section { background: var(--nw-dark); color: #fff; }
.nw-borderless-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 8vw, 120px); align-items: center; }
.nw-borderless-copy h2 { color: #fff; margin: 18px 0 24px; }
.nw-borderless-copy > p:not(.nw-eyebrow) { color: #b8c6c0; font-size: 1.12rem; line-height: 1.72; }
.nw-audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.1); border-radius: 28px; overflow: hidden; }
.nw-audience-grid article { background: #152a22; padding: 30px; min-height: 210px; }
.nw-audience-grid span { display: block; font-size: .72rem; letter-spacing: .12em; color: var(--nw-orange); font-weight: 800; margin-bottom: 44px; }
.nw-audience-grid h3 { color: #fff; margin-bottom: 10px; }
.nw-audience-grid p { color: #9fb2aa; font-size: .92rem; margin-bottom: 0; }

/* Digital continuity */
.nw-continuity-section { background: var(--nw-cream); overflow: hidden; }
.nw-continuity-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.nw-continuity-copy h2 { margin: 10px 0 20px; }
.nw-continuity-lead { font-size: clamp(1.35rem, 2vw, 1.65rem) !important; color: var(--nw-ink) !important; font-weight: 710; }
.nw-continuity-copy > p:not(.nw-kicker):not(.nw-continuity-lead) { font-size: 1.08rem; line-height: 1.75; }
.nw-continuity-art { position: relative; min-height: 440px; display: grid; place-items: center; }
.nw-orbit { position: absolute; border: 1px solid rgba(20,33,29,.16); border-radius: 50%; }
.nw-orbit--one { width: 180px; height: 180px; }
.nw-orbit--two { width: 300px; height: 300px; }
.nw-orbit--three { width: 420px; height: 420px; }
.nw-continuity-core { position: relative; z-index: 2; width: 118px; height: 118px; border-radius: 50%; background: var(--nw-dark); color: #fff; display: grid; place-items: center; align-content: center; box-shadow: 0 24px 50px rgba(20,33,29,.2); }
.nw-continuity-core span { font-size: 2.4rem; line-height: 1; color: var(--nw-green); font-weight: 850; }
.nw-continuity-core small { font-size: .56rem; letter-spacing: .22em; color: #c5d5ce; margin-top: 8px; }
.nw-orbit-point { position: absolute; width: 24px; height: 24px; border-radius: 50%; box-shadow: 0 8px 20px rgba(20,33,29,.16); }
.nw-orbit-point--a { background: var(--nw-orange); top: 65px; right: 90px; }
.nw-orbit-point--b { background: var(--nw-green); bottom: 58px; left: 115px; }
.nw-orbit-point--c { background: var(--nw-coral); left: 76px; top: 155px; }
.nw-continuity-note { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 20px 22px; margin-top: 28px; border: 1px solid rgba(20,33,29,.10); border-radius: 18px; background: rgba(255,255,255,.62); }
.nw-continuity-note > span { color: var(--nw-orange); font-size: 1.2rem; }
.nw-continuity-note p { margin-bottom: 0; font-size: .94rem; }

/* Guides (renders only when posts exist) */
.nw-guides-section { background: #fff; }
.nw-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.nw-guide-card { border: 1px solid var(--nw-border); border-radius: var(--nw-radius-lg); overflow: hidden; background: #fff; }
.nw-guide-card__media { display: block; aspect-ratio: 1.5 / 1; background: var(--nw-mist); overflow: hidden; text-decoration: none; }
.nw-guide-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.nw-guide-card:hover .nw-guide-card__media img { transform: scale(1.035); }
.nw-guide-card__placeholder { display: grid; place-items: center; height: 100%; color: var(--nw-muted); font-weight: 750; }
.nw-guide-card__body { padding: 24px; }
.nw-guide-card__meta { font-size: .72rem !important; color: var(--nw-green-dark) !important; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.nw-guide-card h3 a { text-decoration: none; }

/* Build with us */
.nw-build-section { background: #fff; }
.nw-build-panel { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(38px, 7vw, 90px); align-items: center; padding: clamp(38px, 6vw, 72px); border-radius: 36px; background: linear-gradient(135deg, #0e2119 0%, #143c2c 62%, #0c5c38 100%); color: #fff; box-shadow: var(--nw-shadow); }
.nw-build-copy h2 { color: #fff; margin: 16px 0 22px; }
.nw-build-copy > p:not(.nw-eyebrow) { color: #b9d0c5; max-width: 690px; font-size: 1.06rem; line-height: 1.72; }
.nw-build-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.nw-build-paths { display: grid; gap: 10px; }
.nw-build-paths > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.055); }
.nw-build-paths span { grid-row: 1 / 3; color: var(--nw-orange); font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.nw-build-paths strong { color: #fff; }
.nw-build-paths small { color: #a9c1b6; margin-top: 2px; }

.nw-final-cta { padding: 30px 0 90px; }
.nw-final-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 40px 0; border-top: 1px solid var(--nw-border); border-bottom: 1px solid var(--nw-border); }
.nw-final-cta h2 { font-size: clamp(2rem, 3.4vw, 3.45rem); margin-bottom: 0; }

/* Commerce */
.nw-commerce-hero, .nw-simple-hero, .nw-destination-hero { background: linear-gradient(135deg, var(--nw-cream), #fff 55%, #edfbf4); padding: clamp(60px, 7vw, 100px) 0; }
.nw-commerce-hero__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 8vw, 100px); align-items: end; }
.nw-commerce-hero h1, .nw-simple-hero h1, .nw-destination-hero h1 { font-size: clamp(2.7rem, 5vw, 5.25rem); max-width: 900px; margin: 14px 0 22px; }
.nw-commerce-hero__inner > div > p:last-child, .nw-simple-hero > .nw-container > p:last-child { max-width: 720px; font-size: 1.12rem; line-height: 1.7; }
.nw-commerce-tip { padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--nw-border); box-shadow: var(--nw-shadow-soft); }
.nw-commerce-tip strong { display: block; margin-bottom: 7px; }
.nw-commerce-tip p { font-size: .93rem; }
.nw-commerce-tip a { font-weight: 750; text-decoration: none; }
.nw-commerce-shell { padding: 48px 0 70px; background: #fff; }
.nw-commerce-widget { min-height: 340px; padding: clamp(14px, 2vw, 28px); border: 1px solid var(--nw-border); border-radius: 24px; box-shadow: var(--nw-shadow-soft); background: #fff; }
.nw-commerce-after { padding: 0 0 90px; }
.nw-commerce-after__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.nw-commerce-after article { padding: 24px; border-radius: 18px; background: var(--nw-mist); }
.nw-commerce-after span { font-size: .68rem; letter-spacing: .12em; font-weight: 800; color: var(--nw-green-dark); }
.nw-commerce-after h2 { font-size: 1.3rem; margin: 20px 0 8px; }
.nw-commerce-after p { font-size: .9rem; margin-bottom: 0; }
body.nw-shell .search_bundles { max-width: 100%; margin-inline: auto; }

/* Destination templates */
.nw-destination-archive__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.nw-archive-card { border: 1px solid var(--nw-border); border-radius: var(--nw-radius-lg); overflow: hidden; background: #fff; }
.nw-archive-card__media { display: block; aspect-ratio: 1.45 / 1; overflow: hidden; }
.nw-archive-card__media img { width: 100%; height: 100%; object-fit: cover; }
.nw-archive-card__body { padding: 25px; }
.nw-archive-card h2 { font-size: 1.6rem; margin: 8px 0 12px; }
.nw-archive-card h2 a { text-decoration: none; }
.nw-empty-state { max-width: 720px; padding: 48px; border-radius: 26px; background: var(--nw-mist); }
.nw-empty-state h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 8px 0 18px; }
.nw-destination-hero__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.nw-destination-hero__media img { display: block; border-radius: 32px; box-shadow: var(--nw-shadow); }
.nw-destination-copy { margin-inline: auto; }
.nw-destination-copy > * + * { margin-top: 1.25em; }
.nw-info-note { margin-top: 38px; padding: 22px; border-radius: 18px; background: var(--nw-mist); border: 1px solid var(--nw-border); }
.nw-info-note p { margin: 6px 0 0; }

/* Footer */
.nw-site-footer { background: #0b1813; color: #fff; padding: 72px 0 24px; }
.nw-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .72fr); gap: clamp(30px, 5vw, 70px); }
.nw-brand--footer img { width: 190px; filter: brightness(0) invert(1); opacity: .96; }
.nw-footer-brand > p { color: #d0ddd7; font-size: 1.1rem; margin: 18px 0 7px; }
.nw-footer-brand .nw-footer-small { max-width: 370px; color: #8fa39a; font-size: .9rem; line-height: 1.65; margin-top: 0; }
.nw-footer-heading { color: #fff !important; font-size: .8rem !important; letter-spacing: .14em !important; text-transform: uppercase; margin: 8px 0 18px !important; }
.nw-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.nw-footer-links a { text-decoration: none; color: #aebeb7; font-size: .92rem; }
.nw-footer-links a:hover { color: #fff; }
.nw-site-footer .nw-socials { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 22px; }
.nw-site-footer .nw-socials a { color: #fff; text-decoration: none; font-size: .82rem; font-weight: 700; }
.nw-footer-bottom { margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.nw-footer-bottom p, .nw-site-footer .nw-portfolio-note { color: #7f958b; font-size: .79rem; margin: 0; }
.nw-site-footer .nw-portfolio-note a { color: #bcd0c7; font-weight: 750; }

/* Responsive */
@media (max-width: 1080px) {
    .nw-menu-toggle { display: inline-flex; }
    .nw-nav-wrap { position: fixed; inset: 82px 0 auto 0; display: none; padding: 26px 20px 32px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--nw-border); box-shadow: 0 20px 40px rgba(20,33,29,.10); }
    .nw-nav-wrap.is-open { display: block; }
    .nw-nav__list { display: grid; gap: 4px; }
    .nw-nav__list a { display: block; padding: 12px 0; font-size: 1.04rem; }
    .nw-nav-actions { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--nw-border); }
    .nw-hero__grid { grid-template-columns: 1fr 1fr; gap: 38px; }
    .nw-hero h1 { font-size: clamp(3.1rem, 7vw, 5.2rem); }
    .nw-floating-card--top { left: -2%; }
    .nw-floating-card--bottom { right: -1%; }
    .nw-footer-grid { grid-template-columns: 1.3fr repeat(3, .8fr); gap: 28px; }
}

@media (max-width: 860px) {
    .nw-hero__grid, .nw-borderless-grid, .nw-continuity-grid, .nw-build-panel, .nw-commerce-hero__inner, .nw-destination-hero__grid { grid-template-columns: 1fr; }
    .nw-hero__copy { max-width: 720px; }
    .nw-hero__visual { max-width: 720px; }
    .nw-destination-cards, .nw-steps, .nw-guide-grid, .nw-commerce-after__grid, .nw-destination-archive__grid { grid-template-columns: 1fr; }
    .nw-destination-card { min-height: 80px; }
    .nw-section-heading--split { grid-template-columns: 1fr; gap: 18px; }
    .nw-step-card { min-height: 270px; }
    .nw-step-card__icon { margin-bottom: 44px; }
    .nw-continuity-art { min-height: 390px; order: 2; }
    .nw-continuity-copy { order: 1; }
    .nw-build-paths { grid-template-columns: repeat(3, 1fr); }
    .nw-build-paths > div { grid-template-columns: 1fr; }
    .nw-build-paths span { grid-row: auto; margin-bottom: 10px; }
    .nw-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .nw-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .nw-container { width: min(calc(100% - 28px), var(--nw-page-max)); }
    .nw-site-header__inner { min-height: 72px; }
    .nw-brand img { width: 176px; }
    .nw-nav-wrap { inset-block-start: 72px; }
    .nw-nav-actions { display: grid; grid-template-columns: 1fr; }
    .nw-account-link { padding: 10px 0; }
    .nw-hero { padding-top: 44px; }
    .nw-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
    .nw-hero__lead { font-size: 1.04rem !important; }
    .nw-hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; }
    .nw-proof-row { gap: 16px; justify-content: space-between; }
    .nw-proof-row strong { font-size: .98rem; }
    .nw-proof-row span { font-size: .66rem; }
    .nw-hero__image-wrap { border-radius: 28px 28px 90px 28px; }
    .nw-floating-card { min-width: 0; max-width: 185px; padding: 10px 11px; }
    .nw-floating-card--top { top: 7px; left: 7px; }
    .nw-floating-card--bottom { right: 7px; bottom: 7px; }
    .nw-floating-card strong { font-size: .72rem; }
    .nw-floating-card small { font-size: .64rem; }
    .nw-destination-strip { margin-top: -18px; }
    .nw-destination-strip__intro { align-items: flex-start; flex-direction: column; }
    .nw-audience-grid { grid-template-columns: 1fr; }
    .nw-audience-grid article { min-height: 170px; }
    .nw-audience-grid span { margin-bottom: 25px; }
    .nw-continuity-art { min-height: 320px; transform: scale(.78); margin: -36px 0; }
    .nw-build-panel { padding: 32px 24px; border-radius: 26px; }
    .nw-build-paths { grid-template-columns: 1fr; }
    .nw-final-cta__inner, .nw-footer-bottom { align-items: flex-start; flex-direction: column; }
    .nw-footer-grid { grid-template-columns: 1fr 1fr; }
    .nw-footer-brand { grid-column: 1 / -1; }
    .nw-commerce-widget { padding: 8px; border-radius: 18px; }
    .nw-empty-state { padding: 32px 24px; }
}

@media (prefers-reduced-motion: reduce) {
    .nw-shell *, .nw-shell *::before, .nw-shell *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}


/* Phase 3: destination discovery + editorial acquisition layer */
.nw-button--full { width: 100%; }
.nw-destination-cards--four { grid-template-columns: repeat(4, 1fr); }
.nw-destination-strip__footer { display: flex; justify-content: center; margin-top: 20px; }

.nw-simple-hero--destinations,
.nw-simple-hero--guides { position: relative; overflow: hidden; padding-bottom: clamp(70px, 8vw, 112px); }
.nw-simple-hero--destinations::after,
.nw-simple-hero--guides::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -110px; top: -180px; background: radial-gradient(circle, rgba(0,201,107,.16), rgba(0,201,107,0) 68%); pointer-events: none; }
.nw-destination-search { position: relative; width: min(100%, 720px); display: flex; align-items: center; gap: 12px; margin-top: 34px; padding: 7px 9px 7px 18px; border: 1px solid var(--nw-border); border-radius: 999px; background: #fff; box-shadow: var(--nw-shadow-soft); z-index: 1; }
.nw-destination-search > span { color: var(--nw-green-dark); font-size: 1.35rem; }
.nw-destination-search input { flex: 1; min-width: 0; border: 0 !important; outline: 0; box-shadow: none !important; background: transparent; color: var(--nw-ink); font: inherit; padding: 12px 0; }
.nw-destination-search input::placeholder { color: #8a9690; }
.nw-filter-reset { border: 0; border-radius: 999px; background: var(--nw-mist); color: var(--nw-ink); padding: 10px 15px; font-weight: 750; cursor: pointer; }
.nw-filter-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; position: relative; z-index: 1; }
.nw-filter-pills button { appearance: none; border: 1px solid var(--nw-border); border-radius: 999px; background: rgba(255,255,255,.8); color: var(--nw-muted); padding: 9px 14px; font: inherit; font-size: .82rem; font-weight: 760; cursor: pointer; }
.nw-filter-pills button.is-active { background: var(--nw-ink); color: #fff; border-color: var(--nw-ink); }
.nw-section--destination-directory { background: #fff; padding-top: clamp(54px, 6vw, 82px); }
.nw-archive-card[hidden] { display: none !important; }
.nw-archive-card { display: flex; flex-direction: column; min-height: 100%; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.nw-archive-card:hover { transform: translateY(-4px); border-color: rgba(0,155,85,.25); box-shadow: var(--nw-shadow-soft); }
.nw-archive-card__media--graphic { position: relative; display: grid; place-items: center; min-height: 210px; background: linear-gradient(145deg, var(--nw-cream), #eefbf5); isolation: isolate; }
.nw-archive-card__media--graphic::after { content:""; position:absolute; inset: 22px; border: 1px solid rgba(20,33,29,.08); border-radius: 50%; z-index: -1; }
.nw-destination-flag-xl { font-size: clamp(3.4rem, 6vw, 5.5rem); filter: drop-shadow(0 14px 22px rgba(20,33,29,.10)); }
.nw-destination-orbit { position: absolute; width: 84px; height: 84px; border: 1px solid rgba(0,155,85,.3); border-radius: 50%; transform: translate(45px, -28px); }
.nw-destination-orbit::after { content:""; position:absolute; width:8px; height:8px; border-radius:50%; background:var(--nw-orange); top:6px; right:12px; }
.nw-archive-card__body { flex: 1; display: flex; flex-direction: column; }
.nw-archive-card__body > .nw-text-link { margin-top: auto; padding-top: 8px; }
.nw-archive-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--nw-green-dark); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 830; }
.nw-availability-dot { position: relative; padding-left: 13px; color: var(--nw-muted); letter-spacing: .04em; text-transform: none; font-weight: 700; }
.nw-availability-dot::before { content:""; position:absolute; left:0; top:50%; width:7px; height:7px; transform:translateY(-50%); border-radius:50%; background:var(--nw-green); }
.nw-filter-empty { text-align: center; padding: 64px 24px; border: 1px dashed var(--nw-border); border-radius: 28px; background: var(--nw-mist); }
.nw-filter-empty h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin: 8px 0 16px; }
.nw-directory-note { padding: 0 0 var(--nw-section-space); background: #fff; }
.nw-directory-note__inner { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(32px, 7vw, 100px); padding: clamp(34px, 5vw, 62px); border-radius: 30px; background: var(--nw-mist); align-items: center; }
.nw-directory-note__inner h2 { font-size: clamp(2rem, 3.4vw, 3.45rem); margin-bottom: 0; }
.nw-directory-note__inner > p { margin-bottom: 0; line-height: 1.75; }

/* Destination page v2 */
.nw-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 32px; color: var(--nw-muted); font-size: .78rem; }
.nw-breadcrumbs a { text-decoration: none; font-weight: 700; }
.nw-breadcrumbs a:hover { color: var(--nw-green-dark); }
.nw-destination-hero--v2 { padding-top: 38px; }
.nw-destination-hero--v2 .nw-destination-hero__grid { align-items: center; }
.nw-destination-hero__copy h1 em { font-style: normal; color: var(--nw-green-dark); }
.nw-destination-hero__lead { max-width: 680px; font-size: clamp(1.08rem, 1.6vw, 1.25rem) !important; line-height: 1.7; }
.nw-destination-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.nw-destination-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.nw-destination-chips span { display: inline-flex; align-items: center; min-height: 34px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.72); border: 1px solid var(--nw-border); color: var(--nw-muted); font-size: .72rem; font-weight: 720; }
.nw-destination-visual-card { position: relative; min-height: 470px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 42px 42px 120px 42px; background: linear-gradient(145deg, #102019 0%, #164b35 56%, #00a65b 100%); box-shadow: var(--nw-shadow); color: #fff; }
.nw-destination-visual-card::before { content:""; position:absolute; width:320px; height:320px; border-radius:50%; background:rgba(255,255,255,.06); top:-120px; right:-80px; }
.nw-destination-visual-card__flag { position: relative; z-index: 2; font-size: clamp(5rem, 10vw, 8.5rem); filter: drop-shadow(0 22px 30px rgba(0,0,0,.18)); }
.nw-destination-visual-card__rings span { position:absolute; inset:50% auto auto 50%; border:1px solid rgba(255,255,255,.18); border-radius:50%; transform:translate(-50%,-50%); }
.nw-destination-visual-card__rings span:nth-child(1){width:230px;height:230px}.nw-destination-visual-card__rings span:nth-child(2){width:330px;height:330px}.nw-destination-visual-card__rings span:nth-child(3){width:440px;height:440px}
.nw-destination-visual-card__copy { position:absolute; left:34px; bottom:30px; display:grid; gap:4px; z-index:2; }
.nw-destination-visual-card__copy small { color:#bce8d2; font-size:.67rem; font-weight:850; letter-spacing:.16em; }
.nw-destination-visual-card__copy strong { font-size:1.25rem; color:#fff; }
.nw-destination-quickbar { position: relative; z-index: 5; margin-top: -28px; }
.nw-destination-quickbar__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--nw-border); border-radius: 22px; background: #fff; box-shadow: var(--nw-shadow-soft); overflow: hidden; }
.nw-destination-quickbar__grid > div { padding: 22px 24px; }
.nw-destination-quickbar__grid > div + div { border-left: 1px solid var(--nw-border); }
.nw-destination-quickbar small, .nw-destination-quickbar strong { display: block; }
.nw-destination-quickbar small { margin-bottom: 7px; color: var(--nw-green-dark); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 850; }
.nw-destination-quickbar strong { color: var(--nw-ink); font-size: .88rem; line-height: 1.55; }
.nw-destination-main { padding-top: clamp(76px, 8vw, 110px); }
.nw-destination-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(44px, 7vw, 92px); align-items: start; }
.nw-destination-copy { width: 100%; }
.nw-destination-copy h2 { font-size: clamp(1.8rem, 2.6vw, 2.7rem); margin-top: 1.65em; margin-bottom: .55em; }
.nw-destination-copy h2:first-of-type { margin-top: .7em; }
.nw-destination-copy p { line-height: 1.82; font-size: 1.07rem; }
.nw-destination-sidebar { position: sticky; top: 112px; display: grid; gap: 16px; }
.nw-destination-deal-card { padding: 28px; border-radius: 24px; background: var(--nw-dark); color: #fff; box-shadow: var(--nw-shadow); }
.nw-destination-deal-card h2 { color: #fff; font-size: 2rem; margin: 8px 0 14px; }
.nw-destination-deal-card > p:not(.nw-kicker) { color: #b8c9c1; font-size: .94rem; line-height: 1.65; }
.nw-destination-deal-card .nw-kicker { color: #a9e8c8 !important; }
.nw-destination-deal-card small { display: block; margin-top: 13px; color: #81988e; font-size: .68rem; text-align: center; }
.nw-destination-help-card { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 20px; border-radius: 20px; background: var(--nw-mist); border: 1px solid var(--nw-border); }
.nw-destination-help-card > span { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; background:#fff; color:var(--nw-green-dark); }
.nw-destination-help-card strong { color: var(--nw-ink); font-size: .86rem; }
.nw-destination-help-card p { margin: 5px 0 0; font-size: .78rem; line-height: 1.55; }
.nw-destination-guides { background: var(--nw-cream); }
.nw-final-cta--destination { background:#fff; }

/* Nomadic Guides archive + article */
.nw-guides-hero__grid { display:grid; grid-template-columns:1fr .5fr; gap:60px; align-items:center; }
.nw-guides-hero__signal { position:relative; min-height:240px; display:grid; place-items:center; }
.nw-guides-hero__signal span { position:relative; z-index:2; display:grid; place-items:center; width:92px; height:92px; border-radius:50%; background:var(--nw-ink); color:#fff; font-size:2.3rem; font-weight:900; box-shadow:0 20px 45px rgba(20,33,29,.18); }
.nw-guides-hero__signal i { position:absolute; border:1px solid rgba(0,155,85,.2); border-radius:50%; }
.nw-guides-hero__signal i:nth-of-type(1){width:150px;height:150px}.nw-guides-hero__signal i:nth-of-type(2){width:220px;height:220px}.nw-guides-hero__signal i:nth-of-type(3){width:310px;height:310px}
.nw-guide-grid--archive { grid-template-columns: repeat(3,1fr); }
.nw-guide-card--archive h2 { font-size: 1.55rem; margin: 8px 0 12px; }
.nw-guide-card--archive h2 a { text-decoration:none; }
.nw-guide-card--archive .nw-guide-card__body > p:not(.nw-guide-card__meta) { font-size:.9rem; line-height:1.65; }
.nw-guide-card__placeholder { min-height: 100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; background:linear-gradient(145deg,#12231c,#155b3d); color:#fff; }
.nw-guide-card__placeholder small { font-size:.62rem; letter-spacing:.15em; font-weight:850; opacity:.72; }
.nw-guide-card__placeholder strong { font-size:4rem; }
.nw-pagination { margin-top: 48px; }
.nw-pagination .nav-links { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; }
.nw-pagination .page-numbers { display:grid; place-items:center; min-width:42px; min-height:42px; padding:8px 12px; border:1px solid var(--nw-border); border-radius:999px; text-decoration:none; font-weight:750; }
.nw-pagination .current { background:var(--nw-ink); color:#fff; border-color:var(--nw-ink); }
.nw-guide-article-hero { padding: 38px 0 clamp(64px, 7vw, 100px); background:linear-gradient(135deg,var(--nw-cream),#fff 58%,#eefbf4); }
.nw-guide-article-hero__grid { display:grid; grid-template-columns:1.05fr .75fr; gap:clamp(44px,7vw,90px); align-items:center; }
.nw-guide-article-hero h1 { font-size:clamp(2.8rem,5.6vw,5.7rem); margin:14px 0 22px; }
.nw-guide-article-hero__lead { max-width:740px; font-size:clamp(1.08rem,1.5vw,1.24rem)!important; line-height:1.7; }
.nw-guide-byline { display:flex; gap:10px; align-items:center; margin-top:22px; color:var(--nw-muted); font-size:.78rem; font-weight:700; }
.nw-guide-article-visual img, .nw-guide-cover-placeholder { width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:34px 34px 100px 34px; box-shadow:var(--nw-shadow); }
.nw-guide-cover-placeholder { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; padding:30px; background:linear-gradient(145deg,#102019,#147a4d); color:#fff; text-align:center; }
.nw-guide-cover-placeholder small { font-size:.62rem; font-weight:850; letter-spacing:.16em; color:#bee9d3; }
.nw-guide-cover-placeholder strong { font-size:clamp(4rem,9vw,7.5rem); line-height:1; }
.nw-guide-cover-placeholder span { font-size:.78rem; font-weight:850; letter-spacing:.14em; }
.nw-guide-reading-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:clamp(44px,7vw,90px); align-items:start; }
.nw-guide-copy { width:100%; }
.nw-guide-copy > p:first-child { font-size:1.2rem; color:var(--nw-ink-soft); line-height:1.78; }
.nw-guide-copy h2 { font-size:clamp(1.75rem,2.6vw,2.65rem); margin:1.7em 0 .55em; }
.nw-guide-copy p, .nw-guide-copy li { font-size:1.05rem; line-height:1.82; color:var(--nw-muted); }
.nw-guide-copy a { color:var(--nw-green-dark); font-weight:760; }
.nw-guide-sidebar { position:sticky; top:112px; display:grid; gap:16px; }
.nw-guide-destination-card { padding:27px; border-radius:24px; background:#fff; border:1px solid var(--nw-border); box-shadow:var(--nw-shadow-soft); }
.nw-guide-destination-card__flag { display:block; font-size:2.8rem; margin-bottom:18px; }
.nw-guide-destination-card h2 { font-size:1.9rem; margin:7px 0 12px; }
.nw-guide-destination-card > p:not(.nw-kicker) { font-size:.9rem; line-height:1.65; }
.nw-guide-destination-card .nw-text-link { margin-top:16px; font-size:.83rem; }
.nw-guide-principle { padding:20px; border-radius:18px; background:var(--nw-mist); }
.nw-guide-principle strong { color:var(--nw-ink); font-size:.83rem; }
.nw-guide-principle p { font-size:.78rem; margin:6px 0 0; line-height:1.55; }
.nw-related-guides { background:var(--nw-cream); }

@media (max-width: 1080px) {
    .nw-destination-cards--four { grid-template-columns: repeat(2,1fr); }
    .nw-guide-grid--archive { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
    .nw-directory-note__inner, .nw-guides-hero__grid, .nw-guide-article-hero__grid, .nw-destination-layout, .nw-guide-reading-layout { grid-template-columns:1fr; }
    .nw-destination-quickbar__grid { grid-template-columns:1fr; }
    .nw-destination-quickbar__grid > div + div { border-left:0; border-top:1px solid var(--nw-border); }
    .nw-destination-sidebar, .nw-guide-sidebar { position:static; }
    .nw-destination-visual-card { min-height:390px; }
    .nw-guides-hero__signal { min-height:200px; }
    .nw-guide-article-visual { max-width:560px; }
}
@media (max-width: 640px) {
    .nw-destination-cards--four, .nw-guide-grid--archive { grid-template-columns:1fr; }
    .nw-destination-search { border-radius:22px; }
    .nw-destination-search input { font-size:.9rem; }
    .nw-destination-hero__actions { align-items:flex-start; flex-direction:column; }
    .nw-destination-visual-card { min-height:310px; border-radius:28px 28px 80px 28px; }
    .nw-destination-visual-card__rings span:nth-child(3){display:none}
    .nw-destination-quickbar { margin-top:-14px; }
    .nw-archive-card__media--graphic { min-height:180px; }
    .nw-guide-article-hero h1 { font-size:clamp(2.65rem,13vw,4.2rem); }
}

/* Phase 4 — corporate/conversion layer + 2026 visual direction */
.nw-section--soft { background: linear-gradient(180deg, #f6faf7 0%, #eef7f2 100%); }
.nw-corp-hero { position: relative; overflow: hidden; padding: clamp(64px, 8vw, 112px) 0; background: linear-gradient(135deg, #fff8eb 0%, #ffffff 48%, #edf9f2 100%); }
.nw-corp-hero__grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(400px,1.05fr); align-items: center; gap: clamp(42px,7vw,96px); }
.nw-corp-hero__copy { position: relative; z-index: 2; }
.nw-corp-hero h1 { margin: 18px 0 26px; font-size: clamp(3rem,5.5vw,5.8rem); }
.nw-corp-hero h1 em { color: var(--nw-green-dark); font-style: normal; }
.nw-corp-hero__lead { max-width: 720px; font-size: clamp(1.08rem,1.55vw,1.26rem) !important; line-height: 1.7; color: #4c5d56 !important; }
.nw-corp-hero__glow { position: absolute; width: 520px; height: 520px; right: -180px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(0,201,107,.22), transparent 68%); }
.nw-corp-hero__visual { min-width: 0; }
.nw-photo-frame { position: relative; padding: 14px; border-radius: 40px; background: #fff; box-shadow: 0 30px 80px rgba(20,33,29,.15); transform: rotate(1.2deg); }
.nw-photo-frame::before { content:""; position:absolute; inset: -16px auto auto -18px; width: 120px; height: 120px; border-radius: 32px; background: linear-gradient(145deg,var(--nw-orange),var(--nw-coral)); z-index:-1; opacity:.9; }
.nw-photo-frame img { display:block; width:100%; border-radius: 30px; aspect-ratio: 1.14 / 1; object-fit:cover; object-position:center; }
.nw-photo-frame__tag { position:absolute; left:32px; bottom:30px; background:rgba(16,32,26,.88); color:#fff; padding:11px 14px; border-radius:999px; font-size:.76rem; font-weight:800; letter-spacing:.03em; backdrop-filter:blur(10px); }

.nw-editorial-grid, .nw-opportunity-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap: clamp(46px,8vw,120px); align-items:start; }
.nw-editorial-grid h2, .nw-opportunity-grid h2 { max-width: 620px; }
.nw-prose p { line-height:1.8; }
.nw-prose--large p { font-size:clamp(1.08rem,1.4vw,1.22rem) !important; color:#44554e !important; }
.nw-prose--large p + p { margin-top:20px; }

.nw-three-pillars { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.nw-three-pillars article { position:relative; background:#fff; border:1px solid var(--nw-border); border-radius:26px; padding:30px; min-height:270px; box-shadow:var(--nw-shadow-soft); }
.nw-three-pillars article > span { display:block; width:42px; height:42px; border-radius:50%; background:var(--nw-cream); color:var(--nw-green-dark); font-size:.73rem; font-weight:850; display:grid; place-items:center; margin-bottom:54px; }
.nw-three-pillars h3 { margin-bottom:12px; }
.nw-three-pillars p { margin-bottom:0; line-height:1.7; }

.nw-dark-editorial { background: linear-gradient(135deg,#10201a,#173126); color:#fff; }
.nw-dark-editorial__grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(50px,8vw,120px); align-items:start; }
.nw-dark-editorial h2 { color:#fff; margin-top:18px; }
.nw-dark-editorial p { color:#bdd0c7; font-size:1.08rem; line-height:1.8; }

.nw-continuity-stage { position:relative; min-height:500px; display:grid; place-items:center; }
.nw-continuity-stage::before { content:""; position:absolute; width:360px; height:360px; border-radius:50%; background:radial-gradient(circle,rgba(255,214,90,.5),rgba(255,214,90,0) 68%); }
.nw-continuity-stage__ring { position:absolute; border-radius:50%; border:1px solid rgba(20,33,29,.16); }
.nw-continuity-stage__ring--a { width:190px; height:190px; }
.nw-continuity-stage__ring--b { width:320px; height:320px; }
.nw-continuity-stage__ring--c { width:455px; height:455px; }
.nw-continuity-stage__core { position:relative; z-index:2; width:124px; height:124px; border-radius:34px; display:grid; place-items:center; background:var(--nw-dark); color:var(--nw-green); font-size:3rem; font-weight:900; box-shadow:0 30px 70px rgba(20,33,29,.22); transform:rotate(-5deg); }
.nw-continuity-stage__point { position:absolute; width:18px; height:18px; border-radius:50%; background:var(--nw-coral); box-shadow:0 0 0 8px rgba(239,91,71,.12); }
.nw-continuity-stage__point--a { top:16%; left:28%; }
.nw-continuity-stage__point--b { top:27%; right:12%; background:var(--nw-green); box-shadow:0 0 0 8px rgba(0,201,107,.12); }
.nw-continuity-stage__point--c { bottom:17%; left:17%; background:var(--nw-orange); box-shadow:0 0 0 8px rgba(255,159,28,.12); }
.nw-continuity-stage__point--d { bottom:8%; right:29%; background:var(--nw-sun); box-shadow:0 0 0 8px rgba(255,214,90,.15); }

.nw-image-copy-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(42px,7vw,96px); align-items:center; }
.nw-image-copy-grid__media { position:relative; }
.nw-image-copy-grid__media::after { content:""; position:absolute; width:160px; height:160px; border-radius:38px; background:linear-gradient(145deg,var(--nw-green),var(--nw-sun)); right:-20px; bottom:-22px; z-index:0; opacity:.82; }
.nw-image-copy-grid__media img { position:relative; z-index:1; display:block; width:100%; border-radius:36px; box-shadow:var(--nw-shadow); aspect-ratio:1.25/1; object-fit:cover; }
.nw-image-copy-grid__copy p:not(.nw-kicker) { font-size:1.08rem; line-height:1.75; }

.nw-origin-section { background:var(--nw-cream); }
.nw-origin-grid { display:grid; grid-template-columns:.95fr 1.05fr; gap:clamp(36px,7vw,90px); }
.nw-origin-card { background:#fff; border-radius:30px; padding:clamp(30px,4vw,52px); box-shadow:var(--nw-shadow-soft); }
.nw-origin-card h2 { font-size:clamp(2.15rem,3.3vw,3.55rem); }
.nw-origin-card p:not(.nw-kicker) { font-size:1.06rem; line-height:1.78; }
.nw-origin-statements { display:grid; gap:14px; }
.nw-origin-statements article { background:rgba(255,255,255,.68); border:1px solid rgba(20,33,29,.08); border-radius:22px; padding:25px; display:grid; grid-template-columns:48px 1fr; column-gap:16px; }
.nw-origin-statements span { grid-row:1/3; width:40px; height:40px; display:grid; place-items:center; border-radius:50%; background:var(--nw-dark); color:#fff; font-size:.7rem; font-weight:850; }
.nw-origin-statements strong { color:var(--nw-ink); font-size:1.08rem; }
.nw-origin-statements p { margin:6px 0 0; font-size:.94rem; }

.nw-values-section { background:#fff; }
.nw-values-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.nw-values-grid article { border-top:3px solid var(--nw-green); background:var(--nw-mist); border-radius:0 0 22px 22px; padding:28px; }
.nw-values-grid article:nth-child(2) { border-color:var(--nw-orange); }
.nw-values-grid article:nth-child(3) { border-color:var(--nw-coral); }
.nw-values-grid article:nth-child(4) { border-color:var(--nw-sun); }
.nw-values-grid h3 { margin-bottom:10px; }
.nw-values-grid p { margin-bottom:0; font-size:.94rem; line-height:1.7; }

.nw-social-journey { background:linear-gradient(135deg,#eefbf4,#fff9ef); }
.nw-social-journey__inner { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:50px; }
.nw-social-journey__inner h2 { margin-bottom:15px; }
.nw-social-journey .nw-socials { display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
.nw-social-journey .nw-socials a { text-decoration:none; padding:13px 17px; background:#fff; border:1px solid var(--nw-border); border-radius:999px; font-size:.86rem; font-weight:790; box-shadow:var(--nw-shadow-soft); }
.nw-social-journey .nw-socials a:hover { border-color:rgba(0,155,85,.35); transform:translateY(-1px); }

.nw-portfolio-section { background:#f7f8f7; border-top:1px solid var(--nw-border); }
.nw-portfolio-section__inner { display:grid; grid-template-columns:1fr 1fr; gap:clamp(40px,8vw,110px); align-items:start; }
.nw-portfolio-section h2 { font-size:clamp(2rem,3.4vw,3.5rem); }
.nw-portfolio-note { font-size:.95rem !important; }

.nw-build-hero-card { position:relative; background:var(--nw-dark); color:#fff; border-radius:32px; padding:clamp(30px,4vw,48px); box-shadow:0 30px 80px rgba(20,33,29,.22); }
.nw-build-hero-card::after { content:""; position:absolute; right:-28px; bottom:-28px; width:130px; height:130px; border-radius:30px; background:linear-gradient(145deg,var(--nw-coral),var(--nw-orange)); z-index:-1; }
.nw-build-hero-card h2 { color:#fff; font-size:clamp(1.9rem,3vw,3rem); margin:8px 0 12px; }
.nw-build-hero-card p:not(.nw-kicker) { color:#b9cbc2; line-height:1.75; }
.nw-build-hero-card .nw-kicker { color:#9ff0c5 !important; }
.nw-build-hero-card__line { height:1px; background:rgba(255,255,255,.14); margin:30px 0; }

.nw-build-lanes { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.nw-build-lanes article { position:relative; border:1px solid var(--nw-border); border-radius:26px; padding:30px; min-height:360px; display:flex; flex-direction:column; background:#fff; }
.nw-build-lanes article > span { position:absolute; right:26px; top:24px; color:#a3ada8; font-size:.72rem; letter-spacing:.12em; font-weight:800; }
.nw-build-lanes h3 { font-size:clamp(1.55rem,2vw,2.05rem); margin:12px 0 16px; }
.nw-build-lanes p:not(.nw-kicker) { line-height:1.72; }
.nw-build-lanes .nw-text-link { margin-top:auto; }

.nw-opportunity-section { background:var(--nw-dark); }
.nw-opportunity-section h2 { color:#fff; }
.nw-opportunity-section .nw-kicker { color:#98efc0 !important; }
.nw-opportunity-section .nw-prose p { color:#bfd0c8 !important; }

.nw-partner-types { background:var(--nw-cream); }
.nw-partner-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.nw-partner-grid article { background:#fff; border-radius:22px; padding:26px; border:1px solid rgba(20,33,29,.08); }
.nw-partner-grid strong { color:var(--nw-ink); font-size:1.05rem; }
.nw-partner-grid p { margin:10px 0 0; font-size:.94rem; line-height:1.66; }

.nw-interest-section { background:#fff; }
.nw-interest-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(44px,8vw,110px); align-items:start; }
.nw-interest-copy { position:sticky; top:120px; }
.nw-interest-copy h2 { margin:12px 0 22px; }
.nw-interest-copy > p:not(.nw-kicker) { font-size:1.08rem; line-height:1.75; }
.nw-interest-confidence { margin-top:28px; padding:20px; border-radius:18px; background:var(--nw-mist); display:flex; gap:14px; }
.nw-interest-confidence > span { color:var(--nw-green-dark); font-size:1.2rem; }
.nw-interest-confidence p { margin:0; font-size:.92rem; }
.nw-interest-form-wrap { background:#f7faf8; border:1px solid var(--nw-border); border-radius:28px; padding:clamp(24px,4vw,40px); }
.nw-interest-form { display:grid; gap:18px; }
.nw-form-row--two { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.nw-interest-form label { display:grid; gap:8px; color:var(--nw-ink); font-size:.86rem; font-weight:760; }
.nw-interest-form input[type="text"], .nw-interest-form input[type="email"], .nw-interest-form select, .nw-interest-form textarea { width:100%; border:1px solid rgba(20,33,29,.18); background:#fff; border-radius:13px; padding:13px 14px; font:inherit; font-size:.95rem; color:var(--nw-ink); outline:none; }
.nw-interest-form textarea { resize:vertical; min-height:140px; }
.nw-interest-form input:focus, .nw-interest-form select:focus, .nw-interest-form textarea:focus { border-color:var(--nw-green-dark); box-shadow:0 0 0 3px rgba(0,155,85,.09); }
.nw-consent { display:flex !important; grid-template-columns:auto 1fr; align-items:flex-start; gap:10px !important; font-weight:560 !important; color:var(--nw-muted) !important; }
.nw-consent input { margin-top:4px; }
.nw-honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.nw-form-success, .nw-form-error { border-radius:16px; padding:18px 20px; margin-bottom:20px; }
.nw-form-success { background:#e9f9f0; border:1px solid rgba(0,155,85,.2); }
.nw-form-error { background:#fff1ee; border:1px solid rgba(239,91,71,.24); }
.nw-form-success p, .nw-form-error p { margin:5px 0 0; font-size:.92rem; }
.nw-final-cta__actions { display:flex; align-items:center; gap:22px; flex-wrap:wrap; }

/* Homepage visual refinement: less stock-tourism, more people-in-motion */
.nw-hero__image-wrap { border-radius: 34px 34px 110px 34px; }
.nw-hero__image-wrap::after { content:"Caribbean-led · Global by design"; position:absolute; top:22px; right:22px; z-index:3; background:rgba(16,32,26,.86); color:#fff; padding:10px 13px; border-radius:999px; font-size:.7rem; font-weight:820; letter-spacing:.04em; backdrop-filter:blur(10px); }
.nw-hero__image-wrap > img { object-position:center; }

@media (max-width: 980px) {
    .nw-corp-hero__grid, .nw-editorial-grid, .nw-opportunity-grid, .nw-dark-editorial__grid, .nw-image-copy-grid, .nw-origin-grid, .nw-social-journey__inner, .nw-portfolio-section__inner, .nw-interest-grid { grid-template-columns:1fr; }
    .nw-corp-hero__visual { width:min(100%,760px); }
    .nw-continuity-stage { min-height:420px; }
    .nw-values-grid, .nw-partner-grid { grid-template-columns:repeat(2,1fr); }
    .nw-interest-copy { position:static; }
}

@media (max-width: 760px) {
    .nw-corp-hero { padding-top:48px; }
    .nw-corp-hero__grid { grid-template-columns:1fr; gap:34px; }
    .nw-photo-frame { border-radius:26px; padding:9px; transform:none; }
    .nw-photo-frame img { border-radius:20px; }
    .nw-photo-frame__tag { left:20px; bottom:18px; }
    .nw-three-pillars, .nw-build-lanes, .nw-values-grid, .nw-partner-grid { grid-template-columns:1fr; }
    .nw-form-row--two { grid-template-columns:1fr; }
    .nw-continuity-stage { min-height:340px; transform:scale(.82); margin:-30px 0; }
    .nw-origin-statements article { grid-template-columns:42px 1fr; }
    .nw-social-journey .nw-socials { justify-content:flex-start; }
    .nw-dark-editorial__grid, .nw-editorial-grid, .nw-opportunity-grid { gap:24px; }
}

.nw-newtown-pathways { background:#fff; }
.nw-pathway-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.nw-pathway-grid article { background:var(--nw-mist); border-radius:22px; padding:26px; border:1px solid rgba(20,33,29,.07); }
.nw-pathway-grid article > span { display:block; font-size:.7rem; letter-spacing:.14em; color:var(--nw-coral); font-weight:850; margin-bottom:34px; }
.nw-pathway-grid h3 { margin-bottom:12px; }
.nw-pathway-grid p { margin:0; font-size:.93rem; line-height:1.72; }
.nw-pathway-grid strong { color:var(--nw-ink); }
@media (max-width:980px){ .nw-pathway-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:760px){ .nw-pathway-grid{grid-template-columns:1fr;} }


/* Phase 5 — route acquisition, support and policy surfaces */
.nw-route-hero { padding:clamp(58px,7vw,100px) 0 clamp(64px,7vw,92px); background:linear-gradient(135deg,#fffaf0 0%,#fff 50%,#effcf5 100%); overflow:hidden; }
.nw-route-hero__grid { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr); gap:clamp(38px,7vw,92px); align-items:center; }
.nw-route-hero h1 { margin:18px 0 24px; font-size:clamp(3rem,5.8vw,5.9rem); }
.nw-route-hero h1 em { font-style:normal; color:var(--nw-coral); }
.nw-route-hero__lead { max-width:760px; font-size:clamp(1.05rem,1.6vw,1.25rem) !important; line-height:1.7; }
.nw-route-card { min-height:390px; border-radius:34px; background:var(--nw-dark); color:#fff; padding:clamp(30px,4vw,48px); display:flex; flex-direction:column; justify-content:center; position:relative; overflow:hidden; box-shadow:0 30px 80px rgba(20,33,29,.18); }
.nw-route-card::before { content:""; position:absolute; width:260px; height:260px; border-radius:50%; background:radial-gradient(circle,rgba(0,201,107,.35),transparent 68%); right:-80px; top:-70px; }
.nw-route-card::after { content:""; position:absolute; width:180px; height:180px; border-radius:50%; background:radial-gradient(circle,rgba(255,159,28,.34),transparent 70%); left:-70px; bottom:-70px; }
.nw-route-card__label { position:relative; z-index:1; color:#9fe8c0; font-size:.72rem; font-weight:850; letter-spacing:.16em; margin-bottom:35px; }
.nw-route-card strong { position:relative; z-index:1; color:#fff; font-size:clamp(1.6rem,2.6vw,2.6rem); line-height:1.1; }
.nw-route-card small { position:relative; z-index:1; color:#b9cbc2; margin-top:30px; }
.nw-route-card__line { position:relative; z-index:1; display:block; height:44px; margin:9px 0; }
.nw-route-card__line::before { content:""; position:absolute; left:4px; top:50%; width:80%; height:2px; background:linear-gradient(90deg,var(--nw-green),var(--nw-orange)); }
.nw-route-card__line i { position:absolute; left:78%; top:50%; width:10px; height:10px; border-radius:50%; background:var(--nw-orange); transform:translate(-50%,-50%); box-shadow:0 0 0 7px rgba(255,159,28,.14); }

.nw-support-hero { padding:clamp(58px,7vw,100px) 0; background:linear-gradient(135deg,#fffaf0,#fff 52%,#eefbf4); }
.nw-support-hero__grid { display:grid; grid-template-columns:1.1fr .7fr; gap:clamp(40px,8vw,110px); align-items:center; }
.nw-support-hero h1 { margin:17px 0 24px; font-size:clamp(3rem,5.7vw,5.8rem); }
.nw-support-hero h1 em { font-style:normal; color:var(--nw-green-dark); }
.nw-support-hero > .nw-container p:not(.nw-eyebrow), .nw-support-hero__grid > div:first-child > p:not(.nw-eyebrow) { font-size:1.1rem; max-width:720px; line-height:1.75; }
.nw-support-hero__card { border-radius:28px; background:var(--nw-dark); color:#fff; padding:clamp(28px,4vw,42px); box-shadow:var(--nw-shadow); }
.nw-support-hero__card > span { width:52px; height:52px; display:grid; place-items:center; border-radius:50%; background:rgba(0,201,107,.14); color:#8df0b8; font-size:1.6rem; margin-bottom:36px; }
.nw-support-hero__card strong { display:block; color:#fff; font-size:1.45rem; }
.nw-support-hero__card p { color:#c0d0c8 !important; line-height:1.7; margin:10px 0 18px; }
.nw-support-hero__card a { color:#fff; font-weight:780; }
.nw-help-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:34px; }
.nw-help-grid article { min-height:310px; border:1px solid var(--nw-border); border-radius:24px; padding:28px; display:flex; flex-direction:column; background:#fff; }
.nw-help-grid article > span { color:var(--nw-coral); font-size:.72rem; letter-spacing:.14em; font-weight:850; margin-bottom:42px; }
.nw-help-grid h3 { margin-bottom:12px; }
.nw-help-grid p { line-height:1.7; font-size:.95rem; }
.nw-help-grid .nw-text-link { margin-top:auto; }
.nw-help-install { background:var(--nw-cream); }
.nw-faq-shell { background:#fff; border:1px solid var(--nw-border); border-radius:28px; padding:clamp(20px,3vw,36px); box-shadow:var(--nw-shadow-soft); }

.nw-simple-hero { padding:clamp(58px,7vw,96px) 0 clamp(46px,6vw,74px); background:linear-gradient(135deg,#fffaf0,#fff 62%,#eefbf4); border-bottom:1px solid var(--nw-border); }
.nw-simple-hero h1 { max-width:900px; margin:18px 0 18px; font-size:clamp(2.8rem,5.2vw,5.4rem); }
.nw-simple-hero p:not(.nw-eyebrow) { max-width:760px; font-size:1.1rem; line-height:1.72; }
.nw-policy-layout { display:grid; grid-template-columns:minmax(0,1fr) 280px; gap:clamp(44px,8vw,110px); align-items:start; }
.nw-policy-copy { max-width:820px; }
.nw-policy-copy h2 { font-size:clamp(1.55rem,2.2vw,2.15rem); margin:44px 0 14px; }
.nw-policy-copy h2:first-child { margin-top:0; }
.nw-policy-copy p, .nw-policy-copy li { font-size:1rem; line-height:1.78; color:var(--nw-muted); }
.nw-policy-copy a { color:var(--nw-green-dark); font-weight:700; }
.nw-policy-nav { position:sticky; top:120px; border:1px solid var(--nw-border); border-radius:20px; padding:22px; display:grid; gap:12px; background:var(--nw-mist); }
.nw-policy-nav strong { color:var(--nw-ink); margin-bottom:4px; }
.nw-policy-nav a { text-decoration:none; font-size:.92rem; color:var(--nw-muted); }
.nw-policy-nav a:hover { color:var(--nw-green-dark); }

/* A missing optional marketing image should collapse into a branded surface, not show a broken image glyph. */
.nw-image-failed { min-height:320px; background:linear-gradient(145deg,#f4fbf7,#fff8ec); border:1px solid var(--nw-border); overflow:hidden; }
.nw-image-failed::before { content:"NOMADIC / YOUR WORLD, WITHOUT BORDERS"; display:grid; place-items:center; min-height:320px; padding:30px; text-align:center; color:var(--nw-green-dark); font-size:.76rem; font-weight:850; letter-spacing:.14em; }
.nw-image-failed > img { display:none !important; }

@media (max-width:980px) {
    .nw-route-hero__grid, .nw-support-hero__grid, .nw-policy-layout { grid-template-columns:1fr; }
    .nw-route-card { min-height:300px; }
    .nw-help-grid { grid-template-columns:repeat(2,1fr); }
    .nw-policy-nav { position:static; }
}
@media (max-width:760px) {
    .nw-help-grid { grid-template-columns:1fr; }
    .nw-route-card { min-height:280px; border-radius:26px; }
}
.nw-route-home-section { background:var(--nw-mist); }
.nw-route-home-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:34px; }
.nw-route-home-card { min-height:165px; padding:24px; border-radius:22px; background:#fff; border:1px solid var(--nw-border); text-decoration:none; display:grid; align-content:end; grid-template-columns:1fr auto; gap:5px 15px; box-shadow:var(--nw-shadow-soft); transition:transform .18s ease,border-color .18s ease; }
.nw-route-home-card:hover { transform:translateY(-3px); border-color:rgba(0,155,85,.34); }
.nw-route-home-card small { grid-column:1/-1; color:var(--nw-muted); text-transform:uppercase; font-size:.7rem; letter-spacing:.1em; font-weight:800; }
.nw-route-home-card strong { color:var(--nw-ink); font-size:1.15rem; }
.nw-route-home-card span { color:var(--nw-green-dark); font-weight:900; }
@media(max-width:980px){.nw-route-home-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.nw-route-home-grid{grid-template-columns:1fr}}

/* Phase 6 — launch hardening and expanded Caribbean route acquisition */
.nw-route-archive__hero h1 em { font-style:normal; color:var(--nw-green-dark); }
.nw-route-filter { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:34px; }
.nw-route-filter button { appearance:none; border:1px solid var(--nw-border); background:#fff; color:var(--nw-ink); border-radius:999px; padding:11px 15px; font:inherit; font-size:.84rem; font-weight:760; cursor:pointer; }
.nw-route-filter button:hover,.nw-route-filter button.is-active { background:var(--nw-dark); color:#fff; border-color:var(--nw-dark); }
.nw-route-directory { background:var(--nw-mist); }
.nw-route-directory__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.nw-route-directory-card { min-width:0; }
.nw-route-directory-card[hidden] { display:none !important; }
.nw-route-directory-card > a { height:100%; min-height:330px; display:flex; flex-direction:column; text-decoration:none; color:inherit; border:1px solid var(--nw-border); background:#fff; border-radius:26px; padding:28px; box-shadow:var(--nw-shadow-soft); transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.nw-route-directory-card > a:hover { transform:translateY(-4px); border-color:rgba(0,155,85,.34); box-shadow:var(--nw-shadow); }
.nw-route-directory-card__top { display:flex; justify-content:space-between; gap:20px; align-items:center; margin-bottom:38px; }
.nw-route-directory-card__top small { text-transform:uppercase; font-size:.7rem; letter-spacing:.11em; font-weight:820; color:var(--nw-muted); }
.nw-route-directory-card__top span { color:var(--nw-coral); font-size:1.2rem; }
.nw-route-directory-card h2 { font-size:clamp(1.55rem,2.2vw,2.2rem); margin:0 0 14px; }
.nw-route-directory-card p { color:var(--nw-muted); line-height:1.68; font-size:.94rem; margin:0; }
.nw-route-directory-card__bottom { margin-top:auto; padding-top:28px; display:flex; justify-content:space-between; align-items:flex-end; gap:18px; border-top:1px solid var(--nw-border); }
.nw-route-directory-card__bottom span { color:var(--nw-muted); font-size:.76rem; }
.nw-route-directory-card__bottom strong { white-space:nowrap; color:var(--nw-green-dark); font-size:.83rem; }
.nw-related-routes { background:#fff; }
.nw-related-routes--origin { background:var(--nw-mist); }
.nw-related-route-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:32px; }
.nw-related-route-card { min-height:145px; padding:23px; border-radius:21px; border:1px solid var(--nw-border); background:#fff; text-decoration:none; display:grid; grid-template-columns:1fr auto; align-content:end; gap:6px 12px; box-shadow:var(--nw-shadow-soft); transition:transform .18s ease,border-color .18s ease; }
.nw-related-route-card:hover { transform:translateY(-3px); border-color:rgba(0,155,85,.35); }
.nw-related-route-card small { grid-column:1/-1; color:var(--nw-muted); text-transform:uppercase; font-size:.68rem; letter-spacing:.09em; font-weight:800; }
.nw-related-route-card strong { color:var(--nw-ink); font-size:1.12rem; }
.nw-related-route-card span { color:var(--nw-green-dark); font-weight:900; }
.nw-empty-state { max-width:720px; border-radius:26px; border:1px solid var(--nw-border); background:#fff; padding:clamp(28px,5vw,52px); }

@media(max-width:980px){
    .nw-route-directory__grid,.nw-related-route-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
    .nw-route-directory__grid,.nw-related-route-grid{grid-template-columns:1fr;}
    .nw-route-directory-card > a{min-height:280px;}
}

/* ==========================================================
   Phase 8 — Commerce, FAQ, Account, Search + PWA polish
   ========================================================== */

/* Keepgo commerce: restore Nomadic accent variables inside the vendor app
   without editing vendor source. Variables inherit into Vue-scoped elements. */
body.nw-shell .nw-commerce-widget,
body.nw-shell .nw-commerce-widget #app,
body.nw-shell .nw-commerce-widget .search_bundles {
    --accent-color: var(--nw-green-dark);
    --mainPluginColor: var(--nw-green-dark);
    --accent-color-rgb: 0, 155, 85;
    --buttonBackgroundColor: var(--nw-green-dark);
    --buttonTextColor: #fff;
    --searchHoverBackgroundColor: #087a4b;
    --tabTextColor: var(--nw-green-dark);
    --tabBorderColor: var(--nw-green-dark);
    --loaderBorderColor: var(--nw-green-dark);
}
body.nw-shell .nw-commerce-widget .button_buy,
body.nw-shell .nw-commerce-widget .button {
    background-color: var(--nw-green-dark) !important;
    background: var(--nw-green-dark) !important;
    color: #fff !important;
    border-color: var(--nw-green-dark) !important;
}
body.nw-shell .nw-commerce-widget .button_buy:hover,
body.nw-shell .nw-commerce-widget .button:hover {
    background-color: #087a4b !important;
    background: #087a4b !important;
}
body.nw-shell .nw-commerce-widget .button a,
body.nw-shell .nw-commerce-widget .button_buy a { color: #fff !important; }
body.nw-shell .nw-commerce-widget .bundles_container_bottom button { color: var(--nw-ink) !important; }

/* Destination search: demand-first suggestions and clear feedback. */
.nw-popular-searches { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin-top:14px; position:relative; z-index:1; }
.nw-popular-searches > span { color:var(--nw-muted); font-size:.74rem; font-weight:780; text-transform:uppercase; letter-spacing:.09em; margin-right:2px; }
.nw-popular-searches button { appearance:none; border:0; background:transparent; color:var(--nw-green-dark); padding:5px 3px; font:inherit; font-size:.82rem; font-weight:760; cursor:pointer; text-decoration:underline; text-decoration-color:rgba(0,155,85,.25); text-underline-offset:3px; }
.nw-popular-searches button:hover { color:var(--nw-ink); text-decoration-color:var(--nw-ink); }
.nw-search-status { min-height:1.3em; margin:14px 0 0 !important; font-size:.78rem !important; color:var(--nw-muted) !important; }

/* Supplier FAQ containment + Nomadic visual system. */
.nw-simple-hero--faqs { padding-bottom:clamp(56px,7vw,88px); }
.nw-faq-intro { display:grid; grid-template-columns:1fr .8fr; gap:clamp(28px,6vw,90px); align-items:end; margin-bottom:42px; }
.nw-faq-intro h2 { font-size:clamp(2rem,3.6vw,3.5rem); margin-bottom:0; }
.nw-faq-intro > p { margin-bottom:0; line-height:1.75; }
.nw-faq-shell { width:min(100%, 1160px); margin-inline:auto; }
.nw-faq-shell #faq_list { --accent-color:var(--nw-green-dark); --main-font-color:var(--nw-ink); }
.nw-faq-shell #faq_list .tabs-container { justify-content:flex-start !important; margin:0 0 30px !important; overflow-x:auto; padding-bottom:4px; scrollbar-width:thin; }
.nw-faq-shell #faq_list .tabs { justify-content:flex-start !important; gap:6px; padding:6px !important; border:1px solid var(--nw-border); background:var(--nw-mist) !important; border-radius:999px !important; }
.nw-faq-shell #faq_list .tabs > div { padding:10px 18px !important; border-radius:999px !important; font-size:.9rem !important; white-space:nowrap; color:var(--nw-muted) !important; }
.nw-faq-shell #faq_list .tabs > div.active_tab { background:var(--nw-ink) !important; color:#fff !important; box-shadow:0 8px 20px rgba(20,33,29,.12); }
.nw-faq-shell #faq_list .faq-section { padding:0 !important; }
.nw-faq-shell #faq_list .questions { margin-bottom:38px !important; }
.nw-faq-shell #faq_list .faq-accordion { gap:12px !important; }
.nw-faq-shell #faq_list .faq-accordion-item { border:1px solid var(--nw-border) !important; border-radius:18px !important; box-shadow:0 10px 30px rgba(20,33,29,.05) !important; overflow:hidden; }
.nw-faq-shell #faq_list .faq-accordion-item h2 > button,
.nw-faq-shell #faq_list .faq-accordion-button { min-height:74px; padding:20px 80px 20px 22px !important; border-radius:18px !important; color:var(--nw-ink) !important; font-family:inherit !important; font-size:1rem !important; line-height:1.35 !important; background:#fff !important; }
.nw-faq-shell #faq_list .faq-accordion-button::before,
.nw-faq-shell #faq_list .faq-accordion-button:not(.collapsed)::before { width:42px !important; height:30px !important; right:20px !important; bottom:calc(50% - 15px) !important; background:var(--nw-green-dark) !important; }
.nw-faq-shell #faq_list .faq-accordion-button::after { right:31px !important; bottom:calc(50% - 10px) !important; }
.nw-faq-shell #faq_list .faq-accordion-body { padding:0 24px 24px !important; margin:0 !important; color:var(--nw-muted); font-family:inherit; font-size:.96rem; line-height:1.7; }
.nw-faq-shell #faq_list .faq-accordion-body p,
.nw-faq-shell #faq_list .faq-accordion-body li { font-size:.96rem !important; line-height:1.7 !important; color:var(--nw-muted) !important; }
.nw-faq-shell #faq_list .faq-accordion-body ul,
.nw-faq-shell #faq_list .faq-accordion-body ol { padding-left:1.25rem; }
.nw-faq-shell #faq_list .faq-accordion-button p { max-width:100% !important; color:inherit !important; font-size:inherit !important; }

.nw-unlimited-faq { background:linear-gradient(135deg,#f4fbf7,#fffaf1); }
.nw-unlimited-faq .nw-section-heading > p { max-width:520px; }
.nw-native-faq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:34px; }
.nw-native-faq-grid details { background:#fff; border:1px solid var(--nw-border); border-radius:18px; padding:0 20px; box-shadow:var(--nw-shadow-soft); }
.nw-native-faq-grid summary { cursor:pointer; list-style:none; position:relative; padding:22px 48px 22px 0; font-weight:790; color:var(--nw-ink); }
.nw-native-faq-grid summary::-webkit-details-marker { display:none; }
.nw-native-faq-grid summary::after { content:"+"; position:absolute; right:0; top:50%; transform:translateY(-50%); display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:var(--nw-green-dark); color:#fff; font-size:1.15rem; }
.nw-native-faq-grid details[open] summary::after { content:"–"; }
.nw-native-faq-grid details p { padding:0 0 22px; margin:0; line-height:1.7; }
.nw-help-faq-links { display:flex; flex-wrap:wrap; gap:18px; align-items:center; }

/* WooCommerce account page — keep functionality, replace default visual shell. */
.nw-account-hero { padding:clamp(58px,7vw,92px) 0; background:linear-gradient(135deg,var(--nw-cream),#fff 54%,#eefaf4); border-bottom:1px solid var(--nw-border); }
.nw-account-hero__inner { display:flex; align-items:end; justify-content:space-between; gap:36px; }
.nw-account-hero h1 { max-width:880px; font-size:clamp(2.8rem,5.2vw,5.2rem); margin:14px 0 18px; }
.nw-account-hero p:last-child { max-width:760px; line-height:1.72; }
.nw-account-shell { padding:54px 0 100px; background:#f7faf8; }
.nw-account-card { background:#fff; border:1px solid var(--nw-border); border-radius:28px; box-shadow:var(--nw-shadow-soft); padding:clamp(24px,4vw,48px); overflow:hidden; }
.nw-account-card .woocommerce { display:grid; grid-template-columns:minmax(190px,240px) minmax(0,1fr); gap:34px; align-items:start; }
.nw-account-card .woocommerce-MyAccount-navigation { width:auto !important; float:none !important; }
.nw-account-card .woocommerce-MyAccount-navigation ul { list-style:none; margin:0; padding:8px; background:var(--nw-mist); border:1px solid var(--nw-border); border-radius:18px; }
.nw-account-card .woocommerce-MyAccount-navigation li { margin:0; }
.nw-account-card .woocommerce-MyAccount-navigation a { display:block; padding:12px 14px; border-radius:12px; text-decoration:none; font-weight:720; color:var(--nw-ink-soft); }
.nw-account-card .woocommerce-MyAccount-navigation li.is-active a,
.nw-account-card .woocommerce-MyAccount-navigation a:hover { background:var(--nw-ink); color:#fff; }
.nw-account-card .woocommerce-MyAccount-content { width:auto !important; float:none !important; min-width:0; }
.nw-account-card .woocommerce-MyAccount-content p { line-height:1.7; }
.nw-account-card .woocommerce a.button,
.nw-account-card .woocommerce button.button,
.nw-account-card .woocommerce input.button { border-radius:999px !important; background:var(--nw-ink) !important; color:#fff !important; padding:12px 18px !important; font-weight:760 !important; }
.nw-account-card .woocommerce a.button:hover,
.nw-account-card .woocommerce button.button:hover,
.nw-account-card .woocommerce input.button:hover { background:var(--nw-green-dark) !important; }
.nw-account-card .woocommerce table.shop_table { border:1px solid var(--nw-border) !important; border-radius:16px !important; overflow:hidden; }
.nw-account-card .woocommerce form .form-row input.input-text,
.nw-account-card .woocommerce form .form-row textarea,
.nw-account-card .woocommerce form select { min-height:48px; border:1px solid var(--nw-border); border-radius:12px; padding:10px 12px; background:#fff; }
.nw-account-card .woocommerce form .form-row input.input-text:focus,
.nw-account-card .woocommerce form .form-row textarea:focus { border-color:var(--nw-green-dark); outline:3px solid rgba(0,155,85,.1); }

/* PWA install banner — shown only when site.js determines install is relevant. */
.nw-pwa-banner[hidden], .nw-pwa-modal[hidden] { display:none !important; }
.nw-pwa-banner { position:relative; z-index:1002; background:#0f2019; color:#fff; border-bottom:1px solid rgba(255,255,255,.08); }
.nw-pwa-banner__inner { min-height:70px; display:flex; align-items:center; justify-content:space-between; gap:18px; padding-block:10px; }
.nw-pwa-banner__copy { display:flex; align-items:center; gap:12px; min-width:0; }
.nw-pwa-banner__icon { width:42px; height:42px; flex:0 0 auto; border-radius:12px; object-fit:cover; background:#fff; }
.nw-pwa-banner__copy strong, .nw-pwa-banner__copy span { display:block; }
.nw-pwa-banner__copy strong { font-size:.88rem; letter-spacing:-.01em; }
.nw-pwa-banner__copy span { margin-top:2px; color:#bdcec6; font-size:.76rem; }
.nw-pwa-banner__actions { display:flex; align-items:center; gap:8px; flex:0 0 auto; }
.nw-pwa-install { appearance:none; border:0; border-radius:999px; min-height:40px; padding:10px 16px; background:var(--nw-green); color:#082016; font:inherit; font-size:.78rem; font-weight:830; cursor:pointer; }
.nw-pwa-install:hover { background:#39da8c; }
.nw-pwa-dismiss { appearance:none; border:1px solid rgba(255,255,255,.16); width:40px; height:40px; border-radius:50%; background:transparent; color:#fff; font-size:1.2rem; cursor:pointer; }
.nw-pwa-modal { position:fixed; inset:0; z-index:100000; display:grid; place-items:end center; padding:16px; background:rgba(4,14,10,.62); backdrop-filter:blur(7px); }
.nw-pwa-modal__sheet { width:min(100%,560px); background:#fff; border-radius:26px; padding:20px; box-shadow:0 30px 90px rgba(0,0,0,.3); }
.nw-pwa-modal__sheet::before { content:""; display:block; width:48px; height:5px; border-radius:999px; background:#d7dfdb; margin:0 auto 16px; }
.nw-pwa-modal__head { display:flex; justify-content:space-between; align-items:center; gap:18px; font-size:1.05rem; }
.nw-pwa-modal__head button { appearance:none; border:1px solid var(--nw-border); width:38px; height:38px; border-radius:50%; background:var(--nw-mist); color:var(--nw-ink); font-size:1.2rem; cursor:pointer; }
.nw-pwa-modal ol { margin:18px 0 0 1.25rem; padding:0; }
.nw-pwa-modal li { margin:10px 0; color:var(--nw-ink-soft); }
.nw-pwa-modal__note { margin:18px 0 0 !important; padding:13px 14px; border-radius:14px; background:var(--nw-mist); font-size:.82rem !important; line-height:1.55; }

@media (max-width: 900px) {
    .nw-faq-intro { grid-template-columns:1fr; align-items:start; }
    .nw-native-faq-grid { grid-template-columns:1fr; }
    .nw-account-hero__inner { align-items:start; flex-direction:column; }
    .nw-account-card .woocommerce { grid-template-columns:1fr; }
    .nw-account-card .woocommerce-MyAccount-navigation ul { display:flex; gap:5px; overflow-x:auto; padding:6px; }
    .nw-account-card .woocommerce-MyAccount-navigation li { flex:0 0 auto; }
}
@media (max-width: 640px) {
    .nw-popular-searches { gap:6px 10px; }
    .nw-faq-shell #faq_list .faq-accordion-item h2 > button,
    .nw-faq-shell #faq_list .faq-accordion-button { padding:18px 66px 18px 18px !important; }
    .nw-faq-shell #faq_list .faq-accordion-button::before,
    .nw-faq-shell #faq_list .faq-accordion-button:not(.collapsed)::before { right:14px !important; }
    .nw-faq-shell #faq_list .faq-accordion-button::after { right:25px !important; }
    .nw-pwa-banner__inner { width:100%; padding-inline:12px; }
    .nw-pwa-banner__copy span { display:none; }
    .nw-pwa-banner__copy strong { font-size:.8rem; }
    .nw-pwa-banner__icon { width:36px; height:36px; border-radius:10px; }
    .nw-pwa-install { padding:9px 13px; }
    .nw-pwa-dismiss { width:36px; height:36px; }
    .nw-account-card { padding:18px; border-radius:20px; }
}

/* Logged-out My Account forms remain single-column; logged-in navigation gets the two-column dashboard layout. */
.nw-account-card .woocommerce { display:block; }
.nw-account-card .woocommerce:has(.woocommerce-MyAccount-navigation) { display:grid; grid-template-columns:minmax(190px,240px) minmax(0,1fr); gap:34px; align-items:start; }
@media (max-width:900px) {
    .nw-account-card .woocommerce:has(.woocommerce-MyAccount-navigation) { grid-template-columns:1fr; }
}

/* ============================================================
   Phase 9 — live Keepgo compatibility, auth handoff, PWA cleanup
   ============================================================ */

/* Hide the superseded Elementor PWA implementation. The Phase 9 banner uses a unique ID. */
body.nw-shell #nw-pwa-banner,
body.nw-shell #nw-ios-modal {
    display: none !important;
    visibility: hidden !important;
    max-height: 0 !important;
    overflow: hidden !important;
}

/* Keep the install close control compact even when vendor/global button rules are aggressive. */
body.nw-shell .nw-pwa-dismiss {
    appearance: none !important;
    display: grid !important;
    place-items: center !important;
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.07) !important;
    color: #fff !important;
    font: 700 20px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    box-shadow: none !important;
    cursor: pointer !important;
}
body.nw-shell .nw-pwa-dismiss:hover,
body.nw-shell .nw-pwa-dismiss:focus-visible {
    background: rgba(255,255,255,.15) !important;
    border-color: rgba(255,255,255,.38) !important;
    transform: none !important;
}

/* Header auth actions — Keepgo owns login/account/checkout. */
.nw-button--ghost {
    border: 1px solid var(--nw-border);
    background: #fff;
    color: var(--nw-ink) !important;
}
.nw-button--ghost:hover { border-color: var(--nw-ink); background: var(--nw-mist); color: var(--nw-ink) !important; }
.nw-signup-link { white-space: nowrap; }
.nw-nav-actions .nw-account-link { white-space: nowrap; }

/* Keepgo bundle list — repair vendor scoped-style cache mismatches without editing vendor files. */
body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs) {
    display: grid !important;
    grid-template-columns: minmax(82px,1.15fr) minmax(72px,.9fr) minmax(92px,1fr) !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 52px !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 11px 14px !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(20,33,29,.08) !important;
    box-sizing: border-box !important;
}
body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs) > * {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    text-align: left !important;
}
body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs) > :nth-child(2) { text-align: center !important; }
body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs) > :nth-child(3) { text-align: right !important; font-weight: 750 !important; }
body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs):last-child { border-bottom: 0 !important; }
body.nw-shell .nw-commerce-widget #app .bundle-card,
body.nw-shell .nw-commerce-widget #app [class*="bundle_card"] { overflow: hidden; }

/* Phase 8 variables retained, with stronger live specificity for supplier CTA buttons. */
body.nw-shell .nw-commerce-widget #app {
    --accent-color: var(--nw-green) !important;
    --primary-color: var(--nw-green) !important;
}
body.nw-shell .nw-commerce-widget #app button[class*="buy"],
body.nw-shell .nw-commerce-widget #app a[class*="buy"],
body.nw-shell .nw-commerce-widget #app [class*="buy_button"] {
    background: var(--nw-green) !important;
    border-color: var(--nw-green) !important;
    color: #082016 !important;
}
body.nw-shell .nw-commerce-widget #app button[class*="buy"]:hover,
body.nw-shell .nw-commerce-widget #app a[class*="buy"]:hover,
body.nw-shell .nw-commerce-widget #app [class*="buy_button"]:hover {
    background: #35dc8d !important;
    border-color: #35dc8d !important;
}

.nw-commerce-tip__links { display:flex; flex-wrap:wrap; gap:6px 9px; align-items:center; margin-top:12px; font-size:.84rem; }
.nw-commerce-tip__links a { font-weight:780; text-decoration:none; }
.nw-commerce-tip__links span { color:var(--nw-muted); }

/* Account fallback page is only seen if redirect handling is temporarily unavailable. */
.nw-account-handoff { max-width: 920px; }
.nw-account-handoff .nw-hero-actions { margin-top: 28px; }

/* Branded 404. */
.nw-404-hero { padding: clamp(72px,9vw,140px) 0; background: linear-gradient(135deg,var(--nw-cream),#fff 54%,#eafaf2); overflow:hidden; }
.nw-404-grid { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(320px,.7fr); gap:clamp(44px,8vw,110px); align-items:center; }
.nw-404-grid h1 { max-width:780px; margin:18px 0 22px; font-size:clamp(3rem,6vw,6.3rem); line-height:.94; letter-spacing:-.055em; }
.nw-404-grid > div > p:last-of-type { max-width:680px; font-size:1.12rem; line-height:1.7; }
.nw-404-card { position:relative; min-height:390px; display:flex; flex-direction:column; justify-content:flex-end; padding:34px; border:1px solid var(--nw-border); border-radius:34px; background:#0f2019; color:#fff; box-shadow:var(--nw-shadow); overflow:hidden; }
.nw-404-code { position:absolute; top:-18px; right:-4px; font-size:clamp(7rem,14vw,12rem); font-weight:900; line-height:1; color:rgba(0,201,107,.17); letter-spacing:-.08em; }
.nw-404-orbit { position:absolute; width:220px; height:220px; left:28px; top:48px; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.nw-404-orbit::before,.nw-404-orbit::after { content:""; position:absolute; border-radius:50%; background:var(--nw-green); }
.nw-404-orbit::before { width:18px; height:18px; left:24px; top:44px; box-shadow:0 0 0 9px rgba(0,201,107,.12); }
.nw-404-orbit::after { width:10px; height:10px; right:20px; bottom:48px; background:var(--nw-orange); }
.nw-404-card strong { position:relative; z-index:1; font-size:1.25rem; }

@media (max-width: 1100px) {
    .nw-nav-actions { gap:9px; }
    .nw-nav-actions .nw-button--compact { padding-inline:14px; }
}
@media (max-width: 900px) {
    .nw-404-grid { grid-template-columns:1fr; }
    .nw-404-card { min-height:300px; }
}
@media (max-width: 640px) {
    body.nw-shell .nw-pwa-dismiss { flex-basis:34px !important; width:34px !important; min-width:34px !important; max-width:34px !important; height:34px !important; min-height:34px !important; max-height:34px !important; border-radius:10px !important; }
    body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs) { grid-template-columns:minmax(68px,1fr) minmax(60px,.8fr) minmax(82px,1fr) !important; padding:10px 11px !important; font-size:.92rem !important; }
    .nw-404-grid h1 { font-size:clamp(2.8rem,15vw,4.5rem); }
}

/* ==========================================================
   Phase 9.1 — activation-safe live compatibility + visual polish
   ========================================================== */

/* eSIM commerce hero */
.nw-commerce-hero--visual { padding: clamp(56px,6vw,88px) 0 clamp(64px,7vw,100px); background:linear-gradient(135deg,#fff9ef 0%,#fff 48%,#eefbf4 100%); overflow:hidden; }
.nw-commerce-hero__grid { display:grid; grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr); gap:clamp(38px,6vw,84px); align-items:center; }
.nw-commerce-hero__copy h1 { margin:15px 0 24px; font-size:clamp(3rem,5.7vw,5.9rem); }
.nw-commerce-hero__lead { max-width:690px; font-size:clamp(1.05rem,1.5vw,1.22rem)!important; line-height:1.68; color:#4d5d56!important; }
.nw-commerce-auth-note { display:flex; flex-wrap:wrap; gap:6px 9px; align-items:center; margin-top:28px; padding-top:22px; border-top:1px solid var(--nw-border); font-size:.86rem; color:var(--nw-muted); }
.nw-commerce-auth-note strong { color:var(--nw-ink); margin-right:3px; }
.nw-commerce-auth-note a { color:var(--nw-green-dark); font-weight:780; text-decoration:none; }
.nw-commerce-hero__media { position:relative; }
.nw-commerce-hero__media > img { width:100%; aspect-ratio:1.42/1; object-fit:cover; object-position:center; border-radius:38px 38px 116px 38px; box-shadow:0 30px 70px rgba(20,33,29,.16); display:block; }
.nw-media-badge { position:absolute; z-index:2; display:grid; gap:2px; padding:13px 16px; border:1px solid rgba(255,255,255,.8); border-radius:16px; background:rgba(255,255,255,.94); box-shadow:var(--nw-shadow-soft); backdrop-filter:blur(8px); }
.nw-media-badge strong { color:var(--nw-ink); font-size:.82rem; }
.nw-media-badge span { color:var(--nw-muted); font-size:.7rem; }
.nw-media-badge--top { left:-4%; top:12%; }
.nw-media-badge--bottom { right:-4%; bottom:11%; }
.nw-commerce-shell__heading { display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,.7fr); gap:40px; align-items:end; margin-bottom:28px; }
.nw-commerce-shell__heading h2 { margin-bottom:0; font-size:clamp(2rem,3.8vw,3.8rem); }
.nw-commerce-shell__heading > p { margin:0; line-height:1.7; }

/* Keepgo bundle cards: typography is explicitly contained so the Nomadic global type scale cannot inflate vendor rows. */
body.nw-shell .nw-commerce-widget #app .bundle_card,
body.nw-shell .nw-commerce-widget #app [class*="bundle_card"] {
    font-size:14px !important;
    line-height:1.25 !important;
}
body.nw-shell .nw-commerce-widget #app .title-bundle { font-size:17px !important; line-height:1.22 !important; }
body.nw-shell .nw-commerce-widget #app .description,
body.nw-shell .nw-commerce-widget #app .coverage_label { font-size:13px !important; line-height:1.32 !important; }
body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs) {
    grid-template-columns:minmax(72px,1.05fr) minmax(68px,.86fr) minmax(82px,1fr) !important;
    font-size:14px !important;
    line-height:1.18 !important;
    padding:0 !important;
    max-width:none !important;
    width:100% !important;
    overflow:hidden !important;
}
body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs) > * {
    font-size:14px !important;
    line-height:1.18 !important;
    min-height:46px !important;
    height:auto !important;
    padding:8px 9px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}
body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs) > :nth-child(3n+1) { font-size:14px !important; font-weight:620 !important; justify-content:flex-start !important; text-align:left !important; }
body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs) > :nth-child(3n+2) { font-size:13px !important; justify-content:center !important; text-align:center !important; }
body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs) > :nth-child(3n+3) { font-size:13px !important; font-weight:800 !important; justify-content:flex-end !important; text-align:right !important; }
body.nw-shell .nw-commerce-widget #app .refill_list--vs .vs_days,
body.nw-shell .nw-commerce-widget #app .refill_list--vs .vs_price { font-size:12px !important; }
body.nw-shell .nw-commerce-widget #app .button,
body.nw-shell .nw-commerce-widget #app .button a,
body.nw-shell .nw-commerce-widget #app .button_buy,
body.nw-shell .nw-commerce-widget #app .button_buy a { font-size:15px !important; line-height:1.15 !important; }

/* Guides hero */
.nw-guides-hero-photo { padding:clamp(54px,6vw,88px) 0 clamp(64px,7vw,100px); background:linear-gradient(135deg,#10201a 0%,#18392c 58%,#0c241a 100%); overflow:hidden; }
.nw-guides-hero-photo__grid { display:grid; grid-template-columns:minmax(0,.88fr) minmax(440px,1.12fr); gap:clamp(38px,6vw,86px); align-items:center; }
.nw-guides-hero-photo__copy h1 { color:#fff; margin:15px 0 24px; }
.nw-guides-hero-photo__copy > p:not(.nw-eyebrow) { color:#c8d8d0; max-width:690px; font-size:clamp(1.05rem,1.5vw,1.22rem); line-height:1.68; }
.nw-guides-hero-photo .nw-text-link { color:#fff!important; }
.nw-guides-hero-photo__media { position:relative; }
.nw-guides-hero-photo__media > img { display:block; width:100%; aspect-ratio:1.42/1; object-fit:cover; object-position:center; border-radius:38px 38px 116px 38px; box-shadow:0 32px 80px rgba(0,0,0,.28); }
.nw-guides-hero-photo__label { position:absolute; left:-4%; bottom:10%; max-width:270px; padding:14px 17px; border-radius:17px; background:rgba(255,255,255,.95); box-shadow:var(--nw-shadow); display:grid; gap:2px; }
.nw-guides-hero-photo__label span { color:var(--nw-green-dark); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; font-weight:820; }
.nw-guides-hero-photo__label strong { color:var(--nw-ink); font-size:.82rem; line-height:1.3; }

/* Digital Continuity illustration replaces the older orbit placeholder. */
.nw-corp-hero__visual--illustration { position:relative; }
.nw-corp-hero__visual--illustration > img { display:block; width:100%; border-radius:34px 34px 110px 34px; box-shadow:0 30px 80px rgba(20,33,29,.14); background:#fff; }
.nw-media-badge--continuity { right:-4%; bottom:8%; }

/* How it Works: a clean illustrated journey rather than the legacy three-photo Elementor block. */
.nw-how-hero { padding:clamp(56px,6vw,90px) 0 clamp(62px,7vw,98px); background:linear-gradient(135deg,#fffaf0 0%,#fff 54%,#eefbf4 100%); }
.nw-how-hero__grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(470px,1.2fr); gap:clamp(40px,6vw,88px); align-items:center; }
.nw-how-hero__copy h1 { margin:15px 0 23px; }
.nw-how-hero__copy > p:not(.nw-eyebrow) { max-width:660px; font-size:clamp(1.05rem,1.5vw,1.22rem); line-height:1.7; }
.nw-how-hero__media img { width:100%; display:block; border-radius:34px; box-shadow:var(--nw-shadow); }
.nw-how-steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.nw-how-steps article { padding:clamp(26px,3vw,38px); border:1px solid var(--nw-border); border-radius:25px; background:#fff; box-shadow:var(--nw-shadow-soft); display:flex; flex-direction:column; min-height:310px; }
.nw-how-steps article > span { color:var(--nw-green-dark); font-size:.74rem; letter-spacing:.12em; font-weight:850; }
.nw-how-steps h2 { font-size:clamp(1.55rem,2.2vw,2.15rem); margin:32px 0 14px; }
.nw-how-steps p { font-size:.96rem; line-height:1.7; }
.nw-how-steps .nw-text-link { margin-top:auto; }

/* Footer resilience when Core is temporarily disabled. */
.nw-socials--fallback { display:flex; flex-wrap:wrap; gap:8px 14px; margin-top:18px; }
.nw-socials--fallback a { color:#c8d8d0; font-size:.8rem; text-decoration:none; }
.nw-socials--fallback a:hover { color:#fff; }
.nw-portfolio-fallback { color:#9eb8ac!important; font-size:.78rem; text-decoration:none; }

/* PWA close control: intentionally compact, not a second CTA. */
body.nw-shell .nw-pwa-dismiss { flex:0 0 38px!important; width:38px!important; min-width:38px!important; max-width:38px!important; height:38px!important; min-height:38px!important; max-height:38px!important; padding:0!important; border-radius:11px!important; display:grid!important; place-items:center!important; font-size:19px!important; line-height:1!important; }

@media(max-width:980px){
    .nw-commerce-hero__grid,.nw-guides-hero-photo__grid,.nw-how-hero__grid{grid-template-columns:1fr;}
    .nw-commerce-hero__media,.nw-guides-hero-photo__media,.nw-how-hero__media{width:min(100%,760px);margin-inline:auto;}
    .nw-commerce-shell__heading{grid-template-columns:1fr;gap:14px;}
    .nw-how-steps{grid-template-columns:1fr;}
    .nw-how-steps article{min-height:0;}
}
@media(max-width:680px){
    .nw-commerce-hero__media > img,.nw-guides-hero-photo__media > img{border-radius:26px 26px 72px 26px;aspect-ratio:1.12/1;}
    .nw-media-badge--top,.nw-media-badge--bottom,.nw-guides-hero-photo__label,.nw-media-badge--continuity{position:static;margin-top:10px;max-width:none;}
    body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs){grid-template-columns:minmax(62px,1fr) minmax(58px,.8fr) minmax(76px,1fr)!important;}
    body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs)>*{font-size:12px!important;padding:8px 6px!important;}
    body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs)>:nth-child(3n+1){font-size:13px!important;}
    body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs)>:nth-child(3n+2),body.nw-shell .nw-commerce-widget #app .refill_list:not(.refill_list--vs)>:nth-child(3n+3){font-size:12px!important;}
}

/* ================================================================
   Phase 10 — launch-completion imagery, route network and cards
   ================================================================ */
.nw-archive-card__media { position: relative; overflow: hidden; }
.nw-archive-card__media img { width:100%; height:100%; min-height:220px; object-fit:cover; display:block; transition:transform .45s ease; }
.nw-archive-card:hover .nw-archive-card__media img { transform:scale(1.035); }
.nw-card-flag-badge { position:absolute; left:18px; top:18px; width:46px; height:46px; border-radius:15px; display:grid; place-items:center; font-size:26px; background:rgba(255,255,255,.93); box-shadow:0 10px 30px rgba(20,33,29,.15); border:1px solid rgba(20,33,29,.08); }
.nw-card-flag-badge--hero { width:58px; height:58px; font-size:32px; left:22px; top:22px; z-index:3; }
.nw-destination-hero__media { position:relative; overflow:hidden; border-radius:var(--nw-radius-xl); min-height:430px; background:var(--nw-mist); box-shadow:var(--nw-shadow); }
.nw-destination-hero__media img { width:100%; height:100%; min-height:430px; object-fit:cover; display:block; }
.nw-plan-flag-line { display:flex; align-items:center; gap:10px; margin-bottom:12px; }
.nw-plan-flag-line > span { width:42px; height:42px; border-radius:13px; display:grid; place-items:center; font-size:25px; background:#fff; border:1px solid var(--nw-border); box-shadow:var(--nw-shadow-soft); }
.nw-plan-flag-line small { font-weight:800; color:var(--nw-muted); text-transform:uppercase; letter-spacing:.06em; font-size:11px; }

.nw-attractions-section { padding-top:28px; }
.nw-attraction-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.nw-attraction-card { min-height:150px; padding:24px; border:1px solid var(--nw-border); border-radius:24px; background:linear-gradient(145deg,#fff,var(--nw-mist)); display:grid; grid-template-columns:auto 1fr; align-items:start; column-gap:14px; box-shadow:var(--nw-shadow-soft); }
.nw-attraction-card__flag { grid-row:1 / span 2; width:44px; height:44px; display:grid; place-items:center; border-radius:14px; background:#fff; font-size:25px; border:1px solid var(--nw-border); }
.nw-attraction-card small { color:var(--nw-green-dark); font-weight:900; letter-spacing:.08em; }
.nw-attraction-card strong { font-size:clamp(19px,2vw,25px); line-height:1.05; margin-top:8px; }

.nw-route-direction-tabs { display:flex; gap:10px; margin-top:30px; flex-wrap:wrap; }
.nw-route-direction-tabs a { display:inline-flex; align-items:center; min-height:44px; padding:0 18px; border-radius:999px; border:1px solid var(--nw-border); background:#fff; color:var(--nw-ink); font-weight:850; }
.nw-route-direction-tabs a.is-active { background:var(--nw-dark); color:#fff; border-color:var(--nw-dark); }
.nw-route-origin-picker { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:end; gap:14px; padding:18px; background:var(--nw-mist); border:1px solid var(--nw-border); border-radius:24px; margin-bottom:42px; }
.nw-route-origin-picker label { display:grid; gap:8px; }
.nw-route-origin-picker label span { font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; color:var(--nw-muted); }
.nw-route-origin-picker select { min-height:54px; width:100%; border:1px solid var(--nw-border); border-radius:16px; background:#fff; padding:0 16px; color:var(--nw-ink); font-weight:750; }
.nw-route-list-heading { margin-bottom:24px; }
.nw-route-directory__grid--visual { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.nw-route-directory-card--visual { overflow:hidden; padding:0; border-radius:26px; background:#fff; border:1px solid var(--nw-border); box-shadow:var(--nw-shadow-soft); }
.nw-route-directory-card--visual > a { display:block; color:inherit; text-decoration:none; height:100%; }
.nw-route-directory-card__media { position:relative; height:180px; overflow:hidden; background:linear-gradient(135deg,var(--nw-mist),#e7f7ef); }
.nw-route-directory-card__media img { width:100%; height:100%; object-fit:cover; display:block; }
.nw-route-directory-card__media:after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(16,32,26,.34),transparent 55%); }
.nw-route-directory-card__media-fallback { display:grid; place-items:center; height:100%; font-size:58px; color:var(--nw-green-dark); }
.nw-route-flags { position:absolute; left:16px; bottom:14px; z-index:2; display:flex; align-items:center; gap:8px; padding:8px 11px; border-radius:999px; background:rgba(255,255,255,.95); box-shadow:0 8px 24px rgba(20,33,29,.18); font-size:20px; }
.nw-route-flags b { font-size:13px; color:var(--nw-muted); }
.nw-route-directory-card__body { padding:22px; }
.nw-route-directory-card__body > small { color:var(--nw-green-dark); font-weight:900; text-transform:uppercase; letter-spacing:.06em; }
.nw-route-directory-card__body h2 { margin:8px 0 10px; font-size:clamp(24px,2.1vw,32px); }
.nw-route-directory-card__body p { color:var(--nw-muted); font-size:15px; line-height:1.55; }
.nw-route-directory-card__bottom { display:flex; justify-content:space-between; gap:14px; align-items:center; margin-top:18px; padding-top:16px; border-top:1px solid var(--nw-border); font-size:12px; }
.nw-route-directory-card__bottom span { color:var(--nw-muted); }
.nw-route-directory-card__bottom strong { color:var(--nw-green-dark); }

.nw-route-card--visual { position:relative; isolation:isolate; overflow:hidden; }
.nw-route-card--visual.has-image:before { content:""; position:absolute; inset:0; background-image:linear-gradient(180deg,rgba(16,32,26,.46),rgba(16,32,26,.88)),var(--nw-route-image); background-size:cover; background-position:center; z-index:-2; }
.nw-route-card--visual.has-image:after { content:""; position:absolute; inset:0; background:linear-gradient(120deg,rgba(0,201,107,.18),transparent 55%); z-index:-1; }
.nw-route-card--visual.has-image, .nw-route-card--visual.has-image strong, .nw-route-card--visual.has-image small { color:#fff; }
.nw-route-card__flags { display:flex; align-items:center; gap:10px; font-size:30px; margin:16px 0 24px; }
.nw-route-card__flags b { font-size:16px; opacity:.75; }

.nw-people-section { background:linear-gradient(180deg,#fff,var(--nw-cream)); }
.nw-people-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.nw-people-grid article { position:relative; overflow:hidden; min-height:330px; border-radius:26px; background:var(--nw-mist); box-shadow:var(--nw-shadow-soft); }
.nw-people-grid img { width:100%; height:100%; min-height:330px; object-fit:cover; display:block; transition:transform .45s ease; }
.nw-people-grid article:hover img { transform:scale(1.035); }
.nw-people-grid article:after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(16,32,26,.65),transparent 48%); }
.nw-people-grid span { position:absolute; left:20px; bottom:18px; z-index:2; color:#fff; font-weight:900; font-size:18px; }

.nw-guide-card__media img, .nw-guide-article-visual > img { width:100%; height:100%; object-fit:cover; display:block; }
.nw-guide-card__media img { min-height:220px; }
.nw-guide-article-visual > img { min-height:430px; border-radius:var(--nw-radius-xl); box-shadow:var(--nw-shadow); }

@media (max-width: 980px) {
  .nw-route-directory__grid--visual { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nw-people-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nw-attraction-grid { grid-template-columns:1fr; }
}
@media (max-width: 680px) {
  .nw-route-origin-picker { grid-template-columns:1fr; }
  .nw-route-origin-picker .nw-button { width:100%; }
  .nw-route-directory__grid--visual, .nw-people-grid { grid-template-columns:1fr; }
  .nw-route-directory-card__media { height:200px; }
  .nw-people-grid article, .nw-people-grid img { min-height:300px; }
  .nw-destination-hero__media, .nw-destination-hero__media img { min-height:320px; }
}


/* ================================================================
   Phase 10.1 — navigation, UX and content-polish release
   ================================================================ */
.nw-nav__list a, .nw-nav-actions a { white-space: nowrap; }
.nw-nav__list .current-menu-item > a,
.nw-nav__list .current_page_item > a,
.nw-nav__list .current-menu-ancestor > a { color: var(--nw-green-dark); }
.nw-shell a:focus-visible,
.nw-shell button:focus-visible,
.nw-shell input:focus-visible,
.nw-shell select:focus-visible { outline: 3px solid rgba(0,201,107,.35); outline-offset: 3px; }

/* Inner-page typography stays strong without crowding the interface. */
.nw-simple-hero h1,
.nw-corp-hero h1,
.nw-commerce-hero h1,
.nw-guides-hero-photo h1,
.nw-route-hero h1,
.nw-destination-hero h1 { font-size: clamp(3rem, 5.2vw, 5.65rem); }
.nw-route-archive__hero h1 { max-width: 900px; }
.nw-route-archive__hero > .nw-container > p:not(.nw-eyebrow) { max-width: 800px; }

/* Keep contextual route discovery prominent without turning it into a top-nav pillar. */
.nw-route-home-section .nw-section-heading { align-items: end; }
.nw-route-home-section .nw-route-home-grid { margin-top: 26px; }
.nw-footer-links a[href*="/routes/"] { color: #c9d8d1; }

/* More varied, calmer imagery across the route network. */
.nw-route-directory-card__media img { transition: transform .42s ease, filter .42s ease; }
.nw-route-directory-card--visual:hover .nw-route-directory-card__media img { transform: scale(1.025); filter: saturate(1.03); }
.nw-route-card--visual.has-image:before { background-position: center 42%; }

/* Refine small flags so they orient rather than dominate. */
.nw-card-flag-badge { width: 42px; height: 42px; font-size: 23px; border-radius: 13px; }
.nw-card-flag-badge--hero { width: 52px; height: 52px; font-size: 29px; }
.nw-plan-flag-line > span { width: 38px; height: 38px; font-size: 22px; }
.nw-attraction-card__flag { width: 38px; height: 38px; font-size: 22px; border-radius: 12px; }

/* Header: keep the full desktop nav elegant, then switch earlier to the menu. */
@media (min-width: 1241px) {
  .nw-site-header__inner { gap: 20px; }
  .nw-brand img { width: 195px; }
  .nw-nav-wrap { gap: 18px; }
  .nw-nav__list { gap: clamp(12px, 1.25vw, 20px); }
  .nw-nav__list a { font-size: .9rem; }
  .nw-nav-actions { gap: 10px; }
  .nw-nav-actions .nw-button--compact { padding-inline: 15px; min-height: 48px; }
}
@media (max-width: 1240px) {
  .nw-menu-toggle { display: inline-flex; }
  .nw-nav-wrap { position: fixed; inset: 82px 0 auto 0; display: none; padding: 26px 20px 32px; background: rgba(255,255,255,.985); border-bottom: 1px solid var(--nw-border); box-shadow: 0 20px 40px rgba(20,33,29,.10); }
  .nw-nav-wrap.is-open { display: block; }
  .nw-nav__list { display: grid; gap: 4px; }
  .nw-nav__list a { display: block; padding: 11px 0; font-size: 1rem; }
  .nw-nav-actions { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--nw-border); }
}
@media (max-width: 860px) {
  .nw-simple-hero h1,
  .nw-corp-hero h1,
  .nw-commerce-hero h1,
  .nw-guides-hero-photo h1,
  .nw-route-hero h1,
  .nw-destination-hero h1 { font-size: clamp(2.85rem, 10vw, 4.5rem); }
}
@media (max-width: 640px) {
  .nw-nav-wrap { inset-block-start: 72px; max-height: calc(100vh - 72px); overflow-y: auto; }
  .nw-simple-hero h1,
  .nw-corp-hero h1,
  .nw-commerce-hero h1,
  .nw-guides-hero-photo h1,
  .nw-route-hero h1,
  .nw-destination-hero h1 { font-size: clamp(2.55rem, 13vw, 3.9rem); }
  .nw-route-direction-tabs a { flex: 1 1 auto; justify-content: center; }
}

.nw-context-link-row { margin-top: 24px; display:flex; justify-content:flex-end; }
.nw-guide-route-bridge { background: linear-gradient(135deg, var(--nw-mist), #fff 58%, #eefaf4); }
.nw-guide-route-bridge__inner { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:40px; align-items:center; padding:36px; border:1px solid var(--nw-border); border-radius:28px; background:rgba(255,255,255,.72); box-shadow:var(--nw-shadow-soft); }
.nw-guide-route-bridge__inner h2 { margin:8px 0 12px; font-size:clamp(2rem,3.2vw,3.3rem); }
.nw-guide-route-bridge__inner p:last-child { margin-bottom:0; max-width:760px; }
.nw-guide-route-mini { padding:28px 0 12px; background:#fff; }
.nw-guide-route-mini__inner { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:30px; align-items:end; padding:26px 0; border-top:1px solid var(--nw-border); border-bottom:1px solid var(--nw-border); }
.nw-guide-route-mini__inner h2 { margin:7px 0 8px; font-size:clamp(1.8rem,2.7vw,2.8rem); }
.nw-guide-route-mini__inner p:last-child { margin-bottom:0; }
@media (max-width: 760px) {
  .nw-guide-route-bridge__inner, .nw-guide-route-mini__inner { grid-template-columns:1fr; gap:20px; }
  .nw-guide-route-bridge__inner { padding:26px 22px; }
  .nw-context-link-row { justify-content:flex-start; }
}

/* ======================================================================
   Phase 10.2 — Visual quality, crop discipline and diaspora representation
   ====================================================================== */

/* Use image areas with stable ratios so cards never stretch low-resolution crops. */
.nw-archive-card__media,
.nw-guide-card__media,
.nw-route-directory-card__media {
    aspect-ratio: 3 / 2;
    height: auto;
    min-height: 0;
    background: #edf5f1;
}

.nw-archive-card__media img,
.nw-guide-card__media img,
.nw-route-directory-card__media img,
.nw-people-grid img,
.nw-guide-article-visual > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    image-rendering: auto;
    backface-visibility: hidden;
}

/* Vector destination artwork remains razor sharp at every card size. */
.nw-archive-card__media img[src$=".svg"],
.nw-route-directory-card__media img[src$=".svg"],
.nw-guide-card__media img[src$=".svg"] {
    object-fit: cover;
    transform: none !important;
    filter: none !important;
}

/* Keep destination flags as orientation cues, not baked-in artwork. */
.nw-card-flag-badge {
    left: 16px;
    top: 16px;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    font-size: 21px;
    box-shadow: 0 9px 24px rgba(18,38,31,.14);
    backdrop-filter: blur(7px);
}

/* More readable cards: imagery leads, copy breathes, headings stop overpowering. */
.nw-route-directory-card__body { padding: 22px 22px 24px; }
.nw-route-directory-card__body h2 {
    font-size: clamp(1.55rem, 1.8vw, 1.95rem);
    line-height: 1.08;
    letter-spacing: -.025em;
    margin: 8px 0 10px;
}
.nw-route-directory-card__body p {
    font-size: .91rem;
    line-height: 1.62;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nw-route-directory-card__bottom { font-size: 11.5px; }

.nw-archive-card__body h2,
.nw-guide-card--archive h2 {
    line-height: 1.08;
    letter-spacing: -.02em;
}
.nw-guide-card--archive h2 { font-size: clamp(1.35rem, 1.7vw, 1.65rem); }
.nw-guide-card--archive .nw-guide-card__body > p:not(.nw-guide-card__meta) {
    font-size: .9rem;
    line-height: 1.62;
}

/* People-in-motion section: full-width compositions with intentionally varied focal points. */
.nw-people-grid--phase102 article {
    aspect-ratio: 4 / 5;
    min-height: 0;
}
.nw-people-grid--phase102 img { min-height: 0; }
.nw-people-grid--phase102 article:nth-child(1) img { object-position: 52% 44%; }
.nw-people-grid--phase102 article:nth-child(2) img { object-position: 52% 42%; }
.nw-people-grid--phase102 article:nth-child(3) img { object-position: 56% 45%; }
.nw-people-grid--phase102 article:nth-child(4) img { object-position: 52% 42%; }

/* Editorial images: avoid accidental head/phone crops across cards and article heroes. */
.nw-guide-card__media img { object-position: center 42%; }
.nw-guide-article-visual > img { object-position: center 42%; aspect-ratio: 4 / 3; min-height: 0; }
.nw-guides-hero-photo__media > img { object-position: center 45%; }

/* Destination art should show the whole composition rather than zoom into the centre. */
.nw-archive-card__media--graphic img[src$=".svg"] { object-position: center; }

/* Route crops use the top half of people photography where faces and travel context live. */
.nw-route-directory-card__media img[src$=".webp"] { object-position: center 34%; }
.nw-route-directory-card__media img[src$="people-airport-south-asian.webp"] { object-position: 58% 34%; }
.nw-route-directory-card__media img[src$="people-airport-mixed-woman.webp"] { object-position: 46% 34%; }
.nw-route-directory-card__media img[src$="people-plane-caribbean-woman.webp"] { object-position: 57% 42%; }
.nw-route-directory-card__media img[src$="people-cruise-caribbean-couple.webp"] { object-position: 42% 38%; }

/* Gentle photo treatment only; no blur/sharpen filters that reduce textural clarity. */
.nw-route-directory-card--visual:hover .nw-route-directory-card__media img,
.nw-guide-card:hover .nw-guide-card__media img,
.nw-archive-card:hover .nw-archive-card__media img {
    filter: none;
    transform: scale(1.015);
}

@media (max-width: 900px) {
    .nw-route-directory-card__body h2 { font-size: 1.65rem; }
    .nw-archive-card__media,
    .nw-guide-card__media,
    .nw-route-directory-card__media { aspect-ratio: 16 / 10; }
    .nw-people-grid--phase102 article { aspect-ratio: 5 / 4; }
}

@media (max-width: 640px) {
    .nw-route-directory-card__body { padding: 20px; }
    .nw-route-directory-card__body p { -webkit-line-clamp: 5; }
    .nw-card-flag-badge { width: 38px; height: 38px; font-size: 19px; }
}


/* ======================================================================
   Phase 10.3 — Real traveller destination imagery + actual country flags
   ====================================================================== */
.nw-archive-card__media--graphic::after { display:none; }
.nw-archive-card__media--graphic { display:block; background:#edf5f1; }
.nw-archive-card__media--graphic img { object-fit:cover !important; }

/* Make the flag unmistakably a flag rather than a country-code token. */
.nw-card-flag-badge,
.nw-route-flags span,
.nw-plan-flag-line > span,
.nw-guide-destination-card__flag,
.nw-destination-visual-card__flag,
.nw-attraction-card__flag {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}
.nw-card-flag-badge { font-size:25px; }
.nw-route-flags span { font-size:22px; line-height:1; }

/* Real-people crop discipline: preserve faces, devices and luggage. */
.nw-archive-card__media img[src*="people-airport-black-man"],
.nw-route-directory-card__media img[src*="people-airport-black-man"] { object-position:center 36%; }
.nw-archive-card__media img[src*="people-airport-south-asian"],
.nw-route-directory-card__media img[src*="people-airport-south-asian"] { object-position:center 36%; }
.nw-archive-card__media img[src*="people-airport-mixed-woman"],
.nw-route-directory-card__media img[src*="people-airport-mixed-woman"] { object-position:center 38%; }
.nw-archive-card__media img[src*="people-airport-group"],
.nw-route-directory-card__media img[src*="people-airport-group"] { object-position:center 40%; }
.nw-archive-card__media img[src*="people-plane-black-woman"],
.nw-route-directory-card__media img[src*="people-plane-black-woman"] { object-position:center 42%; }
.nw-archive-card__media img[src*="people-plane-caribbean-woman"],
.nw-route-directory-card__media img[src*="people-plane-caribbean-woman"] { object-position:center 42%; }
.nw-archive-card__media img[src*="people-cruise-caribbean-couple"],
.nw-route-directory-card__media img[src*="people-cruise-caribbean-couple"] { object-position:center 40%; }
.nw-archive-card__media img[src*="people-cruise-couple"],
.nw-route-directory-card__media img[src*="people-cruise-couple"] { object-position:center 40%; }

/* Slightly taller destination imagery gives people photos room to breathe. */
.nw-destination-archive .nw-archive-card__media { aspect-ratio: 16 / 10; }

/* ======================================================================
   Phase 10.4 — Indexed 2026 visual library integration
   ====================================================================== */

/* Destination-labelled photos are now genuine place/people assets. Keep the
   full composition readable and avoid the overly zoomed treatment of 10.3. */
.nw-destination-archive .nw-archive-card__media {
    aspect-ratio: 3 / 2;
    background: #eaf2ef;
}
.nw-destination-archive .nw-archive-card__media img {
    object-position: center center;
    transform: none;
}
.nw-destination-archive .nw-archive-card:hover .nw-archive-card__media img {
    transform: scale(1.01);
}

/* The destination hero uses the card-friendly exact location image while a
   separate wide strip below carries the country-name/landmark banner asset. */
.nw-destination-hero__media {
    min-height: 0;
    aspect-ratio: 3 / 2;
}
.nw-destination-hero__media img {
    min-height: 0;
    aspect-ratio: 3 / 2;
    object-position: center;
}
.nw-destination-banner-strip {
    padding: 22px 0 8px;
    background: #fff;
}
.nw-destination-banner-strip .nw-container {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: var(--nw-shadow-soft);
    border: 1px solid var(--nw-border);
    background: var(--nw-mist);
}
.nw-destination-banner-strip img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: cover;
    object-position: center;
}

/* Attraction cards now use additional indexed place/culture imagery rather
   than three text-only tiles, increasing visual variety on destination pages. */
.nw-attraction-card--visual {
    padding: 0;
    overflow: hidden;
    display: block;
    background: #fff;
}
.nw-attraction-card__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--nw-mist);
}
.nw-attraction-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.nw-attraction-card__body {
    position: relative;
    min-height: 124px;
    padding: 20px 20px 22px 76px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.nw-attraction-card__body .nw-attraction-card__flag {
    position: absolute;
    left: 20px;
    top: 20px;
}
.nw-attraction-card__body small {
    margin-top: 2px;
}
.nw-attraction-card__body strong {
    display: block;
    margin-top: 8px;
}

/* Route cards pull from larger, context-specific scenario pools. Keep human
   subjects visible without forcing every route into the exact same crop. */
.nw-route-directory-card__media {
    aspect-ratio: 3 / 2;
}
.nw-route-directory-card__media img {
    object-position: center 40%;
}

/* High-resolution main-page visual refresh from the indexed standalone set. */
.nw-commerce-hero__media > img,
.nw-guides-hero-photo__media > img,
.nw-how-hero__media > img,
.nw-image-copy-grid__media > img,
.nw-corp-hero__visual > img {
    image-rendering: auto;
    object-fit: cover;
}
.nw-commerce-hero__media > img { object-position: center 42%; }
.nw-guides-hero-photo__media > img { object-position: center 45%; }
.nw-how-hero__media > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 34px;
    box-shadow: var(--nw-shadow);
    object-position: center 42%;
}
.nw-image-copy-grid__media > img { object-position: center 42%; }

/* Homepage people module: four deliberately different scenarios from the
   indexed high-resolution collection. */
.nw-people-grid--phase104 article {
    aspect-ratio: 4 / 5;
    min-height: 0;
}
.nw-people-grid--phase104 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.nw-people-grid--phase104 article:nth-child(1) img { object-position: 50% 46%; }
.nw-people-grid--phase104 article:nth-child(2) img { object-position: 62% 48%; }
.nw-people-grid--phase104 article:nth-child(3) img { object-position: 43% 45%; }
.nw-people-grid--phase104 article:nth-child(4) img { object-position: 53% 44%; }

/* Keep flag identity separate and crisp even when the photo itself contains a
   destination sign or landmark. */
.nw-card-flag-badge {
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.82);
}

@media (max-width: 900px) {
    .nw-destination-archive .nw-archive-card__media,
    .nw-route-directory-card__media { aspect-ratio: 16 / 10; }
    .nw-destination-banner-strip img { max-height: 210px; }
    .nw-people-grid--phase104 article { aspect-ratio: 5 / 4; }
}
@media (max-width: 640px) {
    .nw-destination-banner-strip { padding-top: 12px; }
    .nw-destination-banner-strip .nw-container { border-radius: 18px; }
    .nw-destination-banner-strip img { max-height: 170px; }
    .nw-attraction-card__body { padding: 18px 18px 20px 70px; }
    .nw-attraction-card__body .nw-attraction-card__flag { left: 18px; top: 18px; }
}


/* ======================================================================
   Phase 10.5 — Destination accuracy + audited crop policy
   ====================================================================== */
/* All primary destination and route assets in 10.5 are pre-cropped from
   clean single-image sources or full-resolution originals. Keep them centred
   and do not re-zoom them with legacy object-position rules. */
.nw-destination-archive .nw-archive-card__media img[src*="P105-"],
.nw-route-directory-card__media img[src*="P105-"],
.nw-destination-hero__media img[src*="P105-"] {
    object-position: center center !important;
    transform: none !important;
}
/* Country cards: explicitly recognisable diaspora gateway imagery. */
.nw-destination-archive .nw-archive-card__media img[src*="P105-US-CARD"],
.nw-destination-archive .nw-archive-card__media img[src*="P105-CA-CARD"],
.nw-destination-archive .nw-archive-card__media img[src*="P105-GB-CARD"] {
    object-position: center center !important;
}
/* Hero banner strips can contain place-name typography from the source image;
   do not crop vertically or reveal the removed neighbouring collage panel. */
.nw-destination-banner-strip img[src*="P105-"] {
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
    object-position:center;
    background:#eef5f2;
}
@media (max-width: 900px) {
  .nw-destination-banner-strip img[src*="P105-"] { max-height:none; }
}


/* ======================================================================
   Phase 10.6 — Final visual/content polish audit
   ====================================================================== */

/* The eSIM hero is a purpose-built in-flight mobile-use photograph. Keep the
   traveller dominant while preserving the destination view through the window. */
.nw-commerce-hero__media > img[src*="phase106/esims-inbound"] {
    object-position: center 48% !important;
}

/* Destination-specific library assets take precedence over legacy featured
   images. Jamaica's card-friendly Rick's Cafe composition is already a clean
   3:2 crop and must not be re-zoomed. */
.nw-destination-archive .nw-archive-card__media img[src*="A64-C01"],
.nw-guide-card__media img[src*="A64-C01"] {
    object-position: center center !important;
    transform: none !important;
}

/* Saint Lucia: retain the earlier Pitons-led composition the brand preferred. */
.nw-destination-archive .nw-archive-card__media img[src*="P105-LC-CARD"],
.nw-destination-hero__media img[src*="P105-LC-CARD"],
.nw-guide-card__media img[src*="P105-LC-CARD"] {
    object-position: center center !important;
    transform: none !important;
}

/* Named attractions only receive photography when the asset has been audited
   as the actual place. Text-only cards are intentional—not missing media. */
.nw-attraction-card--text {
    min-height: 190px;
    padding: 0;
    display: block;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(0,201,107,.10), transparent 28%),
        linear-gradient(145deg, #ffffff, #f2f8f4);
}
.nw-attraction-card--text .nw-attraction-card__body {
    min-height: 190px;
    padding: 28px 28px 28px 82px;
    justify-content: center;
}
.nw-attraction-card--text .nw-attraction-card__body .nw-attraction-card__flag {
    left: 26px;
    top: 28px;
}
.nw-attraction-card__note {
    margin-top: 9px;
    color: var(--nw-muted);
    font-size: .82rem;
    line-height: 1.4;
}

/* WordPress's emoji fallback now remains enabled so Windows browsers render
   regional-indicator codes as actual flag artwork rather than TT / JM / GB. */
.nw-card-flag-badge,
.nw-route-flags span,
.nw-plan-flag-line > span,
.nw-guide-destination-card__flag,
.nw-attraction-card__flag {
    line-height: 1;
}

/* Small readability corrections surfaced by the audit; no structural redesign. */
.nw-availability-dot { white-space: nowrap; }
.nw-destination-help-card p { margin-bottom: 0; }
.nw-destination-deal-card > small:last-child { display: none; }

@media (max-width: 640px) {
    .nw-attraction-card--text,
    .nw-attraction-card--text .nw-attraction-card__body { min-height: 160px; }
    .nw-attraction-card--text .nw-attraction-card__body { padding: 24px 20px 24px 68px; }
    .nw-attraction-card--text .nw-attraction-card__body .nw-attraction-card__flag { left: 18px; top: 24px; }
}

/* ======================================================================
   Phase 10.7 — Light diaspora-city destination pages
   ====================================================================== */
.nw-city-hero { padding: clamp(38px,5vw,72px) 0 clamp(58px,7vw,92px); background:linear-gradient(135deg,var(--nw-cream),#fff 54%,#eefaf4); }
.nw-city-hero__grid { display:grid; grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr); gap:clamp(40px,6vw,78px); align-items:center; margin-top:38px; }
.nw-city-hero__copy h1 { margin:16px 0 22px; font-size:clamp(3rem,5.4vw,5.75rem); max-width:760px; }
.nw-city-hero__copy h1 em { color:var(--nw-green-dark); font-style:normal; }
.nw-city-hero__lead { max-width:680px; font-size:clamp(1.08rem,1.55vw,1.25rem)!important; line-height:1.7; }
.nw-city-hero__actions { display:flex; gap:22px; flex-wrap:wrap; align-items:center; margin-top:30px; }
.nw-city-hero__media { position:relative; overflow:hidden; border-radius:34px; aspect-ratio:3/2; background:var(--nw-mist); box-shadow:var(--nw-shadow); }
.nw-city-hero__media img { width:100%; height:100%; object-fit:cover; display:block; }
.nw-city-meta-line { display:flex; flex-wrap:wrap; align-items:center; gap:10px 14px; margin-top:28px; color:var(--nw-muted); font-size:.82rem; }
.nw-city-meta-line > span { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; background:#fff; border:1px solid var(--nw-border); font-size:24px; box-shadow:var(--nw-shadow-soft); }
.nw-city-meta-line strong { color:var(--nw-ink); }
.nw-city-meta-line small { padding-left:14px; border-left:1px solid var(--nw-border); }

.nw-city-essentials { margin-top:-34px; position:relative; z-index:4; }
.nw-city-essentials__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); background:#fff; border:1px solid var(--nw-border); border-radius:26px; box-shadow:var(--nw-shadow-soft); overflow:hidden; }
.nw-city-essentials article { padding:28px; min-height:245px; }
.nw-city-essentials article + article { border-left:1px solid var(--nw-border); }
.nw-city-essentials article > span { display:inline-grid; place-items:center; width:38px; height:38px; border-radius:12px; background:#eaf8f0; color:var(--nw-green-dark); font-weight:900; font-size:.78rem; }
.nw-city-essentials small { display:block; margin-top:22px; text-transform:uppercase; letter-spacing:.11em; font-size:.67rem; font-weight:850; color:var(--nw-green-dark); }
.nw-city-essentials h2 { margin:9px 0 12px; font-size:clamp(1.35rem,2vw,1.8rem); line-height:1.08; }
.nw-city-essentials p { margin:0; font-size:.94rem; line-height:1.65; }

.nw-city-context { background:#fff; }
.nw-city-context__grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(360px,.84fr); align-items:center; gap:clamp(46px,7vw,92px); }
.nw-city-context__copy > h2 { max-width:780px; margin:12px 0 24px; }
.nw-city-context__copy .nw-reading h2 { font-size:clamp(1.35rem,2vw,1.85rem); margin:30px 0 10px; }
.nw-city-context__copy .nw-reading p { font-size:1rem; line-height:1.75; }
.nw-city-context__copy .nw-button { margin-top:24px; }
.nw-city-context__media { margin:0; border-radius:30px; overflow:hidden; border:1px solid var(--nw-border); background:var(--nw-mist); box-shadow:var(--nw-shadow); }
.nw-city-context__media img { display:block; width:100%; aspect-ratio:3/2; object-fit:cover; }
.nw-city-context__media figcaption { padding:14px 18px; font-size:.76rem; color:var(--nw-muted); background:#fff; }
.nw-city-guides { background:linear-gradient(180deg,#fff,var(--nw-cream)); }

@media(max-width:980px){
  .nw-city-hero__grid,.nw-city-context__grid{grid-template-columns:1fr;}
  .nw-city-hero__media,.nw-city-context__media{width:min(100%,760px);}
  .nw-city-essentials__grid{grid-template-columns:1fr;}
  .nw-city-essentials article{min-height:0;}
  .nw-city-essentials article + article{border-left:0;border-top:1px solid var(--nw-border);}
}
@media(max-width:680px){
  .nw-city-hero__grid{margin-top:24px;}
  .nw-city-hero__actions{align-items:flex-start;flex-direction:column;}
  .nw-city-meta-line small{width:100%;padding-left:0;border-left:0;}
  .nw-city-essentials{margin-top:-18px;}
  .nw-city-essentials article{padding:22px;}
  .nw-city-context__media{border-radius:22px;}
}


/* ======================================================================
   Phase 10.8 — Caribbean asset completion
   ====================================================================== */
/* Exact named-place photographs are pre-cropped to a clean 16:9 WebP.
   Do not apply legacy zoom/crop rules that could reintroduce clipped faces,
   baked-in headings or neighbouring-panel seams. */
.nw-attraction-card__media img[src*="phase108/attractions/"],
.nw-destination-archive .nw-archive-card__media img[src*="phase108/attractions/"] {
    object-position: center center !important;
    transform: none !important;
}

/* Managed Phase 10.8 hero compositions are already audited. */
.nw-destination-hero__media img[src*="phase108/heroes/card/"] {
    object-position: center center !important;
    transform: none !important;
}

/* The ultra-wide destination-labelled batch is used only in the secondary
   banner strip. Preserve the full post-audit composition rather than forcing
   it through the 3:2 hero crop. */
.nw-destination-banner-strip img[src*="phase108/heroes/banner/"] {
    display:block;
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
    object-position:center;
    background:#eef5f2;
}


/* ======================================================================
   Phase 10.9 — Full-site crop audit and targeted visual polish
   ====================================================================== */
/* The city library below is pre-cropped to 3:2. These rules intentionally
   override the earlier generic focal shifts so landmarks, faces and devices
   remain inside the frame at desktop and mobile sizes. */
.nw-city-hero__media img[src*="P109-"],
.nw-city-context__media img[src*="P109-"],
.nw-destination-archive .nw-archive-card__media img[src*="P109-"],
.nw-route-directory-card__media img[src*="P109-"] {
    object-position:center center !important;
    transform:none !important;
}
.nw-city-hero__media img[src*="P109-"],
.nw-city-context__media img[src*="P109-"] {
    aspect-ratio:3/2;
}
/* Main-page heroes, Phase 10.8 Caribbean attractions/heroes and the approved
   homepage imagery passed this audit and are deliberately left unchanged. */

/* Phase 12 — SEO pillars, calculator and Keepgo switcher polish. */
.nw-hero__seo-line{margin:14px 0 0;color:var(--nw-ink-soft);font-size:clamp(.92rem,1.2vw,1.02rem);font-weight:700;max-width:650px}
.nw-commerce-hero h1 em,.nw-pillar-hero h1 em{font-style:normal;color:var(--nw-green-dark)}

.nw-header-switcher{display:flex;align-items:center;min-height:44px;padding:0 6px;position:relative;z-index:30}
.nw-header-switcher .language-and-currency-switcher{gap:8px;white-space:nowrap}
.nw-header-switcher .lc-switcher{width:auto;height:auto;color:var(--nw-ink);font:inherit;font-size:14px;font-weight:700}
.nw-header-switcher .language-label-code,.nw-header-switcher .label_currency{color:var(--nw-ink);font:inherit;font-size:14px;font-weight:700}
.nw-header-switcher .language-label-flag{width:20px;height:20px;object-fit:cover}
.language-popup,.currency-popup{border:1px solid var(--nw-border);border-radius:16px!important;box-shadow:var(--nw-shadow)!important;font-family:inherit!important}
.language-popup a,.currency-popup a{font-family:inherit!important}
.language-popup ul li a.current,.currency-popup ul li a.current{color:var(--nw-green-dark)!important}

.nw-calculator-section{background:linear-gradient(180deg,#fff 0%,var(--nw-mist) 100%);padding-top:clamp(60px,7vw,100px);padding-bottom:clamp(60px,7vw,100px)}
.nw-calculator-heading{margin-bottom:28px}
.nw-calculator-wrap{background:var(--nw-white);border:1px solid var(--nw-border);border-radius:28px;box-shadow:var(--nw-shadow);overflow:hidden}
.nw-calculator-wrap .esim-calc{--e-global-color-primary:var(--nw-green);--e-global-color-text:var(--nw-ink);--e-global-typography-primary-font-family:inherit;--e-global-typography-text-font-size:16px;--bodyBackgroundColor:#fff;--cardBackgroundColor:var(--nw-mist);--searchInputBackgroundColor:#f1f5f3;--gray-100:#e4ebe7;--white:#fff;--ec-accent:var(--nw-green);--ec-btn-text:#fff;background:#fff!important;max-width:none;padding:34px clamp(18px,3vw,36px)}
.nw-calculator-wrap .esim-calc .ec-header h2{font-size:clamp(30px,4vw,50px);font-weight:800;letter-spacing:-.035em;color:var(--nw-ink)}
.nw-calculator-wrap .esim-calc .ec-header p{font-weight:500;color:var(--nw-muted)}
.nw-calculator-wrap .esim-calc .ec-left,.nw-calculator-wrap .esim-calc .cta-card{box-shadow:none;border-color:var(--nw-border)}

.nw-plan-snapshot{margin:16px 0 18px;padding:16px;border:1px solid var(--nw-border);border-radius:16px;background:var(--nw-mist)}
.nw-plan-snapshot>small{display:block;text-transform:uppercase;letter-spacing:.09em;color:var(--nw-green-dark);font-weight:800;font-size:11px;margin-bottom:5px}
.nw-plan-snapshot>strong{display:block;font-size:clamp(25px,3vw,34px);line-height:1;color:var(--nw-ink);margin-bottom:12px}
.nw-plan-snapshot__facts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}
.nw-plan-snapshot__facts span{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--nw-ink-soft)}
.nw-plan-snapshot__facts b{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--nw-muted)}
.nw-plan-snapshot p{font-size:12px!important;line-height:1.45!important;margin:0!important;color:var(--nw-muted)!important}

.nw-quick-answers{background:var(--nw-mist)}
.nw-answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.nw-answer-grid article{background:#fff;border:1px solid var(--nw-border);border-radius:20px;padding:24px;box-shadow:0 14px 40px rgba(22,53,42,.06)}
.nw-answer-grid h3{font-size:clamp(19px,2vw,24px);line-height:1.12;margin:0 0 10px;color:var(--nw-ink)}
.nw-answer-grid p{margin:0;color:var(--nw-muted);line-height:1.65}

.nw-pillar-hero{padding:clamp(70px,8vw,115px) 0;background:linear-gradient(135deg,var(--nw-cream),#f2fbf6)}
.nw-pillar-hero__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);align-items:center;gap:clamp(42px,6vw,80px)}
.nw-pillar-hero h1{font-size:clamp(48px,6vw,82px);line-height:.96;letter-spacing:-.055em;margin:20px 0 24px;color:var(--nw-ink)}
.nw-pillar-hero__lead{font-size:clamp(18px,2vw,23px);line-height:1.55;color:var(--nw-muted);max-width:700px}
.nw-pillar-hero__media{border-radius:30px;overflow:hidden;box-shadow:var(--nw-shadow);aspect-ratio:3/2;background:var(--nw-mist)}
.nw-pillar-hero__media img{width:100%;height:100%;object-fit:cover;display:block}
.nw-pillar-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.nw-pillar-link-grid a{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid var(--nw-border);border-radius:18px;background:#fff;color:var(--nw-ink);text-decoration:none;transition:.2s ease}
.nw-pillar-link-grid a:hover{transform:translateY(-2px);border-color:rgba(0,201,107,.45);box-shadow:0 14px 38px rgba(22,53,42,.08)}
.nw-pillar-link-grid strong{font-size:18px}.nw-pillar-link-grid span{font-size:13px;color:var(--nw-green-dark);font-weight:800}
.nw-pillar-steps{background:var(--nw-mist)}

@media(max-width:1080px){.nw-header-switcher{order:-1}.nw-pillar-hero__grid{grid-template-columns:1fr}.nw-pillar-hero__media{max-width:760px}.nw-pillar-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.nw-answer-grid{grid-template-columns:1fr}.nw-pillar-link-grid{grid-template-columns:1fr}.nw-plan-snapshot__facts{grid-template-columns:1fr}.nw-header-switcher{width:100%;padding:8px 0;justify-content:flex-start}.nw-header-switcher .language-and-currency-switcher{justify-content:flex-start}.nw-pillar-hero h1{font-size:clamp(42px,13vw,62px)}}

/* Phase 12.1: route hero photography is a real <img> so its descriptive alt text
   exists in rendered HTML; decorative overlays remain CSS-only. */
.nw-route-card__seo-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 42%; z-index:-3; }
.nw-route-card--visual.has-image:before { background-image:linear-gradient(180deg,rgba(16,32,26,.46),rgba(16,32,26,.88)); }


/* Phase 12.2 — Guide editorial polish and official-resource references */
.nw-guide-resources { margin-top: 18px; padding: 22px; border: 1px solid var(--nw-border); border-radius: var(--nw-radius-md); background: #fff; box-shadow: var(--nw-shadow-soft); }
.nw-guide-resources h2 { margin: 4px 0 8px; font-size: 1.15rem; }
.nw-guide-resources p:not(.nw-kicker) { margin: 0 0 12px; color: var(--nw-muted); font-size: .94rem; }
.nw-guide-resources ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.nw-guide-resources a { display: inline-flex; gap: 6px; align-items: baseline; color: var(--nw-green-dark); font-weight: 750; text-decoration: none; }
.nw-guide-resources a:hover, .nw-guide-resources a:focus-visible { text-decoration: underline; }
.nw-guide-copy .nw-guide-callout { margin: 30px 0; padding: 22px 24px; background: var(--nw-mist); border: 1px solid var(--nw-border); border-radius: var(--nw-radius-md); }
.nw-guide-copy .nw-guide-callout strong { color: var(--nw-ink); }
.nw-guide-copy h2 { scroll-margin-top: 120px; }
.nw-guide-copy ul, .nw-guide-copy ol { padding-left: 1.25rem; }
.nw-guide-copy li + li { margin-top: .45rem; }
