/* WTI shared classes — Divi 5 build. Desktop is base; overrides only at 980 and 767. */
@import url("tokens.css");

*, *::before, *::after { box-sizing: border-box; }   /* Divi/WordPress reset; width:100% + padding boxes were overflowing on phones */
/* Base typography lives here (not only in per-page inline <style>) so body text never falls back to the browser serif when a page's inline style is missed or late. */
body { margin: 0; font-family: 'Geist', system-ui, sans-serif; color: var(--wti-ink); -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: 'Geist', sans-serif; }
p { margin: 0; }
.wti-wrap { max-width: 1360px; margin: 0 auto; padding-left: clamp(20px, 4vw, 56px); padding-right: clamp(20px, 4vw, 56px); }   /* one gutter site-wide: header pad, .wti-wrap, .wti-wrap-fluid and inline sections */
.wti-section { padding-top: 104px; padding-bottom: 104px; }
.wti-section--tight { padding-top: 72px; padding-bottom: 72px; }
.wti-eyebrow { font-family: 'Geist Mono', monospace; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; line-height: 1.4; color: var(--wti-green); }
.wti-eyebrow--on-dark { color: var(--wti-green-light); }
.wti-h1 { font-size: 72px; font-weight: 600; line-height: 0.98; letter-spacing: -0.045em; color: var(--wti-ink); margin: 0; }
.wti-h2 { font-size: 52px; font-weight: 600; line-height: 1; letter-spacing: -0.04em; color: var(--wti-ink); margin: 0; }
.wti-h3 { font-size: 24px; font-weight: 600; line-height: 1.2; letter-spacing: -0.02em; color: var(--wti-ink); margin: 0; }
.wti-lead { font-size: 19px; line-height: 1.55; color: var(--wti-mute); margin: 0; }
.wti-body { font-size: 16px; line-height: 1.55; color: var(--wti-mute); margin: 0; }
.wti-on-dark .wti-h1, .wti-on-dark .wti-h2, .wti-on-dark .wti-h3 { color: var(--wti-white); }
.wti-on-dark .wti-lead, .wti-on-dark .wti-body { color: var(--wti-on-dark-70); }

/* Buttons */
.wti-btn { display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 24px; border-radius:var(--wti-r-sm); font-size: 15px; font-weight: 600; line-height: 1; text-decoration: none; transition: background-color .2s, color .2s, border-color .2s; }
.wti-btn--primary { background: var(--wti-green); color: var(--wti-white); }
.wti-btn--primary:hover { background: var(--wti-green-hover); color: var(--wti-white); }
.wti-btn--dark { background: var(--wti-ink); color: var(--wti-white); }
.wti-btn--dark:hover { background: var(--wti-green); color: var(--wti-white); }
.wti-btn--white { background: var(--wti-white); color: var(--wti-ink); }
.wti-btn--white:hover { background: var(--wti-green-tint); color: var(--wti-ink); }
.wti-btn--ghost { background: var(--wti-surface); color: var(--wti-ink); }
.wti-btn--ghost:hover { background: var(--wti-surface-2); color: var(--wti-ink); }
.wti-btn--glass { background: var(--wti-white-a8); border: 1px solid var(--wti-white-a26); color: var(--wti-white); }
.wti-btn--glass:hover { background: var(--wti-active-white); color: var(--wti-white); }
/* Blue glass button (matches the AI Analytics callout): blue gradient, top-light highlight, hairline border. */
.wti-btn--blue { background: linear-gradient(180deg, var(--wti-white-a20), var(--wti-white-a0) 55%), linear-gradient(135deg, var(--wti-blue), var(--wti-blue-deep)); border: 1px solid var(--wti-sky-a35); box-shadow: inset 0 1px 0 var(--wti-white-a26); color: var(--wti-white); }
.wti-btn--blue:hover { background: linear-gradient(180deg, var(--wti-white-a20), var(--wti-white-a0) 55%), linear-gradient(135deg, var(--wti-blue-hover), var(--wti-blue-deep-hover)); color: var(--wti-white); }

/* Cards */
.wti-card { background: var(--wti-white); border-radius:var(--wti-r-lg); padding: 26px; box-shadow: var(--wti-shadow-card); }
.wti-card--soft { background: var(--wti-surface); box-shadow:none; }
.wti-card--glass { background: var(--wti-glass-bg); border: 1px solid var(--wti-glass-border); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow:none; }
.wti-icon-badge { display: inline-flex; width: 44px; height: 44px; border-radius:var(--wti-r-12); background: var(--wti-green-tint); color: var(--wti-green); align-items: center; justify-content: center; }
.wti-icon-badge--on-dark { background: var(--wti-mint-a14); color: var(--wti-green-light); }

/* Two-column row (desktop 2 / tablet 2 / phone 1) */
.wti-row-2 { display: flex; gap: 48px; align-items: center; }
.wti-row-2 > * { flex: 1 1 0; min-width: 0; }

/* Global text wrapping */
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { text-wrap: balance; }

@media (max-width: 980px) {
  .wti-section { padding-top: 72px; padding-bottom: 72px; }
  .wti-section--tight { padding-top: 56px; padding-bottom: 56px; }
  .wti-h1 { font-size: 52px; }
  .wti-h2 { font-size: 40px; }
  .wti-lead { font-size: 17px; }
  .wti-row-2 { gap: 28px; }
}
@media (max-width: 767px) {
  .wti-section { padding-top: 56px; padding-bottom: 56px; }
  .wti-section--tight { padding-top: 44px; padding-bottom: 44px; }
  .wti-h1 { font-size: 40px; }
  .wti-h2 { font-size: 32px; }
  .wti-h3 { font-size: 20px; }
  .wti-row-2 { flex-direction: column; align-items: stretch; gap: 24px; }
  .wti-btn { height: 48px; padding: 0 20px; }
}

/* Sticky title column: left column of a title + content row stays pinned while the right column scrolls. Divi: Column → Sticky Options → Stick to Top, offset 100px. */
.wti-sticky{position:sticky;top:100px;align-self:start}
@media (max-width:980px){.wti-sticky{position:static}}

/* ===== Header (Divi Menu module + logo + button). Two scroll states: at top / scrolled. ===== */
.wti-header-shell { position: fixed; top: 0; left: 0; right: 0; z-index: 60; }
.wti-header-spacer { height: 78px; }                    /* in-flow space under the fixed bar on non-overlay pages */
.wti-header-pad { position: relative; padding: 14px calc(clamp(20px, 4vw, 56px) - 13px) 0; }   /* page gutter minus the bar's own padding + border: the logo and the button sit exactly on the content edges */
.wti-header { position: relative; box-sizing: border-box; width: min(100%, 1360px - 2 * clamp(20px, 4vw, 56px) + 26px); height: 64px; margin: 0 auto; display: flex; align-items: center; gap: 10px; padding: 0 12px; background: radial-gradient(380px circle at var(--gx,50%) var(--gy,0%), rgba(255,255,255,var(--hl,0.5)), var(--wti-white-a0) 65%), var(--wti-header-bg); backdrop-filter: blur(24px) saturate(190%); -webkit-backdrop-filter: blur(24px) saturate(190%); border: 1px solid var(--wti-header-border); border-radius:var(--wti-r-md); box-shadow: inset 0 1px 0 var(--wti-white-a45), inset 0 -1px 0 var(--wti-white-a8), var(--wti-shadow-header); transition: width .55s cubic-bezier(.2,.8,.2,1), height .55s cubic-bezier(.2,.8,.2,1), background-color .4s, border-color .4s; }
.wti-header.is-dark { --hl: 0.18; background: radial-gradient(380px circle at var(--gx,50%) var(--gy,0%), rgba(255,255,255,var(--hl)), var(--wti-white-a0) 65%), var(--wti-header-bg-dark); border-color: var(--wti-header-border-dark); }
/* Scrolled state: narrower, shorter bar and smaller logo (Divi sticky-state width, padding, logo max-height). */
.wti-header.is-scrolled { width: min(100% - 160px, 1120px); height: 54px; }   /* always visibly narrower than the resting bar, at any viewport */
.wti-header-logo { display: flex; align-items: center; flex: none; height: 100%; }
.wti-header-logo img { width: 80px; height: auto; aspect-ratio: 2 / 1; display: block; transition: width .55s cubic-bezier(.2,.8,.2,1); }
.wti-header.is-scrolled .wti-header-logo img { width: 64px; }
/* Scrolled state: type and spacing tighten with the bar so the menu and button fit inside the narrower width. */
.wti-header.is-scrolled .wti-nav-link { height: 34px; padding: 0 9px; font-size: 13px; }
.wti-header.is-scrolled .wti-nav { gap: 0; }
.wti-header.is-scrolled .wti-header-cta { height: 36px; padding: 0 13px; font-size: 13px; }
/* Between the menu collapse (1100px) and 1300px the resting bar is also tight: smaller type and padding. */
@media (max-width: 1300px) { .wti-nav-link { padding: 0 9px; font-size: 13px; } .wti-nav { gap: 0; } .wti-header-cta { padding: 0 13px; font-size: 13px; } .wti-header.is-scrolled .wti-nav-link { padding: 0 7px; font-size: 12.5px; } .wti-header.is-scrolled .wti-header-cta { padding: 0 11px; font-size: 12.5px; } }
.wti-header-logo .wti-header-logo-white { display: none; }
.wti-header.is-dark .wti-header-logo .wti-header-logo-dark { display: none; }
.wti-header.is-dark .wti-header-logo .wti-header-logo-white { display: block; }
.wti-nav-chev { display: block; }
.wti-header.is-dark .wti-nav-chev, .wti-header.is-dark .wti-header-burger img { filter: invert(1); }
.wti-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.wti-nav-item { position: relative; }
.wti-nav-link { display: flex; align-items: center; gap: 5px; height: 40px; padding: 0 12px; border-radius:var(--wti-r-xs); font-size: 14px; font-weight: 500; line-height: 1; color: var(--wti-ink); white-space: nowrap; transition: background-color .2s, font-size .3s, padding .3s, height .3s; }
.wti-nav-link:hover { background: var(--wti-hover-ink); color: var(--wti-ink); }
.wti-nav-link.is-active { background: var(--wti-active-green); }
.wti-header.is-dark .wti-nav-link { color: var(--wti-white); }
.wti-header.is-dark .wti-nav-link:hover { background: var(--wti-hover-white); color: var(--wti-white); }
.wti-header.is-dark .wti-nav-link.is-active { background: var(--wti-active-white); }
.wti-nav-drop { display: none; position: absolute; top: 100%; left: -8px; padding-top: 12px; }
.wti-nav-item:hover .wti-nav-drop, .wti-nav-item:focus-within .wti-nav-drop { display: block; }
.wti-nav-drop-inner { min-width: 250px; padding: 8px; display: flex; flex-direction: column; gap: 2px; background: var(--wti-menu-bg); backdrop-filter: blur(30px) saturate(200%); -webkit-backdrop-filter: blur(30px) saturate(200%); border: 1px solid var(--wti-header-border); border-radius:var(--wti-r-md); box-shadow: var(--wti-shadow-menu); }
.wti-nav-sub { display: block; padding: 10px 14px; border-radius:var(--wti-r-xs); font-size: 15px; font-weight: 500; line-height: 1.3; color: var(--wti-ink); white-space: nowrap; }
.wti-nav-sub:hover { background: var(--wti-hover-ink-soft); color: var(--wti-ink); }
.wti-nav-sub-desc { display: block; margin-top: 2px; font-size: 13px; font-weight: 400; line-height: 1.35; color: var(--wti-mute); white-space: normal; }
.wti-nav-drop-inner { min-width: 340px; }   /* fixed panel width so removing an item does not narrow the dropdown */
/* AI Analytics: full blue callout in the Technology dropdown (and mobile menu) */
.wti-nav-sub.is-new, .wti-mobile-sub.is-new { margin-top: 4px; background: linear-gradient(180deg, var(--wti-white-a20), var(--wti-white-a0) 55%), linear-gradient(135deg, var(--wti-blue), var(--wti-blue-deep)); border: 1px solid var(--wti-sky-a35); box-shadow: inset 0 1px 0 var(--wti-white-a26); color: var(--wti-white); font-weight: 600; }
.wti-nav-sub.is-new:hover, .wti-mobile-sub.is-new:hover { background: linear-gradient(180deg, var(--wti-white-a20), var(--wti-white-a0) 55%), linear-gradient(135deg, var(--wti-blue-hover), var(--wti-blue-deep-hover)); color: var(--wti-white); }
.wti-nav-sub.is-new .wti-nav-sub-desc { color: var(--wti-on-dark-85); }
.wti-nav-sub.is-new::after, .wti-mobile-sub.is-new::after { content: "NEW"; display: inline-block; margin-left: 8px; padding: 4px 7px; border-radius: var(--wti-r-5); background: var(--wti-white); color: var(--wti-blue-deep); font-family: 'Geist Mono', monospace; font-size: 10px; letter-spacing: 0.08em; line-height: 1; vertical-align: middle; }
.wti-nav-sub.is-new::after { position: absolute; top: 11px; right: 12px; margin-left: 0; }
.wti-nav-sub.is-new { position: relative; padding-right: 58px; }
.wti-header-cta { flex: none; display: inline-flex; align-items: center; height: 42px; padding: 0 16px; margin-left: 4px; background: var(--wti-green); border-radius:var(--wti-r-xs); font-size: 14px; font-weight: 600; line-height: 1; color: var(--wti-white); white-space: nowrap; box-shadow: var(--wti-shadow-cta); transition: background-color .2s, font-size .3s, padding .3s, height .3s; }
.wti-header-cta:hover { background: var(--wti-green-hover); color: var(--wti-white); }
.wti-header-burger { display: none; margin-left: auto; width: 44px; height: 44px; padding: 0; border: 1px solid var(--wti-line-strong); border-radius: var(--wti-r-sm); background: var(--wti-white); color: var(--wti-ink); align-items: center; justify-content: center; cursor: pointer; transition: background-color .2s, border-color .2s; }
.wti-header-burger:hover { background: var(--wti-surface); }
.wti-header-burger .wti-burger-close, .wti-header-pad.is-open .wti-header-burger .wti-burger-open { display: none; }
.wti-header-pad.is-open .wti-header-burger .wti-burger-close { display: block; }
.wti-header-pad.is-open .wti-header-burger { background: var(--wti-ink); border-color: var(--wti-ink); }
.wti-header-pad.is-open .wti-header-burger img { filter: invert(1); }
.wti-header.is-dark .wti-header-burger { background: var(--wti-white-a10); border-color: var(--wti-white-a26); color: var(--wti-white); }
.wti-mobile { position: absolute; left: calc(clamp(20px, 4vw, 56px) - 13px); right: calc(clamp(20px, 4vw, 56px) - 13px); top: 100%; margin-top: 8px; padding: 10px; max-height: 640px; overflow: auto; display: none; flex-direction: column; gap: 2px; background: var(--wti-menu-bg); backdrop-filter: blur(30px) saturate(200%); -webkit-backdrop-filter: blur(30px) saturate(200%); border: 1px solid var(--wti-header-border); border-radius:var(--wti-r-md); box-shadow: var(--wti-shadow-menu); }
.wti-mobile-top { display: block; flex: 1 0 auto; padding: 13px 12px; border-radius: var(--wti-r-xs); font-size: 17px; font-weight: 600; line-height: 1.3; color: var(--wti-ink); }
.wti-mobile-top:hover { background: var(--wti-surface); color: var(--wti-ink); }
/* Collapsible groups: checkbox state; chevron rotates; subs hidden until open */
.wti-mobile-group { display: flex; flex-direction: column; flex: none; }
.wti-mobile-toggle { position: absolute; width: 1px; height: 1px; margin: -1px; opacity: 0; pointer-events: none; }
.wti-mobile-row { display: flex; align-items: center; gap: 4px; }
.wti-mobile-chev { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: var(--wti-r-xs); cursor: pointer; transition: background-color .2s; }
.wti-mobile-chev:hover { background: var(--wti-surface); }
.wti-mobile-chev img { transition: transform .25s; }
.wti-mobile-subs { display: none; flex-direction: column; gap: 2px; padding: 0 0 8px; }
.wti-mobile-subs .wti-mobile-sub.is-new { margin: 4px 12px 0 24px; }
.wti-mobile-toggle:checked ~ .wti-mobile-subs { display: flex; }
.wti-mobile-toggle:checked ~ .wti-mobile-row .wti-mobile-chev img { transform: rotate(180deg); }
.wti-mobile-toggle:checked ~ .wti-mobile-row .wti-mobile-chev { background: var(--wti-surface); }
.wti-mobile-sub { display: block; padding: 10px 12px 10px 24px; border-radius: var(--wti-r-xs); font-size: 15px; line-height: 1.4; color: var(--wti-ink-2); }
.wti-mobile-sub:hover { background: var(--wti-surface); color: var(--wti-ink); }
.wti-mobile-phone { display: block; flex: none; margin-top: 10px; padding: 12px 14px; border-radius:var(--wti-r-xs); background: var(--wti-green-soft); color: var(--wti-green); font-size: 14px; font-weight: 600; line-height: 1.3; }
.wti-mobile-cta { margin-top: 8px; flex: none; display: flex; align-items: center; justify-content: center; height: 52px; background: var(--wti-green); border-radius: var(--wti-r-sm); font-size: 16px; font-weight: 600; line-height: 1; color: var(--wti-white); }
.wti-mobile-cta:hover { background: var(--wti-green-hover); color: var(--wti-white); }
.wti-header-pad.is-open .wti-mobile { display: flex; }
/* Menu collapse at 1100px: undecided site-wide breakpoint, kept at 1100 per brief until Corey decides. */
@media (max-width: 1100px) {
  .wti-nav, .wti-header-cta { display: none; }
  .wti-header-burger { display: inline-flex; }
}
@media (max-width: 980px) {
  .wti-header-pad { padding-top: 12px; }
  .wti-header-spacer { height: 76px; }
}
@media (max-width: 767px) {
  .wti-header-pad { padding-top: 10px; }
  .wti-header-spacer { height: 68px; }
  .wti-header, .wti-header.is-scrolled { width: 100%; height: 58px; padding: 0 6px 0 12px; }   /* phone: no width shrink */
  .wti-header-logo img, .wti-header.is-scrolled .wti-header-logo img { width: 68px; }
  .wti-mobile { max-height: 520px; }
}

/* ===== Footer ===== */
.wti-footer { position: relative; color: var(--wti-white); background: linear-gradient(180deg, var(--wti-dark-a55) 0%, var(--wti-dark-a90) 60%, var(--wti-dark) 100%), url("assets/footer-bg-blurred.jpg") center 45% / cover no-repeat var(--wti-dark); }
.wti-footer-inner { padding-top: 120px; padding-bottom: 28px; }
.wti-footer-panel { display: flex; gap: 40px; padding: 48px; border-radius:var(--wti-r-20); background: radial-gradient(520px circle at var(--gx,50%) var(--gy,0%), var(--wti-glass-hi), var(--wti-white-a0) 70%), var(--wti-footer-panel-bg); backdrop-filter: blur(26px) saturate(180%); -webkit-backdrop-filter: blur(26px) saturate(180%); border: 1px solid var(--wti-footer-panel-border); box-shadow: var(--wti-shadow-dark); }
.wti-footer-brand { flex: 0 0 38%; min-width: 0; display: flex; flex-direction: column; gap: 28px; }
.wti-footer-logo { width: 88px; height: auto; aspect-ratio: 2 / 1; display: block; align-self: flex-start; }
.wti-footer-tag { margin: 0; max-width: 360px; font-size: 15px; line-height: 1.5; color: var(--wti-on-dark-70); }
.wti-footer-phone { display: block; font-size: 30px; font-weight: 600; line-height: 1.1; letter-spacing: -0.03em; color: var(--wti-white); }
.wti-footer-phone:hover { color: var(--wti-green-light); }
.wti-footer-hours { margin: 6px 0 0; font-size: 14px; line-height: 1.5; color: var(--wti-on-dark-65); }
.wti-footer-mails { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 10px; font-size: 14px; line-height: 1.5; }
.wti-footer-mails a { color: var(--wti-on-dark-85); }
.wti-footer-mails a:hover { color: var(--wti-white); }
.wti-footer-cols { flex: 1 1 0; min-width: 0; display: flex; gap: 24px; }
.wti-footer-col { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; line-height: 1.4; }
.wti-footer-col-title { font-size: 13px; font-weight: 600; line-height: 1.4; color: var(--wti-white); margin-bottom: 4px; }
.wti-footer-col a { color: var(--wti-on-dark-70); }
.wti-footer-col a:hover { color: var(--wti-white); }
.wti-footer-legal { margin-top: 18px; padding: 16px 6px 0; display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between; font-size: 13px; line-height: 1.5; color: var(--wti-on-dark-50); }
.wti-footer-legal-links { display: flex; gap: 20px; }
.wti-footer-legal a { color: var(--wti-on-dark-70); }
.wti-footer-legal a:hover { color: var(--wti-white); }
@media (max-width: 980px) {
  .wti-footer-inner { padding-top: 80px; }
  .wti-footer-panel { flex-direction: column; gap: 36px; padding: 32px; }
  .wti-footer-brand { flex: 0 0 auto; }
}
@media (max-width: 767px) {
  .wti-footer-inner { padding-top: 56px; }
  .wti-footer-panel { padding: 24px; gap: 28px; }
  .wti-footer-cols { flex-direction: column; gap: 24px; }
  .wti-footer-phone { font-size: 24px; }
}


/* Build America hero: open layout over the photo — white badge left, copy right, facts row below. No tiles. */
.wti-baba-hero { position: relative; background-color: var(--wti-dark); background-size: cover; background-position: 62% 50%; color: var(--wti-white); padding: 184px 0 88px; }
/* GRID */
.wti-baba-hero-row { display: block; }
.wti-baba-hero-row .wti-baba-tile-copy { max-width: 720px; }
.wti-baba-tile { min-width: 0; }
.wti-baba-tile-badge { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.wti-baba-badge { display: block; width: 100%; max-width: 280px; height: auto; aspect-ratio: 1 / 1; object-fit: contain; filter: brightness(0) invert(1); }
.wti-baba-badge-cap { max-width: 280px; font-family: 'Geist Mono', monospace; font-size: 12px; line-height: 1.6; letter-spacing: 0.02em; color: var(--wti-white-a60); }
.wti-baba-tile-copy { display: flex; flex-direction: column; }
.wti-baba-h1 { max-width: 16ch; font-size: clamp(38px, 4.2vw, 62px); font-weight: 600; line-height: 1; letter-spacing: -0.04em; color: var(--wti-white); }
.wti-baba-lead { margin-top: 22px; max-width: 60ch; font-size: 17px; line-height: 1.6; color: var(--wti-white-a82); }
.wti-baba-tile-copy .wti-baba-ctas, .wti-baba-tile-copy > div:last-child { margin-top: 28px; }
@media (max-width: 980px) {
  .wti-baba-hero { padding: 144px 0 64px; }
  .wti-baba-hero-row { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .wti-baba-tile-badge { align-items: flex-start; text-align: left; }
  .wti-baba-badge { max-width: 180px; }
}
@media (max-width: 767px) {
  .wti-baba-hero { padding: 120px 0 48px; }
  .wti-baba-badge { max-width: 140px; }
}

/* Build America hero: compliance facts, plain row with hairlines */
/* GRID */
.wti-baba-facts { margin: 64px 0 0; padding-top: 24px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; border-top: 1px solid var(--wti-active-white); }
.wti-baba-facts > div { min-width: 0; }
.wti-baba-facts dt { font-family: 'Geist Mono', monospace; font-size: 11px; line-height: 1.3; letter-spacing: 0.06em; color: var(--wti-on-dark-55); }
.wti-baba-facts dd { margin: 8px 0 0; font-size: 15px; font-weight: 500; line-height: 1.45; color: var(--wti-white); }
@media (max-width: 980px) { .wti-baba-facts { margin-top: 48px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 32px; } }
@media (max-width: 767px) { .wti-baba-facts { grid-template-columns: minmax(0, 1fr); gap: 18px; } }

/* Document request popup (shared, in SiteFooter). Divi: Popup (Divi Areas / Popups for Divi) holding the form-plugin form; triggered by links with data-gate. */
.wti-gate { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; background: var(--wti-dark-a62); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.wti-gate-card { position: relative; box-sizing: border-box; width: 100%; max-width: 480px; max-height: calc(100vh - 48px); overflow: auto; padding: 36px; border-radius:var(--wti-r-20); background: var(--wti-white); color: var(--wti-ink); box-shadow:var(--wti-shadow-dark); }
.wti-gate-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius:var(--wti-r-sm); background: var(--wti-surface); color: var(--wti-ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.wti-gate-close:hover { background: var(--wti-surface-2); }
.wti-gate-icon { display: inline-flex; width: 44px; height: 44px; border-radius:var(--wti-r-12); background: var(--wti-green-tint); color: var(--wti-green); align-items: center; justify-content: center; }
.wti-gate-eyebrow { margin-top: 18px; font-family: 'Geist Mono', monospace; font-size: 12px; line-height: 1.3; letter-spacing: 0.06em; color: var(--wti-green); }
.wti-gate-title { margin: 8px 0 0; padding-right: 32px; font-size: 26px; font-weight: 600; line-height: 1.12; letter-spacing: -0.03em; color: var(--wti-ink); }
.wti-gate-lead { margin-top: 10px; font-size: 15px; line-height: 1.55; color: var(--wti-mute); }
.wti-gate-lead strong { color: var(--wti-ink); font-weight: 600; }
.wti-gate-form { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.wti-gate-label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; line-height: 1.3; color: var(--wti-ink-2); }
.wti-gate-opt { font-weight: 400; color: var(--wti-mute-2); }
.wti-gate-input { width: 100%; box-sizing: border-box; height: 48px; padding: 0 14px; border: 1px solid var(--wti-line-strong); border-radius:var(--wti-r-sm); font: inherit; font-size: 15px; font-weight: 400; line-height: 1.3; color: var(--wti-ink); background: var(--wti-white); }
.wti-gate-input:focus { outline: 2px solid var(--wti-green); outline-offset: 0; border-color: var(--wti-green); }
.wti-gate-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; color: var(--wti-mute); }
.wti-gate-check input { margin-top: 3px; }
.wti-gate-submit { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; margin-top: 4px; padding: 0 22px; border: 0; border-radius:var(--wti-r-sm); background: var(--wti-ink); color: var(--wti-white); font: 600 15px/1 'Geist', sans-serif; cursor: pointer; }
.wti-gate-submit:hover { background: var(--wti-green); }
.wti-gate-submit.is-ghost { margin-top: 22px; background: var(--wti-surface); color: var(--wti-ink); }
.wti-gate-submit.is-ghost:hover { background: var(--wti-surface-2); }
.wti-gate-fine { font-size: 12px; line-height: 1.5; color: var(--wti-mute-2); text-align: center; }
.wti-gate-icon.is-ok { background: var(--wti-green); color: var(--wti-white); }
.wti-gate.is-open { display: flex; }
.wti-gate-done { display: none; flex-direction: column; align-items: flex-start; }
.wti-gate-card.is-sent .wti-gate-form-block { display: none; }
.wti-gate-card.is-sent .wti-gate-done { display: flex; }
.wti-gate-done .wti-gate-title { margin-top: 18px; }
@media (max-width: 767px) { .wti-gate { padding: 12px; align-items: flex-end; } .wti-gate-card { padding: 28px 22px; border-radius:var(--wti-r-lg); } .wti-gate-title { font-size: 22px; } }

/* Spec tables (Carbon-X; reusable) */
.wti-spec-group + .wti-spec-group { margin-top: 36px; }
.wti-spec-title { font-family: 'Geist Mono', monospace; font-size: 12px; line-height: 1.3; letter-spacing: 0.06em; color: var(--wti-green); padding-bottom: 10px; border-bottom: 1px solid var(--wti-ink); }
/* GRID */
.wti-spec-row { display: grid; grid-template-columns: minmax(140px, 0.8fr) minmax(0, 2fr); gap: 8px 24px; padding: 14px 0; border-bottom: 1px solid var(--wti-line); font-size: 15px; line-height: 1.5; }
.wti-spec-row dt { font-weight: 600; color: var(--wti-ink); }
.wti-spec-row dd { margin: 0; color: var(--wti-ink-2); }
@media (max-width: 767px) { .wti-spec-row { grid-template-columns: minmax(0, 1fr); gap: 2px; } }
/* Feature tiles with icon */
/* GRID */
.wti-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 14px; }
.wti-feature { padding: 26px; border-radius:var(--wti-r-lg); background: var(--wti-surface); }
.wti-feature-icon { display: inline-flex; width: 44px; height: 44px; border-radius:var(--wti-r-12); background: var(--wti-green-tint); align-items: center; justify-content: center; }
.wti-feature-icon img { width: 22px; height: 22px; display: block; }
.wti-feature h3 { margin-top: 16px; font-size: 18px; font-weight: 600; line-height: 1.25; letter-spacing: -0.01em; color: var(--wti-ink); }
.wti-feature p { margin-top: 8px; font-size: 15px; line-height: 1.55; color: var(--wti-mute); }

/* Carbon-X hero: copy left, product render in its own column right */
.wti-cx-hero { background: var(--wti-dark); color: var(--wti-white); padding: 152px 0 88px; }
/* GRID */
.wti-cx-hero-row { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.wti-cx-hero-copy { min-width: 0; }
.wti-cx-hero-media { min-width: 0; border-radius:var(--wti-r-20); overflow: hidden; background: var(--wti-mute-2); box-shadow:var(--wti-shadow-dark-40); }
.wti-cx-hero-media img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 58%; }
@media (max-width: 980px) {
  .wti-cx-hero { padding: 128px 0 64px; }
  .wti-cx-hero-row { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .wti-cx-hero-media img { aspect-ratio: 4 / 3; }
}
@media (max-width: 767px) { .wti-cx-hero { padding: 112px 0 48px; } .wti-cx-hero-media { border-radius:var(--wti-r-16); } }


/* ===== Keyframes shared by pages ===== */
@keyframes wtiMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes wtiPulse { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(2.2); opacity: 0; } }

/* ===== Native-Divi interaction patterns. State lives in radio inputs; every pane exists in the markup and is shown/hidden. ===== */
.wti-tab-radio, .wti-slide-radio, .wti-hs-radio { position: absolute; width: 1px; height: 1px; margin: -1px; opacity: 0; pointer-events: none; }

/* Tabs (Divi: Tabs module). .wti-tabs wraps radios, .wti-tab-btn labels (data-tab) and .wti-tab-pane blocks (data-tab). */
.wti-tabs .wti-tab-pane { display: none; }
.wti-tab-btn { display: inline-flex; align-items: center; height: 36px; padding: 0 14px; border: 0; border-radius:var(--wti-r-7); background: transparent; color: var(--wti-white); font-family: 'Geist', sans-serif; font-size: 13px; font-weight: 500; line-height: 1; cursor: pointer; user-select: none; transition: background-color .2s, color .2s; }
.wti-tab-btn:hover { background: var(--wti-white-a10); }
.wti-tab-btn--lg { height: 40px; padding: 0 18px; border-radius:var(--wti-r-9); font-size: 14px; }
.wti-tabs:has(.wti-tab-radio[value="1"]:checked) .wti-tab-pane[data-tab="1"] { display: block; }
.wti-tabs:has(.wti-tab-radio[value="2"]:checked) .wti-tab-pane[data-tab="2"] { display: block; }
.wti-tabs:has(.wti-tab-radio[value="3"]:checked) .wti-tab-pane[data-tab="3"] { display: block; }
.wti-tabs:has(.wti-tab-radio[value="4"]:checked) .wti-tab-pane[data-tab="4"] { display: block; }
.wti-tabs:has(.wti-tab-radio[value="5"]:checked) .wti-tab-pane[data-tab="5"] { display: block; }
.wti-tabs:has(.wti-tab-radio[value="6"]:checked) .wti-tab-pane[data-tab="6"] { display: block; }
.wti-tabs:has(.wti-tab-radio[value="1"]:checked) .wti-tab-btn[data-tab="1"] { background: var(--wti-white); color: var(--wti-ink); font-weight: 600; }
.wti-tabs:has(.wti-tab-radio[value="2"]:checked) .wti-tab-btn[data-tab="2"] { background: var(--wti-white); color: var(--wti-ink); font-weight: 600; }
.wti-tabs:has(.wti-tab-radio[value="3"]:checked) .wti-tab-btn[data-tab="3"] { background: var(--wti-white); color: var(--wti-ink); font-weight: 600; }
.wti-tabs:has(.wti-tab-radio[value="4"]:checked) .wti-tab-btn[data-tab="4"] { background: var(--wti-white); color: var(--wti-ink); font-weight: 600; }
.wti-tabs:has(.wti-tab-radio[value="5"]:checked) .wti-tab-btn[data-tab="5"] { background: var(--wti-white); color: var(--wti-ink); font-weight: 600; }
.wti-tabs:has(.wti-tab-radio[value="6"]:checked) .wti-tab-btn[data-tab="6"] { background: var(--wti-white); color: var(--wti-ink); font-weight: 600; }

/* Slider with dots (Divi: Slider module, auto-rotate on the ice tests and agency quotes). .wti-slider wraps radios, .wti-slide blocks (data-slide) and .wti-slide-dot labels (data-slide). */
.wti-slider .wti-slide { display: none; }
.wti-slider:has(.wti-slide-radio[value="1"]:checked) .wti-slide[data-slide="1"] { display: block; }
.wti-slider:has(.wti-slide-radio[value="2"]:checked) .wti-slide[data-slide="2"] { display: block; }
.wti-slider:has(.wti-slide-radio[value="3"]:checked) .wti-slide[data-slide="3"] { display: block; }
.wti-slider:has(.wti-slide-radio[value="4"]:checked) .wti-slide[data-slide="4"] { display: block; }
.wti-slider:has(.wti-slide-radio[value="5"]:checked) .wti-slide[data-slide="5"] { display: block; }
.wti-slider:has(.wti-slide-radio[value="6"]:checked) .wti-slide[data-slide="6"] { display: block; }
.wti-slider--dots .wti-slide-dot { display: block; width: 8px; height: 8px; border-radius:var(--wti-r-sm); background: var(--wti-line-2); cursor: pointer; transition: width .4s, background .4s; }
.wti-slider--dots:has(.wti-slide-radio[value="1"]:checked) .wti-slide-dot[data-slide="1"] { width: 28px; background: var(--wti-green); }
.wti-slider--dots:has(.wti-slide-radio[value="2"]:checked) .wti-slide-dot[data-slide="2"] { width: 28px; background: var(--wti-green); }
.wti-slider--dots:has(.wti-slide-radio[value="3"]:checked) .wti-slide-dot[data-slide="3"] { width: 28px; background: var(--wti-green); }
.wti-slider--dots:has(.wti-slide-radio[value="4"]:checked) .wti-slide-dot[data-slide="4"] { width: 28px; background: var(--wti-green); }
.wti-slider--dots:has(.wti-slide-radio[value="5"]:checked) .wti-slide-dot[data-slide="5"] { width: 28px; background: var(--wti-green); }
.wti-slider--dots:has(.wti-slide-radio[value="6"]:checked) .wti-slide-dot[data-slide="6"] { width: 28px; background: var(--wti-green); }
.wti-slider--temps .wti-slide-dot { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; height: 44px; border-radius:var(--wti-r-xs); background: var(--wti-white-a5); color: var(--wti-white-a60); font-family: 'Geist Mono', monospace; font-size: 13px; font-weight: 600; line-height: 1; cursor: pointer; transition: background .25s, color .25s; }
.wti-slider--temps .wti-slide-dot::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: var(--wti-green-light); }
.wti-slider--temps.wti-auto:has(.wti-slide-radio[value="1"]:checked) .wti-slide-dot[data-slide="1"]::after,
.wti-slider--temps.wti-auto:has(.wti-slide-radio[value="2"]:checked) .wti-slide-dot[data-slide="2"]::after,
.wti-slider--temps.wti-auto:has(.wti-slide-radio[value="3"]:checked) .wti-slide-dot[data-slide="3"]::after,
.wti-slider--temps.wti-auto:has(.wti-slide-radio[value="4"]:checked) .wti-slide-dot[data-slide="4"]::after,
.wti-slider--temps.wti-auto:has(.wti-slide-radio[value="5"]:checked) .wti-slide-dot[data-slide="5"]::after,
.wti-slider--temps.wti-auto:has(.wti-slide-radio[value="6"]:checked) .wti-slide-dot[data-slide="6"]::after { animation: wti-dot-progress var(--wti-auto-ms, 4500ms) linear forwards; }
.wti-slider--temps.wti-auto:hover .wti-slide-dot::after { animation-play-state: paused; }
@keyframes wti-dot-progress { from { width: 0; } to { width: 100%; } }
.wti-slider--temps:has(.wti-slide-radio[value="1"]:checked) .wti-slide-dot[data-slide="1"] { background: var(--wti-glass-hi); color: var(--wti-white); }
.wti-slider--temps:has(.wti-slide-radio[value="2"]:checked) .wti-slide-dot[data-slide="2"] { background: var(--wti-glass-hi); color: var(--wti-white); }
.wti-slider--temps:has(.wti-slide-radio[value="3"]:checked) .wti-slide-dot[data-slide="3"] { background: var(--wti-glass-hi); color: var(--wti-white); }
.wti-slider--temps:has(.wti-slide-radio[value="4"]:checked) .wti-slide-dot[data-slide="4"] { background: var(--wti-glass-hi); color: var(--wti-white); }
.wti-slider--temps:has(.wti-slide-radio[value="5"]:checked) .wti-slide-dot[data-slide="5"] { background: var(--wti-glass-hi); color: var(--wti-white); }
.wti-slider--temps:has(.wti-slide-radio[value="6"]:checked) .wti-slide-dot[data-slide="6"] { background: var(--wti-glass-hi); color: var(--wti-white); }

/* Home product hotspots (Divi: click/hover show-hide interactions). Pins and lines are labels for one radio group; one card shows at a time. */
.wti-hs .wti-hs-card { display: none; }
.wti-hs .wti-hs-line { display: flex; }
.wti-hs-pin { position: absolute; width: 44px; height: 44px; margin: -22px 0 0 -22px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.wti-hs-pulse { position: absolute; inset: 0; border-radius:var(--wti-r-circle); background: var(--wti-mint-a50); animation: none; }
.wti-hs-dot { position: absolute; inset: 6px; border-radius:var(--wti-r-circle); background: var(--wti-dark-a55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--wti-white-a75); box-shadow:var(--wti-shadow-pin); display: flex; align-items: center; justify-content: center; color: var(--wti-white); font-family: 'Geist Mono', monospace; font-size: 12px; font-weight: 500; line-height: 1; transition: background .25s, color .25s; }
.wti-hs:has(.wti-hs-radio[value="1"]:checked) .wti-hs-card[data-n="1"] { display: block; }
.wti-hs:has(.wti-hs-radio[value="1"]:checked) .wti-hs-line[data-n="1"] { display: none; }
.wti-hs:has(.wti-hs-radio[value="1"]:checked) .wti-hs-pin[data-n="1"] .wti-hs-dot { background: var(--wti-white); color: var(--wti-green); }
.wti-hs:has(.wti-hs-radio[value="1"]:checked) .wti-hs-pin[data-n="1"] .wti-hs-pulse { animation: wtiPulse 2.2s ease-out infinite; }
.wti-hs:has(.wti-hs-radio[value="2"]:checked) .wti-hs-card[data-n="2"] { display: block; }
.wti-hs:has(.wti-hs-radio[value="2"]:checked) .wti-hs-line[data-n="2"] { display: none; }
.wti-hs:has(.wti-hs-radio[value="2"]:checked) .wti-hs-pin[data-n="2"] .wti-hs-dot { background: var(--wti-white); color: var(--wti-green); }
.wti-hs:has(.wti-hs-radio[value="2"]:checked) .wti-hs-pin[data-n="2"] .wti-hs-pulse { animation: wtiPulse 2.2s ease-out infinite; }
.wti-hs:has(.wti-hs-radio[value="3"]:checked) .wti-hs-card[data-n="3"] { display: block; }
.wti-hs:has(.wti-hs-radio[value="3"]:checked) .wti-hs-line[data-n="3"] { display: none; }
.wti-hs:has(.wti-hs-radio[value="3"]:checked) .wti-hs-pin[data-n="3"] .wti-hs-dot { background: var(--wti-white); color: var(--wti-green); }
.wti-hs:has(.wti-hs-radio[value="3"]:checked) .wti-hs-pin[data-n="3"] .wti-hs-pulse { animation: wtiPulse 2.2s ease-out infinite; }
.wti-hs:has(.wti-hs-radio[value="4"]:checked) .wti-hs-card[data-n="4"] { display: block; }
.wti-hs:has(.wti-hs-radio[value="4"]:checked) .wti-hs-line[data-n="4"] { display: none; }
.wti-hs:has(.wti-hs-radio[value="4"]:checked) .wti-hs-pin[data-n="4"] .wti-hs-dot { background: var(--wti-white); color: var(--wti-green); }
.wti-hs:has(.wti-hs-radio[value="4"]:checked) .wti-hs-pin[data-n="4"] .wti-hs-pulse { animation: wtiPulse 2.2s ease-out infinite; }
.wti-hs:has(.wti-hs-radio[value="5"]:checked) .wti-hs-card[data-n="5"] { display: block; }
.wti-hs:has(.wti-hs-radio[value="5"]:checked) .wti-hs-line[data-n="5"] { display: none; }
.wti-hs:has(.wti-hs-radio[value="5"]:checked) .wti-hs-pin[data-n="5"] .wti-hs-dot { background: var(--wti-white); color: var(--wti-green); }
.wti-hs:has(.wti-hs-radio[value="5"]:checked) .wti-hs-pin[data-n="5"] .wti-hs-pulse { animation: wtiPulse 2.2s ease-out infinite; }
.wti-hs:has(.wti-hs-pin:hover) .wti-hs-cards .wti-hs-card[data-n], .wti-hs:has(.wti-hs-line:hover) .wti-hs-cards .wti-hs-card[data-n] { display: none; }
.wti-hs:has(.wti-hs-pin[data-n="1"]:hover) .wti-hs-cards .wti-hs-card[data-n="1"], .wti-hs:has(.wti-hs-line[data-n="1"]:hover) .wti-hs-cards .wti-hs-card[data-n="1"] { display: block; }
.wti-hs:has(.wti-hs-pin[data-n="2"]:hover) .wti-hs-cards .wti-hs-card[data-n="2"], .wti-hs:has(.wti-hs-line[data-n="2"]:hover) .wti-hs-cards .wti-hs-card[data-n="2"] { display: block; }
.wti-hs:has(.wti-hs-pin[data-n="3"]:hover) .wti-hs-cards .wti-hs-card[data-n="3"], .wti-hs:has(.wti-hs-line[data-n="3"]:hover) .wti-hs-cards .wti-hs-card[data-n="3"] { display: block; }
.wti-hs:has(.wti-hs-pin[data-n="4"]:hover) .wti-hs-cards .wti-hs-card[data-n="4"], .wti-hs:has(.wti-hs-line[data-n="4"]:hover) .wti-hs-cards .wti-hs-card[data-n="4"] { display: block; }
.wti-hs:has(.wti-hs-pin[data-n="5"]:hover) .wti-hs-cards .wti-hs-card[data-n="5"], .wti-hs:has(.wti-hs-line[data-n="5"]:hover) .wti-hs-cards .wti-hs-card[data-n="5"] { display: block; }

/* Accordion (Divi: Accordion module) */
.wti-faq { border-radius:var(--wti-r-md); background: var(--wti-white); overflow: hidden; }
.wti-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; font-family: 'Geist', sans-serif; font-size: 17px; font-weight: 600; line-height: 1.3; letter-spacing: -0.01em; color: var(--wti-ink); cursor: pointer; list-style: none; }
.wti-faq summary::-webkit-details-marker { display: none; }
.wti-faq-icon { flex: none; width: 30px; height: 30px; border-radius:var(--wti-r-xs); background: var(--wti-surface); display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 500; line-height: 1; color: var(--wti-green); }
.wti-faq[open] .wti-faq-plus, .wti-faq:not([open]) .wti-faq-minus { display: none; }
.wti-faq-a { margin: 0; padding: 0 22px 22px; font-size: 15px; line-height: 1.6; color: var(--wti-mute); }

/* CSS-only marquee (agency names, home) */
.wti-marquee { display: flex; gap: 64px; width: max-content; animation: wtiMarquee 50s linear infinite; }
.wti-marquee span { font-size: 22px; font-weight: 500; line-height: 1.3; letter-spacing: -0.02em; color: var(--wti-mute-2); white-space: nowrap; }

/* ===== Layered heroes: photo on ::before with a mask, gradients on ::after (LAYER), content above. ===== */
.wti-hero-layered { position: relative; overflow: hidden; }
.wti-hero-layered > * { position: relative; z-index: 1; }
.wti-hero-layered::before { /* LAYER: masked photo */ content: ""; position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; width: clamp(58%, 1100px - 100vw, 100%); background-size: cover; background-repeat: no-repeat; -webkit-mask-image: linear-gradient(90deg, transparent 0%, var(--wti-black) 38%); mask-image: linear-gradient(90deg, transparent 0%, var(--wti-black) 38%); }
.wti-hero-layered::after { /* LAYER: gradient overlays */ content: ""; position: absolute; z-index: 0; inset: 0; }
.wti-hero-hydra::before { background-image: url("assets/hydra.jpg"); background-position: 70% 55%; }
.wti-hero-striker::before { background-image: url("/__l5e/assets-v1/10fbc5de-ad5c-4b6a-9428-90179a37f7fc/striker-front-stack.png"); background-position: 70% 55%; }
.wti-hero-hydra::after, .wti-hero-striker::after { background: linear-gradient(90deg, var(--wti-dark-a90) 0%, var(--wti-dark-a55) 40%, var(--wti-dark-a0) 62%), linear-gradient(180deg, var(--wti-dark-a50) 0%, var(--wti-dark-a0) 25%, var(--wti-dark-a0) 75%, var(--wti-dark-a60) 100%); }
.wti-hero-home::before { top: -4%; bottom: auto; height: 108%; width: clamp(68%, 1100px - 100vw, 100%); background-image: url("assets/scene-2.jpg"); background-position: 30% 42%; -webkit-mask-image: linear-gradient(90deg, transparent 0%, var(--wti-black) 40%); mask-image: linear-gradient(90deg, transparent 0%, var(--wti-black) 40%); transform: translate3d(0, calc(var(--sy, 0px) * 0.25), 0); will-change: transform; }
.wti-hero-home::after { background: linear-gradient(180deg, var(--wti-dark-a0) 60%, var(--wti-dark-a80) 100%), radial-gradient(900px 600px at 10% 90%, var(--wti-green-a45), var(--wti-green-a0) 70%), linear-gradient(90deg, var(--wti-dark-a95) 0%, var(--wti-dark-a60) 34%, var(--wti-dark-a0) 58%); }
/* Extra bottom fade over a photo section (LAYER) */
.wti-fade-bottom { position: relative; }
.wti-fade-bottom > * { position: relative; z-index: 1; }
.wti-fade-bottom::after { /* LAYER */ content: ""; position: absolute; z-index: 0; left: 0; right: 0; bottom: 0; height: 30%; background: linear-gradient(180deg, var(--wti-dark-a0) 0%, var(--wti-dark-a50) 100%); pointer-events: none; }
/* Glow layer behind content (LAYER) */
.wti-glow-green { position: relative; }
.wti-glow-green > * { position: relative; z-index: 1; }
.wti-glow-green::before { /* LAYER */ content: ""; position: absolute; z-index: 0; inset: 0; background: radial-gradient(900px 600px at 85% 20%, var(--wti-green-a45), var(--wti-green-a0) 70%); pointer-events: none; }
.wti-glow-green--left::before { background: radial-gradient(900px 700px at 12% 85%, var(--wti-green-a45), var(--wti-green-a0) 70%); }   /* glow under the copy on full-bleed photo heroes */

/* Section background video (Divi: Section → Background → Video, poster as fallback image). One gradient layer on ::after. */
.wti-bg-video { position: relative; overflow: hidden; }
.wti-bg-video > * { position: relative; z-index: 1; }
.wti-bg-video > video, .wti-bg-video > .wti-bg-media { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }   /* .wti-bg-media: a GIF standing in for the background video (EXCEPTION until the .mp4 is supplied) */
.wti-bg-video::after { /* LAYER */ content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, var(--wti-dark-a15) 0%, var(--wti-dark-a35) 45%, var(--wti-dark-a92) 100%); }

/* Content video in an aspect box */
.wti-video { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

/* Widget frames (resources library, Sidewinder spec search). Height is set by the widget (postMessage); fallback heights per breakpoint. */
.wti-widget-frame { display: block; width: 100%; border: 0; height: 1200px; }

/* Default state when no radio is checked yet: the first pane/slide/card shows. */
.wti-tabs:not(:has(.wti-tab-radio:checked)) .wti-tab-pane[data-tab="1"] { display: block; }
.wti-tabs:not(:has(.wti-tab-radio:checked)) .wti-tab-btn[data-tab="1"] { background: var(--wti-white); color: var(--wti-ink); font-weight: 600; }
.wti-slider:not(:has(.wti-slide-radio:checked)) .wti-slide[data-slide="1"] { display: block; }
.wti-slider--dots:not(:has(.wti-slide-radio:checked)) .wti-slide-dot[data-slide="1"] { width: 28px; background: var(--wti-green); }
.wti-slider--temps:not(:has(.wti-slide-radio:checked)) .wti-slide-dot[data-slide="1"] { background: var(--wti-glass-hi); color: var(--wti-white); }
.wti-hs:not(:has(.wti-hs-radio:checked)) .wti-hs-card[data-n="1"] { display: block; }
.wti-hs:not(:has(.wti-hs-radio:checked)) .wti-hs-line[data-n="1"] { display: none; }
.wti-hs:not(:has(.wti-hs-radio:checked)) .wti-hs-pin[data-n="1"] .wti-hs-dot { background: var(--wti-white); color: var(--wti-green); }
.wti-hs:not(:has(.wti-hs-radio:checked)) .wti-hs-pin[data-n="1"] .wti-hs-pulse { animation: wtiPulse 2.2s ease-out infinite; }

/* Static form success blocks (form plugin shows these after submit) */
.wti-form-done { display: none; }
.is-sent .wti-form-done { display: block; }
.wti-form.is-sent .wti-form-fields { display: none; }

/* Contact form (design only; FORMS.md §1). Chips are radios; hint, conditional fields and button label follow the selected type. */
.wti-chip { position: relative; display: inline-flex; align-items: center; padding: 10px 14px; border: 1px solid var(--wti-line-strong); border-radius:var(--wti-r-sm); background: var(--wti-white); font-family: 'Geist', sans-serif; font-size: 13px; font-weight: 600; line-height: 1; color: var(--wti-ink); cursor: pointer; transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s; }
.wti-chip:hover { transform: translateY(-3px); box-shadow:var(--wti-shadow-lift); }
.wti-chip input { position: absolute; width: 1px; height: 1px; margin: -1px; opacity: 0; pointer-events: none; }
.wti-chip:has(input:checked), .wti-chips:not(:has(input:checked)) .wti-chip:first-child { border-color: var(--wti-green); background: var(--wti-green); color: var(--wti-white); transform: none; box-shadow:none; }
.wti-contact .wti-type-hint, .wti-contact .wti-cond, .wti-contact .wti-submit { display: none; }
.wti-contact:not(:has(.wti-chip input:checked)) [data-type="sales"] { display: block; }
.wti-contact:has(.wti-chip input[value="sales"]:checked) [data-type="sales"] { display: block; }
.wti-contact:has(.wti-chip input[value="support"]:checked) [data-type="support"] { display: block; }
.wti-contact:has(.wti-chip input[value="distributor"]:checked) [data-type="distributor"] { display: block; }
.wti-contact:has(.wti-chip input[value="baba"]:checked) [data-type="baba"] { display: block; }
.wti-contact:has(.wti-chip input[value="rma"]:checked) [data-type="rma"] { display: block; }
.wti-contact:has(.wti-chip input[value="general"]:checked) [data-type="general"] { display: block; }

/* Products page: AI analytics section background video, side fade on ::after (LAYER) */
.wti-bg-video--analytics > video { object-position: center; }
.wti-bg-video--analytics::after { background: linear-gradient(90deg, var(--wti-dark-a92) 0%, var(--wti-dark-a70) 38%, var(--wti-dark-a15) 70%, var(--wti-dark-a5) 100%); }

/* ===== Shared classes extracted from repeated inline styles at design freeze ===== */
.wti-cell { min-width:0; }
.wti-item-title { display:block; font-size:15px; font-weight:600; letter-spacing:-0.01em; line-height:1.3; }
.wti-item { display:flex; align-items:flex-start; gap:14px; min-width:0; }
.wti-icon-grad { display:inline-flex; flex:none; width:44px; height:44px; border-radius:var(--wti-r-12); background:linear-gradient(160deg,var(--wti-green),var(--wti-green-hover)); color:var(--wti-white); align-items:center; justify-content:center; box-shadow:var(--wti-shadow-icon); }
.wti-item-desc { display:block; margin-top:3px; font-size:13px; line-height:1.45; color:var(--wti-mute); }
.wti-strong { font-weight:600; }
.wti-ink-2 { color:var(--wti-ink-2); }
.wti-icon-green { display:inline-flex; color:var(--wti-green); flex:none; }
.wti-icon-22 { display:inline-flex; width:22px; height:22px; align-items:center; justify-content:center; }
.wti-title { font-size:clamp(30px,3.4vw,44px); font-weight:600; line-height:1; letter-spacing:-0.04em; color:var(--wti-ink); }
.wti-title-on-dark { font-size:clamp(30px,3.4vw,48px); font-weight:600; line-height:1; letter-spacing:-0.04em; color:var(--wti-white); }
.wti-bg-surface { background:var(--wti-surface); }
.wti-bg-dark { background:var(--wti-dark); color:var(--wti-white); }
.wti-td { padding:16px; font-size:14px; line-height:1.4; color:var(--wti-mute); border-top:1px solid var(--wti-surface-2); }
.wti-mute-nowrap { color:var(--wti-mute); white-space:nowrap; }
.wti-ctas { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.wti-ctas-lg { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.wti-trust-band { background:var(--wti-white); border-top:1px solid var(--wti-line-soft); }
.wti-trust-grid { max-width:1360px; margin:0 auto; padding:clamp(32px,4vw,48px) clamp(20px,4vw,56px); display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr)); gap:20px 24px; }
.wti-sub { display:block; margin-top:4px; font-size:14px; color:var(--wti-mute); line-height:1.3; }
.wti-sub-on-dark { display:block; margin-top:3px; font-size:12px; font-weight:400; color:var(--wti-white-a60); line-height:1.3; }
.wti-list-row { padding:10px 0; border-top:1px solid var(--wti-line); }
.wti-list-row-on-dark { padding:13px 0; border-top:1px solid var(--wti-glass-border); }
.wti-row-10 { display:flex; gap:10px; align-items:center; }
.wti-label-16 { font-size:16px; font-weight:600; color:var(--wti-ink); line-height:1.3; }
.wti-label-on-dark { font-size:14px; font-weight:600; color:var(--wti-white); line-height:1.25; }
.wti-desc-14 { margin-top:6px; font-size:14px; line-height:1.55; color:var(--wti-mute); }
.wti-desc-15 { margin-top:8px; font-size:15px; line-height:1.55; color:var(--wti-mute); }
.wti-lead-on-dark { margin-top:16px; font-size:17px; line-height:1.5; color:var(--wti-on-dark-85); }
.wti-spec-line { display:grid; grid-template-columns:minmax(120px,0.9fr) minmax(0,2fr); gap:12px 24px; padding:16px 24px; border-top:1px solid var(--wti-line-soft); }
.wti-spec-line-alt { display:grid; grid-template-columns:minmax(120px,0.9fr) minmax(0,2fr); gap:12px 24px; padding:16px 24px; border-top:1px solid var(--wti-line-soft); background:var(--wti-surface-3); }
.wti-pill-row { display:flex; align-items:center; gap:12px; padding:12px 14px; border-radius:var(--wti-r-md); background:var(--wti-surface); }
.wti-wrap-fluid { max-width:1360px; margin:0 auto; padding:clamp(56px,7vw,96px) clamp(20px,4vw,56px); }
.wti-stat { padding:4px 0 4px 24px; border-left:1px solid var(--wti-line-2); }
.wti-stat-num { display:block; font-family:'Geist',sans-serif; font-size:44px; font-weight:600; letter-spacing:-0.03em; color:var(--wti-green); line-height:1; }
.wti-stat-title { margin-top:12px; font-size:17px; font-weight:600; line-height:1.1; }
.wti-green-strong { color:var(--wti-green); font-weight:600; }
.wti-release { background:var(--wti-white); display:block; padding:10px 12px; border-radius:var(--wti-r-md); font-size:14px; font-weight:600; line-height:1.3; color:var(--wti-ink); text-align:center; }
.wti-photo-tag { position:absolute; left:10px; bottom:10px; padding:6px 10px; border-radius:var(--wti-r-7); background:var(--wti-dark-a62); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); color:var(--wti-white); font-size:12px; line-height:1.3; }
.wti-icon-mint { color:var(--wti-green-light); display:inline-flex; }
.wti-tile { background:var(--wti-surface); padding:20px 22px; border-radius:var(--wti-r-20); }
.wti-item-title-16 { display:block; font-weight:600; font-size:16px; line-height:1.3; }
.wti-tag { padding:7px 12px; background:var(--wti-surface); border-radius:var(--wti-r-sm); font-size:14px; font-weight:600; line-height:1.3; }

/* Contact form fields */
.wti-contact input, .wti-contact select, .wti-contact textarea { display: block; width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1px solid var(--wti-line-strong); border-radius: var(--wti-r-xs); background: var(--wti-white); font: inherit; font-size: 15px; line-height: 1.3; color: var(--wti-ink); }
.wti-contact input:focus, .wti-contact select:focus, .wti-contact textarea:focus { outline: 2px solid var(--wti-green); outline-offset: 0; border-color: var(--wti-green); }
.wti-contact .wti-chip input { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; opacity: 0; pointer-events: none; }

/* About hero: one green glass stat bar with hairline dividers. Mint orb on ::before (LAYER); mouse-follow highlight kept from the previous strip (data-glass). */
.wti-stat-tiles { position: relative; overflow: hidden; margin: clamp(40px, 5vw, 64px) 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border-radius: var(--wti-r-lg); color: var(--wti-white); background: radial-gradient(520px circle at var(--gx, 50%) var(--gy, 0%), var(--wti-white-a14), var(--wti-white-a0) 70%), var(--wti-green); border: 1px solid var(--wti-white-a14); box-shadow: var(--wti-shadow-inset-18), var(--wti-shadow-cta); }
.wti-stat-tiles::before { /* LAYER: mint orb */ content: ""; position: absolute; z-index: 0; top: -160px; right: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle at 50% 50%, var(--wti-mint-a50), var(--wti-mint-a0) 68%); pointer-events: none; }
.wti-stat-tile { position: relative; z-index: 1; min-width: 0; padding: 26px 26px 28px; }
.wti-stat-tile + .wti-stat-tile { border-left: 1px solid var(--wti-white-a14); }
.wti-stat-tile-label { font-family: 'Geist Mono', monospace; font-size: 11px; line-height: 1.4; letter-spacing: 0.08em; color: var(--wti-green-light); }
.wti-stat-tile-fig { margin: 14px 0 0; font-size: clamp(26px, 2.2vw, 34px); text-wrap: balance; font-weight: 600; line-height: 1; letter-spacing: -0.035em; color: var(--wti-white); }
.wti-stat-tile-line { margin: 12px 0 0; font-size: 14px; line-height: 1.5; color: var(--wti-on-dark-85); }
@media (max-width: 980px) { .wti-stat-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } .wti-stat-tile:nth-child(3) { border-left: 0; } .wti-stat-tile:nth-child(n+3) { border-top: 1px solid var(--wti-white-a14); } }
@media (max-width: 767px) { .wti-stat-tiles { grid-template-columns: minmax(0, 1fr); } .wti-stat-tile { padding: 22px 20px 24px; } .wti-stat-tile + .wti-stat-tile { border-left: 0; border-top: 1px solid var(--wti-white-a14); } }

/* ===== About: "Why agencies choose WTI" ecosystem ring. Desktop: hub centred, eight cards on a ring (absolute offsets). Tablet: 2-column cards; phone: 1 column. ===== */
/* Desktop: heading column left, 780px ring right, so the whole section fits a 1920×1080 viewport. */
/* GRID */
.wti-eco-row { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(0, 640px); gap: clamp(32px, 4vw, 64px); align-items: center; }
.wti-eco-lead { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.wti-eco { list-style: none; position: relative; width: min(100%, 640px); aspect-ratio: 1 / 1; margin: 0; padding: 0; }
.wti-eco::before { /* LAYER: ring */ content: ""; position: absolute; z-index: 0; left: 14%; top: 14%; width: 72%; height: 72%; border-radius: 50%; border: 1px dashed var(--wti-white-a22); }
.wti-eco::after { /* LAYER: hub glow */ content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; width: 52%; height: 52%; border-radius: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle at 50% 50%, var(--wti-mint-a14), var(--wti-mint-a0) 70%); pointer-events: none; }
.wti-eco-hub { position: absolute; z-index: 1; left: 50%; top: 50%; width: 37%; aspect-ratio: 1 / 1; transform: translate(-50%, -50%); box-sizing: border-box; padding: clamp(14px, 1.6vw, 20px); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--wti-white); background: radial-gradient(260px circle at var(--gx, 50%) var(--gy, 0%), var(--wti-white-a14), var(--wti-white-a0) 70%), var(--wti-green); border: 1px solid var(--wti-white-a22); box-shadow: var(--wti-shadow-inset-18), var(--wti-shadow-cta); }
.wti-eco-hub-title { margin: 10px 0 0; font-size: clamp(15px, 1.25vw, 18px); font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; color: var(--wti-white); }
.wti-eco-hub-text { margin: 6px 0 0; font-size: 12.5px; line-height: 1.5; color: var(--wti-on-dark-85); }
.wti-eco-item:hover { z-index: 4; }
.wti-eco-item { position: absolute; z-index: 1; width: 28%; min-width: 172px; transform: translate(-50%, -50%); box-sizing: border-box; padding: 12px 12px 14px; border-radius: var(--wti-r-lg); background: radial-gradient(320px circle at var(--gx, 50%) var(--gy, 0%), var(--wti-active-white), var(--wti-white-a0) 70%), var(--wti-glass-bg); backdrop-filter: blur(22px) saturate(170%); -webkit-backdrop-filter: blur(22px) saturate(170%); border: 1px solid var(--wti-glass-border); box-shadow: var(--wti-shadow-inset-14); }
.wti-eco-item[data-pos="1"] { left: 50%; top: 14%; }
.wti-eco-item[data-pos="2"] { left: 75.5%; top: 24.5%; }
.wti-eco-item[data-pos="3"] { left: 86%; top: 50%; }
.wti-eco-item[data-pos="4"] { left: 75.5%; top: 75.5%; }
.wti-eco-item[data-pos="5"] { left: 50%; top: 86%; }
.wti-eco-item[data-pos="6"] { left: 24.5%; top: 75.5%; }
.wti-eco-item[data-pos="7"] { left: 14%; top: 50%; }
.wti-eco-item[data-pos="8"] { left: 24.5%; top: 24.5%; }
.wti-eco-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.wti-eco-icon { display: inline-flex; width: 32px; height: 32px; border-radius: var(--wti-r-12); background: var(--wti-mint-a14); color: var(--wti-green-light); align-items: center; justify-content: center; }
.wti-eco-hub .wti-eco-icon { background: var(--wti-white-a14); }
.wti-eco-num { font-family: 'Geist Mono', monospace; font-size: 12px; line-height: 1.3; letter-spacing: 0.06em; color: var(--wti-green-light); }
.wti-eco-title { margin: 10px 0 0; font-size: 14px; font-weight: 600; line-height: 1.2; letter-spacing: -0.02em; color: var(--wti-white); }
.wti-eco-text { margin: 4px 0 0; font-size: 12.5px; line-height: 1.5; color: var(--wti-white-a70); }
@media (max-width: 980px) {
  .wti-eco-row { grid-template-columns: minmax(0, 1fr); }
  .wti-eco-lead { flex-direction: row; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 20px 48px; }
  .wti-eco { width: 100%; aspect-ratio: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .wti-eco-title { font-size: 17px; }
  .wti-eco::before, .wti-eco::after { display: none; }
  .wti-eco-hub, .wti-eco-item { position: static; transform: none; width: auto; min-width: 0; aspect-ratio: auto; }
  .wti-eco-hub { grid-column: 1 / -1; border-radius: var(--wti-r-lg); flex-direction: row; align-items: center; gap: 18px; text-align: left; padding: 22px 24px; }
  .wti-eco-hub .wti-eco-icon { flex: none; }
  .wti-eco-hub-title { margin: 0; }
  .wti-eco-hub-text { margin: 4px 0 0; }
  .wti-eco-item { padding: 22px 22px 24px; }
}
@media (max-width: 767px) {
  /* Phone: the nine cards become a swipe row (Divi Carousel), one card plus a peek of the next, instead of a long stack. */
  .wti-eco { display: flex; gap: 12px; margin: 0 calc(-1 * clamp(20px, 4vw, 56px)); padding: 0 clamp(20px, 4vw, 56px); overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .wti-eco::-webkit-scrollbar { display: none; }
  .wti-eco > li { flex: 0 0 82%; scroll-snap-align: start; }
  .wti-eco-hub { flex-direction: column; align-items: flex-start; }
  .wti-eco-hub-title { margin-top: 14px; }
}

/* Distributor logo marquee (distributors page) */
.wti-logo-marquee { gap: clamp(40px, 4vw, 64px); animation-duration: 70s; }
.wti-logo-tile { display: inline-flex; align-items: center; justify-content: center; height: 56px; white-space: nowrap; }
.wti-logo-tile img { display: block; height: 48px; width: auto; max-width: 180px; object-fit: contain; filter: grayscale(1); opacity: 0.8; transition: filter .3s, opacity .3s; }
.wti-logo-tile:hover img { filter: none; opacity: 1; }
.wti-logo-tile--text { font-size: 18px; font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; color: var(--wti-mute); }   /* name shown until the logo file arrives */

/* Installer directory rows */
.wti-dir { display: grid; gap: 1px; background: var(--wti-line); border: 1px solid var(--wti-line); border-radius: var(--wti-r-lg); overflow: hidden; }
/* GRID */
.wti-dir-row { display: grid; grid-template-columns: 120px minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 0.8fr); gap: 20px; align-items: center; padding: 16px 22px; background: var(--wti-white); }
.wti-dir-logo { display: flex; align-items: center; width: 120px; min-height: 40px; }
.wti-dir-mark { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: var(--wti-r-12); background: var(--wti-green-tint); color: var(--wti-green); font-family: 'Geist Mono', monospace; font-size: 13px; font-weight: 500; line-height: 1; letter-spacing: 0.04em; }
.wti-dir-contact { display: flex; flex-direction: column; gap: 2px; font-size: 14px; line-height: 1.45; color: var(--wti-ink-2); }
.wti-dir-contact a { color: var(--wti-green); }
.wti-dir-web { font-size: 14px; line-height: 1.45; text-align: right; }
@media (max-width: 980px) { .wti-dir-row { grid-template-columns: 96px minmax(0, 1fr); } .wti-dir-contact, .wti-dir-web { grid-column: 2; text-align: left; } .wti-dir-logo { width: 96px; } }
@media (max-width: 767px) { .wti-dir-row { grid-template-columns: minmax(0, 1fr); gap: 8px; padding: 16px 18px; } .wti-dir-contact, .wti-dir-web { grid-column: 1; } }


/* ===== Spec tabs (Divi: Tabs module). Radio inputs + labels; one spec group visible at a time; all groups stay in the markup. ===== */
.wti-spec-tabs { position: relative; }
.wti-spec-tabs > input { position: absolute; width: 0; height: 0; opacity: 0; pointer-events: none; }
.wti-spec-tablist { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.wti-spec-tablist label { padding: 9px 14px; border: 1px solid var(--wti-surface-2); border-radius: var(--wti-r-sm); background: var(--wti-white); font-size: 13px; font-weight: 600; line-height: 1.3; color: var(--wti-ink); cursor: pointer; transition: background-color .2s, border-color .2s, color .2s; }
.wti-spec-tablist label:hover { border-color: var(--wti-green); color: var(--wti-green); }
.wti-spec-tabs .wti-spec-group { display: none; margin-top: 0; }
.wti-spec-tabs > input:nth-of-type(1):checked ~ .wti-spec-group:nth-of-type(1), .wti-spec-tabs > input:nth-of-type(2):checked ~ .wti-spec-group:nth-of-type(2), .wti-spec-tabs > input:nth-of-type(3):checked ~ .wti-spec-group:nth-of-type(3), .wti-spec-tabs > input:nth-of-type(4):checked ~ .wti-spec-group:nth-of-type(4), .wti-spec-tabs > input:nth-of-type(5):checked ~ .wti-spec-group:nth-of-type(5), .wti-spec-tabs > input:nth-of-type(6):checked ~ .wti-spec-group:nth-of-type(6), .wti-spec-tabs > input:nth-of-type(7):checked ~ .wti-spec-group:nth-of-type(7), .wti-spec-tabs > input:nth-of-type(8):checked ~ .wti-spec-group:nth-of-type(8) { display: block; }
.wti-spec-tabs > input:nth-of-type(1):checked ~ .wti-spec-tablist label:nth-child(1), .wti-spec-tabs > input:nth-of-type(2):checked ~ .wti-spec-tablist label:nth-child(2), .wti-spec-tabs > input:nth-of-type(3):checked ~ .wti-spec-tablist label:nth-child(3), .wti-spec-tabs > input:nth-of-type(4):checked ~ .wti-spec-tablist label:nth-child(4), .wti-spec-tabs > input:nth-of-type(5):checked ~ .wti-spec-tablist label:nth-child(5), .wti-spec-tabs > input:nth-of-type(6):checked ~ .wti-spec-tablist label:nth-child(6), .wti-spec-tabs > input:nth-of-type(7):checked ~ .wti-spec-tablist label:nth-child(7), .wti-spec-tabs > input:nth-of-type(8):checked ~ .wti-spec-tablist label:nth-child(8) { background: var(--wti-ink); border-color: var(--wti-ink); color: var(--wti-white); }
/* No tab selected yet (fallback): show the first group */
.wti-spec-tabs:not(:has(> input:checked)) .wti-spec-group:nth-of-type(1) { display: block; }
.wti-spec-tabs:not(:has(> input:checked)) .wti-spec-tablist label:nth-child(1) { background: var(--wti-ink); border-color: var(--wti-ink); color: var(--wti-white); }

/* Quote form: compact fields (quote.dc.html) */
.wti-quote input, .wti-quote select, .wti-quote textarea { padding: 9px 12px; font-size: 14px; }


/* Ice-test slides (technology.dc.html): frame left, visibility figure right; stacked on phone. */
.wti-ice-slide { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 20px 28px; align-items: center; }
@media (max-width: 767px) { .wti-ice-slide { grid-template-columns: minmax(0, 1fr); } }

/* Home industries row: four tiles stay on one line down to tablet; phone is a swipe carousel (Divi Carousel), one tile plus a peek of the next. */
/* GRID */ .wti-ind-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 767px) {
  /* Edge-to-edge on phone; soft transparency fade at both edges so tiles drift in/out instead of cutting hard */
  .wti-ind-row { display: flex; gap: 12px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%); }
  .wti-ind-row::-webkit-scrollbar { display: none; }
  .wti-ind-row > a { flex: 0 0 78%; }
}

/* ===== Phone / tablet overrides for one-off inline grids (Divi: column layout per breakpoint) ===== */
/* GRID */ .wti-flow { grid-template-columns: minmax(0, 1fr) minmax(48px, 0.6fr) minmax(0, 1fr) minmax(48px, 0.6fr) minmax(0, 1fr); }   /* Hydra signal flow: box, arrow, box, arrow, box */
/* GRID */ .wti-pair { grid-template-columns: 1fr 1fr; }
/* GRID */ .wti-kv { grid-template-columns: 130px 1fr; }   /* Camera Control: label | value */
/* GRID */ .wti-dur-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); }   /* Technology ▸ Durability: label | value */
/* GRID */ .wti-figs-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }   /* Industries ▸ Mobile figures */
@media (max-width: 767px) {
  .wti-kv, .wti-dur-row { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .wti-figs-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wti-flow { grid-template-columns: minmax(0, 1fr); }
  .wti-flow > *:has(img[src*="icon-flow-dashed"]) { justify-self: center; transform: rotate(90deg); }
  .wti-pair { grid-template-columns: minmax(0, 1fr); }
  /* Footer links: 44px tap targets on phone */
  .wti-footer-col a, .wti-footer-mails a, .wti-footer-legal a { display: inline-block; padding: 8px 0; }
  .wti-footer-legal-links { flex-wrap: wrap; gap: 4px 20px; }
}

/* Partner directories (distributors, installers): three cards across, two on tablet, one on phone */
/* GRID */ .wti-dir-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 980px) { .wti-dir-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .wti-dir-cards { grid-template-columns: minmax(0, 1fr); } }

/* Masonry photo gallery (industry pages ▸ In the field): 3 columns, 2 on tablet, 1 on phone; images keep their own aspect ratio. */
.wti-masonry { columns: 3; column-gap: 14px; }
.wti-masonry > img { display: block; width: 100%; height: auto; }
@media (max-width: 980px) { .wti-masonry { columns: 2; } }
@media (max-width: 767px) { .wti-masonry { columns: 1; } }

/* Numbered ledger (ITS applications): two lists side by side on desktop, stacked on tablet and phone */
/* GRID */ .wti-ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 980px) { .wti-ledger { grid-template-columns: minmax(0, 1fr); } .wti-ledger ol + ol li:first-child { border-top: 1px solid var(--wti-white-a14); } }

/* Carbon-X: rendering beside the features it shows; image column alternates sides on desktop, stacks on tablet and phone */
/* GRID */ .wti-cx-row { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
.wti-cx-row--flip > figure { order: 2; }
.wti-cx-row .wti-feature-icon { margin: 0; }
.wti-cx-row figure img { aspect-ratio: 4 / 5; }   /* ratio lives here so the breakpoints below can change it */
@media (max-width: 980px) { .wti-cx-row { grid-template-columns: minmax(0, 1fr); } .wti-cx-row--flip > figure { order: 0; } .wti-cx-row figure img { aspect-ratio: 16 / 10; } }
@media (max-width: 767px) { .wti-cx-row figure img { aspect-ratio: 4 / 3; } }

/* Spec tabs: groups 9–12 (Sidewinder) */
.wti-spec-tabs > input:nth-of-type(9):checked ~ .wti-spec-group:nth-of-type(9), .wti-spec-tabs > input:nth-of-type(10):checked ~ .wti-spec-group:nth-of-type(10), .wti-spec-tabs > input:nth-of-type(11):checked ~ .wti-spec-group:nth-of-type(11), .wti-spec-tabs > input:nth-of-type(12):checked ~ .wti-spec-group:nth-of-type(12) { display: block; }
.wti-spec-tabs > input:nth-of-type(9):checked ~ .wti-spec-tablist label:nth-child(9), .wti-spec-tabs > input:nth-of-type(10):checked ~ .wti-spec-tablist label:nth-child(10), .wti-spec-tabs > input:nth-of-type(11):checked ~ .wti-spec-tablist label:nth-child(11), .wti-spec-tabs > input:nth-of-type(12):checked ~ .wti-spec-tablist label:nth-child(12) { background: var(--wti-ink); border-color: var(--wti-ink); color: var(--wti-white); }

/* Sidewinder key features: vertical tab list | selected feature | clip. One screen tall on desktop; list stacks as a wrapping row on tablet, everything single-column on phone. */
/* GRID */ .wti-feat-grid { display: grid; grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.2fr) minmax(0, 1fr); gap: 14px; align-items: stretch; }
.wti-feat-list { display: flex; flex-direction: column; gap: 6px; }
.wti-feat-tab { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border-radius: var(--wti-r-md); color: var(--wti-ink); cursor: pointer; user-select: none; transition: background-color .2s, color .2s; }
.wti-feat-tab:hover { background: var(--wti-surface); }
.wti-feat-tab .wti-feature-icon { width: 40px; height: 40px; }
.wti-feat-tabs:has(.wti-tab-radio[value="1"]:checked) .wti-feat-tab[data-tab="1"], .wti-feat-tabs:has(.wti-tab-radio[value="2"]:checked) .wti-feat-tab[data-tab="2"], .wti-feat-tabs:has(.wti-tab-radio[value="3"]:checked) .wti-feat-tab[data-tab="3"], .wti-feat-tabs:has(.wti-tab-radio[value="4"]:checked) .wti-feat-tab[data-tab="4"], .wti-feat-tabs:has(.wti-tab-radio[value="5"]:checked) .wti-feat-tab[data-tab="5"], .wti-feat-tabs:has(.wti-tab-radio[value="6"]:checked) .wti-feat-tab[data-tab="6"], .wti-feat-tabs:not(:has(.wti-tab-radio:checked)) .wti-feat-tab[data-tab="1"] { background: var(--wti-ink); color: var(--wti-white); }
.wti-feat-tabs:has(.wti-tab-radio[value="1"]:checked) .wti-feat-tab[data-tab="1"] .wti-feature-icon, .wti-feat-tabs:has(.wti-tab-radio[value="2"]:checked) .wti-feat-tab[data-tab="2"] .wti-feature-icon, .wti-feat-tabs:has(.wti-tab-radio[value="3"]:checked) .wti-feat-tab[data-tab="3"] .wti-feature-icon, .wti-feat-tabs:has(.wti-tab-radio[value="4"]:checked) .wti-feat-tab[data-tab="4"] .wti-feature-icon, .wti-feat-tabs:has(.wti-tab-radio[value="5"]:checked) .wti-feat-tab[data-tab="5"] .wti-feature-icon, .wti-feat-tabs:has(.wti-tab-radio[value="6"]:checked) .wti-feat-tab[data-tab="6"] .wti-feature-icon, .wti-feat-tabs:not(:has(.wti-tab-radio:checked)) .wti-feat-tab[data-tab="1"] .wti-feature-icon { background: var(--wti-white-a14); }
.wti-feat-grid--2 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.wti-feat-grid--2 .wti-feat-panes { min-height: 460px; }
@media (max-width: 980px) { .wti-feat-grid, .wti-feat-grid--2 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .wti-feat-list { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; } .wti-feat-tab { padding: 8px 12px 8px 8px; } }
@media (max-width: 767px) { .wti-feat-grid, .wti-feat-grid--2 { grid-template-columns: minmax(0, 1fr); } .wti-feat-grid > div:last-child img { aspect-ratio: 16 / 9; } }

/* Active feature tab: green icon tile with the icon inverted to white so it reads on the ink background. */
.wti-feat-tabs:has(.wti-tab-radio[value="1"]:checked) .wti-feat-tab[data-tab="1"] .wti-feature-icon, .wti-feat-tabs:has(.wti-tab-radio[value="2"]:checked) .wti-feat-tab[data-tab="2"] .wti-feature-icon, .wti-feat-tabs:has(.wti-tab-radio[value="3"]:checked) .wti-feat-tab[data-tab="3"] .wti-feature-icon, .wti-feat-tabs:has(.wti-tab-radio[value="4"]:checked) .wti-feat-tab[data-tab="4"] .wti-feature-icon, .wti-feat-tabs:has(.wti-tab-radio[value="5"]:checked) .wti-feat-tab[data-tab="5"] .wti-feature-icon, .wti-feat-tabs:has(.wti-tab-radio[value="6"]:checked) .wti-feat-tab[data-tab="6"] .wti-feature-icon, .wti-feat-tabs:not(:has(.wti-tab-radio:checked)) .wti-feat-tab[data-tab="1"] .wti-feature-icon { background: var(--wti-green); }
.wti-feat-tabs:has(.wti-tab-radio[value="1"]:checked) .wti-feat-tab[data-tab="1"] .wti-feature-icon img, .wti-feat-tabs:has(.wti-tab-radio[value="2"]:checked) .wti-feat-tab[data-tab="2"] .wti-feature-icon img, .wti-feat-tabs:has(.wti-tab-radio[value="3"]:checked) .wti-feat-tab[data-tab="3"] .wti-feature-icon img, .wti-feat-tabs:has(.wti-tab-radio[value="4"]:checked) .wti-feat-tab[data-tab="4"] .wti-feature-icon img, .wti-feat-tabs:has(.wti-tab-radio[value="5"]:checked) .wti-feat-tab[data-tab="5"] .wti-feature-icon img, .wti-feat-tabs:has(.wti-tab-radio[value="6"]:checked) .wti-feat-tab[data-tab="6"] .wti-feature-icon img, .wti-feat-tabs:not(:has(.wti-tab-radio:checked)) .wti-feat-tab[data-tab="1"] .wti-feature-icon img { filter: brightness(0) invert(1); }

/* Products page: full-bleed video section with the copy on the right (same fade as the photo sections) */
.wti-bg-video--right::after { background: linear-gradient(90deg, var(--wti-dark-a12) 0%, var(--wti-dark-a30) 45%, var(--wti-dark-a90) 72%, var(--wti-dark-a96) 100%); }

/* Alternating photo side on stacked two-column sections (industries.dc.html). Photo stays first on phone. */
.wti-alt > img { order: 2; }
@media (max-width: 767px) { .wti-alt > img { order: 0; } }

/* Products hero photo: on tablet the render sits lower-right under the copy; on phone it becomes a soft backdrop. */
@media (max-width: 980px) { [data-screen-label="Products Hero"] { background-size: auto 58% !important; background-position: right -16vw bottom !important; } }
@media (max-width: 767px) { [data-screen-label="Products Hero"] { background-size: auto 46% !important; background-position: right -24vw bottom !important; } }

/* ===== Products page: product rows. Media column (photo or video, no gradient over it) beside copy on solid dark; stat bar below. ===== */
.wti-prod-inner { width: 100%; max-width: 1360px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 56px); display: flex; flex-direction: column; gap: clamp(28px, 4vw, 48px); }
/* GRID */
.wti-prod-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.wti-prod-row--flip .wti-prod-grid .wti-prod-media { order: 2; }
.wti-prod-media { min-width: 0; border-radius: var(--wti-r-20); overflow: hidden; background: var(--wti-dark-2); border: 1px solid var(--wti-white-a10); }
.wti-prod-copy { min-width: 0; }
.wti-prod-media--light { background: var(--wti-surface); border-color: var(--wti-line); }
@media (max-width: 980px) { .wti-prod-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; } .wti-prod-row--flip .wti-prod-grid .wti-prod-media { order: 0; } .wti-prod-media img, .wti-prod-media video { aspect-ratio: 16 / 10; } }
@media (max-width: 767px) { .wti-prod-media img, .wti-prod-media video { aspect-ratio: 4 / 3; } }

/* Glass comparison grids: stack on mobile so images stay viewable */
@media (max-width: 700px) {
  .wti-compare-grid { grid-template-columns: 1fr !important; }
  .wti-compare-grid img { aspect-ratio: 16/10 !important; max-height: none !important; }
}

/* Ice test slides: show the full two-panel photo uncropped on mobile */
@media (max-width: 767px) {
  .wti-ice-slide > div:first-child { max-height: none !important; }
  .wti-ice-slide img { aspect-ratio: auto !important; max-height: none !important; object-fit: contain !important; }
}

/* Document request popup: product image bar + reliable mobile centering */
.wti-gate-media { margin: -36px -36px 24px; height: 140px; overflow: hidden; border-radius: var(--wti-r-20) var(--wti-r-20) 0 0; background: var(--wti-ink); }
.wti-gate-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 767px) {
  .wti-gate { padding: 16px; align-items: center; }
  .wti-gate-card { margin: auto; max-height: calc(100dvh - 32px); padding: 28px 22px; }
  .wti-gate-media { margin: -28px -22px 20px; height: 120px; }
}

/* Comparison table: sticky first column + soft edge fade + hint on mobile */
.wti-compare-hint { display: none; }
@media (max-width: 767px) {
  .wti-compare-hint { display: block; }
  .wti-compare-scroll { -webkit-overflow-scrolling: touch; scrollbar-width: none; mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent); -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent); }
  .wti-compare-scroll::-webkit-scrollbar { display: none; }
  .wti-compare-scroll table { min-width: 640px !important; }
  .wti-compare-scroll th:first-child, .wti-compare-scroll td:first-child { position: sticky; left: 0; z-index: 2; box-shadow: 8px 0 12px -8px rgba(0,0,0,.18); }
}
