@font-face {
	font-family: "Acid Grotesk";
	src: url("fonts/AcidGrotesk-Light.otf") format("opentype");
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: "Acid Grotesk";
	src: url("fonts/AcidGrotesk-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Acid Grotesk";
	src: url("fonts/AcidGrotesk-Regular-Italic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Acid Grotesk";
	src: url("fonts/AcidGrotesk-Medium.otf") format("opentype");
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Acid Grotesk";
	src: url("fonts/AcidGrotesk-Bold.otf") format("opentype");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Acid Grotesk";
	src: url("fonts/AcidGrotesk-ExtraBold.otf") format("opentype");
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: "Acid Grotesk";
	src: url("fonts/AcidGrotesk-Black.otf") format("opentype");
	font-weight: 900;
	font-display: swap;
}

@font-face {
	font-family: "Helony";
	src: url("fonts/Helony.otf") format("opentype");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Paris";
	src: url("fonts/Paris2024-Variable.ttf") format("truetype");
	font-weight: 100 900;
	font-display: swap;
}

:root {
	--ballo-white: #f7f7f7;
	--ballo-black: #1e1e1e;
	--ballo-blue: #3067d4;
	--ballo-blue-soft: #d8e1f0;
	--ballo-ocre: #9a6d2c;
	--ballo-bone: #edeae3;

	--font-main:
		"Acid Grotesk", "Söhne", "Inter", "Neue Haas Grotesk", system-ui,
		-apple-system, sans-serif;
	--font-accent: "Helony", cursive;
	--font-paris: "Paris", sans-serif;

	--fz-display: clamp(40px, 7vw, 110px);

	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
	--ease-knot: cubic-bezier(0.65, 0.05, 0.36, 1);
	--dur-fast: 180ms;
	--dur-base: 320ms;

	--sidebar-w: 56px;
	--nav-h: 72px;

	/* Ink — dark on light backgrounds (rgba 30,30,30 at opacity scale) */
	--ink-94: rgba(30, 30, 30, 0.94);
	/* dark nav backdrop                   */
	--ink-70: rgba(30, 30, 30, 0.7);
	/* primary muted body text             */
	--ink-55: rgba(30, 30, 30, 0.55);
	/* secondary / label text              */
	--ink-28: rgba(30, 30, 30, 0.28);
	/* borders on tinted / ocre sections   */
	--ink-16: rgba(30, 30, 30, 0.16);
	/* standard borders on white / light   */
	--ink-12: rgba(30, 30, 30, 0.12);
	/* hairline borders on bone bg         */

	/* Fog — light on dark backgrounds (rgba 247,247,247 at opacity scale) */
	--fog-94: rgba(247, 247, 247, 0.94);
	/* light nav backdrop                  */
	--fog-85: rgba(247, 247, 247, 0.85);
	/* near-full text on dark              */
	--fog-70: rgba(247, 247, 247, 0.7);
	/* primary muted text on dark          */
	--fog-55: rgba(247, 247, 247, 0.55);
	/* secondary text on dark              */
	--fog-28: rgba(247, 247, 247, 0.28);
	/* stronger borders on dark            */
	--fog-16: rgba(247, 247, 247, 0.16);
	/* standard borders on dark            */
	--fog-08: rgba(247, 247, 247, 0.08);
	/* subtle bg / hairline on dark        */
}

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

html {
	scroll-behavior: smooth;
}

body {
	background: var(--ballo-white);
	color: var(--ballo-black);
	font-family: var(--font-main);
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

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

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

/* Helony */
.glyph-helony {
	font-family: var(--font-accent) !important;
	font-feature-settings:
		"salt" 1,
		"swsh" 1,
		"calt" 1;
	-webkit-font-feature-settings:
		"salt" 1,
		"swsh" 1,
		"calt" 1;
	font-variant-ligatures: discretionary-ligatures;
	display: inline-block;
	font-weight: 400;
}

.glyph-helony-A::before {
	content: "\f000";
}

.glyph-helony-B::before {
	content: "\f001";
}

.glyph-helony-C::before {
	content: "\f054";
}

.glyph-helony-D::before {
	content: "\f003";
}

.glyph-helony-E::before {
	content: "\f049";
}

.glyph-helony-F::before {
	content: "\f04a";
}

.glyph-helony-G::before {
	content: "\f048";
}

.glyph-helony-H::before {
	content: "\f007";
}

.glyph-helony-I::before {
	content: "\f008";
}

.glyph-helony-J::before {
	content: "\f056";
}

.glyph-helony-K::before {
	content: "\f00A";
}

.glyph-helony-L::before {
	content: "\f00B";
}

.glyph-helony-M::before {
	content: "\f05a";
}

.glyph-helony-N::before {
	content: "\f00D";
}

.glyph-helony-O::before {
	content: "\f052";
}

.glyph-helony-P::before {
	content: "\f057";
}

.glyph-helony-Q::before {
	content: "\f051";
}

.glyph-helony-R::before {
	content: "\f05d";
}

.glyph-helony-S::before {
	content: "\f055";
}

.glyph-helony-T::before {
	content: "\f013";
}

.glyph-helony-U::before {
	content: "\f04b";
}

.glyph-helony-V::before {
	content: "\f04c";
}

.glyph-helony-W::before {
	content: "\f05b";
}

.glyph-helony-X::before {
	content: "\f017";
}

.glyph-helony-Y::before {
	content: "\f04d";
}

.glyph-helony-Z::before {
	content: "\f019";
}

.glyph-helony-a::before {
	content: "\f035";
}

.glyph-helony-b::before {
	content: "\f03d";
}

.glyph-helony-c::before {
	content: "\f058";
}

.glyph-helony-d::before {
	content: "\f03e";
}

.glyph-helony-e::before {
	content: "\f059";
}

.glyph-helony-f::before {
	content: "\f03c";
}

.glyph-helony-g::before {
	content: "\f038";
}

.glyph-helony-h::before {
	content: "\f021";
}

.glyph-helony-i::before {
	content: "\f022";
}

.glyph-helony-j::before {
	content: "\f023";
}

.glyph-helony-k::before {
	content: "\f024";
}

.glyph-helony-l::before {
	content: "\f025";
}

.glyph-helony-m::before {
	content: "\f041";
}

.glyph-helony-n::before {
	content: "\f027";
}

.glyph-helony-o::before {
	content: "\f028";
}

.glyph-helony-p::before {
	content: "\f029";
}

.glyph-helony-q::before {
	content: "\f044";
}

.glyph-helony-r::before {
	content: "\f02b";
}

.glyph-helony-s::before {
	content: "\f02c";
}

.glyph-helony-t::before {
	content: "\f02d";
}

.glyph-helony-u::before {
	content: "\f039";
}

.glyph-helony-v::before {
	content: "\f03a";
}

.glyph-helony-w::before {
	content: "\f05c";
}

.glyph-helony-x::before {
	content: "\f031";
}

.glyph-helony-y::before {
	content: "\f03b";
}

.glyph-helony-z::before {
	content: "\f03f";
}

.glyph-align-d {
	display: inline-block;
	transform: translateY(10%);
}

.lh-editorial {
    line-height: 0.675;
}

.glyph-align-manifesto {
    display: inline-block;
    transform: translateY(5%);
}

/* HELONY — italic-cursive accent (used only on words in blue) */
.hl {
	color: var(--ballo-blue);
	display: inline-block;
	letter-spacing: inherit;
	line-height: inherit;
}

.hl-white {
	color: var(--ballo-white);
}

/* TYPE SCALE */
.label {
	font-family: var(--font-main);
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	line-height: 1;
}

.label-blue {
	color: var(--ballo-blue);
}

.t-hero {
	font-family: var(--font-main);
	font-size: var(--fz-display);
	line-height: 0.92;
	letter-spacing: -0.03em;
	font-weight: 900;
}

.t-h1 {
	font-family: var(--font-main);
	font-size: var(--fz-display);
	line-height: 0.96;
	letter-spacing: -0.025em;
	font-weight: 900;
}

.t-h2 {
	font-size: clamp(32px, 4.6vw, 64px);
	line-height: 1;
	letter-spacing: -0.02em;
	font-weight: 500;
}

/* LAYOUT SHELL */
.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	width: var(--sidebar-w);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0;
	z-index: 40;
	pointer-events: none;
	color: var(--ballo-black);
	transition:
		color var(--dur-base) var(--ease-knot),
		border-color var(--dur-base) var(--ease-knot);
}

.sidebar.left {
	left: 0;
	border-right: 1px solid var(--ink-16);
}

.sidebar.right {
	right: 0;
	border-left: 1px solid var(--ink-16);
}

.sidebar .top,
.sidebar .bottom {
	font-family: var(--font-main);
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
}

.sidebar.left .top {
	color: var(--ballo-blue);
}

.sidebar .mark {
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 500;
	opacity: 0.55;
}

body.is-dark .sidebar {
	color: var(--ballo-white);
}

body.is-dark .sidebar.left {
	border-right-color: var(--fog-16);
}

body.is-dark .sidebar.right {
	border-left-color: var(--fog-16);
}

body.is-ocre .sidebar {
	color: var(--ballo-black);
}

body.is-ocre .sidebar.left {
	border-right-color: var(--ink-28);
}

body.is-ocre .sidebar.right {
	border-left-color: var(--ink-28);
}

@media (max-width: 900px) {
	.sidebar {
		display: none;
	}

	:root {
		--sidebar-w: 0px;
	}
}

/* NAV */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: var(--nav-h);
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 32px;
	background: var(--fog-94);
	border-bottom: 1px solid var(--ink-16);
	transition:
		background var(--dur-base) var(--ease-knot),
		color var(--dur-base) var(--ease-knot),
		border-color var(--dur-base) var(--ease-knot);
}

@media screen and (min-width: 900px) {
	.nav {
		left: var(--sidebar-w);
		right: var(--sidebar-w);
	}
}

body.is-dark .nav {
	background: var(--ink-94);
	color: var(--ballo-white);
	border-bottom-color: var(--fog-16);
}

body.is-ocre .nav {
	background: rgba(154, 109, 44, 0.96);
	color: var(--ballo-black);
	border-bottom-color: var(--ink-28);
}

.nav-logo {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: -0.04em;
	display: inline-flex;
	align-items: baseline;
}

.nav-logo .dot {
	font-family: var(--font-main);
	color: var(--ballo-blue);
	margin-left: 0;
	font-weight: 700;
}

.nav-links {
	display: flex;
	gap: 36px;
}

.nav-links a {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding: 4px 0;
}

.nav-links a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--dur-base) var(--ease-out);
}

.nav-links a:hover::after {
	transform: scaleX(1);
}

.nav-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--ballo-black);
	color: var(--ballo-white);
	padding: 14px 22px;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 500;
	transition:
		background var(--dur-fast) var(--ease-knot),
		color var(--dur-fast) var(--ease-knot);
}

body.is-dark .nav-cta {
	background: var(--ballo-white);
	color: var(--ballo-black);
}

body.is-ocre .nav-cta {
	background: var(--ballo-black);
	color: var(--ballo-white);
}

.nav-cta:hover {
	background: var(--ballo-blue);
	color: var(--ballo-white);
}

.nav-cta .arrow {
	transition: transform var(--dur-base) var(--ease-knot);
}

.nav-cta:hover .arrow {
	transform: translateX(4px);
}

@media (max-width: 768px) {
	.nav {
		padding: 0 20px;
	}

	.nav-links {
		display: none;
	}
}

@media screen and (min-width: 900px) {
	/* MAIN */
	main {
		padding-left: var(--sidebar-w);
		padding-right: var(--sidebar-w);
	}
}

section {
	position: relative;
	padding-left: clamp(24px, 5vw, 80px);
	padding-right: clamp(24px, 5vw, 80px);
}

.sec-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--ink-16);
	margin-bottom: clamp(48px, 8vw, 96px);
}

.sec-head .num {
	color: var(--ballo-blue);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.dark .sec-head,
body.is-dark .sec-head {
	border-bottom-color: var(--fog-16);
}

body.is-ocre .sec-head {
	border-bottom-color: var(--ink-28);
}

/* FADE-UP — armed only after JS confirms; default state visible */
.js-ready .fade-up {
	opacity: 0;
	transform: translateY(40px);
	transition:
		opacity 0.8s var(--ease-out),
		transform 0.8s var(--ease-out);
}

.js-ready .fade-up.in {
	opacity: 1;
	transform: translateY(0);
}

.js-ready .fade-up[data-delay="1"] {
	transition-delay: 100ms;
}

.js-ready .fade-up[data-delay="2"] {
	transition-delay: 200ms;
}

.js-ready .fade-up[data-delay="3"] {
	transition-delay: 300ms;
}

.js-ready .fade-up[data-delay="4"] {
	transition-delay: 400ms;
}

.js-ready .fade-up[data-delay="5"] {
	transition-delay: 500ms;
}

/* LINE-DRAW — border lines animate in left → right on scroll */
.line-draw {
	position: relative;
	border-bottom: none;
}

.line-draw::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--ink-16);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 1s var(--ease-out);
}

.line-draw.in::after {
	transform: scaleX(1);
}

body.is-dark .line-draw::after {
	background: var(--fog-16);
}

body.is-ocre .line-draw::after {
	background: var(--ink-28);
}

/* 01 — HERO */
#hero {
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	padding-top: calc(var(--nav-h) + 16px);
	padding-bottom: 0;
	background: var(--ballo-white);
	position: relative;
	overflow: hidden;
}

.hero-top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-top: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--ink-16);
}

.hero-top .meta-l {
	display: flex;
	gap: 24px;
	align-items: baseline;
	flex-wrap: wrap;
}

.hero-top .meta-l .label {
	opacity: 0.55;
}

.hero-top .num {
	color: var(--ballo-blue);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
}

@media (max-width: 600px) {
	.hero-top .meta-l .label {
		display: none;
	}
}

.hero-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(32px, 4vw, 64px);
	padding: clamp(40px, 6vw, 88px) 0 32px;
	align-items: stretch;
}

@media (min-width: 900px) {
	.hero-row {
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}

	.hero-photo {
		aspect-ratio: unset;
		height: 100%;
	}
}

.hero-headline {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-photo {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3.4;
	overflow: hidden;
	background: var(--ballo-bone);
}

.hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;
	filter: grayscale(1) contrast(1.05);
}

@media (max-width: 900px) {
	.hero-photo {
		aspect-ratio: 4 / 2.8;
	}
}

.hero-headline .line {
	font-family: var(--font-paris);
	font-size: var(--fz-display);
	line-height: 0.93;
	letter-spacing: -0.035em;
	font-weight: 600;
}

.hero-headline .line .hl {
	font-size: 1.04em;
	line-height: 0.86;
	letter-spacing: -0.01em;
	margin-left: -0.02em;
}

.hero-headline .line-tail {
	font-size: clamp(20px, 2.2vw, 32px);
	line-height: 1.2;
	letter-spacing: -0.012em;
	font-weight: 400;
	margin-top: 12px;
	color: var(--ballo-black);
	max-width: 480px;
}

.hero-headline .line-tail .hl {
	color: rgba(48, 103, 212, 0.85);
}

.hero-body {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	padding: 32px 0 36px;
	border-top: 1px solid var(--ink-16);
}

@media (min-width: 800px) {
	.hero-body {
		grid-template-columns: 1.5fr 1fr;
		gap: 80px;
		align-items: start;
	}
}

.hero-statement {
	font-size: clamp(17px, 1.45vw, 22px);
	line-height: 1.5;
	max-width: 60ch;
	color: var(--ballo-black);
}

.hero-statement strong {
	font-weight: 500;
}

.hero-meta {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hero-meta .lbl {
	font-family: var(--font-paris);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.5;
}

.hero-meta .val {
	font-size: 14px;
	line-height: 1.5;
	color: var(--ballo-black);
}

.hero-bottom {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 0;
	border-top: 1px solid var(--ink-16);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 500;
}

.hero-bottom .scroll-l {
	opacity: 0.45;
}

.hero-bottom .line-fill {
	flex: 1;
	height: 1px;
	background: var(--ink-16);
}

.hero-bottom .cities {
	opacity: 0.55;
	letter-spacing: 0.08em;
}

@media (max-width: 700px) {
	.hero-bottom .cities {
		display: none;
	}
}

/* Lasso decorative */
.lasso-wrap {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 110px;
	height: 220px;
	display: flex;
	justify-content: center;
	opacity: 0.9;
	z-index: 0;
}

.lasso-wrap svg {
	width: min(96%, 1300px);
	height: 100%;
	overflow: visible;
}

.lasso-wrap path {
	stroke: var(--ballo-blue);
	stroke-width: 12;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	stroke-dasharray: 4200;
	stroke-dashoffset: 4200;
	animation: lasso-draw 2400ms var(--ease-out) 300ms forwards;
}

@keyframes lasso-draw {
	to {
		stroke-dashoffset: 0;
	}
}

#hero > * {
	position: relative;
	z-index: 1;
}

@media (max-width: 800px) {
	.lasso-wrap {
		display: none;
	}
}

/* 02 — MARQUEE */
#marquee {
	background: var(--ballo-black);
	color: var(--ballo-white);
	padding: clamp(28px, 3.5vw, 52px) 0;
	overflow: hidden;
	white-space: nowrap;
}

.marquee-track {
	display: inline-flex;
	align-items: center;
	gap: 56px;
	animation: marquee-scroll 38s linear infinite;
	will-change: transform;
	padding-left: 56px;
}

.marquee-track span.txt {
	display: inline-flex;
	align-items: center;
	font-family: var(--font-paris);
	font-weight: 600;
	font-size: clamp(40px, 5.5vw, 80px);
	letter-spacing: -0.025em;
	line-height: 1;
}

.marquee-track .hl {
	font-size: 1.04em;
	line-height: 0.88;
	margin-left: -0.02em;
}

.marquee-track .dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--ballo-blue);
	display: inline-block;
	flex-shrink: 0;
}

@keyframes marquee-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/* 03 — MANIFESTO (THE POSTURE) */
#manifesto {
	padding-top: 0;
	padding-bottom: clamp(96px, 12vw, 160px);
	background: var(--ballo-white);
}

.manifesto-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(56px, 7vw, 112px);
}

@media (min-width: 900px) {
	.manifesto-grid {
		grid-template-columns: 1.1fr 1fr;
		align-items: start;
	}
}

.manifesto-quote {
	font-family: var(--font-paris);
	font-size: clamp(32px, 4vw, 56px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	font-weight: 600;
	max-width: 22ch;
}

.manifesto-quote .hl {
	font-size: 1.04em;
	line-height: 0.92;
}

.manifesto-right {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.manifesto-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border: 1px solid var(--ink-16);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 500;
	align-self: flex-start;
}

.manifesto-pill-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ballo-blue);
}

.manifesto-text {
	font-size: clamp(16px, 1.2vw, 18px);
	line-height: 1.65;
	color: var(--ink-70);
	max-width: 48ch;
}

.manifesto-text strong {
	color: var(--ballo-black);
	font-weight: 500;
}

.manifesto-stat {
	border-top: 1px solid var(--ink-16);
	padding-top: 24px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 24px;
	align-items: baseline;
}

.manifesto-stat .big {
	font-size: clamp(56px, 6vw, 88px);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 0.9;
	color: var(--ballo-blue);
	white-space: nowrap;
}

.manifesto-stat .cap {
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.6;
	max-width: 30ch;
	line-height: 1.5;
}

.manifesto-posture {
	padding: 20px 24px;
	border-left: 3px solid var(--ballo-ocre);
	font-size: 15px;
	line-height: 1.55;
	color: var(--ballo-ocre);
	font-weight: 500;
	font-style: normal;
	letter-spacing: -0.005em;
	background: rgba(154, 109, 44, 0.04);
}

/* 04 — NETWORK (THE MOAT) — ocre section */
#network {
	background: var(--ballo-ocre);
	color: var(--ballo-black);
	padding-bottom: clamp(72px, 9vw, 128px);
	position: relative;
	overflow: hidden;
}

#network::before {
	content: "GLOBAL";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(120px, 22vw, 320px);
	font-weight: 800;
	letter-spacing: -0.05em;
	opacity: 0.08;
	color: var(--ballo-black);
	pointer-events: none;
	white-space: nowrap;
	font-family: var(--font-main);
}

#network > * {
	position: relative;
	z-index: 1;
}

#network .sec-head {
	border-bottom-color: var(--ink-28);
}

#network .sec-head .num {
	color: var(--ballo-black);
}

#network .sec-head .label {
	color: var(--ballo-black);
	opacity: 0.65;
}

.network-title {
	font-family: var(--font-paris);
	font-size: clamp(40px, 6vw, 88px);
	line-height: 1;
	letter-spacing: -0.025em;
	font-weight: 600;
	text-transform: none;
	max-width: 10ch;
	margin-bottom: 24px;
}

.network-title .hl {
	color: var(--ballo-black);
	font-size: 1.04em;
	line-height: 0.9;
}

.network-subtitle {
	font-size: clamp(16px, 1.3vw, 19px);
	line-height: 1.55;
	color: var(--ink-70);
	max-width: 58ch;
	margin-bottom: clamp(48px, 6vw, 80px);
}

.network-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: var(--ink-28);
	border: 1px solid var(--ink-28);
}

@media (min-width: 700px) {
	.network-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1100px) {
	.network-grid {
		grid-template-columns: repeat(6, 1fr);
	}
}

.network-cell {
	background: var(--ballo-ocre);
	padding: 22px 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 140px;
}

.network-region {
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ink-55);
	font-weight: 500;
}

.network-market {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--ballo-black);
}

.network-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 9.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-top: auto;
	font-weight: 500;
}

.network-tag.local {
	color: var(--ink-70);
}

.network-tag.hq {
	background: var(--ballo-black);
	color: var(--ballo-ocre);
	padding: 4px 8px;
	align-self: flex-start;
}

.network-saving {
	margin-top: 32px;
	padding: 24px 28px;
	background: var(--ballo-black);
	color: var(--ballo-white);
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
}

@media (min-width: 800px) {
	.network-saving {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 32px;
	}
}

.network-saving-text {
	font-size: 15px;
	line-height: 1.55;
	color: var(--fog-70);
	max-width: 64ch;
}

.network-saving-text strong {
	color: var(--ballo-white);
	font-weight: 500;
}

.network-saving-number {
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 0.9;
	color: var(--ballo-ocre);
	white-space: nowrap;
}

.network-saving-number .hl {
	color: inherit;
	font-size: 1em;
}

/* 05 — METHOD (BALLO B/A/L/L/O) */
#method {
	background: var(--ballo-white);
	padding-bottom: clamp(96px, 12vw, 160px);
}

.method-title {
	font-family: var(--font-paris);
	font-size: clamp(48px, 8vw, 128px);
	line-height: 0.96;
	letter-spacing: -0.03em;
	font-weight: 600;
	text-transform: none;
	margin-bottom: clamp(56px, 7vw, 96px);
}

.method-steps {
	border-top: 1px solid var(--ballo-black);
}

.method-step {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 24px;
	padding: clamp(28px, 3.5vw, 48px) clamp(24px, 5vw, 80px);
	margin-left: calc(-1 * clamp(24px, 5vw, 80px));
	margin-right: calc(-1 * clamp(24px, 5vw, 80px));
	border-bottom: 1px solid var(--ink-16);
	transition:
		background var(--dur-fast) var(--ease-out),
		color var(--dur-fast) var(--ease-out),
		border-color var(--dur-fast) var(--ease-out);
}

@media (max-width: 899px) {
	.method-step-deliverable {
		grid-column: 1 / -1;
	}
}

@media (min-width: 900px) {
	.method-step {
		grid-template-columns: 80px 1.2fr 1fr;
		gap: 48px;
		align-items: start;
	}
}

.method-step:hover {
	background: var(--ballo-blue-soft);
	border-bottom-color: var(--ink-16);
}

.method-step-letter {
	font-size: clamp(48px, 5vw, 72px);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 0.85;
	color: var(--ballo-blue);
	transition: color var(--dur-fast) var(--ease-out);
}

.method-step-symbol {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 5px 10px;
	border: none;
	background: var(--ballo-blue);
	color: #fff;
	margin-bottom: 12px;
	font-weight: 500;
	transition:
		color var(--dur-fast) var(--ease-out),
		border-color var(--dur-fast) var(--ease-out);
}

.symbol-hilo {
	background: var(--ballo-blue);
	color: #fff;
}

.symbol-nudo {
	background: var(--ballo-blue);
	color: #fff;
}

.symbol-materia {
	background: var(--ballo-blue);
	color: #fff;
}

/* Service-1 override no longer needed — all badges now blue */
.service-1 .method-step-symbol {
	background: var(--ballo-blue);
	color: #fff;
}

.method-step-name {
	font-family: var(--font-paris);
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: 12px;
}

.method-step-desc {
	font-size: 15px;
	line-height: 1.65;
	color: var(--ink-70);
	max-width: 52ch;
	transition: color var(--dur-fast) var(--ease-out);
}

.method-step-deliverable {
	font-size: 13px;
	line-height: 1.55;
	color: var(--ink-55);
	transition: color var(--dur-fast) var(--ease-out);
}

.method-step-deliverable strong {
	display: block;
	font-size: 10.5px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ballo-blue);
	transition: color var(--dur-fast) var(--ease-out);
	font-weight: 500;
	margin-bottom: 8px;
}

/* 06 — FOUNDERS — dark */
#founders {
	background: var(--ballo-black);
	color: var(--ballo-white);
	padding-bottom: clamp(96px, 12vw, 160px);
}

#founders .sec-head {
	border-bottom-color: var(--fog-16);
}

#founders .sec-head .num {
	color: var(--ballo-blue);
}

#founders .sec-head .label {
	color: var(--ballo-white);
	opacity: 0.65;
}

.founders-title {
	font-family: var(--font-paris);
	font-size: clamp(40px, 6vw, 88px);
	line-height: 0.98;
	letter-spacing: -0.025em;
	font-weight: 600;
	margin-bottom: 20px;
	max-width: 16ch;
}

.founders-title .hl {
	font-size: 1.04em;
	line-height: 0.92;
	color: var(--ballo-blue);
}

.founders-intro {
	font-size: clamp(16px, 1.3vw, 19px);
	line-height: 1.6;
	color: var(--fog-70);
	max-width: 60ch;
	margin-bottom: clamp(56px, 7vw, 96px);
}

.founders-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2px;
	background: var(--fog-08);
}

@media (min-width: 800px) {
	.founders-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.founder-card {
	background: var(--ballo-black);
	padding: clamp(32px, 4vw, 56px);
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
}

.founder-role-tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 10.5px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 500;
}

.role-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.founder-name {
	font-family: var(--font-paris);
	font-size: clamp(32px, 3.6vw, 52px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1;
	margin-top: 8px;
}

.founder-role-line {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 8px;
}

.founder-expertise {
	font-size: 15px;
	line-height: 1.65;
	color: var(--fog-70);
	max-width: 50ch;
}

.founder-expertise strong {
	color: var(--ballo-white);
	font-weight: 500;
}

.founder-credentials {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 4px;
}

.credential-tag {
	font-size: 11px;
	letter-spacing: 0.04em;
	padding: 5px 11px;
	border: 1px solid var(--fog-16);
	color: var(--fog-70);
	font-weight: 500;
}

.founder-symbol {
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--fog-08);
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.founder-symbol .lbl {
	font-size: 10.5px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.5;
	font-weight: 500;
}

.founder-symbol .val {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: clamp(20px, 1.8vw, 26px);
	line-height: 1.15;
	color: var(--ballo-white);
}

.asymmetry-banner {
	margin-top: 2px;
	background: var(--ballo-blue);
	padding: clamp(28px, 3.5vw, 48px) clamp(32px, 4vw, 56px);
}

.asymmetry-text {
	font-size: clamp(17px, 1.5vw, 22px);
	line-height: 1.55;
	color: var(--fog-85);
	max-width: 78ch;
}

.asymmetry-text strong {
	color: var(--ballo-white);
	font-weight: 500;
}

/* Team block */
.team-block {
	margin-top: 2px;
	background: var(--ballo-black);
	padding: clamp(28px, 3.5vw, 48px) clamp(32px, 4vw, 56px);
	display: flex;
	flex-direction: column;
	gap: 28px;
	border-top: 1px solid var(--fog-08);
}

.team-intro {
	font-size: 15px;
	line-height: 1.7;
	color: var(--fog-70);
	max-width: 70ch;
}

.team-intro strong {
	color: var(--ballo-white);
	font-weight: 500;
}

.team-disciplines {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid var(--fog-08);
}

@media (min-width: 700px) {
	.team-disciplines {
		grid-template-columns: 1fr 1fr;
	}
}

.team-discipline {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid var(--fog-08);
}

.team-discipline-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 8px;
}

.team-discipline-name {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
}

.team-discipline-desc {
	font-size: 13px;
	color: var(--fog-55);
	line-height: 1.5;
}

/* 07 — SERVICES (4-tile grid w/ ocre) */
#services {
	background: var(--ballo-white);
	padding-bottom: clamp(96px, 12vw, 160px);
}

.services-header {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-bottom: clamp(48px, 6vw, 80px);
}

@media (min-width: 800px) {
	.services-header {
		grid-template-columns: 1.3fr 1fr;
		align-items: end;
		gap: 56px;
	}
}

.services-title {
	font-family: var(--font-paris);
	font-size: clamp(40px, 6vw, 88px);
	line-height: 0.98;
	letter-spacing: -0.025em;
	font-weight: 600;
}

.services-title .hl {
	font-size: 1.04em;
	line-height: 0.92;
}

.services-desc {
	font-size: 15px;
	line-height: 1.65;
	color: var(--ink-55);
	max-width: 44ch;
}

.services-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

@media (min-width: 800px) {
	.services-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.service-card {
	padding: clamp(32px, 4vw, 52px);
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-height: 380px;
	position: relative;
	overflow: hidden;
	transition: transform var(--dur-base) var(--ease-out);
}

.service-card:hover {
	transform: translateY(-3px);
}

.service-card::before {
	content: attr(data-num);
	position: absolute;
	top: 14px;
	right: 22px;
	font-size: clamp(80px, 9vw, 140px);
	font-weight: 700;
	letter-spacing: -0.05em;
	opacity: 0.05;
	line-height: 1;
	pointer-events: none;
}

.service-1 {
	background: var(--ballo-blue);
	color: var(--ballo-white);
}

.service-2 {
	background: var(--ballo-black);
	color: var(--ballo-white);
}

.service-3 {
	background: var(--ballo-ocre);
	color: var(--ballo-white);
}

.service-4 {
	background: var(--ballo-blue-soft);
	color: var(--ballo-black);
}

.service-1::before {
	color: var(--ballo-white);
}

.service-2::before {
	color: var(--ballo-white);
}

.service-3::before {
	color: var(--ballo-black);
	opacity: 0.08;
}

.service-name {
	font-family: var(--font-paris);
	font-size: clamp(26px, 2.7vw, 36px);
	font-weight: 600;
	letter-spacing: -0.022em;
	line-height: 1.05;
	margin-top: 8px;
	max-width: 12ch;
}

.service-desc {
	font-size: 14.5px;
	line-height: 1.65;
	flex: 1;
	max-width: 38ch;
}

.service-1 .service-desc {
	color: var(--fog-70);
}

.service-2 .service-desc {
	color: var(--fog-70);
}

.service-3 .service-desc {
	color: var(--fog-85);
}

.service-4 .service-desc {
	color: var(--ink-70);
}

.service-deliverable {
	padding-top: 16px;
	border-top: 1px solid;
	font-size: 12px;
	line-height: 1.55;
	letter-spacing: 0.02em;
}

.service-1 .service-deliverable {
	border-color: var(--fog-16);
	color: var(--fog-55);
}

.service-2 .service-deliverable {
	border-color: var(--fog-16);
	color: var(--fog-55);
}

.service-3 .service-deliverable {
	border-color: var(--fog-28);
	color: var(--fog-85);
}

.service-4 .service-deliverable {
	border-color: var(--ink-16);
	color: var(--ink-55);
}

.service-deliverable strong {
	display: block;
	font-size: 10.5px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: 500;
}

.service-1 .service-deliverable strong {
	color: var(--ballo-white);
}

.service-2 .service-deliverable strong {
	color: var(--ballo-blue);
}

.service-3 .service-deliverable strong {
	color: var(--ballo-white);
}

.service-4 .service-deliverable strong {
	color: var(--ballo-blue);
}

/* 08 — SELECTED WORK */
#work {
	background: var(--ballo-white);
	padding-bottom: clamp(96px, 12vw, 160px);
}

.work-title {
	font-family: var(--font-paris);
	font-size: clamp(40px, 6vw, 88px);
	line-height: 0.98;
	letter-spacing: -0.025em;
	font-weight: 600;
	margin-bottom: clamp(48px, 6vw, 80px);
}

.work-title .hl {
	font-size: 1.04em;
	line-height: 0.92;
}

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

@media (min-width: 700px) {
	.work-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.work-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.work-item {
	background: var(--ballo-blue);
	aspect-ratio: 4/3.2;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px;
	color: var(--ballo-white);
	cursor: pointer;
	transition: transform var(--dur-base) var(--ease-out);
}

.work-item:hover {
	transform: translateY(-4px);
}

.work-item-num {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.14em;
	color: var(--fog-85);
}

.work-item-noise {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			circle at 22% 18%,
			rgba(255, 255, 255, 0.06),
			transparent 45%
		),
		radial-gradient(circle at 78% 84%, rgba(0, 0, 0, 0.22), transparent 55%);
	pointer-events: none;
}

.work-item-meta {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.work-item-city {
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.75;
	font-weight: 500;
}

.work-item-name {
	font-size: clamp(16px, 1.3vw, 19px);
	letter-spacing: -0.01em;
	font-weight: 500;
}

.work-note {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--ink-16);
	font-size: 13px;
	color: var(--ink-55);
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 24px;
	flex-wrap: wrap;
}

.work-note a {
	color: var(--ballo-blue);
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border-bottom: 1px solid currentColor;
	padding-bottom: 3px;
}

.work-note a:hover {
	color: var(--ballo-black);
}

/* 09 — PRICING — 4 cards, bone background */
#pricing {
	background: var(--ballo-bone);
	padding-bottom: clamp(96px, 12vw, 160px);
	border-top: 1px solid var(--ink-12);
}

.pricing-title {
	font-size: clamp(36px, 5vw, 72px);
	line-height: 1;
	letter-spacing: -0.025em;
	font-weight: 500;
	margin-bottom: 24px;
	max-width: 20ch;
}

.pricing-title .hl {
	font-size: 1.04em;
	line-height: 0.92;
}

.pricing-sub {
	font-size: 15px;
	line-height: 1.6;
	color: var(--ink-55);
	max-width: 56ch;
	margin-bottom: clamp(48px, 6vw, 80px);
}

.pricing-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

@media (min-width: 700px) {
	.pricing-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1100px) {
	.pricing-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.pricing-card {
	background: var(--ballo-white);
	padding: clamp(24px, 2.6vw, 32px);
	display: flex;
	flex-direction: column;
	gap: 14px;
	border: 1px solid var(--ink-16);
	min-height: 320px;
	position: relative;
}

.pricing-card-name {
	font-size: 10.5px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ballo-blue);
	font-weight: 500;
}

.pricing-card-title {
	font-size: clamp(18px, 1.4vw, 22px);
	font-weight: 500;
	letter-spacing: -0.018em;
	line-height: 1.2;
}

.pricing-card-range {
	font-size: clamp(20px, 1.6vw, 26px);
	font-weight: 500;
	letter-spacing: -0.018em;
	color: var(--ballo-ocre);
}

.pricing-card-range .hl {
	color: var(--ballo-ocre);
	font-size: 1.08em;
	line-height: 0.92;
}

.pricing-card-desc {
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--ink-70);
	flex: 1;
}

.pricing-card-note {
	font-size: 11.5px;
	line-height: 1.5;
	color: var(--ink-55);
	padding-top: 12px;
	border-top: 1px solid var(--ink-12);
	font-style: italic;
}

.pricing-card.signature {
	background: var(--ballo-black);
	color: var(--ballo-white);
	border-color: var(--ballo-black);
}

.pricing-card.signature .pricing-card-desc {
	color: var(--fog-70);
}

.pricing-card.signature .pricing-card-note {
	color: var(--fog-55);
	border-top-color: var(--fog-16);
}

.pricing-card-badge {
	position: absolute;
	top: -1px;
	right: -1px;
	background: var(--ballo-blue);
	color: var(--ballo-white);
	padding: 6px 12px;
	font-size: 9.5px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 500;
}

/* 10 — CTA (Thread Session) */
#cta {
	background: var(--ballo-white);
	padding-bottom: clamp(96px, 12vw, 160px);
}

.cta-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 56px;
}

@media (min-width: 900px) {
	.cta-inner {
		grid-template-columns: 1.05fr 1fr;
		gap: 88px;
		align-items: start;
	}
}

.cta-headline {
	font-family: var(--font-paris);
	font-size: clamp(48px, 8vw, 128px);
	line-height: 0.96;
	letter-spacing: -0.03em;
	font-weight: 600;
	max-width: 14ch;
}

.cta-headline .hl {
	font-size: 1.04em;
	line-height: 0.9;
}

.cta-right {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.cta-desc {
	font-size: clamp(17px, 1.35vw, 21px);
	line-height: 1.5;
	color: var(--ballo-black);
	max-width: 50ch;
}

.cta-desc strong {
	color: var(--ballo-black);
	font-weight: 500;
}

.cta-what-you-get {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 24px 28px;
	background: var(--ballo-bone);
}

.cta-what-title {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ballo-blue);
	font-weight: 500;
	margin-bottom: 8px;
}

.cta-what-item {
	display: grid;
	grid-template-columns: 14px 1fr;
	gap: 12px;
	align-items: baseline;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--ink-70);
}

.cta-what-item::before {
	content: "→";
	color: var(--ballo-blue);
	font-weight: 500;
}

.cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	background: var(--ballo-black);
	color: var(--ballo-white);
	padding: 22px 28px;
	font-size: 13px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 500;
	transition: background var(--dur-base) var(--ease-out);
}

.cta-button:hover {
	background: var(--ballo-blue);
}

.cta-button .arr {
	transition: transform var(--dur-base) var(--ease-out);
	font-size: 1.2em;
}

.cta-button:hover .arr {
	transform: translateX(6px);
}

.cta-secondary {
	font-size: 13px;
	color: var(--ink-55);
	line-height: 1.55;
}

.cta-secondary a {
	color: var(--ballo-black);
	border-bottom: 1px solid currentColor;
	padding-bottom: 1px;
}

.cta-secondary a:hover {
	color: var(--ballo-blue);
	border-bottom-color: var(--ballo-blue);
}

/* FOOTER */
footer {
	background: var(--ballo-black);
	color: var(--ballo-white);
	padding: clamp(28px, 3vw, 40px) clamp(24px, 5vw, 80px)
		clamp(28px, 3vw, 40px);
	border-top: 1px solid var(--fog-16);
}

@media screen and (min-width: 900px) {
	footer {
		margin-left: var(--sidebar-w);
		margin-right: var(--sidebar-w);
	}
}

.footer-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}

.footer-brand {
	display: flex;
	align-items: center;
}

.footer-badge {
	width: clamp(130px, 13vw, 185px);
	height: clamp(130px, 13vw, 185px);
	color: var(--ballo-blue);
	flex-shrink: 0;
}

.footer-brand-img {
	height: 7.5rem;
	width: auto;
}

.footer-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 1rem;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.4;
}

.footer-contact a {
	color: var(--ballo-white);
	border-bottom: 1px solid var(--fog-28);
	padding-bottom: 2px;
}

.footer-contact a:hover {
	color: var(--ballo-blue);
	border-bottom-color: var(--ballo-blue);
}

.footer-bar {
	border-top: 1px solid var(--fog-16);
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.45;
}

@media screen and (max-width: 676px) {
	.footer-main {
		flex-direction: column;
		justify-content: center;
	}

	.footer-brand-img {
		height: 10rem;
	}

	.footer-contact {
		justify-content: center;
	}
}

/* ACCESSIBILITY — Reduced Motion */
@media (prefers-reduced-motion: reduce) {
	.marquee-track {
		animation: none;
	}

	.lasso-wrap path {
		animation: none;
		stroke-dashoffset: 0;
		/* show the lasso fully drawn, statically */
	}

	.js-ready .fade-up {
		transition: none;
		opacity: 1;
		transform: none;
	}
}

/* Sidebar centre marks hidden, top/bottom text kept */
.sidebar .mark {
	visibility: hidden;
}

/* Override styles.css h2 { text-transform: uppercase } globally */
body h2 {
	text-transform: none;
}
