/* ==== base: the generic pages are FLAT #081220 ==== */
body.synmax,
.editor-styles-wrapper { background: #081220; }
body {
	--sm-accent-maritime: #00a1e1;
	--sm-accent-energy: #00e96c;
	--min-height-hero: 784px;
}
.sm-section, .sm-footer { --divider: rgba(255,255,255,.2); --card-divider: rgba(255,255,255,.2); }
.sm-eyebrow { color: #fff; text-box: trim-both cap alphabetic; }
.sm-section.is-light .sm-eyebrow { color: var(--eyebrow); }
.sm-hero__lead, .sm-cta__title, .sm-cta__body, .sm-statband__cap,
.sm-footer__col a, .sm-footer__copy, .sm-footer__legal, .sm-footer__awards-label { text-box: trim-both cap alphabetic; }

/* ==== family section header ==== */
.sm-sectionhead { gap: 0; }
.sm-sectionhead::before { width: var(--edge); }
.sm-npvhead { gap: 12px; }
.sm-spot .sm-sectionhead::after, .sm-locs .sm-sectionhead::after { margin-right: 0; }

/* ==== section dividers ==== */
.sm-hero + .sm-section { border-top: 1px solid rgba(233,233,233,.3); }
.sm-footer { border-top: 1px solid rgba(233,233,233,.3); border-bottom: 1px solid rgba(233,233,233,.3); }

/* ==== header ==== */
.sm-site-header { top: 33px; }
.sm-site-header__inner { min-height: 78px; background: transparent; padding: 16px 28px 16px 32px; }
.sm-nav__link { font-size: var(--sm-fs-nav-link); padding: 8px 16px; line-height: var(--sm-lh-nav-link); }
/* header CTA mirrors the master hero button (green gradient, white border) at the CTA-band size */
/* Size comes from the SHARED .sm-btn-demo (synmax.css) — master carries only
   its green color skin here, never geometry. */
.sm-btn-demo { background: linear-gradient(180deg, rgba(0,233,108,.48), rgba(0,233,108,.32)); box-shadow: inset 0 0 24px rgba(0,233,108,.9); --bracket: var(--sm-hyperion); }

@media(max-width: 600px){.sm-site-header__inner { margin: 0px; width: 100%; }}
/* ==== hero ==== */
.sm-hero { min-height: 1064px; }
.sm-genhero__media { position: absolute; inset: 0; z-index: 0; }
.sm-genhero__royal { position: absolute; inset: 0; background: linear-gradient(180deg, #001857 0%, #060A28 100%); }
.sm-genhero__earth { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.synmax .sm-genhero__earth { height: 100%; }
.sm-genhero__scrim { position: absolute; inset: 0; background: linear-gradient(235.18deg, rgba(8,18,32,0) 20%, #081220 100%); }
.sm-genhero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,18,32,0) 65.49%, #081220 100%); }
.sm-genhero__fade { position: absolute; left: 0; right: 0; bottom: 0; height: 235px; background: linear-gradient(180deg, rgba(8,18,32,0) 45%, #081220 100%); }
.sm-hero.wp-block-cover { background: linear-gradient(180deg, #001857 0%, #060A28 100%); }
.sm-hero > .wp-block-cover__image-background { opacity: 1; translate: none !important; }
html.sm-anim .sm-hero > .wp-block-cover__image-background { inset: 0; height: 100%; animation: none; }
.sm-hero--sub > .wp-block-cover__image-background,
html.sm-anim .sm-hero--sub > .wp-block-cover__image-background { top: -215px; left: -1px; right: -1px; bottom: -167px; width: calc(100% + 2px); height: calc(100% + 382px); }
.sm-genhud { position: absolute; display: block; pointer-events: none; }
.sm-genhero__hud { left: calc(50% + 148px); top: 227px; width: 550px;}
.sm-hero__content { padding-top: 520px; padding-bottom: 185px; gap: 36px; }
.sm-hero__head { gap: 24px; }
.sm-hero__eyebrow { color: #fff; }
.sm-hero__title { font-size: var(--sm-fs-display); line-height: var(--sm-lh-display); letter-spacing: 0; text-transform: none; }
.sm-hero__rule { width: 100%; background: rgba(255,255,255,.2); }
.sm-hero__bottom { flex-direction: row; justify-content: space-between; align-items: center; gap: 32px; }
.sm-hero__lead { font-size: var(--sm-fs-body); line-height: var(--sm-lh-body); width: 632px; }
.sm-hero__ctas { gap: 28px; }
.sm-hero__ctas .sm-btn--gradient { box-shadow: inset 0 0 24px rgba(0,233,108,.9); }
.sm-hero__ctas .sm-btn--gradient.sm-btn--theia { box-shadow: inset 0 0 24px rgba(var(--sm-accent-rgb),.9); }
.sm-hero__scroll { bottom: 40px; gap: 16px; }
.sm-hero__content--bottom { justify-content: end; }

/* Home hero r5 (2026-08-04): content vertically CENTERED in the 100svh hero.
   Top-aligned (r4) put the title over the globe's bright limb where the
   silver text lost contrast; centering drops it onto the darker mid-globe.
   padding-top still clears the fixed header on short screens. */
body.home .sm-hero { min-height: calc(100svh / var(--sm-zoom, 1)); }
body.home .sm-hero__content {
	padding-top: 128px;
	padding-bottom: 48px;
	justify-content: center;
	gap: 30px;
	min-height: 0;
}
@media (max-width: 900px) {
	.sm-hero { min-height: 0; }
	.sm-hero__content { padding-top: 200px; padding-bottom: 90px; }
	.sm-hero__title { font-size: clamp(42px, 10vw, 72px); }
	.sm-hero__bottom { flex-direction: column; align-items: flex-start; gap: 24px; }
	.sm-genhero__hud { display: none; }
}

/* ==== contact hero ==== */
.sm-hero--contact { min-height: 925px; }
.sm-hero--contact .sm-hero__content { padding-top: 180px; padding-bottom: 180px; }
.sm-hero--contact .sm-hero__title { width: 640px; max-width: 100%; }
.sm-hero--contact .sm-hero__rule { width: 507px; max-width: 100%; }
.sm-hero--contact .sm-hero__lead { width: 500px; max-width: 100%; }
.sm-hero--contact .sm-genhero__hud { left: calc(50% + 96px); top: 278px; }
@media (max-width: 1280px) { .sm-hero--contact .sm-genhero__hud { display: none; } }

/* ==== subpage hero ==== */
.sm-hero--sub { min-height: var(--min-height-hero); }
.sm-hero--sub .sm-hero__content { padding-top: 235px; padding-bottom: 119px; }
.sm-hero--sub .sm-hero__head { gap: 8px; }
/* Sub-page hero titles fade like the home hero (2026-08-01 — the previous rule
   forced --sub/--about/--contact/--article to solid white).
   background-clip:text sizes the ramp to the ELEMENT BOX, not per line, so the
   shared 79.26% stop reads very differently by line count. Home is two lines
   (144px): grey starts at 114px, i.e. 58.5% into its LAST line. These heroes are
   one line (72px), where 79.26% greys only the bottom 15px and all but vanishes.
   Re-stopping at 58.5% makes a single-line title fade exactly like the home
   hero's last line — same look, not a heavier one. */
.sm-hero--sub, .sm-hero--about, .sm-hero--contact, .sm-hero--article {
  --sm-title-silver: linear-gradient(178.82deg, #FFFFFF 0%, #FFFFFF 58.5%, rgba(141,141,141,0.4) 100%);
}
.sm-hero--sub .sm-hero__lead { color: rgba(255,255,255,.8); width: 608px; text-box: trim-both cap alphabetic; }
.sm-subhero__media { position: absolute; inset: 0; z-index: 0; overflow: clip; }
.sm-subhero__photo { position: absolute; top: -215px; left: -1px; right: -1px; bottom: -167px; width: calc(100% + 2px); height: calc(100% + 382px); object-fit: cover; }
.synmax .sm-subhero__photo { height: calc(100% + 382px); }
.sm-subhero__blk { position: absolute; pointer-events: none; }
.sm-subhero__blk--1 { width: 191px; height: 192px; right: 1px; top: 254px; background: rgba(255,255,255,.08); }
.sm-subhero__blk--2 { width: 191px; height: 192px; right: 2px; top: -32px; background: rgba(255,255,255,.04); }
.sm-subhero__blk--3 { width: 96px; height: 287px; left: 1px; top: 160px; background: rgba(255,255,255,.08); }
.sm-subhero__dots { position: absolute; right: 1px; top: 447px; width: 96px; height: 96px; }

/* ==== benefits grid ==== */
.sm-benefits { position: relative; padding: 88px 0 100px; overflow: clip; }
.sm-benefits::before { content: ""; position: absolute; inset: 0; pointer-events: none;
	background:
		linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.2)),
		radial-gradient(900px 451px at 50% 100%,
			rgba(0,161,225,.2) 0%, rgba(6,129,180,.2) 25%, rgba(11,96,135,.2) 50%,
			rgba(17,64,90,.2) 75%, rgba(19,47,68,.2) 87.5%, rgba(22,31,45,.2) 100%); }
.sm-benefits > .sm-container { position: relative; z-index: 1; }
.sm-benefits .sm-section__inner > .sm-grid { margin-top: 32px; }
.sm-benefits .sm-iconbox { min-height: 232px; padding: 32px; justify-content: flex-start; }
.sm-benefits .sm-iconbox .sm-ic, .sm-benefits .sm-iconbox .sm-ic img { width: 44px; height: 44px; flex-basis: 44px; }
.sm-benefits .sm-iconbox > .sm-iconbox__title { font-size: var(--sm-fs-h5); line-height: var(--sm-lh-h5); margin-top: 28px; }
.sm-benefits .sm-grid.sm-bracket--btn { --bw: 23px; }

/* ==== article hero ==== */
.sm-hero--article .sm-hero__ctas .sm-btn { box-shadow: inset 0 0 24px rgba(0,161,225,.9); }
.sm-hero__date { text-box: trim-both cap alphabetic; }

/* ==== about hero ==== */
.sm-hero--about { min-height: var(--min-height-hero); }
.sm-hero--about .sm-hero__content { padding-top: 235px; padding-bottom: 179px; gap: 28px; }
.sm-hero--about .sm-hero__head { gap: 24px; }
.sm-hero--about .sm-hero__rule { width: 551px; }
.sm-hero--about .sm-hero__lead {  width: 551px; color: #E9E9E9; opacity: .9; }
.sm-hero--about .sm-genhero__hud { left: calc(50% + 96px); top: 100px; }

/* ==== stats — "By the Numbers" ==== */
.sm-statband { position: relative; padding: 88px 0 100px; }
.sm-statband > .sm-container { position: relative; z-index: 1; }
.sm-sectionhead + .sm-statband__row { margin-top: 32px; }
.sm-statband__row { gap: 28px; }
.sm-statband__row + .sm-statband__row { margin-top: 28px; }
.sm-statband__cell { gap: 12px; min-height: 234px; justify-content: center; background: rgba(0,0,0,.15); }
@media (max-width: 1100px){.sm-statband__cell {width: calc(50% - (28px / 2));} .sm-statband__cell:nth-child(odd):last-of-type{width: 100%;}}
@media (max-width: 600px){.sm-statband__cell {width: 100%;}}
.sm-statband__num { font-size: var(--sm-fs-h1); letter-spacing: .76px; line-height: var(--sm-lh-h1); text-transform: capitalize; background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 73.89%, #081220 100%); -webkit-background-clip: text; background-clip: text; }
@media (max-width: 781px){.sm-statband__num {font-size: 52px;}}
.sm-statband__cap { font-size: var(--sm-fs-body); line-height: var(--sm-lh-body); width: 100%; }
.sm-statband__cap::before { background: rgba(255,255,255,.2); margin-bottom: 12px; }

/* ==== news preview band ==== */
.sm-hero.sm-hero--article{min-height: var(--min-height-hero);}
.sm-npv { background: rgba(0,0,0,.15); }
.sm-npv .sm-section__inner > .sm-npv__row { margin-top: 40px; }
.sm-npvcard__cta .sm-btn { width: 105px; font-size: 16px; }
.sm-npvcard__cta .sm-btn > a { font-size: 16px !important; }

/* ==== News polish — matching the main site ==== */
.sm-npvfeature__title, .sm-npvcard__title { font-size: 24px; font-weight: 700; }
.sm-hero--article .sm-hero__title { font-size: clamp(38px, 5vw, 60px); }

/* ==== Contact polish — matching the main site ==== */
.sm-locs { background: rgba(0,0,0,.28); }

/* ==== Careers polish — matching the main site ==== */
.sm-benefits .sm-iconbox__title { font-weight: 700; }
.sm-loccard__title { font-weight: 700; }

/* ==== About polish — matching the main site ==== */
.sm-approach__title { font-size: var(--sm-fs-h2); line-height: var(--sm-lh-h2); }
.sm-biocard__name { font-weight: 400; }
.sm-team .sm-biocard__name { font-size: 24px; }
.sm-board .sm-biocard__name { font-size: 22px; }

/* ==== Home polish — matching the main site ==== */
/* The split's live HUD chips + reticle already provide the overlay; the baked
   genhud image doubled every chip. */
.sm-split .sm-genhud { display: none; }
.sm-split__title::after { content: ""; display: block; height: 1px; background: var(--divider); margin-top: 24px; }
/* Neutral news pills (main-site look) — maritime keeps its colored set. */
.sm-npvtag--news, .sm-npvtag--theia, .sm-npvtag--hyperion, .sm-npvtag--vulcan {
	background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.28); color: #E9E9E9; }

/* ==== CTA — "We are hiring." ==== */
.sm-cta { position: relative; overflow: clip; padding: 88px 0 100px; }
.sm-cta:not(.is-light) { background: #081220; }
.sm-cta::before { content: ""; position: absolute; inset: 0; pointer-events: none;
	background:
		linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.2)),
		radial-gradient(1689px 350px at 50% 438px,
			rgba(0,161,225,.24) 0%, rgba(6,129,180,.24) 25%, rgba(11,96,135,.24) 50%,
			rgba(17,64,90,.24) 75%, rgba(19,47,68,.24) 87.5%, rgba(22,31,45,.24) 100%); }
.sm-cta::after { content: ""; position: absolute; top: 0; height: 88px; width: 1px;
	background: rgba(255,255,255,.2); left: max(calc(50% - 616px), var(--sm-gutter)); pointer-events: none; }
.sm-cta .sm-container { width: min(1232px, 100% - 2 * var(--sm-gutter)); position: relative; z-index: 1; }
.sm-cta .sm-sectionhead { --edge: max(var(--sm-gutter), (var(--sm-wrap, 1440px) - 1232px) / 2); }
.sm-cta .sm-eyebrow { color: #fff; }
.sm-cta__inner > .sm-cta__title { margin-top: 32px; font-size: var(--sm-fs-h1); line-height: var(--sm-lh-h1); color: #fff; min-height: 55px; }
.sm-cta__inner > .sm-cta__body { margin-top: 28px; font-size: var(--sm-fs-body); font-weight: 300; line-height: var(--sm-lh-body); max-width: 600px; color: #C7D1E0; min-height: 115px; }
.sm-cta__inner > .sm-cta__btns, .sm-cta__inner > .sm-signup { margin-top: 28px; }
.sm-cta:not(.is-light) .sm-cta__btns::before { bottom: 0; right: 32px; z-index: 2; background: rgba(255,255,255,.2); }
.sm-cta:not(.is-light) .sm-cta__btns::after { top: 0; left: 32px; z-index: 2; background: rgba(255,255,255,.2); }
/* CTA buttons deliberately carry NO master re-skin: the neutral button is a
   shared component (synmax.css §buttons + the .sm-cta neutral treatment) and
   must render identically on all three sites. */
/* Light hiring band (main-site white): drop the radial + tick, restore token colors. */
.sm-cta.is-light::before, .sm-cta.is-light::after { content: none; }
.sm-cta.is-light .sm-eyebrow { color: var(--eyebrow); }
.sm-cta.is-light .sm-cta__inner > .sm-cta__title { color: var(--sm-ink); }
.sm-cta.is-light .sm-cta__inner > .sm-cta__body { color: var(--sm-ink-soft); }

/* ==== footer ==== */
.sm-footer { background: rgba(0,0,0,.15); padding-block: 80px; }
.sm-footer__cols { gap: 56px; }
.sm-footer__head { margin: 0 0 20px; }
.sm-footer__col { gap: 4px; }
.sm-footer__rule { border-top-color: rgba(255,255,255,.2); margin: 32px 0; }	
.sm-footer__social a svg { width: 16px; height: 16px; }
.sm-footer__awards-label { font-size: var(--sm-fs-body); font-weight: 600; width: auto; }
.sm-footer__awards-div { width: 2px; height: 45px; }
.sm-footer__legal { margin: 32px 0 0; line-height: 1; font-size: var(--sm-fs-tagline); text-align: center; color: var(--sm-white);}
.sm-footer__legal a { font-size: var(--sm-fs-tagline); }


@media (max-width: 760px) {
	/* contact/about heroes carry fixed 500-640px internals */
	.sm-hero--contact .sm-hero__title, .sm-hero--contact .sm-hero__lead { width: auto; }
	.sm-hero--contact .sm-hero__rule { width: 100%; }
	.sm-hero__lead { width: auto; }
	.sm-split__title { font-size: 30px; line-height: 1.15; }
	.sm-hub__card { position: static; width: auto; margin-top: 24px; }
}

/* ==== GAP Patterns ==== */

.bg-ship {background: linear-gradient(rgba(8, 18, 32, 0.3), rgba(8, 18, 32, 0.3)), url('/wp-content/themes/synmax/assets/img/ship-bg.png');background-size: cover; background-repeat: no-repeat; background-position-x: 100%;}
.sm-split__chrome{width: 100%;height: 100%;position: relative;}
.sm-split__hud{    left: 18%;top: 104px;width: 50%;height: auto;opacity: .7;}

/* ==== Hub Patterns ==== */
@media((max-width: 1280px)){
	.sm-hub__panel .sm-hub__explore{right: var(--sm-gutter);}
	.sm-split__hud{left: 20%;width: 60%;}
}

@media((max-width: 981px)){
	.sm-split__media .sm-section__ovB, .sm-split__media .sm-section__ovA{display: none;}
	.sm-split__hud{left: 20%;width: 40%;top: 50px;}
	.sm-split__media .sm-split__ovB, .sm-split__media .sm-split__ovA{display: none;}
}

/* ==== by-the-numbers as a slim banner (2026-08-04) ====
   Must live here, not synmax.css: this file loads after it and re-tiles the
   statband (234px min-height cells, 88/100 section padding), so the banner
   overrides have to come later in the cascade. */
.sm-section.sm-statband--banner { padding: 26px 0; border-top: 1px solid rgba(233,233,233,.14); border-bottom: 1px solid rgba(233,233,233,.14); }
.sm-statband--banner .sm-statband__row { display: flex; align-items: center; gap: 0; margin: 0; padding: 0; }
.sm-statband--banner .sm-statband__label { flex: 0 0 auto; padding-right: 36px; }
.sm-statband--banner .sm-statband__label .sm-eyebrow { margin: 0; white-space: nowrap; }
.sm-statband--banner .sm-statband__cell:first-of-type { flex: 1.3 1 0; }
.sm-statband--banner .sm-statband__cell { flex: 1 1 0; width: auto; min-height: 0; background: none; border: 0; border-left: 1px solid rgba(233,233,233,.16); padding: 2px 26px; align-items: flex-start; justify-content: flex-start; text-align: left; gap: 7px; }
.sm-statband--banner .sm-statband__num { font-size: clamp(26px, 2.4vw, 34px); line-height: 1.05; letter-spacing: .4px; text-transform: none; }
.sm-statband--banner .sm-statband__cap { font-size: 13px; line-height: 1.4; color: #8FA0B5; width: auto; }
.sm-statband--banner .sm-statband__cap::before { display: none; }
/* Wrapped: a real 2-column grid, not flex-wrap. Flex-wrap let the first cell
   keep its 1.3 share so the two rows never lined up, and only nth-child(2) had
   its divider stripped — leaving row 2's first cell indented 26px behind a
   stray hairline. In the grid, children 2 and 4 ARE the left column (child 1 is
   the label), so both lose the divider and sit flush with the container edge. */
@media (max-width: 1100px) {
  .sm-statband--banner .sm-statband__row { display: grid; grid-template-columns: 1fr 1fr; column-gap: 0; row-gap: 22px; align-items: start; }
  .sm-statband--banner .sm-statband__label { grid-column: 1 / -1; padding: 0 0 2px; }
  .sm-statband--banner .sm-statband__cell,
  .sm-statband--banner .sm-statband__cell:first-of-type { width: auto; padding: 2px 26px; }
  .sm-statband--banner .sm-statband__cell:nth-child(even) { border-left: 0; padding-left: 0; }
}
@media (max-width: 620px) {
  .sm-statband--banner .sm-statband__row { grid-template-columns: 1fr; row-gap: 18px; }
  .sm-statband--banner .sm-statband__cell,
  .sm-statband--banner .sm-statband__cell:first-of-type { border-left: 0; padding-left: 0; padding-right: 0; }
}

/* ==== compact sub-hero for thin pages (2026-08-04) ====
   .sm-hero--sub is 784px tall with 235px top padding, sized for About/Careers
   where the hero carries a multi-paragraph intro. Investors and Labs carry a
   single lead line, so that geometry left ~300px of void between the lead and
   the first paragraph — the page read as empty. */
.sm-hero--sub.sm-hero--compact { min-height: 560px; }
.sm-hero--sub.sm-hero--compact .sm-hero__content { padding-top: 188px; padding-bottom: 76px; }
@media (max-width: 900px) {
  .sm-hero--sub.sm-hero--compact { min-height: 0; }
  .sm-hero--sub.sm-hero--compact .sm-hero__content { padding-top: 160px; padding-bottom: 56px; }
}

/* ==== home hero legibility (2026-08-04) ====
   The globe artwork is bright through the middle, exactly where the centred
   title and lead sit, so the silver-gradient headline lost contrast. Rather
   than darken the whole image (which flattens the artwork), lay a soft radial
   scrim behind the text column only, and lift the base gradients slightly. */
body.home .sm-genhero__scrim { background: linear-gradient(235.18deg, rgba(8,18,32,.28) 20%, #081220 100%); }
body.home .sm-genhero__overlay { background: linear-gradient(180deg, rgba(8,18,32,.22) 45%, rgba(8,18,32,.86) 100%); }
body.home .sm-hero::after {
	content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background: radial-gradient(1100px 620px at 26% 52%, rgba(6, 12, 22, .74) 0%, rgba(6, 12, 22, .45) 45%, rgba(6, 12, 22, 0) 78%);
}
body.home .sm-hero > .wp-block-cover__inner-container { position: relative; z-index: 2; }
