:root {
    --bg: #f3ecdf;
    --paper: rgba(255, 251, 245, 0.9);
    --paper-strong: #fffaf4;
    --ink: #19273d;
    --muted: #57657c;
    --accent: #1d5b88;
    --accent-deep: #17324f;
    --accent-soft: #dce8f1;
    --gold: #c99a52;
    --line: rgba(25, 39, 61, 0.12);
    --shadow: 0 28px 80px rgba(16, 28, 44, 0.12);
    --shadow-soft: 0 18px 42px rgba(16, 28, 44, 0.08);
    --radius-lg: 32px;
    --radius-md: 22px;
    --radius-sm: 16px;
    --content-width: min(1160px, calc(100% - 2rem));
    --section-space: clamp(4rem, 6vw, 6.5rem);
    --button-width: 17rem;
    --font-sans: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
    --font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-sans);
    line-height: 1.6;
    background:
        radial-gradient(circle at top left, rgba(201, 154, 82, 0.2), transparent 28rem),
        radial-gradient(circle at 85% 18%, rgba(29, 91, 136, 0.16), transparent 24rem),
        linear-gradient(180deg, #f7f2e8 0%, #f1eadb 38%, #eef1f3 100%);
}

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

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

h1,
h2,
h3 {
    margin: 0;
}

p,
ul,
ol {
    margin: 0;
}

ul {
    padding-left: 1.2rem;
}

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

.skip-link {
    position: absolute;
    left: 1rem;
    top: -4rem;
    z-index: 200;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: var(--accent-deep);
    color: #fff;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 1rem;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(16px);
    background: rgba(248, 244, 237, 0.82);
    border-bottom: 1px solid rgba(25, 39, 61, 0.08);
}

.site-header__top,
.site-header__bar,
.flash__inner,
.stats-grid,
.hero,
.site-footer__grid,
.site-footer__legal {
    width: var(--content-width);
    margin-inline: auto;
}

.site-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 2.8rem;
    font-size: 0.92rem;
    color: var(--muted);
}

.site-header__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    white-space: nowrap;
}

.site-header__utility {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.9rem;
}

.site-header__bar {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    align-items: center;
    gap: 1.5rem;
    padding: 0.9rem 0 1rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.brand img {
    width: 3.4rem;
    height: 3.4rem;
    object-fit: contain;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft);
}

.brand span {
    display: grid;
    gap: 0.18rem;
}

.brand strong {
    font-size: 1.05rem;
    letter-spacing: 0.02em;
}

.brand small {
    color: var(--muted);
    font-size: 0.86rem;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.35rem;
}

.site-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: start;
    gap: 0.55rem;
    min-width: 0;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.18rem;
    padding: 0.2rem;
    border: 1px solid rgba(25, 39, 61, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    box-shadow:
        0 10px 22px rgba(16, 28, 44, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.language-switch a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: 3.55rem;
    min-height: 2.1rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.language-switch a:hover,
.language-switch a:focus-visible {
    color: var(--accent-deep);
    background: rgba(29, 91, 136, 0.08);
}

.language-switch a.is-active {
    background: var(--accent-deep);
    color: #fff;
    box-shadow:
        0 8px 18px rgba(18, 38, 62, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.site-nav a:not(.button) {
    white-space: nowrap;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    color: var(--muted);
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible {
    color: var(--accent-deep);
    background: rgba(29, 91, 136, 0.08);
}

.site-nav a.is-active:not(.button) {
    color: var(--accent-deep);
    background: rgba(29, 91, 136, 0.12);
}

.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 1px solid rgba(25, 39, 61, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.84);
    color: var(--accent-deep);
    cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
    position: absolute;
    width: 1.25rem;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle span:nth-child(1):not(.sr-only) {
    transform: translateY(-0.32rem);
}

.nav-toggle span:nth-child(2):not(.sr-only) {
    transform: translateY(0);
}

.nav-toggle span:nth-child(3):not(.sr-only) {
    transform: translateY(0.32rem);
}

body.nav-open .nav-toggle span:nth-child(1):not(.sr-only) {
    transform: rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2):not(.sr-only) {
    opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3):not(.sr-only) {
    transform: rotate(-45deg);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#content {
    padding-bottom: 2rem;
}

.flash {
    padding-top: 1rem;
}

.flash--inline {
    padding-top: 0;
}

.form-feedback:empty {
    display: none;
}

.flash__inner {
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    box-shadow: var(--shadow-soft);
}

.flash--success .flash__inner {
    color: #10371c;
    background: #e5f6e9;
    border: 1px solid rgba(16, 55, 28, 0.12);
}

.flash--error .flash__inner {
    color: #5d1e1c;
    background: #fcebea;
    border: 1px solid rgba(93, 30, 28, 0.14);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    padding: clamp(3.25rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
}

.hero__content {
    position: relative;
    z-index: 1;
}

.hero__eyebrow,
.section__eyebrow,
.site-footer__eyebrow,
.breadcrumbs {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.2rem;
    color: rgba(25, 39, 61, 0.56);
}

.breadcrumbs a:hover {
    color: var(--accent);
}

.hero__eyebrow,
.section__eyebrow,
.site-footer__eyebrow {
    margin-bottom: 0.95rem;
    color: var(--accent);
    font-weight: 700;
}

.hero h1,
.section__header h2,
.site-footer h2,
.split-callout h2,
.calculator-card__form h2 {
    font-family: var(--font-serif);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.hero h1 {
    max-width: 11ch;
    margin-bottom: 1rem;
    font-size: clamp(3rem, 7vw, 5.4rem);
}

.hero__copy {
    max-width: 36rem;
    font-size: clamp(1.08rem, 1.8vw, 1.24rem);
    color: var(--muted);
}

.hero__highlights {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
    max-width: 38rem;
    margin-top: 1.5rem;
}

.hero__highlights li {
    position: relative;
    padding-left: 1rem;
    color: var(--muted);
    font-weight: 600;
}

.hero__highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--accent));
}

.hero__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 0.9rem;
    max-width: 38rem;
    margin-top: 1.6rem;
}

.hero__stat {
    padding: 1rem 1.05rem;
    border: 1px solid rgba(25, 39, 61, 0.08);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 16px 32px rgba(16, 28, 44, 0.06);
    backdrop-filter: blur(12px);
}

.hero__stat strong {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--accent-deep);
    font-size: 1.15rem;
}

.hero__stat span {
    display: block;
    color: var(--muted);
    font-size: 0.86rem;
}

.hero__actions,
.button-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.75rem;
    align-items: stretch;
}

.hero__actions > .button,
.button-stack > .button {
    flex: 0 1 var(--button-width);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, var(--button-width));
    min-height: 3.2rem;
    padding: 0.8rem 1.3rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    color: #fff;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 16px 30px rgba(23, 50, 79, 0.18);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(23, 50, 79, 0.22);
}

.button--ghost {
    background: rgba(255, 255, 255, 0.72);
    color: var(--accent-deep);
    border-color: rgba(25, 39, 61, 0.12);
    box-shadow: none;
}

.button--small {
    min-height: 2.8rem;
    padding-inline: 1rem;
}

.hero__media {
    position: relative;
    display: grid;
    gap: 1rem;
    align-self: stretch;
}

.hero__media::before,
.hero__media::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero__media::before {
    inset: auto -2rem -1.5rem auto;
    width: 10rem;
    height: 10rem;
    background: rgba(201, 154, 82, 0.14);
}

.hero__media::after {
    inset: -1.25rem auto auto -1.25rem;
    width: 7rem;
    height: 7rem;
    border: 1px solid rgba(29, 91, 136, 0.18);
}

.hero__frame {
    overflow: hidden;
    border-radius: clamp(1.75rem, 3vw, 2.4rem);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: var(--shadow);
    aspect-ratio: 4 / 4.6;
    background: #d8e4ef;
}

.hero__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero--compact {
    grid-template-columns: 1fr;
}

.hero--home {
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
    gap: clamp(1.75rem, 4vw, 3rem);
    padding: clamp(2.7rem, 5vw, 4.75rem) 0 clamp(2.35rem, 4.5vw, 3.9rem);
}

.hero--home h1 {
    max-width: 13.6ch;
    font-size: clamp(3rem, 6.25vw, 5.05rem);
}

.hero--home .hero__copy {
    max-width: 33rem;
}

.hero--home .hero__frame {
    aspect-ratio: 4 / 3.9;
}

.hero--with-breadcrumbs {
    padding-top: clamp(2.35rem, 4.3vw, 4rem);
}

.hero--wide-title h1 {
    max-width: 14ch;
    font-size: clamp(2.8rem, 6vw, 4.9rem);
}

.hero--overview,
.hero--guide,
.hero--portrait,
.hero--consultation {
    gap: clamp(1.6rem, 4vw, 3rem);
    padding-bottom: clamp(2.5rem, 4.5vw, 4rem);
}

.hero--overview h1,
.hero--guide h1,
.hero--portrait h1,
.hero--consultation h1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 5.15vw, 4.45rem);
}

.hero--overview .hero__frame {
    aspect-ratio: 4 / 3.2;
}

.hero--guide .hero__frame {
    aspect-ratio: 4 / 3.15;
    opacity: 0.82;
}

.hero--consultation .hero__frame {
    aspect-ratio: 4 / 3.7;
}

.hero--consultation .hero__frame img {
    filter: saturate(0.82) contrast(1.03) brightness(0.97) sepia(0.08);
}

.hero--portrait .hero__frame {
    aspect-ratio: 0.95 / 1.15;
}

.trust-strip {
    padding: 0 1rem 1rem;
}

.trust-strip__inner {
    width: var(--content-width);
    margin-inline: auto;
    padding: 0.9rem 1.2rem;
    border: 1px solid rgba(25, 39, 61, 0.08);
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.9);
    box-shadow: var(--shadow-soft);
    color: var(--accent-deep);
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}

.stat-card,
.card,
.team-card,
.timeline__item,
.fact-card,
.feature-card,
.calculator-card,
.contact-panel,
.profile-card,
.faq-item,
.lead-form {
    border: 1px solid rgba(25, 39, 61, 0.08);
    background: var(--paper);
    box-shadow: var(--shadow-soft);
}

.stat-card {
    padding: 1.5rem;
    border-radius: 1.4rem;
    backdrop-filter: blur(18px);
}

.stat-card strong {
    display: block;
    margin-bottom: 0.4rem;
    font-size: clamp(1.5rem, 2vw, 2rem);
    color: var(--accent-deep);
}

.stat-card span {
    color: var(--muted);
}

.section {
    padding: var(--section-space) 1rem;
}

.section > * {
    width: min(1160px, 100%);
    margin-inline: auto;
}

.section > * + * {
    margin-top: 2rem;
}

.section--soft {
    background: linear-gradient(180deg, rgba(221, 233, 243, 0.72), rgba(255, 251, 245, 0.72));
}

.section--accent {
    background:
        linear-gradient(135deg, rgba(23, 50, 79, 0.96), rgba(29, 91, 136, 0.92)),
        linear-gradient(180deg, rgba(201, 154, 82, 0.16), transparent);
    color: #fff;
}

.section--accent-work {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.section--accent-work::before,
.section--accent-work::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.section--accent-work::before {
    width: 14rem;
    height: 14rem;
    left: -4rem;
    bottom: -5rem;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(22px);
}

.section--accent-work::after {
    width: 22rem;
    height: 22rem;
    right: -6rem;
    top: -9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent 64%);
}

.section--accent-work > * {
    position: relative;
    z-index: 1;
}

.section--accent .section__eyebrow,
.section--accent .site-footer__eyebrow,
.section--accent .split-callout p,
.section--accent .split-callout a:not(.button):not(.work-callout__detail):not(.work-callout__cta),
.section--accent .card,
.section--accent .lead-form {
    color: inherit;
}

.section--accent .card,
.section--accent .lead-form {
    background: rgba(255, 251, 245, 0.94);
    color: var(--ink);
}

.section--accent .button--ghost {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.section__header {
    max-width: 48rem;
}

.section__header--compact {
    margin-bottom: 1rem;
}

.section__header h2,
.split-callout h2 {
    font-size: clamp(2.05rem, 4.2vw, 3.35rem);
}

.section__header h2 {
    margin-bottom: 0.8rem;
}

.split-callout h2 + * {
    margin-top: 1rem;
}

.split-callout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(1.6rem, 4vw, 3rem);
    align-items: start;
}

.split-callout--founder {
    align-items: center;
}

.split-callout--work {
    grid-template-columns: minmax(280px, 0.82fr) minmax(560px, 1.18fr);
    gap: clamp(2.2rem, 4.4vw, 3.6rem);
    align-items: center;
}

.work-callout__intro {
    max-width: 31rem;
    padding-top: 0;
}

.section--accent-work .section__eyebrow {
    color: rgba(231, 242, 250, 0.82);
}

.work-callout__intro h2 {
    max-width: 8.4ch;
    font-size: clamp(2.65rem, 4.7vw, 4.15rem);
    line-height: 0.97;
    text-wrap: balance;
    text-shadow: none;
}

.work-callout__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 1.15rem;
}

.section--accent-work .work-callout__card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.35rem;
    min-height: 100%;
    align-self: stretch;
    padding: clamp(1.6rem, 1.9vw, 2rem);
    border-radius: 2rem;
    overflow: hidden;
}

.section--accent-work .work-callout__card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.section--accent-work .work-callout__card > * {
    position: relative;
    z-index: 1;
}

.work-callout__card-copy {
    display: grid;
    gap: 0.85rem;
}

.section--accent-work .work-callout__card h3 {
    font-size: clamp(1.75rem, 2.15vw, 2.2rem);
    line-height: 1.04;
    max-width: 8ch;
}

.section--accent-work .work-callout__card p {
    max-width: none;
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.65;
}

.section--accent-work .work-callout__card--contact {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(246, 249, 252, 0.95)),
        radial-gradient(circle at top right, rgba(29, 91, 136, 0.06), transparent 46%);
    border-color: rgba(29, 91, 136, 0.16);
    box-shadow: 0 20px 38px rgba(11, 28, 47, 0.14);
}

.section--accent-work .work-callout__card--contact::before {
    background:
        radial-gradient(circle at top right, rgba(29, 91, 136, 0.07), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 52%);
}

.section--accent-work .work-callout__card--careers {
    background:
        linear-gradient(180deg, rgba(237, 245, 251, 0.94), rgba(224, 236, 247, 0.9)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 42%);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 32px rgba(11, 28, 47, 0.11);
    backdrop-filter: blur(12px);
    color: var(--ink);
    transform: none;
}

.section--accent-work .work-callout__card--careers::before {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%);
}

.section--accent-work .work-callout__card--careers p {
    color: rgba(25, 39, 61, 0.72);
}

.work-callout__contact-rail {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem 1.5rem;
    padding: 1.2rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 2rem;
    background:
        linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(240, 246, 251, 0.95)),
        radial-gradient(circle at top left, rgba(29, 91, 136, 0.05), transparent 55%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        0 18px 34px rgba(10, 24, 41, 0.14);
}

.work-callout__contact-lines {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    min-width: 0;
}

.work-callout__contact-line {
    display: grid;
    grid-template-columns: 4.2rem minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    color: var(--accent-deep);
}

.work-callout__contact-line:first-child {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(25, 39, 61, 0.1);
}

.work-callout__detail-label {
    display: block;
    color: rgba(25, 39, 61, 0.56);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    font-weight: 800;
}

.section--accent-work .work-callout__contact-line strong {
    display: block;
    color: var(--accent-deep);
    font-size: clamp(1rem, 1.08vw, 1.12rem);
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.section--accent-work .work-callout__contact-line:last-child strong {
    font-size: clamp(0.94rem, 0.98vw, 1.02rem);
    letter-spacing: -0.015em;
    white-space: nowrap;
}

.section--accent-work .work-callout__contact-line:hover .work-callout__detail-label,
.section--accent-work .work-callout__contact-line:focus-visible .work-callout__detail-label,
.section--accent-work .work-callout__contact-line:hover strong,
.section--accent-work .work-callout__contact-line:focus-visible strong {
    color: var(--accent);
}

.section--accent-work .work-callout__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 3.3rem;
    margin-top: 0;
    padding: 0.9rem 1.4rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.work-callout__contact-rail .work-callout__cta {
    width: min(100%, 13.75rem);
    min-height: 3.45rem;
}

.section--accent-work .work-callout__cta:hover,
.section--accent-work .work-callout__cta:focus-visible {
    transform: translateY(-1px);
}

.section--accent-work .work-callout__cta--primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    color: #fff;
    box-shadow: 0 18px 30px rgba(23, 50, 79, 0.2);
}

.section--accent-work .work-callout__cta--primary:hover,
.section--accent-work .work-callout__cta--primary:focus-visible {
    box-shadow: 0 22px 34px rgba(23, 50, 79, 0.24);
}

.section--accent-work .work-callout__cta--secondary {
    background: rgba(255, 255, 255, 0.58);
    border-color: rgba(29, 91, 136, 0.12);
    color: var(--accent-deep);
    backdrop-filter: none;
}

.section--accent-work .work-callout__cta--secondary:hover,
.section--accent-work .work-callout__cta--secondary:focus-visible {
    background: rgba(255, 255, 255, 0.82);
}

.card-grid,
.team-grid,
.feature-grid,
.facts-grid {
    display: grid;
    gap: 1.15rem;
}

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

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

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

.card-grid--auto {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
    height: 100%;
    padding: 1.55rem;
    border-radius: var(--radius-md);
}

.card h3,
.feature-card h3,
.fact-card span,
.team-card h3,
.faq-preview h3,
.timeline__item h3,
.contact-panel h3 {
    margin: 0 0 0.55rem;
}

.card p,
.feature-card p,
.faq-preview p,
.timeline__item p,
.fact-card p,
.team-card p,
.contact-panel p,
.site-footer p,
.lead {
    color: var(--muted);
}

.card--link a,
.card--download a,
.site-footer__list a,
.contact-panel a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
    color: var(--accent);
    font-weight: 700;
}

.card--link a:hover,
.card--download a:hover,
.site-footer__list a:hover,
.contact-panel a:hover {
    color: var(--accent-deep);
}

.timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.timeline__item {
    position: relative;
    padding: 1.6rem;
    border-radius: var(--radius-md);
}

.timeline__item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: rgba(29, 91, 136, 0.1);
    color: var(--accent-deep);
    font-weight: 800;
}

.faq-preview {
    display: grid;
    gap: 1rem;
}

.faq-preview article {
    padding: 1.1rem 0 1.1rem 1.2rem;
    border-left: 3px solid rgba(255, 255, 255, 0.22);
}

.profile-card {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem;
    border-radius: var(--radius-lg);
}

.profile-card img {
    width: 10rem;
    height: 10rem;
    border-radius: 1.7rem;
    object-fit: cover;
}

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

.team-card {
    padding: 1.25rem;
    border-radius: 1.2rem;
}

.team-card small {
    color: var(--muted);
}

.check-list,
.benefit-grid {
    list-style: none;
    padding: 0;
}

.check-list {
    display: grid;
    gap: 0.75rem;
}

.check-list li,
.benefit-grid li {
    position: relative;
    padding-left: 1.4rem;
}

.check-list li::before,
.benefit-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--accent));
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.2rem;
}

.content-block {
    max-width: 56rem;
}

.content-block p + p {
    margin-top: 1rem;
}

.lead {
    font-size: 1.1rem;
}

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

.feature-card,
.fact-card {
    padding: 1.25rem;
    border-radius: var(--radius-md);
}

.feature-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin-bottom: 1rem;
    border-radius: 1rem;
    object-fit: cover;
}

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

.fact-card span {
    display: block;
    color: var(--accent-deep);
    font-weight: 800;
}

.calculator-card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 1.3rem;
    padding: 1.2rem;
    border-radius: var(--radius-lg);
}

.calculator-card__form,
.calculator-card__results {
    padding: clamp(1.2rem, 3vw, 2rem);
    border-radius: calc(var(--radius-lg) - 8px);
}

.calculator-card__form {
    background: rgba(255, 255, 255, 0.68);
}

.calculator-card__results {
    background:
        linear-gradient(180deg, rgba(23, 50, 79, 0.98), rgba(26, 72, 109, 0.92)),
        linear-gradient(180deg, rgba(201, 154, 82, 0.16), transparent);
    color: #fff;
}

.calculator-card__results .section__eyebrow {
    color: rgba(255, 255, 255, 0.92);
}

.calculator-card__results strong {
    display: block;
    margin: 0.4rem 0 1rem;
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    line-height: 1;
}

.calculator-card__results ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.calculator-card__results li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.calculator-card__disclaimer {
    margin: 1.1rem 0 0;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    line-height: 1.6;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.field-grid label,
.lead-form label {
    display: grid;
    gap: 0.45rem;
    color: var(--ink);
    font-weight: 600;
}

.field-grid span,
.lead-form span {
    font-size: 0.92rem;
}

.field-grid input,
.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    min-height: 3.2rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(25, 39, 61, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.88);
    color: var(--ink);
}

.lead-form textarea {
    min-height: 8rem;
    resize: vertical;
}

.field-grid input:focus,
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    outline: none;
    border-color: rgba(29, 91, 136, 0.56);
    box-shadow: 0 0 0 4px rgba(29, 91, 136, 0.12);
}

.lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: clamp(1.1rem, 2.6vw, 1.6rem);
    border-radius: var(--radius-lg);
}

.lead-form.is-submitting {
    opacity: 0.96;
}

.lead-form__wide {
    grid-column: 1 / -1;
}

.lead-form button {
    justify-self: start;
}

.lead-form button[disabled] {
    cursor: wait;
    opacity: 0.78;
}

.form-note {
    display: grid;
    gap: 0.45rem;
    color: var(--muted);
    font-size: 0.96rem;
}

.secure-upload-portal {
    display: grid;
    gap: 1.4rem;
}

.secure-upload-portal__intro {
    max-width: 54rem;
}

.secure-upload-portal__intro h2 {
    max-width: 13ch;
    text-wrap: balance;
}

.secure-upload-card {
    padding: clamp(1.3rem, 2.8vw, 1.85rem);
    border: 1px solid rgba(25, 39, 61, 0.08);
    border-radius: calc(var(--radius-lg) + 0.15rem);
    background:
        linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(245, 249, 252, 0.94)),
        radial-gradient(circle at top right, rgba(29, 91, 136, 0.05), transparent 44%);
    box-shadow: var(--shadow-soft);
}

.secure-upload-card__header {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1.1rem;
}

.secure-upload-card__header p {
    color: var(--muted);
}

.secure-upload-form {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.secure-dropzone {
    padding: 1rem;
    border: 1px dashed rgba(29, 91, 136, 0.32);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.72);
}

.secure-dropzone input[type="file"] {
    min-height: auto;
    padding: 0.65rem 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.secure-dropzone small {
    color: var(--muted);
}

.secure-file-list {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.secure-file-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(25, 39, 61, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
}

.secure-file-list__item strong,
.secure-file-list__item span {
    display: block;
}

.secure-file-list__item > div:first-child span {
    color: var(--muted);
    font-size: 0.9rem;
}

.secure-file-list__meta {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.secure-file-list__meta > span {
    color: var(--muted);
    font-size: 0.92rem;
    white-space: nowrap;
}

.secure-file-list__meta button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--accent);
    font-weight: 700;
    cursor: pointer;
}

.secure-file-list__meta button:hover,
.secure-file-list__meta button:focus-visible {
    color: var(--accent-deep);
}

.faq-section + .faq-section {
    margin-top: 2.3rem;
}

.faq-list {
    display: grid;
    gap: 1rem;
}

.faq-item {
    padding: 0;
    border-radius: 1.45rem;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 243, 235, 0.96)),
        linear-gradient(135deg, rgba(29, 91, 136, 0.04), transparent);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.faq-item summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1.1rem 1.2rem;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 999px;
    background: rgba(29, 91, 136, 0.1);
    color: var(--accent-deep);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.faq-item__question {
    display: block;
    font-weight: 800;
    line-height: 1.35;
}

.faq-item__icon {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: rgba(29, 91, 136, 0.08);
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.9rem;
    height: 2px;
    border-radius: 999px;
    background: var(--accent);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] {
    border-color: rgba(29, 91, 136, 0.14);
    box-shadow: 0 22px 40px rgba(16, 28, 44, 0.1);
}

.faq-item[open] .faq-item__icon::after {
    opacity: 0;
}

.faq-item__answer {
    padding: 0 1.2rem 1.25rem 4.9rem;
}

.faq-item--unnumbered summary {
    grid-template-columns: minmax(0, 1fr) auto;
}

.faq-item--unnumbered .faq-item__answer {
    padding-left: 1.2rem;
}

.faq-item__answer p {
    color: var(--muted);
}

.contact-panel {
    margin-top: 1.4rem;
    padding: 1.25rem;
    border-radius: 1.25rem;
}

.local-contact-card {
    display: grid;
    gap: 0.2rem;
    align-content: start;
}

.local-contact-card p {
    color: var(--muted);
}

.local-contact-card .section__eyebrow {
    margin-bottom: 0.45rem;
}

.local-contact-card a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.4rem;
    color: var(--accent);
    font-weight: 700;
}

.local-contact-card a:hover {
    color: var(--accent-deep);
}

.section--contact-layout .split-callout--contact {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
}

.contact-story {
    display: grid;
    gap: 1.4rem;
}

.section--contact-layout .lead-form {
    background:
        linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(248, 240, 228, 0.98)),
        linear-gradient(135deg, rgba(29, 91, 136, 0.05), transparent 42%);
}

.section--contact-map {
    padding-top: 0;
}

.map-shell {
    padding: 1.1rem;
    border: 1px solid rgba(25, 39, 61, 0.08);
    border-radius: calc(var(--radius-lg) + 0.2rem);
    background: rgba(255, 251, 245, 0.78);
    box-shadow: var(--shadow-soft);
}

.map-frame {
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.map-frame iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

.site-footer {
    margin-top: 1rem;
    padding: 0 0 2.25rem;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.2fr) repeat(3, minmax(180px, 0.9fr));
    gap: 1.75rem 2.2rem;
    padding: 2rem 0;
}

.site-footer__intro {
    padding-right: clamp(0.5rem, 1.8vw, 1.75rem);
}

.site-footer__intro h2 {
    max-width: 10ch;
}

.site-footer__intro p:last-child {
    max-width: 28rem;
    margin-top: 1.15rem;
}

.site-footer__list {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.site-footer__legal {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(25, 39, 61, 0.1);
    color: var(--muted);
    font-size: 0.92rem;
}

.hero__content,
.hero__media,
.stat-card,
.card,
.timeline__item,
.feature-card,
.fact-card,
.team-card,
.calculator-card,
.faq-item,
.lead-form,
.profile-card {
    animation: rise 0.7s ease both;
}

.hero__media {
    animation-delay: 0.08s;
}

.stat-card:nth-child(2),
.card:nth-child(2),
.team-card:nth-child(2),
.feature-card:nth-child(2),
.fact-card:nth-child(2) {
    animation-delay: 0.08s;
}

.stat-card:nth-child(3),
.card:nth-child(3),
.team-card:nth-child(3),
.feature-card:nth-child(3),
.fact-card:nth-child(3) {
    animation-delay: 0.16s;
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .hero,
    .split-callout,
    .calculator-card,
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

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

    .feature-grid,
    .timeline,
    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .split-callout--work,
    .work-callout__grid {
        grid-template-columns: 1fr;
    }

    .work-callout__contact-rail {
        grid-template-columns: 1fr;
    }

    .work-callout__contact-lines {
        grid-template-columns: 1fr;
    }

    .work-callout__contact-line:first-child {
        grid-template-columns: 1fr;
        padding-bottom: 0.85rem;
        border-bottom: 1px solid rgba(25, 39, 61, 0.1);
    }

    .work-callout__contact-line:last-child {
        grid-template-columns: 1fr;
    }

    .section--accent-work .work-callout__contact-line:last-child strong {
        white-space: normal;
    }

    .section--accent-work .work-callout__card--careers {
        transform: none;
    }

    .work-callout__intro h2 {
        max-width: 11ch;
    }

    .hero h1 {
        max-width: 13ch;
    }

    .calculator-card__results strong {
        max-width: 10ch;
    }

}

@media (max-width: 1100px) {
    .site-header__top {
        min-height: auto;
        padding-top: 0.65rem;
        padding-bottom: 0.15rem;
        justify-content: flex-end;
    }

    .site-header__top > p,
    .site-header__meta {
        display: none;
    }

    .nav-toggle {
        position: relative;
        display: inline-flex;
        flex: 0 0 auto;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.9rem);
        left: 1rem;
        right: 1rem;
        display: grid;
        gap: 0.35rem;
        padding: 1rem;
        border: 1px solid rgba(25, 39, 61, 0.1);
        border-radius: 1.4rem;
        background: rgba(255, 251, 245, 0.98);
        box-shadow: var(--shadow);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition:
            opacity 0.2s ease,
            transform 0.2s ease;
    }

    body.nav-open .site-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav a,
    .site-nav .button {
        width: 100%;
        justify-content: center;
    }

    .site-header__bar {
        position: relative;
    }

    .site-header__actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.65rem;
    }
}

@media (max-width: 720px) {
    .hero,
    .hero__highlights,
    .stats-grid,
    .card-grid,
    .card-grid--two,
    .card-grid--three,
    .card-grid--auto,
    .team-grid,
    .facts-grid,
    .field-grid,
    .lead-form,
    .benefit-grid,
    .site-footer__legal {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 2.4rem;
    }

    .hero h1 {
        max-width: none;
    }

    .stats-grid {
        margin-top: 0;
    }

    .site-header__bar,
    .site-footer__legal {
        gap: 0.9rem;
    }

    .site-header__utility {
        width: 100%;
    }

    .language-switch a {
        min-width: 3.25rem;
        min-height: 2rem;
        padding-inline: 0.72rem;
        font-size: 0.75rem;
    }

    .site-footer__legal {
        flex-direction: column;
    }

    .site-header__bar {
        grid-template-columns: 1fr auto;
    }

    .brand {
        max-width: calc(100% - 4rem);
    }

    .brand small {
        display: none;
    }

    .language-switch a {
        min-height: 2.05rem;
        padding-inline: 0.7rem;
        font-size: 0.76rem;
    }

    .lead-form button {
        width: 100%;
        justify-self: stretch;
    }

    .secure-file-list__item,
    .secure-file-list__meta {
        align-items: flex-start;
    }

    .secure-file-list__item {
        flex-direction: column;
    }

    .section--accent-work .work-callout__cta {
        width: 100%;
    }

    .faq-item__answer {
        padding-left: 1.2rem;
    }

    .faq-item summary {
        grid-template-columns: 1fr auto;
    }

    .faq-item__number {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}
