/* ==========================================================================
   Airfaiba — static site stylesheet
   Design system: fiber-optic light travelling through cut glass. Sharp
   cleaved edges (no border-radius, anywhere), signal-blue light, a scroll
   "fiber line" spine, and instrumentation-style data readouts throughout.
   ========================================================================== */

/* ---- Fonts ---- */
@font-face { font-family: "Sora"; font-weight: 400; font-style: normal; src: url("../fonts/sora/sora-latin-400-normal.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Sora"; font-weight: 600; font-style: normal; src: url("../fonts/sora/sora-latin-600-normal.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Sora"; font-weight: 700; font-style: normal; src: url("../fonts/sora/sora-latin-700-normal.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Sora"; font-weight: 800; font-style: normal; src: url("../fonts/sora/sora-latin-800-normal.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Inter"; font-weight: 400; font-style: normal; src: url("../fonts/inter/inter-latin-400-normal.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Inter"; font-weight: 500; font-style: normal; src: url("../fonts/inter/inter-latin-500-normal.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Inter"; font-weight: 600; font-style: normal; src: url("../fonts/inter/inter-latin-600-normal.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Inter"; font-weight: 700; font-style: normal; src: url("../fonts/inter/inter-latin-700-normal.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "JetBrains Mono"; font-weight: 400; font-style: normal; src: url("../fonts/jetbrains-mono/jetbrains-mono-latin-400-normal.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "JetBrains Mono"; font-weight: 500; font-style: normal; src: url("../fonts/jetbrains-mono/jetbrains-mono-latin-500-normal.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "JetBrains Mono"; font-weight: 700; font-style: normal; src: url("../fonts/jetbrains-mono/jetbrains-mono-latin-700-normal.woff2") format("woff2"); font-display: swap; }

:root {
	--slice-lg: clamp(28px, 4vw, 64px);
	--slice-sm: 14px;

	--color-signal-blue: #00AEEF;
	--color-signal-blue-dim: #0090c9;
	--color-signal-cyan: #6EE7F9;
	--color-deep-navy: #111827;
	--color-navy-950: #080D16;
	--color-navy-900: #0D1526;
	--color-navy-800: #16223A;
	--color-ink: #05070A;
	--color-mist: #F5F8FB;
	--color-slate: #64748B;
	--color-line: rgba(15, 23, 42, 0.09);
	--color-line-dark: rgba(255, 255, 255, 0.14);

	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
	--ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
	--header-h: 76px;
}

/* ---- Reset / base ---- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.no-scroll, body.no-scroll { overflow: hidden; }
body {
	margin: 0;
	color: var(--color-ink);
	background: #fff;
	font-family: "Inter", sans-serif;
	font-size: 1.0625rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}
a { text-decoration: none; color: var(--color-signal-blue); }
a:hover { color: var(--color-deep-navy); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 { font-family: "Sora", sans-serif; font-weight: 700; line-height: 1.12; margin: 0 0 0.6em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.75rem, 6.2vw, 5rem); font-weight: 800; letter-spacing: -0.025em; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); letter-spacing: -0.015em; }
h3 { font-size: 1.375rem; }
p { margin: 0 0 1em; }
* { border-radius: 0 !important; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--color-signal-blue); color: #fff; padding: 0.75em 1.25em; z-index: 100000; }
.skip-link:focus { left: 8px; top: 8px; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
	outline: 3px solid var(--color-signal-blue);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* ---- Layout helpers ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }
.container-narrow { max-width: 740px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }
section { padding-top: 5rem; padding-bottom: 5rem; position: relative; }

/* ---- WP-block-equivalent utility classes ---- */
.wp-block-columns { display: flex; flex-wrap: wrap; gap: 2rem; margin: 0; }
.wp-block-column { flex: 1 1 240px; min-width: 0; }
.wp-block-buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.wp-block-button__link {
	display: inline-block;
	position: relative;
	padding: 0.85em 1.6em;
	background: var(--color-signal-blue);
	color: #fff;
	font-family: "Sora", sans-serif;
	font-weight: 600;
	border: 2px solid transparent;
	cursor: pointer;
	font-size: 1rem;
	overflow: hidden;
	isolation: isolate;
	transition: background-color 0.3s ease, box-shadow 0.35s ease, transform 0.2s var(--ease-out), border-color 0.3s ease;
}
.wp-block-button__link::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
	transform: translateX(-140%) skewX(-15deg);
	transition: transform 0.6s var(--ease-out);
	z-index: -1;
}
.wp-block-button__link:hover::before { transform: translateX(140%) skewX(-15deg); }
.wp-block-button__link:hover { background: var(--color-deep-navy); color: #fff; box-shadow: 0 14px 32px -8px rgba(0, 174, 239, 0.55); }
.wp-block-button__link:active { transform: scale(0.97); }
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	background: transparent;
	border: 2px solid currentColor;
	color: inherit;
}
.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover { box-shadow: 0 14px 32px -10px rgba(17,24,39,0.35); }
.has-text-align-center { text-align: center; }
.has-white-color, .has-text-color.has-white-color { color: #fff; }
.has-mist-background-color { background: var(--color-mist); }
.has-deep-navy-background-color { background: var(--color-navy-950); color: rgba(255,255,255,0.85); position: relative; }
.has-deep-navy-background-color h1, .has-deep-navy-background-color h2, .has-deep-navy-background-color h3 { color: #fff; }

/* ==========================================================================
   Ambient texture — fine grain + radial light wash, used on dark sections
   ========================================================================== */
.has-deep-navy-background-color::before,
.airfaiba-hero::after,
.airfaiba-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.05;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
	z-index: 0;
}

/* ==========================================================================
   Slice motif utilities — the cleaved-fiber cut is the site's geometry
   ========================================================================== */
.has-slice-corner { clip-path: polygon(0 0, calc(100% - var(--slice-sm)) 0, 100% var(--slice-sm), 100% 100%, 0 100%); }
.has-slice-corner-lg { clip-path: polygon(0 0, calc(100% - var(--slice-lg)) 0, 100% var(--slice-lg), 100% 100%, 0 100%); }
.slice-divider { position: relative; clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--slice-lg)), 0 100%); }

/* ==========================================================================
   Scroll-reveal
   ========================================================================== */
.js-reveal .reveal-up { opacity: 0; transform: translateY(32px); filter: blur(6px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out), filter 0.8s var(--ease-out); }
.js-reveal .reveal-up.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.wp-block-columns .reveal-up:nth-child(2) { transition-delay: 0.08s; }
.wp-block-columns .reveal-up:nth-child(3) { transition-delay: 0.16s; }
.wp-block-columns .reveal-up:nth-child(4) { transition-delay: 0.24s; }

/* ---- Hover interactions ---- */
.airfaiba-card {
	transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s ease;
	transform-style: preserve-3d;
	will-change: transform;
	position: relative;
}
.airfaiba-card::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(240px circle at var(--mx, 50%) var(--my, 50%), rgba(0,174,239,0.14), transparent 65%);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.airfaiba-card:hover::after { opacity: 1; }
.airfaiba-card:hover { box-shadow: 0 24px 48px -14px rgba(17, 24, 39, 0.18); border-color: var(--color-signal-blue); }
.airfaiba-card--featured:hover { box-shadow: 0 24px 56px -10px rgba(0, 174, 239, 0.4); }
.airfaiba-header__nav a { position: relative; }
.airfaiba-header__nav a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--color-signal-blue); transition: width 0.3s var(--ease-out); }
.airfaiba-header__nav a:hover::after, .airfaiba-header__nav a[aria-current="page"]::after { width: 100%; }

/* ---- Eyebrow / status readout label ---- */
.airfaiba-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55em;
	font-family: "JetBrains Mono", monospace;
	font-weight: 500;
	font-size: 0.78rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--color-signal-blue);
	margin-bottom: 0.85rem;
}
.airfaiba-eyebrow::before {
	content: "";
	width: 7px;
	height: 7px;
	background: var(--color-signal-blue);
	box-shadow: 0 0 0 3px rgba(0,174,239,0.22);
	flex: none;
	animation: af-blink 2.2s ease-in-out infinite;
}
@keyframes af-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.airfaiba-hero .airfaiba-eyebrow { color: var(--color-signal-cyan); }

/* ---- Stats band ---- */
.airfaiba-stats-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; position: relative; }
.airfaiba-stat { text-align: center; flex: 1 1 160px; position: relative; }
.airfaiba-stat:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 8px;
	right: -1.05rem;
	width: 1px;
	height: 46px;
	background: linear-gradient(to bottom, transparent, rgba(0,174,239,0.4), transparent);
	display: none;
}
@media (min-width: 640px) { .airfaiba-stat:not(:last-child)::after { display: block; } }
.airfaiba-stat__number { display: block; font-family: "JetBrains Mono", monospace; font-weight: 700; font-size: clamp(2rem, 4vw, 2.75rem); color: var(--color-signal-blue); text-shadow: 0 0 28px rgba(0,174,239,0.35); }
.airfaiba-stat__number--static { color: var(--color-signal-blue); }
.airfaiba-stat__label { display: block; font-family: "Inter", sans-serif; color: rgba(255, 255, 255, 0.75); font-size: 0.9rem; margin-top: 0.35rem; }

/* ---- Who we are photo ---- */
.airfaiba-illustration-wrap { position: relative; width: 100%; max-width: 480px; aspect-ratio: 4 / 3; margin: 0 auto; box-shadow: 0 24px 48px -16px rgba(17,24,39,0.28); }

/* ---- Who-we-are cutout portrait: subject has a transparent background,
        styled as an organic blob + offset outline (brand-blue take on a
        popular "cutout on a shape" treatment), with a light 3D tilt on
        hover handled in animations.js ---- */
.airfaiba-cutout-frame {
	display: flex; align-items: flex-end; justify-content: center;
	overflow: visible;
	box-shadow: none;
	transition: transform 0.35s var(--ease-out);
	transform-style: preserve-3d;
	will-change: transform;
}
.airfaiba-cutout-frame__blob {
	position: absolute; z-index: 0;
	inset: 10% 7% 4% 11%;
	background: linear-gradient(150deg, var(--color-signal-blue) 0%, var(--color-deep-navy) 80%);
	border-radius: 6% 46% 40% 44% !important;
	transform: rotate(-2deg);
	box-shadow: 0 30px 55px -18px rgba(0,174,239,0.4);
}
.airfaiba-cutout-frame__outline {
	position: absolute; z-index: 0; pointer-events: none;
	inset: -9% -7% 18% 20%;
	border: 3px solid rgba(0,174,239,0.55);
	border-radius: 10% !important;
	transform: rotate(13deg);
}
@media (max-width: 600px) {
	.airfaiba-cutout-frame__outline { inset: -6% -3% 14% 14%; transform: rotate(9deg); }
}
.airfaiba-cutout-frame img {
	position: relative; z-index: 1;
	width: 74%; max-width: 320px; height: auto; display: block;
	margin-bottom: 3%;
	filter: drop-shadow(0 18px 20px rgba(8,13,22,0.35));
}

/* ---- Testimonials ---- */
.airfaiba-testimonial { background: #fff; padding: clamp(1.5rem, 3vw, 2rem); border: 1px solid rgba(17, 24, 39, 0.06); transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.3s ease; position: relative; }
.airfaiba-testimonial:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(17, 24, 39, 0.1); border-color: rgba(0,174,239,0.35); }
.airfaiba-quote-mark { width: 32px; height: 24px; margin-bottom: 0.75rem; transition: transform 0.35s var(--ease-out); }
.airfaiba-testimonial:hover .airfaiba-quote-mark { transform: scale(1.15) rotate(-4deg); }
.airfaiba-testimonial__author { font-family: "Sora", sans-serif; font-weight: 600; color: var(--color-deep-navy); font-size: 0.9rem; margin-top: 0.75rem; }

/* ---- Form notices + honeypot ---- */
.airfaiba-form-notice { padding: 1em 1.25em; margin-bottom: 1.5rem; font-family: "Sora", sans-serif; font-weight: 600; font-size: 0.95rem; border-left: 3px solid var(--color-signal-blue); animation: af-notice-in 0.5s var(--ease-out); }
@keyframes af-notice-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.airfaiba-form-notice--success { background: rgba(0, 174, 239, 0.15); color: #ffffff; border-left-color: var(--color-signal-blue); }
.airfaiba-form-notice--error { background: rgba(220, 38, 38, 0.15); color: #ffffff; border-left-color: #dc2626; }
.airfaiba-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.airfaiba-contact-strip { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.12); gap: 1rem; flex-wrap: wrap; display: flex; justify-content: space-between; position: relative; z-index: 1; }
.airfaiba-contact-strip a { color: #fff; transition: color 0.25s ease, transform 0.25s ease; display: inline-block; }
.airfaiba-contact-strip a:hover { color: var(--color-signal-cyan); transform: translateX(3px); }

/* ==========================================================================
   Site header — transparent-on-hero, glass-on-scroll
   ========================================================================== */
.airfaiba-header {
	display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
	padding: 1.1rem clamp(1.25rem, 4vw, 3rem);
	background: transparent;
	position: sticky; top: 0; z-index: 999;
	border-bottom: 1px solid transparent;
	transition: background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease, padding 0.4s ease;
}
.airfaiba-header__logo { position: relative; height: 44px; }
.airfaiba-header__logo img { height: 44px; width: auto; position: absolute; inset: 0; transition: opacity 0.35s ease; }
/* Default: transparent header sits over the dark hero photo, so the WHITE
   wordmark (logo-on-dark) shows and the black one stays hidden. */
.airfaiba-header__logo img.logo-on-light { opacity: 0; }
/* Once the header goes solid/glass (scrolled past the hero, or on a page
   with no hero at all), the background turns light, so we flip to the
   BLACK wordmark (logo-on-light) for contrast. */
body.header-solid .airfaiba-header__logo img.logo-on-dark { opacity: 0; }
body.header-solid .airfaiba-header__logo img.logo-on-light { opacity: 1; }
body:not(.has-transparent-header) .airfaiba-header__logo img.logo-on-dark { opacity: 0; }
body:not(.has-transparent-header) .airfaiba-header__logo img.logo-on-light { opacity: 1; }

.airfaiba-header__nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.25rem); }
.airfaiba-header__nav ul { list-style: none; display: flex; gap: clamp(1rem, 2vw, 2rem); margin: 0; padding: 0; }
.airfaiba-header__nav a { color: #fff; font-family: "Sora", sans-serif; font-weight: 600; font-size: 0.95rem; transition: color 0.3s ease; }
body.header-solid .airfaiba-header__nav a, body:not(.has-transparent-header) .airfaiba-header__nav a { color: var(--color-ink); }
.airfaiba-header__nav a:hover { color: var(--color-signal-blue); }
.airfaiba-header__cta .wp-block-button__link { background: var(--color-signal-blue); color: #fff !important; font-family: "Sora", sans-serif; font-weight: 600; padding: 0.7em 1.4em; white-space: nowrap; }
.airfaiba-header__cta .wp-block-button__link:hover { background: var(--color-deep-navy); color: #fff !important; }
.airfaiba-nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; z-index: 1001; position: relative; }
.airfaiba-nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: transform 0.3s var(--ease-out), opacity 0.3s ease, background-color 0.3s ease; }
body.header-solid .airfaiba-nav-toggle span, body:not(.has-transparent-header) .airfaiba-nav-toggle span { background: var(--color-ink); }
body.nav-open .airfaiba-nav-toggle span { background: #fff !important; }

body.header-solid .airfaiba-header, body:not(.has-transparent-header) .airfaiba-header {
	background: rgba(255,255,255,0.82);
	backdrop-filter: blur(16px) saturate(160%);
	-webkit-backdrop-filter: blur(16px) saturate(160%);
	border-bottom-color: var(--color-line);
	box-shadow: 0 8px 30px -18px rgba(17,24,39,0.25);
	padding-top: 0.85rem; padding-bottom: 0.85rem;
}

@media (max-width: 782px) {
	.airfaiba-nav-toggle { display: block; }
	.airfaiba-header__nav {
		position: fixed; inset: 0; top: 0; left: 0; right: 0;
		background: var(--color-navy-950);
		flex-direction: column; align-items: flex-start; justify-content: center;
		padding: 1.5rem clamp(1.5rem, 8vw, 3rem);
		display: flex;
		opacity: 0; visibility: hidden;
		transform: translateY(-8px);
		transition: opacity 0.35s var(--ease-out), visibility 0.35s, transform 0.35s var(--ease-out);
		z-index: 1000;
	}
	.airfaiba-header__nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
	.airfaiba-header__nav ul { flex-direction: column; gap: 0.4rem; width: 100%; }
	.airfaiba-header__nav ul li { overflow: hidden; }
	.airfaiba-header__nav ul li a { display: block; padding: 0.6rem 0; font-size: clamp(1.6rem, 8vw, 2.25rem); color: #fff; opacity: 0; transform: translateY(24px); transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out); }
	.airfaiba-header__nav.is-open ul li a { opacity: 1; transform: translateY(0); }
	.airfaiba-header__nav.is-open ul li:nth-child(1) a { transition-delay: 0.08s; }
	.airfaiba-header__nav.is-open ul li:nth-child(2) a { transition-delay: 0.14s; }
	.airfaiba-header__nav.is-open ul li:nth-child(3) a { transition-delay: 0.2s; }
	.airfaiba-header__nav.is-open ul li:nth-child(4) a { transition-delay: 0.26s; }
	.airfaiba-header__nav .airfaiba-header__cta { margin-top: 2rem; opacity: 0; transition: opacity 0.5s ease 0.32s; }
	.airfaiba-header__nav.is-open .airfaiba-header__cta { opacity: 1; }
	body.nav-open .airfaiba-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	body.nav-open .airfaiba-nav-toggle span:nth-child(2) { opacity: 0; }
	body.nav-open .airfaiba-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.airfaiba-hero {
	background: radial-gradient(120% 140% at 82% -10%, rgba(0,174,239,0.35) 0%, transparent 55%), linear-gradient(155deg, var(--color-navy-950) 0%, #0B2540 55%, #00AEEF 130%);
	color: #fff;
	padding: clamp(6.5rem, 13vw, 10.5rem) clamp(1.25rem, 4vw, 3rem) clamp(6rem, 12vw, 10rem);
	position: relative; overflow: hidden;
	margin-top: calc(-1 * var(--header-h));
}
.airfaiba-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(0, 174, 239, 0.25) 0%, transparent 45%), radial-gradient(circle at 85% 75%, rgba(0, 174, 239, 0.18) 0%, transparent 40%); z-index: 0; pointer-events: none; }
.airfaiba-hero__content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }

/* ---- Hero: copy sits in normal flow at a fixed width; the signal-ring
   animation is an absolutely-positioned decorative layer behind it, so
   enlarging/moving the animation never shifts the headline's position,
   and it's present at every breakpoint (not just desktop). ---- */
.airfaiba-hero__grid { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
.airfaiba-hero__grid .airfaiba-hero__content { position: relative; z-index: 2; max-width: 640px; margin: 0; }

.airfaiba-hero__visual {
	position: absolute; z-index: 1; pointer-events: none;
	top: 50%; right: -6%;
	width: min(92vw, 640px); aspect-ratio: 1;
	transform: translateY(-46%);
	display: flex; align-items: center; justify-content: center;
}
.airfaiba-hero__visual .airfaiba-hero__motif { position: absolute; inset: 0; margin: auto; width: 100%; height: 100%; opacity: 0.6; z-index: 0; pointer-events: none; transform: translate(var(--parallax-x, 0), var(--parallax-y, 0)); transition: transform 0.2s linear; }
@media (min-width: 640px) { .airfaiba-hero__visual { top: 42%; right: -2%; } }
@media (min-width: 960px) { .airfaiba-hero__visual { top: 38%; right: 4%; } .airfaiba-hero__visual .airfaiba-hero__motif { opacity: 0.75; } }

.airfaiba-hero__visual-glow {
	position: absolute; width: min(78vw, 380px); aspect-ratio: 1;
	background: radial-gradient(circle, rgba(0,174,239,0.42) 0%, rgba(0,174,239,0.14) 45%, transparent 72%);
	filter: blur(4px); z-index: 0; pointer-events: none;
	animation: airfaiba-node-glow 3.4s ease-in-out infinite;
}
@media (min-width: 960px) { .airfaiba-hero__visual-glow { width: min(60vw, 520px); } }

.airfaiba-hero__visual .airfaiba-hero__motif .signal-ring { transform-origin: center; animation: airfaiba-pulse 3.6s ease-out infinite; }
.airfaiba-hero__visual .airfaiba-hero__motif .signal-ring:nth-child(2) { animation-delay: 0.6s; }
.airfaiba-hero__visual .airfaiba-hero__motif .signal-ring:nth-child(3) { animation-delay: 1.2s; }
.airfaiba-hero__visual .airfaiba-hero__motif .signal-node { animation: airfaiba-node-glow 2.4s ease-in-out infinite; }
.airfaiba-hero__visual .airfaiba-hero__motif .signal-dot { animation: airfaiba-drift 6s ease-in-out infinite; }
@keyframes airfaiba-pulse { 0% { opacity: 0.65; transform: scale(0.72); } 70% { opacity: 0; transform: scale(1.15); } 100% { opacity: 0; transform: scale(1.15); } }
@keyframes airfaiba-node-glow { 0%, 100% { opacity: 0.85; } 50% { opacity: 1; } }
@keyframes airfaiba-drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.airfaiba-hero h1 { color: #fff; max-width: 20ch; }
.airfaiba-hero h1 .word { display: inline-block; overflow: hidden; }
.airfaiba-hero h1 .word span { display: inline-block; transform: translateY(115%); animation: af-word-in 0.9s var(--ease-out) forwards; }
@keyframes af-word-in { to { transform: translateY(0); } }
.airfaiba-hero p { color: rgba(255, 255, 255, 0.85); max-width: 55ch; font-size: 1.125rem; }
.airfaiba-hero .wp-block-button__link.is-style-outline { border: 2px solid #fff; color: #fff !important; }

/* ==========================================================================
   Cards (plans, features, coverage tiles)
   ========================================================================== */
.airfaiba-card { background: #fff; border: 1px solid rgba(17, 24, 39, 0.08); padding: clamp(1.5rem, 3vw, 2.25rem); }
.airfaiba-feature-icon-wrap {
	width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
	background: linear-gradient(145deg, rgba(0,174,239,0.1), rgba(0,174,239,0.02));
	border: 1px solid rgba(0,174,239,0.18);
	margin-bottom: 1.25rem;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
	transition: transform 0.35s var(--ease-out), background 0.35s ease;
}
.airfaiba-card:hover .airfaiba-feature-icon-wrap { transform: translateY(-3px) rotate(-3deg); background: linear-gradient(145deg, rgba(0,174,239,0.2), rgba(0,174,239,0.04)); }
.airfaiba-feature-icon { width: 30px; height: 30px; display: block; }
.airfaiba-feature-icon circle, .airfaiba-feature-icon path, .airfaiba-feature-icon line, .airfaiba-feature-icon rect { stroke: var(--color-signal-blue); }
.airfaiba-cta-motif { position: absolute; bottom: 0; right: 0; width: min(38vw, 380px); height: auto; opacity: 0.35; pointer-events: none; }
.airfaiba-cta-motif .signal-dot { animation: airfaiba-drift 7s ease-in-out infinite; }
.airfaiba-card__spec { font-family: "JetBrains Mono", monospace; font-weight: 500; color: var(--color-signal-blue); }
.airfaiba-card__price { font-family: "JetBrains Mono", monospace; font-weight: 700; font-size: 2rem; color: var(--color-ink); }
.airfaiba-card--featured { background: var(--color-deep-navy); color: #fff; border-color: var(--color-deep-navy); }
.airfaiba-card--featured .airfaiba-card__price, .airfaiba-card--featured h3 { color: #fff; }
.airfaiba-card__period { font-family: "Inter", sans-serif; font-weight: 400; font-size: 1rem; color: var(--color-slate); }
.airfaiba-card--featured .airfaiba-card__period { color: rgba(255, 255, 255, 0.65); }
.airfaiba-card__badge { display: inline-block; background: var(--color-signal-blue); color: #fff; font-family: "Sora", sans-serif; font-weight: 600; font-size: 0.75rem; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.3em 0.8em; margin-bottom: 0.75rem; }
.airfaiba-plans-row { align-items: stretch; }
.airfaiba-card--featured.airfaiba-card { box-shadow: 0 0 0 1px rgba(0,174,239,0.4), 0 30px 60px -20px rgba(0,174,239,0.35); }

/* ---- Speed bar (structure = information: bar length = the Mbps spec) ---- */
.airfaiba-speedbar { margin: 1rem 0 0.5rem; }
.airfaiba-speedbar__track { height: 5px; background: rgba(17,24,39,0.08); position: relative; overflow: hidden; }
.airfaiba-card--featured .airfaiba-speedbar__track { background: rgba(255,255,255,0.12); }
.airfaiba-speedbar__fill { height: 100%; width: 0%; background: linear-gradient(90deg, var(--color-signal-blue), var(--color-signal-cyan)); transition: width 1.1s var(--ease-out); box-shadow: 0 0 12px rgba(0,174,239,0.6); }
.js-reveal .reveal-up.is-visible .airfaiba-speedbar__fill { width: var(--speed-pct, 0%); }

/* ==========================================================================
   Footer
   ========================================================================== */
.airfaiba-footer { background: var(--color-navy-950); color: rgba(255, 255, 255, 0.75); padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 3rem) 2rem; position: relative; overflow: hidden; }
.airfaiba-footer::after {
	content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
	background-image: radial-gradient(rgba(255,255,255,0.09) 1px, transparent 1px);
	background-size: 22px 22px;
	mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, black, transparent 80%);
}
.airfaiba-footer .container { position: relative; z-index: 1; }
.airfaiba-footer a { color: rgba(255, 255, 255, 0.85); }
.airfaiba-footer a:hover { color: var(--color-signal-blue); }
.airfaiba-footer__logo img { height: 32px; width: auto; margin-bottom: 1rem; }
.airfaiba-footer__bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.875rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; }
.airfaiba-footer nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.airfaiba-footer h4 { color: #fff; font-size: 1rem; }

/* ==========================================================================
   Forms — floating labels + focus glow
   ========================================================================== */
.airfaiba-form { position: relative; z-index: 1; }
.airfaiba-field { position: relative; margin-bottom: 1.1rem; }
.airfaiba-form input:not([type="submit"]), .airfaiba-form textarea, .airfaiba-form select {
	width: 100%; padding: 1.15em 1em 0.5em; border: 1px solid rgba(255,255,255,0.18);
	background: rgba(255,255,255,0.05); color: #fff;
	font-family: "Inter", sans-serif; font-size: 1rem;
	transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.airfaiba-form select { padding: 1.15em 1em 0.5em; }
.airfaiba-form input::placeholder, .airfaiba-form textarea::placeholder { color: transparent; }
.airfaiba-form input:focus, .airfaiba-form textarea:focus, .airfaiba-form select:focus {
	border-color: var(--color-signal-blue); background: rgba(0,174,239,0.06);
	box-shadow: 0 0 0 4px rgba(0,174,239,0.14);
}
.airfaiba-form label { font-family: "Sora", sans-serif; font-weight: 600; font-size: 0.9rem; display: block; margin-bottom: 0.4rem; color: rgba(255,255,255,0.9); }
.airfaiba-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 600px) { .airfaiba-form-grid { grid-template-columns: 1fr; } }
.airfaiba-form button[type="submit"] { position: relative; }
.airfaiba-form button[type="submit"].is-submitting { pointer-events: none; opacity: 0.85; }
.airfaiba-form button[type="submit"] .btn-spinner { display: none; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,0.4); border-top-color: #fff; margin-right: 0.6em; vertical-align: -2px; animation: af-spin 0.7s linear infinite; }
.airfaiba-form button[type="submit"].is-submitting .btn-spinner { display: inline-block; }
@keyframes af-spin { to { transform: rotate(360deg); } }

/* ==========================================================================
   Signature element — the fiber scroll rail (progress spine + travelling
   light). Fixed to the viewport edge, present on every page.
   ========================================================================== */
.fiber-rail {
	position: fixed;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: min(38vh, 340px);
	background: rgba(0,174,239,0.18);
	z-index: 900;
	pointer-events: none;
	display: none;
}
.fiber-rail__fill { position: absolute; left: 0; top: 0; width: 100%; height: 0%; background: linear-gradient(to bottom, var(--color-signal-cyan), var(--color-signal-blue)); transition: height 0.08s linear; }
.fiber-rail__dot { position: absolute; left: 50%; top: 0%; width: 8px; height: 8px; background: var(--color-signal-cyan); box-shadow: 0 0 14px 4px rgba(110,231,249,0.75); transform: translate(-50%, -50%); transition: top 0.08s linear; }
@media (min-width: 1080px) and (hover: hover) { .fiber-rail { display: block; } }

/* ---- Ambient cursor glow (desktop, fine pointer only) ---- */
.cursor-glow {
	position: fixed; top: 0; left: 0; width: 420px; height: 420px;
	background: radial-gradient(circle, rgba(0,174,239,0.16), transparent 70%);
	transform: translate(-50%, -50%);
	pointer-events: none; z-index: 1; mix-blend-mode: screen;
	will-change: transform; opacity: 0; transition: opacity 0.4s ease;
	display: none;
}
@media (min-width: 900px) and (hover: hover) and (pointer: fine) { .cursor-glow { display: block; } }
body.cursor-active .cursor-glow { opacity: 1; }

/* ---- Boot / loading splash ---- */
.af-boot {
	position: fixed; inset: 0; z-index: 100000;
	background: var(--color-navy-950);
	display: flex; align-items: center; justify-content: center; flex-direction: column;
	gap: 1.1rem;
	transition: opacity 0.5s var(--ease-out), visibility 0.5s;
}
.af-boot.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.af-boot__rings { position: relative; width: 84px; height: 84px; }
.af-boot__rings span { position: absolute; inset: 0; border: 1.5px solid var(--color-signal-blue); opacity: 0; animation: airfaiba-pulse 1.8s ease-out infinite; }
.af-boot__rings span:nth-child(2) { animation-delay: 0.4s; }
.af-boot__rings span:nth-child(3) { animation-delay: 0.8s; }
.af-boot__rings::after { content: ""; position: absolute; inset: 36px; background: var(--color-signal-blue); box-shadow: 0 0 24px 6px rgba(0,174,239,0.7); }
.af-boot__label { font-family: "JetBrains Mono", monospace; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.af-boot__label b { color: var(--color-signal-cyan); font-weight: 500; }

/* ==========================================================================
   Photography — masked photo frames, ambient story sections, avatars.
   Photos always sit under the same cleaved-glass geometry as everything
   else on the site: slice-corner clips, signal-blue hairline borders,
   dark-to-blue gradient wash. No border-radius, per the rest of the system.
   ========================================================================== */

/* ---- Hero photo variants (family moment on Home, skyline on About) ---- */
.airfaiba-hero--home {
	background-image:
		linear-gradient(155deg, rgba(8,13,22,0.94) 0%, rgba(9,28,48,0.86) 48%, rgba(0,174,239,0.5) 130%),
		url("https://images.unsplash.com/photo-1758687126864-96b61e1b3af0?auto=format&fit=crop&w=1800&q=70");
	background-size: cover, cover;
	background-position: center, center 28%;
}
.airfaiba-hero--about {
	background-image:
		linear-gradient(155deg, rgba(8,13,22,0.94) 0%, rgba(9,28,48,0.88) 55%, rgba(0,174,239,0.45) 130%),
		url("https://images.unsplash.com/photo-1741991110666-88115e724741?auto=format&fit=crop&w=1800&q=70");
	background-size: cover, cover;
	background-position: center, center 62%;
}

/* ---- Logo lockup above the hero eyebrow (Home) ---- */
.airfaiba-hero__brand { display: inline-flex; align-items: center; margin-bottom: 1.75rem; }
.airfaiba-hero__brand img { height: clamp(72px, 8.5vw, 122px); width: auto; }
@media (max-width: 560px) { .airfaiba-hero__brand img { height: 72px; } }

/* ---- Generic masked photo frame ---- */
.airfaiba-photo-frame {
	position: relative;
	overflow: hidden;
	clip-path: polygon(0 0, calc(100% - var(--slice-lg)) 0, 100% var(--slice-lg), 100% 100%, 0 100%);
	border: 1px solid rgba(0,174,239,0.22);
	background: var(--color-navy-950);
}
.airfaiba-photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.7s var(--ease-out); }
.airfaiba-photo-frame:hover img { transform: scale(1.045); }
.airfaiba-photo-frame::after {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(200deg, rgba(0,174,239,0.16), transparent 55%);
}

/* ---- Small overlapping "insert" photo, used over the weave illustration ---- */
/* ---- Story split section: photo + narrative, mirrors the hero live-chip ---- */
.airfaiba-story__grid { display: flex; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; flex-wrap: wrap; }
.airfaiba-story__media { flex: 1 1 420px; position: relative; aspect-ratio: 4 / 3; min-width: 280px; }
.airfaiba-story__text { flex: 1 1 380px; }
.airfaiba-story__chip {
	position: absolute; left: 1rem; bottom: 1rem; z-index: 2;
	display: inline-flex; align-items: center; gap: 0.5em;
	background: rgba(5,7,10,0.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
	color: #fff; padding: 0.6em 1em;
	font-family: "JetBrains Mono", monospace; font-size: 0.76rem; letter-spacing: 0.03em;
	border: 1px solid rgba(255,255,255,0.16);
	clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}
.airfaiba-story__chip::before { content: ""; width: 6px; height: 6px; background: var(--color-signal-cyan); box-shadow: 0 0 0 3px rgba(110,231,249,0.25); flex: none; animation: af-blink 2.2s ease-in-out infinite; }
.has-deep-navy-background-color .airfaiba-story__text p { color: rgba(255,255,255,0.78); }

/* ---- Testimonial byline (no photo — a small signal mark stands in) ---- */
.airfaiba-testimonial__byline { display: flex; align-items: center; gap: 0.6rem; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid rgba(0,174,239,0.16); }
.airfaiba-testimonial__byline::before { content: ""; width: 8px; height: 8px; flex: none; background: var(--color-signal-blue); clip-path: polygon(0 0, calc(100% - 2px) 0, 100% 2px, 100% 100%, 0 100%); }
.airfaiba-testimonial__author { margin-top: 0; }

/* ---- View transitions (native, progressive enhancement) ---- */
::view-transition-old(root), ::view-transition-new(root) { animation-duration: 0.45s; animation-timing-function: cubic-bezier(0.65,0,0.35,1); }
@media (prefers-reduced-motion: reduce) {
	::view-transition-group(*), ::view-transition-old(*), ::view-transition-new(*) { animation: none !important; }
}
