/* ==========================================================================
   Eclipse EMSS — main stylesheet
   Brand: space navy + Eclipse green + corona gold. Type: Archivo (wide) / Inter.
   ========================================================================== */

:root {
	--space: #05080F;
	--night: #0A1120;
	--navy: #0F1A2E;
	--navy-2: #16233B;
	--line-d: rgba(255, 255, 255, .09);
	--line-d2: rgba(255, 255, 255, .16);
	--green: #72B64B;
	--green-hi: #8FD665;
	--green-ink: #3B7A1F;
	--green-wash: #EEF7E8;
	--corona: #FFB12E;
	--flare: #F26B1D;
	--ink: #0D1522;
	--ink-2: #2A3547;
	--muted: #5A6678;
	--muted-d: #A5B1C4;
	--paper: #F3F5F8;
	--white: #FFFFFF;
	--line: #E2E7EE;
	--radius: 18px;
	--radius-lg: 28px;
	--shadow: 0 1px 2px rgba(13, 21, 34, .05), 0 12px 32px -12px rgba(13, 21, 34, .18);
	--shadow-lg: 0 30px 80px -30px rgba(5, 8, 15, .55);
	--wrap: 1240px;
	--gut: clamp(16px, 4vw, 40px);
	--f-display: 'Archivo', 'Arial Black', system-ui, sans-serif;
	--f-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--ease: cubic-bezier(.2, .7, .2, 1);
	--hdr-h: 84px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
	margin: 0; font-family: var(--f-body); font-size: 17px; line-height: 1.65; color: var(--ink-2);
	background: var(--white); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--f-display); color: var(--ink); line-height: 1.08; margin: 0 0 .5em; font-weight: 750; font-stretch: 112%; letter-spacing: -.01em; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 4.6vw, 3.9rem); font-weight: 800; font-stretch: 118%; letter-spacing: -.02em; }
h2 { font-size: clamp(1.8rem, 3.1vw, 2.75rem); }
h3 { font-size: 1.22rem; font-stretch: 108%; }
p { margin: 0 0 1em; }
ul, ol { padding: 0; margin: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--corona); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--green); color: var(--space); }
.ico { width: 1.15em; height: 1.15em; flex: none; }
.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gut) * 2); margin: 0 auto; padding: 0 var(--gut); }
.muted { color: var(--muted); }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 999; background: var(--green); color: var(--space); padding: 10px 16px; border-radius: 10px; font-weight: 700; }
.skip:focus { left: 8px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Eyebrow / links ---------- */
.eyebrow {
	display: inline-flex; align-items: center; gap: .6em; margin: 0 0 1rem;
	font-family: var(--f-display); font-size: .76rem; font-weight: 700; font-stretch: 120%;
	letter-spacing: .16em; text-transform: uppercase; color: var(--green-ink);
}
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: radial-gradient(circle at 35% 50%, #fff 0 30%, var(--corona) 55%, var(--flare) 100%); box-shadow: 0 0 10px 2px rgba(255, 177, 46, .55); }
.eyebrow--glow { color: var(--green-hi); }
.link-arrow { display: inline-flex; align-items: center; gap: .45em; font-weight: 650; color: var(--green-ink); text-decoration: none; }
.link-arrow .ico { transition: transform .25s var(--ease); }
.link-arrow:hover .ico { transform: translateX(4px); }
.link-arrow--light { color: var(--green-hi); }

/* ---------- Buttons ---------- */
.btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.8rem; }
.btn {
	--b: transparent; display: inline-flex; align-items: center; justify-content: center; gap: .55em;
	min-height: 52px; padding: 0 24px; border-radius: 999px; border: 1.5px solid var(--b);
	font-family: var(--f-display); font-weight: 700; font-stretch: 110%; font-size: .98rem; letter-spacing: .01em;
	text-decoration: none; white-space: nowrap; transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--green); color: #06120A; box-shadow: 0 10px 28px -10px rgba(114, 182, 75, .8), inset 0 1px 0 rgba(255, 255, 255, .35); }
.btn--primary:hover { background: var(--green-hi); box-shadow: 0 14px 36px -10px rgba(143, 214, 101, .9), 0 0 0 6px rgba(114, 182, 75, .16); }
.btn--ghost { --b: var(--line-d2); color: #fff; background: rgba(255, 255, 255, .04); backdrop-filter: blur(6px); }
.btn--ghost:hover { --b: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .09); }
.btn--ghost-ink { --b: #C9D1DC; color: var(--ink); background: #fff; }
.btn--ghost-ink:hover { --b: var(--ink); background: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--navy-2); box-shadow: var(--shadow); }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: .9rem; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.hdr { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(5, 8, 15, .92); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid var(--line-d); transition: background .3s, box-shadow .3s; }
.tpl-home .hdr { position: fixed; left: 0; right: 0; background: linear-gradient(rgba(5, 8, 15, .7), rgba(5, 8, 15, 0)); border-bottom-color: transparent; backdrop-filter: none; }
.tpl-home .hdr.is-stuck, .hdr.is-open { background: rgba(5, 8, 15, .94); backdrop-filter: saturate(160%) blur(14px); border-bottom-color: var(--line-d); box-shadow: 0 10px 30px -20px #000; }
.hdr__bar { font-size: .8rem; color: var(--muted-d); border-bottom: 1px solid var(--line-d); transition: margin .3s var(--ease), opacity .3s; }
.hdr__bar-in { display: flex; justify-content: space-between; gap: 20px; min-height: 36px; align-items: center; }
.hdr__bar a { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
.hdr__bar a:hover { color: #fff; }
.hdr__bar-right { display: flex; gap: 22px; align-items: center; }
.hdr__since { color: var(--green-hi); font-weight: 600; letter-spacing: .02em; }
.tpl-home .hdr.is-stuck .hdr__bar { margin-top: -37px; opacity: 0; }
.hdr { top: -37px; }
.tpl-home .hdr { top: 0; }
.hdr__main { display: flex; align-items: center; gap: 28px; min-height: var(--hdr-h); }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--green); flex: none; }
.logo .orb { flex: none; width: 50px; height: 50px; filter: drop-shadow(0 0 14px rgba(255, 150, 40, .35)); transition: transform .6s var(--ease); }
.logo:hover .orb { transform: rotate(-12deg) scale(1.05); }
.logo__text { display: flex; flex-direction: column; gap: 5px; }
.logo .wm { width: 150px; height: auto; }
.logo__sub { font-family: var(--f-display); font-size: .58rem; font-stretch: 125%; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #CFD8E6; white-space: nowrap; }
.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 2px; }
.nav__item { position: relative; }
.nav__link {
	display: inline-flex; align-items: center; gap: 4px; padding: 10px 12px; border: 0; background: none; border-radius: 10px;
	font-family: var(--f-display); font-weight: 650; font-stretch: 105%; font-size: .93rem; color: #E6ECF5; text-decoration: none; white-space: nowrap;
}
.nav__link:hover, .nav__link[aria-expanded="true"], .nav__link[aria-current="page"] { color: #fff; background: rgba(255, 255, 255, .07); }
.nav__link[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--green); }
.nav__chev { width: 15px; height: 15px; opacity: .7; transition: transform .25s var(--ease); }
.nav__link[aria-expanded="true"] .nav__chev { transform: rotate(180deg); }
.mega, .dd {
	position: absolute; top: calc(100% + 14px); left: 50%; translate: -50% 8px; opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity .22s var(--ease), translate .22s var(--ease), visibility 0s .22s;
	background: #fff; color: var(--ink); border-radius: 22px; box-shadow: var(--shadow-lg), 0 0 0 1px rgba(13, 21, 34, .06);
}
.mega::before, .dd::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.nav__item.is-open > .mega, .nav__item.is-open > .dd { opacity: 1; visibility: visible; pointer-events: auto; translate: -50% 0; transition-delay: 0s; }
.mega { width: min(1040px, 92vw); left: 20%; }
.mega__in { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1.05fr; gap: 8px; padding: 22px; }
.mega__col { padding: 10px 12px; }
.mega__head { display: flex; align-items: center; gap: 10px; font-family: var(--f-display); font-weight: 750; font-stretch: 112%; font-size: 1.02rem; text-decoration: none; margin-bottom: 10px; color: var(--ink); }
.mega__head .ico:last-child { width: 16px; height: 16px; color: var(--green-ink); opacity: 0; transform: translateX(-4px); transition: .2s var(--ease); }
.mega__head:hover .ico:last-child { opacity: 1; transform: none; }
.mega__ico { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--green-wash); color: var(--green-ink); }
.mega__col li a, .dd li a { display: block; padding: 7px 10px; margin: 0 -10px; border-radius: 9px; font-size: .92rem; color: var(--ink-2); text-decoration: none; }
.mega__col li a:hover, .dd li a:hover { background: var(--paper); color: var(--ink); }
.mega__col li a[aria-current="page"] { color: var(--green-ink); font-weight: 600; }
.mega__promo {
	position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 10px; padding: 24px; border-radius: 16px; color: #fff; text-decoration: none;
	background: radial-gradient(120% 90% at 0% 0%, rgba(255, 177, 46, .35), transparent 55%), radial-gradient(90% 80% at 100% 100%, rgba(114, 182, 75, .35), transparent 60%), var(--navy);
}
.mega__promo strong { font-family: var(--f-display); font-stretch: 112%; font-size: 1.12rem; line-height: 1.2; }
.mega__promo span:not(.eyebrow):not(.link-arrow) { font-size: .88rem; color: var(--muted-d); }
.mega__promo .eyebrow { color: var(--green-hi); margin: 0; }
.mega__promo .link-arrow { margin-top: auto; color: var(--green-hi); }
.dd { min-width: 260px; padding: 12px 22px; }
.dd__all { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 6px; }
.dd__all a { display: flex !important; align-items: center; gap: 6px; font-weight: 650; color: var(--green-ink) !important; }
.hdr__cta { display: flex; align-items: center; gap: 14px; }
.hdr__phone { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--f-display); font-weight: 750; font-stretch: 108%; white-space: nowrap; }
.hdr__phone small { display: block; font-family: var(--f-body); font-weight: 500; font-size: .72rem; color: var(--muted-d); font-stretch: 100%; line-height: 1; margin-bottom: 3px; }
.hdr__phone-ico { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-d2); color: var(--green-hi); transition: .25s; }
.hdr__phone:hover .hdr__phone-ico { background: var(--green); color: var(--space); border-color: var(--green); }
.burger { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line-d2); background: transparent; padding: 0; position: relative; }
.burger span { position: absolute; left: 13px; right: 13px; height: 2px; background: #fff; border-radius: 2px; transition: .3s var(--ease); }
.burger span:nth-child(1) { top: 16px; } .burger span:nth-child(2) { top: 22px; } .burger span:nth-child(3) { top: 28px; }
.burger[aria-expanded="true"] span:nth-child(1) { top: 22px; rotate: 45deg; }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { top: 22px; rotate: -45deg; }
.nav__mobile-cta { display: none; }

/* ---------- Hero (home) ---------- */
.hero {
	position: relative; overflow: hidden; color: #fff; isolation: isolate;
	min-height: max(700px, min(100svh, 980px)); display: flex; flex-direction: column; justify-content: center;
	padding: calc(var(--hdr-h) + 70px) 0 90px;
	background: radial-gradient(60% 60% at 75% 45%, rgba(255, 140, 40, .16), transparent 70%), radial-gradient(50% 60% at 10% 100%, rgba(114, 182, 75, .12), transparent 70%), linear-gradient(180deg, #05080F 0%, #0A1120 100%);
}
.hero__stars {
	position: absolute; inset: 0; z-index: -1; opacity: .6;
	background-image:
		radial-gradient(1px 1px at 12% 18%, #fff 50%, transparent 51%), radial-gradient(1px 1px at 28% 72%, #cfe 50%, transparent 51%),
		radial-gradient(1.5px 1.5px at 44% 12%, #fff 50%, transparent 51%), radial-gradient(1px 1px at 58% 88%, #fff 50%, transparent 51%),
		radial-gradient(1px 1px at 8% 56%, #fff 50%, transparent 51%), radial-gradient(1.2px 1.2px at 92% 16%, #ffe 50%, transparent 51%),
		radial-gradient(1px 1px at 36% 40%, #fff 50%, transparent 51%), radial-gradient(1px 1px at 84% 80%, #fff 50%, transparent 51%),
		radial-gradient(1px 1px at 20% 92%, #fff 50%, transparent 51%), radial-gradient(1.4px 1.4px at 66% 30%, #fff 50%, transparent 51%);
	background-size: 540px 540px; animation: drift 120s linear infinite;
}
@keyframes drift { to { background-position: 540px 270px; } }
.hero__in { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); align-items: center; gap: clamp(30px, 5vw, 80px); }
.hero__title { color: #fff; font-size: clamp(2.4rem, 4.1vw, 3.85rem); line-height: 1.02; margin-bottom: 1.4rem; }
.hero__title .hl { display: block; background: linear-gradient(90deg, var(--green-hi), var(--green) 45%, #D8F2C4 70%, var(--green) 100%); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shimmer 7s ease-in-out infinite; }
@keyframes shimmer { 0%, 100% { background-position: 0 0; } 50% { background-position: 100% 0; } }
.hero__lede { font-size: clamp(1.02rem, 1.3vw, 1.18rem); color: #C8D2E1; max-width: 36em; }
.hero__trades { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2.2rem; }
.hero__trades a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 999px; border: 1px solid var(--line-d); background: rgba(255, 255, 255, .03); text-decoration: none; font-weight: 600; font-size: .9rem; color: #DCE4EF; transition: .2s; }
.hero__trades a .ico { color: var(--green-hi); }
.hero__trades a:hover { border-color: rgba(143, 214, 101, .5); background: rgba(114, 182, 75, .1); color: #fff; }
.hero__visual { position: relative; display: grid; place-items: center; }

/* The eclipse: video inside a circular window, corona behind, moon slides away on load */
.eclipse { --d: min(560px, 42vw); position: relative; width: var(--d); aspect-ratio: 1; }
.eclipse__corona {
	position: absolute; inset: -14%; border-radius: 50%; z-index: -1;
	background:
		radial-gradient(closest-side, transparent 68%, rgba(255, 196, 90, .85) 71%, rgba(255, 140, 30, .45) 76%, rgba(242, 107, 29, .12) 88%, transparent 100%),
		conic-gradient(from 0deg, transparent 0 8%, rgba(255, 180, 60, .25) 12%, transparent 18% 30%, rgba(255, 200, 90, .3) 35%, transparent 42% 58%, rgba(255, 150, 40, .25) 64%, transparent 70% 82%, rgba(255, 210, 110, .3) 88%, transparent 94%);
	filter: blur(6px); animation: spin 60s linear infinite, pulse 6s ease-in-out infinite;
}
@keyframes spin { to { rotate: 360deg; } }
@keyframes pulse { 50% { opacity: .75; scale: 1.02; } }
.eclipse__window {
	position: absolute; inset: 0; border-radius: 50%; overflow: hidden; background: #0A1120;
	box-shadow: 0 0 0 1px rgba(255, 220, 150, .5), 0 0 40px 6px rgba(255, 160, 50, .35), 0 40px 90px -30px #000;
	transform: translateZ(0);
}
.eclipse__video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; scale: 1.02; }
.eclipse__shade { position: absolute; inset: 0; background: radial-gradient(circle at 30% 35%, transparent 45%, rgba(5, 8, 15, .45) 100%); pointer-events: none; }
.eclipse__moon {
	position: absolute; width: 100%; aspect-ratio: 1; border-radius: 50%; top: 0; left: 0;
	background: radial-gradient(circle at 62% 42%, #1a0d0a 0, #0c0708 55%, #120a08 78%, #5e2610 94%, #e07025 100%);
	box-shadow: -6px 0 26px 0 rgba(255, 150, 40, .45), inset 8px 0 18px -6px rgba(255, 170, 70, .55);
	animation: moon 2.8s .3s cubic-bezier(.65, 0, .2, 1) forwards;
}
@keyframes moon { from { translate: 0 0; } to { translate: 38% -38%; scale: .3; } }
.eclipse__toggle {
	position: absolute; right: 8%; bottom: 8%; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
	border: 1px solid rgba(255, 255, 255, .35); background: rgba(5, 8, 15, .55); backdrop-filter: blur(6px); color: #fff; z-index: 3; transition: .2s;
}
.eclipse__toggle:hover { background: var(--green); color: var(--space); border-color: var(--green); }
.eclipse__toggle .i-play, .eclipse__toggle.is-paused .i-pause { display: none; }
.eclipse__toggle.is-paused .i-play { display: block; }
.eclipse__caption { position: absolute; left: 50%; bottom: -54px; translate: -50% 0; display: inline-flex; align-items: center; gap: 6px; margin: 0; font-size: .8rem; color: var(--muted-d); white-space: nowrap; }
.eclipse__caption .ico { color: var(--corona); }
.hero__scroll { position: absolute; left: 50%; bottom: 22px; width: 26px; height: 42px; border: 1.5px solid rgba(255, 255, 255, .3); border-radius: 20px; translate: -50% 0; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--green-hi); animation: scrolly 2s infinite; }
@keyframes scrolly { 0% { opacity: 0; translate: 0 0; } 30% { opacity: 1; } 100% { opacity: 0; translate: 0 14px; } }

/* Entrance */
.hero__copy > * { animation: rise .9s var(--ease) both; }
.hero__copy > :nth-child(2) { animation-delay: .08s; } .hero__copy > :nth-child(3) { animation-delay: .16s; }
.hero__copy > :nth-child(4) { animation-delay: .24s; } .hero__copy > :nth-child(5) { animation-delay: .32s; }
@keyframes rise { from { opacity: 0; translate: 0 18px; } }

/* ---------- Proof strip ---------- */
.proof { background: var(--night); color: #fff; border-top: 1px solid var(--line-d); }
.proof__in { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof__item { padding: 28px 24px; border-left: 1px solid var(--line-d); }
.proof__item:first-child { border-left: 0; padding-left: 0; }
.proof__item strong { display: block; font-family: var(--f-display); font-size: 1.7rem; font-stretch: 122%; font-weight: 800; color: var(--green-hi); line-height: 1.1; }
.proof__item span { font-size: .88rem; color: var(--muted-d); }

/* ---------- Sections ---------- */
.sec { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.sec--tight { padding: clamp(40px, 6vw, 72px) 0; }
.sec--light { background: #fff; }
.sec--paper { background: var(--paper); }
.sec--dark { background: var(--night); color: #C9D3E2; overflow: hidden; isolation: isolate; }
.sec--dark h2, .sec--dark h3 { color: #fff; }
.sec__head { max-width: 780px; margin-bottom: clamp(32px, 5vw, 56px); }
.sec__head > p:last-child { font-size: 1.08rem; color: var(--muted); }
.sec__head--center { text-align: center; margin-inline: auto; }
.sec__head--center .eyebrow { justify-content: center; }
.sec__head--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.sec__head--row h2 { margin: 0; }
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Trades */
.trades { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trade { display: flex; flex-direction: column; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s; }
.trade:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.trade__media { position: relative; aspect-ratio: 3/2; overflow: hidden; background: var(--navy); }
.trade__media img { width: 100%; height: 100%; object-fit: cover; transition: scale .8s var(--ease); }
.trade:hover .trade__media img { scale: 1.06; }
.trade__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(5, 8, 15, .55)); }
.trade__badge { position: absolute; left: 20px; bottom: -1px; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px 16px 0 0; background: #fff; color: var(--green-ink); }
.trade__badge .ico { width: 26px; height: 26px; }
.trade__body { padding: 22px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.trade__body h3 { font-size: 1.55rem; margin-bottom: .4em; }
.trade__body h3 a { text-decoration: none; }
.trade__body > p { color: var(--muted); font-size: .98rem; }
.trade__list { margin: 4px 0 22px; border-top: 1px solid var(--line); }
.trade__list a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 550; font-size: .95rem; transition: color .2s, padding .2s; }
.trade__list a::after { content: "→"; color: var(--green-ink); opacity: 0; transition: .2s; }
.trade__list a:hover { color: var(--green-ink); padding-left: 4px; }
.trade__list a:hover::after { opacity: 1; }
.trade .link-arrow { margin-top: auto; }

/* Why */
.why__glow { position: absolute; z-index: -1; width: 900px; height: 900px; left: -300px; top: -200px; background: radial-gradient(closest-side, rgba(255, 150, 40, .16), transparent); }
.why__in { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.why__media { position: relative; }
.why__van { position: relative; border-radius: var(--radius-lg); padding: 40px 10px; background: radial-gradient(90% 70% at 50% 60%, rgba(114, 182, 75, .16), transparent 70%); }
.why__van img { width: 100%; filter: drop-shadow(0 40px 40px rgba(0, 0, 0, .5)); }
.why__van::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: 36px; height: 30px; background: radial-gradient(closest-side, rgba(0, 0, 0, .6), transparent); z-index: -1; }
.why__stamp { position: absolute; right: 4%; top: -4%; display: flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; border-radius: 999px; background: rgba(255, 255, 255, .06); border: 1px solid var(--line-d); backdrop-filter: blur(8px); font-family: var(--f-display); font-size: .78rem; font-weight: 700; font-stretch: 115%; letter-spacing: .08em; text-transform: uppercase; color: #fff; line-height: 1.25; }
.why__stamp .orb { width: 44px; height: 44px; }
.why__list { display: grid; gap: 26px; margin-top: 2rem; }
.why__list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; }
.why__list li > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: rgba(114, 182, 75, .12); color: var(--green-hi); border: 1px solid rgba(114, 182, 75, .25); }
.why__list h3 { margin: 4px 0 .3em; font-size: 1.1rem; }
.why__list p { margin: 0; color: var(--muted-d); font-size: .97rem; }

/* Contract plan */
.contract__in { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.contract__copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; margin-bottom: 1.8rem; }
.contract__plan { position: relative; display: grid; gap: 12px; counter-reset: c; }
.contract__plan::before { content: ""; position: absolute; left: 23px; top: 24px; bottom: 24px; width: 2px; background: linear-gradient(var(--corona), var(--green)); opacity: .5; }
.contract__plan li { position: relative; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 4px 18px; padding: 16px 20px 16px 0; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 1px 0 rgba(13, 21, 34, .03); transition: .3s var(--ease); }
.contract__plan li:hover { transform: translateX(6px); box-shadow: var(--shadow); }
.contract__plan li::before { counter-increment: c; content: ""; grid-row: span 2; justify-self: center; width: 14px; height: 14px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-wash); }
.contract__when { grid-column: 2; font-family: var(--f-display); font-size: .72rem; font-weight: 700; font-stretch: 118%; letter-spacing: .14em; text-transform: uppercase; color: var(--flare); }
.contract__plan strong { grid-column: 2; color: var(--ink); font-weight: 600; line-height: 1.35; }
.contract__plan em { grid-column: 3; grid-row: 1 / span 2; font-style: normal; font-size: .75rem; font-weight: 600; padding: 5px 10px; border-radius: 999px; background: var(--paper); color: var(--muted); }

/* Cards */
.card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; overflow: hidden; }
.card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--corona), var(--green)); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::before { transform: none; }
.card__icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: var(--green-wash); color: var(--green-ink); margin-bottom: 18px; }
.card__icon .ico { width: 24px; height: 24px; }
.card__title { font-size: 1.18rem; margin-bottom: .45em; }
.card__title a { text-decoration: none; }
.card__title a::after { content: ""; position: absolute; inset: 0; }
.card p { color: var(--muted); font-size: .95rem; margin-bottom: 1.2em; }
.card__more { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 650; font-size: .9rem; color: var(--green-ink); }
.card__more .ico { transition: transform .25s var(--ease); }
.card:hover .card__more .ico { transform: translateX(4px); }
.card--img { padding: 0; }
.card--img .card__body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.card__media { aspect-ratio: 3/2; overflow: hidden; background: var(--navy); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: scale .8s var(--ease); }
.card:hover .card__media img { scale: 1.05; }
.note-home { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 28px 0 0; padding: 16px 20px; border-radius: 14px; background: #fff; border: 1px dashed #CBD3DE; color: var(--muted); }
.note-home .ico { color: var(--green-ink); }
.note-home a { font-weight: 650; color: var(--green-ink); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: s; }
.steps li { position: relative; padding: 30px 26px; border-radius: var(--radius); background: var(--paper); }
.steps li:not(:last-child)::after { content: ""; position: absolute; top: 48px; right: -18px; width: 14px; height: 14px; border-top: 2px solid var(--green); border-right: 2px solid var(--green); rotate: 45deg; opacity: .7; }
.steps__n { display: block; font-family: var(--f-display); font-weight: 800; font-stretch: 125%; font-size: 2.4rem; line-height: 1; margin-bottom: 18px; background: linear-gradient(135deg, var(--corona), var(--flare)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.steps h3 { font-size: 1.12rem; }
.steps p { margin: 0; color: var(--muted); font-size: .95rem; }

/* Areas + radar */
.areas::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(50% 70% at 80% 50%, rgba(114, 182, 75, .13), transparent 70%); }
.areas__in { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; }
.areas__copy > p:not(.eyebrow) { color: var(--muted-d); font-size: 1.05rem; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.chips a { display: inline-block; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line-d2); color: #E3EAF4; text-decoration: none; font-size: .92rem; font-weight: 550; transition: .2s; }
.chips a:hover { background: var(--green); border-color: var(--green); color: var(--space); }
.chips--center { justify-content: center; }
.radar { --s: 1; position: relative; aspect-ratio: 1; width: min(100%, 540px); margin: 0 auto; }
.radar__rings { position: absolute; inset: 0; border-radius: 50%; overflow: hidden; background: radial-gradient(circle, rgba(114, 182, 75, .08), transparent 70%); }
.radar__rings span { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 1px solid rgba(143, 214, 101, .22); }
.radar__rings span:nth-child(1) { width: 34%; height: 34%; } .radar__rings span:nth-child(2) { width: 66%; height: 66%; } .radar__rings span:nth-child(3) { width: 98%; height: 98%; border-style: dashed; }
.radar__sweep { position: absolute; inset: 1%; border-radius: 50%; background: conic-gradient(from 0deg, rgba(143, 214, 101, .28), transparent 22%); animation: spin 8s linear infinite; }
.radar__pin { position: absolute; left: 50%; top: 50%; translate: calc(var(--x) * var(--s)) calc(var(--y) * var(--s)); display: flex; align-items: center; gap: 8px; text-decoration: none; color: #E6ECF5; font-size: .82rem; font-weight: 600; white-space: nowrap; z-index: 1; }
.radar__pin b { flex: none; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: var(--green-hi); box-shadow: 0 0 0 4px rgba(143, 214, 101, .2), 0 0 12px rgba(143, 214, 101, .7); }
.radar__pin span { padding: 3px 9px; border-radius: 8px; background: rgba(5, 8, 15, .7); border: 1px solid var(--line-d); translate: 0 -50%; margin-top: -5px; transition: .2s; }
.radar__pin--l { flex-direction: row-reverse; translate: calc(var(--x) * var(--s) - 100%) calc(var(--y) * var(--s)); }
.radar__pin--l b { margin: -5px -5px 0 0; }
.radar__pin--hq { flex-direction: column-reverse; gap: 8px; translate: 0 calc(-100% + 11px); }
.radar__pin--hq span { translate: 0 0; margin: 0; align-items: center; }
.radar__pin:hover span { background: var(--green); color: var(--space); border-color: var(--green); }
.radar__pin--hq b { width: 22px; height: 22px; margin: -11px 0 0 -11px; background: radial-gradient(circle at 38% 50%, #fff 0 28%, var(--corona) 55%, var(--flare)); box-shadow: 0 0 0 6px rgba(255, 177, 46, .18), 0 0 24px 4px rgba(255, 150, 40, .6); }
.radar__pin--hq span { display: flex; flex-direction: column; line-height: 1.2; font-family: var(--f-display); font-stretch: 112%; font-size: .9rem; }
.radar__pin--hq em { font-style: normal; font-family: var(--f-body); font-weight: 500; font-size: .7rem; color: var(--corona); }
.radar-card { position: sticky; top: 120px; border-radius: var(--radius-lg); background: var(--night); padding: 30px; }
.areas--compact .radar { width: min(100%, 440px); }

/* ---------- Post cards ---------- */
.pcard { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.pcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pcard__media { aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(135deg, var(--navy), var(--night)); }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: scale .8s var(--ease); }
.pcard:hover .pcard__media img { scale: 1.05; }
.pcard__body { padding: 22px 24px 26px; }
.pcard__meta { display: flex; align-items: center; gap: 10px; font-size: .8rem; color: var(--muted); margin-bottom: 10px; }
.tag { display: inline-block; padding: 3px 10px; border-radius: 999px; background: var(--green-wash); color: var(--green-ink); font-weight: 650; font-size: .74rem; letter-spacing: .02em; }
.pcard__title { font-size: 1.14rem; line-height: 1.25; }
.pcard__title a { text-decoration: none; }
.pcard__title a::after { content: ""; position: absolute; inset: 0; }
.pcard p:last-child { color: var(--muted); font-size: .93rem; margin: 0; }

/* ---------- FAQ ---------- */
.faq-sec__in { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 80px); align-items: start; }
.faq-sec__head { position: sticky; top: 120px; }
.faq-sec__head > p:last-child { color: var(--muted); }
.faq-sec__head a { color: var(--green-ink); font-weight: 650; }
.faq { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 16px; transition: box-shadow .3s, border-color .3s; }
.faq__item[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq__item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 24px; cursor: pointer; font-family: var(--f-display); font-weight: 700; font-stretch: 106%; font-size: 1.04rem; color: var(--ink); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__pm { position: relative; flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--paper); }
.faq__pm::before, .faq__pm::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; background: var(--ink); border-radius: 2px; transition: rotate .3s var(--ease); }
.faq__pm::after { rotate: 90deg; }
.faq__item[open] .faq__pm { background: var(--green); }
.faq__item[open] .faq__pm::after { rotate: 0deg; }
.faq__a { padding: 0 24px 22px; color: var(--muted); }
.faq__a p { margin: 0; }

/* ---------- Quote band + forms ---------- */
.qband { position: relative; overflow: hidden; isolation: isolate; color: #C9D3E2; padding: clamp(64px, 9vw, 110px) 0; background: linear-gradient(160deg, #0A1120, #05080F); }
.qband__glow { position: absolute; z-index: -1; right: -10%; top: -40%; width: 900px; height: 900px; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 150, 40, .2), transparent), radial-gradient(closest-side, rgba(114, 182, 75, .12), transparent); }
.qband__in { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.qband h2 { color: #fff; font-size: clamp(2rem, 3.6vw, 3.1rem); }
.qband__copy > p:not(.eyebrow) { font-size: 1.08rem; color: var(--muted-d); }
.qband__list { display: grid; gap: 12px; margin-top: 26px; }
.qband__list li { display: flex; align-items: center; gap: 12px; }
.qband__list .ico { color: var(--green-hi); }
.qband__list a { color: #fff; font-weight: 600; text-decoration: none; }
.qband__list a:hover { color: var(--green-hi); }
.panel { background: #fff; border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow-lg); color: var(--ink-2); }
.panel h2 { font-size: 1.7rem; }

.eform { display: grid; gap: 16px; }
.eform .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.eform label, .eform .lbl { display: block; font-size: .84rem; font-weight: 650; color: var(--ink); margin-bottom: 6px; }
.eform .wpcf7-form-control-wrap { display: block; }
.eform input[type="text"], .eform input[type="email"], .eform input[type="tel"], .eform select, .eform textarea {
	width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid #D5DCE5; background: #FAFBFC;
	font: inherit; font-size: 1rem; color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s; appearance: none;
}
.eform select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%235A6678' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.eform textarea { min-height: 120px; resize: vertical; }
.eform input:focus, .eform select:focus, .eform textarea:focus { outline: 0; border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(114, 182, 75, .18); }
.eform .choices { display: flex; flex-wrap: wrap; gap: 8px; }
.eform .choices .wpcf7-list-item { margin: 0; }
.eform .choices label { margin: 0; }
.eform .choices input { position: absolute; opacity: 0; pointer-events: none; }
.eform .choices .wpcf7-list-item-label { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 999px; border: 1.5px solid #D5DCE5; background: #FAFBFC; font-weight: 600; font-size: .9rem; color: var(--ink-2); cursor: pointer; transition: .2s; }
.eform .choices input:checked + .wpcf7-list-item-label { background: var(--ink); border-color: var(--ink); color: #fff; }
.eform .choices input:focus-visible + .wpcf7-list-item-label { outline: 3px solid var(--corona); outline-offset: 2px; }
.eform input[type="file"] { width: 100%; padding: 14px; border: 1.5px dashed #C3CCD8; border-radius: 12px; background: #FAFBFC; font-size: .9rem; }
.eform .hint { font-size: .8rem; color: var(--muted); margin-top: 6px; }
.eform .wpcf7-submit { width: 100%; min-height: 56px; border: 0; border-radius: 999px; background: var(--green); color: #06120A; font-family: var(--f-display); font-weight: 750; font-stretch: 110%; font-size: 1.02rem; cursor: pointer; box-shadow: 0 10px 28px -10px rgba(114, 182, 75, .8); transition: .2s; }
.eform .wpcf7-submit:hover { background: var(--green-hi); transform: translateY(-1px); }
.eform .wpcf7-spinner { display: none; }
.eform.submitting .wpcf7-submit { opacity: .6; pointer-events: none; }
.eform .wpcf7-not-valid-tip { color: #C0392B; font-size: .8rem; margin-top: 4px; }
.eform .wpcf7-not-valid { border-color: #E08A80 !important; }
.eform .wpcf7-response-output:empty { display: none; }
.eform .wpcf7-response-output { margin: 4px 0 0 !important; padding: 12px 16px !important; border-radius: 12px; border: 0 !important; font-size: .92rem; background: var(--paper); }
.eform.sent .wpcf7-response-output { background: var(--green-wash); color: var(--green-ink); font-weight: 600; }
.eform.invalid .wpcf7-response-output, .eform.failed .wpcf7-response-output { background: #FDECEA; color: #A93226; }
.eform .fine { font-size: .78rem; color: var(--muted); margin: 0; }
.eform .fine a { color: inherit; }
.steps-form { display: flex; gap: 8px; margin-bottom: 4px; }
.steps-form span { flex: 1; height: 4px; border-radius: 4px; background: var(--line); transition: background .3s; }
.steps-form span.is-on { background: linear-gradient(90deg, var(--corona), var(--green)); }
.eform fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 16px; min-width: 0; }
.eform fieldset legend { font-family: var(--f-display); font-weight: 750; font-stretch: 110%; color: var(--ink); font-size: 1.05rem; margin-bottom: 4px; padding: 0; }
.js .eform[data-steps] fieldset[data-step="2"] { display: none; }
.js .eform[data-steps].on-2 fieldset[data-step="1"] { display: none; }
.js .eform[data-steps].on-2 fieldset[data-step="2"] { display: grid; }
.eform .step-nav { display: flex; gap: 10px; }
.eform .step-nav .btn { flex: 1; }
.eform .btn-back { background: none; border: 0; color: var(--muted); font-weight: 600; text-decoration: underline; padding: 0; justify-self: start; }
.no-js-hide { display: none; }
.js .no-js-hide { display: flex; }

/* ---------- Page hero ---------- */
.phero { position: relative; overflow: hidden; isolation: isolate; color: #C9D3E2; padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 7vw, 96px); background: var(--space); }
.phero__bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(55% 90% at 100% 0%, rgba(255, 150, 40, .2), transparent 60%), radial-gradient(45% 80% at 0% 100%, rgba(114, 182, 75, .16), transparent 65%), linear-gradient(180deg, #05080F, #0B1322); }
.phero__bg::after { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(70% 90% at 70% 30%, #000, transparent); }
.phero__in { display: grid; grid-template-columns: 1fr; gap: 50px; align-items: center; }
.phero--img .phero__in { grid-template-columns: 1.1fr .9fr; }
.phero h1 { color: #fff; max-width: 17em; font-size: clamp(2.05rem, 3.7vw, 3.35rem); }
.phero__lede { font-size: clamp(1.02rem, 1.3vw, 1.2rem); color: #C8D2E1; max-width: 40em; }
.phero__hl { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 1.4rem; }
.phero__hl li { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; font-weight: 600; color: #E3EAF4; }
.phero__hl .ico { color: var(--green-hi); }
.phero__media { position: relative; }
.phero__media > .orb { position: absolute; width: 110px; height: 110px; right: -24px; top: -30px; z-index: 2; filter: drop-shadow(0 0 30px rgba(255, 140, 40, .5)); animation: float 8s ease-in-out infinite; }
@keyframes float { 50% { translate: 0 -10px; rotate: -6deg; } }
.frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; padding: 1.5px; background: linear-gradient(140deg, rgba(255, 190, 80, .9), rgba(255, 255, 255, .08) 35%, rgba(114, 182, 75, .7)); box-shadow: var(--shadow-lg); }
.frame img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: calc(var(--radius-lg) - 1.5px); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; font-size: .82rem; color: var(--muted-d); margin-bottom: 1.6rem; }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; opacity: .5; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: #fff; }
.crumbs [aria-current] { color: #fff; max-width: 32ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .9rem; color: var(--muted-d); margin-top: 1.2rem; }
.post-meta .ico { color: var(--green-hi); }
.phero--post { padding-bottom: 130px; }
.phero--post h1 { font-size: clamp(2rem, 4vw, 3.3rem); max-width: 22em; }
.post-cover { margin-top: -100px; position: relative; z-index: 2; }
.post-cover .frame img { aspect-ratio: 21/9; }

/* ---------- Body layout + prose ---------- */
.body-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(30px, 5vw, 70px); align-items: start; }
.prose { font-size: 1.06rem; color: var(--ink-2); max-width: 760px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 2em 0 .6em; }
.prose h3 { font-size: 1.22rem; margin: 1.8em 0 .5em; }
.prose p, .prose ul, .prose ol { margin: 0 0 1.15em; }
.prose ul { display: grid; gap: .5em; }
.prose ul li { position: relative; padding-left: 28px; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: .62em; width: 9px; height: 9px; border-radius: 3px; rotate: 45deg; background: var(--green); }
.prose ol { counter-reset: o; display: grid; gap: .6em; }
.prose ol li { position: relative; padding-left: 38px; counter-increment: o; }
.prose ol li::before { content: counter(o); position: absolute; left: 0; top: 0; width: 26px; height: 26px; border-radius: 8px; background: var(--ink); color: #fff; font-size: .8rem; font-weight: 700; display: grid; place-items: center; }
.prose a { color: var(--green-ink); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(59, 122, 31, .35); }
.prose a:hover { text-decoration-color: currentColor; }
.prose strong { color: var(--ink); }
.prose blockquote { margin: 1.6em 0; padding: 20px 24px; border-left: 4px solid var(--corona); background: var(--paper); border-radius: 0 14px 14px 0; }
.prose--narrow { margin-inline: auto; }
.prose--sm { font-size: .98rem; }
.prose--sm h2 { font-size: 1.35rem; margin-top: 1.4em; }
.post-disclaimer { margin-top: 2.4em !important; padding-top: 1.2em; border-top: 1px solid var(--line); font-size: .86rem; color: var(--muted); }
.blog-intro { margin-bottom: 40px; text-align: center; color: var(--muted); }
.checklist { margin: 2.2em 0; padding: 28px 30px; border-radius: var(--radius); background: linear-gradient(135deg, var(--green-wash), #F7FBF4); border: 1px solid #D8ECCB; }
.checklist__title { display: flex; align-items: center; gap: 10px; font-family: var(--f-display); font-weight: 750; font-stretch: 110%; color: var(--ink); font-size: 1.15rem; margin-bottom: 16px !important; }
.checklist__title .ico { color: var(--green-ink); }
.checklist ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 0 !important; }
.checklist li { display: flex; gap: 10px; padding: 0 !important; font-size: .98rem; }
.checklist li::before { display: none; }
.checklist li .ico { flex: none; margin-top: 4px; width: 18px; height: 18px; color: #fff; background: var(--green); border-radius: 50%; padding: 3px; stroke-width: 3; }
.xtrade { margin-top: 2.6em; }
.xtrade__title { font-family: var(--f-display); font-weight: 750; font-stretch: 110%; color: var(--ink); font-size: 1.15rem; }
.xtrade__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.xtrade__item { display: grid; grid-template-columns: 46px 1fr; gap: 2px 14px; padding: 18px; border-radius: 16px; border: 1px solid var(--line); text-decoration: none !important; transition: .25s var(--ease); }
.xtrade__item:hover { border-color: var(--green); box-shadow: var(--shadow); transform: translateY(-2px); }
.xtrade__item span { grid-row: span 2; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--ink); color: var(--green-hi); }
.xtrade__item strong { color: var(--ink); font-family: var(--f-display); font-stretch: 108%; }
.xtrade__item em { font-style: normal; font-size: .86rem; color: var(--muted); font-weight: 500; }

/* Aside */
.aside { position: sticky; top: 110px; display: grid; gap: 18px; }
.aside__card { position: relative; overflow: hidden; padding: 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.aside__card--dark { background: radial-gradient(120% 80% at 100% 0%, rgba(255, 150, 40, .22), transparent 60%), var(--night); border-color: transparent; color: var(--muted-d); display: grid; gap: 12px; }
.aside__card--dark .aside__title { color: #fff; }
.aside__card--dark > .orb { position: absolute; right: -26px; top: -26px; width: 110px; height: 110px; opacity: .9; }
.aside__card p { margin: 0; font-size: .94rem; }
.aside__title { font-family: var(--f-display); font-weight: 750; font-stretch: 110%; font-size: 1.12rem; color: var(--ink); margin-bottom: 4px !important; }
.aside__title a { text-decoration: none; }
.aside__list { display: grid; gap: 2px; margin-top: 10px; }
.aside__list a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; margin: 0 -10px; border-radius: 10px; text-decoration: none; font-size: .93rem; color: var(--ink-2); }
.aside__list a .ico { color: var(--muted); width: 18px; height: 18px; }
.aside__list a:hover { background: var(--paper); }
.aside__list a[aria-current="page"] { background: var(--green-wash); color: var(--green-ink); font-weight: 650; }
.aside__list a[aria-current="page"] .ico { color: var(--green-ink); }
.toc ol { display: grid; gap: 2px; margin-top: 8px; counter-reset: t; }
.toc a { display: block; padding: 7px 10px 7px 14px; margin-left: -10px; border-left: 2px solid var(--line); font-size: .88rem; color: var(--muted); text-decoration: none; line-height: 1.35; }
.toc a:hover, .toc a.is-active { color: var(--ink); border-left-color: var(--green); }

/* Contact */
.contact { display: grid; grid-template-columns: 1.3fr .7fr; gap: 28px; align-items: start; }
.contact__side { display: grid; gap: 24px; position: sticky; top: 110px; }
.contact__big { font-family: var(--f-display); font-size: 1.9rem; font-weight: 800; font-stretch: 115%; color: #fff; text-decoration: none; }
.contact__big:hover { color: var(--green-hi); }
.contact__list { display: grid; gap: 10px; margin: 6px 0 8px; }
.contact__list li { display: flex; gap: 10px; align-items: flex-start; font-size: .94rem; }
.contact__list .ico { color: var(--green-hi); margin-top: 3px; }
.contact__list a { color: #fff; }

/* ---------- Footer ---------- */
.ftr { position: relative; overflow: hidden; isolation: isolate; background: var(--space); color: var(--muted-d); font-size: .93rem; padding-bottom: 20px; }
.ftr__glow { position: absolute; z-index: -1; left: 50%; top: -300px; width: 1200px; height: 600px; translate: -50% 0; background: radial-gradient(closest-side, rgba(114, 182, 75, .12), transparent); }
.ftr__cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding: 50px 0; border-bottom: 1px solid var(--line-d); }
.ftr__cta .btns { margin: 0; }
.ftr__cta .eyebrow { margin-bottom: .5rem; color: var(--green-hi); }
.ftr__cta-title { font-family: var(--f-display); font-weight: 800; font-stretch: 118%; color: #fff; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.1; margin: 0; }
.ftr__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 36px; padding: 56px 0 40px; }
.ftr__brand p { margin: 20px 0; max-width: 34ch; }
.ftr__h { font-family: var(--f-display); font-weight: 750; font-stretch: 112%; color: #fff; font-size: .98rem; margin-bottom: 14px; }
.ftr__h a { text-decoration: none; }
.ftr__h--gap { margin-top: 26px; }
.ftr__col ul { display: grid; gap: 8px; }
.ftr__col a { text-decoration: none; transition: color .2s; }
.ftr__col a:hover, .ftr__contact a:hover { color: var(--green-hi); }
.ftr__areas { grid-template-columns: 1fr 1fr; column-gap: 12px; }
.ftr__contact { display: grid; gap: 10px; margin-bottom: 20px; }
.ftr__contact li { display: flex; gap: 10px; align-items: flex-start; }
.ftr__contact .ico { color: var(--green-hi); margin-top: 3px; }
.ftr__contact a { color: #E6ECF5; text-decoration: none; }
.social { display: flex; gap: 10px; }
.social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--line-d2); color: #fff; transition: .2s; }
.social a:hover { background: var(--green); border-color: var(--green); color: var(--space); }
.ftr__base { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid var(--line-d); font-size: .82rem; }
.ftr__base p { margin: 0; }
.ftr__base a { color: #E6ECF5; }
.ftr .logo .wm { width: 170px; }

/* Mobile action bar */
.mbar { display: none; }

/* 404 */
.hero--404 { text-align: center; }
.e404 { max-width: 760px; }
.e404__orb .orb { width: 160px; height: 160px; margin: 0 auto 30px; filter: drop-shadow(0 0 50px rgba(255, 140, 40, .55)); animation: float 8s ease-in-out infinite; }
.e404 .btns { justify-content: center; }
.hero--404 h1 { color: #fff; }

/* Pagination */
.pager { margin-top: 40px; }
.pager .nav-links { display: flex; gap: 8px; justify-content: center; }
.pager .page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 14px; border-radius: 12px; background: #fff; border: 1px solid var(--line); text-decoration: none; font-weight: 600; }
.pager .current { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Reveal on scroll */
.js [data-reveal] { opacity: 0; translate: 0 26px; transition: opacity .8s var(--ease), translate .8s var(--ease); }
.js [data-reveal].is-in { opacity: 1; translate: 0 0; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1440px) {
	.hdr__phone > span:last-child { display: none; }
	.hdr__main { gap: 18px; }
}
@media (max-width: 1240px) {
	.nav__link { padding: 10px 8px; font-size: .88rem; }
	.logo__sub { display: none; }
	.ftr__grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
	.ftr__brand { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 10px 40px; align-items: start; }
	.ftr__brand p { margin: 0; }
}
@media (max-width: 1080px) {
	:root { --hdr-h: 72px; }
	.hdr__bar { display: none; }
	.burger { display: block; }
	.hdr__cta .btn { display: none; }
	.hdr__phone span:last-child { display: none; }
	.nav {
		position: fixed; inset: var(--hdr-h) 0 0 0; z-index: 49; margin: 0; padding: 18px var(--gut) 120px; overflow-y: auto;
		background: var(--space); opacity: 0; visibility: hidden; translate: 0 -10px; transition: opacity .25s var(--ease), translate .25s var(--ease), visibility 0s .25s;
	}
	.hdr.is-open .nav { opacity: 1; visibility: visible; translate: 0 0; transition-delay: 0s; }
	.nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.nav__item { border-bottom: 1px solid var(--line-d); }
	.nav__link { width: 100%; justify-content: space-between; padding: 18px 4px; font-size: 1.12rem; border-radius: 0; }
	.nav__link:hover, .nav__link[aria-expanded="true"] { background: none; }
	.nav__link[aria-current="page"] { box-shadow: none; color: var(--green-hi); }
	.mega, .dd { position: static; translate: none !important; opacity: 1; visibility: visible; pointer-events: auto; display: none; width: auto; box-shadow: none; background: transparent; color: #E6ECF5; border-radius: 0; }
	.mega::before, .dd::before { display: none; }
	.nav__item.is-open > .mega, .nav__item.is-open > .dd { display: block; }
	.mega__in { grid-template-columns: 1fr; padding: 0 0 16px; }
	.mega__col { padding: 6px 0; }
	.mega__head { color: #fff; }
	.mega__ico { background: rgba(114, 182, 75, .14); color: var(--green-hi); }
	.mega__col li a, .dd li a { color: var(--muted-d); padding: 8px 10px 8px 48px; }
	.dd { padding: 0 0 12px; }
	.dd li a { padding-left: 10px; }
	.mega__col li a:hover, .dd li a:hover { background: rgba(255, 255, 255, .05); color: #fff; }
	.dd__all { border-top-color: var(--line-d); }
	.dd__all a { color: var(--green-hi) !important; }
	.mega__promo { margin-top: 8px; }
	.nav__mobile-cta { display: grid; gap: 12px; margin-top: 26px; }
	body.nav-open { overflow: hidden; }
	.hero__in { grid-template-columns: 1fr; text-align: left; }
	.hero { padding-top: calc(var(--hdr-h) + 30px); }
	.hero__visual { order: -1; }
	.eclipse { --d: min(420px, 74vw); margin-bottom: 40px; }
	.phero--img .phero__in { grid-template-columns: 1fr; }
	.phero__media { max-width: 640px; }
	.trades, .grid--3 { grid-template-columns: 1fr 1fr; }
	.grid--4 { grid-template-columns: 1fr 1fr; }
	.why__in, .contract__in, .areas__in, .qband__in, .faq-sec__in { grid-template-columns: 1fr; }
	.faq-sec__head, .radar-card { position: static; }
	.steps { grid-template-columns: 1fr 1fr; }
	.steps li::after { display: none; }
	.body-grid { grid-template-columns: 1fr; }
	.aside, .contact__side { position: static; }
	.contact { grid-template-columns: 1fr; }
	.proof__in { grid-template-columns: 1fr 1fr; }
	.proof__item:nth-child(3) { border-left: 0; padding-left: 0; }
	.proof__item { border-top: 1px solid var(--line-d); }
	.proof__item:nth-child(-n+2) { border-top: 0; }
	.ftr__grid { grid-template-columns: 1fr 1fr; }
	.ftr__brand { display: block; }
	.ftr__brand p { margin: 20px 0; }
}
@media (max-width: 700px) {
	body { font-size: 16px; padding-bottom: 68px; }
	.hdr__phone { display: none; }
	.logo .orb { width: 42px; height: 42px; }
	.logo .wm { width: 124px; }
	.logo__sub { font-size: .5rem; letter-spacing: .16em; }
	.hero { min-height: 0; padding-bottom: 64px; }
	.hero__title { font-size: clamp(2.2rem, 10.5vw, 3rem); }
	.hero__scroll { display: none; }
	.eclipse__caption { bottom: -44px; font-size: .74rem; }
	.btns .btn { flex: 1 1 100%; }
	.trades, .grid--3, .grid--4, .steps, .xtrade__grid, .checklist ul { grid-template-columns: 1fr; }
	.proof__item strong { font-size: 1.35rem; }
	.proof__item { padding: 20px 14px; }
	.proof__item:nth-child(even) { padding-right: 0; }
	.proof__item:nth-child(odd) { padding-left: 0; border-left: 0; }
	.contract__plan li { grid-template-columns: 40px 1fr; padding-right: 14px; }
	.contract__plan em { grid-column: 2; grid-row: auto; justify-self: start; margin-top: 6px; }
	.contract__plan::before { left: 19px; }
	.radar { --s: .62; }
	.radar__pin { font-size: .72rem; }
	.eform .row { grid-template-columns: 1fr; }
	.why__stamp { right: 0; top: -10px; }
	.ftr__grid { grid-template-columns: 1fr; gap: 28px; }
	.ftr__cta .btns { width: 100%; }
	.phero__media > .orb { width: 76px; height: 76px; right: -8px; top: -20px; }
	.post-cover { margin-top: -80px; }
	.post-cover .frame img { aspect-ratio: 16/10; }
	.mbar {
		display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); gap: 8px; background: rgba(5, 8, 15, .94); backdrop-filter: blur(12px); border-top: 1px solid var(--line-d);
	}
	.mbar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: 14px; font-family: var(--f-display); font-weight: 750; font-stretch: 108%; text-decoration: none; }
	.mbar__call { background: var(--green); color: #06120A; }
	.mbar__quote { border: 1px solid var(--line-d2); color: #fff; }
}
@media (max-width: 420px) {
	.radar { --s: .5; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
	.eclipse__moon { translate: 38% -38%; scale: .3; }
	.js [data-reveal] { opacity: 1; translate: none; }
}
@media print {
	.hdr, .ftr, .mbar, .qband, .aside, .hero__visual { display: none !important; }
	.phero, .hero { background: none !important; color: #000; padding: 20px 0; }
	.phero h1, .hero__title { color: #000 !important; }
}

/* Logged-in admin bar offsets */
.admin-bar .hdr { top: -5px; }
.admin-bar.tpl-home .hdr { top: 32px; }
@media (max-width: 1080px) { .hdr, .tpl-home .hdr.is-stuck, .hdr.is-open { top: 0; backdrop-filter: none; -webkit-backdrop-filter: none; } .hdr, .tpl-home .hdr.is-stuck { background: rgba(5, 8, 15, .97); } .tpl-home .hdr:not(.is-stuck):not(.is-open) { background: linear-gradient(rgba(5, 8, 15, .85), rgba(5, 8, 15, 0)); } .admin-bar .hdr, .admin-bar.tpl-home .hdr { top: 32px; } .hdr__cta { margin-left: auto; } .eyebrow { letter-spacing: .12em; } }
@media (max-width: 782px) { .admin-bar .hdr, .admin-bar.tpl-home .hdr { top: 46px; } }
@media (max-width: 600px) { .admin-bar .hdr { top: 0; } }
@media (max-width: 1080px) { .admin-bar .nav { inset: calc(var(--hdr-h) + 32px) 0 0 0; } }
@media (max-width: 782px) { .admin-bar .nav { inset: calc(var(--hdr-h) + 46px) 0 0 0; } }

/* Hero credentials (ARC authorisation, after-hours) */
.hero__creds { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.6rem; animation: rise .9s .36s var(--ease) both; }
.cred { display: flex; align-items: center; gap: 12px; padding: 10px 18px 10px 12px; border-radius: 16px; background: rgba(255, 255, 255, .04); border: 1px solid var(--line-d2); }
.cred > .ico { width: 34px; height: 34px; padding: 7px; border-radius: 10px; background: rgba(114, 182, 75, .14); color: var(--green-hi); }
.cred span { display: flex; flex-direction: column; line-height: 1.2; }
.cred small { font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-d); }
.cred strong { font-family: var(--f-display); font-stretch: 115%; font-weight: 800; font-size: 1.05rem; color: #fff; letter-spacing: .02em; }
.cred--arc { border-color: rgba(255, 177, 46, .45); background: linear-gradient(135deg, rgba(255, 177, 46, .12), rgba(255, 255, 255, .02)); box-shadow: 0 0 0 4px rgba(255, 177, 46, .05); }
.cred--arc > .ico { background: rgba(255, 177, 46, .16); color: var(--corona); }
.cred--arc strong { color: var(--corona); letter-spacing: .06em; }
.hero__trades { margin-top: 1.4rem; }
.eclipse__video { opacity: 1; }
.eclipse__corona { will-change: transform; }
@media (max-width: 700px) {
	.hero__creds { gap: 8px; }
	.cred { flex: 1 1 100%; }
}
.ftr__contact small, .contact__list small, .qband__list small { color: var(--muted-d); font-size: .82rem; }
/* Social links everywhere */
.social--bar { gap: 4px; }
.social--bar a { width: 26px; height: 26px; border-radius: 8px; border-color: var(--line-d); color: var(--muted-d); }
.social--bar a .ico { width: 14px; height: 14px; }
.social--bar a:hover { color: var(--space); }
.nav__follow, .aside__follow, .qband__follow { margin: 10px 0 8px !important; font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-d); }
.qband__follow { margin-top: 26px !important; }
.nav__mobile-cta .social { margin-top: 2px; }

/* Recent work gallery (real job photos) */
.work__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; grid-auto-flow: dense; gap: 14px; }
.work__item { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--navy); }
.work__item--0 { grid-column: span 2; grid-row: span 2; }
.work__item--3 { grid-row: span 2; }
.work__item--5 { grid-column: span 2; }
.work__item figure { margin: 0; height: 100%; }
.work__item img { width: 100%; height: 100%; object-fit: cover; transition: scale .8s var(--ease); }
.work__item:hover img { scale: 1.05; }
.work__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 16px 14px; font-size: .86rem; font-weight: 600; color: #fff; background: linear-gradient(transparent, rgba(5, 8, 15, .85)); }
.contract { border-top: 1px solid var(--line); }
@media (max-width: 1080px) { .work__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; } .work__item--3 { grid-row: span 1; } .work__item--5 { grid-column: span 1; } .work__item--6 { grid-column: span 2; } }
@media (max-width: 700px) {
	.work__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; margin: 0 calc(var(--gut) * -1); padding: 0 var(--gut) 6px; }
	.work__item { flex: 0 0 78%; height: 320px; scroll-snap-align: start; }
}
