:root {
    --ink: #10234b;
    --muted: #5a6a83;
    --teal: #12a8a0;
    --blue: #1766ad;
    --navy: #092653;
    --cream: #f8fbfc;
    --line: #dce8ee;
    --orange: #ee8b25;
    --purple: #6d54bc;
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    line-height: 1.6
}

h1,
h2,
h3,
strong {
    font-family: Manrope, sans-serif;
    line-height: 1.12
}

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

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

.section-wrap {
    width: min(calc(100% - 48px), var(--max));
    margin: 0 auto
}

.site-header {
    height: 82px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fffdfb;
    position: sticky;
    top: 0;
    z-index: 5;
    border-bottom: 1px solid #edf1f3
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px
}

.brand strong {
    display: block;
    font-size: 21px;
    letter-spacing: -.8px
}

.brand strong span {
    color: var(--teal)
}

.brand small {
    display: block;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: .2px
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 2px solid var(--teal);
    border-radius: 50%;
    color: var(--blue);
    font-size: 23px;
    transform: rotate(-17deg)
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: 14px;
    color: #445776
}

.site-nav a:hover,
.text-link:hover {
    color: var(--teal)
}

.nav-cta,
.button {
    padding: 11px 18px;
    border-radius: 99px;
    font-weight: 700
}

.nav-cta {
    background: var(--ink);
    color: #fff
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 25px;
    color: var(--ink)
}

.hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 50px;
    align-items: center;
    min-height: 660px;
    padding-top: 65px;
    padding-bottom: 70px
}

.eyebrow {
    color: var(--teal);
    font: 700 11px Manrope, sans-serif;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.hero h1 {
    font-size: clamp(42px, 5.4vw, 73px);
    letter-spacing: -3.5px;
    margin-bottom: 24px
}

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

.hero-lede {
    color: var(--muted);
    font-size: 18px;
    max-width: 610px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 32px 0
}

.button {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    justify-content: center
}

.button-primary {
    background: var(--teal);
    color: #fff;
    box-shadow: 0 12px 25px #0c9c922e
}

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

.text-link {
    color: var(--blue);
    font-weight: 700;
    border-bottom: 1px solid #a9cbe1;
    padding-bottom: 3px
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 13px
}

.pulse-dot {
    width: 9px;
    height: 9px;
    background: var(--orange);
    border-radius: 50%;
    box-shadow: 0 0 0 6px #ee8b2522
}

.hero-art {
    height: 460px;
    position: relative;
    background: linear-gradient(145deg, #eaf9f8, #e7f0fc);
    border: 1px solid #d7ebef;
    border-radius: 45% 45% 18% 18%;
    overflow: hidden
}

.globe {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 3px solid var(--blue);
    display: grid;
    place-items: center;
    font-size: 88px;
    color: var(--navy);
    transform: rotate(-20deg);
    box-shadow: inset 0 0 0 17px #ffffff33
}

.globe:before,
.globe:after {
    content: '';
    position: absolute;
    border: 2px solid var(--blue);
    border-radius: 50%;
    inset: 18px 56px
}

.globe:after {
    inset: 56px 18px
}

.orbit {
    position: absolute;
    border: 1px dashed #55afb866;
    border-radius: 50%;
    width: 320px;
    height: 130px;
    left: calc(50% - 160px);
    top: calc(50% - 65px);
    transform: rotate(28deg)
}

.orbit-two {
    transform: rotate(-27deg);
    border-color: #1766ad66
}

.floating-card {
    position: absolute;
    background: #fff;
    border: 1px solid #d7e6ec;
    border-radius: 16px;
    box-shadow: 0 16px 35px #14346018;
    padding: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px
}

.floating-card b,
.floating-card small {
    display: block
}

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

.card-icon {
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e4f6f4;
    color: var(--teal);
    font-size: 20px
}

.card-top {
    top: 55px;
    left: 22px
}

.card-bottom {
    right: 18px;
    bottom: 65px
}

.route-line {
    height: 1px;
    background: #12a8a077;
    width: 150px;
    position: absolute;
    bottom: 35px;
    left: 35px;
    transform: rotate(-18deg)
}

.trust-strip {
    background: var(--navy);
    color: #dcecff
}

.trust-items {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 12px;
    letter-spacing: .4px
}

.trust-items i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--teal)
}

.section-pad {
    padding-top: 110px;
    padding-bottom: 110px
}

.section-heading h2 {
    font-size: clamp(34px, 4vw, 54px);
    letter-spacing: -2px;
    margin-bottom: 20px
}

.heading-intro,
.section-heading>p:not(.eyebrow) {
    color: var(--muted);
    max-width: 650px
}

.split {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: end;
    margin-bottom: 45px
}

.split>p {
    max-width: 350px
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr .76fr;
    gap: 90px;
    align-items: center
}

.large-copy {
    font-size: 25px;
    line-height: 1.35
}

.story-grid p:not(.large-copy) {
    color: var(--muted);
    max-width: 590px
}

.quote-card {
    background: #fff;
    border-left: 4px solid var(--teal);
    padding: 35px;
    box-shadow: 0 20px 50px #173b5b0d
}

.quote-mark {
    font: 800 70px Georgia;
    color: var(--teal);
    height: 45px;
    display: block
}

.quote-card p {
    font: 600 22px Manrope;
    line-height: 1.35
}

.quote-card small {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px
}

.stat-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 80px;
    border-top: 1px solid var(--line);
    padding-top: 35px
}

.stat-row strong {
    font-size: 35px;
    display: block;
    color: var(--blue)
}

.stat-row span {
    font-size: 12px;
    color: var(--muted)
}

.products,
.journal {
    background: #edf7f7
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.product-card {
    min-height: 380px;
    padding: 25px 22px;
    position: relative;
    border-radius: 22px;
    border: 1px solid #d7e4e7;
    background: #fff;
    transition: .25s transform, .25s box-shadow;
    display: flex;
    flex-direction: column
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px #173b5b17
}

.product-card.trevio {
    border-top: 5px solid #199d75
}

.product-card.trevista {
    border-top: 5px solid var(--orange)
}

.product-card.trecare {
    border-top: 5px solid var(--blue)
}

.product-card.trehub {
    border-top: 5px solid var(--purple)
}

.product-number {
    font-size: 11px;
    color: var(--muted);
    align-self: end
}

.product-symbol {
    font-size: 45px;
    color: var(--teal);
    margin-top: 25px
}

.trevista .product-symbol {
    color: var(--orange)
}

.trecare .product-symbol {
    color: var(--blue)
}

.trehub .product-symbol {
    color: var(--purple)
}

.product-card h3 {
    font-size: 27px;
    margin: 6px 0 12px
}

.product-card p {
    color: var(--muted);
    font-size: 14px
}

.product-link {
    margin-top: auto;
    color: var(--blue);
    font-weight: 700;
    font-size: 13px
}

.engine-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
}

.engine-grid article {
    padding: 23px 18px;
    border-top: 2px solid var(--teal);
    background: #fff;
    min-height: 245px
}

.engine-grid article:nth-child(2) {
    border-color: var(--blue)
}

.engine-grid article:nth-child(3) {
    border-color: var(--orange)
}

.engine-grid article:nth-child(4) {
    border-color: var(--purple)
}

.engine-grid article:nth-child(5) {
    border-color: #199d75
}

.engine-grid span {
    font-size: 11px;
    color: var(--teal)
}

.engine-grid h3 {
    font-size: 20px;
    margin: 24px 0 12px
}

.engine-grid p {
    font-size: 13px;
    color: var(--muted)
}

.architecture {
    background: linear-gradient(120deg, #08224b, #124c76);
    color: #fff;
    padding: 105px 0
}

.architecture p:not(.eyebrow) {
    color: #d4e3f0;
    max-width: 500px
}

.architecture h2 {
    font-size: clamp(35px, 4vw, 55px)
}

.architecture-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center
}

.stack {
    display: grid;
    gap: 12px
}

.stack>div {
    background: #ffffff12;
    border: 1px solid #ffffff2b;
    padding: 19px 22px;
    border-radius: 12px
}

.stack b,
.stack span {
    display: block
}

.stack span {
    color: #b9d1e5;
    font-size: 12px;
    margin-top: 4px
}

.principle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.do-list,
.dont-list {
    padding: 30px;
    border-radius: 20px
}

.do-list {
    background: #e4f6f0
}

.dont-list {
    background: #fff0e7
}

.principle-grid h3 {
    margin-bottom: 22px
}

.principle-grid h3 span {
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: #fff;
    color: var(--teal);
    margin-right: 8px
}

.dont-list h3 span {
    color: #e87537
}

.principle-grid ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.principle-grid li {
    padding: 11px 0 11px 23px;
    border-top: 1px solid #ffffff99;
    position: relative;
    font-size: 14px
}

.principle-grid li:before {
    content: '•';
    position: absolute;
    left: 4px;
    color: var(--teal);
    font-size: 22px;
    line-height: 16px
}

.dont-list li:before {
    color: #e87537
}

.journal-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 16px
}

.journal-card {
    padding: 26px;
    background: #fff;
    min-height: 285px;
    border: 1px solid #deeaeb;
    display: flex;
    flex-direction: column
}

.journal-card.featured {
    background: var(--navy);
    color: #fff
}

.journal-tag {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--teal);
    font-weight: 700
}

.journal-card h3 {
    font-size: 23px;
    margin: 35px 0 13px
}

.journal-card p {
    font-size: 13px;
    color: var(--muted)
}

.featured p {
    color: #bdcde0
}

.journal-card a {
    margin-top: auto;
    color: var(--blue);
    font-size: 13px;
    font-weight: 700
}

.featured a {
    color: #7be4dc
}

.people {
    background: #fff
}

.people-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.people-grid article {
    border: 1px solid var(--line);
    padding: 28px;
    border-radius: 18px
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #dff3f0;
    color: var(--teal);
    display: grid;
    place-items: center;
    font: 800 17px Manrope;
    margin-bottom: 24px
}

.avatar.accent {
    background: #dbe9fa;
    color: var(--blue)
}

.people-grid article>span {
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--teal);
    text-transform: uppercase
}

.people-grid h3 {
    font-size: 21px;
    margin: 10px 0
}

.people-grid p {
    color: var(--muted);
    font-size: 13px
}

.contact {
    background: #e2f4f2;
    text-align: center
}

.contact-inner>p:not(.eyebrow) {
    color: var(--muted)
}

.contact h2 {
    font-size: clamp(38px, 5vw, 64px);
    letter-spacing: -2px
}

.contact-details {
    display: flex;
    justify-content: center;
    gap: 60px;
    text-align: left;
    margin-top: 55px;
    padding-top: 28px;
    border-top: 1px solid #b9ddda;
    color: var(--muted);
    font-size: 12px
}

.contact-details a {
    color: var(--blue)
}

.site-footer {
    background: #071d42;
    color: #c3d8e8;
    padding: 28px 0
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 11px
}

.footer-inner .brand strong {
    color: #fff
}

.footer-inner .brand small {
    color: #7de1d9
}

.footer-inner>p {
    max-width: 330px;
    margin: 0
}

.footer-inner>.brand {
    color: #fff
}

@media(max-width:900px) {
    .hero {
        grid-template-columns: 1fr
    }

    .hero-art {
        max-width: 600px;
        width: 100%;
        margin: auto
    }

    .product-grid,
    .engine-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .engine-grid article:last-child {
        grid-column: span 2
    }

    .story-grid,
    .architecture-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .journal-grid {
        grid-template-columns: 1fr 1fr
    }

    .journal-card.featured {
        grid-column: span 2
    }

    .people-grid {
        grid-template-columns: 1fr 1fr
    }

    .people-grid article:last-child {
        grid-column: span 2;
        max-width: calc(50% - 10px)
    }
}

@media(max-width:640px) {
    .section-wrap {
        width: min(calc(100% - 32px), var(--max))
    }

    .site-header {
        height: 70px;
        padding: 0 16px
    }

    .menu-toggle {
        display: block
    }

    .site-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        padding: 18px 20px;
        background: #fff;
        box-shadow: 0 15px 25px #0001;
        flex-direction: column;
        align-items: stretch
    }

    .site-nav.is-open {
        display: flex
    }

    .nav-cta {
        text-align: center
    }

    .hero {
        padding-top: 55px;
        min-height: auto
    }

    .hero h1 {
        letter-spacing: -2px
    }

    .hero-lede {
        font-size: 16px
    }

    .hero-art {
        height: 350px
    }

    .globe {
        width: 150px;
        height: 150px;
        font-size: 60px
    }

    .trust-items {
        flex-wrap: wrap;
        gap: 10px;
        padding: 16px 0
    }

    .trust-items i {
        display: none
    }

    .section-pad {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .split {
        display: block
    }

    .split>p {
        margin-top: 25px
    }

    .story-grid {
        gap: 30px
    }

    .stat-row {
        grid-template-columns: 1fr 1fr;
        margin-top: 55px
    }

    .product-grid,
    .engine-grid,
    .principle-grid,
    .people-grid,
    .journal-grid {
        grid-template-columns: 1fr
    }

    .engine-grid article:last-child,
    .journal-card.featured,
    .people-grid article:last-child {
        grid-column: auto;
        max-width: none
    }

    .product-card {
        min-height: 300px
    }

    .architecture {
        padding: 75px 0
    }

    .contact-details {
        display: block;
        text-align: center;
        margin-top: 40px
    }

    .contact-details span {
        display: block;
        margin-bottom: 16px
    }

    .footer-inner {
        display: block
    }

    .footer-inner>p {
        margin: 20px 0
    }

    .footer-inner>span {
        display: block
    }
}
@media (prefers-color-scheme: dark) {
  .brand-icon,
  .theme-brand-icon {
    content: url("favicon-dark.png");
  }
}
