@font-face {
    font-family: "Albra";
    src: url("../fonts/AlbraTRIAL-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albra";
    src: url("../fonts/AlbraTRIAL-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Acumin";
    src: url("../fonts/Acumin Variable Concept.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --twa-bg: #10100f;
    --twa-paper: #eee8dc;
    --twa-paper-2: #e4ddd0;
    --twa-text: #171715;
    --twa-white: #f7f3eb;
    --twa-muted: rgba(247, 243, 235, .66);
    --twa-gold: #a8603a;
    --twa-line: rgba(23, 23, 21, .16);
    --twa-dark-line: rgba(247, 243, 235, .16);
    --twa-serif: "Albra", Georgia, serif;
    --twa-sans: "Acumin", Arial, sans-serif;
    --twa-ease: cubic-bezier(.22, 1, .36, 1);
    --twa-header-h: 92px;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    background: var(--twa-bg)
}

body {
    margin: 0;
    background: var(--twa-bg);
    color: var(--twa-white);
    font-family: var(--twa-sans);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

/* Brand typography: display titles use Albra; copy and UI text use Acumin. */
h1,
h2,
h3,
h4,
[class*="title"] {
    font-family: var(--twa-serif) !important;
}

p,
li,
label,
input,
textarea,
select,
button,
a {
    font-family: var(--twa-sans) !important;
}

body.is-modal-open {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button {
    border: 0;
    background: none;
    color: inherit;
    font: inherit
}

button,
a {
    outline: none
}

button:focus-visible,
a:focus-visible {
    outline: 1px solid var(--twa-gold);
    outline-offset: 5px
}

img,
video {
    display: block;
    max-width: 100%
}

svg {
    display: block
}

.twa-container {
    width: min(1290px, calc(100% - 96px));
    margin-inline: auto
}

.twa-section {
    position: relative;
    padding: clamp(100px, 10vw, 170px) 0
}

.twa-label {
    margin: 0;
    color: var(--twa-gold);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase
}

.twa-display-title {
    margin: 0;
    color: inherit;
    font-family: var(--twa-serif);
    font-size: clamp(48px, 5.2vw, 82px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.035em;
    text-transform: none
}

.twa-copy {
    font-size: clamp(16px, 1.22vw, 19px);
    line-height: 1.85
}

.twa-copy p {
    margin: 0 0 1.25em
}

.twa-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 100px;
}

.twa-section-head-2 {
    margin-bottom: 10px !important;
}

.twa-section-head>span {
    color: var(--twa-gold);
    font-size: 11px;
    letter-spacing: .18em
}

.twa-word-mask {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom
}

.twa-word-inner {
    display: inline-block;
    will-change: transform, opacity
}

/* Quick intro */
.twa-intro-mask {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 24px;
    background: #0d0d0c;
    pointer-events: none
}

.twa-intro-mask img {
    width: 110px;
    height: auto
}

.twa-intro-mask span {
    display: block;
    width: 220px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--twa-gold)
}

/* Header — visually aligned with homepage */
.twa-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--twa-header-h);
    padding: 0 clamp(28px, 4vw, 72px);
    color: #fff;
    transition: background .4s ease, border-color .4s ease, backdrop-filter .4s ease
}

.twa-header::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background: transparent;
    transition: background .4s ease
}

.twa-header.is-scrolled {
    background: rgba(15, 15, 14, .88);
    backdrop-filter: blur(14px)
}

.twa-header.is-scrolled::after {
    background: rgba(255, 255, 255, .12)
}

.twa-header__logo {
    display: block;
    width: 120px
}

.twa-header__logo img {
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    object-position: left center
}

.twa-header__nav {
    display: flex;
    align-items: center;
    gap: clamp(28px, 4vw, 62px)
}

.twa-header__nav a {
    position: relative;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase
}

.twa-header__nav a::after {
    position: absolute;
    right: 100%;
    bottom: -9px;
    left: 0;
    height: 1px;
    content: "";
    background: #fff;
    transition: right .45s var(--twa-ease)
}

.twa-header__nav a:hover::after,
.twa-header__nav a.is-active::after {
    right: 0
}

.twa-mobile-menu {
    display: none;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px
}

.twa-mobile-menu span {
    display: block;
    width: 22px;
    height: 1px;
    background: #fff
}

/* Hero */
.twa-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: #191610
}

.twa-hero__media,
.twa-hero__poster,
.twa-hero__video,
.twa-hero__shade,
.twa-noise {
    position: absolute;
    inset: 0
}

.twa-hero__media {
    transform: scale(1.04);
    will-change: transform
}

.twa-hero__poster,
.twa-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.twa-hero__poster {
    z-index: 1
}

.twa-hero__video {
    z-index: 2;
    opacity: 0;
    transition: opacity .8s var(--twa-ease)
}

.twa-hero.has-video .twa-hero__video {
    opacity: 1
}

.twa-hero__shade {
    z-index: 4;
    background: linear-gradient(90deg, rgba(7, 7, 7, .88) 0%, rgba(7, 7, 7, .58) 37%, rgba(7, 7, 7, .15) 70%, rgba(7, 7, 7, .06)), linear-gradient(180deg, rgba(4, 4, 4, .22), transparent 35%, rgba(4, 4, 4, .45))
}

.twa-noise {
    z-index: 5;
    inset: -50%;
    opacity: .045;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
    animation: twaNoise .22s steps(2) infinite
}

@keyframes twaNoise {
    0% {
        transform: translate3d(0, 0, 0)
    }

    25% {
        transform: translate3d(2%, -1%, 0)
    }

    50% {
        transform: translate3d(-1%, 2%, 0)
    }

    75% {
        transform: translate3d(1%, 1%, 0)
    }

    100% {
        transform: translate3d(-2%, -2%, 0)
    }
}

.twa-hero__content {
    position: absolute;
    top: 50%;
    left: clamp(52px, 10vw, 150px);
    z-index: 10;
    width: min(980px, 75vw);
    transform: translateY(-46%)
}

.twa-kicker {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .25em;
    text-transform: uppercase
}

.twa-hero__title {
    margin: 0;
    font-family: var(--twa-serif);
    font-size: clamp(62px, 7.3vw, 112px);
    font-weight: 400;
    line-height: .96;
    letter-spacing: -.045em
}

.twa-hero__title>span {
    display: block;
    overflow: hidden
}

.twa-hero__title .is-gold {
    color: var(--twa-gold)
}

.twa-hero__intro {
    max-width: 620px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, .86);
    font-family: var(--twa-serif);
    font-size: clamp(14px, 1.15vw, 17px);
    line-height: 1.48
}

.twa-scroll-link {
    position: absolute;
    bottom: 42px;
    left: clamp(52px, 10vw, 150px);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 26px;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase
}

.twa-scroll-link svg {
    transition: transform .4s var(--twa-ease)
}

.twa-scroll-link:hover svg {
    transform: translateX(8px)
}

/* Vision */
.twa-vision {
    background: var(--twa-paper);
    color: var(--twa-text)
}

.twa-vision__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
    gap: clamp(70px, 10vw, 160px);
    align-items: start;
    margin-bottom: clamp(90px, 10vw, 160px)
}

.twa-purpose {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
    grid-template-rows: auto auto;
    gap: 32px 48px;
    align-items: start
}

.twa-purpose__main {
    grid-row: 1/3;
    min-height: 720px;
    margin: 0;
    overflow: hidden
}

.twa-purpose__main img,
.twa-purpose__detail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.twa-purpose__copy {
    align-self: center;
    padding: 52px 0
}

.twa-purpose__copy h3 {
    margin: 18px 0 28px;
    font-family: var(--twa-serif);
    font-size: clamp(39px, 4vw, 62px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.03em
}

.twa-purpose__copy p:not(.twa-label) {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.9
}

.twa-purpose__detail {
    height: 290px;
    margin: 0;
    overflow: hidden
}

/* Belief */
.twa-belief {
    background: #44433f;
    color: var(--twa-white)
}

.twa-belief__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .8fr);
    gap: clamp(70px, 9vw, 150px);
    align-items: start
}

.twa-belief__title {
    position: sticky;
    top: 140px
}

.twa-belief__title .twa-display-title {
    font-size: clamp(52px, 5.3vw, 84px);
    line-height: 1.07
}

.twa-belief__content {
    padding-top: 2px
}

.twa-belief__lead {
    margin: 0 0 24px;
    font-family: var(--twa-serif);
    font-size: clamp(28px, 2.5vw, 41px);
    line-height: 1.35
}

.twa-belief__content>p:not(.twa-belief__lead) {
    color: rgba(255, 255, 255, .75);
    font-size: 17px
}

.twa-belief__statement {
    margin-top: 64px;
    padding-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, .18)
}

.twa-belief__statement p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.85
}

.twa-belief__statement strong {
    color: #fff;
    font-weight: 500
}

/* Founders */
.twa-founders {
    background: #111110;
    color: var(--twa-white)
}

.twa-section-head--founders {
    align-items: end
}

.twa-founders__intro {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 255, 255, .64);
    font-size: 16px;
    line-height: 1.8
}

.twa-founders__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(44px, 6vw, 90px)
}

.twa-founder-card {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, .78fr);
    min-height: 620px;
    background: #171613;
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden
}

.twa-founder-card:nth-child(even) {
    transform: translateY(80px)
}

.twa-founder-card__image {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    cursor: pointer
}

.twa-founder-card__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .52));
    pointer-events: none
}

.twa-founder-card__image img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center;
    transition: transform 1.1s var(--twa-ease), filter .5s ease
}

.twa-founder-card:hover .twa-founder-card__image img {
    transform: scale(1.045)
}

.twa-founder-card__number {
    position: absolute;
    top: 26px;
    left: 26px;
    z-index: 2;
    color: #fff;
    font-family: var(--twa-serif);
    font-size: 34px
}

.twa-circle-button {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    background: rgba(0, 0, 0, .12);
    backdrop-filter: blur(5px);
    transition: background .35s ease, color .35s ease, transform .35s var(--twa-ease)
}

.twa-founder-card__image:hover .twa-circle-button {
    background: #fff;
    color: #111;
    transform: rotate(-6deg)
}

.twa-founder-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(36px, 4vw, 64px)
}

.twa-founder-card__content h3 {
    margin: 13px 0 5px;
    font-family: var(--twa-serif);
    font-size: clamp(46px, 4.3vw, 68px);
    font-weight: 400;
    line-height: 1
}

.twa-founder-card__content h4 {
    margin: 12px 0 28px;
    color: var(--twa-gold);
    font-family: var(--twa-serif);
    font-size: clamp(22px, 2vw, 31px);
    font-weight: 400;
    line-height: 1.35
}

.twa-founder-card__content>p:not(.twa-label) {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.85
}

.twa-arrow-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin-top: 42px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    cursor: pointer
}

.twa-arrow-button svg {
    transition: transform .4s var(--twa-ease)
}

.twa-arrow-button:hover svg {
    transform: translateX(7px)
}

/* Marquee */
.twa-marquee {
    overflow: hidden;
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: #111110;
    color: var(--twa-white)
}

.twa-marquee__track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: twaMarquee 32s linear infinite;
    will-change: transform
}

.twa-marquee__track span {
    font-family: var(--twa-serif);
    font-size: clamp(44px, 5vw, 74px);
    line-height: 1;
    white-space: nowrap
}

.twa-marquee__track i {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 38px;
    border-radius: 50%;
    background: var(--twa-gold)
}

@keyframes twaMarquee {
    to {
        transform: translateX(-50%)
    }
}

/* Collaboration */
.twa-collaboration {
    background: #171613;
    color: var(--twa-white)
}

.twa-collaboration__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr);
    gap: clamp(70px, 9vw, 140px);
    align-items: center
}

.twa-collaboration__image {
    position: relative;
    min-height: 720px;
    margin: 0;
    overflow: hidden
}

.twa-collaboration__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.twa-collaboration__image figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 9px 12px;
    background: rgba(0, 0, 0, .52);
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase
}

.twa-collaboration__copy .twa-display-title {
    margin: 18px 0 38px;
    font-size: clamp(46px, 4.6vw, 72px)
}

.twa-collaboration__copy .twa-copy {
    color: rgba(255, 255, 255, .72);
    font-size: 16px
}

/* Horizontal Values */
.twa-values {
    position: relative;
    overflow: hidden;
    background: var(--twa-paper);
    color: var(--twa-text);
    padding: clamp(110px, 10vw, 165px) 0 0
}

.twa-values__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
    column-gap: 80px;
    align-items: end;
    margin-bottom: 70px
}

.twa-values__heading .twa-label {
    grid-column: 1/-1;
    margin-bottom: 18px
}

.twa-values__heading .twa-display-title {
    font-size: clamp(48px, 5vw, 78px)
}

.twa-values__intro {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.8
}

.twa-values__viewport {
    overflow: hidden;
    padding-left: max(48px, calc((100vw - 1290px)/2))
}

.twa-values__track {
    display: flex;
    gap: 28px;
    width: max-content;
    padding-right: 9vw
}

.twa-value-card {
    position: relative;
    flex: 0 0 min(72vw, 880px);
    height: min(68vh, 690px);
    min-height: 520px;
    overflow: hidden;
    background: #171613
}

.twa-value-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
    will-change: transform
}

.twa-value-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .06) 25%, rgba(0, 0, 0, .78) 100%)
}

.twa-value-card__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: clamp(34px, 4vw, 62px);
    color: #fff
}

.twa-value-card__content>span {
    display: block;
    margin-bottom: 18px;
    color: var(--twa-gold);
    font-size: 11px;
    letter-spacing: .18em
}

.twa-value-card__content h3 {
    max-width: 700px;
    margin: 0 0 20px;
    font-family: var(--twa-serif);
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.025em
}

.twa-value-card__content p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.75
}

.twa-values__progress {
    height: 2px;
    margin-top: 60px;
    background: rgba(23, 23, 21, .12)
}

.twa-values__progress span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--twa-gold)
}

/* Process */
.twa-process {
    background: #0f0f0e;
    color: var(--twa-white)
}

.twa-process__intro {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .63);
    font-size: 16px;
    line-height: 1.8
}

.twa-process__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, .72fr);
    gap: clamp(70px, 8vw, 130px);
    align-items: start
}

.twa-process__visual {
    position: sticky;
    top: 130px
}

.twa-process__frame {
    position: relative;
    height: min(70vh, 720px);
    overflow: hidden
}

.twa-process__frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.06);
    transition: opacity .65s ease, transform 1.2s var(--twa-ease)
}

.twa-process__frame img.is-active {
    opacity: 1;
    transform: scale(1)
}

.twa-process__number {
    position: absolute;
    right: 22px;
    bottom: 18px;
    color: #fff;
    font-family: var(--twa-serif);
    font-size: 58px;
    text-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

.twa-process__steps {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.twa-process-step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 28px;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    opacity: .42;
    transition: opacity .4s ease, padding .4s var(--twa-ease)
}

.twa-process-step.is-active {
    opacity: 1;
    padding-left: 14px
}

.twa-process-step>span {
    color: var(--twa-gold);
    font-size: 10px;
    letter-spacing: .15em
}

.twa-process-step h3 {
    margin: 0 0 12px;
    font-family: var(--twa-serif);
    font-size: clamp(27px, 2.5vw, 39px);
    font-weight: 400;
    line-height: 1.2
}

.twa-process-step p {
    margin: 0;
    color: rgba(255, 255, 255, .67);
    font-size: 15px;
    line-height: 1.8
}

/* Footer */
.twa-footer {
    position: relative;
    overflow: hidden;
    background: #0d0d0c;
    color: #fff
}

.twa-footer__visual {
    position: relative;
    height: min(66vh, 680px);
    overflow: hidden
}

.twa-footer__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08)
}

.twa-footer__visual div {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .45) 52%, rgba(0, 0, 0, .18)), linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .65))
}

.twa-footer__content {
    position: relative;
    margin-top: -350px;
    padding-bottom: 42px
}

.twa-footer__cta {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding-bottom: 120px
}

.twa-footer__cta h2 {
    margin: 20px 0 28px;
    font-family: var(--twa-serif);
    font-size: clamp(48px, 5.4vw, 86px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.035em
}

.twa-footer__cta>p:not(.twa-label) {
    margin: 0;
    color: rgba(255, 255, 255, .75);
    font-size: 18px
}

.twa-footer__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 42px
}

.twa-footer__actions a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-width: 260px;
    padding: 17px 20px;
    border: 1px solid rgba(255, 255, 255, .42);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    transition: background .35s ease, color .35s ease
}

.twa-footer__actions a>span {
    display: flex;
    align-items: center;
    min-height: 20px;
    padding-top: 2px;
    line-height: 1;
}

.twa-footer__actions a:hover {
    background: #fff;
    color: #111
}

.twa-footer__actions svg {
    transition: transform .4s var(--twa-ease)
}

.twa-footer__actions a:hover svg {
    transform: translateX(6px)
}

.twa-footer__contact {
    display: grid;
    grid-template-columns: 1.15fr repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14)
}

.twa-footer__brand,
.twa-contact-card {
    min-height: 220px;
    padding: 38px 30px;
    border-right: 1px solid rgba(255, 255, 255, .11)
}

.twa-contact-card:last-child {
    border-right: 0
}

.twa-footer__brand img {
    width: 105px;
    margin-bottom: 24px
}

.twa-footer__brand p {
    max-width: 220px;
    margin: 0;
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
    line-height: 1.7
}

.twa-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background .35s ease
}

.twa-contact-card:hover {
    background: rgba(255, 255, 255, .045)
}

.twa-contact-card__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border: 1px solid var(--twa-gold);
    border-radius: 50%;
    color: var(--twa-gold)
}

.twa-contact-card__icon svg {
    width: 22px;
    height: 22px
}

.twa-contact-card strong {
    font-size: 14px
}

.twa-contact-card>span:last-child {
    margin-top: 5px;
    color: rgba(255, 255, 255, .64);
    font-size: 13px
}

.twa-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    color: rgba(255, 255, 255, .54);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.twa-footer__bottom div {
    display: flex;
    gap: 25px
}

/* Image reveal */
.twa-image-reveal {
    clip-path: inset(0 0 100% 0);
    will-change: clip-path
}

/* Modal */
.twa-founder-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    opacity: 0
}

.twa-founder-modal.is-open {
    display: block
}

.twa-founder-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .78);
    backdrop-filter: blur(10px);
    cursor: pointer
}

.twa-founder-modal__panel {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    grid-template-columns: minmax(340px, .85fr) minmax(450px, 1.15fr);
    width: min(1120px, calc(100% - 70px));
    max-height: 86vh;
    overflow: hidden;
    background: #171613;
    color: #fff;
    transform: translate(-50%, -50%)
}

.twa-founder-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: rgba(0, 0, 0, .15);
    cursor: pointer
}

.twa-founder-modal__image {
    min-height: 620px;
    overflow: hidden
}

.twa-founder-modal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.twa-founder-modal__content {
    overflow: auto;
    padding: clamp(48px, 5vw, 78px)
}

.twa-founder-modal__content h2 {
    margin: 15px 0 8px;
    font-family: var(--twa-serif);
    font-size: clamp(52px, 5vw, 76px);
    font-weight: 400;
    line-height: 1
}

.twa-founder-modal__position {
    margin: 0 0 35px;
    color: var(--twa-gold);
    font-family: var(--twa-serif);
    font-size: clamp(23px, 2.2vw, 32px);
    font-weight: 400;
    line-height: 1.4
}

.twa-founder-modal__bio p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.85
}

/* Cursor */
.twa-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    background: rgba(15, 15, 15, .12);
    backdrop-filter: blur(5px);
    font-size: 8px;
    letter-spacing: .16em;
    text-transform: uppercase;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none
}

@media(max-width:1120px) {
    .twa-container {
        width: min(100% - 56px, 1120px)
    }

    .twa-purpose {
        grid-template-columns: 1fr 1fr
    }

    .twa-founder-card {
        grid-template-columns: 1fr;
        min-height: 0
    }

    .twa-founder-card__image img {
        min-height: 520px
    }

    .twa-founder-card__content {
        min-height: 390px
    }

    .twa-founder-card:nth-child(even) {
        transform: translateY(45px)
    }

    .twa-footer__contact {
        grid-template-columns: repeat(2, 1fr)
    }

    .twa-footer__brand {
        grid-column: 1/-1;
        min-height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, .11)
    }
}

@media(max-width:900px) {
    :root {
        --twa-header-h: 76px
    }

    .twa-container {
        width: calc(100% - 36px)
    }

    .twa-section {
        padding: 90px 0
    }

    .twa-header {
        padding: 0 20px
    }

    .twa-header__logo {
        width: 120px
    }

    .twa-header__nav {
        position: fixed;
        top: var(--twa-header-h);
        right: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 20px;
        background: #10100f;
        transform: translateY(-130%);
        transition: transform .45s var(--twa-ease)
    }

    .twa-header__nav.is-open {
        transform: translateY(0)
    }

    .twa-header__nav a {
        width: 100%;
        padding: 16px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12)
    }

    .twa-header__nav a::after {
        display: none
    }

    .twa-mobile-menu {
        display: flex
    }

    .twa-hero__content {
        left: 22px;
        width: calc(100% - 44px)
    }

    .twa-hero__title {
        font-size: clamp(48px, 12vw, 82px)
    }

    .twa-scroll-link {
        left: 22px;
        bottom: 28px
    }

    .twa-vision__intro,
    .twa-purpose,
    .twa-belief__grid,
    .twa-collaboration__grid,
    .twa-values__heading,
    .twa-process__grid {
        grid-template-columns: 1fr
    }

    .twa-vision__intro {
        gap: 40px;
        margin-bottom: 80px
    }

    .twa-purpose__main {
        grid-row: auto;
        min-height: 540px
    }

    .twa-purpose__copy {
        padding: 18px 0
    }

    .twa-purpose__detail {
        height: 320px
    }

    .twa-belief__title {
        position: static
    }

    .twa-belief__content {
        margin-top: 55px
    }

    .twa-founders__grid {
        grid-template-columns: 1fr
    }

    .twa-founder-card:nth-child(even) {
        transform: none
    }

    .twa-collaboration__image {
        min-height: 560px
    }

    .twa-values {
        padding-bottom: 90px
    }

    .twa-values__heading {
        gap: 30px;
        margin-bottom: 45px
    }

    .twa-values__viewport {
        overflow: visible;
        padding: 0 18px
    }

    .twa-values__track {
        display: grid;
        width: auto;
        padding: 0;
        gap: 22px
    }

    .twa-value-card {
        width: 100%;
        height: 560px;
        min-height: 0
    }

    .twa-values__progress {
        display: none
    }

    .twa-process__visual {
        position: relative;
        top: auto
    }

    .twa-process__frame {
        height: 560px
    }

    .twa-process__steps {
        margin-top: 40px
    }

    .twa-footer__content {
        margin-top: -250px
    }

    .twa-footer__cta {
        padding-bottom: 80px
    }

    .twa-founder-modal__panel {
        grid-template-columns: 1fr;
        width: calc(100% - 30px);
        max-height: 92vh;
        overflow: auto
    }

    .twa-founder-modal__image {
        height: 390px;
        min-height: 0
    }

    .twa-founder-modal__content {
        overflow: visible
    }
}

@media(max-width:620px) {
    body {
        font-size: 15px
    }

    .twa-section-head {
        display: block;
        margin-bottom: 50px
    }

    .twa-section-head>span {
        display: block;
        margin-top: 18px
    }

    .twa-display-title {
        font-size: clamp(40px, 11vw, 58px)
    }

    .twa-hero__title {
        font-size: 13.4vw;
        line-height: 1
    }

    .twa-hero__intro {
        font-size: 17px
    }

    .twa-purpose__main {
        min-height: 430px
    }

    .twa-purpose__copy h3 {
        font-size: 39px
    }

    .twa-belief__title .twa-display-title {
        font-size: 11.5vw
    }

    .twa-belief__lead {
        font-size: 27px
    }

    .twa-founder-card__image img {
        min-height: 440px
    }

    .twa-founder-card__content {
        min-height: 0;
        padding: 32px 25px 38px
    }

    .twa-founder-card__content h3 {
        font-size: 48px
    }

    .twa-marquee__track span {
        font-size: 42px
    }

    .twa-marquee__track i {
        margin: 0 24px
    }

    .twa-collaboration__image {
        min-height: 450px
    }

    .twa-value-card {
        height: 500px
    }

    .twa-value-card__content {
        padding: 28px 24px
    }

    .twa-value-card__content h3 {
        font-size: 39px
    }

    .twa-process__frame {
        height: 440px
    }

    .twa-footer__visual {
        height: 560px
    }

    .twa-footer__content {
        margin-top: -300px
    }

    .twa-footer__cta h2 {
        font-size: 42px
    }

    .twa-footer__actions {
        display: grid
    }

    .twa-footer__actions a {
        min-width: 0
    }

    .twa-footer__contact {
        grid-template-columns: 1fr
    }

    .twa-footer__brand,
    .twa-contact-card {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .11)
    }

    .twa-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px
    }

    .twa-founder-modal__image {
        height: 330px
    }

    .twa-founder-modal__content {
        padding: 38px 24px
    }
}

@media(hover:hover) and (pointer:fine) {

    a,
    button,
    .twa-founder-card__image,
    .twa-value-card {
        cursor: none
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }

    .twa-cursor,
    .twa-noise {
        display: none
    }
}


/* =========================================================
   V7 REVIEW FIXES
   Typography, editorial story, founder modal, values journey,
   collaboration cleanup, and footer spacing.
========================================================= */

/* Typography: readable Bodoni proportions without clipped glyphs. */
.twa-display-title,
.twa-hero__title,
.twa-purpose__copy h3,
.twa-founder-card__content h3,
.twa-founder-card__content h4,
.twa-collaboration__copy .twa-display-title,
.twa-value-card__content h3,
.twa-process-step h3,
.twa-footer__cta h2,
.twa-founder-modal__content h2,
.twa-founder-modal__position {
    font-family: var(--twa-serif);
    font-optical-sizing: auto;
    text-wrap: balance;
}

.twa-display-title {
    font-size: clamp(44px, 4.55vw, 72px);
    line-height: 1.08;
    letter-spacing: -.025em
}

.twa-word-mask {
    overflow: visible;
    padding: .1em .025em;
    margin: -.1em -.025em;
    line-height: inherit
}

.twa-word-inner {
    transform-origin: 50% 100%
}

.twa-hero__title {
    font-size: clamp(58px, 6.55vw, 102px);
    line-height: 1.01;
    letter-spacing: -.035em
}

.twa-hero__title>span {
    overflow: visible
}

/* Vision: remove the decorative image that left a blank column. */
.twa-vision__intro {
    grid-template-columns: minmax(0, .95fr) minmax(360px, .7fr);
    gap: clamp(60px, 8vw, 125px);
    margin-bottom: clamp(80px, 8vw, 125px)
}

.twa-purpose {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
    grid-template-rows: auto;
    gap: clamp(50px, 7vw, 105px);
    align-items: center
}

.twa-purpose__main {
    grid-row: auto;
    min-height: 620px;
    aspect-ratio: 1.08/1
}

.twa-purpose__main img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.twa-purpose__copy {
    padding: 38px 0
}

.twa-purpose__copy h3 {
    font-size: clamp(36px, 3.3vw, 54px);
    line-height: 1.16
}

.twa-purpose__copy p:not(.twa-label) {
    font-size: 15px;
    line-height: 1.82
}

/* Rebuilt belief section. */
.twa-belief {
    background: #181714;
    color: var(--twa-white)
}

.twa-belief__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .52fr);
    gap: clamp(55px, 8vw, 125px);
    align-items: end;
    margin-bottom: clamp(55px, 7vw, 95px)
}

.twa-belief__head .twa-label {
    margin-bottom: 18px
}

.twa-belief__head .twa-display-title {
    max-width: 760px;
    font-size: clamp(43px, 4.4vw, 70px)
}

.twa-belief__summary {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 1.8
}

.twa-belief__layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(390px, .72fr);
    gap: clamp(52px, 7vw, 105px);
    align-items: start
}

.twa-belief__image {
    position: sticky;
    top: calc(var(--twa-header-h) + 34px);
    height: auto;
    min-height: 680px;
    margin: 0;
    margin-top: -25px;
    overflow: hidden
}

.twa-belief__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.twa-belief__content {
    padding: 10px 0 30px
}

.twa-belief__lead {
    margin: 0 0 24px;
    font-family: var(--twa-serif);
    font-size: clamp(25px, 2.15vw, 35px);
    line-height: 1.4
}

.twa-belief__content>p:not(.twa-belief__lead) {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.82
}

.twa-belief__principles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 42px 0 48px
}

.twa-belief__principles span {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: var(--twa-gold);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase
}

.twa-belief__statement {
    margin: 0;
    padding: 38px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .18)
}

.twa-belief__statement p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.82
}

.twa-belief__statement strong {
    color: #fff;
    font-weight: 500
}

/* Founder cards: smaller type and a centered, viewport-safe popup. */
.twa-founder-card {
    min-height: 560px
}

.twa-founder-card__image img {
    min-height: 560px
}

.twa-founder-card__content h3 {
    font-size: clamp(42px, 3.8vw, 60px)
}

.twa-founder-card__content h4 {
    font-size: clamp(20px, 1.7vw, 27px);
    line-height: 1.38
}

.twa-founder-card__content>p:not(.twa-label) {
    font-size: 14px;
    line-height: 1.8
}

.twa-founder-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    place-items: center;
    padding: clamp(16px, 3vw, 46px);
    opacity: 0
}

.twa-founder-modal.is-open {
    display: grid
}

.twa-founder-modal__panel {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: minmax(310px, .82fr) minmax(420px, 1.18fr);
    width: min(1080px, 100%);
    height: min(760px, calc(100dvh - 64px));
    max-height: calc(100dvh - 64px);
    overflow: hidden;
    background: #171613;
    color: #fff;
    transform: none;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .48)
}

.twa-founder-modal__image {
    height: 100%;
    min-height: 0;
    overflow: hidden
}

.twa-founder-modal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.twa-founder-modal__content {
    height: 100%;
    overflow: auto;
    overscroll-behavior: contain;
    padding: clamp(42px, 4.6vw, 68px)
}

.twa-founder-modal__content h2 {
    font-size: clamp(44px, 4vw, 64px)
}

.twa-founder-modal__position {
    font-size: clamp(20px, 1.8vw, 27px)
}

.twa-founder-modal__close {
    position: absolute;
    top: 16px;
    right: 16px
}

/* Collaboration: no loose caption, tighter proportions. */
.twa-collaboration__grid {
    grid-template-columns: minmax(0, .92fr) minmax(390px, .78fr);
    gap: clamp(58px, 7vw, 105px)
}

.twa-collaboration__image {
    min-height: 610px
}

.twa-collaboration__copy .twa-display-title {
    margin: 16px 0 32px;
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1.08
}

.twa-collaboration__copy .twa-copy {
    font-size: 15px;
    line-height: 1.82
}

.twa-collaboration__image figcaption {
    display: none
}

/* Values: only the card viewport pins, cards fit inside the screen, and the journey is shorter. */
.twa-values {
    overflow: visible;
    padding: clamp(95px, 8vw, 130px) 0 clamp(80px, 7vw, 110px)
}

.twa-values__heading {
    margin-bottom: 48px
}

.twa-values__heading .twa-display-title {
    font-size: clamp(43px, 4.3vw, 68px)
}

.twa-values__viewport {
    height: min(62vh, 610px);
    min-height: 500px;
    overflow: hidden;
    padding-left: max(48px, calc((100vw - 1290px)/2));
    background: var(--twa-paper)
}

.twa-values__track {
    height: 100%;
    align-items: stretch;
    gap: 24px;
    padding-right: 7vw
}

.twa-value-card {
    flex: 0 0 min(64vw, 780px);
    height: 100%;
    min-height: 0
}

.twa-value-card__content {
    padding: clamp(28px, 3vw, 46px)
}

.twa-value-card__content h3 {
    max-width: 610px;
    font-size: clamp(34px, 3.35vw, 52px);
    line-height: 1.12
}

.twa-value-card__content p {
    max-width: 570px;
    font-size: 15px;
    line-height: 1.68
}

.twa-values__progress {
    margin-top: 32px
}

/* Footer: more breathing room at the bottom and less oversized copy. */
.twa-footer__content {
    padding-bottom: clamp(80px, 8vw, 120px)
}

.twa-footer__cta {
    max-width: 820px;
    padding-bottom: clamp(90px, 9vw, 130px)
}

.twa-footer__cta h2 {
    font-size: clamp(44px, 4.7vw, 74px);
    line-height: 1.1
}

.twa-footer__bottom {
    padding-top: 34px;
    padding-bottom: 10px
}

@media(max-width:1120px) {
    .twa-purpose {
        grid-template-columns: 1fr .82fr
    }

    .twa-belief__layout {
        grid-template-columns: 1fr .9fr
    }

    .twa-founder-modal__panel {
        grid-template-columns: minmax(280px, .78fr) minmax(400px, 1.22fr)
    }
}

@media(max-width:900px) {

    .twa-vision__intro,
    .twa-purpose,
    .twa-belief__head,
    .twa-belief__layout {
        grid-template-columns: 1fr
    }

    .twa-purpose__main {
        min-height: 480px;
        aspect-ratio: auto
    }

    .twa-belief__image {
        position: relative;
        top: auto;
        height: 520px
    }

    .twa-belief__content {
        padding-top: 0
    }

    .twa-founder-modal {
        padding: 14px
    }

    .twa-founder-modal__panel {
        grid-template-columns: 1fr;
        width: 100%;
        height: calc(100dvh - 28px);
        max-height: calc(100dvh - 28px);
        overflow: auto
    }

    .twa-founder-modal__image {
        height: 38vh;
        min-height: 290px
    }

    .twa-founder-modal__content {
        height: auto;
        overflow: visible;
        padding: 38px 26px 55px
    }

    .twa-values {
        overflow: hidden;
        padding-bottom: 88px
    }

    .twa-values__viewport {
        height: auto;
        min-height: 0;
        overflow: visible;
        padding: 0 18px
    }

    .twa-values__track {
        display: grid;
        height: auto;
        width: auto;
        padding: 0;
        gap: 22px
    }

    .twa-value-card {
        width: 100%;
        height: 520px
    }
}

@media(max-width:620px) {
    .twa-display-title {
        font-size: clamp(37px, 10.5vw, 52px)
    }

    .twa-hero__title {
        font-size: 12.2vw
    }

    .twa-purpose__main {
        min-height: 400px
    }

    .twa-belief__image {
        height: 420px
    }

    .twa-belief__lead {
        font-size: 24px
    }

    .twa-founder-card__image img {
        min-height: 430px
    }

    .twa-founder-modal__image {
        height: 32vh;
        min-height: 240px
    }

    .twa-value-card {
        height: 470px
    }

    .twa-footer__content {
        padding-bottom: 86px
    }

    .twa-footer__cta h2 {
        font-size: 38px
    }
}

/* =========================================================
   V8 — CLEAN NIMBUS DIRECTION
   Readable typography, #BE9C6F accent, stronger motion-ready layouts.
========================================================= */
:root {
    --twa-gold: #a8603a;
    --twa-serif: "Albra", Georgia, serif;
    --twa-sans: "Acumin", Arial, sans-serif;
}

html,
body,
.twa-page,
button,
a,
input,
textarea,
select {
    font-family: var(--twa-sans);
}

/* Use one clean type system everywhere. */
.twa-hero__title,
.twa-display-title,
.twa-purpose__copy h3,
.twa-belief__lead,
.twa-founder-card__content h3,
.twa-founder-card__content h4,
.twa-collaboration__copy .twa-display-title,
.twa-value-card__content h3,
.twa-process-step h3,
.twa-process__number,
.twa-footer__cta h2,
.twa-founder-modal__content h2,
.twa-founder-modal__position,
.twa-founder-card__number {
    font-family: var(--twa-sans);
    font-style: normal;
}

.twa-display-title {
    font-size: clamp(40px, 4vw, 64px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.twa-label,
.twa-kicker {
    color: var(--twa-gold);
    letter-spacing: .24em;
}

/* Homepage-identical loader, but it is triggered on DOM ready for speed. */
.twa-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 18px;
    background: #111;
    pointer-events: none;
}

.twa-loader__logo {
    width: clamp(92px, 9vw, 150px);
    height: auto
}

.twa-loader__track {
    width: min(270px, 55vw);
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, .15)
}

.twa-loader__track span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--twa-gold)
}

.twa-loader__text {
    color: rgba(255, 255, 255, .58);
    font-size: 9px;
    letter-spacing: .24em;
    text-transform: uppercase
}

.twa-intro-mask {
    display: none !important
}

/* Hero video remains optional, but the page is designed to use it. */
.twa-hero__video {
    opacity: 0;
    transition: opacity .9s cubic-bezier(.22, 1, .36, 1)
}

.twa-hero.has-video .twa-hero__video {
    opacity: 1
}

.twa-hero__poster {
    transition: opacity .9s cubic-bezier(.22, 1, .36, 1)
}

.twa-hero.has-video .twa-hero__poster {
    opacity: 0
}

.twa-hero__title {
    max-width: 970px;
    font-size: clamp(52px, 6.25vw, 96px);
    font-weight: 400;
    line-height: .96;
    letter-spacing: -.055em;
}

.twa-hero__intro {
    max-width: 650px;
    font-size: clamp(14px, 1.15vw, 17px);
    line-height: 1.55
}

/* Readability across editorial sections. */
.twa-copy,
.twa-copy p,
.twa-purpose__copy p,
.twa-belief__statement p,
.twa-collaboration__copy .twa-copy,
.twa-process-step p {
    font-size: 15px;
    line-height: 1.82;
}

.twa-vision__intro {
    align-items: center
}

.twa-vision__intro .twa-display-title {
    font-size: clamp(42px, 4.2vw, 66px)
}

.twa-purpose__copy h3 {
    font-size: clamp(38px, 3.4vw, 54px);
    line-height: 1.08;
    letter-spacing: -.035em
}

/* Belief section: less oversized and more controlled. */
.twa-belief__head .twa-display-title {
    max-width: 720px;
    font-size: clamp(40px, 3.9vw, 60px)
}

.twa-belief__lead {
    font-size: clamp(23px, 2vw, 31px);
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -.02em
}

.twa-belief__principles span {
    border-color: rgba(190, 156, 111, .38);
    color: var(--twa-gold)
}

/* Founder section redesigned as two calm full-width editorial rows. */
.twa-founders__grid {
    display: flex;
    flex-direction: column;
    gap: clamp(70px, 8vw, 125px);
}

.twa-founder-card,
.twa-founder-card:nth-child(even) {
    display: grid;
    grid-template-columns: minmax(360px, .86fr) minmax(390px, 1.14fr);
    min-height: clamp(590px, 72vh, 760px);
    background: transparent;
    border: 0;
    overflow: visible;
    transform: none;
}

.twa-founder-card:nth-child(even) .twa-founder-card__image {
    order: 2
}

.twa-founder-card:nth-child(even) .twa-founder-card__content {
    order: 1
}

.twa-founder-card__image {
    min-height: clamp(590px, 72vh, 760px);
    overflow: hidden;
    background: #1a1916;
}

.twa-founder-card__image img {
    min-height: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.twa-founder-card__content {
    justify-content: center;
    padding: clamp(55px, 7vw, 105px);
    background: #171613;
}

.twa-founder-card__content h3 {
    margin: 14px 0 10px;
    font-size: clamp(38px, 3.5vw, 54px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.035em;
}

.twa-founder-card__content h4 {
    max-width: 420px;
    margin: 8px 0 27px;
    color: var(--twa-gold);
    font-size: clamp(19px, 1.7vw, 25px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -.015em;
}

.twa-founder-card__content>p:not(.twa-label) {
    max-width: 460px;
    font-size: 15px;
    line-height: 1.82
}

.twa-founder-card__number {
    font-size: 28px;
    font-weight: 400
}

.twa-circle-button {
    border-color: rgba(255, 255, 255, .75)
}

.twa-arrow-button {
    border-top-color: rgba(255, 255, 255, .16);
    border-bottom-color: rgba(255, 255, 255, .16)
}

/* The collaboration image is now tall and sticky, matching the long copy. */
.twa-collaboration {
    padding-top: clamp(95px, 8vw, 135px);
    padding-bottom: clamp(95px, 8vw, 135px)
}

.twa-collaboration__grid {
    grid-template-columns: minmax(400px, .88fr) minmax(420px, .82fr);
    gap: clamp(60px, 7.5vw, 120px);
    align-items: start;
}

.twa-collaboration__image {
    position: sticky;
    top: calc(var(--twa-header-h) + 34px);
    height: calc(100vh - var(--twa-header-h) - 70px);
    min-height: 650px;
    max-height: 850px;
    margin: 0;
    overflow: hidden;
}

.twa-collaboration__image img {
    width: 100%;
    height: 112%;
    object-fit: cover;
    object-position: left center;
    will-change: transform
}

.twa-collaboration__copy {
    padding: 12px 0 100px
}

.twa-collaboration__copy .twa-display-title {
    margin: 17px 0 32px;
    font-size: clamp(39px, 3.75vw, 57px);
    line-height: 1.09;
}

.twa-collaboration__copy .twa-copy {
    font-size: 15px;
    line-height: 1.85
}

.twa-collaboration__image figcaption {
    display: none !important
}

/* Horizontal values: no decorative border, smaller type, cleaner frame. */
.twa-values {
    border: 0 !important;
    padding: clamp(90px, 7vw, 120px) 0 clamp(55px, 5vw, 75px);
}

.twa-values__heading {
    margin-bottom: 42px
}

.twa-values__heading .twa-display-title {
    font-size: clamp(39px, 3.9vw, 59px)
}

.twa-values__viewport {
    height: min(59vh, 570px);
    min-height: 470px;
    border: 0 !important;
    background: transparent;
}

.twa-values__track {
    gap: 22px
}

.twa-value-card {
    flex-basis: min(61vw, 740px);
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.twa-value-card__content {
    padding: clamp(27px, 3vw, 43px)
}

.twa-value-card__content h3 {
    max-width: 570px;
    font-size: clamp(30px, 2.85vw, 44px);
    line-height: 1.12;
    letter-spacing: -.035em
}

.twa-value-card__content p {
    max-width: 550px;
    font-size: 14px;
    line-height: 1.72
}

.twa-values__progress {
    height: 2px;
    margin: 26px max(48px, calc((100vw - 1290px)/2)) 0;
    background: rgba(23, 23, 21, .10);
    border: 0 !important
}

/* Process keeps structure, with less formal typography. */
.twa-process-step h3 {
    font-size: clamp(24px, 2.1vw, 32px);
    font-weight: 400;
    letter-spacing: -.025em
}

.twa-process__number {
    font-size: 48px;
    font-weight: 400
}

/* Footer: remove surplus bottom padding and use icon-only socials. */
.twa-footer__content {
    padding-bottom: 0 !important
}

.twa-footer__cta {
    max-width: 800px;
    padding-bottom: clamp(70px, 7vw, 100px)
}

.twa-footer__cta h2 {
    font-size: clamp(40px, 4.15vw, 62px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.045em
}

.twa-footer__bottom {
    padding: 26px 0;
    margin: 0
}

.twa-footer__socials {
    display: flex;
    gap: 10px
}

.twa-footer__socials a {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: #fff;
    transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s cubic-bezier(.22, 1, .36, 1);
}

.twa-footer__socials a:hover {
    background: var(--twa-gold);
    border-color: var(--twa-gold);
    color: #111;
    transform: translateY(-4px)
}

.twa-footer__socials svg {
    width: 18px;
    height: 18px
}

/* Popup remains centered and compact with the new font. */
.twa-founder-modal__content h2 {
    font-size: clamp(38px, 3.5vw, 54px);
    font-weight: 400;
    letter-spacing: -.035em
}

.twa-founder-modal__position {
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 400
}

.twa-founder-modal__bio p {
    font-size: 14px;
    line-height: 1.82
}

@media(max-width:1120px) {

    .twa-founder-card,
    .twa-founder-card:nth-child(even) {
        grid-template-columns: minmax(300px, .9fr) minmax(340px, 1.1fr)
    }

    .twa-founder-card__content {
        padding: 50px
    }

    .twa-collaboration__grid {
        grid-template-columns: minmax(340px, .9fr) minmax(360px, 1fr);
        gap: 55px
    }
}

@media(max-width:900px) {
    .twa-hero__title {
        font-size: clamp(45px, 11.5vw, 72px)
    }

    .twa-founder-card,
    .twa-founder-card:nth-child(even) {
        grid-template-columns: 1fr;
        min-height: 0
    }

    .twa-founder-card:nth-child(even) .twa-founder-card__image,
    .twa-founder-card:nth-child(even) .twa-founder-card__content {
        order: initial
    }

    .twa-founder-card__image {
        height: 560px;
        min-height: 0
    }

    .twa-founder-card__content {
        padding: 42px 28px 48px
    }

    .twa-collaboration__grid {
        grid-template-columns: 1fr
    }

    .twa-collaboration__image {
        position: relative;
        top: auto;
        height: 620px;
        min-height: 0;
        max-height: none
    }

    .twa-collaboration__copy {
        padding-bottom: 0
    }

    .twa-values__viewport {
        height: auto;
        min-height: 0
    }

    .twa-values__progress {
        display: none
    }

    .twa-footer__bottom {
        align-items: center;
        flex-direction: row
    }
}

@media(max-width:560px) {
    .twa-display-title {
        font-size: clamp(34px, 9.5vw, 47px)
    }

    .twa-founder-card__image {
        height: 470px
    }

    .twa-founder-card__content h3 {
        font-size: 38px
    }

    .twa-collaboration__image {
        height: 500px
    }

    .twa-footer__bottom {
        align-items: flex-start;
        flex-direction: column
    }
}


/* =========================================================
   V9 — VALUES CAROUSEL FIX
   No pinned blank space. Native horizontal carousel with
   snap, controls, drag and a real progress indicator.
========================================================= */
.twa-values {
    overflow: hidden;
    padding: clamp(90px, 8vw, 125px) 0 clamp(78px, 7vw, 105px);
}

.twa-values__heading {
    margin-bottom: 26px;
}

.twa-values__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 24px;
}

.twa-values__arrow {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(23, 23, 21, .24);
    border-radius: 50%;
    color: var(--twa-text);
    cursor: pointer;
    transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s var(--twa-ease);
}

.twa-values__arrow:hover {
    background: var(--twa-gold);
    border-color: var(--twa-gold);
    color: #111;
    transform: translateY(-3px);
}

.twa-values__counter {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 82px;
    color: rgba(23, 23, 21, .48);
    font-size: 10px;
    letter-spacing: .16em;
}

.twa-values__counter b {
    color: var(--twa-text);
    font-weight: 500;
}

.twa-values__counter i {
    display: block;
    width: 25px;
    height: 1px;
    background: rgba(23, 23, 21, .26);
}

.twa-values__viewport {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: max(48px, calc((100vw - 1290px)/2));
    padding-right: 0;
    background: var(--twa-paper);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    cursor: grab;
    touch-action: pan-y;
}

.twa-values__viewport::-webkit-scrollbar {
    display: none
}

.twa-values__viewport.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
    user-select: none;
}

.twa-values__track {
    display: flex;
    align-items: stretch;
    gap: 24px;
    width: max-content;
    height: auto;
    padding: 0 max(48px, calc((100vw - 1290px)/2)) 0 0;
    transform: none !important;
}

.twa-value-card {
    position: relative;
    flex: 0 0 min(72vw, 900px);
    width: min(72vw, 900px);
    height: clamp(480px, 58vh, 620px);
    min-height: 0;
    overflow: hidden;
    background: #171613;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.twa-value-card img {
    transform: scale(1.045);
    transition: transform 1.1s var(--twa-ease), filter .5s ease;
}

.twa-value-card:hover img {
    transform: scale(1.085);
}

.twa-value-card__content {
    padding: clamp(28px, 3.2vw, 48px);
}

.twa-value-card__content h3 {
    max-width: 620px;
    margin-bottom: 14px;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.12;
}

.twa-value-card__content p {
    max-width: 570px;
    font-size: 14px;
    line-height: 1.72;
}

.twa-values__progress {
    width: min(1290px, calc(100% - 96px));
    height: 2px;
    margin: 30px auto 0;
    background: rgba(23, 23, 21, .12);
}

.twa-values__progress span {
    transform: scaleX(0);
    transform-origin: left;
    will-change: transform;
}

@media(max-width:900px) {
    .twa-values__heading {
        margin-bottom: 24px
    }

    .twa-values__controls {
        justify-content: space-between;
        width: calc(100% - 36px);
        margin-bottom: 18px
    }

    .twa-values__viewport {
        padding-left: 18px;
        touch-action: pan-x pan-y
    }

    .twa-values__track {
        display: flex;
        width: max-content;
        gap: 16px;
        padding-right: 18px;
    }

    .twa-value-card {
        flex-basis: calc(100vw - 54px);
        width: calc(100vw - 54px);
        height: 500px;
    }

    .twa-values__progress {
        width: calc(100% - 36px);
        margin-top: 22px
    }
}

@media(max-width:560px) {
    .twa-value-card {
        height: 460px
    }

    .twa-value-card__content h3 {
        font-size: 30px
    }
}


/* =========================================================
   V10 — PREMIUM MOBILE MENU + FOOTER ALIGNMENT
========================================================= */
.twa-mobile-contact {
    display: none
}

@media(max-width:900px) {
    .twa-header {
        height: 78px;
        padding: 0 20px;
        background: rgba(12, 12, 11, .90);
        border-bottom: 1px solid rgba(255, 255, 255, .10);
        backdrop-filter: blur(15px);
    }

    .twa-header__logo {
        position: relative;
        z-index: 3;
        width: 68px
    }

    .twa-mobile-menu {
        position: relative;
        z-index: 3;
        display: flex;
        width: 46px;
        height: 46px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, .20);
        border-radius: 50%;
        background: rgba(255, 255, 255, .025);
        transition: border-color .35s ease, background .35s ease;
    }

    .twa-mobile-menu span {
        width: 20px;
        transition: transform .45s var(--twa-ease), width .35s var(--twa-ease), opacity .3s ease;
    }

    .twa-mobile-menu span:last-child {
        width: 13px
    }

    .twa-mobile-menu.is-active {
        border-color: var(--twa-gold);
        background: rgba(190, 156, 111, .08)
    }

    .twa-mobile-menu.is-active span:first-child {
        transform: translateY(3.5px) rotate(45deg)
    }

    .twa-mobile-menu.is-active span:last-child {
        width: 20px;
        transform: translateY(-3.5px) rotate(-45deg)
    }

    .twa-header__nav {
        position: fixed;
        inset: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 0;
        padding: 112px 26px 42px;
        background:
            radial-gradient(circle at 82% 15%, rgba(190, 156, 111, .15), transparent 28%),
            #0e0e0d;
        transform: translateY(-104%);
        visibility: hidden;
        pointer-events: none;
        transition: transform .72s cubic-bezier(.76, 0, .24, 1), visibility 0s linear .72s;
        counter-reset: twa-mobile-nav;
    }

    .twa-header__nav::before {
        content: "TW DESIGN";
        position: absolute;
        top: 94px;
        left: 26px;
        color: var(--twa-gold);
        font-size: 9px;
        letter-spacing: .28em;
    }

    .twa-header__nav.is-open {
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
    }

    .twa-header__nav a:not(.twa-mobile-contact) {
        counter-increment: twa-mobile-nav;
        display: flex;
        align-items: center;
        gap: 18px;
        width: 100%;
        padding: 17px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        color: #fff;
        font-size: clamp(26px, 9vw, 42px);
        font-weight: 400;
        letter-spacing: -.035em;
        line-height: 1.1;
        text-transform: none;
        opacity: 0;
        transform: translateY(28px);
        transition: opacity .45s ease, transform .6s var(--twa-ease), color .3s ease;
    }

    .twa-header__nav.is-open a:not(.twa-mobile-contact) {
        opacity: 1;
        transform: translateY(0)
    }

    .twa-header__nav.is-open a:nth-child(1) {
        transition-delay: .13s
    }

    .twa-header__nav.is-open a:nth-child(2) {
        transition-delay: .18s
    }

    .twa-header__nav.is-open a:nth-child(3) {
        transition-delay: .23s
    }

    .twa-header__nav.is-open a:nth-child(4) {
        transition-delay: .28s
    }

    .twa-header__nav a:not(.twa-mobile-contact)::before {
        content: "0" counter(twa-mobile-nav);
        flex: 0 0 28px;
        color: var(--twa-gold);
        font-size: 9px;
        letter-spacing: .16em;
    }

    .twa-header__nav a::after {
        display: none
    }

    .twa-mobile-contact {
        position: absolute !important;
        right: 26px;
        bottom: 34px;
        left: 26px;
        display: block !important;
        padding-top: 18px !important;
        border-top: 1px solid rgba(255, 255, 255, .16) !important;
        border-bottom: 0 !important;
        color: rgba(255, 255, 255, .62) !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        letter-spacing: .17em !important;
        text-transform: uppercase !important;
    }

    body.twa-nav-open {
        overflow: hidden
    }
}

@media(max-width:620px) {
    .twa-footer__brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .twa-footer__brand img {
        display: block;
        width: 112px;
        margin: 0 auto 24px;
    }

    .twa-footer__brand p {
        margin-inline: auto
    }

    .twa-footer__bottom {
        align-items: center !important;
        text-align: center;
    }

    .twa-footer__socials {
        justify-content: center
    }
}


/* =========================================================
   V11 — STABLE PREMIUM MOBILE NAVIGATION
   Standalone viewport panel: no horizontal overflow and no
   dependency on the animated header's transform.
========================================================= */

html,
body,
.twa-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.twa-mobile-panel {
    display: none;
}

@media (max-width: 900px) {
    .twa-header {
        position: fixed;
        z-index: 220;
        width: 100%;
        max-width: 100vw;
        transform: none !important;
    }

    .twa-header__nav {
        display: none !important;
    }

    .twa-header__logo {
        z-index: 3;
    }

    .twa-mobile-menu {
        z-index: 3;
    }

    .twa-mobile-panel {
        position: fixed;
        inset: 0;
        z-index: 210;
        display: flex;
        flex-direction: column;
        width: 100vw;
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        padding: 108px 22px 26px;
        overflow: hidden;
        background:
            linear-gradient(145deg, rgba(190, 156, 111, .08), transparent 34%),
            #0d0d0c;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        clip-path: circle(0 at calc(100% - 43px) 39px);
        transition:
            clip-path .78s cubic-bezier(.76, 0, .24, 1),
            opacity .25s ease,
            visibility 0s linear .78s;
    }

    .twa-mobile-panel::before {
        position: absolute;
        right: -130px;
        bottom: -180px;
        width: 390px;
        height: 390px;
        border: 1px solid rgba(190, 156, 111, .13);
        border-radius: 50%;
        content: "";
    }

    .twa-mobile-panel::after {
        position: absolute;
        right: -48px;
        bottom: -96px;
        width: 220px;
        height: 220px;
        border: 1px solid rgba(255, 255, 255, .055);
        border-radius: 50%;
        content: "";
    }

    .twa-mobile-panel__glow {
        position: absolute;
        top: 74px;
        right: -90px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(190, 156, 111, .12);
        filter: blur(95px);
        pointer-events: none;
    }

    .twa-mobile-panel.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        clip-path: circle(145% at calc(100% - 43px) 39px);
        transition-delay: 0s;
    }

    .twa-mobile-panel__nav {
        position: relative;
        z-index: 2;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        min-height: 0;
        border-top: 1px solid rgba(255, 255, 255, .13);
    }

    .twa-mobile-panel__nav a {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr) 23px;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 17px 2px;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
        color: #fff;
        opacity: 0;
        transform: translateY(24px);
        transition:
            opacity .44s ease,
            transform .62s var(--twa-ease),
            color .3s ease;
    }

    .twa-mobile-panel__nav a span {
        color: var(--twa-gold);
        font-size: 9px;
        font-weight: 600;
        letter-spacing: .15em;
    }

    .twa-mobile-panel__nav a strong {
        min-width: 0;
        overflow: hidden;
        font-size: clamp(27px, 8.2vw, 36px);
        font-weight: 400;
        line-height: 1;
        letter-spacing: -.025em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .twa-mobile-panel__nav a svg {
        width: 21px;
        height: 21px;
        transition: transform .35s var(--twa-ease);
    }

    .twa-mobile-panel__nav a.is-active strong {
        color: var(--twa-gold);
    }

    .twa-mobile-panel.is-open .twa-mobile-panel__nav a {
        opacity: 1;
        transform: translateY(0);
    }

    .twa-mobile-panel.is-open .twa-mobile-panel__nav a:nth-child(1) {
        transition-delay: .20s;
    }

    .twa-mobile-panel.is-open .twa-mobile-panel__nav a:nth-child(2) {
        transition-delay: .26s;
    }

    .twa-mobile-panel.is-open .twa-mobile-panel__nav a:nth-child(3) {
        transition-delay: .32s;
    }

    .twa-mobile-panel.is-open .twa-mobile-panel__nav a:nth-child(4) {
        transition-delay: .38s;
    }

    .twa-mobile-panel__footer {
        position: relative;
        z-index: 2;
        display: flex;
        flex: 0 0 auto;
        align-items: flex-end;
        justify-content: space-between;
        gap: 18px;
        padding-top: 20px;
    }

    .twa-mobile-panel__footer div {
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 5px;
    }

    .twa-mobile-panel__footer small {
        color: var(--twa-gold);
        font-size: 8px;
        font-weight: 600;
        letter-spacing: .22em;
        text-transform: uppercase;
    }

    .twa-mobile-panel__footer div>a {
        max-width: 240px;
        overflow: hidden;
        color: rgba(255, 255, 255, .72);
        font-size: 11px;
        letter-spacing: .06em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .twa-mobile-panel__social {
        display: grid;
        flex: 0 0 auto;
        place-items: center;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(190, 156, 111, .62);
        border-radius: 50%;
        color: var(--twa-gold);
    }

    .twa-mobile-panel__social svg {
        width: 18px;
        height: 18px;
    }

    body.twa-nav-open {
        height: 100%;
        overflow: hidden !important;
        overscroll-behavior: none;
    }

    body.twa-nav-open .twa-header {
        background: transparent;
        border-bottom-color: rgba(255, 255, 255, .08);
        backdrop-filter: none;
    }
}

@media (max-width: 390px) {
    .twa-mobile-panel {
        padding-right: 18px;
        padding-left: 18px;
    }

    .twa-mobile-panel__nav a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .twa-mobile-panel__nav a strong {
        font-size: 29px;
    }
}

/* =========================================================
   ABOUT HERO VIDEO — DIRECT PLAYBACK
   No poster flash. The video is visible immediately.
========================================================= */

.twa-hero__poster {
    display: none !important;
}

.twa-hero__video {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1 !important;
    transition: none !important;
    will-change: transform;
}

/* NOTE: this block used to also set `transform: scale(1.04)`. The parent
   .twa-hero__media already carries that scale — and GSAP animates it from
   1.09 down to 1.04 on load — so the two compounded to 1.0816, zooming and
   cropping the video ~8% instead of the intended 4%. Scale lives on the
   media wrapper only. */

/* Kept only for compatibility with older markup/classes. */
.twa-hero.has-video .twa-hero__video {
    opacity: 1 !important;
}

@media (max-width: 767px) {
    .twa-hero__video {
        object-position: 58% center;
    }
}

/* =========================================================
   FINAL ABOUT RESPONSIVE + MOBILE MENU FIXES
========================================================= */

img,
video {
    max-width: 100%;
}

.twa-hero__title {
    max-width: 900px;
    font-size: clamp(46px, 5.6vw, 86px);
}

@media (max-width: 900px) {
    .twa-hero__content {
        right: 24px;
        left: 24px;
        width: auto;
        max-width: 720px;
    }

    .twa-hero__title {
        font-size: clamp(40px, 9.8vw, 60px);
        line-height: 1;
    }

    .twa-hero__intro {
        max-width: 560px;
        margin-top: 24px;
        font-size: clamp(14px, 1.15vw, 17px);
    }

    .twa-scroll-link {
        right: 24px;
        bottom: 28px;
        left: 24px;
    }

    .twa-mobile-panel {
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

@media (max-width: 560px) {
    .twa-hero__content {
        right: 18px;
        left: 18px;
    }

    .twa-hero__title {
        font-size: clamp(34px, 10.5vw, 48px);
    }

    .twa-kicker {
        margin-bottom: 15px;
        font-size: 8px;
    }

    .twa-hero__intro {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.55;
    }

    .twa-scroll-link {
        right: 18px;
        left: 18px;
    }
}

@media (max-width: 900px) and (max-height: 700px) {
    .twa-hero__content {
        top: 47%;
    }

    .twa-hero__title {
        font-size: clamp(32px, 8vh, 50px);
    }

    .twa-hero__intro {
        margin-top: 14px;
        font-size: 13px;
    }

    .twa-scroll-link {
        bottom: 18px;
    }

    .twa-mobile-panel {
        padding-top: 86px;
        padding-bottom: 18px;
    }

    .twa-mobile-panel__nav {
        flex: 0 0 auto;
        justify-content: flex-start;
    }

    .twa-mobile-panel__nav a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .twa-mobile-panel__nav a strong {
        font-size: clamp(24px, 7vw, 30px);
    }

    .twa-mobile-panel__footer {
        margin-top: auto;
    }
}

/* =========================================================
   FOUNDERS SPLIT SHOWCASE — V11
   The previous row design is preserved as a comment in about.html.
========================================================= */
.twa-founders--split {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 10%, rgba(168, 96, 58, .12), transparent 30%),
        #0d0d0c;
}

.twa-founders--split .twa-section-head {
    position: relative;
    z-index: 2;
}

.twa-founders-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 1.25vw, 20px);
    min-height: clamp(620px, 78vh, 830px);
}

.twa-founder-panel {
    position: relative;
    min-width: 0;
    min-height: clamp(620px, 78vh, 830px);
    overflow: hidden;
    isolation: isolate;
    background: #171613;
    outline: 0;
    cursor: default;
}

.twa-founder-panel::before {
    position: absolute;
    inset: 14px;
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, 0);
    content: "";
    pointer-events: none;
    transition: border-color .6s ease, inset .7s var(--twa-ease);
}

.twa-founder-panel__image,
.twa-founder-panel__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.twa-founder-panel__image {
    z-index: -2;
    object-fit: cover;
    object-position: center;
    transform: scale(1.035);
    filter: saturate(.82) contrast(1.02);
    transition: transform 1.25s var(--twa-ease), filter .8s ease;
}

.twa-founder-panel:first-child .twa-founder-panel__image {
    object-position: 52% center;
}

.twa-founder-panel:last-child .twa-founder-panel__image {
    object-position: 58% center;
}

.twa-founder-panel__shade {
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(5, 5, 4, .18) 0%, transparent 32%),
        linear-gradient(0deg, rgba(8, 8, 7, .94) 0%, rgba(8, 8, 7, .42) 36%, transparent 68%);
    transition: background .75s ease;
}

.twa-founder-panel__index {
    position: absolute;
    top: clamp(25px, 2.6vw, 42px);
    right: clamp(25px, 2.6vw, 42px);
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
    letter-spacing: .2em;
}

.twa-founder-panel__content {
    position: absolute;
    right: clamp(30px, 4vw, 68px);
    bottom: clamp(36px, 5vw, 76px);
    left: clamp(30px, 4vw, 68px);
    z-index: 2;
    padding: 0;
    background: transparent;
    transform: translateY(224px);
    transition: transform .82s var(--twa-ease);
}

.twa-founder-panel__role {
    margin: 0 0 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .24em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .5s ease .08s, transform .6s var(--twa-ease) .08s;
}

.twa-founder-panel__content h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 3.5vw, 88px);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.05em;
    text-shadow: 0 12px 36px rgba(0, 0, 0, .28);
    transition: font-size .75s var(--twa-ease);
}

.twa-founder-panel__reveal {
    max-width: 510px;
    padding-top: 24px;
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .45s ease, transform .65s var(--twa-ease);
}

.twa-founder-panel__reveal h4 {
    margin: 0 0 14px;
    color: var(--twa-gold);
    font-family: var(--twa-serif);
    font-size: clamp(22px, 2vw, 31px);
    font-weight: 400;
    line-height: 1.25;
}

.twa-founder-panel__reveal>p {
    max-width: 470px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.75;
}

.twa-founder-panel__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 470px);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .28);
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .35s ease, border-color .35s ease;
}

.twa-founder-panel__link svg {
    transition: transform .45s var(--twa-ease);
}

.twa-founder-panel__link:hover,
.twa-founder-panel__link:focus-visible {
    border-color: var(--twa-gold);
    color: var(--twa-gold);
}

.twa-founder-panel__link:hover svg,
.twa-founder-panel__link:focus-visible svg {
    transform: translateX(7px);
}

.twa-founder-panel__hint {
    position: absolute;
    right: clamp(25px, 2.6vw, 42px);
    bottom: clamp(25px, 2.6vw, 42px);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .72);
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    transition: opacity .35s ease, transform .5s var(--twa-ease);
}

.twa-founder-panel__hint i {
    display: block;
    width: 34px;
    height: 1px;
    background: var(--twa-gold);
    transform-origin: right;
    animation: twaFounderHint 2.2s var(--twa-ease) infinite;
}

@keyframes twaFounderHint {

    0%,
    100% {
        transform: scaleX(.45);
        opacity: .55;
    }

    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

.twa-founder-panel:hover::before,
.twa-founder-panel:focus-within::before,
.twa-founder-panel:focus::before {
    inset: 22px;
    border-color: rgba(255, 255, 255, .28);
}

.twa-founder-panel:hover .twa-founder-panel__image,
.twa-founder-panel:focus-within .twa-founder-panel__image,
.twa-founder-panel:focus .twa-founder-panel__image {
    transform: scale(1.095);
    filter: saturate(.68) contrast(1.08);
}

.twa-founder-panel:hover .twa-founder-panel__shade,
.twa-founder-panel:focus-within .twa-founder-panel__shade,
.twa-founder-panel:focus .twa-founder-panel__shade {
    background:
        linear-gradient(180deg, rgba(5, 5, 4, .22) 0%, transparent 28%),
        linear-gradient(0deg, rgba(8, 8, 7, .98) 0%, rgba(8, 8, 7, .72) 48%, rgba(8, 8, 7, .08) 86%);
}

.twa-founder-panel:hover .twa-founder-panel__content,
.twa-founder-panel:focus-within .twa-founder-panel__content,
.twa-founder-panel:focus .twa-founder-panel__content {
    transform: translateY(0);
}

.twa-founder-panel:hover .twa-founder-panel__role,
.twa-founder-panel:focus-within .twa-founder-panel__role,
.twa-founder-panel:focus .twa-founder-panel__role,
.twa-founder-panel:hover .twa-founder-panel__reveal,
.twa-founder-panel:focus-within .twa-founder-panel__reveal,
.twa-founder-panel:focus .twa-founder-panel__reveal {
    opacity: 1;
    transform: translateY(0);
}

.twa-founder-panel:hover .twa-founder-panel__hint,
.twa-founder-panel:focus-within .twa-founder-panel__hint,
.twa-founder-panel:focus .twa-founder-panel__hint {
    opacity: 0;
    transform: translateX(15px);
}

@media (max-width: 900px) {
    .twa-founders-split {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .twa-founder-panel {
        min-height: min(760px, 92svh);
    }

    .twa-founder-panel__content {
        transform: translateY(0);
    }

    .twa-founder-panel__role,
    .twa-founder-panel__reveal {
        opacity: 1;
        transform: none;
    }

    .twa-founder-panel__hint {
        display: none;
    }
}

@media (max-width: 560px) {
    .twa-founder-panel {
        min-height: 650px;
    }

    .twa-founder-panel::before {
        inset: 12px;
    }

    .twa-founder-panel__content {
        right: 28px;
        bottom: 32px;
        left: 28px;
    }

    .twa-founder-panel__content h3 {
        font-size: clamp(54px, 18vw, 78px);
    }

    .twa-founder-panel__reveal h4 {
        font-size: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .twa-founder-panel,
    .twa-founder-panel *,
    .twa-founder-panel::before {
        animation: none !important;
        transition-duration: .01ms !important;
    }
}

/* =========================================================
   PROCESS — THREE-STEP VERTICAL VIEWPORT
   Three points stay visible; selecting one moves earlier points upward.
========================================================= */
.twa-process {
    --twa-process-row: 184px;
}

.twa-process__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .78fr);
    gap: clamp(58px, 7vw, 110px);
    align-items: start;
}

.twa-process__visual {
    top: calc(var(--twa-header-h) + 30px);
}

.twa-process__frame {
    height: calc(var(--twa-process-row) * 3);
    min-height: 0;
    background: #171613;
}

.twa-process__frame::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .48));
}

.twa-process__frame img {
    filter: saturate(.86) contrast(1.03);
    transform: scale(1.085);
    transition: opacity .7s ease, transform 1.35s var(--twa-ease), filter .8s ease;
}

.twa-process__frame img.is-active {
    filter: saturate(1) contrast(1);
    transform: scale(1);
}

.twa-process__number {
    right: 30px;
    bottom: 22px;
    z-index: 3;
    font-size: clamp(54px, 5vw, 78px);
    line-height: 1;
    transition: opacity .3s ease, transform .5s var(--twa-ease);
}

.twa-process__steps {
    position: relative;
    height: calc(var(--twa-process-row) * 3);
    overflow: hidden;
    padding-bottom: calc(var(--twa-process-row) * 2);
    border-top: 1px solid rgba(255, 255, 255, .16);
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior: contain;
}

.twa-process__steps::-webkit-scrollbar {
    display: none;
}

.twa-process-step {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 22px;
    height: var(--twa-process-row);
    min-height: var(--twa-process-row);
    padding: 30px 20px 26px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    opacity: .38;
    outline: 0;
    cursor: pointer;
    transition: opacity .45s ease, padding .55s var(--twa-ease), background .45s ease;
}

.twa-process-step::before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    width: 2px;
    content: "";
    background: var(--twa-gold);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .55s var(--twa-ease);
}

.twa-process-step:hover {
    opacity: .72;
    background: rgba(255, 255, 255, .025);
}

.twa-process-step.is-active,
.twa-process-step:focus-visible {
    padding-left: 20px;
    opacity: 1;
    background: linear-gradient(90deg, rgba(168, 96, 58, .13), transparent 72%);
}

.twa-process-step.is-active::before,
.twa-process-step:focus-visible::before {
    transform: scaleY(1);
}

.twa-process-step>span {
    padding-top: 5px;
    font-size: 10px;
    font-weight: 600;
}

.twa-process-step h3 {
    margin: 0 0 10px;
    font-size: clamp(25px, 2.1vw, 34px);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.twa-process-step p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .4s ease;
}

.twa-process-step.is-active p {
    color: rgba(255, 255, 255, .78);
    -webkit-line-clamp: 3;
}

@media (max-width: 1050px) {
    .twa-process {
        --twa-process-row: 172px;
    }

    .twa-process__grid {
        grid-template-columns: minmax(0, .95fr) minmax(380px, 1fr);
        gap: 44px;
    }
}

@media (max-width: 900px) {
    .twa-process {
        --twa-process-row: 154px;
    }

    .twa-process__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .twa-process__visual {
        position: relative;
        top: auto;
    }

    .twa-process__frame {
        height: min(62vh, 520px);
    }

    .twa-process__steps {
        height: auto;
        overflow: visible;
        padding-bottom: 0;
    }

    .twa-process-step {
        height: auto;
        min-height: var(--twa-process-row);
        overflow: visible;
    }

    .twa-process-step {
        padding-top: 24px;
        padding-bottom: 22px;
    }

    .twa-process-step h3 {
        font-size: clamp(23px, 5.8vw, 31px);
    }

    .twa-process-step p,
    .twa-process-step:not(.is-active) p,
    .twa-process-step.is-active p {
        display: block;
        overflow: visible;
        -webkit-line-clamp: initial;
    }
}

@media (max-width: 560px) {
    .twa-process {
        --twa-process-row: 142px;
    }

    .twa-process__frame {
        height: 390px;
    }

    .twa-process-step {
        grid-template-columns: 32px 1fr;
        gap: 12px;
        padding-right: 8px;
    }

    .twa-process-step.is-active,
    .twa-process-step:focus-visible {
        padding-left: 12px;
    }

    .twa-process-step h3 {
        font-size: 22px;
    }

    .twa-process-step p {
        font-size: 13px;
    }
}

@media (min-width: 901px) {

    /* Keep the full CTA composition inside the photograph with breathing room below. */
    .twa-footer__visual {
        height: min(74vh, 760px);
    }

    .twa-footer__content {
        margin-top: calc(-420px - min(8vh, 80px));
    }

    .twa-footer__cta {
        padding-bottom: clamp(140px, 12vw, 170px);
    }

    .twa-footer__actions {
        margin-top: 48px;
        transform: none;
    }
}

/* Slightly airier tracking for primary display titles across the site. */
.twa-hero__title,
.twa-display-title,
.twa-footer__cta h2 {
    letter-spacing: -.015em !important;
}

/* Capitalise the first letter of every word in headlines. */
h1,
h2,
h3,
h4 {
    text-transform: capitalize;
}

/* Footer copy keeps its authored sentence casing. */
.twa-footer h1,
.twa-footer h2,
.twa-footer h3,
.twa-footer h4 {
    text-transform: none;
}

/* Process headings keep the exact casing authored in the page copy. */
.twa-process h1,
.twa-process h2,
.twa-process h3,
.twa-process h4 {
    text-transform: none;
}

/* Consistent spacing between section eyebrow labels and primary titles. */
.twa-label:has(+ .twa-display-title) {
    margin-bottom: 0 !important;
}

.twa-label+.twa-display-title {
    margin-top: 16px !important;
}

.twa-label:has(+ :is(h2, h3)) {
    margin-bottom: 0 !important;
}

.twa-label+ :is(h2, h3) {
    margin-top: 16px !important;
}

@media (max-width: 620px) {
    .twa-label+.twa-display-title {
        margin-top: 12px !important;
    }

    .twa-label+ :is(h2, h3) {
        margin-top: 12px !important;
    }
}

/* Unified About section descriptions: bottom aligned with their title blocks. */
.twa-about-page :is(.twa-founders__intro, .twa-values__intro, .twa-process__intro, .twa-belief__summary) {
    width: min(100%, 430px);
    max-width: 430px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
}

@media (min-width: 901px) {
    .twa-about-page .twa-section-head,
    .twa-about-page .twa-belief__head,
    .twa-about-page .twa-values__heading {
        align-items: end;
    }
}

/* Keep the process image number in the DOM for JavaScript, but do not display it. */
.twa-about-page .twa-process__number {
    display: none !important;
}