/* IRONEVO – šviesi, aštrių formų verslo tema (navy + oranžinė akcentui) */
:root {
	--navy: #12324f;
	--navy-2: #1d4c7a;
	--navy-3: #2f6aa3;
	--sky: #eaf2f9;
	--ice: #f6f9fc;
	--line: #d5e0ea;
	--ink: #0e2238;
	--muted: #52667a;
	--white: #fff;
	--orange: #e8590c;
	--orange-d: #c2410c;
	--max: 1400px;
	--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font: 1rem/1.65 var(--font); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange-d); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 .6em; color: var(--navy); letter-spacing: -.015em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.9rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 800; }
p { margin: 0 0 1em; }
.lead { font-size: 1.18rem; color: var(--muted); }

.wrap { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }
.narrow { max-width: 780px; }
.center { text-align: center; }
.wrap.narrow, .center.narrow { margin-inline: auto; }
.plain { list-style: none; margin: 0; padding: 0; }
.plain li { margin: 0 0 .35em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--white); padding: .6rem 1rem; z-index: 200; }
.skip-link:focus { left: 0; }
.hp { position: absolute; left: -9999px; }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; font-size: .76rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; color: var(--orange-d); }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--orange); }

/* ---------- Mygtukai (nukirsti kampai) ---------- */
.btn { position: relative; display: inline-block; padding: .95em 1.9em; font-weight: 800; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; color: var(--white); border: 0; cursor: pointer; font-family: inherit;
	background: linear-gradient(135deg, var(--orange), var(--orange-d));
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); transition: filter .2s, transform .2s; }
.btn:hover { color: var(--white); filter: brightness(1.08); transform: translateY(-1px); }
.btn-line { background: var(--navy); color: var(--navy); }
.btn-line:hover { color: var(--navy); }
.btn-line span { position: relative; z-index: 1; }
.btn-line::before { content: ""; position: absolute; inset: 2px; background: var(--white); clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px)); }
.btn-light { background: var(--white); color: var(--orange-d); }
.btn-light:hover { color: var(--orange-d); }
.more { font-weight: 800; text-decoration: none; }
.more::after { content: " \2192"; }

/* ---------- Antraštė: plūduriuojanti „stiklo“ juosta ---------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 14px 0; pointer-events: none; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
.glass { pointer-events: auto; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .55rem 1.25rem .55rem 1.5rem; background: rgba(255,255,255,.78); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.95); box-shadow: 0 12px 34px rgba(18,50,79,.13); transition: box-shadow .3s, background .3s; }
.glass::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(180deg, var(--orange), var(--orange-d)); }
.site-header.is-stuck .glass { background: rgba(255,255,255,.94); box-shadow: 0 14px 40px rgba(18,50,79,.2); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 900; letter-spacing: .16em; font-size: 1.15rem; text-transform: uppercase; color: var(--navy); text-decoration: none; line-height: 1.1; }
.brand:hover { color: var(--navy); }
.brand img { max-height: 44px; width: auto; }
.brand .mark { width: 26px; height: 26px; flex: none; position: relative; background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 0 100%); }
.brand .mark::after { content: ""; position: absolute; left: 6px; bottom: 6px; width: 13px; height: 4px; background: var(--white); }
.brand small { display: block; font-size: .56rem; letter-spacing: .3em; color: var(--muted); font-weight: 700; margin-top: 3px; }
.primary-nav { display: flex; align-items: center; gap: 1rem; }
.primary-nav .menu { display: flex; gap: .1rem; list-style: none; margin: 0; padding: 0; }
.primary-nav li { position: relative; }
.primary-nav a:not(.btn) { position: relative; display: block; padding: .9rem .9rem; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); text-decoration: none; }
.primary-nav a:not(.btn)::after { content: ""; position: absolute; left: .9rem; right: .9rem; bottom: .55rem; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.primary-nav a:not(.btn):hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current-menu-ancestor > a::after, .primary-nav .current_page_item > a::after { transform: scaleX(1); }
.primary-nav .current-menu-item > a, .primary-nav .current-menu-ancestor > a { color: var(--orange-d); }
.primary-nav .sub-menu { list-style: none; margin: 0; padding: .5rem 0; position: absolute; left: 0; top: 100%; min-width: 300px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--orange); box-shadow: 0 24px 50px rgba(18,50,79,.18); display: none; z-index: 5; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu a:not(.btn) { text-transform: none; letter-spacing: 0; font-weight: 600; font-size: .92rem; padding: .5rem 1.2rem; }
.primary-nav .sub-menu a:not(.btn)::after { display: none; }
.primary-nav .sub-menu a:not(.btn):hover { color: var(--orange-d); background: var(--ice); }
.nav-cta { white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; padding: .75rem; cursor: pointer; }
.nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after { display: block; width: 26px; height: 3px; background: var(--navy); content: ""; position: relative; transition: transform .2s, background .2s; }
.nav-toggle-bar::before { position: absolute; top: -8px; } .nav-toggle-bar::after { position: absolute; top: 8px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::before { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::after { transform: translateY(-8px) rotate(-45deg); }
@media (max-width: 1040px) {
	.nav-toggle { display: block; }
	.primary-nav { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--orange); box-shadow: 0 24px 50px rgba(18,50,79,.2); display: none; flex-direction: column; align-items: stretch; max-height: calc(100vh - 110px); overflow-y: auto; padding: .5rem 1rem 1rem; pointer-events: auto; }
	.primary-nav.is-open { display: flex; }
	.primary-nav .menu { flex-direction: column; }
	.primary-nav .sub-menu { position: static; display: block; box-shadow: none; border: 0; padding: 0 0 0 1rem; min-width: 0; }
	.primary-nav a:not(.btn)::after { display: none; }
	.nav-cta { text-align: center; }
}

/* ---------- Animuotos fono figūros ---------- */
.shapes { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.sh { position: absolute; display: block; will-change: transform; }
.sh-sq { width: 120px; height: 120px; border: 2px solid rgba(232,89,12,.45); animation: irFloat 18s ease-in-out infinite alternate; }
.sh-tri { width: 180px; height: 160px; background: linear-gradient(160deg, rgba(47,106,163,.24), rgba(47,106,163,0)); clip-path: polygon(50% 0, 100% 100%, 0 100%); animation: irDrift 24s ease-in-out infinite alternate; }
.sh-ring { width: 220px; height: 220px; border: 22px solid rgba(29,76,122,.08); border-radius: 50%; animation: irSpin 40s linear infinite; }
.sh-hexo { width: 140px; height: 160px; background: rgba(29,76,122,.09); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); animation: irFloat 26s ease-in-out infinite alternate-reverse; }
@keyframes irFloat { from { transform: translate3d(0,0,0) rotate(0deg); } to { transform: translate3d(28px,-36px,0) rotate(28deg); } }
@keyframes irDrift { from { transform: translate3d(0,0,0) rotate(-6deg); } to { transform: translate3d(-40px,24px,0) rotate(10deg); } }
@keyframes irSpin { to { transform: rotate(360deg); } }
@keyframes irMesh { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(3%,-4%,0) scale(1.12); } }
@keyframes irRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hero-mesh { position: absolute; inset: -20%; background: radial-gradient(40% 40% at 18% 30%, rgba(47,106,163,.22), transparent 70%), radial-gradient(35% 45% at 80% 25%, rgba(232,89,12,.17), transparent 70%), radial-gradient(45% 45% at 60% 90%, rgba(29,76,122,.15), transparent 70%); animation: irMesh 22s ease-in-out infinite alternate; pointer-events: none; }

/* ---------- Pagrindinis hero ---------- */
.hero { position: relative; overflow: hidden; background: #f6f9fc; padding-top: 96px; }
.hero .sh-sq { left: 47%; top: 130px; } .hero .sh-hexo { left: 3%; bottom: 120px; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; align-items: center; min-height: 540px; }
.hero__txt { padding: 3.5rem 0; }
.hero__txt > * { animation: irRise .8s both; } .hero__txt > *:nth-child(2) { animation-delay: .1s; } .hero__txt > *:nth-child(3) { animation-delay: .2s; } .hero__txt > *:nth-child(4) { animation-delay: .3s; }
.hero h1 { margin: .9rem 0 1rem; }
.hero h1 em, .page-hero h1 em { font-style: normal; color: var(--orange-d); }
.hero .lead { max-width: 46ch; }
.btns { display: flex; gap: 1rem; margin-top: 1.9rem; flex-wrap: wrap; }
.hero__pics { position: relative; height: 450px; }
.pic-a { position: absolute; left: 6%; top: 0; width: 66%; height: 320px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%); }
.pic-a img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pic-b { position: absolute; right: 0; bottom: 0; width: 56%; height: 240px; clip-path: polygon(44px 0, 100% 0, 100% 100%, 0 100%, 0 44px); background: var(--white); padding: 8px; }
.pic-b img { width: 100%; height: 100%; object-fit: cover; clip-path: polygon(38px 0, 100% 0, 100% 100%, 0 100%, 0 38px); }
.pic-tag { position: absolute; left: 0; bottom: 30px; z-index: 2; background: linear-gradient(135deg, var(--orange), var(--orange-d)); color: var(--white); padding: .9rem 1.3rem; font-weight: 900; line-height: 1.05; font-size: 1.6rem; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); }
.pic-tag small { display: block; font-weight: 700; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; opacity: .92; }
.hero-bar { position: relative; z-index: 2; background: var(--white); border-top: 1px solid var(--line); }
.hero-bar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-bar__grid > div { padding: 1.15rem 1.4rem; border-left: 1px solid var(--line); font-size: .85rem; color: var(--muted); }
.hero-bar__grid > div:first-child { border-left: 0; padding-left: 0; }
.hero-bar b { display: block; font-size: 1.55rem; color: var(--navy); font-weight: 900; line-height: 1.1; }
@media (max-width: 900px) {
	.hero__grid { grid-template-columns: minmax(0, 1fr); }
	.hero__pics { height: 360px; }
	.hero-bar__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hero-bar__grid > div:nth-child(odd) { border-left: 0; padding-left: 0; }
}

/* ---------- Vidinio puslapio viršus ---------- */
.page-hero { position: relative; overflow: hidden; padding: 9.5rem 0 3.5rem; background: linear-gradient(120deg, #ffffff 0%, #e9f1f8 45%, #fff1e6 100%); border-bottom: 1px solid var(--line); }
.page-hero .sh-ring { left: -70px; top: 90px; } .page-hero .sh-sq { right: 14%; top: 120px; } .page-hero .sh-tri { right: 4%; bottom: -20px; }
.page-hero__in { position: relative; z-index: 1; max-width: 900px; margin-left: max(1.25rem, calc((100% - var(--max)) / 2)); margin-right: auto; }
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3.2rem); margin: 0; position: relative; padding-bottom: 1rem; }
.page-hero h1::after { content: ""; position: absolute; left: 0; bottom: 0; width: 72px; height: 5px; background: var(--orange); }
.page-hero .lead { margin: 1rem 0 0; max-width: 60ch; }
.page-hero__pic { position: absolute; top: 0; right: 0; bottom: 0; width: 38%; clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%); }
.page-hero__pic img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .page-hero__pic { display: none; } }

/* ---------- Įvadas „Kas mes esame“ ---------- */
.intro { position: relative; overflow: hidden; padding: clamp(3.5rem, 7vw, 5.5rem) 0; background: linear-gradient(120deg, #fff 0%, #f3f8fc 60%, #fff4ea 100%); }
.intro .sh-sq { right: 42%; top: 40px; } .intro .sh-ring { left: -90px; bottom: -70px; }
.intro__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: 4.5rem; align-items: center; }
.intro h2 { margin: .8rem 0 1.1rem; font-weight: 900; letter-spacing: -.02em; line-height: 1.1; }
.intro h2 em { font-style: normal; color: var(--orange-d); }
.intro .lead { color: var(--ink); font-weight: 500; max-width: 60ch; }
.intro .prose p { color: var(--muted); max-width: 62ch; }
.intro__pic { position: relative; padding-bottom: 5rem; }
.intro__img { height: 400px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 46px) 100%, 0 100%); }
.intro__img img { width: 100%; height: 100%; object-fit: cover; }
.intro__facts { position: absolute; left: -2.5rem; bottom: 0; width: min(88%, 430px); list-style: none; margin: 0; padding: 1.2rem 1.4rem; background: var(--white); border-top: 4px solid var(--orange); box-shadow: 0 22px 46px rgba(18,50,79,.18); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.2rem; }
.intro__facts b { display: block; color: var(--navy); font-size: 1.05rem; font-weight: 900; line-height: 1.15; }
.intro__facts span { display: block; margin-top: .2rem; font-size: .8rem; color: var(--muted); line-height: 1.35; }
@media (max-width: 900px) {
	.intro__grid { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
	.intro__facts { position: relative; left: 0; z-index: 2; width: calc(100% - 1.5rem); margin: -3rem 0 0 1.5rem; }
	.intro__pic { padding-bottom: 0; }
}

/* ---------- Paslaugos (mėlynas blokas su ikonomis) ---------- */
.services { position: relative; overflow: hidden; padding: clamp(3.5rem, 7vw, 5.5rem) 0; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); color: #cfe0ef; }
.services .sh-hexo { right: 3%; top: 30px; background: rgba(255,255,255,.07); } .services .sh-tri { left: 2%; bottom: 20px; background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,0)); }
.services .wrap { position: relative; z-index: 1; }
.services__head { max-width: 860px; margin: 0 auto 3rem; text-align: center; }
.services .eyebrow { color: #ffb27a; } .services .eyebrow::before { background: #ffb27a; }
.services h2 { color: var(--white); margin: .8rem 0 1rem; font-weight: 900; letter-spacing: -.02em; line-height: 1.1; }
.services h2 em { font-style: normal; color: #ffb27a; }
.services .lead { color: #cfe0ef; margin: 0 auto; max-width: 62ch; }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.svc { display: flex; flex-direction: column; padding: 1.6rem 1.5rem 1.4rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%); transition: background .25s, transform .25s; }
.svc:hover { background: rgba(255,255,255,.14); transform: translateY(-4px); }
.svc__ico { display: inline-grid; place-items: center; width: 68px; height: 68px; margin-bottom: 1.1rem; color: var(--white); background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%); }
.svc h3 { color: var(--white); margin: 0 0 .5rem; font-size: 1.12rem; line-height: 1.2; }
.svc p { margin: 0 0 .9rem; font-size: .92rem; line-height: 1.55; color: #cfe0ef; }
.spec-chip { align-self: flex-start; display: inline-block; margin-bottom: .9rem; padding: .3rem .6rem; font-size: .72rem; font-weight: 800; letter-spacing: .04em; line-height: 1.3; color: var(--white); background: rgba(255,255,255,.12); border-left: 3px solid #ffb27a; }
.svc .more { margin-top: auto; color: #ffb27a; font-size: .9rem; }
.svc .more:hover { color: var(--white); }
@media (max-width: 1100px) { .services__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .services__grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Gaminių pavyzdžiai (mozaika) ---------- */
.examples { position: relative; overflow: hidden; padding: clamp(3.5rem, 7vw, 5.5rem) 0; background: linear-gradient(180deg, var(--ice), var(--sky)); }
.examples .sh-sq { right: 8%; top: 40px; } .examples .sh-ring { left: -90px; bottom: -80px; }
.examples .wrap { position: relative; z-index: 1; }
.examples__top { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.examples__head { max-width: 760px; }
.examples h2 { margin: .8rem 0 1rem; font-weight: 900; letter-spacing: -.02em; line-height: 1.1; }
.examples h2 em { font-style: normal; color: var(--orange-d); }
.examples .lead { color: var(--ink); font-weight: 500; max-width: 62ch; }
.examples__sub { color: var(--muted); max-width: 62ch; }
.tags { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 1.1rem 0 0; padding: 0; }
.tags li { font-size: .82rem; font-weight: 700; color: var(--navy); background: var(--white); border-left: 3px solid var(--orange); padding: .35rem .8rem; }
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: .8rem; }
.bento .tile { position: relative; display: block; overflow: hidden; background: var(--navy); color: var(--white); text-decoration: none; }
.bento .tile:first-child { grid-column: span 2; grid-row: span 2; }
.bento .tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.bento .tile:hover img { transform: scale(1.07); }
.bento .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.6rem 1.1rem .9rem; background: linear-gradient(0deg, rgba(18,50,79,.92), rgba(18,50,79,0)); }
.bento .cap b { display: block; font-size: 1rem; }
.bento .cap span { display: none; margin-top: .2rem; font-size: .85rem; line-height: 1.4; opacity: .92; }
.bento .tile:first-child .cap span, .bento .tile:hover .cap span, .bento .tile:focus-visible .cap span { display: block; }
.bento .tile:first-child .cap b { font-size: 1.35rem; }
.bento .tile-cta { display: flex; flex-direction: column; justify-content: center; padding: 1.5rem; background: linear-gradient(135deg, var(--orange), var(--orange-d)); }
.bento .tile-cta b { font-size: 1.3rem; line-height: 1.15; } .bento .tile-cta span { margin-top: .4rem; font-weight: 700; font-size: .9rem; }
@media (max-width: 1100px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .bento .tile:first-child { grid-column: span 2; } }

/* ---------- Klientai ---------- */
.clients { padding: clamp(3.5rem, 7vw, 5.5rem) 0; background: var(--white); }
.clients__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 3.5rem; align-items: start; }
.clients__panel { padding: 2.6rem 2.4rem; color: #cfe0ef; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%); }
.clients__panel .eyebrow { color: #ffb27a; } .clients__panel .eyebrow::before { background: #ffb27a; }
.clients__panel h2 { color: var(--white); margin: .8rem 0 1rem; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.1; }
.clients__panel h2 em { font-style: normal; color: #ffb27a; }
.clients__panel .lead { color: #cfe0ef; }
.kpi { display: flex; align-items: baseline; gap: .9rem; margin: 1.6rem 0; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.kpi b { font-size: 3rem; font-weight: 900; color: #ffb27a; line-height: 1; } .kpi span { color: #e4edf5; font-size: .95rem; }
.client { display: grid; grid-template-columns: 2.6rem 10rem 1fr; gap: 1rem; align-items: baseline; padding: 1.05rem 0; border-top: 1px solid var(--line); }
.client:first-child { border-top: 0; padding-top: 0; }
.client i { font-style: normal; font-weight: 900; color: var(--orange-d); font-size: .85rem; }
.client h3 { margin: 0; font-size: 1.1rem; } .client p { margin: 0; font-size: .9rem; color: var(--muted); }
.clients__more { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-top: .4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.clients__more small { flex-basis: 100%; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; color: var(--orange-d); }
.clients__more span { font-size: .88rem; font-weight: 700; color: var(--navy); background: var(--white); border-left: 3px solid var(--orange); padding: .35rem .8rem; box-shadow: 0 1px 0 var(--line); }
@media (max-width: 1000px) { .clients__grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 640px) { .client { grid-template-columns: 2.2rem 1fr; } .client p { grid-column: 2; } }

/* ---------- Aplinkosauga ---------- */
.env { padding: clamp(3.5rem, 7vw, 5rem) 0; background: linear-gradient(180deg, var(--ice), var(--sky)); }
.env__band { display: flex; gap: 2rem; align-items: flex-start; padding: 2.2rem 2.4rem; background: var(--white); border-left: 6px solid var(--orange); box-shadow: 0 16px 36px rgba(18,50,79,.1); }
.env__ico { flex: none; display: inline-grid; place-items: center; width: 76px; height: 76px; color: var(--white); background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%); }
.env h2 { margin: .8rem 0 1rem; font-weight: 900; letter-spacing: -.02em; line-height: 1.1; font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
.env h2 em { font-style: normal; color: var(--orange-d); }
.env .lead { color: var(--ink); font-weight: 500; max-width: 62ch; }
.env__sub { color: var(--muted); max-width: 62ch; margin: 0; }
.env__points { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.env__points li { padding-top: 1rem; border-top: 3px solid var(--navy-3); }
.env__points b { display: block; color: var(--navy); font-size: 1rem; margin-bottom: .25rem; }
.env__points span { display: block; font-size: .88rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 1000px) { .env__points { grid-template-columns: repeat(2, minmax(0, 1fr)); } .env__band { flex-direction: column; } }

/* ---------- Sekcijos ---------- */
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section.alt { background: linear-gradient(180deg, var(--ice), var(--sky)); }
.prose > *:last-child { margin-bottom: 0; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose h2, .prose h3 { margin-top: 1.4em; }

.cards { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin-top: 2rem; }
.cards-3 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.cards-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card { background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--orange); padding: 1.5rem; transition: box-shadow .25s, transform .25s; }
.card:hover { box-shadow: 0 16px 36px rgba(18,50,79,.12); transform: translateY(-3px); }
.card-media { padding: 0; overflow: hidden; }
.card-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.card-body { padding: 1.25rem 1.5rem 1.5rem; }
.card h3 a, .card .h3 a { color: inherit; text-decoration: none; }
.card h3 a:hover, .card .h3 a:hover { color: var(--orange-d); }
.model { font-weight: 800; color: var(--orange-d); letter-spacing: .04em; margin-bottom: .5em; }

.banner { position: relative; overflow: hidden; color: var(--white); text-align: center; padding: clamp(3.5rem, 9vw, 6.5rem) 0; background: var(--navy); }
.banner__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.02); }
.banner__shade { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(18,50,79,var(--banner-o,.82)), rgba(29,76,122,calc(var(--banner-o,.82) - .14)) 55%, rgba(47,106,163,calc(var(--banner-o,.82) - .3))); }
.banner .sh-sq { border-color: rgba(255,178,122,.5); left: 6%; top: 20%; } .banner .sh-hexo { background: rgba(255,255,255,.08); right: 6%; bottom: -30px; }
.banner__in { position: relative; z-index: 1; }
.banner .eyebrow { color: #ffb27a; } .banner .eyebrow::before { background: #ffb27a; }
.banner__title { margin: .7rem auto 1.6rem; max-width: 22ch; font-size: clamp(1.7rem, 4vw, 3rem); font-weight: 900; line-height: 1.12; letter-spacing: -.02em; }
.banner__title em { font-style: normal; color: #ffb27a; }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; list-style: none; margin: 0; padding: 0; }
.chips li { padding: .4rem 1rem; font-size: .85rem; font-weight: 700; color: #e4edf5; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.08); clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%); }
.cta { position: relative; overflow: hidden; color: var(--white); padding: clamp(3.5rem, 7vw, 5rem) 0; background: var(--navy); }
.cta__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.cta__shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(18,50,79,.96), rgba(29,76,122,.86) 55%, rgba(47,106,163,.5)); }
.cta__row { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cta__txt { max-width: 720px; }
.cta .eyebrow { color: #ffb27a; } .cta .eyebrow::before { background: #ffb27a; }
.cta h2 { color: var(--white); margin: .8rem 0 1rem; font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.1; }
.cta h2 em { font-style: normal; color: #ffb27a; }
.cta p { margin: 0; color: #d3e2f0; font-size: 1.08rem; }
.cta .btns { margin-top: 0; }
.btn-line-w { background: rgba(255,255,255,.9); color: var(--white); }
.btn-line-w:hover { color: var(--white); }
.btn-line-w span { position: relative; z-index: 1; }
.btn-line-w::before { content: ""; position: absolute; inset: 2px; background: var(--navy-2); clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px)); }

.split { display: grid; gap: clamp(1.5rem, 4vw, 3.5rem); grid-template-columns: minmax(0, 1fr); align-items: start; }
@media (min-width: 900px) { .split { grid-template-columns: repeat(2, minmax(0, 1fr)); } .split-left .split-media { order: -1; } }
.split-media img { width: 100%; }

.equipment { display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr); padding: 2.5rem 0; border-top: 1px solid var(--line); }
@media (min-width: 900px) { .equipment { grid-template-columns: minmax(280px, 2fr) 3fr; } }
.equipment h2 { font-size: 1.5rem; }
.equipment-media img { width: 100%; }

.specs { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .95rem; }
.specs caption { text-align: left; font-weight: 800; padding-bottom: .5rem; font-size: 1.1rem; color: var(--navy); }
.specs th, .specs td { border: 1px solid var(--line); padding: .6rem .8rem; text-align: left; vertical-align: top; }
.specs th { background: var(--ice); font-weight: 600; width: 58%; }
.specs th.specs-group { width: auto; background: var(--sky); color: var(--navy); font-weight: 800; }
.table-wrap { overflow-x: auto; }
.table-wrap table { border-collapse: collapse; width: 100%; font-size: .95rem; }
.table-wrap th, .table-wrap td { border: 1px solid var(--line); padding: .6rem .8rem; text-align: left; }
.table-wrap th { background: var(--ice); }

.gallery-grid { list-style: none; margin: 2rem 0; padding: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .3s; }
.gallery-grid a { display: block; overflow: hidden; }
.gallery-grid a:hover img { transform: scale(1.05); }

/* ---------- Kontaktai / forma ---------- */
.contact-card { background: linear-gradient(180deg, var(--ice), var(--sky)); padding: 1.75rem; border-top: 4px solid var(--orange); }
.details dt { font-weight: 800; margin-top: 1rem; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.details dd { margin: .15rem 0 0; }
.form label { display: block; font-weight: 700; margin-bottom: 1rem; font-size: .92rem; }
.form input, .form textarea { display: block; width: 100%; margin-top: .3rem; padding: .75rem .85rem; font: inherit; border: 1px solid #9db0c2; border-radius: 0; background: var(--white); }
.form input:focus, .form textarea:focus { border-color: var(--orange); outline: 2px solid rgba(232,89,12,.3); }
.grid-2 { display: grid; gap: 0 1.25rem; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.notice { padding: .9rem 1.1rem; font-weight: 700; margin-bottom: 1.25rem; border-left: 5px solid; }
.notice-success { background: #e6f4ea; color: #14532d; border-color: #22a35a; }
.notice-error { background: #fdecea; color: #7f1d1d; border-color: #d64545; }

/* ---------- Apačia (šviesi, su ženklu ir kontaktų juosta) ---------- */
.site-footer { background: var(--ice); color: var(--muted); border-top: 4px solid var(--orange); padding-top: 2.8rem; font-size: .95rem; }
.site-footer a { color: var(--navy); font-weight: 600; }
.site-footer a:hover { color: var(--orange-d); }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; padding-bottom: 1.6rem; border-bottom: 1px solid var(--line); }
.site-footer .brand { font-weight: 900; }
.footer-contact { display: flex; gap: 2.4rem; flex-wrap: wrap; }
.footer-contact span { display: block; color: var(--navy); font-weight: 700; }
.footer-contact b { display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-d); margin-bottom: .15rem; }
.footer-cols { display: grid; grid-template-columns: 1.2fr 1fr 1.2fr; gap: 2.5rem; padding: 2rem 0; }
.footer-title { margin: 0 0 .8rem; color: var(--orange-d); font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; }
.site-footer address { font-style: normal; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.1rem 0; border-top: 1px solid var(--line); font-size: .85rem; }
@media (max-width: 800px) { .footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .footer-cols { grid-template-columns: minmax(0, 1fr); } }
.js-email { unicode-bidi: normal; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ===== Apie mus puslapis (page-templates/about.php) ===== */
.ab h2 { font-size: clamp(1.6rem, 2.8vw, 2.3rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.12; margin: .7rem 0 1.1rem; }
.ab h3 { font-size: 1.2rem; font-weight: 800; line-height: 1.25; margin: 0 0 .7rem; }
.ab h4 { margin: 0 0 .7rem; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; color: var(--orange-d); }
.ab p { margin: 0 0 .9rem; color: var(--muted); }
.ab img { display: block; max-width: 100%; }
.ab h1 em, .ab h2 em { font-style: normal; color: var(--orange-d); }
.ab-chips { list-style: none; margin: .8rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.ab-chips li { padding: .3rem .8rem; font-size: .8rem; font-weight: 700; color: var(--navy); background: var(--white); border-left: 3px solid var(--orange); box-shadow: 0 2px 8px rgba(18,50,79,.08); }
.ab-names { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; }
.ab-names li { padding: .7rem 1rem; font-weight: 800; background: var(--white); color: var(--navy); border-left: 4px solid var(--orange); box-shadow: 0 6px 16px rgba(18,50,79,.08); }

.ab-hero { position: relative; overflow: hidden; padding: 9.5rem 0 5.5rem; background: linear-gradient(120deg, #fff 0%, #e9f1f8 45%, #fff1e6 100%); }
.ab-hero .wrap { position: relative; z-index: 1; }
.ab-hero__txt { max-width: 720px; }
.ab-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; margin: 0 0 1rem; }
.ab-hero .lead { font-size: 1.15rem; color: var(--ink); font-weight: 500; max-width: 62ch; margin: 0; }
.ab-hero__pic { position: absolute; top: 0; right: 0; bottom: 0; width: 38%; clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%); }
.ab-hero__pic img { width: 100%; height: 100%; object-fit: cover; }
.ab-facts { position: relative; z-index: 3; margin-top: -3rem; }
.ab-facts__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--white); border-top: 5px solid var(--orange); box-shadow: 0 24px 50px rgba(18,50,79,.16); }
.ab-facts__grid > div { padding: 1.6rem 1.8rem; border-left: 1px solid var(--line); }
.ab-facts__grid > div:first-child { border-left: 0; }
.ab-facts b { display: block; font-size: 2.1rem; font-weight: 900; color: var(--navy); line-height: 1.1; }
.ab-facts span { color: var(--muted); font-size: .9rem; }

.ab-we { padding: 5.5rem 0 4rem; }
.ab-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 4.5rem; align-items: center; }
.ab-we__pic img { width: 100%; height: 420px; object-fit: cover; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 46px) 100%, 0 100%); }

.ab-hist { padding: 4.5rem 0; background: linear-gradient(180deg, var(--ice), var(--sky)); }
.ab-tl { position: relative; margin-top: 2.4rem; display: grid; gap: 2.4rem; padding-left: 3rem; }
.ab-tl::before { content: ""; position: absolute; left: 11px; top: 8px; bottom: 8px; width: 3px; background: linear-gradient(var(--orange), var(--navy-3)); }
.ab-node { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 0 2.5rem; background: var(--white); padding: 1.8rem 2rem; box-shadow: 0 14px 34px rgba(18,50,79,.09); border-top: 4px solid var(--navy-3); }
.ab-node::before { content: ""; position: absolute; left: -3rem; top: 2.1rem; width: 26px; height: 26px; background: var(--orange); border: 5px solid #fff; box-shadow: 0 0 0 2px var(--orange); transform: rotate(45deg) scale(.7); }
.ab-node__yr { position: absolute; top: -1.15rem; left: 2rem; padding: .25rem .9rem; background: var(--orange); color: #fff; font-weight: 900; letter-spacing: .1em; }
.ab-node img { grid-column: 2; grid-row: 1 / span 3; width: 100%; height: 100%; max-height: 240px; object-fit: cover; }
.ab-node h3, .ab-node p { grid-column: 1; }

.ab-quad { padding: 5rem 0; }
.ab-quad__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem; margin-top: 2rem; }
.ab-quad article { display: grid; grid-template-columns: 210px minmax(0, 1fr); background: var(--ice); border-top: 4px solid var(--orange); }
.ab-quad article img { width: 100%; height: 100%; object-fit: cover; }
.ab-quad article > div { padding: 1.5rem 1.6rem; }

.ab-cust { position: relative; padding: 5rem 0; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #cfe0ef; overflow: hidden; }
.ab-cust__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 4rem; align-items: center; }
.ab-cust h2 { color: #fff; }
.ab-cust p { color: #cfe0ef; }
.ab-cust .eyebrow { color: #ffb27a; }
.ab-cust .eyebrow::before { background: #ffb27a; }
.ab-cust h4 { color: #ffb27a; }

.ab-goals { padding: 5rem 0; background: linear-gradient(180deg, #fff, var(--ice)); }
.ab-goals ol { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.ab-goals li { padding: 1.4rem; background: var(--white); border-top: 3px solid var(--navy-3); box-shadow: 0 10px 26px rgba(18,50,79,.08); font-weight: 600; color: var(--navy); }
.ab-goals li i { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: .8rem; font-style: normal; font-weight: 900; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%); }

.ab-letter { padding: 5rem 0; background: var(--sky); }
.ab-letter__grid { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 3.5rem; align-items: start; }
.ab-letter figure { margin: 0; position: sticky; top: 6rem; }
.ab-letter figure img { width: 100%; height: 380px; object-fit: cover; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%); }
.ab-letter__grid > div > p:first-of-type { font-size: 1.15rem; color: var(--ink); font-weight: 500; padding-left: 1.2rem; border-left: 4px solid var(--orange); }
.ab-letter h4 { margin-top: 1.4rem; }

.ab-cta { position: relative; overflow: hidden; padding: 3.6rem 0; background: linear-gradient(120deg, var(--navy), var(--navy-2) 60%, var(--navy-3)); color: #fff; }
.ab-cta__row { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.ab-cta h2 { color: #fff; margin: 0 0 .6rem; }
.ab-cta h2 em { font-style: normal; color: #ffb27a; }
.ab-cta p { color: #d3e2f0; margin: 0; max-width: 60ch; }
.ab-cta .btns { margin-top: 0; }

@media (max-width: 1000px) {
	.ab-facts__grid, .ab-goals ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ab-split, .ab-cust__grid, .ab-letter__grid, .ab-quad__grid, .ab-node { grid-template-columns: minmax(0, 1fr); }
	.ab-hero__pic { display: none; }
	.ab-node img { grid-column: 1; grid-row: auto; margin-top: 1rem; }
	.ab-letter figure { position: static; }
}
@media (max-width: 640px) {
	.ab-hero { padding: 7.5rem 0 4.5rem; }
	.ab-facts__grid > div { padding: 1.1rem 1.2rem; }
	.ab-quad article { grid-template-columns: minmax(0, 1fr); }
	.ab-quad article img { height: 180px; }
	.ab-names { grid-template-columns: minmax(0, 1fr); }
	.ab-goals ol { grid-template-columns: minmax(0, 1fr); }
}


/* ===== Portfolio (page-templates/gallery.php) ===== */
.pf img { display: block; max-width: 100%; }
.pf-hero { position: relative; overflow: hidden; padding: 9.5rem 0 3.6rem; background: linear-gradient(120deg, #fff 0%, #e9f1f8 45%, #fff1e6 100%); border-bottom: 1px solid var(--line); }
.pf-hero .wrap { position: relative; z-index: 1; }
.pf-hero h1 { font-size: clamp(2.4rem, 4.8vw, 3.8rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; margin: 0 0 1rem; }
.pf-hero .lead { font-size: 1.15rem; color: var(--ink); font-weight: 500; max-width: 62ch; margin: 0 0 .9rem; }
.pf-hero .prose { max-width: 62ch; }
.pf-chips { list-style: none; margin: 1.2rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.pf-chips li { padding: .3rem .8rem; font-size: .8rem; font-weight: 700; color: var(--navy); background: var(--white); border-left: 3px solid var(--orange); box-shadow: 0 2px 8px rgba(18,50,79,.08); }
.pf-grid { padding: 3.6rem 0 4.6rem; }
.pf-grid__g { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; grid-auto-flow: dense; }
.pf-t { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 2; background: var(--sky); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%); }
.pf-t.is-big { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.pf-t img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pf-t:hover img { transform: scale(1.06); }
.pf-t::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,50,79,.35), transparent 50%); opacity: 0; transition: opacity .3s; }
.pf-t:hover::after, .pf-t:focus-visible::after { opacity: 1; }
.pf-t__zoom { position: absolute; z-index: 2; right: 12px; bottom: 12px; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%); opacity: 0; transform: translateY(8px); transition: .25s; }
.pf-t:hover .pf-t__zoom, .pf-t:focus-visible .pf-t__zoom { opacity: 1; transform: none; }
@media (max-width: 1000px) { .pf-grid__g { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .pf-hero { padding: 7.5rem 0 3rem; } .pf-t.is-big { grid-column: span 2; grid-row: auto; aspect-ratio: 3 / 2; } }

/* Lightbox */
.lb { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; background: rgba(10,28,46,.94); }
.lb.is-open { display: flex; }
.lb__img { max-width: min(92vw, 1400px); max-height: 84vh; box-shadow: 0 20px 60px rgba(0,0,0,.5); border-top: 4px solid var(--orange); background: #fff; }
.lb__count { position: absolute; left: 0; right: 0; bottom: 1.2rem; text-align: center; color: #cfe0ef; font-size: .85rem; letter-spacing: .1em; }
.lb button { position: absolute; border: 0; cursor: pointer; color: #fff; font-size: 2rem; line-height: 1; background: linear-gradient(135deg, var(--orange), var(--orange-d)); width: 52px; height: 64px; }
.lb__prev { left: 1rem; top: calc(50% - 32px); clip-path: polygon(0 0, 100% 0, 100% 100%, 12px 100%, 0 calc(100% - 12px)); }
.lb__next { right: 1rem; top: calc(50% - 32px); clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%); }
.lb__close { right: 1rem; top: 1rem; width: 48px; height: 48px; font-size: 1.6rem; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%); }
body.lb-open { overflow: hidden; }


/* ===== Kontaktai (page-templates/contact.php) ===== */
.cn h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.12; margin: .6rem 0 .8rem; }
.cn h1 em, .cn h2 em { font-style: normal; color: var(--orange-d); }
.cn p { color: var(--muted); }
.cn-hero { position: relative; overflow: hidden; padding: 9.5rem 0 5rem; background: linear-gradient(120deg, #fff 0%, #e9f1f8 45%, #fff1e6 100%); }
.cn-hero .wrap { position: relative; z-index: 1; }
.cn-hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; margin: 0 0 1rem; }
.cn-hero .lead { font-size: 1.15rem; color: var(--ink); font-weight: 500; max-width: 64ch; margin: 0; }
.cn-main { position: relative; z-index: 2; margin-top: -1.6rem; padding-bottom: 4.6rem; background: linear-gradient(180deg, transparent 0 60px, var(--ice) 60px); }
.cn-main__g { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); align-items: stretch; box-shadow: 0 30px 60px rgba(18,50,79,.16); }
.cn-panel { padding: 2.6rem 2.2rem; color: #cfe0ef; background: linear-gradient(160deg, var(--navy), var(--navy-2)); }
.cn-panel h2 { color: #fff; font-size: 1.4rem; margin: 0 0 1.6rem; }
.cn-it { display: flex; gap: 1rem; margin-bottom: 1.3rem; }
.cn-it i { flex: none; display: grid; place-items: center; width: 44px; height: 44px; font-style: normal; color: #ffb27a; border: 2px solid rgba(255,178,122,.5); }
.cn-it b { display: block; color: #ffb27a; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.cn-it div { color: #fff; font-weight: 600; word-break: break-word; }
.cn-it a { color: #fff; }
.cn-panel .btn { margin-top: .6rem; }
.cn-form { padding: 2.8rem; background: var(--white); }
.cn-form .prose p { color: var(--muted); }
.cn-form .form { margin-top: 1.4rem; }
.cn-form .form label { color: var(--navy); }
.cn-form .form input, .cn-form .form textarea { background: var(--ice); border-color: #b6c6d6; }
.cn-hint { font-size: .85rem; border-left: 3px solid var(--orange); padding-left: .8rem; margin: 0 0 1rem; }
.cn-steps { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0 0; padding: 1.6rem 0 0; border-top: 1px solid var(--line); }
.cn-steps li { font-weight: 700; color: var(--navy); font-size: .9rem; }
.cn-steps b { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: .5rem; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); }
@media (max-width: 1000px) { .cn-main__g { grid-template-columns: minmax(0, 1fr); } .cn-form { padding: 2rem 1.4rem; } }
@media (max-width: 640px) { .cn-hero { padding: 7.5rem 0 4rem; } .cn-steps { grid-template-columns: minmax(0, 1fr); } }


/* ===== Produktų sąrašas (archive-machine.php) ===== */
.pa img { display: block; max-width: 100%; }
.pa h2 { font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.12; margin: .5rem 0 .9rem; }
.pa h2 a { color: var(--navy); text-decoration: none; }
.pa h2 a:hover { color: var(--orange-d); }
.pa p { margin: 0 0 .9rem; color: var(--muted); }
.pa h1 em { font-style: normal; color: var(--orange-d); }
.pa-hero { position: relative; overflow: hidden; padding: 9.5rem 0 4rem; background: linear-gradient(120deg, #fff 0%, #e9f1f8 45%, #fff1e6 100%); border-bottom: 1px solid var(--line); }
.pa-hero .wrap { position: relative; z-index: 1; }
.pa-hero h1 { font-size: clamp(2.4rem, 4.8vw, 3.8rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; margin: 0 0 1rem; }
.pa-hero .lead { font-size: 1.15rem; color: var(--ink); font-weight: 500; max-width: 70ch; margin: 0; }
.pa-filter { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.4rem 0 0; padding: 0; }
.pa-filter button { padding: .45rem 1.1rem; font: inherit; font-size: .82rem; font-weight: 800; color: var(--navy); background: var(--white); border: 1px solid var(--line); cursor: pointer; clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%); }
.pa-filter button:hover { border-color: var(--orange); }
.pa-filter button.is-on { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-d)); border-color: transparent; }
.pa-list { padding: 2.4rem 0 4.4rem; }
.pa-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 3.4rem; align-items: center; padding: 2.4rem 0; border-bottom: 1px solid var(--line); }
.pa-row.is-rev { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
.pa-row.is-rev .pa-row__pic { order: 2; }
.pa-row[hidden] { display: none; }
.pa-row__pic { display: block; background: var(--sky); border-top: 4px solid var(--navy-3); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%); }
.pa-row__pic img { width: 100%; height: 300px; object-fit: cover; transition: transform .5s; }
.pa-row__pic:hover img { transform: scale(1.04); }
.pa-model { display: inline-block; padding: .22rem .8rem; font-weight: 900; font-size: .74rem; letter-spacing: .1em; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, 100% 0, calc(100% - 9px) 100%, 0 100%); }
.pa-cat { margin-left: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .72rem; color: var(--muted); }
.pa-kr { list-style: none; max-width: 460px; margin: 0 0 1rem; padding: 0; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.pa-kr li { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem .8rem; background: var(--white); font-size: .85rem; }
.pa-kr span { color: var(--muted); }
.pa-kr b { color: var(--navy); text-align: right; }
.pa .btns { margin-top: 1rem; }
@media (max-width: 1000px) {
	.pa-row, .pa-row.is-rev { grid-template-columns: minmax(0, 1fr); gap: 1.6rem; }
	.pa-row.is-rev .pa-row__pic { order: 0; }
}
@media (max-width: 640px) { .pa-hero { padding: 7.5rem 0 3rem; } .pa-row__pic img { height: 220px; } }


/* ===== Produkto puslapis (single-machine.php) ===== */
.mp img { display: block; max-width: 100%; }
.mp figure { margin: 0; }
.mp h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.12; margin: .6rem 0 1.2rem; }
.mp h2 em { font-style: normal; color: var(--orange-d); }
.mp h3 { margin: 0 0 .6rem; font-size: 1.05rem; font-weight: 800; line-height: 1.25; }
.mp h4 { margin: 0 0 .7rem; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; color: var(--orange-d); }
.mp p { margin: 0 0 .9rem; color: var(--muted); }
.mp-hero { position: relative; overflow: hidden; padding: 9.5rem 0 6rem; color: #cfe0ef; background: linear-gradient(135deg, var(--navy), var(--navy-2) 70%, var(--navy-3)); }
.mp-hero__g { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 3rem; align-items: center; }
.mp-crumbs { margin-bottom: 1.4rem; font-size: .8rem; font-weight: 700; letter-spacing: .06em; color: #b6cade; }
.mp-crumbs a { color: #b6cade; text-decoration: none; }
.mp-crumbs a:hover { color: #fff; }
.mp-model { display: inline-block; padding: .25rem .9rem; font-weight: 900; font-size: .8rem; letter-spacing: .12em; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%); }
.mp-hero h1 { color: #fff; font-size: clamp(2.1rem, 4vw, 3.2rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.08; margin: .5rem 0 1rem; }
.mp-hero .lead { color: #e4edf5; font-size: 1.1rem; font-weight: 500; margin: 0; }
.mp-hero__pic { padding: 1rem; background: var(--white); border-top: 5px solid var(--orange); box-shadow: 0 24px 50px rgba(0,0,0,.28); }
.mp-hero__pic img { width: 100%; height: 320px; object-fit: contain; background: var(--sky); }
.mp-glance { position: relative; z-index: 3; margin-top: -2.6rem; }
.mp-glance__g { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--white); border-top: 5px solid var(--orange); box-shadow: 0 24px 50px rgba(18,50,79,.16); }
.mp-glance__g > div { padding: 1.3rem 1.6rem; border-left: 1px solid var(--line); }
.mp-glance__g > div:first-child { border-left: 0; }
.mp-glance b { display: block; font-size: 1.5rem; font-weight: 900; color: var(--navy); line-height: 1.15; }
.mp-glance span { font-size: .85rem; color: var(--muted); }
.mp-sect { padding: 4.4rem 0; }
.mp-two { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 3rem; align-items: start; margin-bottom: 3.2rem; }
.mp-note { padding: 1.8rem; color: #cfe0ef; background: linear-gradient(135deg, var(--navy), var(--navy-2)); clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%); }
.mp-note p { color: #cfe0ef; }
.mp-note h4 { color: #ffb27a; }
.mp-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem; align-items: start; }
.mp-specs:has(> :only-child) { grid-template-columns: minmax(0, 1fr); }
.mp-spec { width: 100%; border-collapse: collapse; background: var(--white); border-top: 3px solid var(--orange); }
.mp-spec th, .mp-spec td { padding: .65rem 1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.mp-spec th { width: 58%; font-weight: 600; color: var(--muted); }
.mp-spec td { font-weight: 800; color: var(--navy); }
.mp-spec tr:nth-child(even) th, .mp-spec tr:nth-child(even) td { background: var(--ice); }
.mp-spec tr.is-group th { background: var(--sky); color: var(--orange-d); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
.mp .gallery-grid { margin-top: 3rem; }
.mp-oth { padding: 4rem 0; background: linear-gradient(180deg, var(--ice), var(--sky)); }
.mp-oth__g { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.mp-oth__g a { display: grid; grid-template-columns: 150px minmax(0, 1fr); background: var(--white); border-top: 4px solid var(--navy-3); text-decoration: none; box-shadow: 0 10px 26px rgba(18,50,79,.07); transition: transform .2s, border-color .2s; }
.mp-oth__g a:hover { transform: translateY(-3px); border-top-color: var(--orange); }
.mp-oth__g figure { background: var(--sky); }
.mp-oth__g img { width: 100%; height: 100%; object-fit: cover; }
.mp-oth__g a > div { padding: 1.1rem 1.2rem; }
.mp-oth__g small { font-weight: 900; letter-spacing: .1em; color: var(--orange-d); font-size: .72rem; }
.mp-oth__g h3 { margin: .2rem 0 .5rem; color: var(--navy); }
.mp-oth__g span { font-weight: 800; color: var(--orange-d); font-size: .85rem; }
@media (max-width: 1000px) {
	.mp-hero__g, .mp-two, .mp-specs, .mp-oth__g { grid-template-columns: minmax(0, 1fr); }
	.mp-glance__g { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mp-hero__pic img { height: 260px; }
}
@media (max-width: 640px) { .mp-hero { padding: 7.5rem 0 5.5rem; } .mp-oth__g a { grid-template-columns: 110px minmax(0, 1fr); } }

/* CTA juostos tekstas: nepriklauso nuo puslapio bendrų taisyklių */
.ab-cta .ab-cta__row p { color: #d3e2f0; margin: 0; }
.ab-cta .ab-cta__row h2 { color: #fff; margin: 0 0 .6rem; }


/* ===== Subcontracting apžvalga (page-templates/subcontracting.php) ===== */
.sb img { display: block; max-width: 100%; }
.sb figure { margin: 0; }
.sb h1 em, .sb h2 em { font-style: normal; color: var(--orange-d); }
.sb h2 { font-size: clamp(1.5rem, 2.6vw, 2.2rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.12; margin: .6rem 0 1.4rem; }
.sb h3 { margin: 0 0 .5rem; font-size: 1.15rem; font-weight: 800; line-height: 1.25; }
.sb h4 { margin: 0 0 .8rem; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; color: var(--orange-d); }
.sb p { margin: 0 0 .9rem; color: var(--muted); }
.sb-hero { position: relative; overflow: hidden; padding: 9.5rem 0 5.4rem; background: linear-gradient(120deg, #fff 0%, #e9f1f8 45%, #fff1e6 100%); }
.sb-hero .wrap { position: relative; z-index: 1; }
.sb-crumbs { margin-bottom: 1rem; font-size: .8rem; font-weight: 700; letter-spacing: .06em; color: var(--muted); }
.sb-crumbs a { color: var(--navy); text-decoration: none; }
.sb-hero h1 { max-width: 20ch; font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.06; margin: 0 0 1rem; }
.sb-hero .lead { max-width: 66ch; font-size: 1.15rem; color: var(--ink); font-weight: 500; margin: 0; }
.sb-services { padding: 4.6rem 0 4rem; }
.sb-spec { display: block; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--orange-d); }
.sb-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.sb-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--orange); text-decoration: none; box-shadow: 0 12px 30px rgba(18,50,79,.08); transition: transform .25s, box-shadow .25s; }
.sb-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(18,50,79,.15); }
.sb-card figure { background: var(--sky); }
.sb-card figure img { width: 100%; height: 210px; object-fit: cover; }
.sb-card > div { position: relative; flex: 1; display: flex; flex-direction: column; padding: 2.2rem 1.6rem 1.5rem; }
.sb-card > div > i { position: absolute; top: -28px; left: 1.4rem; display: grid; place-items: center; width: 56px; height: 56px; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%); }
.sb-card svg { width: 34px; height: 34px; }
.sb-card h3 { color: var(--navy); }
.sb-card p { flex: 1; font-size: .92rem; margin-top: .6rem; }
.sb-card em { font-style: normal; font-weight: 900; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--orange-d); }
.sb .sb-sub { margin: 3rem 0 1rem; }
.sb-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.sb-tile { display: flex; gap: 1.2rem; padding: 1.5rem; color: #cfe0ef; text-decoration: none; background: linear-gradient(135deg, var(--navy), var(--navy-2)); clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%); transition: transform .25s; }
.sb-tile:hover { transform: translateY(-3px); }
.sb-tile > i { flex: none; display: grid; place-items: center; width: 60px; height: 60px; color: #ffb27a; border: 2px solid rgba(255,178,122,.5); }
.sb-tile h3 { color: #fff; }
.sb-tile p { color: #cfe0ef; font-size: .9rem; margin-bottom: .6rem; }
.sb-tile .sb-spec { color: #ffb27a; }
.sb-how { padding: 4.6rem 0; background: linear-gradient(180deg, var(--ice), var(--sky)); }
.sb-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.sb-steps > div { padding: 1.6rem; background: var(--white); border-top: 4px solid var(--navy-3); box-shadow: 0 10px 26px rgba(18,50,79,.07); }
.sb-steps b { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 1rem; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%); }
.sb-mat { margin-top: 2.2rem; }
@media (max-width: 1000px) {
	.sb-cards, .sb-tiles, .sb-steps { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) { .sb-hero { padding: 7.5rem 0 4.6rem; } }
.sb-crumbs--inner { margin: 1.4rem 0 0; }


/* ===== Paslaugos puslapis (page-templates/service.php) ===== */
.sv img { display: block; max-width: 100%; }
.sv figure { margin: 0; }
.sv h1 em, .sv h2 em { font-style: normal; color: var(--orange-d); }
.sv h2 { font-size: clamp(1.5rem, 2.6vw, 2.2rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.12; margin: .6rem 0 1.4rem; }
.sv h3 { margin: 0 0 .8rem; font-size: 1.25rem; font-weight: 800; line-height: 1.25; }
.sv p { margin: 0 0 .9rem; color: var(--muted); }
.sv-hero { position: relative; overflow: hidden; padding: 9.5rem 0 5.4rem; background: linear-gradient(120deg, #fff 0%, #e9f1f8 45%, #fff1e6 100%); }
.sv-hero .wrap { position: relative; z-index: 1; }
.sv-crumbs { margin-bottom: 1rem; font-size: .8rem; font-weight: 700; letter-spacing: .06em; color: var(--muted); }
.sv-crumbs a { color: var(--navy); text-decoration: none; }
.sv-hero h1 { max-width: 22ch; font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; margin: 0 0 1rem; }
.sv-hero .lead { max-width: 66ch; font-size: 1.15rem; color: var(--ink); font-weight: 500; margin: 0; }
.sv-rows { padding: 4.6rem 0 4rem; }
.sv-intro { max-width: 70ch; margin-bottom: 1rem; }
.sv-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 3rem; align-items: center; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.sv-row.is-rev { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); }
.sv-row.is-rev figure { order: 2; }
.sv-row.no-pic { grid-template-columns: minmax(0, 1fr); }
.sv-row figure { position: relative; background: var(--sky); border-top: 4px solid var(--navy-3); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%); }
.sv-row figure img { width: 100%; height: 300px; object-fit: contain; }
.sv-qty { position: absolute; left: 0; top: 0; padding: .35rem .9rem; font-weight: 900; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-d)); clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%); }
.sv-qty small { margin-left: .25rem; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.sv-sp { margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.sv-sp > div { background: var(--white); padding: .7rem 1rem; }
.sv-sp dt { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; color: var(--orange-d); line-height: 1.3; }
.sv-sp dd { margin: .15rem 0 0; font-weight: 800; color: var(--navy); }
.sv-row .table-wrap { margin-top: 1rem; overflow-x: auto; }
.sv-oth { padding: 4rem 0; background: linear-gradient(180deg, var(--ice), var(--sky)); }
.sv-oth__g { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1rem; }
.sv-oth__g a { position: relative; display: flex; flex-direction: column; gap: .4rem; padding: 1.3rem 1.3rem 2.6rem; background: var(--white); border-top: 4px solid var(--navy-3); text-decoration: none; box-shadow: 0 10px 26px rgba(18,50,79,.07); transition: transform .2s, border-color .2s; }
.sv-oth__g a:hover { transform: translateY(-3px); border-top-color: var(--orange); }
.sv-oth__g b { font-size: 1.6rem; font-weight: 900; color: #c8d6e4; line-height: 1; }
.sv-oth__g span { font-weight: 800; color: var(--navy); line-height: 1.3; }
.sv-oth__g i { position: absolute; right: 1.1rem; bottom: .9rem; font-style: normal; font-weight: 900; color: var(--orange-d); }
.sv-rows .eyebrow + h2 { margin-top: .6rem; }
@media (max-width: 1000px) {
	.sv-row, .sv-row.is-rev { grid-template-columns: minmax(0, 1fr); gap: 1.4rem; }
	.sv-row.is-rev figure { order: 0; }
}
@media (max-width: 640px) { .sv-hero { padding: 7.5rem 0 4.6rem; } .sv-row figure img { height: 220px; } }

.sv-group { padding: 2rem 0 .4rem; border-top: 1px solid var(--line); }
.sv-group h2 { margin: 0 0 .4rem; }
.sv-group p { margin: 0; }
.ab-facts b.is-long { font-size: 1.4rem; }


/* ===== Teksto puslapis (page.php) ir 404 ===== */
.lg h1 em, .e4 h1 em { font-style: normal; color: var(--orange-d); }
.lg-hero, .e4-hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #fff 0%, #e9f1f8 45%, #fff1e6 100%); }
.lg-hero { padding: 9.5rem 0 4rem; }
.lg-hero .wrap, .e4-hero .wrap { position: relative; z-index: 1; }
.lg-hero h1 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.06; margin: 0 0 1rem; }
.lg-hero .lead { max-width: 76ch; font-size: 1.1rem; color: var(--ink); font-weight: 500; margin: 0; }
.lg-main { padding: 3.4rem 0 4.6rem; }
.lg-main__g { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 3.4rem; align-items: start; }
.lg-main__g.no-toc { grid-template-columns: minmax(0, 1fr); }
.lg-toc { position: sticky; top: 6rem; }
.lg-toc h4 { margin: 0 0 .8rem; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; color: var(--orange-d); }
.lg-toc ol { list-style: none; margin: 0; padding: 0; border-left: 2px solid var(--line); }
.lg-toc a { display: flex; gap: .7rem; padding: .55rem 0 .55rem 1rem; margin-left: -2px; border-left: 2px solid transparent; font-size: .88rem; font-weight: 700; line-height: 1.3; color: var(--muted); text-decoration: none; }
.lg-toc a i { font-style: normal; font-weight: 900; color: #b8c7d6; }
.lg-toc a:hover, .lg-toc a.is-on { color: var(--navy); border-left-color: var(--orange); }
.lg-toc a.is-on i { color: var(--orange-d); }
.lg-doc { max-width: none; padding: 2.4rem 2.8rem; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--orange); box-shadow: 0 14px 34px rgba(18,50,79,.07); }
.lg-doc h2 { font-size: clamp(1.3rem, 2.2vw, 1.75rem); font-weight: 900; letter-spacing: -.015em; line-height: 1.2; margin: 2.4rem 0 .8rem; color: var(--navy); scroll-margin-top: 7rem; }
.lg-doc > h2:first-child { margin-top: 0; }
.lg-doc p { max-width: 78ch; color: var(--muted); }
.lg-doc table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: .92rem; }
.lg-doc th, .lg-doc td { padding: .6rem .9rem; text-align: left; border: 1px solid var(--line); vertical-align: top; }
.lg-doc th { background: var(--sky); color: var(--navy); font-weight: 800; }
.lg-doc tr:nth-child(even) td { background: var(--ice); }
.e4-hero { padding: 9.5rem 0 4.6rem; }
.e4-hero__in { text-align: center; }
.e4-big { font-size: clamp(6rem, 16vw, 11rem); font-weight: 900; letter-spacing: -.04em; line-height: .9; background: linear-gradient(120deg, var(--navy), var(--navy-3) 55%, var(--orange)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.e4-hero h1 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.06; margin: .4rem 0 1rem; }
.e4-hero .lead { margin: 0 auto; font-size: 1.1rem; color: var(--ink); font-weight: 500; }
.e4-hero .btns { justify-content: center; }
.e4-ql { padding: 3.6rem 0 4.6rem; }
.e4-ql h4 { margin: 0 0 .8rem; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; color: var(--orange-d); }
.e4-ql__g { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.e4-ql__g a { position: relative; display: flex; flex-direction: column; gap: .3rem; padding: 1.4rem 1.4rem 2.6rem; background: var(--white); border-top: 4px solid var(--navy-3); text-decoration: none; box-shadow: 0 10px 26px rgba(18,50,79,.07); transition: transform .2s, border-color .2s; }
.e4-ql__g a:hover { transform: translateY(-3px); border-top-color: var(--orange); }
.e4-ql__g b { font-size: 1.5rem; font-weight: 900; color: #c8d6e4; line-height: 1; }
.e4-ql__g span { font-weight: 800; font-size: 1.1rem; color: var(--navy); }
.e4-ql__g small { color: var(--muted); font-size: .85rem; line-height: 1.4; }
.e4-ql__g i { position: absolute; right: 1.2rem; bottom: 1rem; font-style: normal; font-weight: 900; color: var(--orange-d); }
@media (max-width: 1000px) {
	.lg-main__g { grid-template-columns: minmax(0, 1fr); }
	.lg-toc { position: static; }
	.lg-doc { padding: 1.6rem; }
	.e4-ql__g { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) { .lg-hero, .e4-hero { padding-top: 7.5rem; } }
