:root {
    --ink: #0b1b2b;
    --ink-soft: #244157;
    --muted: #5f7688;
    --line: #d6dde1;
    --white: #ffffff;
    --warm-white: #f8f7f4;
    --soft: #f2f1ed;
    --page-bg: #e8ecee;
    --blue: #0b1b2b;
    --sand: #b99a6a;
    --blue-soft: #dfe7eb;
    --blue-pale: #f0f4f5;
    --radius: 0.75rem;
    --content: 88rem;
    --menu-width: 21.4rem;
    --pad: clamp(1.25rem, 4.5vw, 5rem);
    --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-serif: Georgia, "Times New Roman", serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: clip;
    background: var(--page-bg);
    color: var(--ink);
    font-family: var(--font-sans);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

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

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

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

h1,
h2,
h3,
blockquote {
    letter-spacing: -0.045em;
    line-height: 1.02;
}

h1 {
    margin-bottom: 1.5rem;
    font-size: clamp(3.15rem, 4.7vw, 5rem);
    font-weight: 650;
}

h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(2.4rem, 4.4vw, 4.8rem);
    font-weight: 620;
}

h2 em,
h1 em {
    color: var(--sand);
    font-style: normal;
}

h3 {
    margin-bottom: 0.75rem;
    font-size: 1.45rem;
}

.page-shell {
    width: 100%;
    overflow: visible;
    background: var(--white);
}

.section-inner {
    width: min(100%, var(--content));
    margin-inline: auto;
}

.section-white,
.section-soft,
.section-muted,
.section-blue,
.site-footer {
    padding: clamp(5rem, 8vw, 8.5rem) var(--pad);
}

.section-white {
    background: var(--white);
}

.section-soft {
    background: var(--warm-white);
}

.section-muted {
    background: var(--soft);
}

.section-blue {
    background: var(--blue);
    color: var(--white);
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 1rem;
    left: 1rem;
    padding: 0.7rem 1rem;
    transform: translateY(-200%);
    border-radius: var(--radius);
    background: var(--ink);
    color: var(--white);
}

.skip-link:focus {
    transform: translateY(0);
}

.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;
}

.site-header {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 1.4rem;
    background: transparent;
    color: var(--white);
}

.nav-wrap {
    display: flex;
    width: min(calc(100% - (2 * var(--pad))), var(--content));
    min-height: 3.5rem;
    margin-inline: auto;
    align-items: center;
    gap: 0.65rem;
}

.brand {
    display: inline-flex;
    padding: 0.4rem 0.8rem 0.4rem 0.4rem;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 999px;
    background: rgb(11 27 43 / 32%);
    backdrop-filter: blur(16px);
}

.site-header .brand {
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

.site-header .brand-mark {
    width: 3rem;
    height: 3rem;
}

.site-header .brand-mark svg {
    width: 1.45rem;
}

.brand-mark {
    display: grid;
    width: 2.4rem;
    height: 2.4rem;
    place-items: center;
    border: 1px solid var(--white);
    background: var(--white);
    color: var(--blue);
    border-radius: 6px;
}

.brand-mark svg {
    width: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
}

.brand-copy {
    display: flex;
    width: 6.1rem;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.brand-copy strong {
    font-size: 0.86rem;
    font-weight: 700;
}

.brand-copy small {
    margin-top: 0.18rem;
    color: rgb(255 255 255 / 64%);
    font-size: 0.36rem;
    font-weight: 650;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-actions {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 0.65rem;
}

.nav-column {
    position: relative;
    width: var(--menu-width);
}

.site-nav {
    display: flex;
    width: 100%;
    min-height: 3rem;
    padding: 0.4rem 1.2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    border: 1px solid rgb(255 255 255 / 72%);
    border-radius: 6px;
    background: rgb(255 255 255 / 90%);
    backdrop-filter: blur(16px);
}

.site-nav > a:not(.button) {
    color: var(--blue);
    font-size: 0.76rem;
    font-weight: 650;
}

.site-nav .mobile-contact-link {
    display: none;
}

.contact-pill {
    display: inline-flex;
    min-height: 3rem;
    padding: 0.65rem 1rem 0.65rem 1.15rem;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid rgb(255 255 255 / 28%);
    border-radius: 6px;
    background: rgb(11 27 43 / 92%);
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 700;
    backdrop-filter: blur(16px);
}

.contact-pill svg {
    width: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
}

.site-header.scrolled .brand {
    background: transparent;
}

.site-header.scrolled .site-nav {
    background: rgb(255 255 255 / 96%);
}

.menu-toggle {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.32rem;
    border: 1px solid rgb(255 255 255 / 35%);
    border-radius: 6px;
    background: rgb(11 27 43 / 32%);
    color: var(--white);
    backdrop-filter: blur(16px);
}

.menu-toggle span:not(.sr-only) {
    width: 1rem;
    height: 1px;
    background: currentColor;
    transition: transform 160ms ease;
}

.button {
    display: inline-flex;
    min-height: 3.15rem;
    padding: 0.75rem 1.15rem;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.circle-link:hover {
    transform: translateY(-2px);
}

.button-small {
    min-height: 2.55rem;
    padding: 0.55rem 0.9rem;
    font-size: 0.72rem;
}

.button-dark {
    border-color: var(--white);
    background: var(--white);
    color: var(--blue);
}

.button-dark:hover {
    border-color: var(--blue-pale);
    background: var(--blue-pale);
}

.button-accent {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

.button-accent:hover {
    border-color: var(--ink-soft);
    background: var(--ink-soft);
}

.hero {
    position: relative;
    min-height: clamp(48rem, 100svh, 62rem);
    overflow: hidden;
    background: var(--blue);
    color: var(--white);
}

.hero::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgb(7 19 31 / 86%) 0%, rgb(7 19 31 / 54%) 43%, rgb(7 19 31 / 12%) 72%), linear-gradient(180deg, rgb(7 19 31 / 35%) 0%, transparent 32%, rgb(7 19 31 / 76%) 100%);
    content: "";
    pointer-events: none;
}

.hero-background {
    position: absolute;
    inset: 0;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
    transform: scale(1.04);
    will-change: transform;
}

.hero-content {
    position: absolute;
    z-index: 2;
    bottom: 9.5rem;
    left: max(var(--pad), calc((100% - var(--content)) / 2));
    width: min(49rem, calc(100% - (2 * var(--pad))));
}

.eyebrow,
.section-kicker {
    margin-bottom: 1.25rem;
    color: var(--ink-soft);
    font-size: 0.65rem;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: rgb(255 255 255 / 65%);
}

.hero h1 em {
    display: block;
    color: var(--sand);
    font-family: var(--font-serif);
    font-weight: 400;
}

.hero-content > p {
    max-width: 35rem;
    margin-bottom: 2rem;
    color: rgb(255 255 255 / 68%);
    font-size: 1rem;
}

.hero-panel {
    position: absolute;
    z-index: 2;
    right: max(var(--pad), calc((100% - var(--content)) / 2));
    bottom: 7.5rem;
    width: var(--menu-width);
    padding: 1.4rem;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: var(--radius);
    background: rgb(11 27 43 / 38%);
    backdrop-filter: blur(18px);
    transform-origin: top center;
}

.hero-panel > span {
    color: var(--sand);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-panel > strong {
    display: block;
    margin: 0.9rem 0;
    font-family: var(--font-serif);
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.2;
}

.hero-panel > p {
    color: rgb(255 255 255 / 65%);
    font-size: 0.78rem;
}

.hero-panel > div {
    display: flex;
    padding-top: 1rem;
    flex-wrap: wrap;
    gap: 0.45rem;
    border-top: 1px solid rgb(255 255 255 / 16%);
}

.hero-panel > div span {
    padding: 0.4rem 0.6rem;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 999px;
    color: rgb(255 255 255 / 72%);
    font-size: 0.62rem;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.circle-link {
    display: grid;
    width: 3.15rem;
    height: 3.15rem;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 40%);
    border-radius: 6px;
    transition: transform 160ms ease;
}

.circle-link svg {
    width: 1.1rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
}

.hero-features {
    position: absolute;
    z-index: 2;
    right: max(var(--pad), calc((100% - var(--content)) / 2));
    bottom: 0;
    left: max(var(--pad), calc((100% - var(--content)) / 2));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgb(255 255 255 / 22%);
}

.hero-features > div {
    display: grid;
    padding: 1.35rem 1.5rem 1.5rem 0;
    grid-template-columns: 2rem 1fr;
    align-items: center;
    gap: 0.7rem;
}

.hero-features span {
    color: var(--sand);
    font-family: var(--font-serif);
    font-size: 0.72rem;
}

.hero-features strong {
    color: rgb(255 255 255 / 75%);
    font-size: 0.72rem;
    font-weight: 550;
}

.audience-strip {
    padding-block: clamp(4rem, 6vw, 6rem);
    text-align: center;
}

.audience-strip > *,
.services > *,
.vision > *,
.insights > *,
.contact > * {
    width: min(100%, var(--content));
    margin-inline: auto;
}

.audience-heading {
    max-width: 53rem;
    margin-inline: auto;
}

.audience-heading > span {
    color: var(--sand);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.audience-heading h2 {
    margin: 0.9rem 0 3rem;
    font-size: clamp(2rem, 3.5vw, 3.6rem);
}

.audience-list {
    display: grid;
    max-width: 62rem;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
    border-block: 1px solid var(--line);
}

.audience-list span {
    padding: 1.25rem 1rem;
    border-right: 1px solid var(--line);
    color: var(--muted);
    font-family: var(--font-serif);
    font-size: 1rem;
}

.audience-list span:last-child {
    border-right: 0;
}

.challenge-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.9fr) minmax(0, 0.75fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.challenge-intro h2 {
    font-size: clamp(2.5rem, 4.3vw, 4.65rem);
}

.check-list {
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding: 0.9rem 0 0.9rem 1.5rem;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 0.83rem;
}

.check-list li::before {
    position: absolute;
    top: 1.3rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border: 1px solid var(--sand);
    border-radius: 50%;
    content: "";
}

.challenge-image {
    position: relative;
    height: 32rem;
    overflow: hidden;
    border-radius: var(--radius);
}

.challenge-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
    transform: scale(1.08);
    will-change: transform;
}

.challenge-image span {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 0.75rem;
    border: 1px solid rgb(255 255 255 / 35%);
    border-radius: calc(var(--radius) - 0.2rem);
    background: rgb(17 28 39 / 68%);
    color: var(--white);
    font-size: 0.72rem;
    backdrop-filter: blur(8px);
}

.challenge-points article {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--line);
}

.challenge-points article:first-child {
    padding-top: 0;
}

.challenge-points article > span {
    color: var(--sand);
    font-family: var(--font-serif);
    font-size: 0.75rem;
}

.challenge-points h3 {
    margin: 0.45rem 0;
    font-size: 1.25rem;
}

.challenge-points p {
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
}

.about-inner {
    display: grid;
    grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}

.about-portrait {
    position: relative;
    display: grid;
    min-height: 31rem;
    padding: 2rem;
    align-content: end;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(145deg, var(--blue-pale), var(--blue-soft) 75%);
}

.about-monogram {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(11 27 43 / 16%);
    font-size: clamp(6rem, 13vw, 12rem);
    font-weight: 800;
    letter-spacing: -0.12em;
}

.about-portrait::before,
.about-portrait::after {
    position: absolute;
    border: 1px solid rgb(17 28 39 / 15%);
    content: "";
}

.about-portrait::before {
    top: -4rem;
    right: -3rem;
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
}

.about-portrait::after {
    bottom: -5rem;
    left: -3rem;
    width: 15rem;
    height: 15rem;
    transform: rotate(35deg);
}

.about-caption {
    position: relative;
    z-index: 1;
    display: flex;
    padding-top: 1rem;
    flex-direction: column;
    border-top: 1px solid rgb(17 28 39 / 28%);
}

.about-caption strong {
    font-size: 0.95rem;
}

.about-caption span {
    color: rgb(17 28 39 / 60%);
    font-size: 0.72rem;
}

.about-copy h2 em {
    display: inline;
}

.about-copy > p {
    max-width: 42rem;
    color: var(--muted);
}

.about-facts {
    display: grid;
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
}

.about-facts div {
    padding: 1rem;
    border-right: 1px solid var(--line);
}

.about-facts div:first-child {
    padding-left: 0;
}

.about-facts div:last-child {
    border-right: 0;
}

.about-facts strong,
.about-facts span {
    display: block;
}

.about-facts strong {
    margin-bottom: 0.35rem;
    color: var(--sand);
    font-family: var(--font-serif);
    font-size: 1.25rem;
}

.about-facts span {
    color: var(--muted);
    font-size: 0.68rem;
}

.section-heading,
.vision-heading {
    display: grid;
    margin-bottom: 3.5rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.55fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: end;
}

.section-heading h2,
.vision-heading h2 {
    max-width: 48rem;
    margin-bottom: 0;
}

.section-heading > p,
.vision-heading > p {
    margin-bottom: 0;
    color: var(--muted);
}

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

.service-card {
    display: flex;
    min-height: 25rem;
    padding: 1.7rem;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--warm-white);
    transition: transform 160ms ease, border-color 160ms ease;
}

.service-card:hover {
    transform: translateY(-3px);
    border-color: var(--sand);
}

.service-top {
    display: flex;
    margin-bottom: 4rem;
    align-items: flex-start;
    justify-content: space-between;
}

.service-top > span {
    color: var(--sand);
    font-family: var(--font-serif);
    font-size: 0.8rem;
}

.service-top svg {
    width: 3rem;
    fill: none;
    stroke: var(--sand);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2;
}

.service-card p {
    color: var(--muted);
    font-size: 0.88rem;
}

.service-card > a {
    display: flex;
    margin-top: auto;
    padding-top: 1rem;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    font-size: 0.75rem;
    font-weight: 700;
}

.story-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(17rem, 0.7fr);
    gap: clamp(3rem, 8vw, 8rem);
}

.journey {
    padding-bottom: 0;
}

.journey-heading {
    display: grid;
    max-width: 58rem;
    margin-inline: auto;
    text-align: center;
}

.journey-heading .section-kicker,
.section-blue .section-kicker {
    color: var(--sand);
}

.journey-heading > p {
    max-width: 39rem;
    margin-inline: auto;
    color: rgb(255 255 255 / 65%);
}

.journey-stage {
    position: relative;
    margin-top: 4rem;
    padding: 8rem 0 12rem;
    display: flex;
    flex-direction: column;
    gap: 10rem;
    overflow: hidden;
}

.journey-row {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 38rem;
    align-items: center;
}

.journey-row-left {
    justify-content: flex-start;
}

.journey-row-right {
    justify-content: flex-end;
}

.journey-row-last {
    justify-content: center;
}

.journey-path {
    position: absolute;
    z-index: 0;
    top: 25svh;
    left: 50%;
    width: 90%;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none;
}

.journey-path svg {
    width: 100%;
    height: auto;
}

.journey-path-progress {
    fill: none;
    stroke-linecap: round;
    stroke-width: 200;
}

.journey-path-progress {
    stroke: var(--sand);
    stroke-dasharray: 6000;
    stroke-dashoffset: 6000;
}

.journey-stop {
    display: grid;
    width: min(30rem, 42%);
    padding: 2rem;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.journey-stop > span {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--blue-pale);
    color: var(--blue);
    font-family: var(--font-serif);
    font-size: 0.8rem;
}

.journey-stop small {
    color: var(--muted);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.journey-stop h3 {
    margin: 0.45rem 0 0.65rem;
    color: var(--ink);
}

.journey-stop p {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
}

.story-statement blockquote {
    max-width: 50rem;
    margin-bottom: 0;
    font-family: var(--font-serif);
    font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.story-detail {
    position: relative;
    z-index: 1;
    align-self: end;
}

.story-detail-card {
    position: relative;
    z-index: 2;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.story-detail::before,
.story-detail::after {
    position: absolute;
    border: 1px solid var(--line);
    border-radius: 8px;
    content: "";
}

.story-detail::before {
    top: -10px;
    right: 12px;
    bottom: 10px;
    left: 12px;
    z-index: 1;
    background: var(--white);
}

.story-detail::after {
    top: -20px;
    right: 24px;
    bottom: 20px;
    left: 24px;
    z-index: 0;
    background: var(--blue-pale);
}

.story-detail-card > p {
    color: var(--muted);
}

.story-person {
    display: flex;
    margin-top: 2rem;
    padding-top: 1.25rem;
    align-items: center;
    gap: 0.8rem;
    border-top: 1px solid var(--line);
}

.story-person > span {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--blue-pale);
    font-family: var(--font-serif);
    font-size: 0.75rem;
}

.story-person div {
    display: flex;
    flex-direction: column;
}

.story-person strong {
    font-size: 0.78rem;
}

.story-person small {
    color: var(--muted);
    font-size: 0.65rem;
}

.vision-heading > p {
    color: rgb(255 255 255 / 68%);
    font-family: var(--font-serif);
    font-size: 1.35rem;
}

.vision-landscape {
    position: relative;
    height: clamp(25rem, 52vw, 46rem);
    overflow: hidden;
    border: 1px solid rgb(17 28 39 / 20%);
    border-radius: var(--radius);
}

.vision-landscape::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgb(17 28 39 / 72%));
    content: "";
}

.vision-landscape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    will-change: transform;
}

.vision-overlay {
    position: absolute;
    z-index: 1;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: var(--white);
}

.vision-overlay span {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vision-overlay strong {
    max-width: 28rem;
    margin-left: auto;
    font-family: var(--font-serif);
    font-size: clamp(1.5rem, 3vw, 3rem);
    font-weight: 400;
    line-height: 1.1;
    text-align: right;
}

.vision-mark {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: grid;
    width: 5rem;
    height: 5rem;
    transform: translate(-50%, -50%);
    place-items: center;
    border: 1px solid rgb(255 255 255 / 65%);
    border-radius: 50%;
    background: rgb(255 255 255 / 18%);
    backdrop-filter: blur(8px);
}

.vision-mark svg {
    width: 2.5rem;
    fill: none;
    stroke: var(--white);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
}

.insights-heading > .button {
    justify-self: end;
}

.insights-heading {
    margin-bottom: clamp(3rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1fr) auto;
}

.insights-heading h2 {
    max-width: 58rem;
    font-size: clamp(3rem, 5.5vw, 5.8rem);
}

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

.insight-card {
    display: flex;
    min-height: 38rem;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--warm-white);
}

.insight-visual {
    position: relative;
    display: grid;
    min-height: 18rem;
    margin: auto 0.75rem 0.75rem;
    place-items: center;
    overflow: hidden;
    border-radius: 6px;
}

.insight-visual svg {
    width: 9rem;
    fill: none;
    stroke: rgb(11 27 43 / 45%);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.1;
}

.insight-visual-one {
    background: var(--blue-soft);
}

.insight-visual-two {
    background: #dfe7e8;
}

.insight-visual-three {
    background: #ece5d7;
}

.insight-visual > a {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    min-height: 3rem;
    padding: 0.65rem 0.75rem 0.65rem 1rem;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgb(255 255 255 / 70%);
    border-radius: 6px;
    background: rgb(255 255 255 / 88%);
    color: var(--blue);
    font-size: 0.72rem;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.insight-visual > a span {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 6px;
    background: var(--blue);
    color: var(--white);
}

.insight-content {
    display: flex;
    min-height: 19rem;
    padding: 2rem;
    flex-direction: column;
}

.insight-meta {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.insight-meta span {
    padding: 0.4rem 0.55rem;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
    color: var(--blue);
    font-size: 0.62rem;
    font-weight: 700;
}

.insight-content h3 {
    margin: 1.5rem 0 1rem;
    font-size: clamp(1.7rem, 2.2vw, 2.6rem);
}

.insight-content p {
    margin-top: auto;
    color: var(--muted);
    font-size: 0.86rem;
}

.contact {
    padding-top: 1rem;
}

.contact-panel {
    display: grid;
    min-height: 30rem;
    padding: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(135deg, var(--warm-white), var(--blue-soft));
}

.contact-graphic {
    position: relative;
    display: grid;
    min-height: 22rem;
    place-items: center;
}

.contact-initials {
    position: relative;
    z-index: 1;
    font-size: clamp(6rem, 12vw, 11rem);
    font-weight: 800;
    letter-spacing: -0.13em;
}

.contact-graphic svg {
    position: absolute;
    width: min(100%, 25rem);
    fill: none;
    stroke: rgb(11 27 43 / 18%);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
}

.contact-copy h2 {
    max-width: 38rem;
    font-size: clamp(2.4rem, 4vw, 4.3rem);
}

.contact-copy p {
    max-width: 34rem;
    color: rgb(17 28 39 / 68%);
}

.contact .button-dark {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

.contact .button-dark:hover {
    border-color: var(--ink-soft);
    background: var(--ink-soft);
}

.site-footer {
    position: relative;
    padding-bottom: 2rem;
    overflow: hidden;
    background: var(--soft);
}

.site-footer > * {
    width: min(100%, var(--content));
    margin-inline: auto;
}

.site-footer .brand-mark {
    width: 3rem;
    height: 3rem;
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

.site-footer .brand {
    padding: 0;
    gap: 0.9rem;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

.site-footer .brand-copy {
    width: auto;
    gap: 0.25rem;
    line-height: 1.1;
}

.site-footer .brand-copy strong {
    font-size: 1rem;
}

.site-footer .brand-copy small {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 550;
    letter-spacing: 0;
    text-transform: none;
}

.footer-top {
    display: grid;
    padding: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.footer-top > * + * {
    padding-left: 3rem;
    border-left: 1px solid var(--line);
}

.footer-top > p {
    max-width: 20rem;
    margin-bottom: 0;
    color: var(--muted);
    font-family: var(--font-serif);
    font-size: 1rem;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-contact strong {
    font-size: 0.76rem;
}

.footer-contact a {
    margin-top: 0.3rem;
    color: var(--sand);
    font-size: 0.78rem;
}

.footer-nav,
.footer-bottom {
    display: flex;
    padding-block: 1.25rem;
    border-top: 1px solid var(--line);
}

.footer-nav {
    gap: 3rem;
    border-top: 0;
    font-size: 0.7rem;
    font-weight: 650;
}

.footer-bottom {
    position: relative;
    z-index: 1;
    margin-top: 3rem;
    justify-content: space-between;
    color: var(--muted);
    font-size: 0.62rem;
}

.footer-bottom div {
    display: flex;
    gap: 1.5rem;
}

.footer-wordmark {
    display: flex;
    width: calc(100% + (2 * var(--pad)));
    max-width: none;
    height: clamp(5rem, 10vw, 11rem);
    margin: 1.5rem calc(-1 * var(--pad)) -2rem;
    overflow: hidden;
    align-items: flex-start;
    justify-content: center;
    background-image: url("../images/hero-mountain.webp");
    background-position: center 58%;
    background-size: cover;
    color: transparent;
    font-size: clamp(5rem, 14.1vw, 18rem);
    font-weight: 800;
    letter-spacing: -0.09em;
    line-height: 0.82;
    text-align: center;
    white-space: nowrap;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay {
    transition-delay: 80ms;
}

.reveal-delay-long {
    transition-delay: 160ms;
}

@media (max-width: 1040px) {
    .hero-panel {
        display: none;
    }

    .challenge-inner {
        grid-template-columns: 1fr 1fr;
    }

    .challenge-points {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    .challenge-points article:first-child {
        padding-top: 1.5rem;
    }

    .site-nav {
        gap: 1rem;
    }
}

@media (max-width: 780px) {
    .site-header {
        padding-top: 0.9rem;
    }

    .site-header::before {
        position: fixed;
        z-index: 90;
        inset: 0;
        background: rgb(7 19 31 / 42%);
        content: "";
        opacity: 0;
        pointer-events: none;
        backdrop-filter: blur(5px);
        transition: opacity 280ms ease;
    }

    .site-header.menu-active::before {
        opacity: 1;
        pointer-events: auto;
    }

    .nav-wrap {
        width: calc(100% - 2rem);
    }

    .nav-column {
        position: static;
        width: auto;
    }

    .brand {
        padding-right: 0.7rem;
    }

    .menu-toggle {
        position: relative;
        z-index: 102;
        display: flex;
    }

    .contact-pill {
        display: none;
    }

    .menu-toggle[aria-expanded="true"] span:first-child {
        transform: translateY(3px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(2) {
        transform: translateY(-3px) rotate(-45deg);
    }

    .site-nav {
        position: fixed;
        z-index: 101;
        top: auto;
        right: 1rem;
        bottom: max(1rem, env(safe-area-inset-bottom));
        left: 1rem;
        display: flex;
        width: auto;
        height: auto;
        max-height: calc(100dvh - 2rem);
        padding: 2rem 1rem max(1rem, env(safe-area-inset-bottom));
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        overflow-y: auto;
        border: 1px solid rgb(11 27 43 / 12%);
        border-radius: 22px;
        background: rgb(255 255 255 / 96%);
        opacity: 1;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(calc(100% + 2rem));
        backdrop-filter: blur(24px);
        transition: transform 420ms cubic-bezier(0.32, 0.72, 0, 1), visibility 420ms;
    }

    .site-nav::before {
        position: absolute;
        top: 0.65rem;
        left: 50%;
        width: 2.5rem;
        height: 0.3rem;
        border-radius: 999px;
        background: rgb(11 27 43 / 18%);
        content: "";
        transform: translateX(-50%);
    }

    .site-nav.open {
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav > a:not(.button) {
        padding: 1rem 0.5rem;
        border-bottom: 1px solid var(--line);
        color: var(--blue);
        font-size: 1.05rem;
    }

    .site-nav > a.mobile-contact-link {
        display: flex;
        min-height: 3.25rem;
        margin-top: 1rem;
        padding: 0.75rem 1rem;
        align-items: center;
        justify-content: space-between;
        border: 0;
        border-radius: 12px;
        background: var(--blue);
        color: var(--white);
    }

    .site-nav > a.mobile-contact-link span {
        color: var(--white);
    }

    .about-inner,
    .story-inner,
    .contact-panel {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: 62rem;
    }

    .hero::after {
        background: linear-gradient(90deg, rgb(7 19 31 / 84%) 0%, rgb(7 19 31 / 38%) 100%), linear-gradient(180deg, rgb(7 19 31 / 34%) 0%, rgb(7 19 31 / 24%) 35%, rgb(7 19 31 / 86%) 100%);
    }

    .hero-background img {
        object-position: 67% center;
    }

    .hero-content {
        top: 8.5rem;
        right: 1.25rem;
        bottom: auto;
        left: 1.25rem;
        width: auto;
    }

    .hero-features {
        right: 1.25rem;
        left: 1.25rem;
    }

    .hero-features > div {
        padding: 1rem 0.4rem 1.2rem 0;
        grid-template-columns: 1fr;
        gap: 0.3rem;
    }

    .hero-features strong {
        max-width: 6rem;
    }

    .audience-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .audience-list span:nth-child(2) {
        border-right: 0;
    }

    .audience-list span:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .challenge-inner {
        grid-template-columns: 1fr;
    }

    .challenge-points {
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .about-portrait {
        min-height: 24rem;
    }

    .section-heading,
    .vision-heading {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 21rem;
    }

    .story-inner {
        gap: 3rem;
    }

    .journey-stage {
        padding: 5rem 0 8rem;
        gap: 5rem;
    }

    .journey-row {
        min-height: 30rem;
    }

    .journey-path {
        top: 5rem;
        width: 275%;
        height: 100%;
    }

    .journey-path-progress {
        stroke-width: 200;
    }

    .journey-stop {
        width: 100%;
        padding: 1.35rem;
    }

    .vision-overlay {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .vision-overlay strong {
        text-align: left;
    }

    .insights-heading > .button {
        justify-self: start;
    }

    .insight-grid {
        grid-template-columns: 1fr;
    }

    .contact-panel {
        gap: 1rem;
    }

    .contact-graphic {
        min-height: 13rem;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-top > * + * {
        padding-top: 1.5rem;
        padding-left: 0;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .footer-contact {
        align-items: flex-start;
    }

    .footer-nav {
        flex-wrap: wrap;
        gap: 1rem 2rem;
    }
}

@media (max-width: 520px) {
    h1 {
        font-size: clamp(3rem, 13vw, 4rem);
    }

    .site-header .brand-copy small {
        display: none;
    }

    .hero-content > p {
        font-size: 0.92rem;
    }

    .challenge-image {
        height: 27rem;
    }

    .about-facts {
        grid-template-columns: 1fr;
    }

    .about-facts div,
    .about-facts div:first-child {
        padding: 0.9rem 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
