:root {
    --nu-ink: #17201d;
    --nu-ink-2: #25312d;
    --nu-paper: #f7f5ef;
    --nu-white: #ffffff;
    --nu-line: #d8d6cc;
    --nu-muted: #65706a;
    --nu-green: #1f6f55;
    --nu-green-dark: #15513f;
    --nu-gold: #c79d43;
    --nu-blue: #315f7d;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--nu-paper);
    color: var(--nu-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.nu-site h1,
.nu-site h2,
.nu-site h3,
.nu-site h4,
.nu-site h5,
.nu-site h6 {
    border: 0 !important;
    outline: 0;
    box-shadow: none;
}

.nu-site { min-height: 100vh; background: var(--nu-paper); }
.nu-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.nu-alert {
    background: var(--nu-ink);
    color: var(--nu-paper);
    font-size: 0.8rem;
}

.nu-alert-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.nu-alert a { color: #d8f3df; font-weight: 700; }

.nu-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(23, 32, 29, 0.14);
    background: rgba(247, 245, 239, 0.94);
    backdrop-filter: blur(18px);
}

.nu-nav-bar {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.nu-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.nu-brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--nu-ink);
    background: var(--nu-ink);
    color: white;
    font-size: 0.78rem;
    font-weight: 800;
}

.nu-brand-name {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
}

.nu-brand-kicker {
    display: block;
    color: var(--nu-muted);
    font-size: 0.75rem;
    margin-top: 2px;
}

.nu-desktop-links {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--nu-ink-2);
    font-size: 0.9rem;
    font-weight: 700;
}

.nu-desktop-links a:hover { color: var(--nu-green); }
.nu-desktop-action { margin-left: 4px; }

.nu-menu-button {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid var(--nu-line);
    background: var(--nu-white);
}

.nu-menu-icon,
.nu-menu-icon::before,
.nu-menu-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--nu-ink);
    content: "";
}

.nu-menu-icon::before { transform: translateY(-6px); }
.nu-menu-icon::after { transform: translateY(4px); }

.nu-mobile-menu {
    display: none;
    border-top: 1px solid var(--nu-line);
    background: var(--nu-paper);
}

.nu-mobile-links {
    display: grid;
    gap: 4px;
    padding-top: 12px;
    padding-bottom: 18px;
}

.nu-mobile-links a {
    padding: 12px;
    background: rgba(255, 255, 255, 0.66);
    font-weight: 700;
}

.nu-mobile-cta {
    background: var(--nu-green) !important;
    color: white;
    text-align: center;
}

.nu-button {
    min-height: 44px;
    border-radius: 0;
    padding: 0 18px;
    font-weight: 800;
}

.nu-button-primary {
    border: 1px solid var(--nu-green);
    background: var(--nu-green);
    color: white;
}

.nu-button-primary:hover { background: var(--nu-green-dark); }

.nu-button-secondary {
    border: 1px solid rgba(23, 32, 29, 0.22);
    background: rgba(255, 255, 255, 0.72);
    color: var(--nu-ink);
}

.nu-full-button { width: 100%; margin-top: 18px; }

.nu-badge {
    display: inline-flex;
    border: 1px solid rgba(31, 111, 85, 0.22);
    background: #e7f3ed;
    color: var(--nu-green-dark);
    padding: 6px 10px;
    border-radius: 0;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.nu-badge-dark {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: #d8f3df;
}

.nu-small-badge {
    display: inline-flex;
    width: fit-content;
    border: 1px solid rgba(199, 157, 67, 0.36);
    background: rgba(199, 157, 67, 0.12);
    color: #6f5016;
    padding: 5px 9px;
    border-radius: 0;
    font-size: 0.72rem;
    font-weight: 900;
}

.nu-hero {
    position: relative;
    display: grid;
    min-height: 680px;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    border-bottom: 1px solid var(--nu-line);
    background: var(--nu-ink);
}

.nu-hero-media { min-height: 680px; }
.nu-hero-media img { width: 100%; height: 100%; object-fit: cover; }

.nu-hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px clamp(28px, 5vw, 82px);
    background:
        linear-gradient(135deg, rgba(49, 95, 125, 0.14), transparent 42%),
        var(--nu-paper);
}

.nu-hero-panel h1,
.nu-page-hero h1,
.nu-section h2,
.nu-center h1 {
    margin: 18px 0 0;
    max-width: 760px;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.nu-section h2 { font-size: clamp(2rem, 4vw, 3.6rem); }

.nu-hero-panel p,
.nu-page-hero p {
    margin: 24px 0 0;
    max-width: 620px;
    color: var(--nu-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.nu-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.nu-deadline-card {
    position: absolute;
    left: min(7vw, 88px);
    bottom: 40px;
    width: min(360px, calc(100% - 48px));
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(23, 32, 29, 0.84);
    color: white;
    padding: 24px;
    backdrop-filter: blur(14px);
}

.nu-deadline-card span {
    display: block;
    color: #d8f3df;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.nu-deadline-card strong {
    display: block;
    margin-top: 8px;
    font-size: 2rem;
}

.nu-deadline-card p { margin: 8px 0 0; color: rgba(255, 255, 255, 0.76); line-height: 1.6; }

.nu-section { padding: 88px 0; }
.nu-section-tight { padding: 28px 0; }
.nu-section-light { background: #eeece3; }
.nu-band { background: var(--nu-ink); color: white; }
.nu-band .nu-muted, .nu-band p, .nu-page-hero-dark p { color: rgba(255, 255, 255, 0.72); }

.nu-stat-grid,
.nu-card-grid,
.nu-three-col {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.nu-card-grid,
.nu-three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.nu-stat-card,
.nu-card,
.nu-command-card,
.nu-quote-card,
.nu-person-card,
.nu-image-card,
.nu-event-card,
.nu-fact,
.nu-contact-card,
.nu-value-card,
.nu-timeline-card {
    border: 1px solid rgba(23, 32, 29, 0.14);
    border-radius: 0;
    background: var(--nu-white);
    box-shadow: none;
}

.nu-stat-card { padding: 24px; }
.nu-stat-value { font-size: 2.4rem; color: var(--nu-green-dark); }
.nu-stat-label { margin-top: 6px; color: var(--nu-muted); font-weight: 700; text-transform: uppercase; font-size: 0.72rem; }

.nu-two-col,
.nu-feature-split,
.nu-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 42px;
    align-items: center;
}

.nu-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.nu-muted {
    color: var(--nu-muted);
    line-height: 1.75;
}

.nu-card,
.nu-person-card,
.nu-quote-card,
.nu-contact-card,
.nu-value-card {
    padding: 24px;
}

.nu-card p,
.nu-person-card p,
.nu-contact-card p {
    margin: 14px 0 0;
    color: var(--nu-muted);
    line-height: 1.7;
}

.nu-card-accent { border-top: 4px solid var(--nu-green); }
.nu-command-card { padding: 26px; }
.nu-command-card p { color: var(--nu-muted); line-height: 1.7; }

.nu-label {
    display: block;
    margin: 0 0 8px;
    color: var(--nu-ink);
    font-size: 0.82rem;
    font-weight: 900;
}

.nu-input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--nu-line);
    border-radius: 0;
    background: white;
    padding: 0 12px;
    color: var(--nu-ink);
}

.nu-mini-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.nu-mini-list a {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    gap: 12px;
    align-items: center;
    border-top: 1px solid var(--nu-line);
    padding-top: 12px;
}

.nu-mini-list span { color: var(--nu-green); font-weight: 900; }
.nu-mini-list small { color: var(--nu-muted); font-weight: 700; }

.nu-feature-split img,
.nu-page-hero img,
.nu-image-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.nu-page-hero {
    padding: 86px 0;
    border-bottom: 1px solid var(--nu-line);
    background: var(--nu-paper);
}

.nu-page-hero-dark { background: var(--nu-ink); color: white; }
.nu-contact-hero { background: #e9eee8; }

.nu-tabs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background: var(--nu-white);
    border: 1px solid var(--nu-line);
    padding: 8px;
}

.nu-tabs-trigger {
    min-height: 42px;
    border: 0;
    background: transparent;
    padding: 0 14px;
    color: var(--nu-muted);
    font-weight: 900;
}

.nu-tabs-trigger[data-state="active"] {
    background: var(--nu-green);
    color: white;
}

.nu-tabs-content { margin-top: 18px; }

.nu-accordion {
    border: 1px solid var(--nu-line);
    background: white;
}

.nu-accordion-item { border-bottom: 1px solid var(--nu-line); }
.nu-accordion-item:last-child { border-bottom: 0; }

.nu-accordion-trigger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: white;
    padding: 18px;
    color: var(--nu-ink);
    font-weight: 900;
    text-align: left;
}

.nu-accordion-content {
    padding: 0 18px 18px;
    color: var(--nu-muted);
    line-height: 1.7;
}

.nu-accordion-content[data-state="closed"] {
    display: none;
}

.nu-accordion-content[data-state="open"] {
    display: block;
}

.nu-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.nu-timeline-card { padding: 22px; border-left: 4px solid var(--nu-gold); }
.nu-timeline-card span { color: var(--nu-green); font-weight: 900; }

.nu-fact-stack { display: grid; gap: 12px; margin-top: 28px; }
.nu-fact { padding: 22px; display: grid; gap: 6px; }
.nu-fact strong { font-size: 2rem; color: var(--nu-green-dark); }
.nu-fact span { color: var(--nu-muted); font-weight: 700; }

.nu-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.nu-form-wide { grid-column: 1 / -1; }

.nu-chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.nu-chip-row span { border: 1px solid var(--nu-line); background: white; padding: 9px 12px; font-weight: 800; }

.nu-person {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.nu-avatar {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 0;
    background: var(--nu-green);
    color: white;
    font-weight: 900;
}

.nu-avatar-dark { background: var(--nu-ink); }
.nu-avatar-fallback { display: grid; width: 100%; height: 100%; place-items: center; }

.nu-person small {
    display: block;
    margin-top: 3px;
    color: var(--nu-muted);
    font-size: 0.78rem;
}

.nu-quote-card p {
    min-height: 112px;
    color: var(--nu-ink-2);
    line-height: 1.75;
}

.nu-person-card-dark {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.nu-person-card-dark p,
.nu-person-card-dark [class*="Description"] { color: rgba(255, 255, 255, 0.7); }

.nu-image-card { overflow: hidden; }
.nu-image-card [class*="Content"] { padding: 22px; }

.nu-event-list { display: grid; gap: 12px; }
.nu-event-card {
    display: grid;
    grid-template-columns: 150px 1fr 180px;
    gap: 20px;
    align-items: center;
    padding: 20px;
}

.nu-event-card span { color: var(--nu-green); font-weight: 900; }
.nu-event-card strong { color: var(--nu-blue); }

.nu-value-list { display: grid; gap: 14px; }
.nu-contact-card h2 { margin: 16px 0 0; font-size: 1.35rem; }
.nu-contact-card span { color: var(--nu-green-dark); font-weight: 900; }

.nu-center {
    min-height: 55vh;
    display: grid;
    place-items: center;
    text-align: center;
}

.nu-footer {
    padding: 58px 0;
    background: var(--nu-ink);
    color: white;
}

.nu-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 0.8fr);
    gap: 34px;
}

.nu-footer-brand {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 900;
}

.nu-footer-copy {
    max-width: 390px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.75;
}

.nu-footer-heading {
    margin: 0 0 14px;
    color: #d8f3df;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.nu-footer a,
.nu-footer span {
    display: block;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1040px) {
    .nu-desktop-links,
    .nu-desktop-action { display: none; }
    .nu-menu-button { display: inline-grid; place-items: center; }
    .nu-mobile-menu { display: block; }
    .nu-mobile-menu[data-state="closed"] { display: none; }
    .nu-hero { grid-template-columns: 1fr; }
    .nu-hero-media { min-height: 420px; }
    .nu-deadline-card { position: static; width: auto; margin: 0 24px 24px; }
    .nu-two-col,
    .nu-feature-split,
    .nu-page-hero-grid { grid-template-columns: 1fr; }
    .nu-stat-grid,
    .nu-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .nu-alert-inner { align-items: flex-start; flex-direction: column; padding: 10px 0; }
    .nu-nav-bar { min-height: 68px; }
    .nu-brand-kicker { display: none; }
    .nu-hero-panel { padding: 48px 20px; }
    .nu-section { padding: 60px 0; }
    .nu-card-grid,
    .nu-three-col,
    .nu-stat-grid,
    .nu-timeline,
    .nu-footer-grid,
    .nu-form-grid { grid-template-columns: 1fr; }
    .nu-section-head { align-items: stretch; flex-direction: column; }
    .nu-mini-list a { grid-template-columns: 1fr; }
    .nu-event-card { grid-template-columns: 1fr; }
    .nu-page-hero { padding: 58px 0; }
    .nu-hero-panel h1,
    .nu-page-hero h1,
    .nu-section h2,
    .nu-center h1 { font-size: 2.35rem; }
}
