@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600;700;800&family=Source+Serif+4:wght@600;700&display=swap");
:root {
    --n: #061a40;
    --b: #1455a3;
    --r: #b31942;
    --ice: #edf4fb;
    --ink: #14223d;
    --muted: #65738a;
    --line: #dbe4ef;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font:
        16px/1.7 "Libre Franklin",
        Arial;
    color: var(--ink);
    background: #fbfcfe;
}
a {
    text-decoration: none;
    color: inherit;
}
.w {
    width: min(1200px, calc(100% - 44px));
    margin: auto;
}
.flag {
    height: 5px;
    background: linear-gradient(90deg, var(--r) 0 32%, white 32% 68%, var(--b) 68%);
}
header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fffef8;
    border-bottom: 1px solid var(--line);
}
nav {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand {
    font-weight: 800;
    color: var(--n);
    display: flex;
    gap: 12px;
    align-items: center;
    line-height: 1.1;
}
.seal {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--n);
    border: 3px solid var(--r);
    color: white;
    display: grid;
    place-items: center;
    font: 700 12px Georgia;
}
.links {
    display: flex;
    gap: 20px;
    font-size: 13px;
    font-weight: 700;
}
.links a:hover {
    color: var(--r);
}
.hero {
    min-height: 680px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, #061a40fa 0 48%, #061a40c9 70%, #061a4044),
        url("https://triplara.com/storage/2025/05/washington_triplara.jpg") center/cover;
background-position: bottom !important;
    }
.hero h1,
.page h1 {
    font:
        700 clamp(52px, 6vw, 84px) / 0.98 "Source Serif 4",
        Georgia;
    letter-spacing: -0.04em;
    margin: 18px 0;
}
.hero p,
.page p {
    font-size: 19px;
    color: #d7e5f5;
    max-width: 760px;
}
.ey {
    font-size: 11px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    font-weight: 800;
    color: #9ec3ef;
}
.btn {
    display: inline-block;
    background: var(--r);
    color: #fff;
    padding: 13px 20px;
    border-radius: 6px;
    font-weight: 800;
    margin: 16px 8px 0 0;
}
.btn.alt {
    background: white;
    color: var(--n);
}
.metrics {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: -52px;
    position: relative;
    box-shadow: 0 18px 45px #061a4024;
}
.metric {
    background: white;
    padding: 27px 22px;
    border-right: 1px solid var(--line);
}
.metric b {
    display: block;
    font: 700 46px Georgia;
    color: var(--r);
}
.metric span {
    font-size: 12px;
    font-weight: 800;
    color: var(--n);
}
.note {
    font-size: 11px;
    color: var(--muted);
    margin-top: 10px;
}
.homeSection {
    padding: 90px 0;
}
.homeHead {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 65px;
}
.homeHead h2,
.article h2 {
    font: 700 42px/1.08 "Source Serif 4";
    color: var(--n);
    margin: 7px 0;
}
.homeHead p,
.article p,
.article li {
    color: var(--muted);
}
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 35px;
}
.card {
    background: #fff;
    border: 1px solid var(--line);
    padding: 28px;
    border-top: 5px solid var(--b);
}
.card:nth-child(2n) {
    border-top-color: var(--r);
}
.card h3 {
    font: 700 25px "Source Serif 4";
    color: var(--n);
}
.media {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    background: var(--n);
    color: #fff;
    min-height: 520px;
}
.photo {
    background: center/cover;
}
.dialogue {
    background-image: url("https://s.hdnux.com/photos/43/51/51/9345621/10/rawImage.jpg");
}
.research {
    background-image: url("https://www.clarkconstruction.com/sites/default/files/styles/gallery_image/public/2026-03/GMU%20Robots.jpg?itok=iXd5RzBi");
}
.mediaCopy {
    padding: 60px;
}
.mediaCopy h2 {
    font: 700 42px "Source Serif 4";
}
.mediaCopy p {
    color: #cddbed;
}
.page {
    padding: 85px 0;
    background: linear-gradient(135deg, var(--n), #1455a3);
    color: white;
}
.page h1 {
    font-size: 62px;
}
.content {
    padding: 55px 0;
}
.article {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 60px;
    padding: 55px 0;
    border-bottom: 1px solid var(--line);
}
.article h2 {
    font-size: 35px;
    margin: 0;
}
.article ul {
    padding-left: 20px;
}
.article li {
    margin: 8px 0;
}
.callout {
    border-left: 5px solid var(--r);
    background: var(--ice);
    padding: 22px 26px;
    color: var(--n) !important;
    font-size: 18px;
}
.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 30px 0;
}
.gimg {
    height: 300px;
    background: center/cover;
}
.cap {
    font-size: 10px;
    color: var(--muted);
}
footer {
    background: #04142f;
    color: #c8d5e7;
    padding: 55px 0 28px;
}
.foot {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 45px;
}
.foot h3 {
    color: #fff;
}
.foot a {
    display: block;
    font-size: 13px;
    margin: 6px 0;
}
.copy {
    border-top: 1px solid #314563;
    margin-top: 35px;
    padding-top: 18px;
    font-size: 11px;
}
@media (max-width: 850px) {
    .links {
        display: none;
    }
    .homeHead,
    .media,
    .article {
        grid-template-columns: 1fr;
    }
    .metrics {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 0;
    }
    .cards {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 540px) {
    .w {
        width: calc(100% - 28px);
    }
    .hero h1 {
        font-size: 46px;
    }
    .metrics,
    .cards,
    .foot,
    .gallery {
        grid-template-columns: 1fr;
    }
    .page h1 {
        font-size: 44px;
    }
}
/* --- Subtle motion + interaction polish --- */
:root {
    --gold: #d5b25b;
    --deep-teal: #062c2b;
}
header {
    transition:
        box-shadow 0.28s ease,
        background-color 0.28s ease;
}
header.is-scrolled {
    box-shadow: 0 12px 32px rgba(6, 26, 64, 0.11);
    background: rgba(255, 254, 248, 0.96);
    backdrop-filter: blur(12px);
}
.brand,
.seal,
.links a,
.btn,
.card,
.metric,
.gimg,
.foot a,
.advisor-mail {
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        color 0.26s ease,
        background-color 0.26s ease,
        border-color 0.26s ease,
        opacity 0.26s ease;
}
.brand:hover {
    transform: translateY(-2px);
}
.brand:hover .seal {
    transform: rotate(-4deg) scale(1.04);
    box-shadow: 0 8px 22px rgba(6, 26, 64, 0.18);
}
.links a {
    position: relative;
    padding: 8px 0;
}
.links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 2px;
    height: 2px;
    background: var(--r);
    transition: right 0.25s ease;
}
.links a:hover::after,
.links a:focus-visible::after {
    right: 0;
}
.btn {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(6, 26, 64, 0.12);
}
.btn::after {
    content: "";
    position: absolute;
    inset: -2px auto -2px -45%;
    width: 36%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
    transform: skewX(-18deg);
    transition: left 0.5s ease;
}
.btn:hover,
.btn:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(6, 26, 64, 0.23);
}
.btn:hover::after,
.btn:focus-visible::after {
    left: 115%;
}
.btn.alt:hover,
.btn.alt:focus-visible {
    background: #f3f7fb;
    color: var(--b);
}
.card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(6, 26, 64, 0.1);
    border-color: #c8d6e7;
}
.card a {
    transition:
        color 0.25s ease,
        letter-spacing 0.25s ease;
}
.card a:hover {
    color: var(--r);
    letter-spacing: 0.02em;
}
.metric:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(6, 26, 64, 0.08);
    position: relative;
    z-index: 2;
}
.gimg:hover {
    transform: scale(1.025);
}
.gallery > div {
    overflow: hidden;
}
.foot a:hover {
    color: #fff;
    transform: translateX(4px);
}

/* Advisor feature section inspired by supplied homepage section */
.advisor-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 22% 50%, rgba(213, 178, 91, 0.08), transparent 29%),
        linear-gradient(110deg, #071f2d 0%, #052c2b 48%, #032522 100%);
    color: #fff;
    padding: 86px 0;
}
.advisor-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, #000, transparent 75%);
    pointer-events: none;
}
.advisor-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
    min-height: 430px;
}
.advisor-visual {
    position: relative;
    width: min(430px, 86vw);
    aspect-ratio: 1;
    margin: auto;
    display: grid;
    place-items: center;
}
.advisor-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(213, 178, 91, 0.22);
}
.advisor-orbit--outer {
    inset: 2%;
    box-shadow:
        0 0 0 22px rgba(11, 62, 58, 0.2),
        0 0 0 42px rgba(255, 255, 255, 0.018);
}
.advisor-orbit--mid {
    inset: 14%;
    border-width: 12px;
    border-color: rgba(213, 178, 91, 0.48);
    box-shadow:
        0 0 0 16px rgba(48, 101, 91, 0.3),
        0 0 0 35px rgba(6, 43, 42, 0.72);
}
.advisor-orbit--inner {
    inset: 25%;
    border: 4px solid var(--gold);
    box-shadow:
        0 0 0 11px rgba(38, 102, 84, 0.7),
        0 0 0 22px rgba(4, 35, 34, 0.9);
}
.advisor-portrait {
    position: relative;
    z-index: 3;
    width: 43%;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    background: white;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.33);
}
.advisor-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
}
.advisor-glint {
    position: absolute;
    z-index: 4;
    top: 25%;
    left: 49.3%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffe58e;
    box-shadow:
        0 0 4px #fff7cb,
        0 0 18px #efc34a,
        0 0 34px #efc34a;
}
.advisor-copy {
    max-width: 650px;
}
.advisor-ey {
    color: #f0ce74;
    margin-bottom: 12px;
}
.advisor-copy h2 {
    font:
        700 clamp(44px, 5.1vw, 72px) / 0.95 "Source Serif 4",
        Georgia;
    letter-spacing: -0.035em;
    margin: 0 0 20px;
    color: #fff;
}
.advisor-role {
    color: #efbe4d;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 15px;
}
.advisor-copy p {
    color: #d5e2df;
    max-width: 640px;
    margin: 0 0 16px;
    font-size: 16px;
}
.advisor-mail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 800;
    border-bottom: 1px solid rgba(213, 178, 91, 0.55);
    padding: 7px 0 5px;
}
.advisor-mail:hover,
.advisor-mail:focus-visible {
    color: #ffd875;
    transform: translateX(4px);
    border-color: #ffd875;
}
@keyframes advisorOrbit {
    to {
        transform: rotate(360deg);
    }
}
@keyframes advisorPulse {
    0%,
    100% {
        opacity: 0.65;
        transform: scale(0.96);
    }
    50% {
        opacity: 1;
        transform: scale(1.12);
    }
}
.advisor-orbit--outer {
    animation: advisorOrbit 28s linear infinite;
}
.advisor-orbit--mid {
    animation: advisorOrbit 20s linear reverse infinite;
}
.advisor-glint {
    animation: advisorPulse 2.5s ease-in-out infinite;
}

/* Scroll reveal is activated only when JS is available */
.js-motion .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 0.72s ease,
        transform 0.72s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.js-motion .reveal.reveal-left {
    transform: translateX(-28px);
}
.js-motion .reveal.reveal-right {
    transform: translateX(28px);
}
.js-motion .reveal.is-visible {
    opacity: 1;
    transform: none;
}
.js-motion .reveal[data-delay="1"] {
    transition-delay: 0.08s;
}
.js-motion .reveal[data-delay="2"] {
    transition-delay: 0.16s;
}
.js-motion .reveal[data-delay="3"] {
    transition-delay: 0.24s;
}
.js-motion .reveal[data-delay="4"] {
    transition-delay: 0.32s;
}

@media (max-width: 850px) {
    .advisor-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .advisor-section {
        padding: 68px 0;
    }
    .advisor-copy {
        text-align: center;
        margin: auto;
    }
    .advisor-copy h2 {
        font-size: clamp(42px, 10vw, 62px);
    }
    .advisor-visual {
        width: min(390px, 88vw);
    }
}
@media (max-width: 540px) {
    .advisor-section {
        padding: 54px 0;
    }
    .advisor-grid {
        gap: 26px;
    }
    .advisor-role {
        font-size: 13px;
    }
    .advisor-copy p {
        font-size: 15px;
    }
    .advisor-mail {
        font-size: 13px;
    }
    .advisor-visual {
        width: min(320px, 92vw);
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .advisor-orbit,
    .advisor-glint {
        animation: none !important;
    }
    .js-motion .reveal,
    .js-motion .reveal.reveal-left,
    .js-motion .reveal.reveal-right {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .brand,
    .seal,
    .links a,
    .btn,
    .card,
    .metric,
    .gimg,
    .foot a,
    .advisor-mail {
        transition: none;
    }
}
