:root {
	--xly-navy: #08264f;
	--xly-navy-strong: #041a36;
	--xly-blue: #1456a0;
	--xly-cyan: #2a94e1;
	--xly-sky: #86c9ee;
	--xly-ink: #12233d;
	--xly-muted: #5d6d80;
	--xly-line: #d8e2ec;
	--xly-soft: #f3f6f9;
	--xly-white: #fff;
	--xly-success: #16784c;
	--xly-error: #b42318;
	--xly-shadow: 0 12px 32px rgba(4, 29, 67, .075);
	--xly-radius: 14px;
	--xly-radius-sm: 12px;
  --xly-container: 1200px;
  --xly-header-height: 84px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--xly-ink);
  background: var(--xly-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }
a { color: var(--xly-blue); text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { color: var(--xly-cyan); }
button,
input,
textarea,
select { font: inherit; }

h1,
h2,
h3,
h4 {
	margin: 0 0 .6em;
	color: inherit;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.025em;
}

h1 { font-size: clamp(2.5rem, 6vw, 5.3rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 3.25rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1.1em; line-height: 1.68; }
ul,
ol { margin-top: 0; }

.container { width: min(calc(100% - 40px), var(--xly-container)); margin-inline: auto; }
.section { position: relative; padding: 92px 0; }
.section--light { background: var(--xly-white); }
.section--soft { background: var(--xly-soft); }
.section--navy { color: var(--xly-white); background: var(--xly-navy); overflow: hidden; }
.section--navy::before { position: absolute; inset: auto -12% -42% auto; width: 620px; aspect-ratio: 1; content: ""; border: 1px solid rgba(134, 201, 238, .13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(134, 201, 238, .022), 0 0 0 160px rgba(134, 201, 238, .016); }
.section--navy > * { position: relative; }
.section--archive { padding-top: 48px; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link { position: fixed; z-index: 9999; left: 16px; top: 0; padding: 10px 16px; color: var(--xly-white); background: var(--xly-blue); opacity: 0; pointer-events: none; transform: translateY(calc(-100% - 16px)); }
.skip-link:focus,
.skip-link:focus-visible { top: 12px; opacity: 1; pointer-events: auto; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--xly-cyan); outline-offset: 3px; }

.eyebrow { margin-bottom: 14px; color: var(--xly-cyan); font-size: .8rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading { max-width: 730px; margin-bottom: clamp(38px, 4vw, 48px); }
.section-heading h2 { margin-bottom: 16px; }
.section-heading p:last-child { max-width: 650px; color: var(--xly-muted); font-size: 1.0625rem; line-height: 1.68; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center p:last-child { margin-inline: auto; }
.section--navy .section-heading p:last-child { color: #c7d4e7; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading-row .section-heading { margin-bottom: 0; }

.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border: 2px solid var(--xly-cyan);
  border-radius: 8px;
  color: var(--xly-white);
  background: var(--xly-blue);
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { color: var(--xly-white); background: var(--xly-cyan); border-color: var(--xly-cyan); transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 9px 17px; font-size: .92rem; }
.button--light { color: var(--xly-navy); background: var(--xly-white); border-color: var(--xly-white); }
.button--light:hover { color: var(--xly-white); background: transparent; }
.button--outline { color: var(--xly-blue); background: transparent; border-color: var(--xly-blue); }
.button--outline:hover { color: var(--xly-white); background: var(--xly-blue); border-color: var(--xly-blue); }
.button--ghost-light { color: var(--xly-white); background: transparent; border-color: rgba(255,255,255,.55); }
.button--ghost-light:hover { color: var(--xly-navy); background: var(--xly-white); border-color: var(--xly-white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--xly-blue); font-weight: 750; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: var(--xly-sky); }

/* Header */
.site-header { position: sticky; z-index: 1000; top: 0; width: 100%; color: var(--xly-white); background: rgba(3, 17, 35, .96); border-bottom: 1px solid rgba(134, 201, 238, .16); backdrop-filter: blur(14px); transition: background-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { background: rgba(3, 17, 35, .985); box-shadow: 0 10px 34px rgba(1, 12, 28, .24); }
.admin-bar .site-header { top: 32px; }
.site-header__main { display: flex; min-height: var(--xly-header-height); align-items: center; justify-content: space-between; gap: clamp(18px, 2.3vw, 34px); }
.site-brand,
.site-brand .custom-logo-link { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.site-brand img,
.site-brand .custom-logo { width: auto; height: 54px; object-fit: contain; }
.primary-navigation { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.primary-navigation .menu { display: flex; align-items: center; gap: 2px; padding: 5px; margin: 0; background: rgba(0, 8, 20, .48); border: 1px solid rgba(255, 255, 255, .06); border-radius: 999px; list-style: none; }
.primary-navigation .menu > li { position: relative; }
.primary-navigation .menu a { display: block; padding: 11px 17px; color: #eef5fd; border-radius: 999px; font-size: .91rem; font-weight: 650; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: color .2s ease, background-color .2s ease; }
.primary-navigation .menu a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a { color: var(--xly-white); background: var(--xly-blue); }
.primary-navigation .menu-item-has-children > a::after { display: inline-block; width: 7px; height: 7px; margin: 0 0 3px 8px; content: ""; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.primary-navigation .sub-menu { position: absolute; min-width: 230px; left: 0; top: calc(100% + 10px); padding: 10px; margin: 0; visibility: hidden; opacity: 0; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius-sm); box-shadow: 0 18px 44px rgba(1, 14, 33, .22); list-style: none; transform: translateY(8px); transition: .2s ease; }
.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.primary-navigation .sub-menu a { padding: 11px 13px; color: var(--xly-ink); border-radius: 7px; }
.primary-navigation .sub-menu a:hover,
.primary-navigation .sub-menu .current-menu-item > a { color: var(--xly-blue); background: var(--xly-soft); }
.submenu-toggle { display: none; }
.site-header .primary-navigation .xly-language-switcher { position: relative; z-index: 1002; display: block; width: auto; height: auto; flex: 0 0 auto; visibility: visible; opacity: 1; overflow: visible; }
.site-header .primary-navigation .xly-language-switcher > summary { display: inline-flex; min-width: 126px; height: 44px; align-items: center; justify-content: center; gap: 7px; padding: 0 15px; color: #eef5fd; font-size: .8rem; font-weight: 750; line-height: 1; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .24); border-radius: 10px; cursor: pointer; list-style: none; visibility: visible; opacity: 1; overflow: visible; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.site-header .primary-navigation .xly-language-switcher > summary::-webkit-details-marker { display: none; }
.site-header .primary-navigation .xly-language-switcher[open] > summary,
.site-header .primary-navigation .xly-language-switcher > summary:hover { color: var(--xly-white); background: rgba(42, 148, 225, .2); border-color: rgba(92, 181, 244, .68); }
.xly-language-switcher__desktop-label { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.xly-language-switcher__mobile-label { display: none; }
.site-header .xly-language-switcher__menu { position: absolute; z-index: 1003; display: block; min-width: 170px; width: max-content; height: auto; right: 0; top: calc(100% + 10px); padding: 8px; margin: 0; visibility: visible; opacity: 1; overflow: visible; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius-sm); box-shadow: var(--xly-shadow); list-style: none; }
.xly-language-switcher__menu a { display: block; padding: 9px 11px; color: var(--xly-ink); font-size: .88rem; font-weight: 700; text-decoration: none; border-radius: 7px; white-space: nowrap; }
.xly-language-switcher__menu a:hover,
.xly-language-switcher__menu a[aria-current="page"] { color: var(--xly-blue); background: var(--xly-soft); }
.header-socials { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; padding: 6px 8px; background: rgba(0, 8, 20, .48); border: 1px solid rgba(255, 255, 255, .06); border-radius: 999px; }
.header-socials a { display: grid; width: 36px; height: 36px; place-items: center; color: var(--xly-white); background: var(--xly-blue); border-radius: 50%; text-decoration: none; transition: background-color .2s ease, transform .2s ease; }
.header-socials a:hover { color: var(--xly-white); background: var(--xly-cyan); transform: translateY(-1px); }
.header-socials svg { width: 17px; height: 17px; fill: currentColor; }
.menu-toggle { display: none; width: 48px; height: 44px; padding: 0; color: var(--xly-white); background: transparent; border: 0; }
.menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.menu-toggle__icon { display: grid; gap: 5px; }
.menu-toggle__icon span { display: block; width: 27px; height: 2px; margin-inline: auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Heroes */
.home-hero,
.page-hero { position: relative; isolation: isolate; color: var(--xly-white); background: var(--xly-navy-strong); overflow: hidden; }
.page-hero { --xly-hero-active: var(--xly-hero-desktop, var(--xly-hero)); }
.home-hero::before,
.page-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background-image: linear-gradient(90deg, rgba(3,20,47,.97) 5%, rgba(3,20,47,.86) 48%, rgba(3,20,47,.32) 100%), var(--xly-hero-active, var(--xly-hero)); background-position: center; background-size: cover; }
.home-hero::after,
.page-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background-image: linear-gradient(rgba(100,200,244,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(100,200,244,.055) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, black, transparent 72%); }
.home-hero__grid { display: grid; min-height: 650px; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .55fr); align-items: center; gap: clamp(40px, 7vw, 100px); padding-top: 44px; padding-bottom: 44px; }
.home-hero__content { max-width: 780px; }
.home-hero h1 { max-width: 850px; font-size: clamp(3.75rem, 4.5vw, 4rem); }
.home-hero__lead { max-width: 720px; color: #dce8f7; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 28px; padding-top: 34px; color: #c3d4e8; font-size: .9rem; }
.hero-trust span { display: grid; }
.hero-trust strong { color: var(--xly-white); font-size: 1.35rem; }
.hero-panel { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(10px); }
.hero-panel > div { display: grid; grid-template-columns: 34px 1fr; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-panel > div:last-child { border-bottom: 0; }
.hero-panel span { color: var(--xly-sky); font-size: .78rem; font-weight: 800; }
.hero-panel h2 { grid-column: 2; margin: 0 0 6px; font-size: 1.1rem; letter-spacing: -.01em; }
.hero-panel p { grid-column: 2; margin: 0; color: #c7d4e7; font-size: .88rem; line-height: 1.55; }
.page-hero { min-height: 480px; display: grid; align-items: center; }
.page-hero::before { background-image: linear-gradient(90deg, rgba(3,20,47,.96), rgba(3,20,47,.64) 58%, rgba(3,20,47,.38)), var(--xly-hero-active, var(--xly-hero)); }
.page-hero__content { padding-top: 88px; padding-bottom: 80px; }
.page-hero h1 { max-width: 940px; font-size: clamp(3rem, 4vw, 3.375rem); }
.page-hero__copy { max-width: 730px; color: #dce8f7; font-size: 1.15rem; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; min-height: 58px; color: var(--xly-muted); font-size: .86rem; border-bottom: 1px solid var(--xly-line); }
.breadcrumbs a { color: var(--xly-blue); text-decoration: none; }

/* Layout components */
.split-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(45px, 8vw, 110px); }
.split-layout--intro { align-items: start; }
.split-layout--capabilities { grid-template-columns: .85fr 1.15fr; }
.media-frame { position: relative; margin: 0; }
.media-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.media-frame--wide img { aspect-ratio: 16/10; }
.media-frame figcaption { position: absolute; right: -12px; bottom: -18px; max-width: 75%; padding: 12px 16px; color: var(--xly-white); background: var(--xly-blue); border-radius: 7px; font-size: .82rem; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 24px 0 30px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { position: absolute; left: 0; top: .32em; width: 17px; height: 17px; content: "✓"; color: var(--xly-white); background: var(--xly-cyan); border-radius: 50%; font-size: .72rem; font-weight: 900; line-height: 17px; text-align: center; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: clamp(55px, 7vw, 90px); }
.metric-card { padding: 28px; background: var(--xly-soft); border: 1px solid var(--xly-line); border-radius: var(--xly-radius-sm); }
.metric-card strong { display: block; color: var(--xly-blue); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.05em; }
.metric-card p { margin: 12px 0 0; color: var(--xly-muted); font-size: .9rem; }
.stacked-facts { display: grid; gap: 2px; margin: 28px 0; }
.stacked-facts > div { display: grid; grid-template-columns: 160px 1fr; align-items: baseline; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--xly-line); }
.stacked-facts strong { color: var(--xly-blue); font-size: 1.5rem; }
.stacked-facts span { color: var(--xly-muted); }

.service-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-feature-card { position: relative; min-height: 540px; display: flex; align-items: end; border: 1px solid rgba(255,255,255,.15); border-radius: var(--xly-radius); overflow: hidden; }
.service-feature-card::after { position: absolute; inset: 20% 0 0; content: ""; background: linear-gradient(transparent, rgba(3,20,47,.96)); }
.service-feature-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-feature-card:hover img { transform: scale(1.035); }
.service-feature-card > div { position: relative; z-index: 1; padding: clamp(26px, 5vw, 46px); }
.service-feature-card h3 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.service-feature-card p:not(.eyebrow) { color: #d5e0ee; }

.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.project-card { position: relative; min-height: 380px; display: flex; align-items: end; color: var(--xly-white); background: var(--xly-navy); border-radius: var(--xly-radius); overflow: hidden; }
.project-card::after { position: absolute; inset: 35% 0 0; content: ""; background: linear-gradient(transparent, rgba(3,20,47,.94)); }
.project-card img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.project-card > div { position: relative; z-index: 1; padding: 22px; }
.project-card h3 { margin-bottom: 5px; font-size: 1.15rem; letter-spacing: -.02em; }
.project-card p { margin: 0; color: #c8d5e7; font-size: .85rem; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote-grid blockquote { padding: 32px; margin: 0; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.quote-grid blockquote::before { display: block; margin-bottom: 16px; content: "“"; color: var(--xly-cyan); font-family: Georgia, serif; font-size: 3.6rem; line-height: .7; }
.quote-grid blockquote p { font-size: 1.05rem; }
.quote-grid footer { font-weight: 750; }
.quote-grid footer span { display: block; color: var(--xly-muted); font-size: .82rem; font-weight: 500; }

.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pillar-grid article { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--xly-radius-sm); }
.pillar-grid article > span { display: inline-grid; width: 40px; height: 40px; place-items: center; margin-bottom: 60px; color: var(--xly-sky); border: 1px solid rgba(100,200,244,.5); border-radius: 50%; font-size: .78rem; font-weight: 800; }
.pillar-grid h2,
.pillar-grid h3 { font-size: 1.25rem; letter-spacing: -.02em; }
.pillar-grid p { margin: 0; color: #c7d4e7; font-size: .9rem; }
.pillar-grid--light article { color: var(--xly-ink); background: var(--xly-soft); border-color: var(--xly-line); }
.pillar-grid--light article > span { color: var(--xly-blue); border-color: var(--xly-cyan); }
.pillar-grid--light p { color: var(--xly-muted); }

.service-detail-grid { display: grid; gap: clamp(55px, 9vw, 120px); }
.service-detail-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 8vw, 100px); }
.service-detail-card > img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.service-detail-card--reverse img { order: 2; }

/* Our Services overview */
.services-page > .section { padding: 92px 0; }
.services-hero { min-height: 480px; }
.services-hero .page-hero__content { padding-top: 88px; padding-bottom: 80px; }
.services-hero h1 { max-width: 860px; margin-bottom: 18px; font-size: clamp(52px, 4vw, 56px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; text-wrap: balance; }
.services-hero .page-hero__copy { max-width: 680px; margin-bottom: 28px; font-size: 18px; line-height: 1.6; }
.services-core-section { scroll-margin-top: 120px; }
.services-core-section .service-detail-card { grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: clamp(48px, 6vw, 76px); }
.services-core-section .service-detail-card > img { max-height: 460px; aspect-ratio: 4 / 3; }
.services-core-section .service-detail-card h2,
.services-page .section-heading h2,
.services-page .cta-band h2 { font-size: clamp(40px, 3.5vw, 44px); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.services-core-section .service-detail-card h2 { margin-bottom: 14px; }
.services-detail-copy { max-width: 650px; margin-bottom: 20px; color: var(--xly-muted); font-size: 17px; line-height: 1.6; }
.services-core-section .check-list { margin: 20px 0 28px; }
.services-core-section .check-list li { font-size: 16px; }
.services-supporting .section-heading { margin-bottom: 36px; }
.services-support-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 22px; }
.services-support-card { display: grid; min-height: 250px; grid-template-rows: 54px minmax(2.6em, auto) 1fr; align-content: start; gap: 16px; padding: 30px; background: rgba(255,255,255,.07); border: 1px solid rgba(134,201,238,.2); border-radius: var(--xly-radius); box-shadow: none; }
.services-support-icon { display: flex; width: 52px; height: 52px; align-items: center; color: var(--xly-sky); }
.services-support-icon svg { display: block; width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.services-support-card h3 { margin: 0; font-size: 1.22rem; line-height: 1.3; letter-spacing: -.02em; }
.services-support-card p { margin: 0; color: #d5e2f0; font-size: .94rem; line-height: 1.58; }
.services-workflow { padding: 84px 0 !important; }
.services-workflow .section-heading { max-width: 720px; margin-bottom: 38px; }
.services-workflow .section-heading h2 { font-size: clamp(42px, 3.5vw, 44px); }
.services-workflow-axis { position: relative; display: grid; min-height: 240px; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 36px 28px 32px; margin: 0; color: var(--xly-white); background: var(--xly-navy); border: 1px solid rgba(100,200,244,.28); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); list-style: none; overflow: hidden; }
.services-workflow-axis::before { position: absolute; top: 59px; right: calc(12.5% + 14px); left: calc(12.5% + 14px); height: 2px; content: ""; background: rgba(100,200,244,.62); }
.services-workflow-axis li { position: relative; z-index: 1; display: grid; min-width: 0; grid-template-rows: 48px auto; align-content: start; justify-items: center; padding: 0 24px; }
.services-workflow-axis li:not(:first-child) { border-left: 1px solid rgba(255,255,255,.12); }
.services-workflow-axis li:not(:last-child)::after { position: absolute; top: 17px; right: -5px; width: 0; height: 0; content: ""; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 8px solid var(--xly-sky); }
.services-workflow-node { display: grid; width: 46px; height: 46px; place-items: center; color: var(--xly-navy-strong); background: var(--xly-sky); border: 4px solid var(--xly-navy); border-radius: 50%; box-shadow: 0 0 0 1px rgba(100,200,244,.55); font-size: .78rem; font-weight: 850; line-height: 1; }
.services-workflow-axis li > div { width: 100%; padding-top: 18px; text-align: left; }
.services-workflow-axis h3 { margin: 0 0 9px; color: var(--xly-white); font-size: 1.15rem; line-height: 1.25; letter-spacing: -.02em; }
.services-workflow-axis p { margin: 0; color: #d6e4f2; font-size: .9rem; line-height: 1.55; }
.services-page .cta-band__inner > div:first-child { max-width: 720px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); overflow: hidden; box-shadow: var(--xly-shadow); }
.product-card > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--xly-soft); }
.product-card > div { padding: 30px; }
.product-card h2 { font-size: 1.5rem; }
.product-card p { color: var(--xly-muted); }
.capability-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.capability-list > div { padding: 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--xly-radius-sm); }
.capability-list strong,
.capability-list span { display: block; }
.capability-list span { margin-top: 7px; color: #c7d4e7; font-size: .9rem; }
.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; padding: 0; margin: 0; counter-reset: item; list-style: none; }
.process-grid li { min-height: 210px; padding: 24px 20px; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius-sm); }
.process-grid li > span { display: block; margin-bottom: 42px; color: var(--xly-cyan); font-size: .82rem; font-weight: 850; }
.process-grid h3 { font-size: 1.05rem; }
.process-grid p { margin: 0; color: var(--xly-muted); font-size: .83rem; }
.process-grid--four { grid-template-columns: repeat(4, 1fr); }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list > span,
.tag-list > a { padding: 8px 13px; color: var(--xly-blue); background: #e7f4fb; border: 1px solid #c3e7f8; border-radius: 999px; font-size: .86rem; text-decoration: none; }
.tag-list--center { justify-content: center; margin-top: 26px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius-sm); }
.faq-list summary { position: relative; padding: 19px 50px 19px 20px; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 20px; content: "+"; color: var(--xly-blue); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 20px 20px; margin: 0; color: var(--xly-muted); }
.feature-list { display: grid; gap: 0; padding: 0; list-style: none; }
.feature-list li { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.feature-list strong,
.feature-list span { display: block; }
.feature-list span { margin-top: 4px; color: #c7d4e7; font-size: .9rem; }
.application-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.application-grid article { background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius-sm); overflow: hidden; }
.application-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.application-grid h3 { padding: 18px; margin: 0; font-size: 1rem; }

/* Shared full-site module patterns */
.module-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.module-card { height: 100%; padding: 30px; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.module-card > span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 34px; color: var(--xly-blue); background: #e7f4fb; border-radius: 50%; font-size: .78rem; font-weight: 850; }
.module-card h2,
.module-card h3 { font-size: 1.2rem; }
.module-card p { margin-bottom: 0; color: var(--xly-muted); font-size: .9rem; }
.section--navy .module-card { background: rgba(255,255,255,.065); border-color: rgba(134,201,238,.2); box-shadow: none; }
.section--navy .module-card > span { color: var(--xly-sky); background: rgba(100,200,244,.12); }
.section--navy .module-card p { color: #c7d4e7; }
.proof-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 42px; color: var(--xly-white); background: var(--xly-navy); border-radius: var(--xly-radius); overflow: hidden; }
.proof-strip article { padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.proof-strip article:last-child { border-right: 0; }
.proof-strip strong,
.proof-strip span { display: block; }
.proof-strip strong { color: var(--xly-sky); }
.proof-strip span { margin-top: 5px; color: #cad8e9; font-size: .82rem; }
.logo-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.logo-placeholder { min-height: 118px; display: grid; place-items: center; padding: 20px; color: var(--xly-muted); background: var(--xly-white); border: 1px dashed #a9bed2; border-radius: var(--xly-radius-sm); text-align: center; }
.logo-placeholder strong,
.logo-placeholder span { display: block; }
.logo-placeholder span { margin-top: 4px; font-size: .72rem; }
.timeline-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.timeline-card { position: relative; padding: 32px 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: var(--xly-radius-sm); }
.timeline-card::before { position: absolute; top: -7px; left: 28px; width: 14px; height: 14px; content: ""; background: var(--xly-cyan); border: 3px solid var(--xly-navy); border-radius: 50%; }
.timeline-card strong { display: block; margin-bottom: 28px; color: var(--xly-sky); font-size: 1.1rem; }
.timeline-card p { margin: 0; color: #c7d4e7; font-size: .9rem; }
.media-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.media-card { background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); overflow: hidden; box-shadow: var(--xly-shadow); }
.media-card img,
.asset-placeholder { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.asset-placeholder { display: grid; place-items: center; padding: 24px; color: var(--xly-muted); background: repeating-linear-gradient(135deg, #edf3f8 0 14px, #e4edf5 14px 28px); text-align: center; }
.media-card > div:last-child { padding: 24px; }
.media-card h3 { font-size: 1.15rem; }
.media-card p { margin: 0; color: var(--xly-muted); font-size: .88rem; }
.section--navy .asset-placeholder { color: #c7d4e7; background: repeating-linear-gradient(135deg, #10294a 0 14px, #163456 14px 28px); }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.location-card { display: grid; grid-template-columns: minmax(180px, .8fr) 1.2fr; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); overflow: hidden; }
.location-card img,
.location-card .asset-placeholder { width: 100%; height: 100%; min-height: 270px; object-fit: cover; aspect-ratio: auto; }
.location-card__body { padding: 30px; }
.location-card__body h3 { font-size: 1.35rem; }
.location-card__body p { color: var(--xly-muted); font-size: .9rem; }
.comparison-table-wrap { width: 100%; overflow-x: auto; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); }
.comparison-table { width: 100%; min-width: 780px; border-collapse: collapse; }
.comparison-table th,
.comparison-table td { padding: 18px 20px; border-bottom: 1px solid var(--xly-line); border-right: 1px solid var(--xly-line); text-align: left; vertical-align: top; }
.comparison-table th:last-child,
.comparison-table td:last-child { border-right: 0; }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table thead th { color: var(--xly-white); background: var(--xly-navy); }
.comparison-table tbody th { width: 180px; color: var(--xly-blue); background: var(--xly-soft); }
.process-grid--eight,
.process-grid--twelve { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process-grid--six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-grid--eight li,
.process-grid--twelve li,
.process-grid--six li { min-height: 190px; }

/* LED PCB page framework */
.led-page-hero { min-height: 480px; }
.led-page-hero::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 20, 47, .98) 0%,
      rgba(3, 20, 47, .92) 32%,
      rgba(3, 20, 47, .72) 54%,
      rgba(3, 20, 47, .36) 76%,
      rgba(3, 20, 47, .18) 100%
    ),
    var(--xly-hero-active, var(--xly-hero));
  background-position: center;
  filter: saturate(.86) contrast(.96) blur(.6px);
  transform: scale(1.012);
}
.led-page-hero .page-hero__content { padding-top: 88px; padding-bottom: 80px; }
.led-page-hero h1 { max-width: 720px; font-size: clamp(52px, 4vw, 56px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; text-wrap: balance; }
.led-page-hero h1 span,
.led-final-cta h2 span,
.led-engineering-cta h2 span { display: block; }
.led-page-hero .page-hero__copy { max-width: 680px; font-size: 18px; line-height: 1.6; }
.led-section { padding: 92px 0; }
.led-section .section-heading { max-width: 680px; margin-bottom: 42px; }
.led-section .section-heading .eyebrow { margin-bottom: 14px; }
.led-section .section-heading h2 { font-size: clamp(40px, 3.25vw, 44px); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; text-wrap: balance; }
.led-section .section-heading p:last-child { max-width: 680px; font-size: 17px; line-height: 1.6; }
.led-product-range-grid { grid-auto-rows: 1fr; align-items: stretch; }
.led-product-range-grid .product-card { display: flex; height: 100%; flex-direction: column; border-color: #d4e0eb; border-radius: var(--xly-radius); box-shadow: 0 10px 28px rgba(3,20,47,.055); }
.led-product-range-grid .product-card > img { aspect-ratio: 4 / 3; object-fit: cover; }
.led-product-range-grid .product-card > div { display: flex; height: 100%; flex: 1; flex-direction: column; padding: 26px 28px 28px; }
.led-product-range-grid .product-card h2 { min-height: 0; margin-bottom: 12px; font-size: 1.55rem; line-height: 1.2; }
.led-product-range-grid .product-card > div > p { min-height: 4.8em; margin-bottom: 0; line-height: 1.6; }
.led-product-range-grid .check-list { min-height: 116px; gap: 10px; margin: 18px 0 22px; }
.led-product-range-grid .check-list li { line-height: 1.45; }
.led-product-range-grid .text-link { margin-top: auto; }
.led-product-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.led-gallery-card { margin: 0; overflow: hidden; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.led-gallery-card__image { aspect-ratio: 4 / 3; background: linear-gradient(145deg, #eaf2f8 0%, #dce8f1 100%); }
.led-gallery-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.led-gallery-card__image::before,
.led-gallery-card__image::after { content: none; }
.led-gallery-card figcaption { min-height: 42px; padding: 10px 16px; color: var(--xly-ink); background: var(--xly-white); font-size: .9rem; font-weight: 700; line-height: 1.45; }
[data-led-module="technical-comparison"] .comparison-table { table-layout: fixed; font-size: 1rem; }
[data-led-module="technical-comparison"] .comparison-table th,
[data-led-module="technical-comparison"] .comparison-table td { padding: 20px 22px; line-height: 1.55; vertical-align: middle; }
[data-led-module="technical-comparison"] .comparison-table thead th:first-child,
[data-led-module="technical-comparison"] .comparison-table tbody th { width: 18%; font-weight: 800; }
[data-led-module="technical-comparison"] .comparison-table thead th:not(:first-child) { width: 27.333%; }
[data-led-module="technical-comparison"] .comparison-table tbody tr:nth-child(odd) td { background: #fff; }
[data-led-module="technical-comparison"] .comparison-table tbody tr:nth-child(odd) th { background: #edf3f8; }
[data-led-module="technical-comparison"] .comparison-table tbody tr:nth-child(even) td { background: #f2f6fa; }
[data-led-module="technical-comparison"] .comparison-table tbody tr:nth-child(even) th { background: #e2ebf3; }
.led-capability-grid,
.led-quality-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 22px; }
.led-capability-grid .module-card { display: grid; min-height: 228px; grid-template-rows: 52px minmax(2.5em, auto) 1fr; align-content: start; gap: 12px; padding: 26px 28px; text-align: left; }
.led-quality-grid .led-quality-card { display: flex; min-height: 0; flex-direction: column; padding: 0; overflow: hidden; }
.led-quality-card__media { width: 100%; aspect-ratio: 4 / 3; flex: 0 0 auto; background: linear-gradient(145deg, #eaf2f7 0%, #dce9f1 100%); border-bottom: 1px solid #c7d6e4; }
.led-quality-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.led-quality-card__body { display: grid; min-height: 168px; grid-template-rows: minmax(2.5em, auto) 1fr; gap: 12px; padding: 24px 26px 26px; }
.led-capability-icon { display: flex; width: 52px; height: 52px; align-items: center; justify-content: flex-start; color: var(--xly-sky); }
.led-capability-icon svg { display: block; width: 48px; height: 48px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.led-capability-grid .module-card h3,
.led-quality-grid .module-card h3 { min-height: 2.4em; margin-bottom: 12px; line-height: 1.25; }
.led-capability-grid .module-card h3 { min-height: 0; margin: 0; }
.led-quality-grid .led-quality-card h3 { min-height: 0; margin: 0; }
.led-capability-grid .module-card p,
.led-quality-grid .module-card p { margin-top: auto; line-height: 1.6; }
.led-capability-grid .module-card p { margin: 0; }
.led-quality-grid .led-quality-card p { margin: 0; }
.section--navy .led-capability-grid .module-card { background: rgba(255,255,255,.065); border-color: rgba(134,201,238,.22); box-shadow: none; }
.section--navy .led-capability-grid .module-card p { color: #d9e6f3; }
.led-quality-grid .module-card { border-color: var(--xly-line); box-shadow: var(--xly-shadow); }
.led-quality-grid .module-card h3 { color: var(--xly-ink); }
.led-quality-grid .module-card p { color: #4c5f76; }
.led-process-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 20px; }
[data-led-module="manufacturing-process"] { padding-block: 92px; scroll-margin-top: 120px; }
[data-led-module="manufacturing-process"] .section-heading { margin-bottom: 42px; }
.led-process-grid .led-process-card { position: relative; display: flex; min-width: 0; min-height: 0; flex-direction: column; padding: 0; overflow: hidden; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.led-process-card__media { position: relative; width: 100%; aspect-ratio: 4 / 3; flex: 0 0 auto; overflow: hidden; background: linear-gradient(145deg, #eaf2f7 0%, #dce9f1 100%); border-bottom: 1px solid var(--xly-line); }
.led-process-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.led-process-card__placeholder-icon { position: absolute; left: 50%; top: 50%; width: 44px; height: 34px; border: 2px solid #91aec2; border-radius: 7px; transform: translate(-50%, -50%); opacity: .8; }
.led-process-card__placeholder-icon::before { position: absolute; left: 8px; top: 7px; width: 7px; height: 7px; content: ""; background: #91aec2; border-radius: 50%; }
.led-process-card__placeholder-icon::after { position: absolute; left: 9px; right: 7px; bottom: 6px; height: 13px; content: ""; background: #91aec2; clip-path: polygon(0 100%, 38% 30%, 54% 62%, 72% 12%, 100% 100%); }
.led-process-card__number { position: absolute; z-index: 1; left: 12px; top: 12px; display: inline-grid; min-width: 38px; height: 28px; place-items: center; padding-inline: 9px; color: var(--xly-sky); background: rgba(3,20,47,.78); border: 1px solid rgba(100,200,244,.42); border-radius: 7px; font-size: .76rem; font-weight: 800; line-height: 1; }
.led-process-card__body { display: flex; min-height: 78px; flex: 1; align-items: center; justify-content: center; padding: 13px 14px; text-align: center; }
.led-process-grid .led-process-card h3 { display: flex; min-height: 2.5em; max-width: 100%; align-items: center; justify-content: center; margin: 0; overflow: hidden; font-size: .98rem; line-height: 1.25; }
.led-process-video { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: stretch; margin-top: 40px; overflow: hidden; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.led-process-video__media { position: relative; min-width: 0; aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(135deg, #061b3a 0%, #0b3c77 58%, #1767a7 100%); }
.led-process-video__media video,
.led-process-video__media iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.led-process-video__media::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 48%, rgba(100,200,244,.16), transparent 34%), linear-gradient(135deg, transparent 58%, rgba(100,200,244,.09)); }
.led-process-video__media--ready::before { content: none; }
.led-process-video__content { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 30px 34px; }
.led-process-video__content .eyebrow { margin-bottom: 12px; }
.led-process-video__content h3 { margin: 0 0 14px; color: var(--xly-ink); font-size: 1.55rem; line-height: 1.18; }
.led-process-video__content > p:last-child { margin: 0; color: var(--xly-muted); line-height: 1.65; }
.led-certification-entry { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 28px; margin-top: 20px; color: var(--xly-ink); background: var(--xly-soft); border: 1px solid var(--xly-line); border-radius: var(--xly-radius-sm); font-weight: 750; }
.led-certification-entry > div { display: flex; align-items: center; gap: 20px; }
.led-certification-entry b { color: var(--xly-cyan); font-size: 1.15rem; }
[data-led-module="applications"] .section-heading { margin-bottom: 28px; }
.led-application-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 20px; }
.led-application-grid .led-application-card { display: flex; min-height: 320px; flex-direction: column; overflow: hidden; padding: 0; background: rgba(255,255,255,.09); border-color: rgba(100,200,244,.38); box-shadow: none; transition: transform .2s ease, border-color .2s ease; }
.led-application-grid .led-application-card:hover { border-color: rgba(100,200,244,.62); box-shadow: none; transform: translateY(-3px); }
.led-application-card__image { width: 100%; aspect-ratio: 16 / 9; flex: 0 0 auto; background: linear-gradient(145deg, #173555 0%, #0d2745 100%); border-bottom: 1px solid rgba(100,200,244,.22); }
.led-application-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.led-application-card__body { display: flex; min-height: 150px; flex: 1; flex-direction: column; padding: 24px 26px 26px; }
.led-application-grid .led-application-card h3 { min-height: 2.5em; margin: 0; color: var(--xly-white); font-size: 1.12rem; line-height: 1.25; }
.led-application-card__meta { margin-top: auto; }
.led-application-card__label { margin: 0 0 7px; color: var(--xly-sky) !important; font-size: .68rem !important; font-weight: 800; letter-spacing: .09em; line-height: 1.25; text-transform: uppercase; }
.led-application-card__material { margin: 0; color: var(--xly-white) !important; font-size: .9rem !important; font-weight: 700; line-height: 1.35; }
.led-engineering-cta { padding: 72px 0; background: var(--xly-white); }
.led-engineering-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; padding: 36px 40px; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); box-shadow: 0 10px 30px rgba(3,20,47,.05); }
.led-engineering-cta__inner h2 { max-width: 620px; margin: 0 0 14px; font-size: clamp(36px, 3vw, 40px); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.led-engineering-cta__inner p { max-width: 620px; margin: 0; color: var(--xly-muted); font-size: 17px; line-height: 1.6; }
.led-engineering-cta__inner .button-row { flex-wrap: nowrap; justify-content: flex-end; }
.led-engineering-cta__inner .button { min-height: 52px; padding-block: 13px; white-space: nowrap; }
.led-faq-layout { grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(52px, 6vw, 76px); }
.led-faq-layout > div:first-child { position: sticky; top: 150px; }
.led-faq-layout > div:first-child > p { max-width: 380px; line-height: 1.6; }
.led-faq-layout .section-heading { margin-bottom: 22px; }
.led-faq-layout .faq-list details { overflow: clip; }
.led-faq-layout .faq-list details[open] p { animation: led-faq-open .22s ease-out; }
.led-final-cta h2 { font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }

/* PCB SMT Assembly page */
.smt-page .page-hero h1 { max-width: 720px; font-size: clamp(52px, 4vw, 56px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; text-wrap: balance; }
.smt-page .page-hero__copy { max-width: 680px; font-size: 18px; line-height: 1.6; }
.smt-page > .section { padding: 92px 0; }
.smt-page .section-heading { max-width: 680px; margin-bottom: 42px; }
.smt-page .section-heading .eyebrow { margin-bottom: 14px; }
.smt-page .section-heading h2 { font-size: clamp(40px, 3.25vw, 44px); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; text-wrap: balance; }
.smt-page .section-heading p:last-child { max-width: 680px; font-size: 17px; line-height: 1.6; }

.smt-scope-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 22px; }
.smt-scope-grid article { display: grid; min-height: 226px; grid-template-rows: 52px minmax(2.5em, auto) 1fr; align-content: start; gap: 15px; padding: 28px; border-color: var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.smt-scope-icon { display: flex; width: 50px; height: 50px; align-items: center; justify-content: center; margin: 0; color: var(--xly-blue); background: #e8f3fa; border: 1px solid #c6deeb; border-radius: 12px; }
.smt-scope-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.smt-scope-grid h3 { margin: 0; font-size: 1.2rem; line-height: 1.25; }
.smt-scope-grid p { margin: 0; color: var(--xly-muted); line-height: 1.55; }

.smt-resource-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 22px; }
.smt-resource-grid .media-card { display: flex; height: 100%; flex-direction: column; border-color: var(--xly-line); box-shadow: var(--xly-shadow); }
.smt-resource-grid .media-card > img,
.smt-resource-grid .smt-resource-card__visual { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.smt-resource-grid .media-card > div:last-child { display: grid; min-height: 148px; flex: 1; grid-template-rows: minmax(2.5em, auto) 1fr; align-content: start; gap: 12px; padding: 24px 26px; }
.smt-resource-grid .media-card h3 { margin: 0; font-size: 1.24rem; line-height: 1.25; }
.smt-resource-grid .media-card p { margin: 0; color: #4f6074; font-size: .95rem; line-height: 1.6; }
.smt-resource-card__visual { display: grid; min-height: 0; place-items: center; color: var(--xly-blue); background: linear-gradient(145deg, #e1edf6 0%, #c8ddec 100%); }
.smt-resource-card__visual svg { width: 86px; height: 86px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }

.smt-video-section .section-heading { margin-bottom: 32px; }
.smt-video-section ::target-text { color: inherit; background: transparent; }
.smt-placement-video { width: 100%; overflow: hidden; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.smt-placement-video .led-process-video__media { width: 100%; aspect-ratio: 16 / 9; }
.smt-video-play { position: absolute; z-index: 3; left: 50%; top: 50%; display: grid; width: 96px; height: 96px; place-items: center; padding: 0; color: var(--xly-white); background: rgba(3,20,47,.84); border: 2px solid rgba(170,219,241,.88); border-radius: 50%; box-shadow: 0 18px 44px rgba(3,20,47,.34), 0 0 0 10px rgba(255,255,255,.12); cursor: pointer; transform: translate(-50%, -50%); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background-color .2s ease; }
.smt-video-play::before { width: 0; height: 0; margin-left: 7px; content: ""; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 23px solid currentColor; }
.smt-video-play:hover { background: rgba(18,82,168,.94); transform: translate(-50%, -50%) scale(1.04); }
.smt-video-play:focus-visible { outline: 3px solid var(--xly-sky); outline-offset: 5px; }
.smt-video-play.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.88); }
.smt-video-placeholder { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(135deg, #061b3a 0%, #0b3c77 58%, #1767a7 100%); }
.smt-video-placeholder::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 48%, rgba(100,200,244,.18), transparent 34%), linear-gradient(135deg, transparent 58%, rgba(100,200,244,.08)); }
.smt-video-placeholder span { position: relative; z-index: 1; display: grid; width: 74px; height: 74px; place-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(100,200,244,.6); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.smt-video-placeholder span::before { width: 0; height: 0; margin-left: 5px; content: ""; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 17px solid var(--xly-white); }

.smt-quality-focus { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(50px, 6vw, 76px); }
.smt-quality-focus .media-frame { margin: 0; }
.smt-quality-focus .media-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.smt-quality-focus .section-heading { margin-bottom: 18px; }
.smt-quality-focus .feature-list li { padding: 14px 0; }
.smt-quality-focus .feature-list strong { color: var(--xly-white); font-size: 1.02rem; }
.smt-quality-focus .feature-list span { max-width: 560px; margin-top: 5px; color: #d7e3f0; font-size: .92rem; line-height: 1.5; }

.smt-page [data-smt-module="assembly-process"] { padding-block: 92px; }
.smt-page [data-smt-module="assembly-process"] .section-heading { margin-bottom: 42px; }
.smt-process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.smt-process-grid .smt-process-card { display: flex; min-width: 0; min-height: 0; height: 100%; flex-direction: column; padding: 0; overflow: hidden; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.smt-process-card__media { position: relative; width: 100%; aspect-ratio: 16 / 9; flex: 0 0 auto; overflow: hidden; background: #dfeaf2; border-bottom: 1px solid #d2dfeb; }
.smt-process-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.smt-process-card__number { position: absolute; left: 12px; top: 12px; display: inline-grid; min-width: 40px; height: 29px; place-items: center; padding-inline: 9px; margin: 0; color: var(--xly-sky); background: rgba(3,20,47,.84); border: 1px solid rgba(100,200,244,.42); border-radius: 7px; font-size: .76rem; font-weight: 800; line-height: 1; }
.smt-process-card__body { display: grid; min-height: 164px; flex: 1; grid-template-rows: minmax(2.55em, auto) 1fr; align-content: start; gap: 10px; padding: 20px 22px 22px; }
.smt-process-grid .smt-process-card h3 { display: flex; min-height: 2.55em; align-items: center; margin: 0; font-size: 1.04rem; line-height: 1.28; }
.smt-process-grid .smt-process-card p { display: -webkit-box; margin: 0; overflow: hidden; color: #4f6074; font-size: .86rem; line-height: 1.52; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.smt-cooperation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.smt-cooperation-grid { grid-auto-rows: 1fr; align-items: stretch; gap: 16px; }
.smt-cooperation-grid li { display: grid; min-height: 160px; grid-template-rows: 30px minmax(1.35em, auto) 1fr; align-content: start; gap: 9px; padding: 20px 22px; border-color: #d2dfeb; box-shadow: 0 8px 22px rgba(3,20,47,.04); }
.smt-cooperation-grid li > span { display: inline-grid; width: 42px; height: 30px; place-items: center; justify-self: start; margin: 0; color: var(--xly-blue); background: #e7f4fb; border: 1px solid #b9d9ea; border-radius: 7px; font-size: .78rem; font-weight: 850; line-height: 1; }
.smt-cooperation-grid h3 { margin: 0; font-size: 1.02rem; line-height: 1.25; text-align: left; }
.smt-cooperation-grid p { margin: 0; color: #4f6074; font-size: .86rem; line-height: 1.5; text-align: left; }

.smt-testing-grid { grid-auto-rows: 1fr; align-items: stretch; gap: 22px; }
.smt-testing-grid .module-card { display: grid; min-height: 210px; grid-template-rows: 40px minmax(2.5em, auto) 1fr; align-content: start; gap: 12px; padding: 26px; border-color: var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.smt-testing-grid .module-card > span { margin: 0; border: 1px solid #b9d9ea; }
.smt-testing-grid .module-card h3 { margin: 0; line-height: 1.25; }
.smt-testing-grid .module-card p { margin: 0; color: #4d5f73; font-size: .92rem; line-height: 1.6; }

.smt-application-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 20px; }
.smt-application-grid article { display: flex; height: 100%; flex-direction: column; background: rgba(255,255,255,.085); border-color: rgba(134,201,238,.28); border-radius: var(--xly-radius); box-shadow: none; }
.smt-application-grid img,
.smt-application-grid .smt-application-placeholder { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.smt-application-placeholder { position: relative; display: grid; min-height: 0; place-items: center; background: linear-gradient(145deg, rgba(100,200,244,.18), rgba(255,255,255,.055)); }
.smt-application-placeholder span { position: relative; display: block; width: 54px; height: 38px; border: 2px solid rgba(170,219,241,.65); border-radius: 8px; }
.smt-application-placeholder span::before { position: absolute; left: 9px; top: 8px; width: 8px; height: 8px; content: ""; background: rgba(170,219,241,.65); border-radius: 50%; }
.smt-application-placeholder span::after { position: absolute; right: 8px; bottom: 7px; left: 9px; height: 14px; content: ""; background: rgba(170,219,241,.65); clip-path: polygon(0 100%, 38% 28%, 55% 62%, 74% 12%, 100% 100%); }
.smt-application-grid article > div:last-child { display: flex; min-height: 132px; flex: 1; flex-direction: column; padding: 20px; }
.smt-application-grid h3 { min-height: 2.4em; padding: 0; margin: 0 0 10px; color: var(--xly-white); font-size: 1.05rem; line-height: 1.25; }
.smt-application-grid p { margin: auto 0 0; color: #d7e3f0; font-size: .86rem; line-height: 1.55; }

.smt-expect-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 22px; }
.smt-expect-grid .module-card { display: grid; min-height: 154px; grid-template-rows: 3px minmax(2.4em, auto) 1fr; align-content: start; gap: 10px; padding: 24px 26px; border-color: var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.smt-expect-grid .module-card::before { width: 44px; height: 3px; content: ""; background: var(--xly-cyan); border-radius: 999px; }
.smt-expect-grid h3 { margin: 0; font-size: 1.16rem; line-height: 1.25; }
.smt-expect-grid p { margin: 0; color: var(--xly-muted); font-size: .92rem; line-height: 1.52; }

.smt-faq-layout { grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(52px, 6vw, 76px); }
.smt-faq-layout > div:first-child { position: sticky; top: 150px; }
.smt-faq-layout > div:first-child .section-heading { margin-bottom: 16px; }
.smt-faq-layout > div:first-child > p { max-width: 400px; margin: 0; color: var(--xly-muted); font-size: 17px; line-height: 1.6; }
.smt-faq-layout .faq-list details { overflow: clip; border-color: #d2dfeb; }
.smt-faq-layout .faq-list summary { font-size: .95rem; }
.smt-page + .cta-band h2,
.smt-page .cta-band h2 { font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }

/* Keep dense SMT content visually continuous instead of alternating every section. */
.smt-page [data-smt-module="automatic-placement-video"],
.smt-page [data-smt-module="testing-inspection"],
.smt-page [data-smt-module="project-support"] { background: var(--xly-soft); }

@keyframes led-faq-open {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* CTA and footer */
.cta-band { position: relative; padding: clamp(72px, 7vw, 92px) 0; color: var(--xly-white); background: linear-gradient(115deg, var(--xly-navy-strong), var(--xly-blue)); overflow: hidden; }
.cta-band::after { position: absolute; right: -120px; top: -180px; width: 520px; height: 520px; content: ""; border: 70px solid rgba(255,255,255,.06); border-radius: 50%; }
.cta-band__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; }
.cta-band h2 { max-width: 760px; }
.cta-band p:not(.eyebrow) { max-width: 700px; color: #dceaff; }
.cta-band .button-row { justify-content: flex-end; }

.site-footer { color: #c9d5e6; background: var(--xly-navy-strong); border-top: 1px solid rgba(255,255,255,.08); }
.site-footer__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(170px, .72fr) minmax(220px, .95fr); gap: clamp(38px, 6vw, 78px); padding-top: 64px; padding-bottom: 46px; }
.site-footer__brand img { width: 214px; height: auto; padding: 7px 9px; margin-bottom: 20px; background: var(--xly-white); border-radius: 8px; }
.site-footer__brand p { max-width: 430px; margin: 0 0 16px; color: #b8c7da; line-height: 1.7; }
.site-footer__title { margin-bottom: 18px; color: var(--xly-white); font-size: .96rem; letter-spacing: .035em; }
.site-footer__links { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.site-footer a { color: #c9d5e6; text-decoration: none; transition: color .18s ease; }
.site-footer a:hover { color: var(--xly-sky); }
.footer-contact-link { display: inline-flex; font-size: .92rem; font-weight: 650; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #aebdd0; font-size: .77rem; }
.site-footer__bottom p { margin: 0; }

/* Contact form */
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(38px, 8vw, 100px); }
.contact-panel { position: sticky; top: 150px; }
.contact-method { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid var(--xly-line); }
.contact-method > span { color: var(--xly-muted); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-method a { font-weight: 700; text-decoration: none; }
.contact-method address { font-style: normal; }
.contact-form-card { padding: clamp(28px, 5vw, 50px); background: var(--xly-soft); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); }
.contact-form-card > p { color: var(--xly-muted); font-size: .88rem; }
.xly-form { display: grid; gap: 18px; margin-top: 28px; }
.xly-form__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.xly-field { display: grid; gap: 7px; }
.xly-field label { color: var(--xly-ink); font-size: .88rem; font-weight: 750; }
.xly-field input,
.xly-field textarea,
.xly-field select { width: 100%; padding: 13px 14px; color: var(--xly-ink); background: var(--xly-white); border: 1px solid #bccadc; border-radius: 7px; }
.xly-field textarea { min-height: 150px; resize: vertical; }
.xly-field input:focus,
.xly-field textarea:focus,
.xly-field select:focus { border-color: var(--xly-blue); outline: 3px solid rgba(0,158,232,.16); }
.xly-field__hint { margin: 0; color: var(--xly-muted); font-size: .75rem; }
.xly-form__actions { display: flex; align-items: center; gap: 18px; }
.xly-form__privacy { color: var(--xly-muted); font-size: .76rem; }
.xly-honeypot { position: absolute !important; left: -9999px !important; }
.xly-alert,
.form-notice { padding: 15px 18px; margin-bottom: 18px; background: var(--xly-white); border-left: 4px solid var(--xly-cyan); border-radius: 6px; }
.xly-alert--success { color: #0b5133; background: #edf9f3; border: 1px solid #b9e4ce; border-left: 5px solid var(--xly-success); box-shadow: 0 10px 28px rgba(22, 120, 76, .1); }
.xly-alert--error { border-left-color: var(--xly-error); }
.form-notice p { margin: 5px 0 0; }

/* Contact page */
.contact-page h2 { font-size: clamp(2.5rem, 3.2vw, 2.75rem); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.contact-hero { min-height: 480px; align-items: center; }
.contact-hero::before { background-image: linear-gradient(90deg, rgba(3,20,47,.98) 4%, rgba(3,20,47,.88) 48%, rgba(3,20,47,.36) 100%), var(--xly-hero-active, var(--xly-hero)); }
.contact-hero .page-hero__content { padding-top: 88px; padding-bottom: 80px; }
.contact-hero h1 { max-width: 840px; margin-bottom: 20px; font-size: clamp(3.125rem, 4vw, 3.375rem); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; text-wrap: balance; }
.contact-hero .page-hero__copy { max-width: 680px; margin-bottom: 28px; font-size: 18px; line-height: 1.6; }
.contact-page > .breadcrumbs { min-height: 0; padding-top: 17px; padding-bottom: 17px; color: #718097; border-color: rgba(153,174,199,.34); }
.contact-page > .breadcrumbs a { color: #537399; }
.contact-inquiry { padding: 92px 0; scroll-margin-top: 118px; }
.contact-page .contact-layout { grid-template-columns: minmax(0, 36fr) minmax(0, 60fr); gap: clamp(48px, 4vw, 56px); }
.contact-page .contact-panel { position: static; top: auto; }
.contact-panel__intro { max-width: 430px; margin-bottom: 28px; color: var(--xly-muted); font-size: 1rem; line-height: 1.6; }
.contact-team { display: grid; gap: 16px; }
.contact-person-card { display: grid; min-height: 132px; grid-template-columns: 74px minmax(0, 1fr); align-items: center; gap: 18px; padding: 22px 24px; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.contact-person-card h3 { margin: 0; color: var(--xly-blue); font-size: 1.35rem; letter-spacing: -.02em; }
.contact-person-card dl { display: grid; gap: 9px; min-width: 0; margin: 0; }
.contact-person-card dl > div { display: grid; min-width: 0; grid-template-columns: 104px minmax(0, 1fr); align-items: baseline; gap: 10px; }
.contact-person-card dt { color: var(--xly-muted); font-size: .77rem; font-weight: 800; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.contact-person-card dd { display: flex; min-width: 0; align-items: center; flex-wrap: wrap; gap: 7px 12px; margin: 0; line-height: 1.45; }
.contact-person-card a { overflow-wrap: anywhere; font-size: .94rem; font-weight: 700; line-height: 1.45; text-decoration: none; }
.contact-person-card__wa { color: var(--xly-cyan); font-size: .8rem !important; text-transform: uppercase; }
.contact-office-card { padding: 24px; margin-top: 14px; background: #eaf2f8; border: 1px solid var(--xly-line); border-radius: var(--xly-radius-sm); }
.contact-office-card .eyebrow { margin-bottom: 9px; font-size: .7rem; }
.contact-office-card h3 { margin-bottom: 8px; font-size: 1rem; letter-spacing: -.01em; }
.contact-office-card address { color: var(--xly-muted); font-style: normal; font-size: .84rem; line-height: 1.6; }
.contact-page .contact-form-card { padding: 36px; background: var(--xly-soft); box-shadow: var(--xly-shadow); }
.contact-page .contact-form-card > h2 { margin-bottom: 10px; }
.contact-page .contact-form-card > p { margin-bottom: 0; font-size: 1rem; line-height: 1.6; }
.contact-page .xly-form { gap: 14px; margin-top: 22px; }
.contact-page .xly-form__grid { gap: 13px 16px; }
.contact-page .xly-field { gap: 6px; }
.contact-page .xly-field label { font-size: .82rem; }
.contact-page .xly-field input:not([type="checkbox"]):not([type="file"]),
.contact-page .xly-field select { min-height: 48px; }
.contact-page .xly-field input,
.contact-page .xly-field textarea,
.contact-page .xly-field select { padding: 11px 13px; }
.contact-page .xly-field textarea { min-height: 122px; }
.contact-page .xly-field input[type="file"] { padding: 10px; }
.contact-page .xly-field__hint + .xly-field__hint { margin-top: -3px; }
.contact-page .xly-field--consent { display: block; font-size: .85rem; }
.contact-page .xly-field--consent input { width: auto; margin-right: 7px; }
.contact-page .xly-form__actions { align-items: flex-start; flex-direction: column; gap: 10px; }
.contact-page .xly-form__actions .button { min-width: 150px; }
.contact-page .xly-form__actions .button[disabled] { cursor: wait; opacity: .72; transform: none; }
.contact-page .xly-alert { margin: 20px 0 0; }
.contact-locations .section-heading,
.contact-next .section-heading { margin-bottom: 36px; }
.contact-locations .section-heading p:last-child,
.contact-next .section-heading p:last-child { max-width: 680px; font-size: 17px; line-height: 1.6; }
.contact-location-grid { grid-auto-rows: 1fr; gap: 24px; }
.contact-location-grid .location-card { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
.contact-location-grid .location-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 8; object-fit: cover; object-position: center; }
.contact-location-grid .location-card__body { display: flex; min-width: 0; flex-direction: column; justify-content: flex-start; padding: 30px 32px 32px; }
.contact-location-grid .location-card__body .eyebrow { margin-bottom: 10px; font-size: .7rem; }
.contact-location-grid .location-card__body h3 { min-height: 2.4em; margin-bottom: 12px; font-size: 1.3rem; line-height: 1.2; }
.contact-location-grid .location-card__body p { margin-bottom: 10px; line-height: 1.55; }
.contact-location-grid .location-card__description { min-height: 3.1em; color: var(--xly-muted); font-size: .9rem; font-weight: 400; }
.contact-location-grid .location-card__address { min-height: 8.4em; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--xly-line); color: var(--xly-muted); font-size: .9rem; font-style: normal; font-weight: 400; line-height: 1.55; }
.contact-location-grid .location-card__address span { display: block; margin-bottom: 6px; color: var(--xly-blue); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-next { padding: 92px 0; }
.contact-process-grid { gap: 18px; }
.contact-process-grid li { position: relative; display: flex; min-height: 180px; flex-direction: column; padding: 24px 24px 22px; }
.contact-process-grid li:not(:last-child)::after { position: absolute; z-index: 2; top: 50%; right: -19px; width: 20px; height: 1px; content: ""; background: rgba(100,200,244,.7); }
.contact-process-grid li > span { margin-bottom: 18px; }
.contact-process-grid h3 { margin-bottom: 9px; color: var(--xly-ink); font-size: 1.08rem; line-height: 1.25; }
.contact-process-grid p { font-size: .82rem; line-height: 1.55; }

/* Blog and system views */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { min-width: 0; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); overflow: hidden; box-shadow: var(--xly-shadow); }
.post-card__image { display: block; background: var(--xly-soft); overflow: hidden; }
.post-card__image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .45s ease; }
.post-card__placeholder { width: 100%; aspect-ratio: 16/10; display: block; background: linear-gradient(135deg, #e7edf5, #d5e0ec); }
.post-card:hover .post-card__image img { transform: scale(1.035); }
.post-card__body { padding: 26px; }
.post-card__title { margin: 10px 0 12px; font-size: 1.35rem; letter-spacing: -.025em; }
.post-card__title a { color: var(--xly-ink); text-decoration: none; }
.post-card__title a:hover { color: var(--xly-blue); }
.post-card__body > p { color: var(--xly-muted); font-size: .9rem; }
.post-meta { display: flex; flex-wrap: wrap; gap: 7px; color: var(--xly-muted); font-size: .75rem; font-weight: 650; text-transform: uppercase; }
.post-meta a { color: var(--xly-blue); text-decoration: none; }
.archive-hero { padding: 100px 0 68px; color: var(--xly-white); background: linear-gradient(125deg, var(--xly-navy-strong), var(--xly-blue)); }
.archive-hero h1 { max-width: 920px; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.archive-hero p,
.archive-description { max-width: 720px; color: #d4e1f1; }
.archive-hero .search-form { margin-top: 28px; }
.archive-tools { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--xly-line); }
.category-links { display: flex; flex-wrap: wrap; gap: 8px; }
.category-links a { padding: 7px 11px; color: var(--xly-blue); background: var(--xly-soft); border-radius: 999px; font-size: .78rem; font-weight: 700; text-decoration: none; }
.search-form { display: flex; max-width: 520px; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 44px; padding: 10px 13px; border: 1px solid #bac8d8; border-radius: 7px; }
.archive-hero .search-field { color: var(--xly-ink); background: var(--xly-white); }
.pagination-wrap { margin-top: 50px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.nav-links .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 12px; color: var(--xly-blue); border: 1px solid var(--xly-line); border-radius: 7px; text-decoration: none; }
.nav-links .current,
.nav-links a:hover { color: var(--xly-white); background: var(--xly-blue); border-color: var(--xly-blue); }
.blog-hero { position: relative; isolation: isolate; min-height: 520px; display: grid; place-items: center; color: var(--xly-white); background-color: var(--xly-navy-strong); background-image: var(--xly-blog-hero-desktop); background-position: center; background-size: cover; overflow: hidden; }
.blog-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(110deg, rgba(2, 15, 34, .86), rgba(8, 38, 79, .58)); }
.blog-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(circle at 72% 40%, rgba(42, 148, 225, .2), transparent 34%), linear-gradient(180deg, rgba(2, 15, 34, .12), rgba(2, 15, 34, .62)); }
.blog-hero__video { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-hero__inner { padding-top: 92px; padding-bottom: 92px; text-align: center; }
.blog-hero .eyebrow { margin-bottom: 12px; color: var(--xly-sky); }
.blog-hero h1 { margin: 0; font-size: clamp(3.2rem, 6vw, 4.8rem); line-height: 1; }
.blog-hero__breadcrumb { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 24px; color: #d4e2f2; font-size: .9rem; }
.blog-hero__breadcrumb a { color: var(--xly-white); text-decoration: none; }
.blog-listing { background: var(--xly-soft); }
.blog-listing__heading { max-width: 760px; margin-bottom: 46px; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.blog-card { min-width: 0; display: flex; flex-direction: column; background: var(--xly-white); border: 1px solid var(--xly-line); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); overflow: hidden; transition: border-color .2s ease, transform .2s ease; }
.blog-card:hover { border-color: rgba(42, 148, 225, .46); transform: translateY(-3px); }
.blog-card__image { display: block; background: #e4ebf3; overflow: hidden; }
.blog-card__image img,
.blog-card__placeholder { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; }
.blog-card__placeholder { background: linear-gradient(135deg, #e6edf5, #d4dfeb); }
.blog-card__image img { transition: transform .4s ease; }
.blog-card:hover .blog-card__image img { transform: scale(1.035); }
.blog-card__body { min-height: 310px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 27px 28px 29px; }
.blog-card__date { margin-bottom: 12px; color: var(--xly-blue); font-size: .78rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.blog-card__title { margin: 0 0 14px; font-size: clamp(1.25rem, 1.7vw, 1.48rem); line-height: 1.25; letter-spacing: -.02em; }
.blog-card__title a { color: var(--xly-ink); text-decoration: none; }
.blog-card__title a:hover { color: var(--xly-blue); }
.blog-card__body > p { margin-bottom: 22px; color: var(--xly-muted); font-size: .94rem; line-height: 1.68; }
.blog-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--xly-blue); font-weight: 750; text-decoration: none; }
.blog-card__link span { transition: transform .2s ease; }
.blog-card__link:hover span { transform: translateX(4px); }
.blog-load-more { display: flex; justify-content: center; margin-top: 48px; }
.blog-load-more a { min-width: 150px; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; color: var(--xly-white); background: var(--xly-blue); border: 2px solid var(--xly-blue); border-radius: 8px; font-weight: 750; text-decoration: none; }
.blog-load-more a:hover { color: var(--xly-white); background: var(--xly-cyan); border-color: var(--xly-cyan); }
.blog-load-more a[aria-busy="true"] { cursor: wait; opacity: .72; }
.code-archive-hero { padding: 108px 0 84px; color: var(--xly-white); background: linear-gradient(125deg, var(--xly-navy-strong), var(--xly-navy)); }
.code-archive-hero__inner { max-width: 860px; }
.code-archive-hero h1 { margin-bottom: 18px; font-size: clamp(2.8rem, 5vw, 4.3rem); }
.code-archive-hero__label { margin: 0; color: #d3e1f1; font-size: 1.12rem; }
.code-archive-listing { background: var(--xly-soft); }
.article-hero { padding: clamp(80px, 8vw, 104px) 0 clamp(72px, 7vw, 92px); color: var(--xly-white); background: var(--xly-navy); }
.article-hero__inner { max-width: 1100px; }
.article-hero h1 { max-width: 1100px; margin: 18px 0 0; font-size: clamp(2.375rem, 3.2vw, 3rem); font-weight: 700; line-height: 1.1; letter-spacing: -.025em; }
.article-hero p { max-width: 780px; margin: 20px 0 0; display: -webkit-box; overflow: hidden; color: #cbd8e9; font-size: 1.0625rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.article-hero .post-meta,
.article-hero .post-meta a { color: var(--xly-sky); }
.single-post > .breadcrumbs { min-height: 0; padding-top: 20px; padding-bottom: 20px; flex-wrap: nowrap; border-color: rgba(153,174,199,.38); }
.single-post > .breadcrumbs > * { flex: 0 0 auto; }
.single-post > .breadcrumbs [aria-current="page"] { min-width: 0; flex: 1 1 auto; overflow: hidden; color: #708098; white-space: nowrap; text-overflow: ellipsis; }
.article-featured { margin-top: 40px; }
.article-featured img { width: 100%; aspect-ratio: 16 / 7.5; display: block; object-fit: cover; border-radius: var(--xly-radius); }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) 300px; justify-content: center; gap: 44px; padding-top: 52px; padding-bottom: 80px; }
.prose { max-width: 820px; color: #405168; font-size: 1.125rem; line-height: 1.8; }
.prose > *:first-child { margin-top: 0; }
.single-post .article-content h1 { margin: 56px 0 20px; color: var(--xly-ink); font-size: clamp(2rem, 2.6vw, 2.35rem); font-weight: 700; line-height: 1.18; letter-spacing: -.02em; }
.single-post .article-content h2 { margin: 60px 0 20px; color: var(--xly-ink); font-size: clamp(1.875rem, 2.3vw, 2.125rem); font-weight: 700; line-height: 1.2; letter-spacing: -.018em; }
.single-post .article-content h3 { margin: 44px 0 16px; color: var(--xly-ink); font-size: clamp(1.4375rem, 2vw, 1.625rem); font-weight: 700; line-height: 1.25; }
.single-post .article-content h4 { margin: 34px 0 14px; color: var(--xly-ink); font-size: 1.18rem; font-weight: 700; line-height: 1.3; }
.article-content > p { margin: 0 0 20px; }
.article-content ul,
.article-content ol { padding-left: 26px; margin: 20px 0 28px; }
.article-content li { padding-left: 5px; }
.article-content li + li { margin-top: 11px; }
.article-content strong { color: var(--xly-ink); }
.single-post .article-content table { width: 100%; margin: 30px 0; border-collapse: collapse; font-size: .94em; line-height: 1.55; }
.single-post .article-content th,
.single-post .article-content td { padding: 12px 14px; text-align: left; vertical-align: top; border: 1px solid var(--xly-line); }
.single-post .article-content th { color: var(--xly-ink); background: var(--xly-soft); font-weight: 750; }
.single-post .article-content .wpforms-container,
.single-post .article-content .wpcf7 { display: none; }
.article-content__media { margin: 32px 0; }
.article-content .wp-block-image { margin: 32px 0; }
.article-content__media img,
.prose .article-content__media img,
.article-content .wp-block-image img { width: 100%; height: auto; display: block; object-fit: contain; border-radius: var(--xly-radius); }
.article-content__media figcaption,
.article-content .wp-block-image figcaption { margin-top: 10px; color: var(--xly-muted); font-size: .82rem; line-height: 1.5; }
.prose blockquote { padding: 4px 0 4px 24px; margin: 30px 0; color: var(--xly-blue); border-left: 4px solid var(--xly-cyan); font-size: 1.25rem; }
.prose a:not(.button) { color: var(--xly-blue); text-underline-offset: 3px; overflow-wrap: anywhere; }
.article-content__actions { margin-top: 40px; }
.article-content .wp-block-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 40px; }
.article-content .wp-block-button__link { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; color: var(--xly-white); background: var(--xly-blue); border: 2px solid var(--xly-blue); border-radius: var(--xly-radius-sm); font-size: .94rem; font-weight: 750; line-height: 1.2; text-decoration: none; }
.article-content .wp-block-button.is-style-outline .wp-block-button__link { color: var(--xly-blue); background: transparent; }
.article-aside__card { position: sticky; top: 120px; padding: 32px; color: var(--xly-white); background: var(--xly-navy); border: 1px solid rgba(128,194,232,.18); border-radius: var(--xly-radius); box-shadow: var(--xly-shadow); }
.article-aside__card h2 { margin: 14px 0 16px; font-size: 1.65rem; line-height: 1.2; }
.article-aside__card p:not(.eyebrow) { margin-bottom: 24px; color: #cbd8e9; font-size: .94rem; line-height: 1.65; }
.article-aside__card .button { align-self: flex-start; }
.article-footer { padding-bottom: 80px; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 28px; margin-top: 28px; border-top: 1px solid var(--xly-line); }
.post-navigation > div:last-child { text-align: right; }
.post-navigation a { color: var(--xly-ink); font-weight: 750; text-decoration: none; }
.empty-state { grid-column: 1 / -1; max-width: 720px; padding: 60px; margin-inline: auto; text-align: center; background: var(--xly-soft); border-radius: var(--xly-radius); }
.empty-state .search-form { margin: 24px auto; }
.empty-state .button-row { justify-content: center; }
.error-page { min-height: 70vh; display: grid; align-items: center; padding: 80px 0; background: var(--xly-soft); }
.error-page__inner { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 70px; }
.error-page__inner > div:first-child { max-width: 680px; }
.error-page .search-form { margin-top: 28px; }
.error-page .button-row { gap: 16px; margin-top: 24px; }
.error-code { margin: 0; color: var(--xly-blue); font-size: clamp(5rem, 14vw, 10rem); font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.error-page__graphic { position: relative; width: min(100%, 430px); aspect-ratio: 1; display: grid; place-items: center; color: var(--xly-white); background: var(--xly-navy); border-radius: 50%; box-shadow: 0 0 0 26px #dcecf6, 0 0 0 52px #e7f2f8; }
.error-page__graphic span { position: absolute; width: 70%; height: 2px; background: var(--xly-cyan); transform: rotate(0deg); }
.error-page__graphic span:nth-child(2) { transform: rotate(60deg); }
.error-page__graphic span:nth-child(3) { transform: rotate(-60deg); }
.error-page__graphic strong { z-index: 1; display: grid; width: 96px; height: 96px; place-items: center; background: var(--xly-blue); border-radius: 50%; font-size: 1.5rem; }

/* Progressive reveal */
.reveal-ready { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .primary-navigation { gap: 9px; }
  .primary-navigation .menu a { padding-inline: 12px; font-size: .86rem; }
  .site-header .primary-navigation .xly-language-switcher > summary { min-width: 104px; padding-inline: 11px; }
  .header-socials { gap: 5px; padding: 5px 6px; }
  .header-socials a { width: 33px; height: 33px; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .site-footer__grid { grid-template-columns: 1.25fr .8fr 1fr; gap: 36px; }
}

@media (max-width: 900px) {
  :root { --xly-header-height: 70px; }
  .section,
  .services-page > .section,
  .led-section,
  .smt-page > .section { padding-top: 76px; padding-bottom: 76px; }
  .site-header { z-index: 2147483000; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .admin-bar .site-header { top: 32px; }
  .site-header__main { min-height: var(--xly-header-height); }
  .site-brand img,
  .site-brand .custom-logo { height: 42px; }
  .menu-toggle { display: block; }
  .primary-navigation { position: fixed; z-index: 2147483001; top: var(--xly-header-height); right: 0; bottom: 0; left: 0; display: block; height: calc(100dvh - var(--xly-header-height)); max-height: calc(100dvh - var(--xly-header-height)); padding: 28px 20px 40px; visibility: hidden; opacity: 0; color: var(--xly-white); background: rgba(3, 17, 35, .995); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; transform: translateY(-10px); transition: .2s ease; }
  .admin-bar .primary-navigation { top: calc(var(--xly-header-height) + 32px); height: calc(100dvh - var(--xly-header-height) - 32px); max-height: calc(100dvh - var(--xly-header-height) - 32px); }
  .primary-navigation.is-open { visibility: visible; opacity: 1; transform: none; }
  .primary-navigation .menu { display: block; padding: 0; background: transparent; border: 0; border-radius: 0; }
  .primary-navigation .menu a { padding: 14px 12px; color: #eef5fd; border-bottom: 1px solid rgba(255, 255, 255, .13); border-radius: 8px; font-size: 1.08rem; }
  .primary-navigation .menu a:hover,
  .primary-navigation .current-menu-item > a,
  .primary-navigation .current-menu-ancestor > a { color: var(--xly-white); background: rgba(42, 148, 225, .18); }
  .primary-navigation .menu-item-has-children > a { padding-right: 54px; }
  .primary-navigation .menu-item-has-children > a::after { display: none; }
  .primary-navigation .sub-menu { position: static; display: none; min-width: 0; padding: 4px 0 8px 18px; visibility: visible; opacity: 1; background: transparent; border: 0; box-shadow: none; transform: none; }
  .primary-navigation .submenu-open > .sub-menu { display: block; }
  .primary-navigation .sub-menu a { color: #dbe7f5; font-size: .95rem; }
  .submenu-toggle { position: absolute; display: grid; width: 42px; height: 42px; right: 4px; top: 5px; place-items: center; padding: 0; color: var(--xly-sky); background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .12); border-radius: 7px; }
  .submenu-toggle span { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
  .submenu-toggle[aria-expanded="true"] span { transform: translateY(2px) rotate(225deg); }
  .site-header .primary-navigation .xly-language-switcher { width: 100%; margin-top: 20px; }
  .site-header .primary-navigation .xly-language-switcher > summary { width: 100%; justify-content: space-between; padding-inline: 14px; color: var(--xly-white); background: rgba(42, 148, 225, .14); border: 1px solid rgba(134, 201, 238, .34); border-radius: 9px; font-size: 1rem; }
  .primary-navigation .xly-language-switcher__desktop-label { display: none; }
  .primary-navigation .xly-language-switcher__mobile-label { display: inline; }
  .site-header .primary-navigation .xly-language-switcher__menu { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; width: 100%; padding: 8px 0 0; background: transparent; box-shadow: none; border: 0; }
  .site-header .primary-navigation .xly-language-switcher__menu a { color: #e6f0fb; border: 1px solid rgba(255, 255, 255, .11); }
  .header-socials { width: max-content; margin-top: 24px; background: rgba(255, 255, 255, .06); }
  .header-socials a { width: 38px; height: 38px; }
  .home-hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding-top: 90px; padding-bottom: 80px; }
  .hero-panel { max-width: 700px; }
  .page-hero { min-height: 510px; }
  .split-layout,
  .split-layout--capabilities,
  .contact-layout,
  .cta-band__inner,
  .error-page__inner { grid-template-columns: 1fr; }
  .service-feature-grid,
  .quote-grid,
  .product-grid { grid-template-columns: 1fr; }
  .service-feature-card { min-height: 500px; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail-card { grid-template-columns: 1fr; }
  .service-detail-card--reverse img { order: 0; }
  .process-grid,
  .process-grid--four,
  .process-grid--six,
  .process-grid--eight,
  .process-grid--twelve { grid-template-columns: repeat(2, 1fr); }
  .application-grid { grid-template-columns: repeat(2, 1fr); }
  .module-card-grid,
  .proof-strip,
  .timeline-grid,
  .media-card-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .location-grid { grid-template-columns: 1fr; }
  .cta-band .button-row { justify-content: flex-start; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; gap: 32px; }
  .article-aside__card,
  .contact-panel { position: static; }
  .contact-page .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-panel__intro { max-width: 620px; }
  .contact-team { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-person-card { min-height: 0; grid-template-columns: 1fr; align-content: start; }
  .contact-person-card dl > div { grid-template-columns: 1fr; gap: 2px; }
  .contact-location-grid .location-card { min-height: 0; grid-template-columns: 1fr; }
  .contact-process-grid li:not(:last-child)::after { display: none; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid > div:last-child { grid-column: 1 / -1; }
  .led-page-hero { min-height: 470px; }
  .led-faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .led-faq-layout > div:first-child { position: static; }
  .led-engineering-cta__inner { grid-template-columns: 1fr; gap: 28px; }
  .led-engineering-cta__inner .button-row { justify-content: flex-start; }
  .led-process-video { grid-template-columns: 1fr; }
  .led-process-video__content { padding: 28px 30px 30px; }
  .smt-quality-focus,
  .smt-faq-layout { grid-template-columns: 1fr; }
  .smt-faq-layout > div:first-child { position: static; }
  .smt-placement-video { width: 100%; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .primary-navigation { top: calc(var(--xly-header-height) + 46px); height: calc(100dvh - var(--xly-header-height) - 46px); max-height: calc(100dvh - var(--xly-header-height) - 46px); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--xly-container)); }
  .section { padding: 64px 0; }
  .site-brand img,
  .site-brand .custom-logo { height: 38px; }
  .home-hero h1 { font-size: 2.5rem; }
  .home-hero__grid { padding-top: 68px; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero-trust strong { font-size: 1.05rem; }
  .page-hero { min-height: 450px; }
  .page-hero__content { padding-top: 82px; padding-bottom: 60px; }
  .page-hero h1 { font-size: clamp(2.125rem, 9vw, 2.375rem); }
  .button-row .button { width: 100%; }
  .section-heading-row,
  .archive-tools,
  .site-footer__bottom { align-items: stretch; flex-direction: column; }
  .metric-grid,
  .project-grid,
  .pillar-grid,
  .capability-list,
  .process-grid,
  .process-grid--four,
  .application-grid,
  .module-card-grid,
  .proof-strip,
  .logo-grid,
  .timeline-grid,
  .media-card-grid,
  .location-grid,
  .post-grid,
  .site-footer__grid,
  .xly-form__grid,
  .post-navigation { grid-template-columns: 1fr; }
  .site-footer__grid { gap: 32px; padding-top: 52px; padding-bottom: 38px; }
  .led-product-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .led-process-grid { grid-template-columns: 1fr; }
  .led-process-video { margin-top: 26px; }
  .led-process-video__content { padding: 24px 22px 26px; }
  .led-process-video__content h3 { font-size: 1.35rem; }
  .led-capability-grid,
  .led-quality-grid,
  .led-value-grid { grid-template-columns: 1fr; }
  .led-application-grid { grid-template-columns: 1fr; }
  .led-engineering-cta__inner { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .led-engineering-cta__inner .button-row { flex-wrap: wrap; }
  .led-page-hero { min-height: 440px; }
  .led-page-hero .page-hero__content { padding-top: 72px; padding-bottom: 54px; }
  .led-page-hero h1 { font-size: clamp(2.125rem, 9vw, 2.5rem); line-height: 1.08; }
  .led-page-hero h1 span { display: inline; }
  .led-page-hero h1 span:first-child::after { content: " "; }
  .led-section { padding: 64px 0; }
  .led-section .section-heading { margin-bottom: 30px; }
  .led-section .section-heading h2 { font-size: clamp(2rem, 9vw, 2.25rem); }
  .led-product-range-grid .product-card h2,
  .led-product-range-grid .product-card > div > p { min-height: 0; }
  .led-gallery-card figcaption { min-height: 36px; }
  [data-led-module="technical-comparison"] .comparison-table { min-width: 760px; }
  .led-capability-grid .module-card,
  .led-quality-grid .module-card { min-height: 0; }
  [data-led-module="manufacturing-process"] { padding-block: 64px; }
  [data-led-module="manufacturing-process"] .section-heading { margin-bottom: 32px; }
  .led-process-grid .led-process-card { min-height: 0; }
  .led-process-card__body { min-height: 80px; padding: 14px 16px; }
  .led-certification-entry { align-items: flex-start; flex-direction: column; }
  .led-certification-entry > div { flex-wrap: wrap; }
  .led-application-grid .led-application-card { min-height: 0; padding: 0; }
  .led-application-card__body { min-height: 144px; padding: 22px 22px 24px; }
  .led-application-grid .led-application-card h3 { font-size: 1rem; }
  .led-engineering-cta { padding: 50px 0; }
  .led-engineering-cta__inner h2 span { display: inline; }
  .led-engineering-cta__inner h2 span:first-child::after { content: " "; }
  .smt-page > .section { padding: 64px 0; }
  .smt-page .page-hero h1 { font-size: clamp(2.25rem, 10vw, 2.5rem); line-height: 1.08; }
  .smt-page .page-hero__copy { font-size: 1rem; }
  .smt-page .section-heading { margin-bottom: 30px; }
  .smt-page .section-heading h2 { font-size: clamp(2rem, 9vw, 2.25rem); }
  .xly-lang-de .smt-page .section-heading h2 { hyphens: auto; overflow-wrap: anywhere; }
  .smt-scope-grid article,
  .smt-cooperation-grid li,
  .smt-testing-grid .module-card,
  .smt-expect-grid .module-card { min-height: 0; }
  .smt-resource-grid .media-card > div:last-child { min-height: 0; }
  .smt-placement-video .led-process-video__media { width: 100%; aspect-ratio: 16 / 9; }
  .smt-video-play { width: 76px; height: 76px; box-shadow: 0 14px 34px rgba(3,20,47,.32), 0 0 0 7px rgba(255,255,255,.11); }
  .smt-video-play::before { margin-left: 5px; border-top-width: 12px; border-bottom-width: 12px; border-left-width: 19px; }
  .smt-page [data-smt-module="assembly-process"] { padding-block: 64px; }
  .smt-page [data-smt-module="assembly-process"] .section-heading { margin-bottom: 28px; }
  .smt-process-grid { gap: 14px; }
  .smt-process-card__body { min-height: 150px; padding: 18px 20px 20px; }
  .smt-video-placeholder span { width: 62px; height: 62px; }
  .smt-faq-layout { gap: 34px; }
  .pillar-grid article > span { margin-bottom: 34px; }
  .process-grid li { min-height: 170px; }
  .proof-strip article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .proof-strip article:last-child { border-bottom: 0; }
  .location-card { grid-template-columns: 1fr; }
  .location-card img,
  .location-card .asset-placeholder { min-height: 220px; aspect-ratio: 16/10; }
  .service-feature-card { min-height: 440px; }
  .stacked-facts > div { grid-template-columns: 1fr; gap: 2px; }
  .archive-hero { padding: 74px 0 56px; }
  .search-form { max-width: none; }
  .article-hero { padding: 72px 0 64px; }
  .article-hero h1 { font-size: clamp(2.25rem, 9.5vw, 2.7rem); line-height: 1.08; }
  .article-hero p { font-size: 1rem; line-height: 1.6; }
  .single-post > .breadcrumbs { padding-top: 18px; padding-bottom: 18px; }
  .article-featured { margin-top: 28px; }
  .article-featured img { aspect-ratio: 4 / 3; }
  .article-layout { padding-top: 48px; padding-bottom: 64px; }
  .prose { font-size: 1.0625rem; line-height: 1.78; }
  .prose h2 { margin-top: 48px; font-size: 1.875rem; }
  .article-content__media { margin: 28px 0; }
  .article-content__actions { align-items: stretch; flex-direction: column; }
  .article-content .wp-block-buttons { align-items: stretch; flex-direction: column; }
  .article-content .wp-block-button,
  .article-content .wp-block-button__link { width: 100%; }
  .contact-form-card { padding: 24px 18px; }
  .xly-form__actions { align-items: stretch; flex-direction: column; }
  .contact-page h2 { font-size: clamp(2rem, 9vw, 2.25rem); }
  .contact-hero { min-height: 430px; }
  .contact-hero .page-hero__content { padding-top: 64px; padding-bottom: 64px; }
  .contact-hero h1 { font-size: clamp(2.25rem, 10vw, 2.5rem); line-height: 1.08; }
  .contact-hero .page-hero__copy { font-size: 1rem; }
  .contact-inquiry,
  .contact-next { padding: 64px 0; }
  .contact-team { grid-template-columns: 1fr; }
  .contact-person-card { grid-template-columns: 70px minmax(0, 1fr); padding: 18px; }
  .contact-person-card dl > div { grid-template-columns: 1fr; gap: 2px; }
  .contact-page .contact-form-card { padding: 26px 20px; }
  .contact-location-grid .location-card { min-height: 0; grid-template-columns: 1fr; }
  .contact-location-grid .location-card img { min-height: 0; aspect-ratio: 16/9; }
  .contact-location-grid .location-card__body h3 { min-height: 0; }
  .contact-location-grid .location-card__description { min-height: 0; }
  .contact-location-grid .location-card__address { min-height: 0; }
  .empty-state { padding: 38px 20px; }
  .error-page__graphic { width: 78%; margin-inline: auto; }
}

@media (max-width: 900px) {
  .services-core-section .service-detail-card { grid-template-columns: 1fr; gap: 34px; }
  .services-core-section .service-detail-card--reverse img { order: 0; }
  .services-core-section .service-detail-card > img { width: 100%; max-height: none; }
  .services-support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .services-page > .section { padding: 64px 0; }
  .services-hero { min-height: 440px; }
  .services-hero .page-hero__content { padding-top: 64px; padding-bottom: 58px; }
  .services-hero h1 { font-size: clamp(36px, 10vw, 40px); line-height: 1.08; }
  .services-hero .page-hero__copy { font-size: 16px; }
  .services-hero .button-row { align-items: stretch; flex-direction: column; }
  .services-hero .button { width: 100%; }
  .services-core-section .service-detail-card { gap: 28px; }
  .services-core-section .service-detail-card h2,
  .services-page .section-heading h2,
  .services-page .cta-band h2 { font-size: clamp(32px, 9vw, 36px); }
  .services-support-grid { grid-template-columns: 1fr; }
  .services-support-card { min-height: 0; }
  .services-workflow { padding: 64px 0 !important; }
  .services-workflow-axis { min-height: 0; grid-template-columns: 1fr; gap: 0; padding: 30px 24px; }
  .services-workflow-axis::before { top: 53px; right: auto; bottom: 53px; left: 47px; width: 2px; height: auto; }
  .services-workflow-axis li { grid-template-rows: auto; grid-template-columns: 48px minmax(0, 1fr); justify-items: start; gap: 18px; padding: 0 0 28px; }
  .services-workflow-axis li:last-child { padding-bottom: 0; }
  .services-workflow-axis li:not(:first-child) { border-left: 0; }
  .services-workflow-axis li:not(:last-child)::after { display: none; }
  .services-workflow-axis li > div { padding-top: 4px; }
}

@media (max-width: 900px) {
  .blog-hero { min-height: 440px; }
  .blog-hero__inner { padding-top: 72px; padding-bottom: 72px; }
  .blog-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .blog-card__body { min-height: 290px; padding: 24px; }
  .code-archive-hero { padding: 84px 0 68px; }
}

@media (max-width: 640px) {
  .blog-hero { min-height: 390px; }
  .blog-hero h1 { font-size: clamp(2.8rem, 14vw, 3.5rem); }
  .blog-listing__heading { margin-bottom: 34px; }
  .blog-card-grid { grid-template-columns: 1fr; gap: 18px; }
  .blog-card__body { min-height: 0; padding: 22px 20px 24px; }
  .blog-load-more { margin-top: 36px; }
  .code-archive-hero { padding: 72px 0 58px; }
}

@media (max-width: 767px) {
  .page-hero { --xly-hero-active: var(--xly-hero-mobile, var(--xly-hero-desktop, var(--xly-hero))); }
  .blog-hero { background-image: var(--xly-blog-hero-mobile, var(--xly-blog-hero-desktop)); }
  .blog-hero__video { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal-ready { opacity: 1; transform: none; }
}

/* Core inner-page heroes share one flexible visual height without fixed-height clipping. */
.about-page > .page-hero,
.services-page > .services-hero,
.led-page-hero,
.smt-page > .page-hero,
.contact-page > .contact-hero {
	min-height: 620px;
	align-items: center;
}

.about-page > .page-hero .page-hero__content,
.services-page > .services-hero .page-hero__content,
.led-page-hero .page-hero__content,
.smt-page > .page-hero .page-hero__content,
.contact-page > .contact-hero .page-hero__content {
	padding-top: 96px;
	padding-bottom: 96px;
}

@media (max-width: 900px) {
	.about-page > .page-hero,
	.services-page > .services-hero,
	.led-page-hero,
	.smt-page > .page-hero,
	.contact-page > .contact-hero {
		min-height: 560px;
	}

	.about-page > .page-hero .page-hero__content,
	.services-page > .services-hero .page-hero__content,
	.led-page-hero .page-hero__content,
	.smt-page > .page-hero .page-hero__content,
	.contact-page > .contact-hero .page-hero__content {
		padding-top: 82px;
		padding-bottom: 74px;
	}
}

@media (max-width: 620px) {
	.about-page > .page-hero,
	.services-page > .services-hero,
	.led-page-hero,
	.smt-page > .page-hero,
	.contact-page > .contact-hero {
		min-height: 520px;
	}

	.about-page > .page-hero .page-hero__content,
	.services-page > .services-hero .page-hero__content,
	.led-page-hero .page-hero__content,
	.smt-page > .page-hero .page-hero__content,
	.contact-page > .contact-hero .page-hero__content {
		padding-top: 72px;
		padding-bottom: 64px;
	}
}
