/*
Theme Name: EventTime Research & Logistics
Theme URI: https://eventtimegroup.com
Author: Spout Technologies
Author URI: https://spout.co.za
Description: Bespoke Gutenberg (FSE) block theme for EventTime Research and Logistics Limited — a faithful 1:1 rebuild of the Next.js marketing site. 100% block theme, no page builders, self-hosted Outfit + Manrope, plugin-free contact form. From data to delivery.
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eventtime
*/

/* ============================================================
   TOKENS
   ============================================================ */
:root {
	--et-brand: var(--wp--preset--color--et-brand);
	--et-brand-strong: var(--wp--preset--color--et-brand-strong);
	--et-brand-ink: var(--wp--preset--color--et-brand-ink);
	--et-brand-soft: var(--wp--preset--color--et-brand-soft);
	--et-accent: var(--wp--preset--color--et-accent);
	--et-accent-strong: var(--wp--preset--color--et-accent-strong);
	--et-cyan: var(--wp--preset--color--et-cyan-300);
	--et-teal: var(--wp--preset--color--et-teal);
	--et-umber: var(--wp--preset--color--et-umber);
	--canvas: var(--wp--preset--color--canvas);
	--surface: var(--wp--preset--color--white);
	--surface-2: var(--wp--preset--color--surface-2);
	--ink: var(--wp--preset--color--ink);
	--ink-2: var(--wp--preset--color--ink-2);
	--muted: var(--wp--preset--color--muted);
	--subtle: var(--wp--preset--color--subtle);
	--on-dark: var(--wp--preset--color--on-dark);
	--on-dark-muted: rgba(247, 255, 253, 0.72);
	--border: var(--wp--preset--color--border);
	--border-strong: var(--wp--preset--color--border-strong);
	--petrol-900: #041a23;
	--danger: #d24545;

	--grad-brand: var(--wp--preset--gradient--et-brand);
	--grad-deep: var(--wp--preset--gradient--et-deep);
	--grad-accent: var(--wp--preset--gradient--et-accent);

	--font-display: var(--wp--preset--font-family--outfit);
	--font-body: var(--wp--preset--font-family--manrope);

	--r-sm: 8px;
	--r-md: 12px;
	--r-lg: 16px;
	--r-pill: 999px;

	--shadow-sm: 0 2px 6px rgba(6, 40, 53, 0.08);
	--shadow-md: 0 8px 20px -6px rgba(6, 40, 53, 0.14);
	--shadow-lg: 0 18px 40px -12px rgba(6, 40, 53, 0.2);
	--shadow-accent: 0 12px 28px -10px rgba(14, 182, 193, 0.45);

	--container: 1240px;
	--gutter: clamp(1rem, 4vw, 2.5rem);
	--header-h: 72px;
	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ============================================================
   BASE
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--canvas);
	color: var(--ink-2);
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
::selection { background: rgba(14, 182, 193, 0.22); color: var(--et-brand-ink); }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: var(--et-accent-strong); transition: color .2s ease; }
a:hover { color: var(--et-accent); }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); margin: 0; }

.et-inner { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.et-inner--md { max-width: 840px; }
.et-inner--lg { max-width: 1080px; }

/* signature devices */
.et-eyebrow {
	font-family: var(--font-body); font-weight: 700; text-transform: uppercase;
	letter-spacing: 0.12em; font-size: 0.75rem; line-height: 1; color: var(--et-accent-strong); display: block;
}
.et-caption {
	font-family: var(--font-body); font-weight: 600; text-transform: uppercase;
	letter-spacing: 0.14em; font-size: 0.7rem; color: var(--muted); display: block;
}
.et-rule { display: block; width: 3rem; height: 3px; border-radius: 3px; background: var(--grad-accent); }
.et-display { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; line-height: 0.96; text-wrap: balance; }
.et-gradient-text { background: var(--grad-accent); -webkit-background-clip: text; background-clip: text; color: transparent; }
.et-hex-clip { clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }

/* editorial photo frame */
.et-photo { position: relative; overflow: hidden; background: var(--petrol-900); border-radius: var(--r-lg); }
.et-photo > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.et-photo--grade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,40,53,.04) 0%, rgba(6,40,53,.5) 100%); mix-blend-mode: multiply; pointer-events: none; }
.et-figcap { margin-top: 1rem; }

.et-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); }
.et-card--elevated { border-color: transparent; box-shadow: var(--shadow-md); }
.et-card--inverse { background: var(--grad-deep); color: var(--on-dark); border: none; }

/* check badge (sectors tabs, sectors page) */
.et-check { display: inline-flex; align-items: center; justify-content: center; width: 1.25rem; height: 1.25rem; flex: 0 0 auto; margin-top: .15rem; border-radius: var(--r-pill); background: var(--et-brand-soft); color: var(--et-brand); }
.et-check svg { width: 13px; height: 13px; }

/* ============================================================
   BUTTONS  (sizes mirror h-9/11/14 · px-4/5/7)
   ============================================================ */
.et-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
	font-family: var(--font-body); font-weight: 600; line-height: 1; white-space: nowrap;
	border: 1px solid transparent; border-radius: var(--r-pill); cursor: pointer;
	height: 2.75rem; padding-inline: 1.25rem; font-size: .95rem; transition: all .2s ease;
}
.et-btn:active { transform: scale(.985); }
.et-btn--sm { height: 2.25rem; padding-inline: 1rem; font-size: .875rem; }
.et-btn--lg { height: 3.5rem; padding-inline: 1.75rem; font-size: 1rem; }
.et-btn--primary { background: var(--et-brand); color: var(--on-dark); }
.et-btn--primary:hover { background: var(--et-brand-strong); color: var(--on-dark); }
.et-btn--accent { background: var(--et-accent); color: var(--et-brand-ink); box-shadow: var(--shadow-accent); }
.et-btn--accent:hover { background: var(--et-accent-strong); color: var(--et-brand-ink); }
.et-btn--secondary { background: transparent; color: var(--et-brand); border: 2px solid var(--et-brand); }
.et-btn--secondary:hover { border-color: var(--et-accent); color: var(--et-accent-strong); }
.et-btn--ghost-dark { background: transparent; color: var(--on-dark); border: 1px solid rgba(255,255,255,.3); }
.et-btn--ghost-dark:hover { background: rgba(255,255,255,.1); color: var(--on-dark); }
.et-btn--block { width: 100%; }
.et-btn svg { width: 18px; height: 18px; }

/* ============================================================
   HEADER
   ============================================================ */
.et-header {
	position: sticky; top: 0; z-index: 50;
	background: var(--surface); border-bottom: 1px solid transparent;
	transition: box-shadow .2s ease, border-color .2s ease;
}
.et-header.is-scrolled { box-shadow: 0 4px 16px rgba(12, 16, 20, 0.06); border-bottom-color: var(--border); }
/* Bar uses symmetric padding-block (top = bottom) around the larger logo — no fixed height,
   so the 1.5× logo sits perfectly balanced. */
.et-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .7rem; }
@media (min-width: 768px) { .et-header__bar { padding-block: .85rem; } }
.et-brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.et-logo { height: 48px; width: auto; display: block; }
.et-nav { display: none; align-items: center; gap: 1.75rem; }
.et-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 1.75rem; }
.et-menu a { font-family: var(--font-body); font-size: .95rem; font-weight: 500; color: var(--ink-2); }
.et-menu a:hover { color: var(--et-accent-strong); }
.et-header__actions { display: none; align-items: center; gap: 1rem; }
.et-header__phone { font-size: .875rem; font-weight: 600; color: var(--et-brand); white-space: nowrap; }
.et-header__phone:hover { color: var(--et-accent-strong); }
.et-nav__toggle { display: inline-flex; height: 2.75rem; min-width: 2.75rem; align-items: center; justify-content: center; border-radius: var(--r-sm); background: none; border: 0; color: var(--et-brand); cursor: pointer; -webkit-tap-highlight-color: transparent; }
/* Styled hamburger: top + bottom bars full width, middle bar half width; whole icon
   1.6× wider than the old 22px glyph (≈35px). Morphs to an X when the menu opens. */
.et-burger { position: relative; display: inline-flex; flex-direction: column; justify-content: center; gap: 6px; width: 35px; height: 22px; }
.et-burger > span { display: block; height: 2.5px; width: 100%; border-radius: 2px; background: currentColor; transform-origin: center; transition: transform .32s var(--ease-out), opacity .2s ease, width .32s var(--ease-out); }
.et-burger > span:nth-child(2) { width: 50%; align-self: flex-start; }
.et-header.is-open .et-burger > span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.et-header.is-open .et-burger > span:nth-child(2) { opacity: 0; width: 0; }
.et-header.is-open .et-burger > span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }
@media (min-width: 1024px) {
	.et-nav { display: flex; }
	.et-header__actions { display: flex; }
	.et-nav__toggle { display: none; }
}
.et-mobilenav { display: none; border-top: 1px solid var(--border); background: var(--surface); box-shadow: var(--shadow-lg); }
.et-header.is-open .et-mobilenav { display: block; animation: etMobileNav .28s var(--ease-out) both; }
@keyframes etMobileNav { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.et-mobilenav__inner { display: flex; flex-direction: column; padding-block: .25rem 1.5rem; }
.et-mobilenav a:not(.et-btn) { display: flex; align-items: center; justify-content: space-between; padding-block: .95rem; font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--border); transition: color .2s ease, padding-left .2s ease; }
.et-mobilenav a:not(.et-btn)::after { content: ""; width: 7px; height: 7px; border-top: 2px solid var(--subtle); border-right: 2px solid var(--subtle); transform: rotate(45deg); transition: border-color .2s ease; }
.et-mobilenav a:not(.et-btn):hover, .et-mobilenav a:not(.et-btn):active { color: var(--et-accent-strong); padding-left: .35rem; }
.et-mobilenav a:not(.et-btn):hover::after { border-color: var(--et-accent-strong); }
.et-mobilenav .et-btn { margin-top: 1.25rem; width: 100%; }

/* ============================================================
   SECTION  (py-16 md:py-24 · tones)
   ============================================================ */
.et-section { padding-block: 4rem; }
@media (min-width: 768px) { .et-section { padding-block: 6rem; } }
.et-section--alt { background: var(--surface-2); }
.et-section--brand { background: var(--et-brand-soft); }
.et-section--inverse { background: var(--grad-deep); color: var(--on-dark); }
.et-section--inverse h1, .et-section--inverse h2, .et-section--inverse h3 { color: var(--on-dark); }

/* section heading — rule → eyebrow → title → lead, left aligned */
.et-head { display: flex; flex-direction: column; align-items: flex-start; max-width: 48rem; }
.et-head--center { align-items: center; text-align: center; margin-inline: auto; }
.et-head .et-rule { order: -1; margin: 0 0 1.5rem; }
.et-head .et-eyebrow, .et-head .et-caption { margin-bottom: 1rem; }
.et-head h2, .et-head__title { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; line-height: 0.98; font-size: clamp(2rem, 3.6vw, 3.1rem); color: var(--ink); }
.et-head__lead { font-size: 1.125rem; line-height: 1.625; margin: 1.5rem 0 0; color: var(--ink-2); }
.et-section--inverse .et-head h2, .et-section--inverse .et-head__title { color: #fff; }
@media (min-width: 768px) { .et-head__lead { font-size: 1.25rem; } }
.et-section--inverse .et-head__lead { color: var(--on-dark-muted); }
.et-section--inverse .et-eyebrow { color: var(--et-cyan); }
.et-head--sm h2, .et-head--sm .et-head__title { font-size: clamp(1.9rem, 3.4vw, 2.8rem); line-height: 1; }
.et-head--xs h2, .et-head--xs .et-head__title { font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.05; }
.et-rule--mb { margin-bottom: 1.5rem; }
.et-grid2 { display: grid; gap: 3rem; }
@media (min-width: 768px) { .et-grid2 { grid-template-columns: 1fr 1fr; gap: 4rem; } }

/* generic body prose */
.et-prose { font-size: 1.125rem; line-height: 1.625; color: var(--ink-2); }
.et-prose > * + * { margin-top: 1.25rem; }
.et-prose--xl { font-size: 1.25rem; }
.et-prose--xl > * + * { margin-top: 1.5rem; }

/* ============================================================
   HERO
   ============================================================ */
.et-hero { position: relative; overflow: hidden; background: var(--grad-deep); color: var(--on-dark); }
.et-hero__bgs { position: absolute; inset: 0; z-index: 0; }
.et-hero__bg { position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%; opacity: 0; transition: opacity .9s var(--ease-out); will-change: opacity; }
.et-hero__bg.is-active { opacity: .6; }
@media (prefers-reduced-motion: no-preference) {
	.et-hero__bg.is-active { animation: etKenBurns 9s ease-out both; }
}
@keyframes etKenBurns { from { transform: scale(1.001); } to { transform: scale(1.09); } }
.et-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(108deg, rgba(6,40,53,0.95) 0%, rgba(6,40,53,0.78) 46%, rgba(8,53,71,0.40) 100%); }
.et-hero__inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; gap: 4rem; min-height: 600px; padding-block: 4rem; }
@media (min-width: 768px) { .et-hero__inner { min-height: 88vh; padding-block: 5rem; } }
.et-hero__content { max-width: 48rem; padding-top: 2rem; animation: etRise .5s var(--ease-out) both; }
@media (min-width: 768px) { .et-hero__content { padding-top: 4rem; } }
.et-hero__eyebrow { display: flex; align-items: center; gap: 1rem; }
.et-hero__eyebrow .et-eyebrow { color: var(--et-cyan); }
.et-hero__title { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; line-height: 0.94; color: #fff; margin-top: 1.75rem; font-size: clamp(2.5rem, 6.4vw, 5rem); text-wrap: balance; }
.et-hero__title .accent { display: block; background: var(--grad-accent); -webkit-background-clip: text; background-clip: text; color: transparent; }
.et-hero__tagline { margin-top: 1.25rem; font-family: var(--font-display); font-weight: 700; letter-spacing: -0.01em; font-size: clamp(1.05rem, 2.1vw, 1.4rem); color: #fff; }
.et-hero__lead { max-width: 38rem; margin-top: .75rem; font-size: 1.0625rem; line-height: 1.6; color: var(--on-dark-muted); }
@media (min-width: 768px) { .et-hero__lead { font-size: 1.125rem; } }
.et-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

/* Hero service slider — rotating featured service; bg crossfades to match. */
.et-heroslider { margin-top: 2rem; max-width: 40rem; }
.et-heroslider__track { position: relative; min-height: 9.5rem; }
@media (min-width: 768px) { .et-heroslider__track { min-height: 8.5rem; } }
.et-heroslide { position: absolute; inset: 0; display: flex; flex-direction: column; gap: .5rem; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .5s var(--ease-out), transform .5s var(--ease-out); pointer-events: none; color: inherit; }
.et-heroslide.is-active { position: relative; opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.et-heroslide__index { font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; color: var(--et-cyan); }
.et-heroslide__name { font-family: var(--font-display); font-weight: 700; line-height: 1.1; font-size: clamp(1.5rem, 3.2vw, 2rem); color: #fff; }
.et-heroslide__desc { max-width: 34rem; font-size: 1rem; line-height: 1.55; color: var(--on-dark-muted); }
.et-heroslide__cta { display: inline-flex; align-items: center; gap: .4rem; margin-top: .25rem; font-weight: 600; color: var(--et-cyan); }
.et-heroslide__cta svg { width: 18px; height: 18px; transition: transform .2s ease; }
.et-heroslide:hover .et-heroslide__cta { color: #fff; }
.et-heroslide:hover .et-heroslide__cta svg { transform: translateX(.3rem); }
.et-heroslider__controls { display: flex; align-items: center; gap: 1rem; margin-top: 1.25rem; }
.et-heroslider__arrow { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: var(--r-pill); border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.et-heroslider__arrow:hover { background: rgba(255,255,255,.12); border-color: var(--et-cyan); }
.et-heroslider__arrow:active { transform: scale(.94); }
.et-heroslider__arrow svg { width: 18px; height: 18px; }
.et-heroslider__dots { display: flex; align-items: center; gap: .5rem; }
.et-heroslider__dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: var(--r-pill); background: rgba(255,255,255,.32); cursor: pointer; transition: width .28s var(--ease-out), background .2s ease; }
.et-heroslider__dot:hover { background: rgba(255,255,255,.6); }
.et-heroslider__dot.is-active { width: 26px; background: var(--et-cyan); }
.et-hero__stats { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 2rem; row-gap: 2.25rem; border-top: 1px solid rgba(255,255,255,.15); padding-top: 2.25rem; }
@media (min-width: 768px) { .et-hero__stats { grid-template-columns: repeat(4, 1fr); } }
.et-stat__value { font-family: var(--font-display); font-weight: 800; line-height: 1; color: #fff; font-size: 2.4rem; }
@media (min-width: 768px) { .et-stat__value { font-size: 2.75rem; } }
.et-stat__label { margin-top: .75rem; font-size: .875rem; line-height: 1.375; color: var(--on-dark-muted); }

/* ============================================================
   INTRO (text + photo)
   ============================================================ */
.et-split { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .et-split { grid-template-columns: 1fr 1fr; gap: 5rem; } .et-split--reverse > :first-child { order: 2; } }
.et-split__body .et-prose { margin-top: 1.75rem; }
.et-pullquote { margin-top: 1.75rem; border-left: 3px solid var(--et-accent); padding-left: 1.25rem; font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; font-size: clamp(1.15rem, 1.7vw, 1.45rem); color: var(--ink); }
.et-section--inverse .et-pullquote { color: #fff; }

/* ============================================================
   SERVICES — editorial numbered list (home, 2-col)
   ============================================================ */
.et-serviceslist { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .et-serviceslist { grid-template-columns: 0.85fr 1.15fr; gap: 4rem; align-items: start; } }
.et-serviceslist__head { }
@media (min-width: 1024px) { .et-serviceslist__head { position: sticky; top: 7rem; } }
.et-serviceslist__head .et-btn { margin-top: 2rem; }
.et-services { border-top: 1px solid var(--border); }
.et-service { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 1.25rem; border-bottom: 1px solid var(--border); padding-block: 1.75rem; transition: color .2s ease; }
@media (min-width: 640px) { .et-service { gap: 1.75rem; } }
.et-service__index { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; line-height: 1; color: var(--subtle); transition: color .2s ease; }
.et-service:hover .et-service__index { color: var(--et-accent-strong); }
.et-service__title { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; line-height: 1.3; color: var(--ink); transition: color .2s ease; }
@media (min-width: 768px) { .et-service__title { font-size: 1.5rem; } }
.et-service:hover .et-service__title { color: var(--et-accent-strong); }
.et-service__desc { margin-top: .5rem; max-width: 36rem; font-size: .95rem; line-height: 1.625; color: var(--ink-2); }
.et-service__arrow { align-self: center; color: var(--et-accent-strong); opacity: 0; transition: all .2s ease; }
.et-service:hover .et-service__arrow { opacity: 1; transform: translateX(.25rem); }
.et-service__arrow svg { width: 18px; height: 18px; }
@media (max-width: 639px) { .et-service { grid-template-columns: auto 1fr; } .et-service__arrow { display: none; } }
.et-service__badge { display: inline-block; margin-left: .6rem; vertical-align: middle; font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; color: var(--et-accent-strong); background: var(--et-brand-soft); border-radius: var(--r-pill); padding: .28rem .55rem; }
.et-service--lead .et-service__index { color: var(--et-accent-strong); }

/* ============================================================
   SERVICE CARDS (services hub grid)
   ============================================================ */
.et-cardgrid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .et-cardgrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .et-cardgrid { grid-template-columns: repeat(3, 1fr); } }
.et-svccard { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.5rem; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; color: inherit; }
@media (min-width: 768px) { .et-svccard { padding: 1.75rem; } }
.et-svccard:hover { transform: translateY(-.25rem); box-shadow: var(--shadow-md); border-color: var(--et-accent); }
.et-svccard__top { display: flex; align-items: center; justify-content: space-between; }
.et-svccard__top .et-brandmark { color: var(--et-brand); }
.et-svccard__index { font-family: var(--font-display); font-size: .875rem; font-weight: 600; color: var(--subtle); }
.et-svccard__title { margin-top: 1.25rem; font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; line-height: 1.3; color: var(--ink); }
.et-svccard__desc { margin-top: .5rem; flex: 1; font-size: .95rem; line-height: 1.625; color: var(--ink-2); }
.et-svccard__link { margin-top: 1.25rem; display: inline-flex; align-items: center; gap: .375rem; font-size: .875rem; font-weight: 600; color: var(--et-accent-strong); transition: gap .2s ease; }
.et-svccard:hover .et-svccard__link { gap: .625rem; }
.et-svccard--inverse { background: var(--grad-deep); border: none; color: var(--on-dark); justify-content: space-between; }
.et-svccard--inverse .et-svccard__title { color: #fff; }
.et-svccard--inverse .et-svccard__desc { color: var(--on-dark-muted); flex: none; }
.et-svccard--inverse .et-btn { margin-top: 1.5rem; align-self: flex-start; }
.et-brandmark { display: inline-flex; }

/* ============================================================
   PROCESS (border-t-2 ink, petrol numerals — no card)
   ============================================================ */
.et-steps { display: grid; gap: 2.5rem 2rem; grid-template-columns: 1fr; margin-top: 3.5rem; }
@media (min-width: 640px) { .et-steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .et-steps { grid-template-columns: repeat(4, 1fr); } }
.et-step { border-top: 2px solid var(--ink); padding-top: 1.25rem; }
.et-step__num { font-family: var(--font-display); font-weight: 800; font-size: 2.5rem; line-height: 1; color: var(--et-brand); }
.et-step__title { margin-top: 1rem; font-family: var(--font-display); font-weight: 600; font-size: 1.125rem; color: var(--ink); }
.et-step__body { margin-top: .5rem; font-size: .95rem; line-height: 1.625; color: var(--ink-2); }
.et-section--inverse .et-step { border-top-color: rgba(255,255,255,.3); }
.et-section--inverse .et-step__num { color: var(--et-cyan); }
.et-section--inverse .et-step__title { color: #fff; }
.et-section--inverse .et-step__body { color: var(--on-dark-muted); }
.et-step__icon { display: inline-flex; margin-top: .85rem; color: var(--et-accent-strong); }
.et-step__icon svg { width: 22px; height: 22px; }
.et-method-note { display: flex; align-items: flex-start; gap: .85rem; max-width: 56rem; margin-top: 3rem; border-top: 1px solid var(--border-strong); padding-top: 1.5rem; }
.et-method-note__icon { flex: 0 0 auto; margin-top: .15rem; display: inline-flex; color: var(--et-accent-strong); }
.et-method-note p { margin: 0; font-size: 1.0625rem; line-height: 1.6; font-weight: 500; color: var(--ink); }

/* ============================================================
   INTEGRATED MODEL (inverse) — DATA → COORDINATION → IMPLEMENTATION → DELIVERY
   ============================================================ */
.et-band { display: flex; flex-direction: column; gap: 1rem; margin-top: 3rem; }
@media (min-width: 880px) { .et-band { flex-direction: row; align-items: stretch; gap: .5rem; } }
.et-band__stage { flex: 1; text-align: center; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 1.5rem 1.25rem; }
.et-band__icon { display: inline-flex; color: var(--et-cyan); }
.et-band__icon svg { width: 26px; height: 26px; }
.et-band__label { margin-top: .75rem; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: #fff; }
.et-band__sub { margin-top: .25rem; font-size: .85rem; color: var(--on-dark-muted); }
.et-band__arrow { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; color: var(--et-cyan); }
.et-band__arrow svg { width: 22px; height: 22px; }
@media (max-width: 879px) { .et-band__arrow { align-self: center; transform: rotate(90deg); } }
.et-modellines { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .75rem 1.75rem; margin-top: 2.5rem; }
.et-modelline { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--on-dark-muted); }
.et-modelline svg { width: 18px; height: 18px; color: var(--et-cyan); }
.et-flow { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.14); padding-top: 2rem; }
.et-flow__steps { list-style: none; margin: 1.25rem 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: .85rem; }
@media (min-width: 640px) { .et-flow__steps { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .et-flow__steps { grid-template-columns: repeat(6, 1fr); } }
.et-flow__step { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: #fff; }
.et-flow__step .n { display: inline-flex; align-items: center; justify-content: center; width: 1.6rem; height: 1.6rem; flex: 0 0 auto; border-radius: var(--r-pill); background: var(--et-accent); color: var(--et-brand-ink); font-size: .8rem; font-weight: 800; }
.et-model-cta { display: flex; flex-direction: column; gap: 1.25rem; align-items: flex-start; margin-top: 3rem; }
@media (min-width: 768px) { .et-model-cta { flex-direction: row; align-items: center; justify-content: space-between; } }
.et-model-cta__text { max-width: 40rem; margin: 0; color: var(--on-dark-muted); font-size: 1.0625rem; line-height: 1.6; }

/* ============================================================
   SECTORS TABS (home, interactive)
   ============================================================ */
.et-sectors { margin-top: 3rem; }
.et-sectors__tabs { display: flex; flex-wrap: wrap; gap: .5rem; }
.et-sectors__tab { border-radius: var(--r-pill); padding: .625rem 1.25rem; font-family: var(--font-body); font-size: .875rem; font-weight: 600; cursor: pointer; transition: all .2s ease; background: transparent; border: 1px solid var(--border-strong); color: var(--ink-2); }
.et-sectors__tab:hover { border-color: var(--et-accent); color: var(--et-accent-strong); }
.et-sectors__tab[aria-selected="true"] { background: var(--et-brand); border-color: var(--et-brand); color: var(--on-dark); }
.et-sectors__panel { display: none; margin-top: 2rem; }
.et-sectors__panel.is-active { display: grid; gap: 2rem; align-items: center; animation: etRise .4s var(--ease-out) both; }
@media (min-width: 768px) { .et-sectors__panel.is-active { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.et-sectors__media { aspect-ratio: 4 / 3; overflow: hidden; }
.et-sectors__media img { width: 100%; height: 100%; object-fit: cover; }
.et-sectors__title { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--ink); }
.et-sectors__lead { margin-top: .75rem; line-height: 1.625; color: var(--ink-2); }
.et-points { list-style: none; margin: 1.5rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .75rem; }
.et-points li { display: flex; align-items: flex-start; gap: .75rem; color: var(--ink-2); }

/* ============================================================
   ICON+TEXT ROWS (why, values) — brandmark/glyph, no card
   ============================================================ */
.et-featgrid { display: grid; gap: 2.5rem 3rem; grid-template-columns: 1fr; margin-top: 3rem; }
@media (min-width: 768px) { .et-featgrid { grid-template-columns: repeat(2, 1fr); } }
.et-feat { display: flex; gap: 1.25rem; }
.et-feat__icon { flex: 0 0 auto; margin-top: .25rem; color: var(--et-brand); display: inline-flex; }
.et-feat__title { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; color: var(--ink); }
.et-feat__body { margin-top: .5rem; line-height: 1.625; color: var(--ink-2); }
/* values variant: 3-up, smaller gap, smaller glyph */
.et-valuegrid { display: grid; gap: 2.5rem 3rem; grid-template-columns: 1fr; margin-top: 3.5rem; }
@media (min-width: 640px) { .et-valuegrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .et-valuegrid { grid-template-columns: repeat(3, 1fr); } }
.et-value { display: flex; gap: 1rem; }
.et-value__icon { flex: 0 0 auto; margin-top: .25rem; color: var(--et-brand); display: inline-flex; }
.et-value__title { font-family: var(--font-display); font-weight: 600; font-size: 1.125rem; color: var(--ink); }
.et-value__body { margin-top: .375rem; font-size: .95rem; line-height: 1.625; color: var(--ink-2); }

/* ============================================================
   HAIRLINE LISTS  (standards, org, scope, sectors-served, vision/mission)
   ============================================================ */
.et-hairgrid { display: grid; gap: 2.25rem 3rem; grid-template-columns: 1fr; margin-top: 3.5rem; }
@media (min-width: 768px) { .et-hairgrid { grid-template-columns: repeat(2, 1fr); } }
.et-hairitem { border-top: 1px solid var(--border-strong); padding-top: 1.5rem; }
.et-hairitem__title { font-family: var(--font-display); font-weight: 600; font-size: 1.125rem; color: var(--ink); }
.et-hairitem__body { margin-top: .5rem; line-height: 1.625; color: var(--ink-2); }
/* org roles: tighter, sm-2col, gap-y collapses to a shared hairline */
.et-rolegrid { display: grid; gap: 0 3rem; grid-template-columns: 1fr; margin-top: 3.5rem; }
@media (min-width: 640px) { .et-rolegrid { grid-template-columns: repeat(2, 1fr); } }
.et-role { border-top: 1px solid var(--border-strong); padding-block: 1.25rem; }
.et-role__name { font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--ink); }
.et-role__note { margin-top: .25rem; font-size: .875rem; line-height: 1.5; color: var(--ink-2); }

/* ============================================================
   CTA BAND (inverse)
   ============================================================ */
/* CTA band: photo underlay distinguishes it from the flat-gradient footer; the
   overlay darkens to the footer's top colour so the two flow together seamlessly. */
.et-cta { position: relative; overflow: hidden; background-image: url("assets/images/integrated-team.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; padding-block: clamp(3.5rem, 6vw, 5rem) clamp(2.75rem, 4vw, 3.5rem); }
.et-cta::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(6,40,53,0.82) 0%, rgba(8,53,71,0.88) 45%, rgba(10,67,89,0.96) 100%); }
.et-cta > .et-inner, .et-cta__inner { position: relative; z-index: 1; }
.et-cta__inner { display: flex; flex-direction: column; align-items: flex-start; gap: 2rem; }
@media (min-width: 768px) { .et-cta__inner { flex-direction: row; align-items: center; justify-content: space-between; } }
.et-cta__text { max-width: 42rem; }
.et-cta__text .et-eyebrow { color: var(--et-cyan); }
.et-cta__title { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; font-size: 1.875rem; color: #fff; margin-top: 1rem; }
@media (min-width: 768px) { .et-cta__title { font-size: 2.25rem; } }
.et-cta__lead { margin-top: 1rem; font-size: 1.125rem; line-height: 1.625; color: var(--on-dark-muted); }
.et-cta__actions { display: flex; flex-wrap: wrap; gap: .75rem; flex-shrink: 0; }

/* ============================================================
   FOOTER (12-col)
   ============================================================ */
.et-footer { position: relative; overflow: hidden; background: var(--grad-deep); color: var(--on-dark); }
.et-footer__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 3rem; padding-block: 3rem 4rem; }
@media (min-width: 768px) { .et-footer__grid { grid-template-columns: repeat(12, 1fr); padding-block: 4rem 5rem; } }
/* EventTime mark watermark, bottom-right — uses the real icon (favicon), tinted
   for the dark footer; medium opacity for stronger branding. */
.et-footer__watermark { position: absolute; right: clamp(0.5rem, 2vw, 2.5rem); bottom: clamp(-1.5rem, -0.5vw, -0.5rem); width: clamp(170px, 20vw, 300px); height: auto; opacity: 0.16; filter: brightness(0) invert(1); pointer-events: none; z-index: 0; display: block; }
.et-footer__brand { }
@media (min-width: 768px) { .et-footer__brand { grid-column: span 5; } .et-footer__col--services { grid-column: span 3; } .et-footer__col--company { grid-column: span 2; } .et-footer__col--contact { grid-column: span 2; } }
.et-footer__logo { height: 34px; width: auto; }
.et-footer__desc { margin-top: 1.25rem; max-width: 24rem; line-height: 1.625; color: var(--on-dark-muted); }
.et-footer__col h4 { font-family: var(--font-display); font-weight: 600; font-size: .875rem; text-transform: uppercase; letter-spacing: .05em; color: var(--et-cyan); }
.et-footer__col ul { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .625rem; }
.et-footer__col a, .et-footer__col li { font-size: .95rem; color: var(--on-dark-muted); }
.et-footer__col a:hover { color: #fff; }
.et-footer__bottom { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.1); }
.et-footer__bottom-inner { padding-block: 1.75rem; font-size: .875rem; color: var(--on-dark-muted); }
.et-footer__values { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; color: rgba(79,212,221,.8); }
.et-footer__legal { margin-top: .75rem; display: flex; flex-direction: column; gap: .25rem; }
.et-footer__legal .credit { font-size: .75rem; opacity: .7; }
@media (min-width: 768px) { .et-footer__legal { flex-direction: row; align-items: center; justify-content: space-between; } }

/* ============================================================
   PAGE HEADER (inner pages)
   ============================================================ */
.et-pagehead { position: relative; overflow: hidden; }
.et-pagehead--dark, .et-pagehead--photo { background: var(--grad-deep); color: var(--on-dark); }
.et-pagehead--light { background: var(--canvas); border-bottom: 1px solid var(--border); }
.et-pagehead__bg { position: absolute; inset: 0; z-index: 0; object-fit: cover; width: 100%; height: 100%; opacity: .45; }
.et-pagehead__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(110deg, rgba(6,40,53,0.94) 0%, rgba(6,40,53,0.72) 55%, rgba(8,53,71,0.42) 100%); }
.et-pagehead__inner { position: relative; z-index: 2; padding-block: 5rem; }
@media (min-width: 768px) { .et-pagehead__inner { padding-block: 7rem; } }
.et-pagehead__kicker { margin-bottom: 1.5rem; }
.et-pagehead .et-rule { margin-bottom: 1.5rem; }
.et-pagehead .et-eyebrow { margin-bottom: 1rem; }
.et-pagehead--dark .et-eyebrow, .et-pagehead--photo .et-eyebrow { color: var(--et-cyan); }
.et-pagehead__title { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; line-height: 0.96; max-width: 56rem; font-size: clamp(2.5rem, 5.5vw, 4.5rem); color: var(--ink); }
.et-pagehead--dark .et-pagehead__title, .et-pagehead--photo .et-pagehead__title { color: #fff; }
.et-pagehead__lead { margin-top: 1.5rem; max-width: 42rem; font-size: 1.125rem; line-height: 1.625; color: var(--ink-2); }
@media (min-width: 768px) { .et-pagehead__lead { font-size: 1.25rem; } }
.et-pagehead--dark .et-pagehead__lead, .et-pagehead--photo .et-pagehead__lead { color: var(--on-dark-muted); }
.et-pagehead__actions { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.et-pagehead__kicker-link { display: inline-flex; align-items: center; gap: .4rem; font-size: .875rem; color: var(--on-dark-muted); }
.et-pagehead__kicker-link:hover { color: #fff; }

/* ============================================================
   SERVICE DETAIL — deliver (gap-px hairline grid) + how-we-work
   ============================================================ */
.et-deliver { display: grid; gap: 1px; overflow: hidden; border-radius: var(--r-lg); border: 1px solid var(--border); background: var(--border); margin-top: 3rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .et-deliver { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .et-deliver { grid-template-columns: repeat(3, 1fr); } }
.et-deliver__cell { background: var(--surface); padding: 1.75rem; }
.et-deliver__index { font-family: var(--font-display); font-size: .875rem; font-weight: 700; color: var(--et-accent-strong); }
.et-deliver__title { margin-top: 1rem; font-family: var(--font-display); font-weight: 600; font-size: 1.125rem; color: var(--ink); }
.et-deliver__body { margin-top: .5rem; font-size: .95rem; line-height: 1.625; color: var(--ink-2); }
.et-h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; line-height: 1; font-size: clamp(1.9rem, 3.4vw, 2.8rem); color: var(--ink); }
.et-h2--sm { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.et-audience { margin-top: 2rem; border-left: 2px solid var(--et-accent); padding-left: 1.25rem; }
.et-audience p { margin-top: .5rem; color: var(--ink); }
.et-otherservices { display: grid; gap: 1.25rem; grid-template-columns: 1fr; margin-top: 2rem; }
@media (min-width: 768px) { .et-otherservices { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .et-otherservices { grid-template-columns: repeat(4, 1fr); } }
.et-otherservice { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; border-top: 2px solid var(--ink); padding-block: 1.25rem; transition: border-color .2s ease; }
.et-otherservice:hover { border-top-color: var(--et-accent); }
.et-otherservice__index { font-size: .75rem; font-weight: 700; color: var(--subtle); }
.et-otherservice__title { margin-top: .5rem; font-family: var(--font-display); font-weight: 600; font-size: 1rem; line-height: 1.3; color: var(--ink); }
.et-otherservice:hover .et-otherservice__title { color: var(--et-accent-strong); }
.et-otherservice__arrow { margin-top: .25rem; color: var(--et-accent-strong); transition: transform .2s ease; }
.et-otherservice:hover .et-otherservice__arrow { transform: translateX(.25rem); }
.et-otherservice__arrow svg { width: 16px; height: 16px; }

/* ============================================================
   RESEARCH PREMIUM — capability clusters, checklist, viz banner
   ============================================================ */
.et-caps { display: grid; gap: 1.25rem; grid-template-columns: 1fr; margin-top: 3rem; }
@media (min-width: 768px) { .et-caps { grid-template-columns: repeat(3, 1fr); } }
.et-capcard { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.75rem; }
.et-capcard__icon { display: inline-flex; color: var(--et-brand); }
.et-capcard__icon svg { width: 26px; height: 26px; }
.et-capcard__title { margin-top: 1rem; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; line-height: 1.25; color: var(--ink); }
.et-capcard__list { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; }
.et-capcard__list li { position: relative; padding-left: 1.1rem; font-size: .95rem; line-height: 1.5; color: var(--ink-2); }
.et-capcard__list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 6px; height: 6px; border-radius: 50%; background: var(--et-accent); }
.et-checklist { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: .85rem 2rem; }
@media (min-width: 768px) { .et-checklist { grid-template-columns: repeat(2, 1fr); } }
.et-checklist li { display: flex; gap: .65rem; align-items: flex-start; font-size: .95rem; line-height: 1.5; color: var(--ink-2); }
.et-vizbanner { position: relative; overflow: hidden; border-radius: var(--r-lg); min-height: 260px; display: flex; align-items: flex-end; margin: 0; }
.et-vizbanner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.et-vizbanner__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,40,53,.25) 0%, rgba(6,40,53,.88) 100%); }
.et-vizbanner__cap { position: relative; padding: 1.75rem; max-width: 44rem; }
.et-vizbanner__title { display: block; margin-top: .5rem; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.25; color: #fff; }
.et-chips--dark .et-chip { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); color: var(--on-dark); }

/* ============================================================
   ALTERNATING ROWS (sectors page)
   ============================================================ */
.et-altrow { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 768px) { .et-altrow { grid-template-columns: 1fr 1fr; gap: 4rem; } .et-altrow--flip .et-altrow__media { order: 2; } }
.et-altrow__text > .et-rule { margin-bottom: 1.5rem; }
.et-altrow__text .et-h2 { margin-top: .75rem; }
.et-altrow__lead { margin-top: 1.25rem; font-size: 1.125rem; line-height: 1.625; color: var(--ink-2); }
.et-altrow__text .et-points { margin-top: 1.75rem; }

/* statements (vision/mission — about) */
.et-statement { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.22; font-size: clamp(1.4rem, 2.2vw, 1.95rem); color: var(--ink); margin-top: 1.25rem; }
.et-stmt-cap { display: inline-flex; align-items: center; gap: .5rem; }
.et-stmt-cap svg { width: 18px; height: 18px; color: var(--et-accent-strong); }

/* Managing Director — foreword card (about) */
.et-mdcard { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 900px) { .et-mdcard { grid-template-columns: 0.8fr 1.2fr; gap: 4rem; } }
.et-mdcard__photo { margin: 0; }
.et-mdcard__photo .et-photo { max-width: 24rem; }
.et-mdcard__quote { margin: 1.25rem 0 .25rem; font-family: var(--font-display); font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; font-size: clamp(1.4rem, 2.6vw, 2rem); color: var(--ink); }
.et-mdcard__body .et-prose { margin-top: 1rem; font-size: 1.0625rem; }
.et-mdcard__sign { margin-top: 1.5rem; }
.et-mdcard__name { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--ink); }
.et-mdcard__role { display: block; margin-top: .15rem; font-size: .9rem; color: var(--muted); }

/* snapshot (capability) */
.et-snapshot { display: grid; gap: 2.5rem 2.5rem; grid-template-columns: 1fr; border-top: 2px solid var(--ink); padding-top: 2.5rem; }
@media (min-width: 640px) { .et-snapshot { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .et-snapshot { grid-template-columns: repeat(4, 1fr); } }
.et-snapshot__value { font-family: var(--font-display); font-weight: 800; font-size: 2.75rem; line-height: 1; color: var(--et-brand); }
.et-snapshot__label { margin-top: .75rem; font-size: .875rem; line-height: 1.375; color: var(--muted); }

/* scope ruled list (capability) */
.et-scope { border-top: 1px solid var(--border); margin-top: 3rem; }
.et-scope__row { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; border-bottom: 1px solid var(--border); padding-block: 1.5rem; }
.et-scope__index { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; color: var(--subtle); }
.et-scope__title { font-family: var(--font-display); font-weight: 600; font-size: 1.125rem; color: var(--ink); }
.et-scope__body { margin-top: .375rem; max-width: 42rem; font-size: .95rem; line-height: 1.625; color: var(--ink-2); }

/* chips (capability values) */
.et-chips { display: flex; flex-wrap: wrap; gap: .625rem; margin-top: 1.75rem; }
.et-chip { border-radius: var(--r-pill); border: 1px solid var(--border-strong); background: var(--surface); padding: .5rem 1rem; font-size: .875rem; font-weight: 500; color: var(--ink-2); }

/* corporate information (capability) */
.et-caption svg { width: 16px; height: 16px; vertical-align: -3px; margin-right: .4rem; color: var(--et-accent-strong); }
.et-reglist { margin: 1.25rem 0 0; display: flex; flex-direction: column; }
.et-reglist > div { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .25rem 1rem; border-top: 1px solid var(--border-strong); padding-block: .85rem; }
.et-reglist dt { margin: 0; font-size: .9rem; color: var(--muted); }
.et-reglist dd { margin: 0; font-family: var(--font-display); font-weight: 600; color: var(--ink); }

/* ============================================================
   CONTACT
   ============================================================ */
.et-contact__grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .et-contact__grid { grid-template-columns: 0.9fr 1.1fr; gap: 4rem; } }
.et-contact__lead { margin-top: 1rem; line-height: 1.625; color: var(--ink-2); }
.et-infolist { list-style: none; margin: 2.25rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 1.25rem; }
.et-infolist li { display: flex; align-items: flex-start; gap: 1rem; }
.et-info-icon { flex: 0 0 auto; margin-top: .125rem; display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: var(--r-sm); background: var(--et-brand-soft); color: var(--et-brand); }
.et-info-icon svg { width: 18px; height: 18px; }
.et-info-body a { color: var(--ink); }
.et-info-body a:hover { color: var(--et-accent-strong); }
.et-info-body .val { color: var(--ink); }
.et-info-body .val--muted { font-size: .875rem; color: var(--muted); }
.et-next { margin-top: 2.5rem; border-left: 2px solid var(--et-accent); padding-left: 1.5rem; }
.et-next ol { list-style: none; margin: .75rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .625rem; }
.et-next li { display: flex; gap: .75rem; font-size: .95rem; color: var(--ink-2); }
.et-next li .n { font-family: var(--font-display); font-weight: 700; color: var(--et-accent-strong); }

.et-formcard { padding: 1.5rem; align-self: start; }
@media (min-width: 768px) { .et-formcard { padding: 2rem; } }
.et-formcard__title { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; color: var(--ink); }
.et-formcard__sub { margin-top: .375rem; font-size: .875rem; color: var(--muted); }
.et-form { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.et-form__row { display: grid; gap: 1rem; }
@media (min-width: 640px) { .et-form__row { grid-template-columns: 1fr 1fr; } }
.et-field label { display: block; margin-bottom: .375rem; font-size: .875rem; font-weight: 600; color: var(--ink); }
.et-field input, .et-field select, .et-field textarea {
	width: 100%; border-radius: var(--r-sm); border: 1px solid var(--border-strong); background: var(--surface);
	padding: .625rem .875rem; font-family: inherit; font-size: .95rem; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease;
}
.et-field input::placeholder, .et-field textarea::placeholder { color: var(--subtle); }
.et-field input:focus, .et-field select:focus, .et-field textarea:focus { outline: none; border-color: var(--et-accent); box-shadow: 0 0 0 2px rgba(14,182,193,.3); }
.et-field textarea { resize: vertical; min-height: 7rem; }
.et-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236f747f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .875rem center; padding-right: 2.25rem; }
.et-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.et-form__note { font-size: .75rem; color: var(--muted); }
.et-alert { display: flex; align-items: flex-start; gap: .625rem; padding: 1rem; border-radius: var(--r-md); font-size: .95rem; }
.et-alert svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: .1rem; }
.et-alert--ok { background: #e7f6ef; border: 1px solid #bfe3cf; color: #1f7a52; }
.et-alert--err { background: #fbe9e9; border: 1px solid #f3c9c9; color: #b3322f; }

/* inverse contact (capability) */
.et-section--inverse .et-info-body a, .et-section--inverse a.on-dark { color: var(--on-dark-muted); }
.et-section--inverse .et-info-body a:hover { color: #fff; }

/* ============================================================
   INSIGHTS (bare engine-default blog — matches the original)
   ============================================================ */
.et-blog { background: #FAFCFB; min-height: 100vh; }
.et-blog__header { border-bottom: 1px solid #e2e8f0; }
.et-blog__header-inner { max-width: 56rem; margin-inline: auto; padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.et-blog__brand { font-family: var(--font-display); font-weight: 700; color: #071e37; }
.et-blog__back { font-size: .875rem; color: #64748b; }
.et-blog__back:hover { color: #071e37; }
.et-blog__main { max-width: 56rem; margin-inline: auto; padding: 3rem 1.5rem; }
.et-blog__main--narrow { max-width: 48rem; }
.et-blog__title { font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em; font-size: 1.875rem; color: #071e37; }
.et-blog__desc { color: #64748b; margin-top: .5rem; }
.et-blog__grid { margin-top: 2.5rem; display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .et-blog__grid { grid-template-columns: 1fr 1fr; } }
.et-postcard { display: block; border: 1px solid #e2e8f0; border-radius: 1rem; overflow: hidden; background: #fff; transition: border-color .2s ease; color: inherit; }
.et-postcard:hover { border-color: #94a3b8; }
.et-postcard__img { width: 100%; height: 11rem; object-fit: cover; background: #f1f5f9; display: block; }
.et-postcard__body { padding: 1.25rem; }
.et-postcard__title { font-family: var(--font-display); font-weight: 600; color: #071e37; line-height: 1.3; }
.et-postcard__excerpt { font-size: .875rem; color: #64748b; margin-top: .5rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.et-blog__empty { color: #94a3b8; margin-top: 2.5rem; }
/* article */
.et-article__title.wp-block-post-title { font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: #071e37; font-size: clamp(1.875rem, 1.4rem + 2.4vw, 2.25rem); margin: 0; }
.et-article__meta.wp-block-post-date { font-size: .875rem; color: #94a3b8; margin: .75rem 0 0; }
.et-article__img.wp-block-post-featured-image { margin: 2rem 0 0; }
.et-article__img.wp-block-post-featured-image img { width: 100%; border-radius: 1rem; background: #f1f5f9; }
.article-prose { margin-top: 2rem; color: var(--ink-2); line-height: 1.75; font-size: 1.0625rem; }
.article-prose p { margin: 0 0 1.25rem; }
.article-prose h2 { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: #071e37; margin: 2.25rem 0 .75rem; letter-spacing: -.01em; }
.article-prose a { color: var(--et-accent-strong); text-decoration: underline; }

/* ============================================================
   MOTION
   ============================================================ */
@keyframes etRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.et-rise { animation: etRise .5s var(--ease-out) both; }

/* reveal-on-scroll — hidden state applied only when JS flags support (.et-js-reveal);
   reduced-motion users never receive the flag, so content stays visible. */
.et-js-reveal .et-reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
.et-js-reveal .et-reveal.is-in { opacity: 1; transform: none; }

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