﻿@charset "UTF-8";
/* === LEGACY COMPAT (pre-clone CSS, for .cr-/.mv-/.fc- components like offer-comparison) === */
/* ==========================================================================
   escort-livesex.com \2014  Editorial Magazine "Champagne Rose"
   Redesign 2026-05-14 Â· Vogue / Marie Claire / Vanity Fair-inspired
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500;1,9..144,600&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@500;600&display=swap');

:root {
    --cr-rose:        #c97d8b;
    --cr-rose-lt:     #e9b8c3;
    --cr-rose-dk:     #8d4754;
    --cr-rose-deep:   #5a2a35;
    --cr-gold:        #d9b46e;
    --cr-cream:       #fdf4ee;
    --cr-paper:       #fff9f4;
    --cr-paper-warm:  #faeee3;
    --cr-ink:         #2d1b28;
    --cr-ink-soft:    #5a4554;
    --cr-rule:        #e8d6cf;
    --cr-shadow:      0 12px 36px -18px rgba(90, 42, 53, 0.28);

    --ff-serif: 'Fraunces', 'Playfair Display', Georgia, serif;
    --ff-sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --ff-mono:  'JetBrains Mono', 'Geist Mono', Menlo, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--ff-sans);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65;
    color: var(--cr-ink);
    background: var(--cr-paper);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cr-rose-dk); text-decoration: none; }
a:hover { color: var(--cr-rose-deep); }
h1, h2, h3, h4 {
    font-family: var(--ff-serif);
    font-weight: 500;
    color: var(--cr-ink);
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 0.5em;
}
p { margin: 0 0 1.1em; }

.cr-eyebrow {
    font-family: var(--ff-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cr-rose-dk);
    display: inline-block;
}

/* ===== NAV ===== */
.fc-nav {
    border-bottom: 1px solid var(--cr-rule);
    position: sticky; top: 0; z-index: 50;
    backdrop-filter: blur(8px);
    background: rgba(255, 249, 244, 0.92);
}
.fc-nav-inner {
    max-width: 1280px; margin: 0 auto;
    padding: 14px 28px;
    display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center; gap: 24px;
}
.fc-logo {
    display: inline-flex; align-items: baseline; gap: 8px;
    color: var(--cr-ink);
    font-family: var(--ff-serif);
    font-style: italic; font-weight: 600;
    font-size: 22px; letter-spacing: -0.01em;
}
.fc-logo-mark {
    display: inline-block;
    background: var(--cr-rose-dk); color: var(--cr-paper);
    font-family: var(--ff-mono); font-style: normal;
    font-size: 12px; font-weight: 700; letter-spacing: 0.05em;
    padding: 4px 8px; border-radius: 2px;
}
.fc-nav nav { display: flex; gap: 28px; justify-content: center; }
.fc-nav nav a {
    color: var(--cr-ink); font-size: 14px; font-weight: 500;
    letter-spacing: 0.02em; position: relative; padding: 6px 0;
}
.fc-nav nav a::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0;
    height: 1px; background: var(--cr-rose); transform: scaleX(0);
    transform-origin: left; transition: transform .25s;
}
.fc-nav nav a:hover::after { transform: scaleX(1); }
.fc-nav-cta {
    justify-self: end;
    font-family: var(--ff-mono);
    font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 10px 16px;
    border: 1px solid var(--cr-rose-dk);
    color: var(--cr-rose-dk);
    border-radius: 999px; transition: all .25s;
}
.fc-nav-cta:hover { background: var(--cr-rose-dk); color: var(--cr-paper); }

/* ===== HERO MAGAZINE COVER 60/40 ===== */
.cr-hero {
    display: grid;
    grid-template-columns: 60% 40%;
    min-height: 78vh;
    background: var(--cr-paper);
}
.cr-hero-img {
    background-size: cover; background-position: center;
    background-color: var(--cr-rose-lt);
    background-image: linear-gradient(135deg, rgba(90,42,53,.18), rgba(201,125,139,.22)), var(--cr-hero-bg, none);
    position: relative;
}
.cr-hero-text {
    padding: clamp(40px, 6vw, 84px) clamp(28px, 5vw, 72px);
    background: var(--cr-cream);
    display: flex; flex-direction: column; justify-content: center;
    position: relative;
}
.cr-hero-eyebrow {
    font-family: var(--ff-mono);
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--cr-rose-dk); margin-bottom: 24px;
}
.cr-hero-eyebrow .cr-issue {
    display: inline-block; margin-left: 8px; padding-left: 8px;
    border-left: 1px solid var(--cr-rose-lt); color: var(--cr-ink-soft);
}
.cr-hero h1 {
    font-family: var(--ff-serif);
    font-style: italic; font-weight: 500;
    font-size: clamp(2.6rem, 5.2vw, 4.8rem);
    line-height: 0.98; letter-spacing: -0.025em;
    color: var(--cr-rose-deep); margin: 0 0 24px;
    font-variation-settings: 'opsz' 120;
}
.cr-hero-lede {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    line-height: 1.55; color: var(--cr-ink-soft);
    max-width: 38ch; margin: 0 0 32px;
}
.cr-cta {
    display: inline-flex; align-items: center; gap: 10px;
    background: linear-gradient(95deg, var(--cr-rose-dk), var(--cr-rose));
    color: var(--cr-paper);
    font-weight: 600; font-size: 14px; letter-spacing: 0.04em;
    padding: 16px 28px; border-radius: 999px;
    box-shadow: 0 10px 28px -10px rgba(141,71,84,.55);
    transition: transform .25s, box-shadow .25s;
    align-self: flex-start;
}
.cr-cta:hover { color: var(--cr-paper); transform: translateY(-2px); box-shadow: 0 14px 36px -10px rgba(141,71,84,.65); }
.cr-cta-arrow { transition: transform .25s; }
.cr-cta:hover .cr-cta-arrow { transform: translateX(4px); }

/* ===== SECTIONS 2-COL EDITORIAL ===== */
.cr-wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.cr-section { padding: clamp(56px, 8vw, 112px) 0; border-top: 1px solid var(--cr-rule); }
.cr-section:first-of-type { border-top: 0; }
.cr-section-header { max-width: 880px; margin: 0 0 56px; }
.cr-section-header .cr-eyebrow { margin-bottom: 14px; }
.cr-section-header h2 {
    font-family: var(--ff-serif);
    font-style: italic; font-weight: 500;
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.05; letter-spacing: -0.02em;
    color: var(--cr-ink); margin: 0;
}
.cr-editorial { display: grid; grid-template-columns: 1fr 280px; gap: 72px; align-items: start; }
.cr-editorial-body { font-size: 1.05rem; line-height: 1.75; color: var(--cr-ink-soft); }
.cr-editorial-body p:first-of-type::first-letter {
    font-family: var(--ff-serif); font-style: italic; font-weight: 500;
    float: left; font-size: 4.6em; line-height: 0.85;
    padding: 4px 12px 0 0; color: var(--cr-rose-dk);
}
.cr-aside {
    position: sticky; top: 100px;
    background: var(--cr-paper-warm);
    padding: 28px 26px; border-radius: 4px;
    border-top: 3px solid var(--cr-rose);
}
.cr-aside-title {
    font-family: var(--ff-mono);
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--cr-rose-dk); margin: 0 0 18px;
}
.cr-aside ul { list-style: none; padding: 0; margin: 0; font-family: var(--ff-serif); font-style: italic; }
.cr-aside li {
    padding: 12px 0;
    border-bottom: 1px solid var(--cr-rose-lt);
    font-size: 0.98rem; color: var(--cr-ink); line-height: 1.4;
    display: flex; gap: 10px;
}
.cr-aside li:last-child { border-bottom: 0; }
.cr-aside-glyph { color: var(--cr-rose); font-style: normal; font-size: 14px; line-height: 1.4; flex-shrink: 0; }

/* ===== OFFER CARDS HORIZONTAL ===== */
.cr-offers { background: linear-gradient(180deg, var(--cr-paper) 0%, var(--cr-cream) 100%); padding: clamp(72px, 9vw, 120px) 0; }
.cr-offers-head { max-width: 1200px; margin: 0 auto 48px; padding: 0 28px; }
.cr-offers-head .cr-eyebrow { margin-bottom: 14px; display: block; }
.cr-offers-head h2 {
    font-family: var(--ff-serif);
    font-style: italic; font-weight: 500;
    font-size: clamp(2rem, 3.6vw, 3rem);
    color: var(--cr-rose-deep); margin: 0 0 16px;
    letter-spacing: -0.02em;
}
.cr-offers-intro {
    font-family: var(--ff-serif); font-style: italic;
    font-size: 1.1rem; color: var(--cr-ink-soft);
    max-width: 60ch; line-height: 1.55;
}
.cr-disclosure {
    max-width: 1200px; margin: 24px auto;
    background: var(--cr-paper-warm);
    border-left: 3px solid var(--cr-rose);
    padding: 16px 22px; font-size: 0.9rem;
    color: var(--cr-ink-soft); border-radius: 0 4px 4px 0;
}
.cr-offer-list { max-width: 1200px; margin: 0 auto; padding: 0 28px; display: flex; flex-direction: column; gap: 22px; }
.cr-offer-card {
    display: grid; grid-template-columns: 35% 1fr;
    background: var(--cr-paper);
    border: 1px solid var(--cr-rule);
    border-radius: 6px; overflow: hidden;
    position: relative;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    box-shadow: 0 1px 0 rgba(90,42,53,.04);
}
.cr-offer-card::before {
    content: ''; position: absolute; left: 0; top: 0; bottom: 0;
    width: 3px; background: var(--cr-rose-lt);
    transition: width .3s, background .3s;
}
.cr-offer-card:hover { transform: translateY(-3px); box-shadow: var(--cr-shadow); border-color: var(--cr-rose-lt); }
.cr-offer-card:hover::before { width: 6px; background: var(--cr-rose); }
/* Redesigned offer-art : photo background with overlay + badges (2026-05-15) */
.cr-offer-art {
    position: relative;
    min-height: 220px;
    background: linear-gradient(135deg, var(--cr-paper-warm), var(--cr-rose-lt));
    background-size: cover; background-position: center 25%;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
}
.cr-offer-art--photo::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(160deg, rgba(60,18,28,0.12) 0%, rgba(60,18,28,0.55) 60%, rgba(60,18,28,0.82) 100%);
    pointer-events: none;
}
.cr-offer-art-name {
    position: absolute;
    left: 18px; right: 18px; bottom: 18px;
    font-family: var(--ff-serif);
    font-style: italic; font-weight: 600;
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    color: #fff; text-align: left;
    line-height: 1.05; letter-spacing: -0.01em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.55);
    z-index: 2;
}
.cr-offer-art:not(.cr-offer-art--photo) .cr-offer-art-name {
    color: var(--cr-rose-deep);
    text-shadow: none;
}
.cr-offer-rank-badge {
    position: absolute;
    top: 14px; left: 14px;
    z-index: 2;
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 38px; height: 38px;
    padding: 0 10px;
    background: rgba(255,255,255,0.94);
    color: var(--cr-rose-deep, #b53e63);
    font-family: var(--ff-serif);
    font-weight: 700; font-size: 1.02rem;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.18);
    letter-spacing: -0.01em;
}
.cr-offer-payout-badge {
    position: absolute;
    top: 14px; right: 14px;
    z-index: 2;
    background: rgba(255,255,255,0.92);
    color: var(--cr-rose-dk, #8a3450);
    font-family: var(--ff-mono, monospace);
    font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
/* Legacy class kept as alias in case any cached HTML references it */
.cr-offer-rank { display: none; }
.cr-offer-body { padding: 24px 28px; display: flex; flex-direction: column; }
.cr-offer-body h3 {
    font-family: var(--ff-serif); font-weight: 500;
    font-size: 1.5rem; margin: 0 0 4px;
    color: var(--cr-ink); letter-spacing: -0.01em;
}
.cr-offer-type {
    font-family: var(--ff-mono);
    font-size: 10.5px; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--cr-rose-dk);
    margin: 0 0 14px;
}
.cr-offer-badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; }
.cr-badge {
    display: inline-block;
    font-family: var(--ff-mono); font-size: 10px;
    font-weight: 600; letter-spacing: 0.08em;
    text-transform: uppercase; padding: 4px 9px; border-radius: 2px;
    background: var(--cr-paper-warm); color: var(--cr-rose-dk);
}
.cr-badge--geo  { background: #f0e8ef; color: var(--cr-rose-deep); }
.cr-badge--free { background: #edf3ec; color: #2f5a3a; }
.cr-offer-desc { font-size: 0.95rem; line-height: 1.55; color: var(--cr-ink-soft); margin: 0 0 14px; }
.cr-offer-feat {
    list-style: none; padding: 0; margin: 0 0 18px;
    display: flex; flex-wrap: wrap; gap: 4px 16px;
    font-size: 0.85rem; color: var(--cr-ink-soft);
}
.cr-offer-feat li { position: relative; padding-left: 14px; }
.cr-offer-feat li::before { content: '✦'; position: absolute; left: 0; color: var(--cr-rose); font-size: 10px; top: 2px; }
.cr-offer-foot { margin-top: auto; display: flex; justify-content: flex-end; align-items: center; }
.cr-offer-cta {
    display: inline-flex; align-items: center; gap: 8px;
    font-weight: 600; font-size: 13.5px; letter-spacing: 0.04em;
    padding: 11px 22px; background: transparent;
    color: var(--cr-rose-dk); border: 1px solid var(--cr-rose-dk);
    border-radius: 999px; transition: all .25s;
}
.cr-offer-cta:hover { background: var(--cr-rose-dk); color: var(--cr-paper); transform: translateX(2px); }

.cr-offers-table-wrap { max-width: 1200px; margin: 0 auto 56px; padding: 0 28px; overflow-x: auto; }
.cr-offers-table {
    width: 100%; border-collapse: collapse;
    font-size: 0.92rem;
    background: var(--cr-paper);
    border: 1px solid var(--cr-rule);
    border-radius: 4px; overflow: hidden;
}
.cr-offers-table th {
    background: var(--cr-paper-warm);
    text-align: left; padding: 14px 18px;
    font-family: var(--ff-mono);
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--cr-rose-dk);
    border-bottom: 1px solid var(--cr-rule);
}
.cr-offers-table td { padding: 14px 18px; border-bottom: 1px solid var(--cr-rule); color: var(--cr-ink-soft); }
.cr-offers-table tr:last-child td { border-bottom: 0; }
.cr-offers-table tr:hover td { background: rgba(233,184,195,.08); }
.cr-table-cta { font-weight: 600; color: var(--cr-rose-dk); border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.cr-offers-disclaimer { max-width: 1200px; margin: 32px auto 0; padding: 0 28px; font-size: 0.82rem; line-height: 1.6; color: var(--cr-ink-soft); font-style: italic; }

/* ===== CITIES MOSAIC ===== */
.cr-cities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.cr-city-card {
    aspect-ratio: 4 / 5;
    position: relative; overflow: hidden;
    background-size: cover; background-position: center;
    background-color: var(--cr-rose-lt);
    display: flex; align-items: flex-end;
    padding: 22px; color: var(--cr-paper);
    transition: color .25s;
}
.cr-city-card::before {
    content: ''; position: absolute; inset: 0;
    background:
      linear-gradient(to top, rgba(45,27,40,.85) 0%, rgba(45,27,40,.15) 55%, rgba(45,27,40,0) 100%),
      linear-gradient(135deg, rgba(141,71,84,.22), rgba(201,125,139,.12));
    transition: opacity .35s;
}
.cr-city-card::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(201,125,139,.55), rgba(141,71,84,.25));
    opacity: 0; transition: opacity .35s;
}
.cr-city-card:hover { color: var(--cr-paper); }
.cr-city-card:hover::after { opacity: 1; }
.cr-city-card > * { position: relative; z-index: 1; }
.cr-city-content { width: 100%; }
.cr-city-content .cr-eyebrow { color: rgba(255,249,244,.8); font-size: 10px; letter-spacing: 0.2em; margin-bottom: 6px; }
.cr-city-content h3 {
    font-family: var(--ff-serif);
    font-style: italic; font-weight: 500;
    color: var(--cr-paper);
    font-size: clamp(1.6rem, 2.2vw, 2rem);
    line-height: 1; margin: 0 0 6px;
    letter-spacing: -0.02em;
}
.cr-city-content p { font-size: 0.82rem; margin: 0; opacity: 0.85; line-height: 1.4; }

/* ===== FAQ ACCORDION ===== */
.cr-faq, .fc-faq { max-width: 880px; margin: 0 auto; counter-reset: faq; }
.cr-faq details, .fc-faq details {
    counter-increment: faq;
    border-top: 1px solid var(--cr-rose-lt);
    padding: 22px 0 22px 64px;
    position: relative; background: transparent;
}
.cr-faq details:last-of-type, .fc-faq details:last-of-type { border-bottom: 1px solid var(--cr-rose-lt); }
.cr-faq details::before, .fc-faq details::before {
    content: 'Q.' counter(faq);
    position: absolute; left: 0; top: 24px;
    font-family: var(--ff-mono);
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.18em; color: var(--cr-rose);
    opacity: 0.5; transition: opacity .25s, color .25s;
}
.cr-faq details[open]::before, .fc-faq details[open]::before { opacity: 1; color: var(--cr-rose-dk); }
.cr-faq summary, .fc-faq summary {
    font-family: var(--ff-serif);
    font-style: italic; font-weight: 500;
    font-size: 1.25rem; color: var(--cr-ink);
    cursor: pointer; list-style: none;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.cr-faq summary::-webkit-details-marker, .fc-faq summary::-webkit-details-marker { display: none; }
.cr-faq summary::after, .fc-faq summary::after {
    content: '+';
    font-family: var(--ff-serif);
    font-size: 1.6rem; color: var(--cr-rose-dk);
    transition: transform .25s; flex-shrink: 0;
}
.cr-faq details[open] summary::after, .fc-faq details[open] summary::after { content: '−'; }
.cr-faq details p, .fc-faq details p { margin: 14px 0 0; font-size: 1rem; line-height: 1.65; color: var(--cr-ink-soft); }

/* ===== NICHE GRID & legacy aliases ===== */
.cr-niche-grid, .fc-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0;
    border-top: 1px solid var(--cr-rule);
}
.cr-niche-tile, .fc-link-grid > a, .fc-link-grid .fc-link-card {
    padding: 22px 24px;
    border-right: 1px solid var(--cr-rule);
    border-bottom: 1px solid var(--cr-rule);
    background: var(--cr-paper);
    transition: background .2s;
    color: var(--cr-ink); display: block;
}
.cr-niche-tile:hover, .fc-link-grid > a:hover, .fc-link-grid .fc-link-card:hover { background: var(--cr-paper-warm); color: var(--cr-rose-deep); }
.cr-niche-tile .cr-eyebrow { display: block; font-size: 10px; margin-bottom: 6px; color: var(--cr-rose); }
.cr-niche-tile-title, .fc-link-grid > a {
    font-family: var(--ff-serif);
    font-style: italic; font-weight: 500;
    font-size: 1.05rem; letter-spacing: -0.01em; line-height: 1.2;
}
.fc-link-card h3 { font-family: var(--ff-serif); font-style: italic; font-size: 1.15rem; margin: 0 0 10px; color: var(--cr-rose-deep); }
.fc-link-card ul { padding: 0; margin: 0; list-style: none; font-style: normal; font-family: var(--ff-sans); font-size: 0.9rem; }
.fc-link-card ul li { padding: 4px 0; }
.fc-link-card ul li a { color: var(--cr-rose-dk); }

/* ===== legacy fc-section / fc-hero aliases ===== */
.fc-section { padding: clamp(56px, 8vw, 112px) 0; }
.fc-wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.fc-hero {
    background-color: var(--cr-cream);
    background-image: var(--fc-hero-bg);
    background-size: cover; background-position: center;
    min-height: 56vh;
    display: flex; align-items: flex-end;
    color: var(--cr-paper);
    position: relative;
}
.fc-hero::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(45,27,40,.78), rgba(45,27,40,.1));
}
.fc-hero-content { position: relative; max-width: 1200px; margin: 0 auto; padding: 60px 28px; width: 100%; }
.fc-hero-content h1 { color: var(--cr-paper); font-family: var(--ff-serif); font-style: italic; font-size: clamp(2rem, 4.5vw, 4rem); margin: 0 0 16px; letter-spacing: -0.02em; }
.fc-hero-content .lede { color: var(--cr-cream); font-family: var(--ff-serif); font-style: italic; max-width: 60ch; font-size: 1.15rem; }
.fc-hero-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(95deg, var(--cr-rose-dk), var(--cr-rose));
    color: var(--cr-paper);
    padding: 14px 26px; border-radius: 999px; margin-top: 18px;
    font-weight: 600; font-size: 14px;
}
.fc-hero-cta:hover { color: var(--cr-paper); }

/* ===== FOOTER ===== */
.cr-foot, .fc-foot {
    background: var(--cr-ink); color: var(--cr-cream);
    padding: 72px 0 24px; margin-top: 0;
}
.cr-foot-inner, .fc-foot-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 28px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 56px;
}
.cr-foot-brand h4 {
    font-family: var(--ff-serif);
    font-style: italic; font-weight: 500;
    font-size: 1.8rem; color: var(--cr-paper);
    margin: 0 0 10px; letter-spacing: -0.01em;
}
.cr-foot-tag {
    font-family: var(--ff-serif); font-style: italic;
    color: rgba(253,244,238,.7);
    font-size: 0.98rem; line-height: 1.5; max-width: 36ch;
}
.cr-foot-edition {
    margin-top: 24px;
    font-family: var(--ff-mono);
    font-size: 10.5px; letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(253,244,238,.55);
}
.cr-foot-col h5, .fc-foot-col h4 {
    font-family: var(--ff-mono);
    font-size: 10.5px; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--cr-rose-lt); margin: 0 0 18px;
}
.cr-foot-col ul, .fc-foot-col ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 10px;
}
.cr-foot-col a, .fc-foot-col a {
    color: rgba(253,244,238,.82);
    font-family: var(--ff-serif);
    font-style: italic; font-size: 1rem;
    transition: color .2s;
}
.cr-foot-col a:hover, .fc-foot-col a:hover { color: var(--cr-rose-lt); }
.fc-foot-col p { color: rgba(253,244,238,.7); font-family: var(--ff-serif); font-style: italic; font-size: 0.95rem; }
.fc-foot-mini { font-size: 0.78rem !important; opacity: 0.6; font-style: normal !important; font-family: var(--ff-mono) !important; letter-spacing: 0.04em; }

.cr-foot-bottom {
    max-width: 1280px;
    margin: 56px auto 0;
    padding: 22px 28px 0;
    border-top: 1px solid rgba(253,244,238,.1);
    display: flex; justify-content: space-between; align-items: center;
    font-family: var(--ff-mono);
    font-size: 10.5px; letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(253,244,238,.55);
    flex-wrap: wrap; gap: 12px;
}
.cr-sister {
    max-width: 1280px; margin: 28px auto 0; padding: 0 28px;
    text-align: center;
}
.cr-sister-label {
    font-family: var(--ff-mono);
    font-size: 10px; letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(253,244,238,.45);
    margin-bottom: 14px;
}
.cr-sister-list {
    display: inline-flex; flex-wrap: wrap;
    justify-content: center;
    font-family: var(--ff-serif);
    font-style: italic; font-size: 0.98rem;
    color: rgba(253,244,238,.75);
}
.cr-sister-list a {
    color: rgba(253,244,238,.75);
    padding: 0 14px;
    border-right: 1px solid rgba(253,244,238,.15);
    transition: color .2s;
}
.cr-sister-list a:last-child { border-right: 0; }
.cr-sister-list a:hover { color: var(--cr-rose-lt); }

.network-cross { display: none !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
    .cr-hero { grid-template-columns: 1fr; min-height: 0; }
    .cr-hero-img { min-height: 320px; }
    .cr-hero-text { padding: 48px 24px; }
    .cr-editorial { grid-template-columns: 1fr; gap: 40px; }
    .cr-aside { position: static; }
    .cr-cities { grid-template-columns: repeat(2, 1fr); }
    .cr-foot-inner, .fc-foot-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 720px) {
    body { font-size: 16px; }
    .fc-nav-inner { grid-template-columns: auto 1fr; gap: 12px; padding: 12px 18px; }
    .fc-nav nav { display: none; }
    .fc-nav-cta { justify-self: end; padding: 8px 12px; font-size: 10px; }
    .fc-logo-name { display: none; }
    .cr-wrap, .fc-wrap { padding: 0 18px; }
    .cr-hero h1 { font-size: clamp(2rem, 9vw, 3rem); }
    .cr-offer-card { grid-template-columns: 1fr; }
    .cr-offer-art { min-height: 120px; }
    .cr-offer-rank { font-size: 4rem; top: 8px; right: 10px; }
    .cr-cities { grid-template-columns: 1fr; }
    .cr-foot-inner, .fc-foot-inner { grid-template-columns: 1fr; gap: 32px; padding: 0 22px; }
    .cr-foot-bottom { padding: 22px 22px 0; flex-direction: column; align-items: flex-start; }
    .cr-section-header h2, .cr-offers-head h2 { font-size: 1.8rem; }
}

@media (prefers-reduced-motion: no-preference) {
    .cr-hero-text > * { animation: cr-rise .8s cubic-bezier(.2,.8,.2,1) both; }
    .cr-hero-text > *:nth-child(2) { animation-delay: .1s; }
    .cr-hero-text > *:nth-child(3) { animation-delay: .2s; }
    .cr-hero-text > *:nth-child(4) { animation-delay: .3s; }
}
@keyframes cr-rise {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}


/* === DESIGN SYSTEM v2 \2014  2026-05-15 \2014  DO NOT EDIT BELOW === */
:root {
    /* Spacing scale */
    --ds-space-1: 4px; --ds-space-2: 8px; --ds-space-3: 12px; --ds-space-4: 16px;
    --ds-space-5: 24px; --ds-space-6: 32px; --ds-space-7: 48px; --ds-space-8: 64px;
    /* Radius */
    --ds-r-sm: 6px; --ds-r-md: 12px; --ds-r-lg: 20px; --ds-r-pill: 999px;
    /* Shadow */
    --ds-sh-1: 0 1px 2px rgb(0 0 0 / .08);
    --ds-sh-2: 0 4px 12px rgb(0 0 0 / .12);
    --ds-sh-3: 0 12px 32px rgb(0 0 0 / .18);
    --ds-sh-glow: 0 0 28px rgb(232 82 124 / .55);
    /* Motion */
    --ds-ease: cubic-bezier(.2,.8,.2,1);
    --ds-dur-fast: .15s; --ds-dur: .25s; --ds-dur-slow: .45s;
    /* Theme bridge */
    --ds-accent: #e8527c;
    --ds-accent-2: #f59ec5;
    --ds-accent-glow: rgb(232 82 124 / .55);
    --ds-text-muted: #7a5a64;
    --ds-page-bg: #fff9f4;
    --ds-trust-dot: #22c55e;
}

/* ============ CTA \2014  THE HOT ONE ============ */
.cta-hot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--ds-space-3);
    min-height: 60px;
    padding: 18px 36px 18px 32px;
    font-family: inherit;
    font-size: 1.075rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
    border: 0;
    border-radius: var(--ds-r-pill);
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, var(--ds-accent) 0%, var(--ds-accent-2) 100%);
    box-shadow: var(--ds-sh-2), inset 0 1px 0 rgb(255 255 255 / .25);
    position: relative;
    overflow: hidden;
    transition: transform var(--ds-dur) var(--ds-ease), box-shadow var(--ds-dur) var(--ds-ease), filter var(--ds-dur) var(--ds-ease);
    animation: ctaPulse 2.4s var(--ds-ease) infinite;
    will-change: transform;
}
.cta-hot::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgb(255 255 255 / .35) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform .7s var(--ds-ease);
    pointer-events: none;
}
.cta-hot:hover, .cta-hot:focus-visible {
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--ds-sh-3), var(--ds-sh-glow);
    filter: brightness(1.05);
    color: #fff;
    text-decoration: none;
    outline: none;
}
.cta-hot:hover::before, .cta-hot:focus-visible::before { transform: translateX(100%); }
.cta-hot:active { transform: translateY(0) scale(.99); }
.cta-hot .cta-arrow { transition: transform var(--ds-dur) var(--ds-ease); display: inline-block; }
.cta-hot:hover .cta-arrow, .cta-hot:focus-visible .cta-arrow { transform: translateX(4px); }
.cta-hot .cta-label { display: inline-block; }

@keyframes ctaPulse {
    0%, 100% { box-shadow: var(--ds-sh-2), 0 0 0 0 var(--ds-accent-glow); }
    50%      { box-shadow: var(--ds-sh-2), 0 0 0 10px transparent; }
}

/* ============ CTA \2014  PRIMARY (calmer) ============ */
.cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--ds-space-3);
    min-height: 56px;
    padding: 16px 32px;
    font-family: inherit;
    font-size: 1.025rem;
    font-weight: 600;
    letter-spacing: .02em;
    text-decoration: none;
    border-radius: var(--ds-r-pill);
    color: #fff;
    background: var(--ds-accent);
    box-shadow: var(--ds-sh-2);
    transition: transform var(--ds-dur) var(--ds-ease), box-shadow var(--ds-dur) var(--ds-ease), filter var(--ds-dur) var(--ds-ease);
}
.cta-primary:hover, .cta-primary:focus-visible {
    transform: translateY(-1px);
    box-shadow: var(--ds-sh-3);
    filter: brightness(1.06);
    color: #fff;
    text-decoration: none;
    outline: none;
}
.cta-primary .cta-arrow { transition: transform var(--ds-dur) var(--ds-ease); }
.cta-primary:hover .cta-arrow { transform: translateX(3px); }

/* ============ CTA \2014  GHOST (outlined) ============ */
.cta-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--ds-space-3);
    min-height: 52px;
    padding: 14px 28px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .02em;
    text-decoration: none;
    border-radius: var(--ds-r-pill);
    color: var(--ds-accent);
    background: transparent;
    border: 1.5px solid var(--ds-accent);
    transition: all var(--ds-dur) var(--ds-ease);
}
.cta-ghost:hover, .cta-ghost:focus-visible {
    background: var(--ds-accent);
    color: #fff;
    transform: translateY(-1px);
    outline: none;
    text-decoration: none;
}

/* ============ TRUST & COUNTER MICROCOPY ============ */
.cta-trust {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--ds-space-2);
    margin-top: var(--ds-space-3);
    font-size: .85rem;
    color: var(--ds-text-muted);
    font-weight: 500;
}
.cta-trust .dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--ds-trust-dot);
    box-shadow: 0 0 0 3px rgb(34 197 94 / .22);
    animation: tinyPulse 1.5s infinite;
    flex-shrink: 0;
}
@keyframes tinyPulse { 0%,100% {opacity:1} 50% {opacity:.45} }

.cta-counter {
    display: inline-flex;
    align-items: center;
    gap: var(--ds-space-2);
    font-size: .88rem;
    color: var(--ds-accent);
    font-weight: 700;
    letter-spacing: .02em;
}
.cta-counter .live-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--ds-trust-dot);
    box-shadow: 0 0 0 4px rgb(34 197 94 / .22);
    animation: livePulse 2s infinite;
    flex-shrink: 0;
}
@keyframes livePulse {
    0%,100% { transform: scale(1); opacity: 1; }
    50%     { transform: scale(1.3); opacity: .7; }
}

.cta-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--ds-space-3);
    margin: var(--ds-space-5) 0;
}
.cta-stack-center { align-items: center; text-align: center; }

/* ============ STICKY MOBILE CTA BAR ============ */
.sticky-cta-mobile { display: none; }
@media (max-width: 720px) {
    .sticky-cta-mobile {
        display: block;
        position: fixed;
        bottom: 0; left: 0; right: 0;
        padding: 10px 14px 14px;
        background: linear-gradient(180deg, transparent 0%, var(--ds-page-bg) 38%);
        z-index: 80;
        pointer-events: none;
    }
    .sticky-cta-mobile > * { pointer-events: auto; }
    .sticky-cta-mobile .cta-hot {
        width: 100%;
        justify-content: center;
        min-height: 56px;
        padding: 14px 18px;
        font-size: 1rem;
        animation: none;
    }
    .sticky-cta-mobile .cta-hot::before { display: none; }
    body { padding-bottom: 84px; }
}

/* ============ SECONDARY COMPONENTS ============ */
.ds-avatar {
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
    background: var(--ds-accent-2);
    border: 2px solid #fff;
    transition: transform var(--ds-dur) var(--ds-ease), box-shadow var(--ds-dur) var(--ds-ease);
}
.ds-avatar-sm { width: 32px; height: 32px; }
.ds-avatar-md { width: 48px; height: 48px; }
.ds-avatar-lg { width: 64px; height: 64px; }
.ds-avatar-xl { width: 96px; height: 96px; }
.ds-avatar:hover { transform: scale(1.05); box-shadow: 0 0 0 3px var(--ds-accent-glow); }

.ds-avatar-group { display: inline-flex; align-items: center; }
.ds-avatar-group .ds-avatar { margin-left: -10px; }
.ds-avatar-group .ds-avatar:first-child { margin-left: 0; }

.ds-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-radius: var(--ds-r-pill);
    background: rgb(0 0 0 / .06);
    color: var(--ds-text-muted);
    line-height: 1.3;
}
.ds-badge--hot { background: var(--ds-accent); color: #fff; animation: tinyPulse 2s infinite; }
.ds-badge--verified { background: rgb(34 197 94 / .12); color: #15803d; }
.ds-badge--premium { background: linear-gradient(135deg, var(--ds-accent) 0%, var(--ds-accent-2) 100%); color: #fff; }
.ds-badge--new { background: #2563eb; color: #fff; }

.ds-rating-stars {
    display: inline-flex;
    gap: 2px;
    color: #d9b46e;
    font-size: 1rem;
    line-height: 1;
}
.ds-rating-stars::before { content: "\2605 \2605 \2605 \2605 \2605 "; letter-spacing: 1px; }

.ds-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: .85rem;
    font-weight: 500;
    border-radius: var(--ds-r-pill);
    background: rgb(0 0 0 / .04);
    color: inherit;
    border: 1px solid rgb(0 0 0 / .08);
    cursor: pointer;
    transition: all var(--ds-dur) var(--ds-ease);
    text-decoration: none;
}
.ds-chip:hover, .ds-chip.is-active {
    background: var(--ds-accent);
    color: #fff;
    border-color: var(--ds-accent);
}

.ds-card {
    background: #fff;
    border-radius: var(--ds-r-lg);
    padding: var(--ds-space-5);
    box-shadow: var(--ds-sh-1);
    transition: transform var(--ds-dur) var(--ds-ease), box-shadow var(--ds-dur) var(--ds-ease);
}
.ds-card:hover { transform: translateY(-3px); box-shadow: var(--ds-sh-3); }
.ds-card--gradient {
    position: relative;
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(135deg, var(--ds-accent), var(--ds-accent-2)) border-box;
}

.ds-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: var(--ds-space-4);
}

.ds-skeleton {
    background: linear-gradient(90deg, rgb(0 0 0 / .04) 25%, rgb(0 0 0 / .08) 37%, rgb(0 0 0 / .04) 63%);
    background-size: 400% 100%;
    border-radius: var(--ds-r-sm);
    animation: dsSkeleton 1.4s ease-in-out infinite;
    min-height: 20px;
}
@keyframes dsSkeleton {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
    .cta-hot { animation: none; }
    .cta-hot::before { display: none; }
    .cta-counter .live-dot, .cta-trust .dot { animation: none; }
    .ds-badge--hot { animation: none; }
    .ds-skeleton { animation: none; }
}

/* ============ OFFER CARD CTA UPGRADE \2014  keep theme class, layer .cta-hot when applied ============ */
.cr-offer-cta.cta-hot,
.fc-offer-cta.cta-hot,
.mv-offer-cta.cta-hot {
    /* When the existing offer-cta class is combined with .cta-hot, our DS wins. */
}



/* === NORDIC CLONE 2026-05-15 (overrides above where applicable) === */
/* \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 
   Nordic-Inspired Editorial Theme
   Cloned 2026-05-15 from nordic-hookup.com (cream-paper + serif + cards)
   Per-site palette + design-system v2 (cta-hot, ds-avatar, etc.)
   \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550 \2550  */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,300..700&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@500;600&display=swap');

/* \2500 \2500  1. TOKENS \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
:root {
    /* Brand */
    --brand:         #e8527c;
    --brand-2:       #f59ec5;
    --brand-ink:     #ffffff;

    /* Page */
    --page-bg:       #fff7f9;
    --text:          #2b1820;
    --text-muted:    #6e5560;
    --text-fade:     #a08591;
    --card-bg:       #ffffff;
    --border:        #f1d6df;
    --hairline:      rgba(232, 82, 124, 0.16);
    --shadow:        0 12px 36px -18px rgba(140, 30, 60, 0.22);

    /* Compat with design-system v2 (cta-hot etc.) */
    --ds-accent:        var(--brand);
    --ds-accent-2:      var(--brand-2);
    --ds-accent-glow:   rgb(232 82 124 / .55);
    --ds-text-muted:    var(--text-muted);
    --ds-page-bg:       var(--page-bg);
    --ds-trust-dot:     #22c55e;

    /* Typography */
    --ff-serif:  'Fraunces', 'Times New Roman', Georgia, serif;
    --ff-sans:   'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --ff-mono:   'JetBrains Mono', 'Geist Mono', ui-monospace, Menlo, monospace;

    /* Type scale */
    --type-xs:   .75rem;
    --type-sm:   .875rem;
    --type-base: 1rem;
    --type-md:   1.125rem;
    --type-lg:   1.5rem;
    --type-xl:   2rem;
    --type-2xl:  3rem;
    --type-3xl:  clamp(3rem, 7vw, 5.5rem);
    --type-4xl:  clamp(3.5rem, 11vw, 8rem);

    /* Spacing */
    --space-1: .5rem;
    --space-2: 1rem;
    --space-3: 1.5rem;
    --space-4: 2rem;
    --space-5: 3rem;
    --space-6: 5rem;
    --space-7: 8rem;

    /* Radii */
    --r-sm: 4px;
    --r-md: 10px;
    --r-lg: 20px;
    --r-xl: 28px;
    --r-pill: 9999px;

    /* Layout */
    --max-w: 1280px;
    --gutter: clamp(1rem, 4vw, 2.5rem);

    /* Motion */
    --ease: cubic-bezier(.16, 1, .3, 1);
    --t-fast: .18s;
    --t: .3s;
    --t-slow: .55s;

    /* Design system aliases */
    --ds-space-1: 4px; --ds-space-2: 8px; --ds-space-3: 12px; --ds-space-4: 16px;
    --ds-space-5: 24px; --ds-space-6: 32px; --ds-space-7: 48px; --ds-space-8: 64px;
    --ds-r-sm: 6px; --ds-r-md: 12px; --ds-r-lg: 20px; --ds-r-pill: 999px;
    --ds-sh-1: 0 1px 2px rgb(0 0 0 / .08);
    --ds-sh-2: 0 4px 12px rgb(0 0 0 / .12);
    --ds-sh-3: 0 12px 32px rgb(0 0 0 / .18);
    --ds-sh-glow: 0 0 28px var(--ds-accent-glow);
    --ds-ease: var(--ease);
    --ds-dur-fast: var(--t-fast);
    --ds-dur: var(--t);
    --ds-dur-slow: var(--t-slow);
}

/* \2500 \2500  2. RESET \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    font-family: var(--ff-sans);
    font-weight: 400;
    font-size: var(--type-base);
    line-height: 1.6;
    color: var(--text);
    background: var(--page-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: -.005em;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--t) var(--ease); }
a:hover { color: var(--brand); }

/* \2500 \2500  3. TYPOGRAPHY \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-serif);
    font-weight: 380;
    line-height: 1.08;
    letter-spacing: -.025em;
    color: var(--text);
    font-variation-settings: 'opsz' 144, 'SOFT' 40;
    margin: 0 0 .4em;
}
h1 { font-size: var(--type-4xl); font-weight: 360; letter-spacing: -.035em; }
h2 { font-size: var(--type-3xl); font-weight: 400; }
h3 { font-size: var(--type-xl); font-weight: 500; letter-spacing: -.02em; }
h4 { font-size: var(--type-lg); font-weight: 500; }
p  { color: var(--text-muted); line-height: 1.7; margin: 0 0 1em; }
em, i { font-style: italic; font-variation-settings: 'opsz' 144, 'SOFT' 60; }

.eyebrow {
    font-family: var(--ff-mono);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--text-fade);
    display: inline-block;
}
.eyebrow .num { color: var(--brand); margin-right: .5em; }

.container, .nh-wrap {
    width: 100%;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 var(--gutter);
    position: relative;
}

/* \2500 \2500  4. HEADER \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
.nh-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 247, 249, 0.86);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border-bottom: 1px solid var(--hairline);
    height: 76px;
    display: flex;
    align-items: center;
}
.nh-header-inner {
    width: 100%;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 var(--gutter);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
}
.nh-logo {
    display: inline-flex;
    align-items: baseline;
    gap: .3em;
    font-family: var(--ff-serif);
    font-weight: 380;
    font-style: italic;
    font-size: 1.55rem;
    letter-spacing: -.02em;
    color: var(--text);
    line-height: 1;
}
.nh-logo span { color: var(--brand); font-style: normal; font-weight: 500; }
.nh-nav {
    display: flex;
    gap: 1.75rem;
    justify-content: center;
    flex-wrap: wrap;
}
.nh-nav a {
    color: var(--text);
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: .01em;
    position: relative;
    padding: 6px 0;
}
.nh-nav a::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0;
    height: 1px; background: var(--brand);
    transform: scaleX(0); transform-origin: left;
    transition: transform .28s var(--ease);
}
.nh-nav a:hover::after { transform: scaleX(1); }
.nh-nav-cta {
    display: inline-flex;
    align-items: center;
    gap: .5em;
    padding: .7em 1.4em;
    background: var(--brand);
    color: var(--brand-ink);
    border-radius: var(--r-pill);
    font-weight: 600;
    font-size: .88rem;
    letter-spacing: .015em;
    box-shadow: 0 1px 0 rgb(255 255 255 / .15) inset, 0 6px 18px -6px var(--ds-accent-glow);
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), filter var(--t) var(--ease);
}
.nh-nav-cta:hover { transform: translateY(-1px); filter: brightness(1.06); color: var(--brand-ink); }

/* \2500 \2500  5. HERO \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
.nh-hero {
    position: relative;
    padding: clamp(3rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
    isolation: isolate;
    overflow: hidden;
}
.nh-hero::before {
    content: ''; position: absolute; inset: -20%;
    z-index: -2; pointer-events: none;
    background:
        radial-gradient(ellipse 70% 50% at 15% 25%, color-mix(in srgb, var(--brand) 12%, transparent), transparent 70%),
        radial-gradient(ellipse 60% 45% at 85% 75%, color-mix(in srgb, var(--brand-2) 10%, transparent), transparent 70%);
}
.nh-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}
@media (max-width: 880px) {
    .nh-hero-grid { grid-template-columns: 1fr; }
}
.nh-hero-content { max-width: 56ch; }
.nh-hero-content .eyebrow { margin-bottom: 1rem; }
.nh-hero-content h1 {
    font-size: clamp(2.6rem, 6.5vw, 4.6rem);
    line-height: 1;
    letter-spacing: -.035em;
    margin-bottom: 1.2rem;
    font-weight: 360;
}
.nh-hero-content h1 em {
    font-style: italic;
    color: var(--brand);
    font-variation-settings: 'opsz' 144, 'SOFT' 60;
}
.nh-hero-content .lede {
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 2rem;
}
.nh-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.2rem;
}
.nh-hero-actions .btn-secondary {
    color: var(--text);
    border: 1px solid var(--border);
    background: transparent;
    border-radius: var(--r-pill);
    padding: .95em 1.7em;
    font-weight: 500;
    font-size: .92rem;
    transition: all var(--t) var(--ease);
}
.nh-hero-actions .btn-secondary:hover {
    border-color: var(--brand);
    color: var(--brand);
}
.nh-hero-meta {
    display: flex;
    gap: 2rem;
    margin-top: 1.6rem;
    color: var(--text-fade);
    font-family: var(--ff-mono);
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    flex-wrap: wrap;
}
.nh-hero-meta strong { color: var(--brand); font-weight: 600; }

.nh-hero-visual {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: var(--card-bg) center/cover no-repeat;
}
.nh-hero-visual::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, color-mix(in srgb, var(--page-bg) 80%, transparent) 100%);
}
.nh-hero-badge {
    position: absolute;
    bottom: 1.2rem; left: 1.2rem; right: 1.2rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: .8rem 1rem;
    background: color-mix(in srgb, var(--card-bg) 90%, transparent);
    backdrop-filter: blur(8px);
    border-radius: var(--r-md);
    border: 1px solid var(--hairline);
}
.nh-hero-badge-dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgb(34 197 94 / .25);
    animation: pulse 2s infinite;
    flex-shrink: 0;
}
.nh-hero-badge-text { font-size: .82rem; color: var(--text); font-weight: 500; }
.nh-hero-badge-text strong { color: var(--brand); font-weight: 700; }
@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .6; transform: scale(1.25); }
}

/* \2500 \2500  6. SECTIONS \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
.nh-section {
    padding: clamp(3rem, 6vw, 5.5rem) 0;
    position: relative;
}
.nh-section + .nh-section { border-top: 1px solid var(--hairline); }
.nh-section-header {
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
    max-width: 56ch;
}
.nh-section-header h2 {
    margin-top: .8rem;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
}
.nh-section-header.center {
    margin-left: auto; margin-right: auto; text-align: center;
}

/* \2500 \2500  7. PHOTO GRID \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
.nh-photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: .7rem;
}
.nh-photo-tile {
    aspect-ratio: 3 / 4;
    border-radius: var(--r-md);
    overflow: hidden;
    background: var(--card-bg);
    position: relative;
    box-shadow: var(--shadow);
    transition: transform var(--t) var(--ease);
}
.nh-photo-tile:hover { transform: translateY(-3px); }
.nh-photo-tile img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform var(--t-slow) var(--ease);
}
.nh-photo-tile:hover img { transform: scale(1.04); }
.nh-photo-tile::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 65%, rgb(0 0 0 / .55) 100%);
    pointer-events: none;
}
.nh-photo-tile .nh-photo-label {
    position: absolute; left: .7rem; bottom: .55rem; right: .7rem;
    z-index: 2; color: #fff;
    font-family: var(--ff-mono);
    font-size: .68rem; letter-spacing: .12em;
    text-transform: uppercase; opacity: .92;
}

/* \2500 \2500  8. OFFER / CITY CARDS \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
.nh-cities {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.4rem;
}
.nh-city-card {
    aspect-ratio: 4 / 5;
    background: var(--card-bg) center/cover no-repeat;
    border-radius: var(--r-lg);
    overflow: hidden;
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.2rem;
    box-shadow: var(--shadow);
    transition: transform var(--t) var(--ease);
}
.nh-city-card::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgb(0 0 0 / .65) 100%);
    z-index: 1;
}
.nh-city-card:hover { transform: translateY(-4px); }
.nh-city-card-content { position: relative; z-index: 2; color: #fff; }
.nh-city-card-content .eyebrow { color: rgb(255 255 255 / .75); }
.nh-city-card-content h3 {
    color: #fff;
    margin: .3em 0 .15em;
    font-size: 1.6rem;
}
.nh-city-card-content p {
    color: rgb(255 255 255 / .85);
    font-size: .92rem;
    margin: 0;
}

/* \2500 \2500  9. NICHE TILES \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
.nh-niches {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: .9rem;
}
.nh-niche-tile {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 1.5rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    transition: all var(--t) var(--ease);
}
.nh-niche-tile:hover {
    border-color: var(--brand);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}
.nh-niche-tile-title {
    font-family: var(--ff-serif);
    font-size: 1.25rem;
    color: var(--text);
    font-weight: 500;
}

/* \2500 \2500  10. FAQ \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
.nh-faq { max-width: 720px; margin: 0 auto; }
.nh-faq details {
    border-bottom: 1px solid var(--hairline);
    padding: 1.2rem 0;
}
.nh-faq details:first-child { border-top: 1px solid var(--hairline); }
.nh-faq summary {
    font-family: var(--ff-serif);
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.nh-faq summary::after {
    content: '+';
    font-size: 1.6rem;
    color: var(--brand);
    transition: transform var(--t) var(--ease);
    flex-shrink: 0;
    font-weight: 300;
}
.nh-faq details[open] summary::after { transform: rotate(45deg); }
.nh-faq details p { margin-top: .8rem; }

/* \2500 \2500  11. FEATURES STRIP \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
.nh-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}
.nh-feature {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.nh-feature-icon {
    width: 38px; height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--brand) 12%, transparent);
    color: var(--brand);
    border-radius: var(--r-md);
    font-size: 1.2rem;
    margin-bottom: .3rem;
}
.nh-feature h4 {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--text);
}
.nh-feature p { font-size: .94rem; margin: 0; }

/* \2500 \2500  12. PROFILE CARDS (overrides prelinker style for visual coherence) \2500  */
.nh-pp-section { padding: clamp(2rem, 5vw, 4rem) 0; }
.cr-pp-wrap, .mv-pp-wrap, .fc-pp-wrap, .nh-pp-wrap { background: transparent !important; }
.cr-pp-grid, .mv-pp-grid, .fc-pp-grid, .nh-pp-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
    gap: 1rem !important;
}
.cr-pp-card, .mv-pp-card, .fc-pp-card, .nh-pp-card {
    background: var(--card-bg) !important;
    border: 1px solid var(--hairline) !important;
    border-radius: var(--r-md) !important;
    overflow: hidden !important;
    box-shadow: var(--shadow) !important;
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease) !important;
}
.cr-pp-card:hover, .mv-pp-card:hover, .fc-pp-card:hover, .nh-pp-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 32px rgb(0 0 0 / .18) !important;
}

/* \2500 \2500  13. FOOTER \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
.nh-footer {
    background: var(--card-bg);
    border-top: 1px solid var(--hairline);
    padding: clamp(3rem, 5vw, 4.5rem) 0 2rem;
    margin-top: clamp(3rem, 6vw, 5rem);
}
.nh-footer-inner {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}
@media (max-width: 720px) {
    .nh-footer-inner { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .nh-footer-brand { grid-column: 1 / -1; }
}
.nh-footer-brand .nh-logo {
    margin-bottom: .8rem;
    font-size: 1.4rem;
}
.nh-footer-tag {
    font-size: .9rem;
    color: var(--text-muted);
    max-width: 38ch;
    margin-bottom: .8rem;
}
.nh-footer-disclaimer {
    font-family: var(--ff-mono);
    font-size: .7rem;
    color: var(--text-fade);
    letter-spacing: .04em;
    line-height: 1.6;
}
.nh-footer h5 {
    font-family: var(--ff-mono);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-fade);
    margin-bottom: .8rem;
}
.nh-footer ul { list-style: none; }
.nh-footer ul li { margin-bottom: .55rem; }
.nh-footer ul a {
    color: var(--text-muted);
    font-size: .92rem;
    transition: color var(--t-fast);
}
.nh-footer ul a:hover { color: var(--brand); }

.nh-network {
    border-top: 1px solid var(--hairline);
    padding-top: 1.5rem;
    text-align: center;
    font-family: var(--ff-mono);
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-fade);
}
.nh-network-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .9rem 1.6rem;
    margin-top: .7rem;
}
.nh-network-list a { color: var(--text-muted); transition: color var(--t-fast); }
.nh-network-list a:hover { color: var(--brand); }

.nh-foot-bottom {
    border-top: 1px solid var(--hairline);
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--ff-mono);
    font-size: .72rem;
    color: var(--text-fade);
    letter-spacing: .06em;
}

/* \2500 \2500  14. STICKY MOBILE CTA \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
.sticky-cta-mobile { display: none; }
@media (max-width: 720px) {
    .sticky-cta-mobile {
        display: block;
        position: fixed;
        bottom: 0; left: 0; right: 0;
        padding: 10px 14px 14px;
        background: linear-gradient(180deg, transparent 0%, var(--page-bg) 40%);
        z-index: 80;
        pointer-events: none;
    }
    .sticky-cta-mobile > * { pointer-events: auto; }
    body { padding-bottom: 84px; }
}

/* \2500 \2500  15. CTA SYSTEM (design-system v2 unchanged, just recolored via vars) \2500  */
.cta-hot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--ds-space-3);
    min-height: 60px;
    padding: 18px 36px 18px 32px;
    font-family: inherit;
    font-size: 1.06rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
    border: 0;
    border-radius: var(--ds-r-pill);
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, var(--ds-accent) 0%, var(--ds-accent-2) 100%);
    box-shadow: var(--ds-sh-2), inset 0 1px 0 rgb(255 255 255 / .25);
    position: relative;
    overflow: hidden;
    transition: transform var(--ds-dur) var(--ds-ease), box-shadow var(--ds-dur) var(--ds-ease), filter var(--ds-dur) var(--ds-ease);
    animation: ctaPulse 2.4s var(--ds-ease) infinite;
    will-change: transform;
}
.cta-hot::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgb(255 255 255 / .35) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform .7s var(--ds-ease);
    pointer-events: none;
}
.cta-hot:hover, .cta-hot:focus-visible {
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--ds-sh-3), var(--ds-sh-glow);
    filter: brightness(1.05);
    color: #fff;
    outline: none;
}
.cta-hot:hover::before, .cta-hot:focus-visible::before { transform: translateX(100%); }
.cta-hot:active { transform: translateY(0) scale(.99); }
.cta-hot .cta-arrow { transition: transform var(--ds-dur) var(--ds-ease); display: inline-block; }
.cta-hot:hover .cta-arrow, .cta-hot:focus-visible .cta-arrow { transform: translateX(4px); }
.cta-hot .cta-label { display: inline-block; }

@keyframes ctaPulse {
    0%, 100% { box-shadow: var(--ds-sh-2), 0 0 0 0 var(--ds-accent-glow); }
    50%      { box-shadow: var(--ds-sh-2), 0 0 0 10px transparent; }
}

@media (max-width: 720px) {
    .sticky-cta-mobile .cta-hot {
        width: 100%;
        justify-content: center;
        min-height: 56px;
        padding: 14px 18px;
        font-size: 1rem;
        animation: none;
    }
    .sticky-cta-mobile .cta-hot::before { display: none; }
}

.cta-trust {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--ds-space-2);
    font-size: .85rem;
    color: var(--text-muted);
    font-weight: 500;
}
.cta-trust .dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--ds-trust-dot);
    box-shadow: 0 0 0 3px rgb(34 197 94 / .22);
    animation: tinyPulse 1.5s infinite;
    flex-shrink: 0;
}
@keyframes tinyPulse { 0%,100% {opacity:1} 50% {opacity:.45} }
.cta-counter {
    display: inline-flex;
    align-items: center;
    gap: var(--ds-space-2);
    font-size: .88rem;
    color: var(--brand);
    font-weight: 700;
}
.cta-counter .live-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--ds-trust-dot);
    box-shadow: 0 0 0 4px rgb(34 197 94 / .22);
    animation: livePulse 2s infinite;
    flex-shrink: 0;
}
@keyframes livePulse {
    0%,100% { transform: scale(1); opacity: 1; }
    50%     { transform: scale(1.3); opacity: .7; }
}

/* \2500 \2500  16. RESPONSIVE \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
@media (max-width: 720px) {
    .nh-header-inner { grid-template-columns: auto 1fr; gap: 1rem; }
    .nh-nav { display: none; }
    .nh-nav-cta { justify-self: end; padding: .55em 1em; font-size: .8rem; }
    .nh-hero-content h1 { font-size: clamp(2.2rem, 8vw, 3rem); }
    .nh-hero-meta { gap: 1.2rem; font-size: .66rem; }
    h2 { font-size: clamp(1.7rem, 6vw, 2.4rem); }
    .nh-footer-inner { grid-template-columns: 1fr 1fr; }
}

/* \2500 \2500  17. ACCESSIBILITY \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500 \2500  */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

/* \2500 \2500  18. LEGACY CR-* / MV-* / FC-* COMPAT (for niche-render + offer cards still using old classes) \2500 \2500  */
.cr-wrap, .mv-wrap, .fc-wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.cr-eyebrow, .mv-eyebrow, .fc-eyebrow { color: var(--text-fade); font-family: var(--ff-mono); font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.cr-section, .mv-section, .fc-section { padding: clamp(3rem, 6vw, 5rem) 0; }
.cr-section-header h2, .mv-section-header h2, .fc-section-header h2 { font-family: var(--ff-serif); }

