/* ============================================================
   ABOUT / TEAM — "Engineering Luxury"
   Premium components for "La Nostra Storia" (azienda.html)
   and "Il Team" (chi-siamo.html).
   Built entirely on design-system.css tokens (navy/gold,
   Manrope + Instrument Serif + Be Vietnam Pro) so it stays
   100% coherent with the rest of the site.
   ============================================================ */

/* ---- Instrument Serif display italic (local copy: these
        pages don't load home.css where it normally lives) ---- */
.display-italic {
	font-family: "Instrument Serif", Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: var(--color-gold);
	letter-spacing: 0.01em;
}

/* ---- Shared section heading block ---- */
.section-head {
	max-width: 720px;
	margin-bottom: var(--space-2xl);
}
.section-head.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.section-head .section-label {
	display: inline-block;
	margin-bottom: var(--space-sm);
}
.section-head h2 {
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0;
}
.section-head h2 strong { font-weight: 700; }
.section-head p {
	color: var(--color-text-light);
	line-height: 1.7;
	margin: var(--space-md) 0 0;
	font-size: var(--fs-md);
}
.page-section.dark-bg .section-head p { color: rgba(255, 255, 255, 0.72); }

/* ============================================================
   1. STORY HERO — dark, editorial, dramatic
   ============================================================ */
.story-hero {
	position: relative;
	background: var(--color-navy);
	color: var(--color-white);
	/* horizontal padding matches .page-section for cross-page coherence */
	padding: calc(var(--nav-height, 80px) + var(--space-4xl)) clamp(24px, 5vw, 88px) var(--space-4xl);
	overflow: hidden;
	isolation: isolate;
}
.story-hero::after {
	/* warm vignette from bottom-left for depth */
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(120% 90% at 0% 100%, rgba(255, 192, 0, 0.10), transparent 55%),
		linear-gradient(180deg, var(--color-navy-dark) 0%, var(--color-navy) 45%);
	z-index: -2;
}
.story-hero-grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
	-webkit-mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}
.story-hero .section-inner { position: relative; max-width: 1400px; margin: 0 auto; }
.story-hero .page-breadcrumb { color: rgba(255, 255, 255, 0.55); }
.story-hero .page-breadcrumb a { color: rgba(255, 255, 255, 0.75); }
.story-hero .page-breadcrumb a:hover { color: var(--color-gold); }
.story-hero .page-breadcrumb .sep { color: rgba(255, 255, 255, 0.3); }

.story-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: var(--space-sm);
	font-family: var(--font-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--color-gold);
	margin: var(--space-lg) 0 var(--space-lg);
}
.story-hero-eyebrow::before {
	content: "";
	width: 40px;
	height: 1px;
	background: var(--color-gold);
}
.story-hero h1 {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: clamp(2.4rem, 1.6rem + 4.2vw, 5rem);
	line-height: 1.03;
	letter-spacing: -0.03em;
	margin: 0;
	max-width: 16ch;
	color: var(--color-white);
}
.story-hero h1 strong { font-weight: 700; }
.story-hero h1 .display-italic { font-size: 1.04em; }
.story-hero-lead {
	margin: var(--space-xl) 0 0;
	max-width: 56ch;
	font-size: clamp(1.05rem, 0.98rem + 0.4vw, 1.3rem);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
}
.story-hero-scroll {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: var(--space-3xl);
	font-family: var(--font-accent);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}
.story-hero-scroll i { animation: storyScrollNudge 1.8s ease-in-out infinite; }
@keyframes storyScrollNudge {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(5px); }
}

/* ============================================================
   2. STAT BAND — animated counters (proof strip)
   ============================================================ */
.stat-band {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: var(--color-border);
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	overflow: hidden;
}
@media (min-width: 640px) { .stat-band { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .stat-band { grid-template-columns: repeat(6, 1fr); } }
.stat-band-item {
	background: var(--color-white);
	padding: var(--space-xl) var(--space-md);
	text-align: center;
	transition: var(--transition-base);
}
.stat-band-item:hover { background: var(--color-bg-alt); }
.stat-band-num {
	display: block;
	font-family: var(--font-primary);
	font-weight: 800;
	font-size: clamp(1.8rem, 1.3rem + 1.6vw, 2.6rem);
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--color-navy);
	font-variant-numeric: tabular-nums;
}
.stat-band-num .u { color: var(--color-gold); }
.stat-band-label {
	display: block;
	margin-top: 10px;
	font-family: var(--font-accent);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--color-text-light);
	line-height: 1.4;
}
/* dark variant for the stat band when placed over navy */
.dark-bg .stat-band { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.12); }
.dark-bg .stat-band-item { background: var(--color-navy); }
.dark-bg .stat-band-item:hover { background: var(--color-navy-light); }
.dark-bg .stat-band-num { color: var(--color-white); }
.dark-bg .stat-band-label { color: rgba(255,255,255,0.6); }

/* ============================================================
   3. ORIGINS — editorial two-column + pull quote
   ============================================================ */
.origins {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-2xl);
	align-items: center;
}
@media (min-width: 900px) {
	.origins { grid-template-columns: 1.1fr 0.9fr; gap: var(--space-4xl); }
	.origins.flip .origins-media { order: -1; }
}
.origins-pull {
	font-family: "Instrument Serif", Georgia, serif;
	font-style: italic;
	font-weight: 400;
	font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.6rem);
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: var(--color-navy);
	margin: 0 0 var(--space-lg);
}
.origins-pull em { color: var(--color-gold-dark); font-style: italic; }
.origins-text p {
	color: var(--color-text-light);
	line-height: 1.8;
	margin: 0 0 var(--space-md);
}
.origins-text p strong { color: var(--color-navy); font-weight: 600; }
.origins-media {
	position: relative;
}
.origins-media img {
	width: 100%;
	height: auto;
	border-radius: var(--border-radius-lg);
	display: block;
	box-shadow: var(--shadow-lg);
}
.origins-media .origins-badge {
	position: absolute;
	bottom: calc(-1 * var(--space-lg));
	left: calc(-1 * var(--space-lg));
	background: var(--color-gold);
	color: var(--color-navy);
	font-family: var(--font-primary);
	font-weight: 800;
	font-size: 1.5rem;
	letter-spacing: -0.02em;
	padding: var(--space-md) var(--space-lg);
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-md);
	line-height: 1;
}
.origins-media .origins-badge small {
	display: block;
	font-family: var(--font-accent);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-top: 6px;
	opacity: 0.8;
}

/* ============================================================
   4. STORY TIMELINE — scroll-drawn, premium
   (scoped variant; base lives in pages.css .timeline-v2)
   ============================================================ */
.story-timeline { position: relative; }
.story-timeline .timeline-v2::before {
	background: var(--color-border);
}
/* gold progress line drawn on scroll via JS (height set inline).
   Sits exactly over .timeline-v2::before (left:0, width:2px). */
.story-timeline .timeline-v2 { position: relative; }
.story-timeline .timeline-progress {
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 0;
	background: linear-gradient(180deg, var(--color-gold), var(--color-gold-dark));
	z-index: 1;
	will-change: height;
}
.story-timeline .timeline-block::before {
	transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.story-timeline .timeline-block.is-active::before {
	background: var(--color-gold);
	box-shadow: 0 0 0 6px rgba(255, 192, 0, 0.18);
	transform: scale(1.15);
}
.story-timeline .timeline-year {
	font-family: var(--font-accent);
	letter-spacing: 0.06em;
}
.story-timeline .tl-body > img {
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-md);
}

/* ------------------------------------------------------------
   4b. STORY TIMELINE — DESKTOP "ENGINEERING LEDGER"
   Oversized year lifted into a left gutter, the single rail kept,
   and a wide content column (title + text + media) — so each row
   fills the full measure instead of hugging the left third.
   The .tl-head / .tl-body wrappers are flattened with
   display:contents at ALL widths: year/h2/p/media then behave as
   direct block children, so the mobile stack is byte-for-byte
   unchanged AND the desktop selectors below target the real
   elements. Rail, gold progress line and dots all derive from one
   --rail-x coordinate so they overlay pixel-for-pixel; JS keeps
   animating only the gold line's height.
   ------------------------------------------------------------ */

/* Flatten the wrappers at every width (layout-transparent). */
.story-timeline .tl-head,
.story-timeline .tl-body { display: contents; }

@media (min-width: 992px) {
	.story-timeline .timeline-v2 {
		--ledger-year: 248px;   /* width of the year gutter            */
		--ledger-gap: 56px;     /* breathing room rail -> content      */
		--rail-x: 272px;        /* year gutter (248) + 24px to the rail */
		max-width: 1180px;
		margin-inline: auto;
		padding-left: calc(var(--rail-x) + var(--ledger-gap));
	}

	/* grey rail + gold animated line: identical x → perfect overlay.
	   GSAP touches only height; left/width are ours. */
	.story-timeline .timeline-v2::before,
	.story-timeline .timeline-progress {
		left: var(--rail-x);
		width: 2px;
	}

	.story-timeline .timeline-block { padding-bottom: clamp(56px, 5vw, 96px); }
	.story-timeline .timeline-block:last-child { padding-bottom: 0; }

	/* OVERSIZED YEAR — absolutely placed into the left gutter,
	   right-aligned up to the rail. white-space:nowrap guarantees
	   even "Maggio 2017" stays on one line. */
	.story-timeline .timeline-block .timeline-year {
		position: absolute;
		left: calc(-1 * (var(--rail-x) + var(--ledger-gap)));
		top: 0;
		width: var(--ledger-year);
		margin: 0;
		padding-right: var(--space-xl);
		text-align: right;
		white-space: nowrap;
		font-family: var(--font-primary);
		font-weight: 800;
		font-size: clamp(1.6rem, 1rem + 1.7vw, 2.1rem);
		line-height: 1.1;
		letter-spacing: -0.03em;
		text-transform: none;
		color: var(--color-navy);
		font-variant-numeric: tabular-nums;
		font-feature-settings: "tnum" 1;
	}
	/* the section's main wow beat: year + dot go navy -> gold together */
	.story-timeline .timeline-block.is-active .timeline-year { color: var(--color-gold-dark); }

	/* DOT — centred on the rail (rail centre = --rail-x + 1px;
	   dot is 12px wide → left = --rail-x - 5px). */
	.story-timeline .timeline-block::before {
		left: calc(var(--rail-x) - 5px);
		top: 0.5em;
	}

	/* CONTENT COLUMN — title + text flow in the wide padded area. */
	.story-timeline .timeline-block h2 {
		font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2.1rem);
		line-height: 1.14;
		max-width: 22ch;
	}
	.story-timeline .timeline-block p {
		font-size: var(--fs-md);
		max-width: 62ch;
		overflow-wrap: anywhere;
	}

	/* MEDIA — only the hero image (a direct child of .tl-body)
	   widens; the 2020 two-SVG logos sit inside .tl-body > div and
	   are deliberately left untouched. */
	.story-timeline .tl-body > img { max-width: min(680px, 100%) !important; }
	.story-timeline .tl-body > div { flex-wrap: wrap; }
}

@media (min-width: 1280px) {
	.story-timeline .tl-body > img { max-width: min(800px, 100%) !important; }
}

/* ============================================================
   5. MANIFESTO — dramatic dark full-bleed statement
   ============================================================ */
.manifesto {
	position: relative;
	background: var(--color-navy);
	color: var(--color-white);
	overflow: hidden;
	isolation: isolate;
}
.manifesto::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(80% 120% at 100% 0%, rgba(255, 192, 0, 0.12), transparent 50%),
		radial-gradient(90% 120% at 0% 100%, rgba(48, 91, 173, 0.18), transparent 55%);
}
.manifesto .section-inner { text-align: center; }
.manifesto-kicker {
	font-family: var(--font-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--color-gold);
	margin-bottom: var(--space-lg);
}
.manifesto-statement {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: clamp(1.8rem, 1.1rem + 3.4vw, 4rem);
	line-height: 1.12;
	letter-spacing: -0.025em;
	max-width: 18ch;
	margin: 0 auto;
	color: var(--color-white);
}
.manifesto-statement .display-italic { display: inline; }
.manifesto-sub {
	margin: var(--space-2xl) auto 0;
	max-width: 60ch;
	font-size: clamp(1.05rem, 0.98rem + 0.4vw, 1.25rem);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.72);
}

/* ============================================================
   6. PILLARS — mission / values
   ============================================================ */
.pillar-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-lg);
}
@media (min-width: 768px) { .pillar-grid { grid-template-columns: repeat(3, 1fr); } }
.pillar-card {
	position: relative;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	padding: var(--space-2xl) var(--space-xl) var(--space-xl);
	overflow: hidden;
	transition: var(--transition-base);
}
.pillar-card::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: var(--color-gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.pillar-card:hover::before { transform: scaleX(1); }
.pillar-num {
	font-family: var(--font-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: var(--color-text-muted);
}
.pillar-icon {
	width: 52px; height: 52px;
	border-radius: 14px;
	background: #fff8e1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: var(--space-md) 0 var(--space-md);
}
.pillar-icon i { font-size: 1.35rem; color: var(--color-gold-dark); }
.pillar-card h3 {
	font-size: var(--fs-lg);
	font-weight: 700;
	letter-spacing: -0.015em;
	color: var(--color-navy);
	margin: 0 0 var(--space-sm);
}
.pillar-card p { color: var(--color-text-light); line-height: 1.7; margin: 0; font-size: var(--fs-sm); }

/* ============================================================
   7. MARKET BAND — context stats (big-market proof)
   ============================================================ */
.market-band {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-xl);
}
@media (min-width: 768px) { .market-band { grid-template-columns: repeat(3, 1fr); } }
.market-stat { border-left: 2px solid var(--color-gold); padding-left: var(--space-lg); }
.market-stat-num {
	font-family: var(--font-primary);
	font-weight: 800;
	font-size: clamp(2rem, 1.4rem + 2.2vw, 3.2rem);
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--color-navy);
	font-variant-numeric: tabular-nums;
}
.dark-bg .market-stat-num { color: var(--color-white); }
.dark-bg .market-stat { border-left-color: var(--color-gold); }
.market-stat-cap {
	margin-top: var(--space-sm);
	color: var(--color-text-light);
	line-height: 1.6;
	font-size: var(--fs-sm);
}
.dark-bg .market-stat-cap { color: rgba(255,255,255,0.7); }

/* ============================================================
   8. CLIENT ROSTER — typographic social proof + logo strip
   ============================================================ */
.roster-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: var(--color-border);
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	overflow: hidden;
}
@media (min-width: 700px) { .roster-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .roster-grid { grid-template-columns: repeat(4, 1fr); } }
.roster-name {
	background: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 96px;
	padding: var(--space-md);
	font-family: var(--font-primary);
	font-weight: 600;
	font-size: var(--fs-sm);
	letter-spacing: -0.01em;
	color: var(--color-navy);
	transition: var(--transition-base);
}
.roster-name span { display: block; }
.roster-name small {
	display: block;
	font-family: var(--font-accent);
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--color-text-muted);
	margin-top: 4px;
}
.roster-name:hover { background: var(--color-navy); color: var(--color-white); }
.roster-name:hover small { color: var(--color-gold); }
.roster-note {
	margin-top: var(--space-lg);
	font-size: var(--fs-xs);
	color: var(--color-text-muted);
	font-style: italic;
}
.logo-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--space-2xl);
	margin-top: var(--space-2xl);
	opacity: 0.7;
}
.logo-strip img { height: 34px; width: auto; filter: grayscale(100%); transition: var(--transition-base); }
.logo-strip img:hover { filter: grayscale(0); opacity: 1; }

/* ============================================================
   9. CLOSING QUOTE — elegant decorative closer
   ============================================================ */
.quote-lux { text-align: center; max-width: 760px; margin: 0 auto; }
.quote-lux .quote-mark {
	font-family: "Instrument Serif", Georgia, serif;
	font-style: italic;
	font-size: 4rem;
	line-height: 0.5;
	color: var(--color-gold);
	display: block;
	margin-bottom: var(--space-md);
}
.quote-lux blockquote {
	font-family: "Instrument Serif", Georgia, serif;
	font-style: italic;
	font-size: clamp(1.5rem, 1.1rem + 1.8vw, 2.4rem);
	line-height: 1.3;
	color: var(--color-navy);
	margin: 0;
}
.dark-bg .quote-lux blockquote { color: var(--color-white); }
.quote-lux cite {
	display: block;
	margin-top: var(--space-lg);
	font-family: var(--font-accent);
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-text-muted);
}

/* ============================================================
   10. FOUNDERS — premium soci cards (Team page)
   ============================================================ */
.founder-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-lg);
}
@media (min-width: 600px) { .founder-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .founder-grid { grid-template-columns: repeat(4, 1fr); } }
.founder-card {
	position: relative;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	transition: var(--transition-base);
}
.founder-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.founder-photo {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--color-bg-alt);
}
.founder-photo img {
	width: 100%; height: 100%;
	object-fit: cover;
	filter: grayscale(100%) contrast(1.02);
	transition: transform 0.6s cubic-bezier(0.16,1,0.3,1), filter 0.5s ease;
}
.founder-card:hover .founder-photo img { filter: grayscale(0); transform: scale(1.04); }
.founder-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(27,42,54,0.55));
	opacity: 0;
	transition: var(--transition-base);
}
.founder-card:hover .founder-photo::after { opacity: 1; }
.founder-meta { padding: var(--space-lg); }
.founder-role {
	font-family: var(--font-accent);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-gold-dark);
}
.founder-name {
	font-family: var(--font-primary);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.015em;
	color: var(--color-navy);
	margin: 8px 0 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
.founder-name a { color: var(--color-text-muted); font-size: 0.95rem; transition: var(--transition-base); }
.founder-name a:hover { color: #0a66c2; }
.founder-bio {
	color: var(--color-text-light);
	line-height: 1.65;
	font-size: var(--fs-sm);
	margin: var(--space-md) 0 0;
}

/* ============================================================
   11. ORG SCHEMA — "structured, not 3 people in a garage"
   ============================================================ */
.org-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-md);
}
@media (min-width: 640px) { .org-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .org-grid { grid-template-columns: repeat(4, 1fr); } }
.org-area {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-lg);
	padding: var(--space-xl);
	transition: var(--transition-base);
}
.org-area:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.org-area-icon {
	width: 44px; height: 44px;
	border-radius: 11px;
	background: var(--color-bg-alt);
	display: inline-flex; align-items: center; justify-content: center;
	margin-bottom: var(--space-md);
}
.org-area-icon i { color: var(--color-navy); font-size: 1.1rem; }
.org-area h4 {
	font-size: var(--fs-md);
	font-weight: 700;
	color: var(--color-navy);
	margin: 0 0 6px;
	letter-spacing: -0.01em;
}
.org-area .org-lead {
	font-family: var(--font-accent);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--color-gold-dark);
	margin: 0 0 var(--space-sm);
}
.org-area p { color: var(--color-text-light); line-height: 1.6; font-size: var(--fs-sm); margin: 0; }

/* ============================================================
   12. CREW — growing technical team (initials avatars)
   ============================================================ */
.crew-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--space-md);
}
@media (min-width: 700px) { .crew-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .crew-grid { grid-template-columns: repeat(4, 1fr); } }
.crew-member {
	display: flex;
	align-items: center;
	gap: var(--space-md);
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius);
	padding: var(--space-md);
	transition: var(--transition-base);
}
.crew-member:hover { border-color: var(--color-gold); box-shadow: var(--shadow-sm); }
.crew-avatar {
	flex: 0 0 auto;
	width: 52px; height: 52px;
	border-radius: 50%;
	object-fit: cover;
	filter: grayscale(100%);
	background: var(--color-bg-alt);
}
.avatar-monogram {
	flex: 0 0 auto;
	width: 52px; height: 52px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: 0.02em;
	color: var(--color-navy);
	background: linear-gradient(135deg, #fff3cf, #ffe49a);
	border: 1px solid rgba(255,192,0,0.4);
}
.crew-name { font-weight: 700; color: var(--color-navy); font-size: var(--fs-sm); letter-spacing: -0.01em; }
.crew-role { color: var(--color-text-light); font-size: 12px; margin-top: 2px; }

/* ============================================================
   13. PARTNER / CERTIFICAZIONI badges
   ============================================================ */
.partner-row {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-md);
}
.partner-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius-full);
	padding: 10px 18px;
	font-family: var(--font-accent);
	font-size: var(--fs-sm);
	font-weight: 600;
	color: var(--color-navy);
	transition: var(--transition-base);
}
.partner-badge i { color: var(--color-gold-dark); }
.partner-badge:hover { border-color: var(--color-gold); box-shadow: var(--shadow-sm); }
.dark-bg .partner-badge { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.16); color: var(--color-white); }

/* ============================================================
   14. GROW / employer-branding callout list
   ============================================================ */
.grow-list { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--space-md); }
.grow-list li {
	position: relative;
	padding-left: 40px;
	color: var(--color-text-light);
	line-height: 1.65;
	font-size: var(--fs-md);
}
.dark-bg .grow-list li { color: rgba(255,255,255,0.78); }
.grow-list li strong { color: var(--color-navy); font-weight: 700; }
.dark-bg .grow-list li strong { color: var(--color-white); }
.grow-list .gl-num {
	position: absolute;
	left: 0; top: 2px;
	font-family: var(--font-accent);
	font-size: 13px;
	font-weight: 700;
	color: var(--color-gold);
}

/* CTA that sits on a dark section */
.page-section.dark-bg .btn-standard {
	background: var(--color-gold);
	color: var(--color-navy);
}
.page-section.dark-bg .btn-standard:hover { background: var(--color-gold-light); }

/* respect reduced motion for the bespoke nudge */
@media (prefers-reduced-motion: reduce) {
	.story-hero-scroll i { animation: none; }
}
