:root {
--surface: #0a0a0b;
--surface-2: #121214;
--surface-3: #1b1b1f;
--light: #f2f2f0;
--light-2: #e7e7e4;
--text: #f6f6f5;
--muted: #9a9aa1;
--accent: #ff600f;
--accent-dark: #d94e08;
--on-accent: #0a0a0b; 
--line: rgba(255, 255, 255, 0.13);
--line-strong: rgba(255, 255, 255, 0.28);
--font-display: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
--font-body: 'Space Grotesk', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}
body {
background: var(--surface);
color: var(--text);
font-family: var(--font-body);
}
::selection {
background: var(--accent);
color: var(--on-accent);
}
.section--light .tag__section {
color: #ad3e00;
}
.section--light {
--surface: var(--light);
--surface-2: var(--light-2);
--surface-3: #dcdcd8;
--accent: #e85500;
--accent-dark: #c44700;
--on-accent: #0a0a0b; 
--text: #101012;
--muted: #5c5c62;
--line: rgba(16, 16, 18, 0.14);
--line-strong: rgba(16, 16, 18, 0.3);
background: var(--light);
color: var(--text);
}
.display {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.035em;
line-height: 0.92;
}
.tag {
margin-bottom: var(--space-xl);
}
.tag__mark {
display: flex;
align-items: center;
gap: 0.7rem;
font-family: var(--font-display);
font-weight: 800;
font-size: clamp(1.2rem, 2.2vw, 1.6rem);
letter-spacing: -0.02em;
text-transform: uppercase;
line-height: 1;
color: var(--text);
}
.tag__mark::before {
content: '';
width: 6px;
height: 1.05em;
background: var(--accent);
flex-shrink: 0;
}
.tag__section {
margin-top: 0.5rem;
margin-left: calc(6px + 0.7rem);
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
color: var(--accent);
}
.section__title {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.03em;
font-size: clamp(1.9rem, 4.2vw, 3.4rem);
line-height: 0.96;
margin-bottom: var(--space-md);
color: var(--text);
}
.section__title em {
font-style: normal;
color: var(--accent);
}
.section__lead {
color: var(--muted);
font-size: clamp(1rem, 1.25vw, 1.1rem);
max-width: 66ch;
line-height: 1.7;
}
.statement {
background: var(--surface-2);
border-block: 1px solid var(--line);
}
.statement p {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.03em;
line-height: 1;
font-size: clamp(1.7rem, 4.4vw, 3.4rem);
max-width: 26ch;
}
.statement em {
font-style: normal;
color: var(--accent);
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.7rem;
padding: 1rem 1.8rem;
font-family: var(--font-display);
font-size: 0.76rem;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
text-decoration: none;
border: 2px solid transparent;
transition: background-color 0.3s var(--ease), color 0.3s var(--ease),
border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.btn:hover {
transform: translateY(-2px);
}
.btn--primary {
background: var(--accent);
color: var(--on-accent);
}
.btn--primary:hover {
background: transparent;
box-shadow: inset 0 0 0 1px var(--accent);
color: var(--accent);
}
.btn--ghost {
border-color: var(--line-strong);
color: var(--text);
}
.btn--ghost:hover {
border-color: var(--accent);
color: var(--accent);
}
.btn svg {
width: 16px;
height: 10px;
}
.social {
display: flex;
align-items: center;
gap: 0.55rem;
}
.social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border: 1px solid currentColor;
border-radius: 50%;
opacity: 0.7;
transition: opacity 0.3s var(--ease), background-color 0.3s var(--ease),
color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.social a:hover {
opacity: 1;
background: var(--accent);
border-color: var(--accent);
color: var(--on-accent);
}
.social svg {
width: 16px;
height: 16px;
}
.header {
position: fixed;
inset: 0 0 auto 0;
z-index: 60;
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-lg);
padding: var(--space-md) var(--gutter);
color: #fff;
border-bottom: 1px solid transparent;
transition: background-color 0.4s var(--ease), border-color 0.4s var(--ease);
--lang-active-fg: #0a0a0b;
}
.header.is-scrolled {
background: rgba(10, 10, 11, 0.9);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
border-bottom-color: var(--line);
}
.brand {
display: flex;
align-items: center;
text-decoration: none;
flex-shrink: 0;
}
.brand img {
height: 44px;
width: auto;
}
.nav {
display: flex;
align-items: center;
gap: clamp(0.8rem, 1.8vw, 1.8rem);
}
.nav__link {
font-size: 0.71rem;
font-weight: 600;
letter-spacing: 0.15em;
text-transform: uppercase;
text-decoration: none;
opacity: 0.8;
transition: opacity 0.3s var(--ease), color 0.3s var(--ease);
}
.nav__link:hover {
opacity: 1;
color: var(--accent);
}
.header__actions {
display: flex;
align-items: center;
gap: var(--space-md);
}
.header .social {
gap: 0.4rem;
}
.header .social a {
width: 30px;
height: 30px;
}
.header .social svg {
width: 14px;
height: 14px;
}
@media (max-width: 1180px) {
.header .social {
display: none;
}
}
.nav-toggle {
display: none;
width: 42px;
height: 42px;
align-items: center;
justify-content: center;
border: 2px solid currentColor;
}
.nav-toggle span {
position: relative;
display: block;
width: 18px;
height: 2px;
background: currentColor;
transition: background-color 0.2s var(--ease);
}
.nav-toggle span::before,
.nav-toggle span::after {
content: '';
position: absolute;
left: 0;
width: 18px;
height: 2px;
background: currentColor;
transition: transform 0.3s var(--ease);
}
.nav-toggle span::before {
top: -6px;
}
.nav-toggle span::after {
top: 6px;
}
.nav-toggle[aria-expanded='true'] span {
background: transparent;
}
.nav-toggle[aria-expanded='true'] span::before {
transform: translateY(6px) rotate(45deg);
}
.nav-toggle[aria-expanded='true'] span::after {
transform: translateY(-6px) rotate(-45deg);
}
@media (max-width: 1080px) {
.nav-toggle {
display: inline-flex;
}
body.nav-open {
overflow: hidden;
}
}
.hero {
position: relative;
min-height: 100svh;
display: grid;
align-items: center;
padding-block: clamp(8rem, 16vh, 11rem) clamp(3.5rem, 9vh, 6rem);
overflow: hidden;
color: #fff;
isolation: isolate;
background: #0a0a0b;
}
.hero__portraits {
position: absolute;
inset: 0;
z-index: -2;
background-color: #101013;
}
.hero__portrait {
position: absolute;
inset: 0;
background-color: #101013;
background-image: var(--photo, none);
background-size: var(--photo-size, var(--photo-hero-size, cover));
background-position: var(--photo-position, var(--photo-hero-position, center 25%));
opacity: 0;
transition: opacity 0.5s var(--ease);
}
.hero__portrait.is-active {
opacity: 1;
}
.hero__portraits:not(.is-running) .hero__portrait:first-child {
opacity: 1;
}
.hero__veil {
position: absolute;
inset: 0;
z-index: -1;
background:
linear-gradient(90deg, rgba(10, 10, 11, 0.78) 0%, rgba(10, 10, 11, 0.48) 34%, rgba(10, 10, 11, 0.12) 68%, rgba(10, 10, 11, 0.05) 100%),
linear-gradient(0deg, rgba(10, 10, 11, 0.88) 0%, rgba(10, 10, 11, 0.22) 38%, rgba(10, 10, 11, 0) 62%),
linear-gradient(180deg, rgba(10, 10, 11, 0.55) 0%, rgba(10, 10, 11, 0) 22%);
}
.hero .container {
position: relative;
z-index: 1;
}
@media (max-width: 939px) {
.hero__portrait {
background-position: var(--photo-position-mobile, var(--photo-hero-position-mobile, center 20%));
}
.hero__veil {
background:
linear-gradient(0deg, rgba(10, 10, 11, 0.97) 8%, rgba(10, 10, 11, 0.72) 46%, rgba(10, 10, 11, 0.4) 100%),
linear-gradient(180deg, rgba(10, 10, 11, 0.75) 0%, rgba(10, 10, 11, 0) 26%);
}
}
.hero__eyebrow {
display: inline-flex;
align-items: center;
gap: 0.8rem;
font-size: 0.7rem;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.75);
margin-bottom: var(--space-lg);
}
.hero__eyebrow::before {
content: '';
width: 42px;
height: 3px;
background: var(--accent);
}
.hero__title {
font-size: clamp(2.1rem, 4.4vw, 3.8rem);
line-height: 1.05;
max-width: 16ch;
margin-bottom: var(--space-lg);
text-wrap: balance;
}
.hero__title em {
font-style: normal;
color: var(--accent);
}
.hero__lead {
font-size: clamp(1rem, 1.35vw, 1.15rem);
max-width: 42ch;
margin-bottom: var(--space-xl);
color: rgba(255, 255, 255, 0.78);
line-height: 1.7;
}
.hero__actions {
display: flex;
flex-wrap: wrap;
gap: var(--space-md);
}
.hero__credit {
position: absolute;
right: var(--gutter);
bottom: clamp(2rem, 5vh, 3rem);
z-index: 1;
display: flex;
align-items: center;
gap: 0.6rem;
white-space: nowrap;
font-size: 0.68rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.55);
line-height: 1;
}
.hero__credit[hidden] {
display: none;
}
.hero__credit::before {
content: '';
width: 22px;
height: 1px;
background: var(--accent);
}
.hero__credit strong {
color: rgba(255, 255, 255, 0.9);
font-weight: 600;
}
.hero__credit span::before {
content: '· ';
opacity: 0.6;
}
@media (max-width: 939px) {
.hero__credit {
display: none;
}
}
.about__layout {
display: grid;
gap: var(--space-2xl);
}
@media (min-width: 940px) {
.about__layout {
grid-template-columns: 1fr 1fr;
gap: var(--space-3xl);
}
}
.about__text p {
margin-bottom: var(--space-md);
color: var(--muted);
font-size: 1.02rem;
line-height: 1.75;
}
.about__text strong {
color: var(--text);
font-weight: 600;
}
.values {
display: grid;
gap: var(--space-lg);
align-content: start;
}
.value__head {
display: flex;
align-items: center;
gap: 0.65rem;
margin-bottom: 0.55rem;
}
.value__icon {
width: 19px;
height: 19px;
color: var(--accent);
flex-shrink: 0;
}
.value__name {
font-family: var(--font-display);
font-weight: 700;
font-size: 0.92rem;
text-transform: uppercase;
letter-spacing: 0.03em;
line-height: 1;
}
.value__pct {
margin-left: auto;
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.1em;
color: var(--muted);
font-variant-numeric: tabular-nums;
}
.value__track {
height: 6px;
background: var(--surface-3);
overflow: hidden;
}
.value__fill {
display: block;
height: 100%;
width: 0;
background: var(--accent);
transition: width 1.3s var(--ease);
transition-delay: var(--bar-delay, 0s);
}
.value.is-visible .value__fill {
width: 100%;
}
@media (prefers-reduced-motion: reduce) {
.value__fill {
width: 100%;
transition: none;
}
}
.legacy__grid {
display: grid;
border-top: 1px solid var(--line);
border-left: 1px solid var(--line);
margin-bottom: clamp(3rem, 8vw, 5.5rem);
}
@media (min-width: 560px) {
.legacy__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1000px) {
.legacy__grid {
grid-template-columns: repeat(4, 1fr);
}
}
.legacy__item {
position: relative;
padding: clamp(1.5rem, 3vw, 2.4rem);
border-right: 1px solid var(--line);
border-bottom: 1px solid var(--line);
overflow: hidden;
}
.legacy__item::after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 100%;
background: linear-gradient(180deg, var(--accent), transparent);
transform: scaleY(0);
transform-origin: top;
transition: transform 0.7s var(--ease);
}
.legacy__item.is-visible::after {
transform: scaleY(1);
}
.legacy__value {
display: flex;
align-items: baseline;
font-family: var(--font-display);
font-weight: 800;
font-size: clamp(2.6rem, 5.4vw, 3.9rem);
line-height: 0.85;
letter-spacing: -0.04em;
font-variant-numeric: tabular-nums;
margin-bottom: var(--space-md);
}
.legacy__label {
font-family: var(--font-display);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
margin-bottom: var(--space-xs);
}
.legacy__note {
font-size: 0.84rem;
line-height: 1.55;
color: var(--muted);
}
.chapter__text {
font-size: 1rem;
line-height: 1.72;
color: var(--muted);
max-width: 58ch;
}
.chapter__text + .chapter__text {
margin-top: var(--space-md);
}
.chapter__text strong {
color: var(--text);
font-weight: 600;
}
.names {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-top: var(--space-lg);
}
.names li {
padding: 0.5rem 0.95rem;
border: 1px solid var(--line-strong);
border-radius: 999px;
font-size: 0.8rem;
letter-spacing: 0.03em;
color: var(--text);
transition: border-color 0.4s var(--ease), color 0.4s var(--ease);
}
.names li:hover {
border-color: var(--accent);
color: var(--accent);
}
.names__note {
margin-top: var(--space-md);
font-size: 0.78rem;
line-height: 1.6;
color: var(--muted);
max-width: 58ch;
}
.gallery {
display: grid;
gap: 1px;
background: var(--line);
border: 1px solid var(--line);
margin-top: clamp(2.5rem, 6vw, 4.5rem);
}
@media (min-width: 600px) {
.gallery {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 980px) {
.gallery {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.shot {
position: relative;
aspect-ratio: 4 / 3;
background-color: var(--surface-3);
background-image: var(
--photo,
radial-gradient(90% 90% at 70% 15%, rgba(190, 190, 198, 0.12), transparent 62%),
radial-gradient(70% 70% at 10% 90%, rgba(150, 150, 160, 0.09), transparent 60%)
);
background-size: cover;
background-position: center;
overflow: hidden;
filter: grayscale(1);
transition: filter 0.6s var(--ease);
}
.shot:hover,
.shot:focus-within {
filter: grayscale(0);
}
.shot__mark {
position: absolute;
inset: 0;
display: grid;
place-items: center;
color: var(--line-strong);
}
.shot__mark svg {
width: 42px;
}
.shot__veil {
position: absolute;
inset: 0;
background: linear-gradient(0deg, rgba(10, 10, 11, 0.92) 0%, rgba(10, 10, 11, 0) 58%);
opacity: 0.5;
transition: opacity 0.5s var(--ease);
}
.shot:hover .shot__veil,
.shot:focus-within .shot__veil {
opacity: 1;
}
.shot__caption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: clamp(0.9rem, 2vw, 1.3rem);
transform: translateY(0.6rem);
opacity: 0;
transition: transform 0.5s var(--ease), opacity 0.5s var(--ease);
}
.shot:hover .shot__caption,
.shot:focus-within .shot__caption {
transform: none;
opacity: 1;
}
.shot__who {
display: block;
font-family: var(--font-display);
font-weight: 700;
font-size: 0.98rem;
color: #f6f6f5;
}
.shot__meta {
display: block;
margin-top: 0.25rem;
font-size: 0.66rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--muted);
}
@media (hover: none) {
.shot {
filter: none;
}
.shot__veil {
opacity: 1;
}
.shot__caption {
transform: none;
opacity: 1;
}
}
.services__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
margin-top: var(--space-2xl);
border-top: 1px solid var(--line);
border-left: 1px solid var(--line);
}
.service {
padding: var(--space-xl);
position: relative;
border-right: 1px solid var(--line);
border-bottom: 1px solid var(--line);
transition: background-color 0.35s var(--ease);
}
.service:hover {
background: var(--surface-2);
}
.service__icon {
width: 44px;
height: 44px;
color: var(--accent);
margin-bottom: var(--space-lg);
}
.service__title {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.015em;
font-size: 1.2rem;
margin-bottom: var(--space-sm);
line-height: 1.15;
}
.service__text {
color: var(--muted);
font-size: 0.94rem;
line-height: 1.7;
margin-bottom: var(--space-md);
}
.focus__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-lg);
margin-top: var(--space-2xl);
}
.focus__item {
background: var(--surface-2);
border: 1px solid var(--line);
padding: var(--space-xl) var(--space-lg);
position: relative;
overflow: hidden;
transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.focus__item:hover {
border-color: var(--accent);
transform: translateY(-4px);
}
.focus__glyph {
position: absolute;
right: -18px;
bottom: -22px;
width: 128px;
height: 128px;
color: var(--accent);
opacity: 0.13;
pointer-events: none;
transition: opacity 0.35s var(--ease), transform 0.45s var(--ease);
}
.focus__item:hover .focus__glyph {
opacity: 0.24;
transform: scale(1.06) rotate(-4deg);
}
.focus__icon {
width: 34px;
height: 34px;
color: var(--accent);
margin-bottom: var(--space-lg);
position: relative;
}
.focus__item h3 {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
font-size: 1.02rem;
letter-spacing: -0.01em;
margin-bottom: var(--space-sm);
position: relative;
line-height: 1.2;
}
.focus__item p {
color: var(--muted);
font-size: 0.92rem;
line-height: 1.7;
position: relative;
}
.team__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: var(--space-lg);
margin-top: var(--space-2xl);
}
.member {
position: relative;
overflow: hidden;
border: 1px solid var(--line);
background: var(--surface-2);
}
.member .photo {
--photo-ratio: 4 / 5;
--photo-fallback: var(--surface-3);
--photo-overlay: linear-gradient(180deg, transparent 42%, rgba(10, 10, 11, 0.94) 100%);
transition: transform 0.7s var(--ease);
}
.member:hover .photo {
transform: scale(1.04);
}
.member__placeholder {
position: absolute;
inset: 0;
display: grid;
place-items: center;
color: rgba(255, 255, 255, 0.14);
}
.member__placeholder svg {
width: 46%;
height: auto;
}
.member__body {
position: absolute;
inset: auto 0 0 0;
padding: var(--space-lg) var(--space-md);
z-index: 1;
color: #fff;
}
.member__name {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
font-size: 1rem;
letter-spacing: -0.01em;
}
.member__role {
font-size: 0.72rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--accent);
margin-top: 0.3rem;
}
.team__note {
margin-top: var(--space-xl);
font-size: 0.88rem;
color: var(--muted);
}
.clubs__note {
margin-top: var(--space-xl);
font-size: 0.88rem;
color: var(--muted);
max-width: 70ch;
}
.headlines__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-lg);
margin-top: var(--space-2xl);
}
.headline {
display: flex;
flex-direction: column;
text-decoration: none;
color: inherit;
background: var(--surface-2);
border: 1px solid var(--line);
overflow: hidden;
transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.headline:hover {
border-color: var(--accent);
transform: translateY(-4px);
}
.headline .photo {
--photo-ratio: 16 / 10;
--photo-fallback: var(--surface-3);
}
.headline__placeholder {
position: absolute;
inset: 0;
display: grid;
place-items: center;
color: rgba(255, 255, 255, 0.1);
}
.headline__placeholder svg {
width: 34%;
height: auto;
}
.headline__body {
padding: var(--space-lg);
display: flex;
flex-direction: column;
gap: var(--space-sm);
flex-grow: 1;
}
.headline__meta {
display: flex;
align-items: center;
gap: 0.6rem;
font-size: 0.68rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--accent);
}
.headline__title {
font-family: var(--font-display);
font-weight: 700;
text-transform: uppercase;
font-size: 1.05rem;
letter-spacing: -0.01em;
line-height: 1.2;
}
.headline__text {
color: var(--muted);
font-size: 0.9rem;
line-height: 1.65;
flex-grow: 1;
}
.headline__cta {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-size: 0.7rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
transition: gap 0.3s var(--ease);
}
.headline:hover .headline__cta {
gap: 1rem;
}
.headline__cta svg {
width: 15px;
height: 15px;
}
.headlines__more {
margin-top: var(--space-2xl);
}
.intl__layout {
display: grid;
gap: var(--space-2xl);
align-items: start;
}
@media (min-width: 940px) {
.intl__layout {
grid-template-columns: 1fr 1fr;
gap: var(--space-3xl);
}
}
.markets {
display: grid;
gap: var(--space-xl);
}
.markets h3 {
font-family: var(--font-display);
font-weight: 700;
font-size: 0.74rem;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--accent);
margin-bottom: var(--space-md);
}
.markets ul {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.markets li {
font-size: 0.85rem;
padding: 0.5rem 0.95rem;
background: var(--surface-2);
border: 1px solid var(--line);
border-left: 3px solid var(--accent);
}
.markets--emerging li {
border-left-color: var(--line-strong);
color: var(--muted);
}
.process__steps {
display: grid;
gap: var(--space-lg);
margin-top: var(--space-2xl);
counter-reset: step;
}
@media (min-width: 760px) {
.process__steps {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1080px) {
.process__steps {
grid-template-columns: repeat(6, 1fr);
}
}
.process__step {
counter-increment: step;
padding-top: var(--space-md);
border-top: 1px solid var(--line);
}
.process__step::before {
content: counter(step);
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
margin-bottom: var(--space-md);
background: var(--accent);
color: #fff;
font-family: var(--font-display);
font-weight: 800;
font-size: 0.95rem;
}
.process__step h3 {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
font-size: 0.95rem;
letter-spacing: -0.01em;
line-height: 1.15;
margin-bottom: var(--space-xs);
}
.process__step p {
color: var(--muted);
font-size: 0.86rem;
line-height: 1.6;
}
.partner__head {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--space-lg);
margin-bottom: var(--space-xl);
}
.partner__logo {
height: 52px;
width: auto;
}
.partner__logo--scm {
height: 52px;
}
.partner__x {
font-family: var(--font-display);
font-weight: 800;
font-size: 1.5rem;
color: var(--accent);
}
.partner__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: var(--space-lg);
margin-top: var(--space-2xl);
}
.partner__item {
border: 1px solid var(--line);
overflow: hidden;
background: var(--surface-2);
transition: border-color 0.35s var(--ease);
}
.partner__item:hover {
border-color: var(--accent);
}
.partner__item .photo {
--photo-ratio: 16 / 10;
--photo-fallback: var(--surface-3);
}
.partner__body {
padding: var(--space-lg);
}
.partner__item h3 {
font-family: var(--font-display);
font-weight: 700;
text-transform: uppercase;
font-size: 0.95rem;
margin-bottom: var(--space-xs);
}
.partner__item p {
color: var(--muted);
font-size: 0.89rem;
line-height: 1.65;
}
.contact__layout {
display: grid;
gap: var(--space-2xl);
}
@media (min-width: 940px) {
.contact__layout {
grid-template-columns: 0.85fr 1fr;
gap: var(--space-3xl);
}
}
.contact__channels {
margin-top: var(--space-xl);
display: grid;
gap: var(--space-lg);
}
.contact__channel span {
display: block;
font-size: 0.68rem;
font-weight: 600;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--accent);
margin-bottom: 0.35rem;
}
.contact__channel a,
.contact__channel p {
font-size: 1.05rem;
text-decoration: none;
transition: color 0.3s var(--ease);
}
.contact__channel a:hover {
color: var(--accent);
}
.contact__social {
margin-top: var(--space-lg);
}
.form {
display: grid;
gap: var(--space-lg);
}
.form__row {
display: grid;
gap: var(--space-lg);
}
@media (min-width: 620px) {
.form__row {
grid-template-columns: 1fr 1fr;
}
}
.field label {
display: block;
font-size: 0.68rem;
font-weight: 600;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--muted);
margin-bottom: 0.55rem;
}
.field input,
.field select,
.field textarea {
width: 100%;
background: var(--surface-2);
border: 1px solid var(--line);
padding: 0.8rem 0.9rem;
color: var(--text);
font-size: 1rem;
border-radius: 0;
transition: border-color 0.3s var(--ease);
}
.field select {
appearance: none;
background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%),
linear-gradient(135deg, var(--muted) 50%, transparent 50%);
background-position: calc(100% - 18px) 55%, calc(100% - 12px) 55%;
background-repeat: no-repeat;
background-size: 6px 6px, 6px 6px;
padding-right: 2.2rem;
}
.field select option {
background: #121214;
color: #f6f6f5;
}
.field textarea {
resize: vertical;
min-height: 130px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
outline: none;
border-color: var(--accent);
}
.form__consent {
display: flex;
gap: var(--space-sm);
align-items: flex-start;
font-size: 0.82rem;
color: var(--muted);
}
.form__consent input {
width: auto;
margin-top: 4px;
accent-color: var(--accent);
}
.form__consent a {
color: var(--text);
}
.form__note {
font-size: 0.88rem;
font-weight: 600;
color: var(--accent);
}
.crosslink {
display: block;
padding: var(--space-2xl) 0;
text-decoration: none;
background: #edeee6;
color: #111111;
transition: background-color 0.4s var(--ease);
}
.crosslink:hover {
background: #e2e3d8;
}
.crosslink__inner {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: var(--space-lg);
}
.crosslink__label {
display: block;
font-size: 0.68rem;
font-weight: 600;
letter-spacing: 0.26em;
text-transform: uppercase;
color: #6b6b62;
margin-bottom: 0.6rem;
}
.crosslink__logo {
display: block;
height: clamp(54px, 7vw, 92px);
width: auto;
margin-top: 0.2rem;
}
.crosslink__arrow {
display: inline-flex;
align-items: center;
gap: 0.7rem;
font-size: 0.72rem;
letter-spacing: 0.2em;
text-transform: uppercase;
transition: gap 0.35s var(--ease);
}
.crosslink:hover .crosslink__arrow {
gap: 1.4rem;
}
.crosslink__arrow svg {
width: 18px;
height: 10px;
}
.footer {
background: #050506;
color: rgba(255, 255, 255, 0.6);
padding-block: var(--space-2xl) var(--space-xl);
font-size: 0.87rem;
border-top: 1px solid var(--line);
}
.footer__top {
display: grid;
gap: var(--space-xl);
margin-bottom: var(--space-2xl);
}
@media (min-width: 780px) {
.footer__top {
grid-template-columns: 1.5fr 1fr 1fr;
}
}
.footer__logo {
height: 46px;
width: auto;
margin-bottom: var(--space-md);
}
.footer h4 {
font-family: var(--font-display);
font-weight: 700;
font-size: 0.7rem;
letter-spacing: 0.24em;
text-transform: uppercase;
color: #fff;
margin-bottom: var(--space-md);
}
.footer ul {
display: grid;
gap: var(--space-sm);
}
.footer a {
text-decoration: none;
transition: color 0.3s var(--ease);
}
.footer a:hover {
color: var(--accent);
}
.footer .social {
margin-top: var(--space-lg);
color: rgba(255, 255, 255, 0.7);
}
.footer__bottom {
display: flex;
flex-wrap: wrap;
gap: var(--space-md) var(--space-xl);
justify-content: space-between;
align-items: center;
padding-top: var(--space-lg);
border-top: 1px solid var(--line);
font-size: 0.78rem;
}
.threesixty {
position: relative;
overflow: hidden;
}
.threesixty__ring {
position: absolute;
top: 50%;
right: -8%;
width: min(46vw, 620px);
aspect-ratio: 1;
transform: translateY(-50%);
color: var(--accent);
opacity: 0.1;
pointer-events: none;
animation: threesixty-spin 90s linear infinite;
}
@keyframes threesixty-spin {
to {
transform: translateY(-50%) rotate(360deg);
}
}
@media (prefers-reduced-motion: reduce) {
.threesixty__ring {
animation: none;
}
}
@media (max-width: 900px) {
.threesixty__ring {
display: none;
}
}
.threesixty .container {
position: relative;
z-index: 1;
}
.threesixty__text {
display: grid;
gap: var(--space-lg);
max-width: 72ch;
}
.threesixty__text p {
color: var(--muted);
font-size: 1.02rem;
line-height: 1.8;
}
.threesixty__text strong {
color: var(--text);
font-weight: 600;
}
.capabilities {
display: grid;
grid-template-columns: repeat(2, 1fr);
margin-top: var(--space-2xl);
border-top: 1px solid var(--line);
border-left: 1px solid var(--line);
}
@media (min-width: 480px) {
.capabilities {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 720px) {
.capabilities {
grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 1100px) {
.capabilities {
grid-template-columns: repeat(6, 1fr);
}
}
.capability {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: var(--space-md);
padding: var(--space-lg) var(--space-md);
border-right: 1px solid var(--line);
border-bottom: 1px solid var(--line);
position: relative;
transition: background-color 0.35s var(--ease);
}
.capability::after {
content: '';
position: absolute;
inset: auto auto 0 0;
width: 0;
height: 2px;
background: var(--accent);
transition: width 0.35s var(--ease);
}
.capability:hover {
background: var(--surface-2);
}
.capability:hover::after {
width: 100%;
}
.capability svg {
width: 34px;
height: 34px;
color: var(--accent);
}
.capability p {
font-family: var(--font-display);
font-weight: 700;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.04em;
line-height: 1.25;
}
.page-sub .header {
background: rgba(10, 10, 11, 0.9);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
border-bottom-color: var(--line);
}
.page-sub main > .section:first-child {
padding-top: clamp(8rem, 16vh, 11rem);
}
.mockup {
align-self: center;
width: min(100%, 520px);
justify-self: end;
}
.mockup__screen {
display: grid;
place-items: center;
aspect-ratio: 16 / 10;
border: 1px solid var(--line);
border-radius: 10px 10px 2px 2px;
border-bottom-width: 14px;
background-color: var(--surface-3);
background-image: var(
--photo,
radial-gradient(90% 90% at 70% 15%, rgba(190, 190, 198, 0.1), transparent 62%),
radial-gradient(70% 70% at 10% 90%, rgba(150, 150, 160, 0.09), transparent 60%)
);
background-size: cover;
background-position: center;
overflow: hidden;
}
.mockup__placeholder {
width: 62%;
color: var(--muted);
opacity: 0.85;
}
.mockup__caption {
margin-top: 0.9rem;
font-size: 0.8rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--muted);
text-align: center;
}
.tools {
display: flex;
flex-wrap: wrap;
gap: 0.7rem;
margin-top: 0.4rem;
}
.tools__logo {
display: inline-flex;
align-items: center;
padding: 0.55rem 1.1rem;
border: 1px solid var(--line);
border-radius: 2px;
font-family: var(--font-display);
font-weight: 800;
font-size: 0.95rem;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.statement--photo {
position: relative;
isolation: isolate;
overflow: hidden;
}
.statement--photo::before {
content: '';
position: absolute;
inset: 0;
z-index: -2;
background-image: var(--photo, none);
background-size: cover;
background-position: center 30%;
}
.statement--photo::after {
content: '';
position: absolute;
inset: 0;
z-index: -1;
background: linear-gradient(180deg, rgba(10, 10, 11, 0.72), rgba(10, 10, 11, 0.88));
}
.statement--photo p {
color: #fff;
}
.hero__video {
position: absolute;
inset: 0;
z-index: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.hero__video ~ .hero__portraits {
display: none;
}
@media (max-width: 860px) {
.mockup {
justify-self: start;
}
}
.clubs {
overflow: hidden;
}
.ribbons {
display: grid;
gap: clamp(1.1rem, 2.4vw, 1.8rem);
margin-top: clamp(2rem, 5vw, 3.2rem);
transform: rotate(-2deg);
width: 112%;
margin-left: -6%;
}
.ribbon__league {
max-width: var(--container);
margin: 0 auto 0.55rem;
padding-inline: var(--gutter);
font-family: var(--font-display);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--muted);
}
.ribbon__league::before {
content: '';
display: inline-block;
width: 22px;
height: 2px;
background: var(--accent);
margin-right: 0.7rem;
vertical-align: middle;
}
.ribbon__viewport {
overflow: hidden;
border-block: 1px solid var(--line);
background: var(--surface-2);
}
.ribbon__track {
display: flex;
width: max-content;
animation: ribbon-scroll var(--dur, 50s) linear infinite;
}
.ribbon--reverse .ribbon__track {
animation-direction: reverse;
}
.ribbon:hover .ribbon__track,
.ribbon:focus-within .ribbon__track {
animation-play-state: paused;
}
@keyframes ribbon-scroll {
to {
transform: translateX(-50%);
}
}
.ribbon__group {
display: flex;
align-items: center;
gap: clamp(1rem, 2.2vw, 1.8rem);
padding: 0.85rem clamp(0.5rem, 1.1vw, 0.9rem);
}
.chip {
display: inline-flex;
align-items: center;
gap: 0.65rem;
padding: 0.55rem 1.05rem;
border: 1px solid var(--line);
border-radius: 2px;
background: var(--surface);
white-space: nowrap;
transition:
transform 0.35s var(--ease),
border-color 0.35s var(--ease),
box-shadow 0.35s var(--ease);
}
.chip img {
width: 30px;
height: 30px;
filter: grayscale(1) opacity(0.72);
transition: filter 0.35s var(--ease);
}
.chip__name {
font-family: var(--font-display);
font-size: 0.74rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--muted);
transition: color 0.35s var(--ease);
}
.chip:hover {
transform: translateY(-4px);
border-color: var(--line-strong);
box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.28),
0 0 24px rgba(190, 190, 198, 0.1);
}
.chip:hover img {
filter: none;
}
.chip:hover .chip__name {
color: var(--text);
}
@media (prefers-reduced-motion: reduce) {
.ribbon__track {
animation: none;
}
}
@media (max-width: 700px) {
.ribbons {
transform: rotate(-1.2deg);
}
.chip img {
width: 24px;
height: 24px;
}
}
.bhero {
background: var(--light);
color: #0a0a0b;
}
.bhero__grid {
display: grid;
grid-template-columns: 1.05fr 1fr;
gap: clamp(2rem, 5vw, 4.5rem);
align-items: start;
}
.bhero__title {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.03em;
line-height: 0.94;
font-size: clamp(2.4rem, 5.4vw, 4.4rem);
color: #0a0a0b;
}
.bhero__title em {
font-style: italic;
}
.bhero__text p {
color: rgba(10, 10, 11, 0.88);
line-height: 1.7;
margin-bottom: var(--space-md);
max-width: 54ch;
}
.bhero__text p:last-child {
margin-bottom: 0;
}
.philo .section__title em {
color: inherit;
}
.philo__grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
gap: clamp(2rem, 5vw, 4.5rem);
align-items: center;
}
.philo__photo {
position: relative;
aspect-ratio: 4 / 5;
background-color: var(--surface-3);
background-image: var(
--photo,
radial-gradient(90% 90% at 70% 15%, rgba(190, 190, 198, 0.12), transparent 62%),
radial-gradient(70% 70% at 10% 90%, rgba(150, 150, 160, 0.09), transparent 60%)
);
background-size: cover;
background-position: center top;
}
.philo__caption {
position: absolute;
left: 1.1rem;
bottom: 1rem;
font-family: var(--font-display);
font-weight: 700;
font-size: 0.76rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: #fff;
text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.philo__body p {
color: var(--muted);
line-height: 1.75;
margin-bottom: var(--space-md);
max-width: 58ch;
}
.philo__cta {
display: flex;
align-items: flex-start;
gap: 1rem;
margin-top: var(--space-xl);
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
font-size: clamp(1rem, 1.6vw, 1.3rem);
line-height: 1.3;
color: var(--text);
text-decoration: none;
}
.philo__cta svg {
width: 30px;
flex-shrink: 0;
margin-top: 0.32em;
color: currentColor;
transition: transform 0.3s var(--ease);
}
.philo__cta:hover svg {
transform: translateX(6px);
}
@media (max-width: 900px) {
.bhero__grid,
.bcards,
.philo__grid {
grid-template-columns: 1fr;
}
.philo__photo {
max-width: 480px;
}
}
.partner__grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (min-width: 1100px) {
.partner__grid {
grid-template-columns: repeat(3, 1fr);
}
}
.partner__item .photo {
transition: transform 0.7s var(--ease);
}
.partner__item:hover .photo {
transform: scale(1.05);
}
.partner__item .photo::before {
content: '';
position: absolute;
inset: 0;
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%238a8a90' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='26' height='19' rx='2'/%3E%3Ccircle cx='11' cy='14' r='2.4'/%3E%3Cpath d='M3 22l7-6 6 5 4-3 9 8'/%3E%3C/svg%3E"),
radial-gradient(90% 90% at 70% 15%, rgba(190, 190, 198, 0.12), transparent 62%),
radial-gradient(70% 70% at 10% 90%, rgba(150, 150, 160, 0.09), transparent 60%);
background-repeat: no-repeat;
background-position: center;
background-size: 40px, cover, cover;
opacity: 0.85;
}
.cycle {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: clamp(1.1rem, 2.2vw, 1.8rem);
margin-top: clamp(2.5rem, 6vw, 4rem);
}
.cycle__step {
position: relative;
overflow: hidden;
padding: clamp(1.5rem, 2.6vw, 2.2rem);
border: 1px solid var(--line);
background: var(--surface);
transition: transform 0.35s var(--ease), border-color 0.35s var(--ease);
}
.cycle__step:hover {
transform: translateY(-6px);
border-color: var(--line-strong);
}
.cycle__num {
position: absolute;
top: 0.2rem;
right: 0.5rem;
font-family: var(--font-display);
font-weight: 800;
font-size: clamp(4rem, 6.5vw, 6rem);
line-height: 0.9;
letter-spacing: -0.05em;
color: var(--text);
opacity: 0.07;
font-variant-numeric: tabular-nums;
}
.cycle__step h3 {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.015em;
font-size: 1.05rem;
line-height: 1.15;
margin: clamp(2.4rem, 4.5vw, 3.4rem) 0 var(--space-sm);
}
.cycle__step p {
color: var(--muted);
font-size: 0.93rem;
line-height: 1.7;
}
@media (max-width: 980px) {
.cycle {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 560px) {
.cycle {
grid-template-columns: 1fr;
}
}
.service {
transition: background-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.service:hover {
transform: translateY(-5px);
}
.service__icon {
width: 52px;
height: 52px;
}
.section:not(.section--light):not(.bhero):not(.statement) {
background-color: var(--surface);
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 900' fill='none'%3E%3Cg stroke='%23ffffff'%3E%3Ccircle cx='450' cy='450' r='444' stroke-opacity='0.09' stroke-width='1.5'/%3E%3Ccircle cx='450' cy='450' r='330' stroke-opacity='0.06' stroke-width='1'/%3E%3Ccircle cx='450' cy='450' r='210' stroke-opacity='0.07' stroke-width='1' stroke-dasharray='3 10'/%3E%3Ccircle cx='450' cy='450' r='5' fill='%23ffffff' fill-opacity='0.12' stroke='none'/%3E%3C/g%3E%3C/svg%3E"),
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600' fill='none'%3E%3Cg stroke='%23ffffff'%3E%3Cpath d='M600 6A594 594 0 000 600' stroke-opacity='0.07' stroke-width='1.5'/%3E%3Cpath d='M600 206A394 394 0 00200 600' stroke-opacity='0.05' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E"),
radial-gradient(55% 42% at 88% -5%, rgba(255, 255, 255, 0.05), transparent 62%),
radial-gradient(45% 38% at -5% 105%, rgba(255, 255, 255, 0.035), transparent 58%),
repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 140px);
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
background-position: right -260px top -260px, left -300px bottom -300px, center, center, center;
background-size: 880px 880px, 620px 620px, cover, cover, auto;
}
.section--light {
background-color: var(--light);
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 900' fill='none'%3E%3Cg stroke='%230a0a0b'%3E%3Ccircle cx='450' cy='450' r='444' stroke-opacity='0.08' stroke-width='1.5'/%3E%3Ccircle cx='450' cy='450' r='330' stroke-opacity='0.05' stroke-width='1'/%3E%3Ccircle cx='450' cy='450' r='210' stroke-opacity='0.06' stroke-width='1' stroke-dasharray='3 10'/%3E%3Ccircle cx='450' cy='450' r='5' fill='%230a0a0b' fill-opacity='0.1' stroke='none'/%3E%3C/g%3E%3C/svg%3E"),
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600' fill='none'%3E%3Cg stroke='%230a0a0b'%3E%3Cpath d='M600 6A594 594 0 000 600' stroke-opacity='0.06' stroke-width='1.5'/%3E%3Cpath d='M600 206A394 394 0 00200 600' stroke-opacity='0.045' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E"),
radial-gradient(55% 45% at 100% 0%, rgba(10, 10, 11, 0.05), transparent 62%),
repeating-linear-gradient(90deg, rgba(10, 10, 11, 0.025) 0 1px, transparent 1px 140px);
background-repeat: no-repeat, no-repeat, no-repeat, repeat;
background-position: right -280px top -280px, left -320px bottom -320px, center, center;
background-size: 860px 860px, 640px 640px, cover, auto;
}
.bhero {
position: relative;
overflow: hidden;
background-image:
radial-gradient(50% 40% at 0% 0%, rgba(10, 10, 11, 0.045), transparent 60%),
repeating-linear-gradient(90deg, rgba(10, 10, 11, 0.02) 0 1px, transparent 1px 140px);
}
.bhero::after {
content: 'SCM';
position: absolute;
right: -1.5%;
bottom: -14%;
z-index: 0;
font-family: var(--font-display);
font-weight: 800;
font-style: italic;
font-size: clamp(11rem, 26vw, 24rem);
line-height: 0.8;
letter-spacing: -0.06em;
color: transparent;
-webkit-text-stroke: 1px rgba(10, 10, 11, 0.08);
pointer-events: none;
}
.bhero > * {
position: relative;
z-index: 1;
}
.statement {
background-color: var(--surface-2);
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600' fill='none'%3E%3Cg stroke='%23ffffff'%3E%3Cpath d='M0 300h1200' stroke-opacity='0.06' stroke-width='1'/%3E%3Ccircle cx='600' cy='300' r='240' stroke-opacity='0.08' stroke-width='1.5'/%3E%3Ccircle cx='600' cy='300' r='150' stroke-opacity='0.05' stroke-width='1' stroke-dasharray='3 10'/%3E%3Ccircle cx='600' cy='300' r='4' fill='%23ffffff' fill-opacity='0.12' stroke='none'/%3E%3C/g%3E%3C/svg%3E"),
radial-gradient(60% 120% at 50% 50%, rgba(255, 255, 255, 0.045), transparent 70%);
background-repeat: no-repeat, no-repeat;
background-position: center, center;
background-size: min(1100px, 120vw) auto, cover;
}
.footer {
background-image: radial-gradient(60% 60% at 50% 0%, rgba(255, 255, 255, 0.045), transparent 65%);
}
body {
font-stretch: 100%;
}
.display,
.bhero__title,
.section__title,
.statement p,
.hero__title,
.welcome__mega,
.endcta__title,
.srow__title,
.sindex__title,
.cycle__step h3,
.legacy__value {
font-stretch: 75%;
letter-spacing: 0;
}
.section--light.tactics {
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 700' fill='none'%3E%3Cg stroke='%230a0a0b'%3E%3Cpath d='M120 560C300 420 320 300 500 260' stroke-opacity='0.06' stroke-width='1.5' stroke-dasharray='7 9'/%3E%3Cpath d='M500 260l-26 2m26-2l-14 22' stroke-opacity='0.06' stroke-width='1.5'/%3E%3Cpath d='M840 580C960 480 1010 470 1180 420' stroke-opacity='0.05' stroke-width='1.5' stroke-dasharray='7 9'/%3E%3Cpath d='M1180 420l-26-1m26 1l-18 19' stroke-opacity='0.05' stroke-width='1.5'/%3E%3Cpath d='M650 140l26 26m0-26l-26 26' stroke-opacity='0.07' stroke-width='1.5'/%3E%3Cpath d='M1080 180l26 26m0-26l-26 26' stroke-opacity='0.055' stroke-width='1.5'/%3E%3Ccircle cx='250' cy='170' r='15' stroke-opacity='0.06' stroke-width='1.5'/%3E%3Ccircle cx='980' cy='620' r='15' stroke-opacity='0.05' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E"),
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 900' fill='none'%3E%3Cg stroke='%230a0a0b'%3E%3Ccircle cx='450' cy='450' r='444' stroke-opacity='0.08' stroke-width='1.5'/%3E%3Ccircle cx='450' cy='450' r='330' stroke-opacity='0.05' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E"),
repeating-linear-gradient(90deg, rgba(10, 10, 11, 0.025) 0 1px, transparent 1px 140px);
background-repeat: no-repeat, no-repeat, repeat;
background-position: center bottom, right -300px top -300px, center;
background-size: min(1400px, 140vw) auto, 840px 840px, auto;
}
.section.pitchside {
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 1000' fill='none'%3E%3Cg stroke='%23ffffff' stroke-opacity='0.06' stroke-width='1.5'%3E%3Crect x='40' y='40' width='620' height='920'/%3E%3Cpath d='M40 500h620'/%3E%3Ccircle cx='350' cy='500' r='110'/%3E%3Cpath d='M170 40v150h360V40M170 960v-150h360v150'/%3E%3Cpath d='M255 40v60h190V40M255 960v-60h190v60'/%3E%3C/g%3E%3C/svg%3E"),
radial-gradient(55% 42% at 88% -5%, rgba(255, 255, 255, 0.05), transparent 62%),
repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 140px);
background-repeat: no-repeat, no-repeat, repeat;
background-position: right -140px center, center, center;
background-size: 560px 800px, cover, auto;
}
@media (min-width: 981px) {
.cycle__step:not(:last-child)::after {
content: '';
position: absolute;
top: 50%;
right: calc(-1 * clamp(1.1rem, 2.2vw, 1.8rem) + 2px);
width: clamp(1.1rem, 2.2vw, 1.8rem);
height: 10px;
transform: translateY(-50%);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M0 6h22M17 1l5 5-5 5' stroke='%23101012' stroke-opacity='0.35' stroke-width='1.6'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
}
.section--rule {
border-top: 1px solid var(--line);
}
.sindex {
display: grid;
grid-template-columns: repeat(4, 1fr);
margin-top: var(--space-2xl);
border-top: 1px solid var(--line);
border-left: 1px solid var(--line);
}
.sindex__item {
display: block;
position: relative;
padding: clamp(1.4rem, 2.4vw, 2rem);
border-right: 1px solid var(--line);
border-bottom: 1px solid var(--line);
color: inherit;
text-decoration: none;
transition: background-color 0.35s var(--ease);
}
.sindex__item:hover,
.sindex__item:focus-visible {
background: var(--surface-2);
}
.sindex__title {
display: block;
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.015em;
font-size: clamp(0.95rem, 1.4vw, 1.08rem);
line-height: 1.15;
margin-top: clamp(1.7rem, 3.2vw, 2.7rem);
}
.sindex__desc {
display: block;
margin-top: 0.5rem;
font-size: 0.86rem;
line-height: 1.55;
color: var(--muted);
}
@media (max-width: 980px) {
.sindex {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.sindex {
grid-template-columns: 1fr;
}
}
.srows {
margin-top: var(--space-2xl);
border-top: 1px solid var(--line);
}
.srow {
display: grid;
grid-template-columns: clamp(96px, 11vw, 150px) minmax(0, 1.15fr) minmax(0, 1fr);
gap: clamp(1.5rem, 3.5vw, 3.2rem);
padding: clamp(2.2rem, 5vw, 3.4rem) 0;
border-bottom: 1px solid var(--line);
scroll-margin-top: 108px;
}
.srow__icon {
width: 40px;
height: 40px;
color: var(--accent);
margin-top: clamp(0.8rem, 1.8vw, 1.3rem);
}
.srow__title {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.015em;
font-size: clamp(1.25rem, 2.2vw, 1.7rem);
line-height: 1.1;
}
.srow__text {
margin-top: var(--space-sm);
color: var(--muted);
line-height: 1.75;
max-width: 52ch;
}
.srow__list {
list-style: none;
margin-top: var(--space-md);
padding: 0;
border-top: 1px solid var(--line);
}
.srow__list li {
display: flex;
gap: 0.65rem;
align-items: baseline;
padding: 0.7rem 0;
border-bottom: 1px solid var(--line);
font-size: 0.92rem;
line-height: 1.55;
}
.srow__list li::before {
content: '';
flex: 0 0 auto;
width: 7px;
height: 7px;
background: var(--accent);
transform: translateY(-1px);
}
@media (max-width: 900px) {
.srow {
grid-template-columns: 1fr;
gap: var(--space-md);
}
.srow__head {
display: flex;
align-items: center;
gap: 1rem;
}
.srow__icon {
margin-top: 0;
}
}
#s1 {
scroll-margin-top: 108px;
}
.section:not(.section--light):not(.statement--photo) {
isolation: isolate;
}
.section:not(.section--light):not(.statement--photo)::before {
content: '';
position: absolute;
inset: 0;
z-index: -1;
pointer-events: none;
background:
conic-gradient(
from 212deg at 85% -12%,
transparent 0deg,
rgba(255, 255, 255, 0.07) 11deg,
transparent 25deg
),
conic-gradient(
from 136deg at 12% -10%,
transparent 0deg,
rgba(255, 255, 255, 0.05) 9deg,
transparent 21deg
),
radial-gradient(52% 38% at 50% 0%, rgba(255, 255, 255, 0.055), transparent 70%);
}
@media (prefers-reduced-motion: no-preference) {
.section:not(.section--light):not(.statement--photo)::before {
animation: flood-breathe 9s ease-in-out infinite alternate;
}
}
@keyframes flood-breathe {
from {
opacity: 0.6;
}
to {
opacity: 1;
}
}
.bhero::before,
.statement:not(.statement--photo)::before {
background:
linear-gradient(
112deg,
transparent 34%,
rgba(255, 255, 255, 0.045) 45%,
rgba(255, 255, 255, 0.11) 50%,
rgba(255, 255, 255, 0.045) 55%,
transparent 66%
),
conic-gradient(
from 212deg at 85% -12%,
transparent 0deg,
rgba(255, 255, 255, 0.07) 11deg,
transparent 25deg
),
radial-gradient(52% 38% at 50% 0%, rgba(255, 255, 255, 0.055), transparent 70%);
background-size: 280% 100%, 100% 100%, 100% 100%;
background-position: 135% 0, 0 0, 0 0;
}
@media (prefers-reduced-motion: no-preference) {
.bhero::before,
.statement:not(.statement--photo)::before {
animation: ray-sweep 14s cubic-bezier(0.45, 0, 0.35, 1) infinite;
}
}
@keyframes ray-sweep {
0% {
background-position: 135% 0, 0 0, 0 0;
}
58% {
background-position: -35% 0, 0 0, 0 0;
}
100% {
background-position: -35% 0, 0 0, 0 0;
}
}
.section:not(.section--light) .section__title em,
.statement p em,
.hero__title em {
text-shadow: none;
}
.hero::after {
content: '';
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
conic-gradient(
from 214deg at 82% -14%,
transparent 0deg,
rgba(255, 255, 255, 0.09) 10deg,
transparent 24deg
),
conic-gradient(
from 134deg at 10% -12%,
transparent 0deg,
rgba(255, 255, 255, 0.06) 9deg,
transparent 20deg
);
}
@media (prefers-reduced-motion: no-preference) {
.hero::after {
animation: flood-breathe 8s ease-in-out infinite alternate;
}
}
.btn,
.philo__cta {
position: relative;
overflow: hidden;
}
.btn::after,
.philo__cta::after {
content: '';
position: absolute;
top: -60%;
bottom: -60%;
left: -35%;
width: 38%;
background: linear-gradient(
105deg,
transparent,
rgba(255, 255, 255, 0.55),
transparent
);
transform: translateX(-180%) skewX(-18deg);
opacity: 0;
pointer-events: none;
}
.btn--primary::after {
background: linear-gradient(
105deg,
transparent,
rgba(255, 255, 255, 0.85),
transparent
);
mix-blend-mode: overlay;
}
@media (prefers-reduced-motion: no-preference) {
.btn:hover::after,
.btn:focus-visible::after,
.philo__cta:hover::after,
.philo__cta:focus-visible::after {
animation: btn-shine 0.85s var(--ease) forwards;
}
}
@keyframes btn-shine {
0% {
transform: translateX(-180%) skewX(-18deg);
opacity: 0;
}
30% {
opacity: 1;
}
100% {
transform: translateX(460%) skewX(-18deg);
opacity: 0;
}
}
.sindex__item::after {
content: '';
position: absolute;
top: -1px;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, transparent, var(--accent), transparent);
transform: scaleX(0);
transition: transform 0.45s var(--ease);
}
.sindex__item:hover::after,
.sindex__item:focus-visible::after {
transform: scaleX(1);
}
.srow {
position: relative;
}
.srow::before {
content: '';
position: absolute;
left: 0;
top: 12%;
bottom: 12%;
width: 2px;
background: linear-gradient(180deg, transparent, var(--accent), transparent);
transform: scaleY(0);
transition: transform 0.5s var(--ease);
}
.srow:hover::before {
transform: scaleY(1);
}
.hero__cue {
position: absolute;
left: 50%;
bottom: 1.4rem;
width: 1px;
height: 58px;
overflow: hidden;
z-index: 2;
}
.hero__cue::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, transparent, #fff 45%, transparent);
transform: translateY(-100%);
}
@media (prefers-reduced-motion: no-preference) {
.hero__cue::before {
animation: cue-drop 2.6s cubic-bezier(0.55, 0, 0.3, 1) infinite;
}
}
@keyframes cue-drop {
0% {
transform: translateY(-100%);
}
60%,
100% {
transform: translateY(100%);
}
}
.ticker {
overflow: hidden;
background: var(--surface);
border-block: 1px solid var(--line);
padding: 0.95rem 0;
}
.ticker__track {
display: flex;
width: max-content;
}
.ticker__group {
display: flex;
align-items: center;
flex: 0 0 auto;
}
.ticker__item {
font-family: var(--font-display);
font-weight: 700;
font-size: 0.76rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--muted);
white-space: nowrap;
}
.ticker__sep {
width: 6px;
height: 6px;
background: var(--accent);
opacity: 0.55;
transform: rotate(45deg);
margin: 0 clamp(1.4rem, 3vw, 2.6rem);
flex: 0 0 auto;
}
@media (prefers-reduced-motion: no-preference) {
.ticker__track {
animation: ribbon-scroll 34s linear infinite;
}
.ticker:hover .ticker__track {
animation-play-state: paused;
}
}
.endcta {
text-align: center;
}
.endcta__title {
font-size: clamp(2.4rem, 5.4vw, 4.6rem);
line-height: 1.02;
margin: var(--space-md) auto var(--space-md);
max-width: 16ch;
}
.endcta__title em {
font-style: normal;
color: var(--accent);
}
.endcta__lead {
color: var(--muted);
max-width: 46ch;
margin: 0 auto var(--space-xl);
line-height: 1.75;
}
.endcta .hero__actions {
justify-content: center;
}
.nav__link {
position: relative;
padding-bottom: 0.3rem;
}
.nav__link::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1.5px;
background: linear-gradient(90deg, transparent, var(--accent), transparent);
transform: scaleX(0);
transition: transform 0.35s var(--ease);
}
.nav__link:hover::after,
.nav__link:focus-visible::after,
.nav__link[aria-current='page']::after {
transform: scaleX(1);
}
.partner__item .photo--full::before {
background-image: none;
background: rgba(10, 10, 11, 0.38);
-webkit-backdrop-filter: blur(20px) saturate(0.9);
backdrop-filter: blur(20px) saturate(0.9);
opacity: 1;
}
.sindex__item {
display: flex;
flex-direction: column;
}
.sindex__icon {
width: 36px;
height: 36px;
color: var(--accent);
margin-bottom: clamp(1.1rem, 2vw, 1.6rem);
transition: transform 0.35s var(--ease);
}
.sindex__item:hover .sindex__icon,
.sindex__item:focus-visible .sindex__icon {
transform: translateY(-3px);
}
.sindex__title {
margin-top: clamp(1rem, 1.8vw, 1.5rem);
}
.sindex__desc {
margin-top: 0.5rem;
}
.sindex {
gap: clamp(0.9rem, 1.6vw, 1.4rem);
border: none;
}
.sindex__item {
--text: #f6f6f5;
--muted: #9a9aa1;
--accent: #ff600f;
background: #0e0e10;
color: var(--text);
border: 1px solid rgba(255, 255, 255, 0.08);
transition:
transform 0.35s var(--ease),
border-color 0.35s var(--ease),
background-color 0.35s var(--ease);
}
.sindex__item:hover,
.sindex__item:focus-visible {
background: #131316;
border-color: rgba(255, 96, 15, 0.55);
transform: translateY(-5px);
}
.sindex__title {
color: var(--text);
margin-top: clamp(1.2rem, 2.2vw, 1.8rem);
}
.sindex__desc {
color: var(--muted);
}
@media (min-width: 901px) {
.srow {
grid-template-columns: clamp(64px, 7vw, 96px) minmax(0, 1.15fr) minmax(0, 1fr);
}
.srow__icon {
width: 50px;
height: 50px;
margin-top: 0.2rem;
}
}
.welcome__grid {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
gap: clamp(2rem, 5vw, 4.5rem);
align-items: start;
}
.welcome__mega {
font-family: var(--font-display);
font-weight: 800;
font-style: italic;
text-transform: uppercase;
letter-spacing: -0.03em;
line-height: 0.95;
font-size: clamp(2.8rem, 6.2vw, 5.4rem);
}
.welcome__angle {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.01em;
line-height: 1.1;
font-size: clamp(1.25rem, 2.1vw, 1.7rem);
margin-bottom: var(--space-md);
}
.welcome__angle em {
font-style: normal;
color: var(--accent);
}
.sbars {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(0.8rem, 1.4vw, 1.2rem);
margin-top: clamp(2.5rem, 6vw, 4rem);
}
.sbar {
--text: #f6f6f5;
--accent: #ff600f;
display: flex;
align-items: center;
gap: clamp(0.9rem, 1.6vw, 1.3rem);
background: #0e0e10;
border: 1px solid rgba(255, 255, 255, 0.08);
padding: clamp(1.05rem, 1.8vw, 1.4rem) clamp(1.1rem, 2vw, 1.6rem);
color: var(--text);
text-decoration: none;
transition:
transform 0.3s var(--ease),
border-color 0.3s var(--ease),
background-color 0.3s var(--ease);
}
.sbar:hover,
.sbar:focus-visible {
background: #131316;
border-color: rgba(255, 96, 15, 0.55);
transform: translateY(-3px);
}
.sbar svg {
width: 28px;
height: 28px;
flex: 0 0 auto;
color: var(--accent);
}
.sbar span {
font-family: var(--font-display);
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.02em;
font-size: clamp(0.82rem, 1.2vw, 0.95rem);
line-height: 1.15;
}
@media (max-width: 980px) {
.welcome__grid {
grid-template-columns: 1fr;
}
.sbars {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 560px) {
.sbars {
grid-template-columns: 1fr;
}
}
.chap {
overflow: hidden;
isolation: isolate;
}
.chap__num {
position: absolute;
top: clamp(-1rem, -2vw, -2rem);
right: -2%;
z-index: -1;
font-family: var(--font-display);
font-weight: 800;
font-stretch: 75%;
font-size: clamp(11rem, 26vw, 24rem);
line-height: 0.8;
letter-spacing: -0.04em;
color: var(--text);
opacity: 0.05;
pointer-events: none;
font-variant-numeric: tabular-nums;
}
.section--light .chap__num {
opacity: 0.06;
}
.chap__kicker {
font-family: var(--font-display);
font-weight: 700;
font-size: 0.78rem;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--accent);
margin-bottom: var(--space-md);
}
.chap__grid {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
gap: clamp(2rem, 5vw, 4.5rem);
align-items: start;
margin-top: var(--space-lg);
}
@media (max-width: 900px) {
.chap__grid {
grid-template-columns: 1fr;
}
}
.caps-grid {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
margin-top: var(--space-md);
}
.cap-pill {
font-family: var(--font-display);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.76rem;
padding: 0.55rem 0.9rem;
border: 1px solid var(--line-strong);
color: var(--text);
transition: border-color 0.3s var(--ease), color 0.3s var(--ease);
}
.cap-pill:hover {
border-color: var(--accent);
color: var(--accent);
}
@media (max-width: 1080px) {
body.nav-open .header {
background: transparent;
backdrop-filter: none;
-webkit-backdrop-filter: none;
}
.brand,
.header__actions {
position: relative;
z-index: 56;
}
.nav {
position: fixed;
inset: 0;
z-index: 55;
flex-direction: column;
justify-content: center;
align-items: stretch;
gap: 0;
padding: calc(var(--space-2xl) + 52px) clamp(1.5rem, 8vw, 4rem) var(--space-2xl);
background:
radial-gradient(130% 55% at 88% -12%, rgba(255, 96, 15, 0.18), transparent 62%),
radial-gradient(100% 45% at -10% 112%, rgba(255, 96, 15, 0.08), transparent 60%),
#0a0a0b;
color: #f6f6f5;
transform: translateX(100%);
visibility: hidden;
transition: transform 0.5s var(--ease), visibility 0s 0.5s;
overflow-y: auto;
}
.nav.is-open {
transform: none;
visibility: visible;
transition: transform 0.5s var(--ease);
}
.nav__link {
font-family: var(--font-display);
font-weight: 800;
font-stretch: 75%;
letter-spacing: 0;
text-transform: uppercase;
font-size: clamp(1.8rem, 8vw, 2.6rem);
line-height: 1;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 0.5em 0 0.55em;
border-bottom: 1px solid rgba(246, 246, 245, 0.14);
opacity: 0;
transform: translateX(28px);
transition: color 0.3s var(--ease), opacity 0.45s var(--ease), transform 0.55s var(--ease);
}
.nav.is-open .nav__link {
opacity: 1;
transform: none;
}
.nav.is-open .nav__link:nth-child(1) { transition-delay: 0.1s; }
.nav.is-open .nav__link:nth-child(2) { transition-delay: 0.15s; }
.nav.is-open .nav__link:nth-child(3) { transition-delay: 0.2s; }
.nav.is-open .nav__link:nth-child(4) { transition-delay: 0.25s; }
.nav.is-open .nav__link:nth-child(5) { transition-delay: 0.3s; }
.nav.is-open .nav__link:nth-child(6) { transition-delay: 0.35s; }
.nav.is-open .nav__link:nth-child(7) { transition-delay: 0.4s; }
.nav__link::after,
.nav__link:hover::after,
.nav__link:focus-visible::after,
.nav__link[aria-current='page']::after {
content: '';
position: static;
width: 0.4em;
height: 0.4em;
flex: none;
background: none;
border-top: 2px solid var(--accent);
border-right: 2px solid var(--accent);
transform: rotate(45deg);
transition: opacity 0.3s var(--ease);
}
.nav__link::after {
opacity: 0.35;
}
.nav__link:hover::after,
.nav__link:focus-visible::after,
.nav__link[aria-current='page']::after {
opacity: 1;
}
.nav__link[aria-current='page'] {
color: var(--accent);
}
}
@media (max-width: 1080px) and (prefers-reduced-motion: reduce) {
.nav,
.nav__link {
transition: none;
}
.nav__link {
opacity: 1;
transform: none;
}
}
.side-mail {
position: fixed;
right: clamp(0.5rem, 1.4vw, 1.5rem);
top: clamp(84px, 13vh, 140px);
z-index: 40;
writing-mode: vertical-rl;
display: inline-flex;
align-items: center;
gap: 0.9rem;
font-size: 0.68rem;
font-weight: 600;
letter-spacing: 0.22em;
text-decoration: none;
color: #fff;
mix-blend-mode: difference;
opacity: 0.75;
transition: opacity 0.3s var(--ease);
}
.side-mail::before {
content: '';
width: 1px;
height: 44px;
background: currentColor;
}
.side-mail:hover,
.side-mail:focus-visible {
opacity: 1;
}
@media (max-width: 560px) {
.side-mail {
font-size: 0.6rem;
right: 0.35rem;
}
}
.why {
position: relative;
overflow: hidden;
isolation: isolate;
background:
radial-gradient(120% 70% at 8% -10%, rgba(255, 255, 255, 0.14), transparent 55%),
radial-gradient(110% 60% at 100% 115%, rgba(10, 10, 11, 0.16), transparent 58%),
var(--accent);
color: #0a0a0b;
padding: clamp(4.5rem, 10vw, 8rem) 0;
}
.why__ghost {
position: absolute;
right: -2%;
bottom: -0.18em;
z-index: -1;
font-family: var(--font-display);
font-weight: 800;
font-stretch: 75%;
line-height: 1;
font-size: clamp(11rem, 30vw, 27rem);
letter-spacing: -0.03em;
color: transparent;
-webkit-text-stroke: 2px rgba(10, 10, 11, 0.14);
pointer-events: none;
user-select: none;
}
.why__grid {
display: grid;
grid-template-columns: 1.05fr 1fr;
gap: clamp(2rem, 5vw, 5rem);
align-items: start;
}
@media (max-width: 900px) {
.why__grid {
grid-template-columns: 1fr;
}
}
.why__eyebrow {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.3em;
text-transform: uppercase;
margin-bottom: clamp(1.2rem, 2.5vw, 2rem);
}
.why__title {
font-family: var(--font-display);
font-weight: 800;
font-stretch: 75%;
letter-spacing: 0;
text-transform: uppercase;
line-height: 0.9;
font-size: clamp(3rem, 7.5vw, 6rem);
max-width: 10ch;
}
.why__title em {
font-style: italic;
color: #fff;
}
.why__lead {
font-size: clamp(1.05rem, 1.6vw, 1.3rem);
line-height: 1.7;
font-weight: 500;
margin-bottom: 1.5rem;
}
.why__text {
font-size: clamp(0.95rem, 1.3vw, 1.1rem);
line-height: 1.75;
margin-bottom: 1.3rem;
color: rgba(10, 10, 11, 0.82);
}
.why__cta {
display: inline-flex;
align-items: center;
gap: 0.9rem;
margin-top: clamp(1rem, 2vw, 1.8rem);
padding: 1.05rem 2.1rem;
background: #0a0a0b;
color: #f6f6f5;
text-decoration: none;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.24em;
text-transform: uppercase;
transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), color 0.35s var(--ease);
}
.why__cta svg {
width: 26px;
transition: transform 0.35s var(--ease);
}
.why__cta:hover,
.why__cta:focus-visible {
transform: translateY(-3px);
box-shadow: 0 14px 30px rgba(10, 10, 11, 0.35);
color: var(--accent);
}
.why__cta:hover svg {
transform: translateX(6px);
}
.values {
list-style: none;
margin: clamp(2rem, 4.5vw, 3.2rem) 0 0;
padding: 0;
display: grid;
gap: 1.15rem;
max-width: 520px;
}
.value {
display: grid;
grid-template-columns: 1fr auto;
gap: 0.35rem 0.8rem;
align-items: end;
}
.value__label {
font-weight: 700;
font-size: 0.95rem;
}
.value__pct {
font-family: var(--font-display);
font-weight: 800;
font-stretch: 75%;
font-size: 1.05rem;
line-height: 1;
letter-spacing: 0;
opacity: 0;
transform: translateY(4px);
transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.value__track {
grid-column: 1 / -1;
height: 8px;
background: rgba(10, 10, 11, 0.16);
overflow: hidden;
}
.value__bar {
display: block;
height: 100%;
width: 0;
background: #0a0a0b;
transition: width 1.1s var(--ease);
}
.values.is-visible .value__bar {
width: 100%;
}
.values.is-visible .value__pct {
opacity: 1;
transform: none;
}
.values.is-visible .value:nth-child(1) .value__bar { transition-delay: 0.05s; }
.values.is-visible .value:nth-child(2) .value__bar { transition-delay: 0.2s; }
.values.is-visible .value:nth-child(3) .value__bar { transition-delay: 0.35s; }
.values.is-visible .value:nth-child(4) .value__bar { transition-delay: 0.5s; }
.values.is-visible .value:nth-child(5) .value__bar { transition-delay: 0.65s; }
.values.is-visible .value:nth-child(6) .value__bar { transition-delay: 0.8s; }
.values.is-visible .value:nth-child(1) .value__pct { transition-delay: 0.9s; }
.values.is-visible .value:nth-child(2) .value__pct { transition-delay: 1.05s; }
.values.is-visible .value:nth-child(3) .value__pct { transition-delay: 1.2s; }
.values.is-visible .value:nth-child(4) .value__pct { transition-delay: 1.35s; }
.values.is-visible .value:nth-child(5) .value__pct { transition-delay: 1.5s; }
.values.is-visible .value:nth-child(6) .value__pct { transition-delay: 1.65s; }
@media (prefers-reduced-motion: reduce) {
.value__bar,
.value__pct {
transition: none;
}
.value__bar {
width: 100%;
}
.value__pct {
opacity: 1;
transform: none;
}
}
