:root {
    --ink: #11131a;
    --muted: #5d667a;
    --paper: #fbfaf7;
    --panel: #ffffff;
    --line: rgba(20, 24, 35, .12);
    --gold: #d9a441;
    --gold-2: #f3c869;
    --teal: #1d7f78;
    --coral: #e56b4f;
    --blue: #3158d4;
    --night: #10141f;
    --radius: 8px;
    --shadow: 0 24px 70px rgba(20, 24, 35, .12);
}

@font-face {
    font-family: "Material Icons Outlined";
    font-style: normal;
    font-weight: 400;
    src: url("/website/assets/fonts/material-icons/material-icons-outlined.woff2") format("woff2");
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea,
select {
    font: inherit;
}

.site-shell {
    min-height: 100vh;
    overflow: hidden;
}

.site-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    padding: 16px 0;
    transition: .25s ease;
}

.site-header.is-scrolled {
    background: rgba(251, 250, 247, .9);
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(20, 24, 35, .08);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: 0;
}

.brand-glyph {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    color: #171102;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    font-size: 15px;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(217, 164, 65, .26);
}

.brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.brand span {
    white-space: nowrap;
}

.site-header:not(.is-scrolled) .brand {
    color: #fff;
}

.site-header.is-scrolled .brand {
    color: var(--ink);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(17, 19, 26, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .68);
    backdrop-filter: blur(14px);
}

.site-nav a {
    padding: 9px 14px;
    border-radius: 999px;
    color: #303747;
    font-size: 14px;
    font-weight: 700;
}

.site-nav a:hover {
    background: var(--ink);
    color: #fff;
}

.nav-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 850;
    line-height: 1;
    transition: .2s ease;
}

.nav-cta,
.button-primary {
    color: #171102;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    box-shadow: 0 14px 34px rgba(217, 164, 65, .32);
}

.button-dark {
    color: #fff;
    background: var(--ink);
}

.button-light {
    color: var(--ink);
    background: #fff;
}

.button-ghost,
.button-ghost-light {
    border-color: rgba(17, 19, 26, .2);
}

.button-ghost-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .22);
}

.nav-cta:hover,
.button:hover {
    transform: translateY(-2px);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    padding: 11px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--ink);
}

.hero {
    position: relative;
    min-height: 720px;
    padding: 144px 0 68px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 16% 20%, rgba(243, 200, 105, .28), transparent 30%),
        radial-gradient(circle at 84% 22%, rgba(29, 127, 120, .38), transparent 34%),
        linear-gradient(135deg, #11131a 0%, #172033 48%, #163f3a 100%);
    color: #fff;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 96px -80px auto auto;
    width: min(42vw, 520px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    background:
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, .12) 50%, transparent 51%),
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, .1) 50%, transparent 51%);
    opacity: .72;
    pointer-events: none;
}

.hero.compact {
    min-height: 430px;
    padding-bottom: 56px;
    background:
        radial-gradient(circle at 78% 24%, rgba(243, 200, 105, .22), transparent 28%),
        radial-gradient(circle at 22% 72%, rgba(49, 88, 212, .24), transparent 30%),
        linear-gradient(135deg, #11131a 0%, #1b2231 56%, #173b37 100%);
}

.hero-services {
    background:
        radial-gradient(circle at 76% 24%, rgba(229, 107, 79, .24), transparent 28%),
        radial-gradient(circle at 22% 70%, rgba(29, 127, 120, .32), transparent 30%),
        linear-gradient(135deg, #11131a 0%, #20283a 56%, #173b37 100%);
}

.hero-about {
    background:
        radial-gradient(circle at 72% 20%, rgba(243, 200, 105, .24), transparent 28%),
        radial-gradient(circle at 18% 72%, rgba(229, 107, 79, .2), transparent 30%),
        linear-gradient(135deg, #11131a 0%, #1c2230 56%, #2f2632 100%);
}

.hero-contact,
.hero-news,
.hero-privacy,
.hero-council {
    background:
        radial-gradient(circle at 78% 26%, rgba(29, 127, 120, .34), transparent 28%),
        radial-gradient(circle at 22% 72%, rgba(243, 200, 105, .2), transparent 30%),
        linear-gradient(135deg, #11131a 0%, #172033 56%, #233044 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .78fr);
    gap: 44px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--gold-2);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 820px;
    margin-bottom: 22px;
    font-size: clamp(44px, 7vw, 92px);
    line-height: .94;
    letter-spacing: 0;
}

.hero.compact h1 {
    font-size: clamp(38px, 6vw, 68px);
}

.lead {
    max-width: 720px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.cta-row,
.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hero-actions {
    margin-top: 28px;
}

.hero-panel {
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
}

.hero-panel-top {
    padding: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.hero-panel-top strong {
    display: block;
    font-size: 28px;
    line-height: 1.05;
}

.hero-panel-list {
    display: grid;
    gap: 1px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hero-panel-list li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, .08);
}

.hero-panel-list span {
    color: rgba(255, 255, 255, .72);
}

.section {
    padding: 94px 0;
}

.section-tight {
    padding: 62px 0;
}

.section-dark {
    color: #fff;
    background: var(--night);
}

.section-muted {
    background: #f1eee8;
}

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

.section-head h2,
.solo-head h2 {
    margin-bottom: 0;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1;
}

.section-head p,
.solo-head p {
    max-width: 620px;
    color: var(--muted);
}

.section-dark .section-head p,
.section-dark .solo-head p {
    color: rgba(255, 255, 255, .72);
}

.solo-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

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

.feature-card,
.service-card,
.story-card,
.article-card,
.contact-card,
.stat-card,
.legal-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
    box-shadow: 0 12px 38px rgba(20, 24, 35, .06);
}

.feature-card,
.service-card,
.story-card,
.article-card,
.contact-card,
.stat-card {
    padding: 26px;
}

.feature-card.dark,
.service-card.dark {
    color: #fff;
    background: #171c28;
    border-color: rgba(255, 255, 255, .1);
}

.icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: #171102;
    background: var(--gold-2);
}

.icon-badge.teal {
    color: #fff;
    background: var(--teal);
}

.icon-badge.coral {
    color: #fff;
    background: var(--coral);
}

.material-icons,
.material-icons-outlined {
    font-family: "Material Icons Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.feature-card h3,
.service-card h3,
.story-card h3,
.article-card h3,
.contact-card h3 {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 1.15;
}

.feature-card p,
.service-card p,
.story-card p,
.article-card p,
.contact-card p,
.stat-card p,
.legal-card p,
.legal-card li {
    color: var(--muted);
}

.dark p,
.section-dark .article-card p {
    color: rgba(255, 255, 255, .72);
}

.service-card {
    position: relative;
    overflow: hidden;
    min-height: 270px;
}

.service-card.featured {
    grid-column: span 2;
    min-height: 360px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(243, 200, 105, .3), transparent 28%),
        linear-gradient(135deg, #11131a, #1d7f78);
}

.service-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
}

.pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(17, 19, 26, .14);
    border-radius: 999px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.dark .pill,
.featured .pill {
    color: #fff;
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .08);
}

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

.stat-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1;
}

.process {
    counter-reset: step;
    display: grid;
    gap: 14px;
}

.process-item {
    counter-increment: step;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 20px;
    align-items: start;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.process-item::before {
    content: counter(step, decimal-leading-zero);
    color: var(--gold);
    font-size: 28px;
    font-weight: 900;
}

.image-band {
    min-height: 440px;
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 78% 18%, rgba(243, 200, 105, .26), transparent 28%),
        radial-gradient(circle at 84% 84%, rgba(229, 107, 79, .26), transparent 24%),
        linear-gradient(135deg, #11131a 0%, #193a42 58%, #1d7f78 100%);
    overflow: hidden;
}

.band-content {
    max-width: 560px;
    padding: 54px;
    color: #fff;
}

.band-content p {
    color: rgba(255, 255, 255, .78);
}

.article-card {
    display: grid;
    grid-template-rows: 160px auto;
    padding: 0;
    overflow: hidden;
}

.article-mark {
    display: grid;
    place-items: center;
    min-height: 160px;
    color: #171102;
    background:
        radial-gradient(circle at 74% 26%, rgba(255, 255, 255, .34), transparent 22%),
        linear-gradient(135deg, var(--gold-2), var(--gold));
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 950;
    line-height: 1;
}

.article-mark.teal {
    color: #fff;
    background:
        radial-gradient(circle at 74% 26%, rgba(255, 255, 255, .24), transparent 22%),
        linear-gradient(135deg, #1d7f78, #173b37);
}

.article-mark.coral {
    color: #fff;
    background:
        radial-gradient(circle at 74% 26%, rgba(255, 255, 255, .22), transparent 22%),
        linear-gradient(135deg, var(--coral), #7e3243);
}

.article-body {
    padding: 24px;
}

.article-date {
    display: block;
    margin-bottom: 10px;
    color: var(--teal);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

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

.form-field {
    display: grid;
    gap: 7px;
}

.form-field.full {
    grid-column: 1 / -1;
}

.form-field label {
    font-size: 13px;
    font-weight: 900;
}

.form-field input,
.form-field textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: 13px 14px;
    color: var(--ink);
    outline: none;
}

.form-field textarea {
    min-height: 160px;
    resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(217, 164, 65, .18);
}

.contact-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 24px;
    align-items: start;
}

.contact-list {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.contact-line {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    align-items: center;
}

.map-frame {
    height: 360px;
    width: 100%;
    border: 0;
    border-radius: var(--radius);
    filter: saturate(.86) contrast(1.05);
}

.legal-card {
    padding: 34px;
}

.legal-card h2 {
    margin-top: 28px;
    font-size: 28px;
}

.legal-card h2:first-child {
    margin-top: 0;
}

.legal-card ul {
    padding-left: 20px;
}

.flash-wrap {
    padding-top: 92px;
}

.flash-success {
    padding: 14px 16px;
    border: 1px solid rgba(29, 127, 120, .24);
    border-radius: var(--radius);
    color: #0f5f59;
    background: #e8f6f3;
    font-weight: 800;
}

.site-footer {
    color: #fff;
    background:
        radial-gradient(circle at 12% 22%, rgba(243, 200, 105, .14), transparent 28%),
        radial-gradient(circle at 86% 72%, rgba(29, 127, 120, .18), transparent 28%),
        linear-gradient(135deg, rgba(16, 20, 31, .98), rgba(16, 20, 31, .92));
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr .75fr .9fr .9fr;
    gap: 40px;
    padding: 64px 0 42px;
}

.brand-footer img,
.brand-footer .brand-glyph {
    width: 54px;
    height: 54px;
}

.footer-brand p {
    max-width: 410px;
    color: rgba(255, 255, 255, .72);
}

.footer-col {
    display: grid;
    gap: 10px;
    align-content: start;
}

.footer-col h2 {
    margin-bottom: 8px;
    color: var(--gold-2);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.footer-col a {
    color: rgba(255, 255, 255, .76);
}

.footer-col a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
}

.error-page {
    min-height: 70vh;
    display: grid;
    place-items: center;
    padding: 150px 0 80px;
    text-align: center;
}

.error-code {
    color: var(--gold);
    font-size: clamp(80px, 16vw, 180px);
    font-weight: 950;
    line-height: .86;
}

@media (max-width: 980px) {
    .site-nav,
    .nav-cta {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav.is-open {
        position: absolute;
        top: 74px;
        left: 20px;
        right: 20px;
        display: grid;
        border-radius: var(--radius);
        background: #fff;
        box-shadow: var(--shadow);
    }

    .site-nav.is-open a {
        border-radius: var(--radius);
    }

    .hero-grid,
    .contact-layout,
    .two-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-card.featured {
        grid-column: auto;
    }

    .stats-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-head {
        display: block;
    }
}

@media (max-width: 640px) {
    .site-container {
        width: min(100% - 28px, 1180px);
    }

    .hero,
    .hero.compact {
        min-height: auto;
        padding-top: 120px;
    }

    .cards-grid,
    .stats-strip,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .process-item {
        grid-template-columns: 1fr;
    }

    .band-content {
        padding: 32px;
    }

    .footer-bottom {
        display: grid;
    }
}
