/* =========================================================
   MŪSU LODŽINIEKS — single stylesheet
   Tokens and component styles extracted from /design
   (Claude Design export: assets/styles.css + assets/pages.css).
   Visual changes go through the token block first.
   ========================================================= */

/* ---------- Self-hosted fonts (no Google CDN) ----------
   Variable WOFF2, weight axis 400..800. latin-ext carries the
   Latvian diacritics (ā č ē ģ ī ķ ļ ņ š ū ž) so it is not optional. */
@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('../fonts/archivo-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('../fonts/archivo-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('../fonts/manrope-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('../fonts/manrope-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =========================================================
   DESIGN TOKENS  (verbatim from /design/assets/styles.css)
   ========================================================= */
:root {
	/* Accent.
	   --accent is the design's brand orange. It measures 3.14:1 against white,
	   which is below WCAG AA (4.5:1) for normal-size text, but 5.72:1 against
	   --ink, which passes comfortably. So it is kept as-is for graphics, borders,
	   icons and text on the dark ground, and --accent-aa (the same hue at 77%)
	   is used wherever accent meets a light ground as text or sits behind white
	   button text. --accent-aa clears 4.5:1 on both --paper and --bone. */
	--accent:          #F2661B;
	--accent-press:    #D4540D;
	--accent-aa:       #BA4F15;
	--accent-aa-press: #A74613;
	--accent-ink:      #FFFFFF;
	--accent-soft:     rgba(242, 102, 27, 0.12);
	--accent-line:     rgba(242, 102, 27, 0.28);

	/* Ink / neutrals */
	--ink:      #15171B;
	--ink-2:    #1D2025;
	--charcoal: #23272E;
	--steel:    #33465B;

	--paper:       #FFFFFF;
	--bone:        #F6F4EF;
	--bone-2:      #EFEBE2;
	--line:        #E4E0D7;
	--line-strong: #D6D1C6;

	--text:    #23262B;
	--muted:   #6B6F77;
	--muted-2: #8A8E96;

	/* Type */
	--font-display: 'Archivo', system-ui, sans-serif;
	--font-body:    'Manrope', system-ui, sans-serif;

	/* Geometry */
	--r-sm: 8px;
	--r:    14px;
	--r-lg: 22px;
	--r-xl: 30px;

	--shadow-sm: 0 1px 2px rgba(20, 22, 26, .06), 0 2px 8px rgba(20, 22, 26, .05);
	--shadow:    0 6px 18px rgba(20, 22, 26, .08), 0 24px 48px -28px rgba(20, 22, 26, .30);
	--shadow-lg: 0 18px 50px -16px rgba(20, 22, 26, .30);

	--container: 1200px;
	--gutter:    24px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--text);
	background: var(--paper);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--accent); color: #fff; }

h1, h2, h3, h4 {
	font-family: var(--font-display);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -0.015em;
	margin: 0;
	color: var(--ink);
	text-wrap: balance;
}
p { margin: 0; }

.sr-only {
	position: absolute; width: 1px; height: 1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 300;
	background: var(--accent); color: #fff; padding: .7rem 1.2rem;
	font-weight: 700; border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* ================= Typography helpers ================= */
.eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--font-body); font-weight: 700; font-size: 13px;
	letter-spacing: .16em; text-transform: uppercase; color: var(--accent-aa);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--accent); display: inline-block; }
.eyebrow.on-dark { color: #fff; }
.eyebrow.on-dark::before { background: var(--accent); }

.lede { font-size: 19px; color: var(--muted); line-height: 1.62; }

/* ================= Layout ================= */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 116px); }
.section.tight { padding-block: clamp(48px, 6vw, 80px); }
.bg-bone { background: var(--bone); }
.bg-ink { background: var(--ink); color: #E9EAEC; }

.sec-head { max-width: 760px; }
.sec-head h2 { font-size: clamp(30px, 4.4vw, 50px); margin-top: 16px; }
.sec-head p { margin: 18px 0 0; }
.center { text-align: center; margin-inline: auto; }
.center .eyebrow { justify-content: center; }

/* ================= Buttons ================= */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	font-family: var(--font-display); font-weight: 600; font-size: 15.5px;
	letter-spacing: .005em; padding: 15px 26px;
	border-radius: 999px; border: 1.5px solid transparent;
	transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
	white-space: nowrap;
}
.btn-primary, .btn { background: var(--accent-aa); color: var(--accent-ink); box-shadow: 0 10px 24px -10px var(--accent); }
.btn-primary:hover, .btn:hover { background: var(--accent-aa-press); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; box-shadow: none; }
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); box-shadow: none; }
.btn-ghost:hover { background: transparent; border-color: var(--ink); transform: translateY(-2px); }
.btn-ghost.on-dark { color: #fff; border-color: rgba(255,255,255,.32); }
.btn-ghost.on-dark:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn-lg { padding: 18px 32px; font-size: 16.5px; }

/* ================= Topbar ================= */
.topbar { background: var(--ink); color: #C9CBCF; font-size: 13.5px; font-weight: 500; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 18px; }
.topbar a { color: #C9CBCF; transition: color .15s; }
.topbar a:hover { color: #fff; }
.topbar .tb-group { display: flex; align-items: center; gap: 22px; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 8px; }
.topbar svg { width: 15px; height: 15px; color: var(--accent); flex: none; }

/* ================= Header / Nav ================= */
.site-header {
	position: sticky; top: 0; z-index: 60;
	background: rgba(255,255,255,.92);
	backdrop-filter: saturate(160%) blur(12px);
	border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.site-header__brand { display: inline-flex; align-items: center; gap: 12px; }
.site-header__brand img { height: 38px; width: auto; }
.site-header__name { font-family: var(--font-display); font-weight: 800; font-size: 19px; color: var(--ink); letter-spacing: -.01em; }

.primary-nav__list { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.primary-nav__list > li { position: relative; }
.primary-nav__list > li > a {
	font-family: var(--font-display); font-weight: 600; font-size: 15px;
	color: var(--ink); padding: 10px 14px; border-radius: 10px;
	display: inline-flex; align-items: center; gap: 6px;
	transition: color .15s, background .15s;
}
.primary-nav__list > li > a:hover { color: var(--accent-aa); background: var(--bone); }
.primary-nav__list > li.current-menu-item > a,
.primary-nav__list > li.current-page-ancestor > a { color: var(--accent-aa); background: var(--bone); }

/* dropdown */
.primary-nav .sub-menu {
	position: absolute; top: calc(100% + 8px); left: 50%;
	transform: translateX(-50%) translateY(8px);
	background: #fff; border: 1px solid var(--line); border-radius: var(--r);
	box-shadow: var(--shadow); padding: 10px;
	display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
	width: 460px; list-style: none; margin: 0;
	opacity: 0; visibility: hidden;
	transition: opacity .2s, transform .2s, visibility .2s;
}
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.primary-nav .sub-menu a {
	display: flex; align-items: center; gap: 10px;
	padding: 10px 12px; border-radius: 9px; font-weight: 600; font-size: 14.5px;
	color: var(--text); transition: background .15s, color .15s;
}
.primary-nav .sub-menu a:hover { background: var(--bone); color: var(--accent-aa); }

.site-header__cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--ink); }
.nav-phone svg { width: 18px; height: 18px; color: var(--accent); }

.nav-toggle {
	display: none; background: none; border: none;
	width: 44px; height: 44px; border-radius: 10px;
	align-items: center; justify-content: center;
}
.nav-toggle__bar, .nav-toggle__bar::before, .nav-toggle__bar::after {
	display: block; width: 24px; height: 2px; background: var(--ink);
	border-radius: 2px; position: relative; content: ""; transition: transform .2s, opacity .2s;
}
.nav-toggle__bar::before { position: absolute; top: -7px; }
.nav-toggle__bar::after  { position: absolute; top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::after  { transform: translateY(-7px) rotate(-45deg); }

/* ================= Page hero (inner pages) ================= */
.page-hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.page-hero::after {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background:
		radial-gradient(120% 120% at 85% -10%, rgba(242,102,27,.20), transparent 55%),
		linear-gradient(180deg, rgba(12,13,16,.2), rgba(12,13,16,.55));
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero__inner { padding-block: clamp(52px, 7vw, 96px); max-width: 780px; }
.page-hero h1 { color: #fff; font-size: clamp(34px, 5vw, 62px); margin: 18px 0 0; letter-spacing: -.02em; }
.page-hero h1 .accent { color: var(--accent); }
.page-hero p { margin: 20px 0 0; font-size: clamp(16px, 1.5vw, 20px); color: #C7C9CE; max-width: 620px; line-height: 1.62; }

/* ================= Breadcrumbs ================= */
.breadcrumbs { display: flex; align-items: center; font-size: 13.5px; font-weight: 600; color: #9A9DA3; }
.breadcrumbs ol { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.breadcrumbs a { color: #9A9DA3; transition: color .15s; }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs li + li::before { content: "/"; margin-right: 9px; opacity: .5; }
.breadcrumbs [aria-current="page"] { color: #fff; }

/* ================= Home hero ================= */
.hero { position: relative; background: var(--ink); overflow: hidden; padding-block: 0; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero::before {
	content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background:
		linear-gradient(90deg, rgba(12,13,16,.92) 0%, rgba(12,13,16,.74) 42%, rgba(12,13,16,.30) 78%, rgba(12,13,16,.12) 100%),
		linear-gradient(0deg, rgba(12,13,16,.55), rgba(12,13,16,0) 45%);
}
.hero .container { position: relative; z-index: 2; }
.hero__copy { padding-block: clamp(70px, 11vw, 150px); max-width: 680px; color: #fff; }
.hero__title { color: #fff; font-size: clamp(40px, 6.4vw, 76px); margin: 22px 0 0; letter-spacing: -.022em; }
.hero__title .accent { color: var(--accent); }
.hero__text { margin: 22px 0 0; font-size: clamp(17px, 1.5vw, 20px); color: #C7C9CE; max-width: 560px; line-height: 1.6; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* ================= Trust bar ================= */
.trust {
	position: relative; z-index: 3; background: #fff;
	border: 1px solid var(--line); border-radius: var(--r-lg);
	box-shadow: var(--shadow); margin-top: -52px;
	display: grid; grid-template-columns: repeat(4, 1fr);
}
.trust .ti { padding: 26px 28px; display: flex; gap: 16px; align-items: center; }
.trust .ti + .ti { border-left: 1px solid var(--line); }
.trust .ti .num { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--ink); line-height: 1; }
.trust .ti .lbl { font-size: 13.5px; color: var(--muted); margin-top: 4px; }

/* ================= Product card grid ================= */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.card {
	display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
	transition: transform .22s, box-shadow .22s, border-color .22s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.card__media { position: relative; aspect-ratio: 3 / 2; background: var(--bone-2); overflow: hidden; }
.card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card__placeholder { position: absolute; inset: 0; background: var(--bone-2); }
.card__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.card__title { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--ink); line-height: 1.15; }
.card__text { margin: 10px 0 0; color: var(--muted); font-size: 15px; flex: 1; }
.card__more {
	display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
	font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--ink);
}
.card__more::after { content: "→"; color: var(--accent-aa); transition: transform .2s; }
.card:hover .card__more::after { transform: translateX(4px); }

/* ================= Benefits / why-us ================= */
.benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.benefits__item {
	background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
	padding: 32px 30px; transition: transform .22s, box-shadow .22s, border-color .22s;
}
.benefits__item:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.benefits__num { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--accent-aa); letter-spacing: .04em; }
.benefits__item h3 { font-size: 21px; margin-top: 16px; }
.benefits__item p { margin: 12px 0 0; color: var(--muted); font-size: 15.5px; }

/* ================= Text + image (split) ================= */
.text-image__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.text-image--flip .text-image__copy { order: 2; }
.text-image__media img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: var(--r-lg); }
.text-image__copy h2 { font-size: clamp(28px, 3.6vw, 44px); }
.text-image__copy p { margin: 16px 0 0; color: var(--muted); font-size: 16.5px; line-height: 1.65; }
.text-image__copy ul { margin: 22px 0 0; padding-left: 20px; color: var(--text); }
.text-image__copy li { margin: 9px 0; line-height: 1.6; }
.text-image__copy a { color: var(--accent-aa); text-decoration: underline; text-underline-offset: 2px; }

/* ================= CTA band ================= */
.cta { padding-block: clamp(48px, 6vw, 80px); }
.cta__inner {
	background: var(--ink); color: #fff; border-radius: var(--r-xl);
	padding: clamp(34px, 5vw, 60px);
	display: flex; align-items: center; justify-content: space-between;
	gap: 30px; flex-wrap: wrap; position: relative; overflow: hidden;
}
.cta__inner::after {
	content: ""; position: absolute; right: -60px; top: -60px;
	width: 260px; height: 260px; border-radius: 50%;
	background: radial-gradient(circle, rgba(242,102,27,.28), transparent 70%);
}
.cta__text-wrap { position: relative; z-index: 2; max-width: 620px; }
.cta__title { color: #fff; font-size: clamp(26px, 3.4vw, 40px); }
.cta__text { margin: 12px 0 0; color: #BFC2C8; font-size: 16.5px; }
.cta__actions { position: relative; z-index: 2; display: flex; gap: 14px; flex-wrap: wrap; }

/* ================= Prose ================= */
.section--prose { max-width: 760px; }
.section--prose h2 { font-size: 26px; margin: 44px 0 0; scroll-margin-top: 110px; }
.section--prose h2:first-child { margin-top: 0; }
.section--prose h3 { font-size: 19px; margin: 28px 0 0; }
.section--prose p { margin: 14px 0 0; color: var(--text); font-size: 16px; line-height: 1.7; }
.section--prose ul, .section--prose ol { margin: 14px 0 0; padding-left: 22px; }
.section--prose li { margin: 8px 0; line-height: 1.6; }
.section--prose a { color: var(--accent-aa); text-decoration: underline; text-underline-offset: 2px; }

/* ================= 404 ================= */
.section--404 { text-align: center; padding-block: clamp(70px, 10vw, 130px); }
.section--404 p { margin: 18px auto 0; color: var(--muted); max-width: 52ch; }
.section--404 .btn { margin: 30px .3rem 0; }

/* ================= Footer ================= */
.site-footer { background: var(--ink); color: #A9ACB2; padding-block: 64px 0; margin-top: 0; }
.site-footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
.site-footer__brand { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: #fff; margin: 0; }
.site-footer__tagline { margin: 18px 0 0; font-size: 14.5px; max-width: 280px; line-height: 1.6; }
.site-footer h2 {
	color: #fff; font-size: 15px; letter-spacing: .04em; text-transform: uppercase;
	margin-bottom: 18px; font-family: var(--font-display);
}
.site-footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.site-footer__list a { font-size: 14.5px; transition: color .15s; }
.site-footer__list a:hover { color: var(--accent); }
.site-footer__contact .fc-row { display: flex; gap: 11px; font-size: 14.5px; margin-bottom: 14px; line-height: 1.5; }
.site-footer__contact a:hover { color: var(--accent); }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.09); }
.site-footer__bottom .container {
	display: flex; align-items: center; justify-content: space-between;
	padding-block: 22px; gap: 16px; font-size: 13.5px;
}
.site-footer__legal { margin: 0; }
.site-footer__bottom a:hover { color: #fff; }

/* ================= Responsive ================= */
@media (max-width: 1080px) {
	.primary-nav { display: none; }
	.nav-toggle { display: inline-flex; }
	.nav-phone { display: none; }
	.trust { grid-template-columns: repeat(2, 1fr); }
	.trust .ti:nth-child(odd) { border-left: none; }
	.trust .ti:nth-child(even) { border-left: 1px solid var(--line); }
	.trust .ti:nth-child(n+3) { border-top: 1px solid var(--line); }

	/* Mobile drawer */
	.primary-nav.is-open {
		display: block; position: fixed; inset: 0; z-index: 200;
		background: var(--ink); color: #fff; padding: 90px var(--gutter) 30px;
		overflow-y: auto;
	}
	.primary-nav.is-open .primary-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.primary-nav.is-open .primary-nav__list > li > a {
		display: block; font-size: 19px; color: #fff; padding: 14px 0; border-radius: 0;
		border-bottom: 1px solid rgba(255,255,255,.10);
	}
	.primary-nav.is-open .primary-nav__list > li > a:hover { background: none; color: var(--accent); }
	.primary-nav.is-open .sub-menu {
		position: static; transform: none; opacity: 1; visibility: visible;
		width: auto; display: block; background: none; border: none;
		box-shadow: none; padding: 0 0 8px 14px;
	}
	.primary-nav.is-open .sub-menu a {
		color: #B9BCC1; font-size: 15.5px; font-weight: 500; padding: 11px 0;
		border-bottom: 1px solid rgba(255,255,255,.06);
	}
	.primary-nav.is-open .sub-menu a:hover { background: none; color: var(--accent); }
	/* backdrop-filter on .site-header would make it the containing block for the
	   fixed drawer, clipping the drawer to the header's own 64px box. The blur is
	   a desktop-only flourish, so it is dropped wherever the drawer exists. */
	.site-header { backdrop-filter: none; background: var(--paper); }
	.nav-toggle[aria-expanded="true"] { position: fixed; right: var(--gutter); top: 16px; z-index: 210; }
	.nav-toggle[aria-expanded="true"] .nav-toggle__bar::before,
	.nav-toggle[aria-expanded="true"] .nav-toggle__bar::after { background: #fff; }
}
@media (max-width: 980px) {
	.card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
	.benefits__grid { grid-template-columns: 1fr; }
	.text-image__inner { grid-template-columns: 1fr; gap: 40px; }
	.text-image--flip .text-image__copy { order: 0; }
	.site-footer__inner { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 620px) {
	body { font-size: 16px; }
	.card-grid { grid-template-columns: 1fr; }
	.trust { grid-template-columns: 1fr; }
	.trust .ti { border-left: none !important; }
	.trust .ti:not(:first-child) { border-top: 1px solid var(--line); }
	.site-footer__inner { grid-template-columns: 1fr; }
	.site-footer__bottom .container { flex-direction: column; align-items: flex-start; }
	.hero__actions .btn { flex: 1; }
	.topbar .tb-group.hide-sm { display: none; }
}

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

/* ---------- Mobile header fit ----------
   At 390–414px the "Bezmaksas mērīšana" pill plus the brand leaves no room
   for the burger, which ends up clipped at the viewport edge. Below 620px the
   header keeps brand + burger only; the same CTA is the first button in the
   hero and again in every CTA band, so nothing is lost. */
@media (max-width: 620px) {
	.site-header__cta > .btn { display: none; }
	.site-header__name { font-size: 17px; white-space: nowrap; }
	.site-header__inner { min-height: 64px; gap: 12px; }
	.nav-toggle { margin-right: -8px; }
}
