/* ==========================================================================
   Northwest Printer Solutions design system (Sept 2026 redesign)
   Loaded ONLY on pages that opt in with nwps_system() (see inc/nwps-system.php),
   so pages that have not been migrated keep their old look untouched.

   Rules of the system
   - Green is the only action colour (buttons). Button text is deep navy: white
     on this green fails WCAG AA.
   - Cyan, magenta, yellow and lime come from the logo orb and are "ink" markers
     only: colour bar, tile edges, icon discs, step numbers, halftone dots.
     Never body copy or large text.
   - Corners: buttons and pills are full pills; cards, tiles and images are 18px;
     small icon squares inside them are 12px.
   - One ink bar per section at most. No eyebrow labels above headings.
   - Superwide: the frame widens and the root type size grows from 2000px.
   ========================================================================== */

:root {
    --nw-navy: #1B2D6B;
    --nw-navy-deep: #0E1637;
    --nw-ink: #16204A;
    --nw-body: #4A5372;
    --nw-paper: #F4F6FB;
    --nw-line: #DCE1EE;
    --nw-cyan: #00A3E0;
    --nw-magenta: #E6007E;
    --nw-yellow: #FFD200;
    --nw-lime: #8DC63F;
    --nw-go: #2EAE4A;
    --nw-go-hover: #3CC35A;
    --nw-radius: 18px;
    --nw-shadow: 0 1px 2px rgba(14,22,55,0.06), 0 22px 44px -22px rgba(14,22,55,0.35);
    --nw-gutter: 20px;
    --nw-wrap: 1240px;
    --nw-section-y: clamp(4.5rem, 3rem + 5vw, 8rem);
    --nw-display: 'Outfit', 'Inter', sans-serif;
    --nw-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 600px)  { :root { --nw-gutter: 28px; } }
@media (min-width: 900px)  { :root { --nw-gutter: 40px; } }
@media (min-width: 1600px) { :root { --nw-wrap: 1400px; } }
@media (min-width: 2000px) { :root { --nw-wrap: 1600px; } html { font-size: 17px; } }
@media (min-width: 2400px) { :root { --nw-wrap: 1760px; } html { font-size: 18px; } }
@media (min-width: 3000px) { :root { --nw-wrap: 1960px; } html { font-size: 19.5px; } }

/* ── Base for system pages (zero specificity, so every component rule wins) ── */
html { overflow-x: hidden; }
:where(body.nw-sys), :where(body.nw-sys) *, :where(body.nw-sys) *::before, :where(body.nw-sys) *::after { box-sizing: border-box; margin: 0; padding: 0; }
:where(body.nw-sys) {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
}
:where(body.nw-sys) img { max-width: 100%; height: auto; display: block; }
:where(body.nw-sys) a { color: var(--nw-navy); text-decoration: none; transition: color 0.3s ease; }
:where(body.nw-sys) :is(h1, h2, h3, h4) { font-family: 'Inter', sans-serif; color: var(--nw-navy); line-height: 1.2; font-weight: 700; }

/* Header and footer line up with the wider frame on big screens; the header logo grows with it */
@media (min-width: 1600px) {
    .nw-sys .header-inner { max-width: calc(var(--nw-wrap) + 64px); }
    .nw-sys .footer-inner, .nw-sys .footer-bottom { max-width: var(--nw-wrap); }
}
@media (min-width: 2000px) { .nw-sys .header-logo { height: 44px; width: 270px; } }
@media (min-width: 2800px) { .nw-sys .header-logo { height: 52px; width: 320px; } }

/* ── Layout + type ── */
.nw { position: relative; display: block; font-size: 1rem; }
.nw-wrap { width: min(100% - 2 * var(--nw-gutter), var(--nw-wrap)); margin-inline: auto; }
.nw-sec { position: relative; padding: var(--nw-section-y) 0; background: #FFFFFF; }
.nw-sec--paper { background: var(--nw-paper); }
.nw-sec--navy { --nw-k: #FFFFFF; background: var(--nw-navy); color: #FFFFFF; }
.nw-sec--deep { --nw-k: #FFFFFF; background: var(--nw-navy-deep); color: #FFFFFF; }
.nw h1, .nw h2 {
    font-family: var(--nw-display);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--nw-ink);
    text-wrap: balance;
}
.nw h1 { font-size: clamp(2.3rem, 1.5rem + 2.6vw, 4.2rem); line-height: 1.04; }
.nw h2 { font-size: clamp(2rem, 1.3rem + 2vw, 3.5rem); line-height: 1.06; }
.nw h3 { font-family: var(--nw-display); font-weight: 600; font-size: 1.25rem; line-height: 1.25; letter-spacing: -0.01em; color: var(--nw-ink); }
:where(.nw) p { color: var(--nw-body); }
.nw :is(.nw-sec--navy, .nw-sec--deep, .nw-hero, .nw-cta, .nw-band) :is(h1, h2, h3) { color: #FFFFFF; }
.nw :is(.nw-sec--navy, .nw-sec--deep, .nw-hero, .nw-cta, .nw-band) :where(p) { color: rgba(255,255,255,0.8); }
.nw-lede { font-size: clamp(1.05rem, 0.98rem + 0.3vw, 1.3rem); line-height: 1.6; max-width: 58ch; margin-top: 1rem; }
.nw-head { max-width: 60rem; margin-bottom: clamp(2rem, 1.5rem + 1.5vw, 3.5rem); }
.nw-more { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.5rem; }

/* ── Buttons + links ── */
.nw-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.nw-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    padding: 1.05em 1.65em;
    border-radius: 999px;
    border: 2px solid transparent;
    font: 600 1rem/1 'Inter', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.25s var(--nw-ease), background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.nw-btn:active { transform: translateY(1px) scale(0.98); }
.nw-btn i { transition: transform 0.25s var(--nw-ease); }
.nw-btn--go { background: var(--nw-go); color: var(--nw-navy-deep); }
.nw-btn--go:hover { background: var(--nw-go-hover); color: var(--nw-navy-deep); }
.nw-btn--go:hover i.fa-arrow-right { transform: translateX(3px); }
.nw-btn--line { border-color: rgba(255,255,255,0.45); color: #FFFFFF; }
.nw-btn--line:hover { border-color: #FFFFFF; background: rgba(255,255,255,0.08); color: #FFFFFF; }
.nw-btn--ghost { border-color: var(--nw-line); color: var(--nw-ink); background: #FFFFFF; }
.nw-btn--ghost:hover { border-color: var(--nw-navy); color: var(--nw-ink); }
.nw-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-weight: 600;
    color: var(--nw-navy);
    border-bottom: 2px solid var(--nw-line);
    padding-bottom: 2px;
    transition: border-color 0.2s ease;
}
.nw-link:hover { color: var(--nw-navy); border-color: var(--nw-navy); }
.nw-link i { transition: transform 0.25s var(--nw-ease); }
.nw-link:hover i { transform: translateX(3px); }
.nw :is(.nw-sec--navy, .nw-sec--deep) .nw-link { color: #FFFFFF; border-color: rgba(255,255,255,0.3); }
.nw :where(p, li) a:not([class]) { color: var(--nw-navy); font-weight: 600; text-decoration: underline; text-decoration-color: var(--nw-line); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.nw :where(p, li) a:not([class]):hover { text-decoration-color: var(--nw-navy); }
.nw :is(.nw-sec--navy, .nw-sec--deep, .nw-hero, .nw-cta, .nw-band, .nw-visit) :where(p, li) a:not([class]) { color: #FFFFFF; text-decoration-color: rgba(255,255,255,0.4); }
.nw .nw-visit .nw-visit__row a { color: #FFFFFF; font-weight: 600; text-decoration: none; }
.nw .nw-visit .nw-visit__row a:hover { text-decoration: underline; }
.nw :is(.nw-btn, .nw-link, .nw-tile, .nw-row, .nw-pill, .nw-faq__q, .nw-crumbs a):focus-visible { outline: 3px solid var(--nw-go); outline-offset: 3px; }

/* The ink bar: a CMYK colour-control strip, like the one along the edge of a print sheet */
.nw-inkbar { display: flex; width: 7.5rem; height: 6px; border-radius: 3px; overflow: hidden; margin-bottom: 1.5rem; }
.nw-inkbar span { flex: 1; }
.nw-inkbar span:nth-child(1) { background: var(--nw-cyan); }
.nw-inkbar span:nth-child(2) { background: var(--nw-magenta); }
.nw-inkbar span:nth-child(3) { background: var(--nw-yellow); }
.nw-inkbar span:nth-child(4) { background: var(--nw-k, var(--nw-navy-deep)); }

/* Ink colour helpers for icon discs and markers */
.nw-ink-c { --nw-i: var(--nw-cyan); }
.nw-ink-m { --nw-i: var(--nw-magenta); }
.nw-ink-y { --nw-i: var(--nw-yellow); }
.nw-ink-l { --nw-i: var(--nw-lime); }
.nw-ink-n { --nw-i: var(--nw-navy); }

/* ── Inner-page hero ── */
.nw-hero {
    --nw-k: #FFFFFF;
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 90% at 85% 10%, #26398A 0%, var(--nw-navy) 45%, #172760 100%);
    color: #FFFFFF;
    padding: clamp(7.5rem, 6rem + 4vw, 10rem) 0 clamp(5rem, 3.5rem + 4vw, 8rem);
}
.nw-hero__grid { display: grid; gap: 3rem; align-items: center; }
.nw-hero h1 { color: #FFFFFF; max-width: 18ch; }
.nw-hero .nw-lede { color: rgba(255,255,255,0.82); }
.nw-hero .nw-lede strong { color: #FFFFFF; font-weight: 600; }
.nw-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 0.6rem; margin-bottom: 1.5rem; font-size: 0.88rem; color: rgba(255,255,255,0.65); }
.nw-crumbs a { color: rgba(255,255,255,0.85); border-bottom: 1px solid rgba(255,255,255,0.25); }
.nw-crumbs a:hover { color: #FFFFFF; border-color: #FFFFFF; }
.nw-crumbs i { font-size: 0.65rem; opacity: 0.6; }
@media (min-width: 1024px) {
    .nw-hero__grid { grid-template-columns: 1.1fr 0.9fr; gap: clamp(3rem, 2rem + 3vw, 6rem); }
}

/* Media: a photo with a halftone dot screen offset behind it (the dots a printer uses for tints) */
.nw-media { position: relative; margin: 0 1.25rem 1.25rem 0; }
.nw-media::before {
    content: '';
    position: absolute;
    inset: 1.25rem -1.25rem -1.25rem 1.25rem;
    border-radius: var(--nw-radius);
    background-image: radial-gradient(var(--nw-dot, var(--nw-magenta)) 1.6px, transparent 1.8px);
    background-size: 12px 12px;
    opacity: 0.55;
}
.nw-media img {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--nw-radius);
    box-shadow: var(--nw-shadow);
}
.nw-hero .nw-media { --nw-dot: var(--nw-cyan); }
.nw-hero .nw-media::before { opacity: 0.7; }

/* Proof bar: four plain facts, overlapping the bottom of the hero */
.nw-proofbar { position: relative; z-index: 2; margin-top: calc(-1 * clamp(2.5rem, 2rem + 1.5vw, 3.5rem)); }
.nw-proofbar ul {
    list-style: none;
    display: grid;
    gap: 0;
    background: #FFFFFF;
    border-radius: var(--nw-radius);
    box-shadow: var(--nw-shadow);
    border: 1px solid var(--nw-line);
    overflow: hidden;
}
.nw-proofbar li { display: flex; align-items: center; gap: 0.9rem; padding: 1.1rem 1.4rem; font-weight: 500; color: var(--nw-ink); line-height: 1.4; }
.nw-proofbar li + li { border-top: 1px solid var(--nw-line); }
.nw-proofbar i {
    flex: none;
    display: grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 12px;
    background: var(--nw-paper);
    background: color-mix(in srgb, var(--nw-i) 16%, #FFFFFF);
    color: var(--nw-navy);
    color: color-mix(in srgb, var(--nw-i) 70%, var(--nw-navy-deep));
    font-size: 1rem;
}
@media (min-width: 700px) {
    .nw-proofbar ul { grid-template-columns: 1fr 1fr; }
    .nw-proofbar li + li { border-top: 0; }
    .nw-proofbar li:nth-child(n+3) { border-top: 1px solid var(--nw-line); }
    .nw-proofbar li:nth-child(even) { border-left: 1px solid var(--nw-line); }
}
@media (min-width: 1100px) {
    .nw-proofbar ul { grid-template-columns: repeat(4, 1fr); }
    .nw-proofbar li:nth-child(n+3) { border-top: 0; }
    .nw-proofbar li + li { border-left: 1px solid var(--nw-line); }
}

/* ── Offer: what's on offer, a compact grid of icon + name + line ── */
.nw-offer { list-style: none; display: grid; gap: 0.9rem; grid-template-columns: 1fr; }
.nw-offer li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem 1.3rem;
    background: #FFFFFF;
    border: 1px solid var(--nw-line);
    border-radius: var(--nw-radius);
}
.nw-sec--paper .nw-offer li { border-color: transparent; box-shadow: 0 1px 2px rgba(14,22,55,0.05); }
.nw-offer i {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background: var(--nw-paper);
    background: color-mix(in srgb, var(--nw-i) 15%, #FFFFFF);
    color: var(--nw-navy);
    color: color-mix(in srgb, var(--nw-i) 72%, var(--nw-navy-deep));
    font-size: 1.1rem;
}
.nw-offer h3 { font-size: 1.08rem; margin-top: 0.2rem; }
.nw-offer p { font-size: 0.95rem; line-height: 1.55; margin-top: 0.2rem; }
@media (min-width: 640px)  { .nw-offer { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .nw-offer { grid-template-columns: repeat(4, 1fr); } .nw-offer li { grid-template-columns: 1fr; } }

/* ── Prose + split (text beside a photo) ── */
.nw-prose { max-width: 70ch; }
.nw-prose > * + * { margin-top: 1.1rem; }
.nw-prose p { font-size: 1.05rem; line-height: 1.75; }
.nw-prose h3 { margin-top: 2rem; }
.nw-prose ul, .nw-prose ol { padding-left: 1.3rem; color: var(--nw-body); }
.nw-prose li + li { margin-top: 0.4rem; }
.nw-split { display: grid; gap: clamp(2.5rem, 2rem + 3vw, 6rem); align-items: center; }
@media (min-width: 1024px) {
    .nw-split { grid-template-columns: 1fr 1fr; }
    .nw-split--reverse > :first-child { order: 2; }
}
.nw-head + .nw-prose { margin-top: -0.5rem; }

/* ── Cards: short points with an ink marker ── */
.nw-cards { display: grid; gap: 1rem; }
.nw-card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.1rem;
    padding: 1.5rem 1.6rem;
    background: #FFFFFF;
    border-radius: var(--nw-radius);
    box-shadow: 0 1px 2px rgba(14,22,55,0.05), 0 12px 30px -20px rgba(14,22,55,0.3);
    overflow: hidden;
}
.nw-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--nw-i); }
.nw-card > i {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background: var(--nw-paper);
    background: color-mix(in srgb, var(--nw-i) 15%, #FFFFFF);
    color: var(--nw-navy);
    color: color-mix(in srgb, var(--nw-i) 72%, var(--nw-navy-deep));
    font-size: 1.1rem;
}
.nw-card h3 { margin: 0.35rem 0 0.4rem; }
.nw-card p { line-height: 1.65; }
.nw-sec:not(.nw-sec--paper) .nw-card { border: 1px solid var(--nw-line); box-shadow: none; }
@media (min-width: 900px) { .nw-cards { grid-template-columns: 1fr 1fr; } }

/* ── Steps (1-2-3 with CMY discs) ── */
.nw-steps { list-style: none; display: grid; gap: 1.75rem; margin-top: 2.25rem; }
.nw-steps li { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: start; }
.nw-steps__n {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: var(--nw-n);
    color: var(--nw-navy-deep);
    font: 700 1.2rem/1 var(--nw-display);
}
.nw-steps li:nth-child(3n+1) { --nw-n: var(--nw-cyan); }
.nw-steps li:nth-child(3n+2) { --nw-n: var(--nw-magenta); }
.nw-steps li:nth-child(3n+2) .nw-steps__n { color: #FFFFFF; }
.nw-steps li:nth-child(3n+3) { --nw-n: var(--nw-yellow); }
.nw-steps h3 { margin: 0.55rem 0 0.35rem; }
.nw-steps p { line-height: 1.6; max-width: 52ch; }

/* ── Image tiles (products) ── */
.nw-tiles { display: grid; gap: clamp(0.75rem, 0.5rem + 0.6vw, 1.25rem); grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 11rem; }
@media (min-width: 700px) { .nw-tiles { grid-auto-rows: 14rem; } }
@media (min-width: 1024px) { .nw-tiles { grid-template-columns: repeat(var(--nw-cols, 3), minmax(0, 1fr)); grid-auto-rows: clamp(14rem, 10rem + 5vw, 20rem); } }
.nw-tiles--4 { --nw-cols: 4; }
.nw-tile {
    --nw-i: var(--nw-cyan);
    position: relative;
    display: block;
    overflow: hidden;
    isolation: isolate;
    border-radius: var(--nw-radius);
    background: var(--nw-navy-deep);
    box-shadow: var(--nw-shadow);
    color: #FFFFFF;
}
.nw-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--nw-ease); }
.nw-tile::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(14,22,55,0) 40%, rgba(14,22,55,0.85) 100%); }
.nw-tile--icon { background: linear-gradient(145deg, #22367E, var(--nw-navy-deep)); }
.nw-tile--icon > i.nw-tile__glyph { position: absolute; right: 1.25rem; top: 1.1rem; font-size: 2.4rem; color: var(--nw-i); opacity: 0.9; }
.nw-tile__label {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
    padding: clamp(0.85rem, 0.6rem + 0.8vw, 1.6rem);
}
.nw-tile__name {
    font-family: var(--nw-display);
    font-weight: 600;
    font-size: clamp(0.98rem, 0.88rem + 0.45vw, 1.5rem);
    line-height: 1.2;
    color: #FFFFFF;
    padding-left: 0.75rem;
    border-left: 4px solid var(--nw-i);
}
.nw-tile__label > i {
    flex: none;
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: transform 0.35s var(--nw-ease), background-color 0.25s ease, color 0.25s ease;
}
.nw-tile:hover { color: #FFFFFF; }
.nw-tile:hover img, .nw-tile:focus-visible img { transform: scale(1.05); }
.nw-tile:hover .nw-tile__label > i, .nw-tile:focus-visible .nw-tile__label > i { background: var(--nw-go); color: var(--nw-navy-deep); transform: translateX(2px); }
.nw-tiles > :nth-child(4n+2) { --nw-i: var(--nw-magenta); }
.nw-tiles > :nth-child(4n+3) { --nw-i: var(--nw-yellow); }
.nw-tiles > :nth-child(4n+4) { --nw-i: var(--nw-lime); }

/* Homepage bento: exactly ten cells */
.nw-bento {
    display: grid;
    gap: clamp(0.75rem, 0.5rem + 0.6vw, 1.25rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 10.5rem;
    grid-template-areas: "a a" "b c" "d d" "e f" "g h" "i j";
}
@media (min-width: 700px) { .nw-bento { grid-auto-rows: 14rem; } }
@media (min-width: 1024px) {
    .nw-bento {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-rows: clamp(14rem, 9rem + 6vw, 21rem);
        grid-template-areas: "a a b c" "a a d d" "e f f g" "h h i j";
    }
}
.nw-bento > :nth-child(1)  { grid-area: a; }
.nw-bento > :nth-child(2)  { grid-area: b; --nw-i: var(--nw-magenta); }
.nw-bento > :nth-child(3)  { grid-area: c; --nw-i: var(--nw-yellow); }
.nw-bento > :nth-child(4)  { grid-area: d; --nw-i: var(--nw-lime); }
.nw-bento > :nth-child(5)  { grid-area: e; }
.nw-bento > :nth-child(6)  { grid-area: f; --nw-i: var(--nw-magenta); }
.nw-bento > :nth-child(7)  { grid-area: g; --nw-i: var(--nw-yellow); }
.nw-bento > :nth-child(8)  { grid-area: h; --nw-i: var(--nw-lime); }
.nw-bento > :nth-child(9)  { grid-area: i; }
.nw-bento > :nth-child(10) { grid-area: j; --nw-i: var(--nw-magenta); }
.nw-bento > :nth-child(1) .nw-tile__name { font-size: clamp(1.15rem, 0.95rem + 0.9vw, 2rem); }

/* ── Link rows (thumbnail or icon + name + line + arrow) ── */
.nw-rows { list-style: none; display: grid; gap: 0.75rem; }
@media (min-width: 700px) { .nw-rows { grid-template-columns: 1fr 1fr; } }
.nw-row {
    display: grid;
    grid-template-columns: 4rem 1fr auto;
    align-items: center;
    gap: 1rem;
    height: 100%;
    padding: 0.9rem 1.25rem 0.9rem 0.9rem;
    border-radius: var(--nw-radius);
    background: #FFFFFF;
    border: 1px solid var(--nw-line);
    color: var(--nw-ink);
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.35s var(--nw-ease);
}
.nw-row:hover { border-color: var(--nw-navy); transform: translateY(-2px); color: var(--nw-ink); }
.nw-row__thumb { display: grid; place-items: center; width: 4rem; height: 4rem; border-radius: 12px; background: var(--nw-paper); overflow: hidden; color: var(--nw-navy); font-size: 1.4rem; }
.nw-row__thumb img { width: 86%; height: 86%; object-fit: contain; }
.nw-row__thumb--photo img { width: 100%; height: 100%; object-fit: cover; }
.nw-row strong { display: block; font-family: var(--nw-display); font-weight: 600; font-size: 1.1rem; line-height: 1.3; }
.nw-row small { display: block; margin-top: 0.15rem; font-size: 0.9rem; line-height: 1.45; color: var(--nw-body); }
.nw-row > i { color: var(--nw-body); transition: transform 0.25s var(--nw-ease), color 0.25s ease; }
.nw-row:hover > i { color: var(--nw-navy); transform: translateX(3px); }
.nw :is(.nw-sec--navy, .nw-sec--deep) .nw-row { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.09); color: #FFFFFF; }
.nw :is(.nw-sec--navy, .nw-sec--deep) .nw-row:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); color: #FFFFFF; }
.nw :is(.nw-sec--navy, .nw-sec--deep) .nw-row__thumb { background: #FFFFFF; }
.nw :is(.nw-sec--navy, .nw-sec--deep) .nw-row small { color: rgba(255,255,255,0.72); }
.nw :is(.nw-sec--navy, .nw-sec--deep) .nw-row > i { color: rgba(255,255,255,0.55); }
.nw :is(.nw-sec--navy, .nw-sec--deep) .nw-row:hover > i { color: var(--nw-go); }
.nw-row--eco { background: rgba(141,198,63,0.1) !important; border-color: rgba(141,198,63,0.3) !important; }
.nw-row--eco .nw-row__thumb { background: rgba(141,198,63,0.16) !important; color: var(--nw-lime); }

/* ── Areas: town pills + "Find us" card ── */
.nw-towns { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 2rem 0; }
.nw-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.15rem;
    border-radius: 999px;
    border: 1px solid var(--nw-line);
    background: var(--nw-paper);
    color: var(--nw-ink);
    font-weight: 500;
    line-height: 1.2;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.3s var(--nw-ease);
}
a.nw-pill:hover { border-color: var(--nw-navy); background: #FFFFFF; color: var(--nw-ink); transform: translateY(-1px); }
.nw-pill i { color: var(--nw-magenta); font-size: 0.85em; }
.nw-visit {
    --nw-k: #FFFFFF;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: clamp(1.75rem, 1.2rem + 1.5vw, 2.75rem);
    border-radius: var(--nw-radius);
    background: var(--nw-navy);
    color: #FFFFFF;
    box-shadow: var(--nw-shadow);
}
.nw-visit h3 { color: #FFFFFF; font-size: 1.6rem; margin-bottom: 0.25rem; }
.nw-visit__addr { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 1.1rem; font-style: normal; }
.nw-visit__row { display: flex; gap: 0.9rem; align-items: flex-start; color: rgba(255,255,255,0.88); line-height: 1.5; }
.nw-visit__row i { width: 1.25rem; margin-top: 0.2rem; text-align: center; color: var(--nw-yellow); }
.nw-visit__row a { color: #FFFFFF; font-weight: 600; }
.nw-visit__row a:hover { color: #FFFFFF; text-decoration: underline; }
.nw-visit::after {
    content: '';
    position: absolute;
    right: -3rem;
    bottom: -3rem;
    width: 16rem;
    height: 16rem;
    background-image: radial-gradient(rgba(0,163,224,0.7) 1.6px, transparent 1.8px);
    background-size: 11px 11px;
    -webkit-mask-image: radial-gradient(circle, #000 20%, transparent 68%);
    mask-image: radial-gradient(circle, #000 20%, transparent 68%);
    pointer-events: none;
}
.nw-areas { display: grid; gap: 3rem; align-items: stretch; }
@media (min-width: 1024px) { .nw-areas { grid-template-columns: 1.45fr 1fr; gap: clamp(3rem, 2rem + 3vw, 6rem); } }

/* ── Two-column section layout: intro left, content right ── */
.nw-duo { display: grid; gap: 2.5rem; }
@media (min-width: 1024px) {
    .nw-duo { grid-template-columns: 0.85fr 1.4fr; gap: clamp(3rem, 2rem + 3vw, 6rem); align-items: start; }
    .nw-duo--sticky > :first-child { position: sticky; top: 7rem; }
    .nw-duo--center { align-items: center; }
    .nw-duo--flip > :first-child { order: 2; }
}

/* ── Questions (accordion) ── */
.nw-faq__item { background: #FFFFFF; border: 1px solid var(--nw-line); border-radius: var(--nw-radius); }
.nw-faq__item + .nw-faq__item { margin-top: 0.75rem; }
.nw-faq__q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: none;
    border: 0;
    border-radius: var(--nw-radius);
    cursor: pointer;
    text-align: left;
    font: 600 1.05rem/1.4 'Inter', sans-serif;
    color: var(--nw-ink);
}
.nw-faq__q i { flex: none; color: var(--nw-navy); transition: transform 0.3s var(--nw-ease); }
.nw-faq__item.open .nw-faq__q i { transform: rotate(45deg); }
.nw-faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.35s var(--nw-ease); }
.nw-faq__a > div { overflow: hidden; }
.nw-faq__item.open .nw-faq__a { grid-template-rows: 1fr; }
.nw-faq__a p { padding: 0 1.5rem 1.35rem; line-height: 1.7; max-width: 70ch; }

/* ── Bands: the ink-burst photo behind navy (mid-page band and closing call to action) ── */
.nw-cta, .nw-band {
    --nw-k: #FFFFFF;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: var(--nw-navy);
    color: #FFFFFF;
    padding: clamp(5rem, 3.5rem + 6vw, 10rem) 0;
}
.nw-band { padding: clamp(4rem, 3rem + 4vw, 7rem) 0; }
.nw-cta__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 75% center; }
.nw-cta::before, .nw-band::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(27,45,107,0.6) 0%, rgba(27,45,107,0.35) 40%, rgba(27,45,107,0) 62%);
}
.nw-cta h2, .nw-band h2 { color: #FFFFFF; max-width: 16ch; }
@media (max-width: 899px) {
    .nw-cta::before, .nw-band::before { background: linear-gradient(180deg, rgba(27,45,107,0.72) 0%, rgba(27,45,107,0.94) 100%); }
}

/* ── Facts list (short statements with an icon disc) ── */
.nw-facts { list-style: none; display: grid; }
.nw-facts li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.25rem; padding: 1.5rem 0; align-items: start; }
.nw-facts li + li { border-top: 1px solid var(--nw-line); }
.nw-facts i { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 999px; background: rgba(46,174,74,0.12); color: #1F7A35; font-size: 1.15rem; }
.nw-facts li > div > strong { display: block; font-family: var(--nw-display); font-weight: 600; font-size: 1.35rem; color: var(--nw-ink); line-height: 1.25; }
.nw-facts li > div > span { display: block; margin-top: 0.25rem; color: var(--nw-body); line-height: 1.55; }
.nw-facts li > div > span strong { font-weight: 600; color: var(--nw-ink); }

/* ── Long-form text (legal, policies, guides) ── */
.nw-legal { max-width: 75ch; }
.nw-legal > * + * { margin-top: 1rem; }
.nw-legal h2 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2.1rem); margin-top: 2.75rem; }
.nw-legal h3 { margin-top: 2rem; }
.nw-legal p, .nw-legal li { line-height: 1.75; color: var(--nw-body); }
.nw-legal ul, .nw-legal ol { padding-left: 1.3rem; }
.nw-legal li + li { margin-top: 0.4rem; }

/* ── Motion: reveal on scroll ── */
.nw .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94); }
.nw .reveal.visible { opacity: 1; transform: none; }
.nw .reveal-d1 { transition-delay: 0.08s; }
.nw .reveal-d2 { transition-delay: 0.16s; }
.nw .reveal-d3 { transition-delay: 0.24s; }
.nw .reveal-d4 { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) {
    .nw .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    .nw-tile img, .nw-btn, .nw-link i, .nw-row, .nw-pill, .nw-faq__a, .nw-faq__q i { transition: none !important; }
}

/* ── Additions (22 Sep, from agent feedback) ── */
/* Steps: heading + optional intro sit tight above the list */
.nw-head--tight { margin-bottom: 0; }
/* Tiles: an optional one-line description under the name (hidden on phones, where tiles are small) */
.nw-tile__text { min-width: 0; }
.nw-tile__desc {
    margin-top: 0.35rem;
    padding-left: calc(0.75rem + 4px);
    font-size: 0.9rem;
    line-height: 1.4;
    color: rgba(255,255,255,0.84);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nw-tile:has(.nw-tile__desc)::after { background: linear-gradient(180deg, rgba(14,22,55,0) 25%, rgba(14,22,55,0.9) 100%); }
@media (max-width: 699px) { .nw-tile__desc { display: none; } }
/* Offer, title-only: compact chips in a wrapping grid */
.nw-offer--compact { grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr)) !important; gap: 0.7rem; }
.nw-offer--compact li { grid-template-columns: auto 1fr !important; align-items: center; padding: 0.8rem 1rem; }
.nw-offer--compact i { width: 2.4rem; height: 2.4rem; font-size: 1rem; }
.nw-offer--compact h3 { margin-top: 0; font-size: 1rem; }
/* Tiles on phones: smaller names and a stronger scrim, so long names stay readable over busy photos */
@media (max-width: 699px) {
    .nw-tile::after { background: linear-gradient(180deg, rgba(14,22,55,0.1) 0%, rgba(14,22,55,0.55) 45%, rgba(14,22,55,0.92) 100%); }
    .nw-tile__name { font-size: 0.92rem; padding-left: 0.6rem; border-left-width: 3px; }
    .nw-tile__label { padding: 0.75rem; gap: 0.5rem; }
    .nw-tile__label > i { width: 2rem; height: 2rem; font-size: 0.8rem; }
}
/* Anchored sections clear the fixed header when jumped to */
.nw [id] { scroll-margin-top: 6.5rem; }
/* Bullet lists in prose: small ink squares */
.nw-list { list-style: none; display: grid; gap: 0.55rem; margin-top: 1.25rem; padding: 0 !important; }
.nw-list li { position: relative; padding-left: 1.5rem; color: var(--nw-body); line-height: 1.6; }
.nw-list li::before { content: ''; position: absolute; left: 0; top: 0.62em; width: 0.55rem; height: 0.55rem; border-radius: 2px; background: var(--nw-cyan); }
.nw-list li:nth-child(4n+2)::before { background: var(--nw-magenta); }
.nw-list li:nth-child(4n+3)::before { background: var(--nw-yellow); }
.nw-list li:nth-child(4n+4)::before { background: var(--nw-lime); }
/* Tables */
.nw-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1.25rem 0; }
.nw table { width: 100%; border-collapse: collapse; font-size: 0.95rem; line-height: 1.55; }
.nw th, .nw td { text-align: left; padding: 0.75rem 1rem; border-bottom: 1px solid var(--nw-line); vertical-align: top; color: var(--nw-body); }
.nw thead th { font-family: var(--nw-display); font-weight: 600; color: var(--nw-ink); background: var(--nw-paper); }
.nw tbody tr:hover td { background: rgba(244,246,251,0.6); }
/* Grids without a lonely last item */
@media (min-width: 1100px) { .nw-offer--3:not(.nw-offer--compact) { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .nw-cards > .nw-card:last-child:nth-child(odd) { grid-column: 1 / -1; } }
