/*
Theme Name: Sloane Curtis
Theme URI: https://www.sloanecurtis.co.uk/
Author: Toc Toc
Author URI: https://workingtoctoc.com/
Description: Premium single-page-first theme for Sloane Curtis, UK principal contractor. Video-led hero, accreditations promoted out of the footer, client logo wall, project mosaic and answer-engine-ready structured data.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sloane-curtis
Tags: construction, contractor, video, dark, one-page
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root {
	--ink:        #08080A;
	--ink-2:      #101013;
	--ink-3:      #17171B;
	--ink-card:   #1B1B20;

	--bone:       #F2EFE8;
	--bone-2:     #E8E3D8;
	--paper:      #FFFFFF;

	--gold:       #E8B33A;
	--gold-2:     #F7D488;
	--gold-deep:  #B98A1C;

	--on-dark:        #FBFAF7;
	--on-dark-mute:   rgba(251, 250, 247, .60);
	--on-dark-faint:  rgba(251, 250, 247, .34);
	--on-light:       #14130F;
	--on-light-mute:  #56534B;

	--line-d:  rgba(255, 255, 255, .11);
	--line-d2: rgba(255, 255, 255, .18);
	--line-l:  rgba(20, 19, 15, .12);
	--line-l2: rgba(20, 19, 15, .22);

	--sans:    "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--display: "Google Sans Display", "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--brand-serif: Georgia, "Times New Roman", Times, serif;

	--r-sm: 10px;
	--r:    16px;
	--r-lg: 24px;
	--r-xl: 32px;
	--r-pill: 999px;

	--pad: clamp(20px, 5vw, 64px);
	--sec: clamp(72px, 9vw, 148px);
	--max: 1440px;

	--ease: cubic-bezier(.19, 1, .22, 1);
}

/* ==========================================================================
   2. Base
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--ink);
	color: var(--on-dark);
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: -.005em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4, p, figure, blockquote, ul, ol { margin: 0; padding: 0; }
ul, ol { list-style: none; }
em { font-style: normal; }
::selection { background: var(--gold); color: #14130F; }

.wrap {
	width: 100%;
	max-width: var(--max);
	margin-inline: auto;
	padding-inline: var(--pad);
}

.skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 200;
	background: var(--gold);
	color: #14130F;
	padding: 12px 20px;
	font-weight: 700;
	border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { left: 0; }

:where(a, button, summary, details):focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 3px;
	border-radius: 4px;
}

/* Film grain over the whole page — keeps large flat blacks from banding. */
.grain {
	position: fixed;
	inset: 0;
	z-index: 90;
	pointer-events: none;
	opacity: .30;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

/* ==========================================================================
   3. Type scale
   ========================================================================== */

.h2 {
	font-family: var(--display);

	font-size: clamp(2.15rem, 5.1vw, 4.1rem);
	line-height: .98;
	font-weight: 700;
	letter-spacing: -.042em;
	color: var(--on-light);
	text-wrap: balance;
}
.h2--light { color: var(--on-dark); }
.h2 em {
	font-family: var(--display);
	font-style: italic;
	font-weight: 500;
	letter-spacing: -.03em;
	color: var(--gold);
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: var(--on-light-mute);
	margin-bottom: 22px;
}
.eyebrow--light { color: var(--on-dark-mute); }
.eyebrow__tick {
	width: 7px; height: 7px;
	background: var(--gold);
	transform: rotate(45deg);
	flex: none;
}

.sec-head {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
	gap: clamp(24px, 5vw, 80px);
	align-items: end;
	margin-bottom: clamp(40px, 5vw, 72px);
}
.sec-head__lede {
	color: var(--on-light-mute);
	font-size: 1.02rem;
	max-width: 46ch;
	padding-bottom: .4em;
}
.projects .sec-head__lede,
.sectors .sec-head__lede { color: var(--on-dark-mute); }

/* ==========================================================================
   4. Buttons
   ========================================================================== */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 24px;
	border-radius: var(--r-pill);
	font-weight: 700;
	font-size: .93rem;
	letter-spacing: -.01em;
	border: 1px solid transparent;
	transition: transform .35s var(--ease), background-color .3s, color .3s, border-color .3s;
	white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--lg { padding: 17px 32px; font-size: 1rem; }
.btn--sm { padding: 10px 18px; font-size: .85rem; }

.btn--gold { background: var(--gold); color: #14130F; }
.btn--gold:hover { background: var(--gold-2); }

.btn--ghost {
	background: rgba(255, 255, 255, .07);
	color: var(--on-dark);
	border-color: var(--line-d2);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, .16); }

.btn--outline-light { border-color: var(--line-d2); color: var(--on-dark); }
.btn--outline-light:hover { background: var(--on-dark); color: var(--ink); border-color: var(--on-dark); }

.btn__arrow { transition: transform .35s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }

.btn__play {
	width: 0; height: 0;
	border-left: 8px solid currentColor;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

/* ==========================================================================
   5. Header
   ========================================================================== */

.site-head {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 100;
	padding: 14px 0;
	transition: background-color .4s, border-color .4s, padding .4s;
	border-bottom: 1px solid transparent;
}
.site-head.is-stuck {
	background: rgba(8, 8, 10, .78);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	border-bottom-color: var(--line-d);
	padding: 8px 0;
}

.site-head__inner {
	width: 100%;
	gap: clamp(16px, 2.2vw, 34px);
	max-width: var(--max);
	margin-inline: auto;
	padding-inline: var(--pad);
	display: flex;
	align-items: center;
}

.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand__mark { width: auto; height: 36px; object-fit: contain; }
.brand__type { display: flex; flex-direction: column; gap: 5px; line-height: 1.05; }
.brand__name {
	font-weight: 700;
	font-size: 1.02rem;
	letter-spacing: -.02em;
	color: var(--on-dark);
}
.brand__word { width: auto; height: 15px; object-fit: contain; }
.brand__strap {
	font-size: .6rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--on-dark-faint);
	font-weight: 600;
}

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 4px; }
.nav__link, .nav__list a {
	display: block;
	white-space: nowrap;
	padding: 9px 14px;
	font-size: .88rem;
	font-weight: 600;
	color: var(--on-dark-mute);
	border-radius: var(--r-pill);
	transition: color .25s, background-color .25s;
}
.nav__link:hover, .nav__list a:hover { color: var(--on-dark); background: rgba(255, 255, 255, .07); }

.site-head__actions { display: flex; align-items: center; gap: 12px; flex: none; }

.callbar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px 9px 13px;
	border: 1px solid var(--line-d);
	border-radius: var(--r-pill);
	font-size: .82rem;
	transition: border-color .3s;
}
.callbar:hover { border-color: var(--gold); }
.callbar__dot {
	width: 7px; height: 7px; border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 0 0 rgba(232, 179, 58, .6);
	animation: ping 2.6s infinite;
}
@keyframes ping {
	0%   { box-shadow: 0 0 0 0 rgba(232, 179, 58, .55); }
	70%  { box-shadow: 0 0 0 9px rgba(232, 179, 58, 0); }
	100% { box-shadow: 0 0 0 0 rgba(232, 179, 58, 0); }
}
.callbar__label { color: var(--on-dark-faint); }
.callbar__num { font-weight: 700; color: var(--on-dark); font-variant-numeric: tabular-nums; }

.burger {
	display: none;
	width: 44px; height: 44px;
	border: 1px solid var(--line-d);
	border-radius: var(--r-pill);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.burger span { width: 17px; height: 1.5px; background: var(--on-dark); transition: transform .3s, opacity .3s; }
.burger[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child  { transform: translateY(-3.25px) rotate(-45deg); }

.mobile-nav {
	position: fixed;
	inset: 0;
	z-index: 99;
	background: rgba(8, 8, 10, .97);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	display: grid;
	place-items: center;
}
.mobile-nav[hidden] { display: none; }
.mobile-nav__inner { display: flex; flex-direction: column; gap: 4px; text-align: center; padding: 24px; }
.mobile-nav__link {
	font-size: clamp(1.6rem, 7vw, 2.3rem);
	font-weight: 700;
	letter-spacing: -.03em;
	padding: 8px 0;
}
.mobile-nav__link--muted { color: var(--on-dark-mute); font-size: 1.1rem; letter-spacing: .1em; text-transform: uppercase; }
.mobile-nav__cta { margin-top: 20px; align-self: center; }

/* ==========================================================================
   6. Hero
   ========================================================================== */

.hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	isolation: isolate;
}

.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__poster,
.hero__video iframe,
.hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}
.hero__video iframe {
	/* Cover-crop a 16:9 iframe inside any viewport ratio. */
	width: 100vw;
	height: 56.25vw;
	min-height: 100svh;
	min-width: 177.77svh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.hero__video { opacity: 0; transition: opacity 1.4s ease .2s; }
.hero__video.is-ready { opacity: 1; }

.hero__scrim {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(120% 78% at 50% 42%, rgba(8, 8, 10, .30) 0%, rgba(8, 8, 10, .74) 62%, rgba(8, 8, 10, .95) 100%),
		linear-gradient(to bottom, rgba(8, 8, 10, .82) 0%, rgba(8, 8, 10, .18) 34%, rgba(8, 8, 10, .55) 72%, var(--ink) 100%);
}
.hero__grid {
	position: absolute;
	inset: 0;
	opacity: .5;
	background-image:
		linear-gradient(to right, var(--line-d) 1px, transparent 1px),
		linear-gradient(to bottom, var(--line-d) 1px, transparent 1px);
	background-size: clamp(90px, 12vw, 190px) clamp(90px, 12vw, 190px);
	mask-image: radial-gradient(90% 70% at 50% 45%, #000 20%, transparent 82%);
	-webkit-mask-image: radial-gradient(90% 70% at 50% 45%, #000 20%, transparent 82%);
}

.hero__inner {
	position: relative;
	text-align: center;
	padding-top: clamp(140px, 20vh, 220px);
	padding-bottom: clamp(48px, 8vh, 96px);
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	justify-content: center;
}

.hero__h1 {
	font-family: var(--display);

	font-size: clamp(2.9rem, 9.4vw, 8.2rem);
	line-height: .92;
	font-weight: 700;
	letter-spacing: -.052em;
	color: var(--on-dark);
	text-wrap: balance;
	text-shadow: 0 2px 60px rgba(0, 0, 0, .5);
	position: relative;
	z-index: 1;
}
.hero__h1-line { display: block; }
.hero__h1 em {
	font-family: var(--display);
	font-style: italic;
	font-weight: 500;
	letter-spacing: -.04em;
	color: var(--gold);
}

.hero__sub {
	margin-top: 26px;
	max-width: 60ch;
	color: rgba(251, 250, 247, .78);
	font-size: clamp(1rem, 1.35vw, 1.14rem);
	text-wrap: pretty;
}

.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 34px; }

/* Hero stat rail */
.hero__rail {
	position: relative;
	border-top: 1px solid var(--line-d);
	background: linear-gradient(to bottom, rgba(8, 8, 10, .55), var(--ink));
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.hero__rail-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
	gap: clamp(14px, 2.4vw, 40px);
	padding-block: clamp(20px, 3vw, 34px);
	align-items: start;
}
.stat { display: flex; flex-direction: column; gap: 3px; }
.stat__fig {
	font-size: clamp(1.7rem, 3.2vw, 2.9rem);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1;
	color: var(--gold);
}
.stat__label { font-size: .82rem; font-weight: 700; color: var(--on-dark); letter-spacing: -.01em; }
.stat__sub { font-size: .74rem; color: var(--on-dark-faint); }

.stat--scroll { align-items: center; justify-content: flex-end; gap: 8px; }
.stat__scroll-line { width: 1px; height: 34px; background: linear-gradient(var(--gold), transparent); }
.stat__scroll-text {
	font-size: .6rem;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--on-dark-faint);
	writing-mode: vertical-rl;
}

/* ==========================================================================
   7. Accreditations
   ========================================================================== */

.accred {
	background: var(--bone);
	color: var(--on-light);
	padding-block: var(--sec);
	position: relative;
}
.accred__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: end;
	margin-bottom: clamp(36px, 4.5vw, 60px);
}
.accred__lede { color: var(--on-light-mute); max-width: 44ch; padding-bottom: .4em; }

.accred__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}
.accard {
	background: var(--paper);
	border: 1px solid var(--line-l);
	border-radius: var(--r-lg);
	padding: 22px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.accard:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 46px -22px rgba(20, 19, 15, .35);
	border-color: var(--line-l2);
}
.accard__logo {
	height: 90px;
	display: grid;
	place-items: center;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--line-l);
}
.accard__logo img { max-height: 72px; max-width: 100%; width: auto; object-fit: contain; }
.accard__name { font-size: .98rem; font-weight: 700; letter-spacing: -.02em; }
.accard__level {
	font-size: .69rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--gold-deep);
	margin-top: 2px;
}
.accard__note { font-size: .82rem; line-height: 1.5; color: var(--on-light-mute); margin-top: 10px; }

/* ==========================================================================
   8. Trusted by
   ========================================================================== */

.trusted {
	background: var(--ink);
	padding-block: var(--sec);
	overflow: hidden;
}
.trusted__head { text-align: center; display: flex; flex-direction: column; align-items: center; margin-bottom: clamp(36px, 4.5vw, 64px); }
.trusted__lede { color: var(--on-dark-mute); max-width: 58ch; margin-top: 18px; }

.marquee {
	position: relative;
	overflow: hidden;
	mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
	display: flex;
	align-items: center;
	gap: 14px;
	width: max-content;
	animation: slide 48s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track--rev { animation-duration: 62s; animation-direction: reverse; }
@keyframes slide {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

.logocard {
	flex: none;
	min-width: 210px;
	height: 96px;
	display: grid;
	place-items: center;
	padding: 0 26px;
	background: var(--paper);
	border-radius: var(--r);
	color: #14130F;
	transition: transform .4s var(--ease);
}
.logocard:hover { transform: translateY(-4px); }
.logocard__mark {
	font-size: 1.16rem;
	font-weight: 700;
	letter-spacing: -.02em;
	white-space: nowrap;
}
.logocard--wide .logocard__mark  { letter-spacing: .18em; font-weight: 700; font-size: .95rem; }
.logocard--bold .logocard__mark  { font-weight: 700; letter-spacing: -.03em; font-size: 1.3rem; }
.logocard--plain .logocard__mark { font-weight: 600; letter-spacing: .06em; font-size: 1rem; }
.logocard--serif .logocard__mark { font-family: var(--brand-serif); font-weight: 400; font-size: 1.7rem; letter-spacing: -.01em; }
.logocard--serif-bold .logocard__mark { font-family: var(--brand-serif); font-weight: 400; font-size: 2rem; }
.logocard--serif-wide .logocard__mark { font-family: var(--brand-serif); font-weight: 400; font-size: 1.5rem; letter-spacing: .14em; }

.marquee--rev { margin-top: 26px; }
.marquee__track--rev { gap: 22px; }
.chip {
	flex: none;
	font-size: clamp(1rem, 1.8vw, 1.45rem);
	font-weight: 700;
	letter-spacing: -.02em;
	color: var(--on-dark-faint);
	white-space: nowrap;
}
.chip__star { flex: none; color: var(--gold); font-size: .8rem; }

/* ==========================================================================
   9. Showreel
   ========================================================================== */

.reel {
	background: var(--bone);
	color: var(--on-light);
	padding-block: var(--sec);
}
.reel__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-template-areas: "eye eye" "h lede";
	gap: clamp(20px, 4vw, 64px);
	align-items: end;
	margin-bottom: clamp(36px, 4.5vw, 60px);
}
.reel__head .eyebrow { grid-area: eye; }
.reel__head .h2 { grid-area: h; }
.reel__lede { grid-area: lede; color: var(--on-light-mute); display: flex; flex-direction: column; gap: 14px; max-width: 52ch; }
.reel__lede strong { color: var(--on-light); font-weight: 700; }

.reel__player::after,
.pillars__film::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(42% 46% at 50% 48%, rgba(8, 8, 10, .62) 0%, rgba(8, 8, 10, 0) 100%),
		linear-gradient(to top, rgba(8, 8, 10, .72) 0%, rgba(8, 8, 10, .16) 46%, rgba(8, 8, 10, .38) 100%);
	transition: opacity .5s;
	z-index: 1;
}
.reel__player:hover::after,
.pillars__film:hover::after { opacity: .72; }
.reel__player iframe ~ *,
.pillars__film iframe ~ * { display: none; }

.reel__player {
	position: relative;
	aspect-ratio: 16 / 8;
	border-radius: var(--r-xl);
	overflow: hidden;
	background: var(--ink-2);
	cursor: pointer;
}
.reel__poster { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) brightness(.92); transition: transform 1s var(--ease), filter .6s; }
.reel__player:hover .reel__poster { transform: scale(1.035); filter: brightness(.86); }
.reel__player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.playbtn {
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: 3;
	width: 108px; height: 108px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--gold);
	border: 1px solid var(--gold-2);
	box-shadow: 0 16px 46px -10px rgba(8, 8, 10, .7);
	transition: transform .45s var(--ease), background-color .3s, border-color .3s;
}
.playbtn:hover { transform: scale(1.09); background: var(--on-dark); border-color: var(--on-dark); }
.playbtn--sm { width: 74px; height: 74px; }
.playbtn__tri {
	width: 0; height: 0;
	border-left: 20px solid #14130F;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	margin-left: 6px;
	transition: border-left-color .3s;
}
.playbtn--sm .playbtn__tri { border-left-width: 14px; border-top-width: 9px; border-bottom-width: 9px; }
.playbtn:hover .playbtn__tri { border-left-color: #14130F; }
.playbtn__ring { border-color: rgba(232, 179, 58, .75); }
.playbtn__ring {
	position: absolute;
	inset: -12px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .30);
	animation: ring 3s ease-out infinite;
}
@keyframes ring {
	0%   { transform: scale(.9); opacity: .9; }
	100% { transform: scale(1.28); opacity: 0; }
}

.reel__cap {
	position: absolute;
	z-index: 3;
	left: 22px; bottom: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: .7rem;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(8, 8, 10, .5);
	border: 1px solid var(--line-d2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 9px 16px;
	border-radius: var(--r-pill);
}
.reel__cap-v { color: var(--gold); font-variant-numeric: tabular-nums; }

.corner { position: absolute; z-index: 3; width: 22px; height: 22px; border: 1px solid rgba(255, 255, 255, .55); }
.corner--tl { top: 16px; left: 16px;  border-right: 0; border-bottom: 0; }
.corner--tr { top: 16px; right: 16px; border-left: 0;  border-bottom: 0; }
.corner--bl { bottom: 16px; left: 16px;  border-right: 0; border-top: 0; }
.corner--br { bottom: 16px; right: 16px; border-left: 0;  border-top: 0; }

/* ==========================================================================
   10. Projects mosaic
   ========================================================================== */

.projects { background: var(--ink); padding-block: var(--sec); }
.projects .h2 { color: var(--on-dark); }

.mosaic {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}
.pcard { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--ink-card); }
.pcard--wide { grid-column: span 2; }
.pcard--tall { grid-row: span 2; }

.pcard__link { display: block; position: relative; aspect-ratio: 4 / 3.2; height: 100%; }
.pcard--wide .pcard__link { aspect-ratio: 8 / 3.2; }
.pcard__img {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform 1.1s var(--ease), filter .6s;
	filter: grayscale(.28) brightness(.86);
}
.pcard:hover .pcard__img { transform: scale(1.07); filter: grayscale(0) brightness(1); }
.pcard__scrim {
	position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(8, 8, 10, .90) 0%, rgba(8, 8, 10, .28) 46%, rgba(8, 8, 10, .05) 100%);
}
.pcard__tag {
	position: absolute;
	top: 16px; left: 16px;
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	padding: 6px 12px;
	border-radius: var(--r-pill);
	background: rgba(8, 8, 10, .55);
	border: 1px solid var(--line-d2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: var(--on-dark);
}
.pcard__meta { position: absolute; left: 20px; right: 60px; bottom: 18px; display: flex; flex-direction: column; gap: 2px; }
.pcard__title { font-size: 1.12rem; font-weight: 700; letter-spacing: -.025em; }
.pcard__place { font-size: .8rem; color: var(--on-dark-mute); }
.pcard__go {
	position: absolute;
	right: 18px; bottom: 18px;
	width: 38px; height: 38px;
	display: grid; place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	border: 1px solid var(--line-d2);
	transition: background-color .35s, color .35s, transform .35s var(--ease);
}
.pcard:hover .pcard__go { background: var(--gold); color: #14130F; transform: translateX(3px); border-color: var(--gold); }

.projects__foot { display: flex; justify-content: center; margin-top: clamp(32px, 4vw, 56px); }

/* ==========================================================================
   11. Services
   ========================================================================== */

.services { background: var(--bone); color: var(--on-light); padding-block: var(--sec); }
.svc-list { border-top: 1px solid var(--line-l); }
.svc { border-bottom: 1px solid var(--line-l); }
.svc__link {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 200px 52px;
	gap: clamp(16px, 3vw, 40px);
	align-items: center;
	padding: clamp(22px, 3vw, 34px) 0;
	transition: padding-left .45s var(--ease);
}
.svc__link:hover { padding-left: 14px; }
.svc__n {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: var(--gold-deep);
	align-self: start;
	padding-top: .35em;
}
.svc__main { display: flex; flex-direction: column; gap: 8px; }
.svc__title {
	font-size: clamp(1.4rem, 2.7vw, 2.15rem);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.02;
}
.svc__blurb { color: var(--on-light-mute); max-width: 58ch; font-size: .95rem; }
.svc__points { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 5px; }
.svc__pt {
	font-size: .72rem;
	font-weight: 600;
	padding: 5px 12px;
	border: 1px solid var(--line-l2);
	border-radius: var(--r-pill);
	color: var(--on-light-mute);
}
.svc__thumb { border-radius: var(--r); overflow: hidden; aspect-ratio: 16 / 10; }
.svc__thumb img {
	width: 100%; height: 100%;
	object-fit: cover;
	filter: grayscale(1) contrast(1.05);
	transition: filter .6s, transform 1s var(--ease);
}
.svc__link:hover .svc__thumb img { filter: grayscale(0); transform: scale(1.06); }
.svc__go {
	width: 46px; height: 46px;
	display: grid; place-items: center;
	border: 1px solid var(--line-l2);
	border-radius: 50%;
	justify-self: end;
	transition: background-color .35s, color .35s, border-color .35s, transform .35s var(--ease);
}
.svc__link:hover .svc__go { background: var(--on-light); color: var(--bone); border-color: var(--on-light); transform: translateX(4px); }

/* ==========================================================================
   12. Sectors
   ========================================================================== */

.sectors { background: var(--ink-2); padding-block: var(--sec); }
.sectors__grid {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	gap: clamp(32px, 6vw, 96px);
	align-items: start;
}
.sectors__lede { color: var(--on-dark-mute); margin-top: 24px; margin-bottom: 28px; max-width: 42ch; }
.sectors__list { border-top: 1px solid var(--line-d); }
.sect {
	display: grid;
	grid-template-columns: 52px minmax(0, .9fr) minmax(0, 1.3fr);
	gap: 18px;
	align-items: baseline;
	padding: clamp(18px, 2.4vw, 28px) 0;
	border-bottom: 1px solid var(--line-d);
	transition: background-color .4s, padding-left .4s var(--ease);
}
.sect:hover { background: rgba(255, 255, 255, .03); padding-left: 12px; }
.sect__i { font-size: .74rem; font-weight: 700; letter-spacing: .1em; color: var(--gold); }
.sect__t { font-size: clamp(1.15rem, 2.1vw, 1.65rem); font-weight: 700; letter-spacing: -.03em; }
.sect__l { color: var(--on-dark-mute); font-size: .92rem; }

/* ==========================================================================
   13. Pillars
   ========================================================================== */

.pillars { background: var(--bone); color: var(--on-light); padding-block: var(--sec); }
.pillars__top { margin-bottom: clamp(36px, 4.5vw, 60px); }
.pillars__top .h2 { max-width: 22ch; }
.pillars__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 64px);
	align-items: start;
}
.pillars__film {
	position: relative;
	border-radius: var(--r-xl);
	overflow: hidden;
	aspect-ratio: 4 / 3.4;
	cursor: pointer;
	background: var(--ink-2);
	position: sticky;
	top: 108px;
}
.pillars__film img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) brightness(.92); transition: transform 1s var(--ease); }
.pillars__film:hover img { transform: scale(1.04); }
.pillars__film iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.pillars__cap {
	position: absolute;
	z-index: 3;
	left: 18px; bottom: 18px;
	font-size: .68rem;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(8, 8, 10, .5);
	border: 1px solid var(--line-d2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 8px 15px;
	border-radius: var(--r-pill);
}

.pillars__list { display: flex; flex-direction: column; gap: 12px; }
.pillar {
	background: var(--paper);
	border: 1px solid var(--line-l);
	border-radius: var(--r-lg);
	padding: clamp(22px, 3vw, 32px);
	transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.pillar:hover { transform: translateY(-4px); box-shadow: 0 22px 46px -24px rgba(20, 19, 15, .32); }
.pillar__n { font-size: .72rem; font-weight: 700; letter-spacing: .12em; color: var(--gold-deep); }
.pillar__t { font-size: clamp(1.25rem, 2.2vw, 1.72rem); font-weight: 700; letter-spacing: -.035em; margin-top: 8px; }
.pillar__b { color: var(--on-light-mute); margin-top: 10px; font-size: .95rem; }

/* ==========================================================================
   14. Quotes
   ========================================================================== */

.quotes { background: var(--ink); padding-block: var(--sec); }
.quotes .eyebrow { display: flex; justify-content: center; }
.quotes__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 12px;
}
.quote {
	position: relative;
	background: var(--ink-card);
	border: 1px solid var(--line-d);
	border-radius: var(--r-xl);
	padding: clamp(28px, 4vw, 48px);
	display: flex;
	flex-direction: column;
	gap: 22px;
	transition: border-color .45s, transform .45s var(--ease);
}
.quote:hover { border-color: var(--line-d2); transform: translateY(-4px); }
.quote__mark {
	font-family: var(--display);
	font-style: italic;
	font-weight: 700;
	font-size: 5rem;
	line-height: .62;
	color: var(--gold);
	opacity: .45;
}
.quote__body {
	font-size: clamp(1.08rem, 1.9vw, 1.42rem);
	line-height: 1.42;
	letter-spacing: -.02em;
	font-weight: 500;
	text-wrap: pretty;
}
.quote__foot { display: flex; flex-direction: column; gap: 2px; margin-top: auto; padding-top: 6px; border-top: 1px solid var(--line-d); }
.quote__who { font-style: normal; font-weight: 700; letter-spacing: -.02em; padding-top: 16px; }
.quote__role { font-size: .8rem; color: var(--on-dark-faint); }

/* ==========================================================================
   15. Offices
   ========================================================================== */

.offices { background: var(--bone); color: var(--on-light); padding-block: var(--sec); }
.offices__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.office {
	background: var(--paper);
	border: 1px solid var(--line-l);
	border-radius: var(--r-lg);
	padding: clamp(24px, 3vw, 34px);
	display: flex;
	flex-direction: column;
	transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.office:hover { transform: translateY(-5px); box-shadow: 0 22px 46px -24px rgba(20, 19, 15, .3); }
.office__i { font-size: .72rem; font-weight: 700; letter-spacing: .12em; color: var(--gold-deep); }
.office__region { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; letter-spacing: -.04em; margin-top: 10px; }
.office__name {
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--on-light-mute);
	margin-top: 4px;
}
.office__line { color: var(--on-light-mute); font-size: .93rem; margin-top: 14px; }
.office__cov {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid var(--line-l);
	font-size: .88rem;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.office__cov span {
	font-size: .64rem;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--on-light-mute);
	font-weight: 700;
}

/* ==========================================================================
   16. FAQ
   ========================================================================== */

.faq { background: var(--ink); padding-block: var(--sec); }
.faq__grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(32px, 6vw, 90px);
	align-items: start;
}
.faq__intro { position: sticky; top: 110px; }
.faq__lede { color: var(--on-dark-mute); margin-top: 20px; max-width: 40ch; }

.faq__list { border-top: 1px solid var(--line-d); }
.qa { border-bottom: 1px solid var(--line-d); }
.qa details { padding: clamp(18px, 2.2vw, 24px) 0; }
.qa__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
	list-style: none;
}
.qa__q::-webkit-details-marker { display: none; }
.qa__qt { font-size: clamp(1.02rem, 1.7vw, 1.28rem); font-weight: 700; letter-spacing: -.025em; }
.qa__ic { position: relative; width: 20px; height: 20px; flex: none; }
.qa__ic::before, .qa__ic::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	background: var(--gold);
	transition: transform .35s var(--ease), opacity .3s;
}
.qa__ic::before { width: 14px; height: 1.5px; }
.qa__ic::after  { width: 1.5px; height: 14px; }
.qa details[open] .qa__ic::after { transform: rotate(90deg); opacity: 0; }
.qa__a { color: var(--on-dark-mute); padding-top: 12px; max-width: 66ch; font-size: .97rem; }

/* ==========================================================================
   17. Closing CTA
   ========================================================================== */

.cta { position: relative; overflow: hidden; isolation: isolate; }
.cta__bg { position: absolute; inset: 0; z-index: -1; }
.cta__bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.5); }
.cta__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, var(--ink) 0%, rgba(8, 8, 10, .78) 40%, rgba(8, 8, 10, .90) 100%);
}
.cta__inner {
	padding-block: clamp(88px, 12vw, 180px);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cta__h {
	font-family: var(--display);

	font-size: clamp(2.4rem, 7vw, 5.6rem);
	line-height: .95;
	font-weight: 700;
	letter-spacing: -.045em;
	text-wrap: balance;
}
.cta__h em { font-family: var(--display); font-style: italic; font-weight: 500; letter-spacing: -.04em; color: var(--gold); }
.cta__sub { color: var(--on-dark-mute); margin-top: 20px; max-width: 52ch; }
.cta__row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; justify-content: center; margin-top: 34px; }
.cta__tel { display: flex; flex-direction: column; text-align: left; gap: 0; }
.cta__tel-k { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-faint); font-weight: 700; }
.cta__tel-v { font-size: 1.4rem; font-weight: 700; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.cta__tel:hover .cta__tel-v { color: var(--gold); }

/* ==========================================================================
   18. Footer
   ========================================================================== */

.site-foot { background: var(--ink); border-top: 1px solid var(--line-d); padding-block: clamp(48px, 6vw, 80px) 28px; }
.foot-top {
	display: grid;
	grid-template-columns: minmax(0, .7fr) minmax(0, 2.3fr);
	gap: clamp(28px, 5vw, 72px);
	padding-bottom: clamp(36px, 4vw, 56px);
	border-bottom: 1px solid var(--line-d);
}
.foot-brand__mark { width: auto; height: 92px; object-fit: contain; }
.foot-brand__strap {
	margin-top: 18px;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.05;
}
.foot-brand__strap em { font-family: var(--display); font-style: italic; font-weight: 500; color: var(--gold); }

.foot-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 3vw, 40px); }
.foot-col { display: flex; flex-direction: column; gap: 9px; }
.foot-col__h {
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: var(--on-dark-faint);
	margin-bottom: 5px;
}
.foot-col a { font-size: .9rem; color: var(--on-dark-mute); transition: color .25s; }
.foot-col a:hover { color: var(--gold); }
.foot-col__big { font-size: 1.32rem !important; font-weight: 700; letter-spacing: -.03em; color: var(--on-dark) !important; font-variant-numeric: tabular-nums; }

.foot-social { display: flex; gap: 8px; margin-top: 12px; }
.foot-social a {
	width: 38px; height: 38px;
	display: grid; place-items: center;
	border: 1px solid var(--line-d);
	border-radius: 50%;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	transition: background-color .3s, color .3s, border-color .3s;
}
.foot-social a:hover { background: var(--gold); color: #14130F; border-color: var(--gold); }

.foot-accred {
	display: flex;
	align-items: center;
	gap: clamp(20px, 4vw, 48px);
	flex-wrap: wrap;
	padding-block: clamp(26px, 3vw, 38px);
	border-bottom: 1px solid var(--line-d);
}
.foot-accred__label {
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: var(--on-dark-faint);
	flex: none;
}
.foot-accred__row { display: flex; align-items: center; gap: clamp(20px, 3.5vw, 44px); flex-wrap: wrap; }
.foot-accred__row img {
	height: 30px;
	width: auto;
	max-width: 116px;
	object-fit: contain;
	background: var(--paper);
	border-radius: var(--r-sm);
	padding: 9px 14px;
	box-sizing: content-box;
	opacity: .68;
	transition: opacity .3s, transform .3s var(--ease);
}
.foot-accred__row img:hover { opacity: 1; transform: translateY(-2px); }

.foot-base {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 22px;
	font-size: .8rem;
	color: var(--on-dark-faint);
}
.foot-base__links { display: flex; gap: 10px; }
.foot-credit { flex: 1 1 320px; text-align: center; }
.foot-credit a { color: var(--on-dark-mute); font-weight: 700; border-bottom: 1px solid var(--line-d2); }
.foot-credit a:hover { color: var(--gold); border-color: var(--gold); }
.foot-base a:hover { color: var(--gold); }

/* ==========================================================================
   19. Reveal on scroll
   ========================================================================== */

[data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .85s var(--ease), transform .85s var(--ease);
	transition-delay: var(--d, 0ms);
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* ==========================================================================
   20. Responsive
   ========================================================================== */

@media (max-width: 1180px) {
	.accred__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.nav { display: none; }
	.burger { display: flex; }
}

@media (max-width: 1024px) {
	.mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pcard--wide { grid-column: span 2; }
	.pcard--tall { grid-row: span 1; }
	.sectors__grid,
	.faq__grid,
	.pillars__grid,
	.reel__head { grid-template-columns: minmax(0, 1fr); }
	.reel__head { grid-template-areas: "eye" "h" "lede"; }
	.faq__intro, .pillars__film { position: relative; top: auto; }
	.sec-head, .accred__head { grid-template-columns: minmax(0, 1fr); align-items: start; }
	.offices__grid { grid-template-columns: minmax(0, 1fr); }
	.svc__link { grid-template-columns: 44px minmax(0, 1fr) 44px; }
	.svc__thumb { display: none; }
	.hero__rail-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.stat--scroll { display: none; }
	.foot-top { grid-template-columns: minmax(0, 1fr); }
	.foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	body { font-size: 16px; }
	.hero__scrim {
		background:
			radial-gradient(140% 76% at 50% 44%, rgba(8, 8, 10, .48) 0%, rgba(8, 8, 10, .86) 62%, rgba(8, 8, 10, .97) 100%),
			linear-gradient(to bottom, rgba(8, 8, 10, .88) 0%, rgba(8, 8, 10, .52) 34%, rgba(8, 8, 10, .78) 72%, var(--ink) 100%);
	}
	.accred__grid { grid-template-columns: minmax(0, 1fr); }
	.quotes__grid { grid-template-columns: minmax(0, 1fr); }
	.mosaic { grid-template-columns: minmax(0, 1fr); }
	.pcard--wide { grid-column: span 1; }
	.pcard__link, .pcard--wide .pcard__link { aspect-ratio: 4 / 3; }
	.callbar { display: none; }
	.site-head__actions .btn--sm { display: none; }
	.sect { grid-template-columns: 34px minmax(0, 1fr); }
	.sect__l { grid-column: 2; }
	.reel__player { aspect-ratio: 4 / 3; }
	.hero__inner { padding-top: 130px; }
	.hero .eyebrow { text-align: center; }
	.hero .eyebrow__tick { display: none; }
	.foot-cols { grid-template-columns: minmax(0, 1fr); }
	.foot-base { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
	[data-reveal] { opacity: 1; transform: none; }
}
