/* ==========================================================================
   Nashville Roof — Theme Stylesheet
   ========================================================================== */

:root {
    --nr-navy: #0B1729;
    --nr-navy-2: #142847;
    --nr-navy-3: #1B355E;
    --nr-yellow: #F5B400;
    --nr-yellow-light: #FFC633;
    --nr-ink: #0F172A;
    --nr-mute: #64748B;
    --nr-soft: #F4F6FA;
    --nr-border: #E5E9F0;
    --nr-white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--nr-ink);
    background: #fff;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.font-display { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; letter-spacing: -0.01em; text-transform: uppercase; line-height: 1.05; }
.font-display-tight { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; letter-spacing: -0.02em; line-height: 0.92; text-transform: uppercase; }
.nr-accent { color: var(--nr-yellow); }

.nr-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---- Buttons ---- */
.nr-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; font-weight: 800; font-size: 14px; letter-spacing: .02em; text-transform: uppercase; border-radius: 4px; cursor: pointer; border: 0; transition: transform .2s, box-shadow .2s, background .2s; line-height: 1; }
.nr-btn-block { width: 100%; justify-content: center; }
.nr-btn-primary { background: var(--nr-yellow); color: var(--nr-ink); box-shadow: 0 6px 0 #C99300, 0 14px 30px rgba(245,180,0,.18); }
.nr-btn-primary:hover { transform: translateY(-2px); background: var(--nr-yellow-light); box-shadow: 0 8px 0 #C99300, 0 16px 32px rgba(245,180,0,.28); }
.nr-btn-ghost { color: #fff; background: transparent; border: 2px solid rgba(255,255,255,.35); }
.nr-btn-ghost:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.nr-btn-dark { background: var(--nr-navy); color: #fff; }
.nr-btn-dark:hover { background: var(--nr-navy-2); }

/* ---- Top bar ---- */
.nr-topbar { background: var(--nr-navy); color: rgba(255,255,255,.8); font-size: 12px; }
.nr-topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 40px; }
.nr-topbar-left, .nr-topbar-right { display: flex; gap: 24px; align-items: center; }
.nr-topbar i { color: var(--nr-yellow); margin-right: 6px; }
.nr-topbar a { color: inherit; }
.nr-topbar a:hover { color: #fff; }
.nr-topbar-phone { font-weight: 700; }
@media (max-width: 768px) { .nr-topbar { display: none; } }

/* ---- Header ---- */
.nr-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.06); transition: box-shadow .2s; }
.nr-header.is-scrolled { box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.nr-header-inner { display: flex; justify-content: space-between; align-items: center; height: 80px; gap: 20px; }
.nr-logo img { height: 56px; width: auto; }
.nr-menu { display: flex; gap: 4px; margin: 0; padding: 0; list-style: none; }
.nr-menu li a { display: block; padding: 10px 14px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--nr-ink); position: relative; }
.nr-menu li a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--nr-yellow); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.nr-menu li a:hover { color: var(--nr-yellow); }
.nr-menu li a:hover::after { transform: scaleX(1); }
.nr-header-actions { display: flex; align-items: center; gap: 14px; }
.nr-header-phone { display: flex; align-items: center; gap: 10px; }
.nr-header-phone-ico { width: 36px; height: 36px; border-radius: 50%; background: var(--nr-yellow); display: grid; place-items: center; }
.nr-header-phone-label { display: block; font-size: 10px; font-weight: 800; text-transform: uppercase; color: var(--nr-mute); letter-spacing: .05em; }
.nr-header-phone-num { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 22px; color: var(--nr-navy); line-height: 1; }
.nr-menu-toggle { display: none; background: transparent; border: 0; padding: 8px; font-size: 22px; color: var(--nr-navy); cursor: pointer; }
@media (max-width: 1024px) {
    .nr-menu { display: none; }
    .nr-menu.is-open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: #fff; padding: 20px; border-top: 1px solid var(--nr-border); gap: 0; }
    .nr-menu-toggle { display: inline-flex; }
}
@media (max-width: 768px) {
    .nr-header-phone, .nr-cta-header { display: none; }
}

/* ---- Hero ---- */
.nr-hero { position: relative; color: #fff; overflow: hidden; background-color: var(--nr-navy); background-size: cover; background-position: center; padding: 80px 0 110px; }
.nr-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,23,41,.92) 0%, rgba(11,23,41,.78) 45%, rgba(11,23,41,.45) 100%); }
.nr-hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; opacity: .3; }
.nr-hero-inner { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; align-items: center; }
@media (max-width: 1024px) { .nr-hero-inner { grid-template-columns: 1fr; } }
.nr-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(8px); padding: 8px 16px; border-radius: 4px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #fff; }
.nr-eyebrow-light { background: transparent; border: 0; padding: 0; color: var(--nr-navy); }
.nr-eyebrow-light::before { content: ""; display: inline-block; width: 48px; height: 5px; background: var(--nr-yellow); margin-right: 12px; vertical-align: middle; transform: skewX(-18deg); }
.nr-eyebrow-yellow { color: var(--nr-yellow); }
.nr-pulse-dot { width: 8px; height: 8px; background: var(--nr-yellow); border-radius: 50%; animation: nrPulse 2s infinite; }
@keyframes nrPulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.nr-hero-title { font-size: clamp(48px, 7vw, 96px); margin: 24px 0 0; color: #fff; }
.nr-hero-sub { margin: 22px 0 0; max-width: 580px; font-size: 18px; color: rgba(255,255,255,.8); line-height: 1.6; }
.nr-hero-actions { margin: 30px 0 0; display: flex; flex-wrap: wrap; gap: 14px; }
.nr-hero-trust { margin: 40px 0 0; display: flex; flex-wrap: wrap; gap: 28px; font-size: 14px; color: rgba(255,255,255,.7); }
.nr-hero-trust i { color: var(--nr-yellow); margin-right: 6px; }
.nr-stars i { color: var(--nr-yellow); }
.nr-hero-card { position: relative; background: #fff; color: var(--nr-ink); padding: 32px; border-top: 4px solid var(--nr-yellow); box-shadow: 0 30px 60px rgba(0,0,0,.4); max-width: 440px; justify-self: end; }
.nr-hero-card-tag { position: absolute; top: -12px; left: 26px; background: var(--nr-navy); color: var(--nr-yellow); font-size: 10px; font-weight: 800; letter-spacing: .2em; padding: 5px 12px; }
.nr-hero-card h3 { font-size: 28px; color: var(--nr-navy); margin: 0; line-height: 1.05; }
.nr-hero-card p { font-size: 14px; color: var(--nr-mute); margin: 8px 0 0; }
.nr-lead-form { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.nr-lead-form input, .nr-lead-form textarea { width: 100%; padding: 12px 16px; border: 1px solid #d6dbe3; border-radius: 4px; font-size: 14px; font-family: inherit; }
.nr-lead-form input:focus, .nr-lead-form textarea:focus { outline: 0; border-color: var(--nr-yellow); }
.nr-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nr-form-fineprint { font-size: 11px; color: var(--nr-mute); margin: 0; }
.nr-hero-stripe { position: relative; height: 8px; background: var(--nr-yellow); margin-top: 60px; }

/* ---- Trust bar ---- */
.nr-trustbar { padding: 22px 0; border-bottom: 1px solid var(--nr-border); overflow: hidden; }
.nr-trustbar-track { display: flex; gap: 48px; align-items: center; white-space: nowrap; animation: nrMarquee 32s linear infinite; }
@keyframes nrMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.nr-trust-pill { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #334155; }
.nr-diamond { width: 8px; height: 8px; background: var(--nr-yellow); transform: rotate(45deg); }

/* ---- Section general ---- */
.nr-section { padding: 90px 0; }
.nr-section-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 50px; }
.nr-section-head--center { text-align: center; flex-direction: column; align-items: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.nr-section-title { font-size: clamp(40px, 5vw, 64px); color: var(--nr-navy); margin: 12px 0 0; max-width: 720px; }
.nr-section-intro { max-width: 420px; color: var(--nr-mute); }
.nr-services { background: var(--nr-soft); }
.nr-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px) { .nr-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .nr-services-grid { grid-template-columns: 1fr; } }
.nr-service-card { position: relative; background: #fff; padding: 28px; border: 1px solid var(--nr-border); transition: transform .25s, box-shadow .25s, border-color .25s; }
.nr-service-card:hover { transform: translateY(-6px); border-color: var(--nr-yellow); box-shadow: 0 24px 48px -20px rgba(11,23,41,.25); }
.nr-service-tag { position: absolute; top: 14px; right: 14px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; background: var(--nr-yellow); color: var(--nr-ink); padding: 4px 8px; }
.nr-service-icon { width: 56px; height: 56px; background: var(--nr-navy); color: var(--nr-yellow); display: grid; place-items: center; font-size: 24px; margin-bottom: 20px; }
.nr-service-card h3 { font-size: 22px; color: var(--nr-navy); margin: 0; line-height: 1.05; }
.nr-service-card p { font-size: 14px; color: var(--nr-mute); margin: 12px 0 0; }
.nr-service-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--nr-navy); }
.nr-service-link:hover { color: var(--nr-yellow); }

/* ---- Why us ---- */
.nr-whyus-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 50px; align-items: center; }
@media (max-width: 980px) { .nr-whyus-grid { grid-template-columns: 1fr; } }
.nr-whyus-image { position: relative; }
.nr-whyus-image img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.nr-whyus-badge-years { position: absolute; bottom: -32px; right: -10px; background: var(--nr-yellow); padding: 24px; max-width: 240px; box-shadow: 0 20px 40px rgba(0,0,0,.15); }
.nr-yrs-num { font-size: 48px; color: var(--nr-navy); }
.nr-yrs-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--nr-navy); margin-top: 4px; }
.nr-whyus-badge-bbb { position: absolute; top: -24px; left: -10px; background: var(--nr-navy); color: #fff; padding: 18px 20px; box-shadow: 0 20px 40px rgba(0,0,0,.15); }
.nr-whyus-badge-bbb > div:first-child { color: var(--nr-yellow); font-size: 24px; line-height: 1; }
.nr-whyus-badge-bbb > div:last-child { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin-top: 4px; }
.nr-whyus-text p { color: var(--nr-mute); font-size: 18px; max-width: 580px; }
.nr-whyus-points { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 40px 0; }
@media (max-width: 560px) { .nr-whyus-points { grid-template-columns: 1fr; } }
.nr-point { display: flex; gap: 16px; }
.nr-point-icon { width: 44px; height: 44px; flex-shrink: 0; background: var(--nr-navy); color: var(--nr-yellow); display: grid; place-items: center; }
.nr-point h4 { margin: 0; font-size: 18px; color: var(--nr-navy); }
.nr-point p { margin: 6px 0 0; font-size: 14px; color: var(--nr-mute); }

/* ---- Stats ---- */
.nr-stats { background: var(--nr-navy); padding: 80px 0; position: relative; overflow: hidden; }
.nr-stats-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; opacity: .5; }
.nr-stats-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
@media (max-width: 768px) { .nr-stats-grid { grid-template-columns: repeat(2, 1fr); } }
.nr-stat-num { font-size: clamp(48px, 6vw, 84px); color: var(--nr-yellow); line-height: 1; }
.nr-stat-label { margin-top: 12px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; color: rgba(255,255,255,.8); }

/* ---- Process ---- */
.nr-process { background: var(--nr-soft); }
.nr-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
@media (max-width: 980px) { .nr-process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .nr-process-grid { grid-template-columns: 1fr; } }
.nr-process-connector { display: none; }
@media (min-width: 1025px) { .nr-process-connector { display: block; position: absolute; top: 48px; left: 12.5%; right: 12.5%; height: 2px; background: rgba(245,180,0,.3); } }
.nr-process-card { position: relative; background: #fff; padding: 28px; border: 1px solid var(--nr-border); transition: border-color .25s; }
.nr-process-card:hover { border-color: var(--nr-yellow); }
.nr-process-num { font-size: 64px; color: var(--nr-yellow); line-height: 1; }
.nr-process-card h3 { font-size: 22px; color: var(--nr-navy); margin: 16px 0 0; }
.nr-process-card p { font-size: 14px; color: var(--nr-mute); margin: 8px 0 0; }

/* ---- Gallery ---- */
.nr-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
@media (max-width: 768px) { .nr-gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.nr-gallery-item { position: relative; overflow: hidden; }
.nr-gallery-item.wide { grid-column: span 2; grid-row: span 2; }
.nr-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.nr-gallery-item:hover img { transform: scale(1.1); }
.nr-gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, var(--nr-navy), rgba(11,23,41,.3), transparent); opacity: .9; }
.nr-gallery-meta { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; color: #fff; }
.nr-gallery-tag { font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--nr-yellow); }
.nr-gallery-title { font-size: 20px; margin-top: 4px; line-height: 1.1; }

/* ---- Storm CTA ---- */
.nr-storm-cta { position: relative; padding: 80px 0; background: var(--nr-navy); background-size: cover; background-position: center; color: #fff; overflow: hidden; }
.nr-storm-overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--nr-navy) 0%, rgba(11,23,41,.85) 50%, transparent 100%); }
.nr-storm-inner { position: relative; max-width: 760px; }
.nr-storm-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--nr-yellow); color: var(--nr-ink); padding: 6px 14px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.nr-storm-title { font-size: clamp(48px, 6vw, 80px); color: #fff; margin: 20px 0 0; }
.nr-storm-cta p { font-size: 18px; color: rgba(255,255,255,.8); margin: 20px 0 0; }
.nr-storm-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; }

/* ---- Testimonials ---- */
.nr-testimonials { background: var(--nr-soft); }
.nr-review-summary { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; color: var(--nr-mute); }
.nr-review-summary strong { color: var(--nr-navy); }
.nr-reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 768px) { .nr-reviews-grid { grid-template-columns: 1fr; } }
.nr-review { position: relative; background: #fff; padding: 32px; border: 1px solid var(--nr-border); transition: box-shadow .25s; }
.nr-review:hover { box-shadow: 0 20px 40px rgba(11,23,41,.1); }
.nr-quote-icon { position: absolute; top: 24px; right: 24px; font-size: 56px; color: rgba(245,180,0,.2); }
.nr-review p { color: #334155; margin: 12px 0 0; line-height: 1.65; }
.nr-review-author { margin-top: 22px; padding-top: 22px; border-top: 1px solid #eef1f5; display: flex; align-items: center; gap: 12px; }
.nr-review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--nr-navy); color: var(--nr-yellow); display: grid; place-items: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 20px; }
.nr-review-name { font-weight: 800; color: var(--nr-navy); }
.nr-review-place { font-size: 12px; color: var(--nr-mute); }

/* ---- Areas ---- */
.nr-areas-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 50px; align-items: center; }
@media (max-width: 980px) { .nr-areas-grid { grid-template-columns: 1fr; } }
.nr-areas-grid p { color: var(--nr-mute); font-size: 18px; }
.nr-areas-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 560px) { .nr-areas-list { grid-template-columns: repeat(2, 1fr); } }
.nr-area-pill { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border: 1px solid var(--nr-border); transition: all .2s; font-size: 14px; font-weight: 600; color: var(--nr-navy); }
.nr-area-pill:hover { border-color: var(--nr-yellow); background: var(--nr-soft); }
.nr-area-pill i { color: var(--nr-yellow); }

/* ---- FAQ ---- */
.nr-faq { background: var(--nr-soft); }
.nr-faq-inner { max-width: 880px; margin: 0 auto; }
.nr-faq-list { display: flex; flex-direction: column; gap: 12px; }
.nr-faq-item { background: #fff; border: 1px solid var(--nr-border); transition: border-color .2s; }
.nr-faq-item.is-open { border-color: var(--nr-yellow); }
.nr-faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 24px; background: transparent; border: 0; cursor: pointer; text-align: left; }
.nr-faq-q > span:first-child { font-size: 20px; color: var(--nr-navy); }
.nr-faq-icon { width: 36px; height: 36px; border-radius: 50%; background: #f1f3f7; color: var(--nr-navy); display: grid; place-items: center; transition: background .2s, color .2s; }
.nr-faq-item.is-open .nr-faq-icon { background: var(--nr-yellow); color: var(--nr-ink); }
.nr-faq-item.is-open .nr-faq-icon i::before { content: "\f068"; } /* fa-minus */
.nr-faq-a { display: none; padding: 0 24px 24px; color: var(--nr-mute); line-height: 1.65; }
.nr-faq-item.is-open .nr-faq-a { display: block; }

/* ---- Contact ---- */
.nr-contact { background: var(--nr-navy); color: #fff; position: relative; overflow: hidden; }
.nr-contact-bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; opacity: .3; }
.nr-contact-bg-glow { position: absolute; top: -120px; right: -120px; width: 500px; height: 500px; background: rgba(245,180,0,.1); border-radius: 50%; filter: blur(60px); }
.nr-contact-grid { position: relative; display: grid; grid-template-columns: 5fr 7fr; gap: 50px; }
@media (max-width: 980px) { .nr-contact-grid { grid-template-columns: 1fr; } }
.nr-contact .nr-section-title { color: #fff; }
.nr-contact p { color: rgba(255,255,255,.75); font-size: 18px; }
.nr-contact-items { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
.nr-contact-item { display: flex; align-items: center; gap: 16px; color: inherit; }
.nr-contact-icon { width: 48px; height: 48px; background: var(--nr-yellow); color: var(--nr-ink); display: grid; place-items: center; font-size: 18px; flex-shrink: 0; }
.nr-contact-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.6); }
.nr-contact-value { font-size: 28px; color: #fff; transition: color .2s; }
a.nr-contact-item:hover .nr-contact-value, a.nr-contact-item:hover .nr-contact-value-sm { color: var(--nr-yellow); }
.nr-contact-value-sm { font-weight: 700; font-size: 16px; color: #fff; transition: color .2s; }
.nr-contact-card { background: #fff; color: var(--nr-ink); padding: 40px; border-top: 4px solid var(--nr-yellow); box-shadow: 0 30px 60px rgba(0,0,0,.3); }
.nr-contact-card h3 { font-size: 28px; color: var(--nr-navy); margin: 0; }

/* ---- Footer ---- */
.nr-footer { background: #070F1C; color: rgba(255,255,255,.7); padding: 80px 0 24px; }
.nr-footer-grid { display: grid; grid-template-columns: 4fr 2fr 2fr 4fr; gap: 40px; }
@media (max-width: 980px) { .nr-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .nr-footer-grid { grid-template-columns: 1fr; } }
.nr-footer-logo { height: 80px; background: #fff; padding: 8px; }
.nr-footer-col p { font-size: 14px; line-height: 1.65; margin-top: 20px; }
.nr-social { display: flex; gap: 10px; margin-top: 22px; }
.nr-social a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; color: rgba(255,255,255,.7); transition: all .2s; }
.nr-social a:hover { border-color: var(--nr-yellow); color: var(--nr-yellow); }
.nr-footer-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; text-transform: uppercase; color: #fff; font-size: 18px; margin: 0 0 16px; }
.nr-footer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.nr-footer-list a { color: rgba(255,255,255,.7); transition: color .2s; }
.nr-footer-list a:hover { color: var(--nr-yellow); }
.nr-footer-link { display: flex; align-items: center; gap: 12px; font-size: 14px; margin-bottom: 10px; color: rgba(255,255,255,.7); transition: color .2s; }
.nr-footer-link i { color: var(--nr-yellow); }
.nr-footer-link:hover { color: var(--nr-yellow); }
.nr-emergency-box { margin-top: 24px; padding: 16px; border: 1px solid rgba(245,180,0,.3); background: rgba(245,180,0,.1); }
.nr-emergency-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--nr-yellow); }
.nr-emergency-text { font-size: 14px; color: #fff; margin-top: 4px; }
.nr-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding-top: 24px; font-size: 12px; }
.nr-footer-bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; }
.nr-footer-legal a { color: inherit; margin-left: 18px; }
.nr-footer-legal a:hover { color: var(--nr-yellow); }

/* ---- Page hero / generic pages ---- */
.nr-page-hero { background: var(--nr-navy); color: #fff; padding: 80px 0; }
.nr-page-title { font-size: clamp(40px, 5vw, 64px); color: #fff; margin: 0; }
.nr-page-content { padding: 60px 24px; }
.nr-404 { text-align: center; }
.nr-404-title { font-size: 144px; color: var(--nr-yellow); margin: 0; line-height: 1; }
