/* =========================================================
   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 and is the DEFAULT for everything
	   the accent FILLS or DRAWS: button and FAB backgrounds, icons, rules,
	   dots, the open-FAQ marker. Verbatim from /design/assets/styles.css.

	   --accent-aa (the same hue at 77%) is ONLY for accent used as TEXT on a
	   light ground: body links, the eyebrow, nav labels. There --accent
	   measures 2.9-3.1:1 and fails WCAG AA for normal-size text, while
	   --accent-aa clears 4.5:1 on both --paper and --bone.

	   --accent-ink is the LABEL on an --accent fill, and it is INK, not white
	   (client's call, 2026-09-07). White on #F2661B is 3.14:1. That clears AA
	   only for "large" text, which WCAG defines as 24px, or 18.7px at weight
	   700+ — and .btn is 15.5px/600, .btn-lg 16.5px/600, the mobile header CTA
	   13px and 12px. None of them ever qualify, so every accent button failed
	   AA at every size. Ink #15171B on the same untouched orange is 5.72:1.

	   --accent-hover keeps the design's "lighter rests, darker reacts" direction,
	   but it CANNOT be --accent-press any more. A dark label on a darker fill
	   loses contrast, and #D4540D measures only 4.34:1 under an ink label —
	   below AA. #D75B18 is the darkest same-hue orange that still clears it, at
	   4.61:1. That is a margin of 0.11, so do not nudge it darker "just a
	   little" without re-measuring; if more headroom is ever wanted, hover has
	   to go lighter instead (#F58549 is 7.12:1, at the cost of a paler orange).
	   --accent-press stays for the places that put a WHITE GRAPHIC on the accent
	   (the video play button), where the original darkening is still right.

	   Non-text accent marks — the FAB icon, the play triangle, the open-FAQ
	   cross — stay white on purpose. WCAG 1.4.11 asks 3:1 of a graphic and
	   white-on-accent gives 3.14:1, while an ink glyph at that size reads as a
	   smudge. */
	--accent:          #F2661B;
	--accent-hover:    #D75B18;
	--accent-press:    #D4540D;
	--accent-aa:       #BA4F15;
	--accent-aa-press: #A74613;
	--accent-ink:      #15171B;
	--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: var(--accent-ink); }

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: var(--accent-ink); 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); color: var(--accent-ink); box-shadow: 0 10px 24px -10px var(--accent); }
.btn-primary:hover, .btn:hover { background: var(--accent-hover); 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;
}
/* --accent-aa, not --accent-press: accent-press on --bone measures 3.77:1 and
   accent measures 2.86:1, both below AA at the nav's 15px/600. --accent-aa on
   bone is 4.98:1. See CLAUDE.md, "The accent split". */
.primary-nav__list > li > a:hover { color: var(--accent-aa); background: var(--bone); }

/* ---- Current-page marking ------------------------------------------------
   Two strengths, so "you are on this page" reads differently from "you are
   somewhere inside this section":

     .current-menu-item            exact page   -> pill + bold
     .current-*-ancestor/-parent   parent trail -> colour only, no pill

   The submenu selectors are separate because the top-level rules use the
   direct-child combinator (`> li`), which cannot reach inside .sub-menu - which
   is why a submenu item was never marked at all, however deep the current page.
*/
.primary-nav__list > li.current-menu-item > a {
	color: var(--accent-aa); background: var(--bone); font-weight: 700;
}
.primary-nav__list > li.current-menu-ancestor > a,
.primary-nav__list > li.current-page-ancestor > a,
.primary-nav__list > li.current-menu-parent > a,
.primary-nav__list > li.current-page-parent > a {
	color: var(--accent-aa); background: none;
}
.primary-nav .sub-menu li.current-menu-item > a {
	color: var(--accent-aa); background: var(--bone); font-weight: 700;
}
.primary-nav .sub-menu li.current-menu-ancestor > a,
.primary-nav .sub-menu li.current-page-ancestor > a,
.primary-nav .sub-menu li.current-menu-parent > a,
.primary-nav .sub-menu li.current-page-parent > a {
	color: var(--accent-aa); font-weight: 600;
}

/* 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-press); }

.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; }
/* A "Citi logu veidi" grid lists the two sibling materials, not three, and
   two cards in a three-column track would leave a hole on the right. */
.card-grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); }
.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; }
/* A text_image row with no image: one column, measure capped so the lines
   stay readable instead of running the full container width. */
.text-image--nomedia .text-image__inner { grid-template-columns: 1fr; }
.text-image--nomedia .text-image__copy { max-width: 70ch; }
.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 ================= */
/* The section keeps full container width so its left edge lines up with the
   page hero above it; only the text column itself is measure-constrained. */
.section--prose { max-width: var(--container); }
.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; }
/* Four columns, as the design has them: brand, Produkti, Uzņēmums, Kontakti. */
.site-footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 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 .fc-row .icon { width: 18px; height: 18px; color: var(--accent); flex: none; margin-top: 2px; }
.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); }

	/* ---- Current-page marking inside the drawer --------------------------
	   The desktop rules above paint --bone behind the current item, while the
	   drawer keeps its label #fff. White on bone is 1.1:1 - the item was there
	   and completely invisible. So the drawer resets the background and marks
	   with colour instead: --accent on --ink is 5.72:1.

	   These selectors carry one more class than the drawer's base rules
	   (.primary-nav.is-open .primary-nav__list > li > a), which is what lets
	   them win without !important. */
	.primary-nav.is-open .primary-nav__list > li.current-menu-item > a,
	.primary-nav.is-open .primary-nav__list > li.current-menu-ancestor > a,
	.primary-nav.is-open .primary-nav__list > li.current-page-ancestor > a,
	.primary-nav.is-open .primary-nav__list > li.current-menu-parent > a,
	.primary-nav.is-open .primary-nav__list > li.current-page-parent > a,
	.primary-nav.is-open .sub-menu li.current-menu-item > a,
	.primary-nav.is-open .sub-menu li.current-menu-ancestor > a,
	.primary-nav.is-open .sub-menu li.current-page-ancestor > a,
	.primary-nav.is-open .sub-menu li.current-menu-parent > a,
	.primary-nav.is-open .sub-menu li.current-page-parent > a {
		background: none; color: var(--accent);
	}
	/* The exact page additionally gets weight and a left rule, so it stays
	   distinguishable from the ancestor trail leading to it. */
	.primary-nav.is-open .primary-nav__list > li.current-menu-item > a,
	.primary-nav.is-open .sub-menu li.current-menu-item > a {
		font-weight: 700;
		box-shadow: inset 3px 0 0 var(--accent);
		padding-left: 12px;
	}
	/* 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 CTA pill plus the brand leaves no room for the burger,
   which ends up clipped at the viewport edge. This block dropped the button;
   it is SUPERSEDED by the "keep the CTA, per the design" block further down,
   which compacts it instead. Kept only as the ordering anchor for that
   override — do not re-enable. */
@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; }
}

/* ---------- Fragment landing offset ----------
   The old site's /pvc-ieksdurvis, /aluminija-ardurvis, /automatiskas-durvis
   etc. 301 to #anchors on a consolidated page. The header is sticky, so
   without this the target heading lands underneath it. */
.section[id] { scroll-margin-top: 96px; }
@media (max-width: 620px) { .section[id] { scroll-margin-top: 80px; } }

/* ---------- Spec tables inside section body copy ----------
   Product pages carry real profile data (Uw, platums, iestiklošana). Without
   this the rows collapse into a run-on line. Wide tables scroll inside their
   own container so the page body never scrolls horizontally on mobile. */
/* Two plain sections in a row stack a full pad-bottom onto a full pad-top —
   up to 232px of empty white between blocks that share a ground. The design
   alternates bone and white, which hides it; a ten-section product page cannot.
   Tighten the join only when both sides are the same plain ground. */
.section:not(.bg-bone):not(.bg-ink):not(.cta) + .section:not(.bg-bone):not(.bg-ink):not(.cta) {
	padding-top: clamp(28px, 4vw, 52px);
}

/* Published model price, set apart from the specification table under it. */
.text-image__copy .model-price {
	margin-top: 4px;
	font-family: var(--font-display);
	font-size: 26px;
	color: var(--ink);
}
.text-image__copy .model-price strong { font-weight: 800; }

/* ---------- Captioned image row (colour groups, šproses, ironmongery) ---------- */
.gallery__intro { max-width: 70ch; margin-top: 22px; }
.gallery__intro p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.gallery__intro p:first-child { margin-top: 0; }
.gallery__grid {
	list-style: none; margin: 40px 0 0; padding: 0;
	display: grid;
	grid-template-columns: repeat(var(--gallery-cols, 3), 1fr);
	gap: 22px;
}
.gallery__item { display: flex; flex-direction: column; }
.gallery__media {
	display: block; border-radius: var(--r); overflow: hidden;
	background: var(--bone); border: 1px solid var(--line);
}
.gallery__media img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; padding: 10px; }
.gallery__caption {
	display: block; margin-top: 14px;
	font-family: var(--font-display); font-weight: 600; font-size: 15.5px; color: var(--ink);
}
.gallery__text { display: block; margin-top: 5px; font-size: 14px; color: var(--muted); line-height: 1.5; }

/* A swatch row is many small tiles, so it gets square thumbnails and a
   tighter grid than a three-up explainer row. */
.gallery__grid[style*="--gallery-cols:6"] .gallery__media img,
.gallery__grid[style*="--gallery-cols:5"] .gallery__media img { aspect-ratio: 4 / 3; padding: 0; }

/* ---------- Specification (design .spec-grid) ----------
   Full container width, rows flowing into two columns. */
/* Heading + intro on one side, photograph on the other. margin-top is 0
   because the heading is now the first thing in the row. */
.spec__lead { display: grid; grid-template-columns: 1.2fr 1fr; gap: 46px; align-items: start; }
.spec__lead--nomedia { grid-template-columns: 1fr; }
.spec__copy { min-width: 0; }
.spec__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; }
.spec__body { max-width: 70ch; min-width: 0; margin-top: 22px; }
.spec__body p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.spec__body p:first-child { margin-top: 0; }
.spec__grid {
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px;
	margin: 46px 0 0; border-top: 2px solid var(--ink);
}
.spec__row {
	display: flex; justify-content: space-between; gap: 16px;
	padding: 16px 2px; border-bottom: 1px solid var(--line);
	font-size: 15.5px; margin: 0;
}
.spec__row dt { color: var(--muted); }
.spec__row dd {
	margin: 0; font-family: var(--font-display); font-weight: 600;
	color: var(--ink); text-align: right;
}
/* The comparison table above the grid runs the full width too. */
.spec__body table { width: 100%; border-collapse: collapse; margin: 24px 0 0; font-size: 15px; display: block; overflow-x: auto; }
.spec__body thead th {
	text-align: left; font-family: var(--font-display); font-weight: 700; font-size: 13px;
	letter-spacing: .04em; text-transform: uppercase; color: var(--muted);
	border-bottom: 2px solid var(--ink); padding: 0 14px 10px 0; white-space: nowrap;
}
.spec__body td { padding: 12px 14px 12px 0; border-bottom: 1px solid var(--line); color: var(--text); vertical-align: top; }
.spec__body tbody tr > td:first-child { font-family: var(--font-display); font-weight: 600; color: var(--ink); white-space: nowrap; }
.spec__body small { display: block; margin-top: 10px; font-size: 13px; color: var(--muted); }

@media (max-width: 980px) {
	.gallery__grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
}
@media (max-width: 880px) {
	.spec__lead { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 700px) {
	.spec__grid { grid-template-columns: 1fr; gap: 0; }
	.gallery__grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; }
}

/* ---------- In-page anchor nav ----------
   Sits directly under the dark hero on consolidated pages. scroll-margin-top
   on the targets keeps the sticky header from covering the heading the reader
   just jumped to. */
.anchor-nav { background: var(--bone); border-bottom: 1px solid var(--line); }
.anchor-nav__list {
	display: flex; gap: 10px; list-style: none; margin: 0; padding: 16px 0;
	overflow-x: auto; scrollbar-width: none;
}
.anchor-nav__list::-webkit-scrollbar { display: none; }
.anchor-nav__pill {
	display: inline-flex; align-items: center; white-space: nowrap;
	font-family: var(--font-display); font-weight: 600; font-size: 14.5px;
	color: var(--ink); background: var(--paper);
	border: 1px solid var(--line); border-radius: 999px;
	padding: 10px 18px;
	transition: color .15s, border-color .15s, background .15s;
}
.anchor-nav__pill:hover { color: var(--accent-press); border-color: var(--accent-line); }
.anchor-nav__pill:target, .anchor-nav__pill:focus-visible { color: var(--accent-press); }
/* Every anchored section, not just the ones a pill points at. */
.section[id] { scroll-margin-top: 96px; }

/* ---------- Video (self-hosted, or a click-to-load YouTube facade) ----------
   The frame holds the 16:9 box before anything loads, so nothing shifts when
   the poster or the player arrives. */
.video__frame {
	margin-top: 44px;
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: var(--r-lg);
	overflow: hidden;
	background: var(--ink);
}
.video__frame > * { position: absolute; inset: 0; width: 100%; height: 100%; }
.video__el { object-fit: contain; background: var(--ink); }
.video__facade { display: block; padding: 0; border: 0; background: var(--ink); cursor: pointer; }
.video__facade img { width: 100%; height: 100%; object-fit: cover; }
.video__play {
	position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
	width: 76px; height: 76px; border-radius: 50%;
	background: var(--accent); color: #fff;
	display: grid; place-items: center;
	box-shadow: 0 12px 30px -8px rgba(0,0,0,.55);
	transition: transform .2s ease, background .2s ease;
}
.video__play .icon { width: 30px; height: 30px; margin-left: 3px; }
.video__facade:hover .video__play { background: var(--accent-press); transform: translate(-50%, -50%) scale(1.06); }

/* ---------- Hero trust points (design .hero-points) ---------- */
.hero__points { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px; }
.hero__points .pt {
	display: inline-flex; align-items: center; gap: 9px;
	font-weight: 600; font-size: 15px; color: #E6E7EA;
}
.hero__points .pt .icon { width: 19px; height: 19px; color: var(--accent); flex: none; }

/* ---------- Showcase grid (design .prod-grid) ----------
   Tall cards, photo bled under a dark gradient so white type sits on it at
   full contrast whatever the picture is doing underneath. */
.showcase__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.showcase__card {
	position: relative; border-radius: var(--r-lg); overflow: hidden;
	background: var(--ink); min-height: 380px;
	display: flex; flex-direction: column; justify-content: flex-end;
	isolation: isolate;
	transition: transform .25s ease;
}
.showcase__card:hover { transform: translateY(-4px); }
.showcase__media { position: absolute; inset: 0; z-index: 0; }
.showcase__media img { width: 100%; height: 100%; object-fit: cover; }
.showcase__card::after {
	content: ""; position: absolute; inset: 0; z-index: 1;
	/* Deeper and taller than the design curve. The design assumed dark product
	   photos; half of these categories are bright interiors, where the original
	   stop left the orange kicker sitting on near-white. */
	background: linear-gradient(0deg, rgba(12,13,16,.94) 0%, rgba(12,13,16,.86) 26%, rgba(12,13,16,.46) 58%, rgba(12,13,16,.10) 100%);
	transition: background .3s;
}
.showcase__card:hover::after {
	background: linear-gradient(0deg, rgba(12,13,16,.94) 6%, rgba(12,13,16,.72) 40%, rgba(242,102,27,.34) 95%);
}
.showcase__body { position: relative; z-index: 2; padding: 28px; color: #fff; display: block; }
.showcase__kicker {
	display: block; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase;
	font-weight: 700; color: var(--accent);
}
.showcase__title {
	display: block; font-family: var(--font-display); font-weight: 700; line-height: 1.06;
	color: #fff; font-size: 26px; margin-top: 8px;
}
.showcase__text { display: block; margin-top: 8px; font-size: 14.5px; color: #C7C9CE; line-height: 1.55; }
.showcase__link {
	display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
	font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: #fff;
}
.showcase__link .icon { width: 17px; height: 17px; transition: transform .2s; }
.showcase__card:hover .showcase__link .icon { transform: translateX(4px); }

/* ---------- Split: image + feature rows (design .split) ---------- */
.split__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.split__inner--nomedia { grid-template-columns: 1fr; }
.split__media img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: var(--r-lg); }
.split__copy { min-width: 0; }
.split__copy h2 { font-size: clamp(28px, 3.6vw, 42px); margin-top: 14px; }
.split__copy .lede { margin-top: 16px; }
.split__feats { margin-top: 28px; display: grid; gap: 18px; }
.split__feat { display: flex; gap: 16px; }
.split__ic {
	width: 46px; height: 46px; border-radius: 12px; background: var(--accent-soft);
	display: grid; place-items: center; flex: none;
}
.split__ic .icon { width: 23px; height: 23px; color: var(--accent); }
.split__feat h3 { font-size: 17px; }
.split__feat p { margin: 6px 0 0; font-size: 14.5px; color: var(--muted); line-height: 1.55; }

@media (max-width: 980px) {
	.showcase__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
	.split__inner { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 620px) {
	.showcase__grid { grid-template-columns: 1fr; }
	.showcase__card { min-height: 320px; }
}

/* ---------- Product intro (the design's .pd-top) ----------
   Photo one side, pitch the other: eyebrow, headline, lede, ticked selling
   points, then the two CTA buttons. Opens a product page under the dark hero. */
.product-intro__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 52px;
	align-items: center;
}
.product-intro__inner--nomedia { grid-template-columns: 1fr; }
/* `contain`, not `cover`. The opening image on a product page is usually a
   product shot — often a cut-away profile render on a white ground — and
   cropping one of those cuts through the chambers and seals the render exists
   to show. The bone panel gives the cut-out something to sit on so it reads as
   a deliberate product panel rather than a picture floating on the page, and a
   photograph letterboxed on the same panel still looks intentional. */
/* Paper, not bone: nearly every product image in this library is a cut-away
   render on a white ground, and a tinted panel behind one just frames a white
   box inside a beige box. On paper the render blends and the border alone
   carries the panel. */
.product-intro__media {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	padding: 22px;
}
.product-intro__media img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: contain;
}
/* A grid item defaults to min-width:auto; without this a long unbroken word
   in the lede would push the column past its share of the row. */
.product-intro__copy { min-width: 0; }
.product-intro__copy h2 { font-size: clamp(26px, 3vw, 38px); margin-top: 16px; }
.product-intro__copy .lede { margin-top: 16px; }

.product-intro__usp { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 13px; }
.product-intro__usp li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 15.5px;
	color: var(--text);
	line-height: 1.5;
}
.product-intro__usp .icon {
	width: 22px; height: 22px;
	stroke-width: 2.2;
	color: var(--accent);
	flex: none;
	margin-top: 1px;
}
.product-intro__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

@media (max-width: 880px) {
	.product-intro__inner { grid-template-columns: 1fr; gap: 36px; }
	/* Copy first on a phone: the pitch and the buttons matter more than the
	   photo once they are stacked. */
	.product-intro__media { order: 2; }
}

/* Downloadable catalogues and instruction sheets under a product description.
   Set apart from the body copy so a run of five PDF links does not read as a
   sentence. Word-break keeps the long Latvian labels inside the column. */
.text-image__copy .doc-row {
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
	font-size: 14.5px;
	line-height: 1.9;
	overflow-wrap: anywhere;
}
.text-image__copy .doc-row strong {
	display: block;
	font-family: var(--font-display);
	font-size: 12.5px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 4px;
}

/* A grid item defaults to min-width:auto, so the column stretched to the
   table's min-content and the overflow-x below never engaged — at 320px the
   whole page scrolled sideways instead of just the table. */
.text-image__copy { min-width: 0; }

.text-image__copy table,
.section--prose table {
	width: 100%;
	border-collapse: collapse;
	margin: 22px 0 0;
	font-size: 15px;
	display: block;
	overflow-x: auto;
}
.text-image__copy table thead th,
.section--prose table thead th {
	text-align: left;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--muted);
	border-bottom: 2px solid var(--ink);
	padding: 0 14px 10px 0;
	white-space: nowrap;
}
.text-image__copy table td,
.section--prose table td {
	padding: 12px 14px 12px 0;
	border-bottom: 1px solid var(--line);
	vertical-align: top;
	color: var(--text);
}
/* Two-column spec tables (no thead): first column is the label. */
.text-image__copy table tbody tr > td:first-child,
.section--prose table tbody tr > td:first-child {
	color: var(--muted);
	white-space: nowrap;
	padding-right: 24px;
}
.text-image__copy table thead + tbody tr > td:first-child,
.section--prose table thead + tbody tr > td:first-child {
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 600;
}
.text-image__copy table small,
.section--prose table small { color: var(--muted); }
.text-image__copy p > small { display: block; margin-top: 10px; font-size: 13px; color: var(--muted); }

/* ---------- Logo ----------
   Matches the design: 38px tall in the header, 40px in the footer, knocked out
   to white on the dark footer ground. Explicit height + auto width plus the
   width/height attributes WordPress emits keeps the box reserved, so the logo
   cannot shift the header as it loads. */
.site-header__brand .custom-logo-link { display: inline-flex; align-items: center; }
.site-header__brand img,
.site-header__brand .custom-logo {
	height: 38px;
	width: auto;
	max-width: none;
	display: block;
}
.site-footer__logo { display: inline-block; }
.site-footer__logo img { height: 40px; width: auto; max-width: none; display: block; }
/* The artwork is a single dark path; invert it for the dark footer. */
.logo-invert { filter: brightness(0) invert(1); }

@media (max-width: 620px) {
	.site-header__brand img,
	.site-header__brand .custom-logo { height: 32px; }
	.site-footer__logo img { height: 34px; }
}

/* ================= Inline icons ================= */
.icon { width: 1em; height: 1em; flex: none; vertical-align: -0.125em; }
.topbar .icon { width: 15px; height: 15px; color: var(--accent); }
.nav-phone .icon { width: 18px; height: 18px; color: var(--accent); }
.btn .icon { width: 18px; height: 18px; }

/* ================= Top bar with icons ================= */
.topbar .tb-item { display: inline-flex; align-items: center; gap: 8px; }
.topbar a.tb-item:hover { color: #fff; }
.topbar a.tb-item:hover .icon { color: var(--accent); }

/* ================= Footer social ================= */
.foot-soc { display: flex; gap: 10px; margin-top: 22px; }
.foot-soc a {
	width: 40px; height: 40px; border-radius: 11px;
	background: rgba(255,255,255,.07);
	display: grid; place-items: center;
	transition: background .18s ease, transform .18s ease;
}
.foot-soc a:hover { background: var(--accent); transform: translateY(-2px); }
.foot-soc .icon { width: 19px; height: 19px; color: #fff; }

/* ================= Process steps ================= */
.process .sec-head.center { text-align: center; margin-inline: auto; }
.process .sec-head.center .eyebrow { justify-content: center; }
.steps {
	display: grid;
	grid-template-columns: repeat(var(--step-count, 5), 1fr);
	gap: 0; margin: 54px 0 0; padding: 0; list-style: none;
	counter-reset: step;
}
.step { position: relative; padding: 0 18px; text-align: center; }
/* Dashed connector between dots — drawn, not marked up, so the step count
   can change without the line breaking. */
.step:not(:last-child)::before {
	content: ""; position: absolute; top: 27px; left: 50%; right: -50%; height: 2px;
	background: repeating-linear-gradient(90deg, var(--line-strong) 0 7px, transparent 7px 14px);
	z-index: 0;
}
.step .dot {
	position: relative; z-index: 1;
	width: 56px; height: 56px; border-radius: 50%;
	background: var(--ink); color: #fff;
	font-family: var(--font-display); font-weight: 800; font-size: 21px;
	display: grid; place-items: center; margin: 0 auto;
	border: 4px solid var(--paper); box-shadow: 0 0 0 1px var(--line);
}
.step:first-child .dot { background: var(--accent); }
.step h3 { font-size: 17.5px; margin: 20px 0 0; }
.step p { font-size: 14px; color: var(--muted); margin: 8px 0 0; }

/* ================= FAQ accordion (details/summary, no JS) ================= */
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.faq-wrap > .sec-head { position: sticky; top: 110px; }
.faq-call { margin-top: 22px; }
.faq-list { display: grid; gap: 12px; }
.faq-item {
	background: #fff; border: 1px solid var(--line); border-radius: var(--r);
	overflow: hidden; transition: border-color .2s, box-shadow .2s;
}
.faq-item[open] { border-color: var(--accent-line); box-shadow: var(--shadow-sm); }
.faq-q {
	display: flex; align-items: center; justify-content: space-between; gap: 16px;
	padding: 21px 24px; cursor: pointer; list-style: none;
	font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink);
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::marker { content: ""; }
.faq-q:hover { color: var(--accent-aa); }
.faq-q .ic {
	width: 30px; height: 30px; border-radius: 50%; background: var(--bone);
	display: grid; place-items: center; flex: none;
	transition: background .2s, transform .25s;
}
.faq-q .ic .icon { width: 16px; height: 16px; color: var(--ink); transition: color .2s; }
.faq-item[open] .faq-q .ic { background: var(--accent); transform: rotate(45deg); }
.faq-item[open] .faq-q .ic .icon { color: #fff; }
.faq-a .inner { padding: 0 24px 22px; color: var(--muted); font-size: 15.5px; line-height: 1.62; }

/* ================= Reviews / testimonials ================= */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.tst {
	background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
	padding: 30px 28px; display: flex; flex-direction: column; margin: 0;
}
.tst .stars { display: flex; gap: 3px; color: var(--accent); margin-bottom: 16px; }
.tst .stars .icon { width: 18px; height: 18px; }
.tst .quote { font-size: 16.5px; color: var(--text); line-height: 1.6; flex: 1; margin: 0; }
.tst .who {
	display: flex; align-items: center; gap: 13px;
	margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line);
}
.tst .av {
	width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff;
	display: grid; place-items: center; flex: none;
	font-family: var(--font-display); font-weight: 700; font-size: 16px;
}
.tst .who .n { display: block; font-family: var(--font-display); font-weight: 700; font-size: 15.5px; color: var(--ink); }
.tst .who .r { display: block; font-size: 13px; color: var(--muted); }
.reviews-more { margin-top: 32px; text-align: center; }

@media (max-width: 1080px) {
	.steps { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
	.step::before { display: none; }
}
@media (max-width: 880px) {
	.faq-wrap { grid-template-columns: 1fr; gap: 30px; }
	.faq-wrap > .sec-head { position: static; }
	.tst-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
	.steps { grid-template-columns: 1fr; }
	.faq-q { padding: 18px 18px; font-size: 16px; }
	.faq-a .inner { padding: 0 18px 20px; }
	.foot-soc { justify-content: flex-start; }
}

/* ================= Mobile floating call button ================= */
/* Design element (.fab). Appears only below 1080px, i.e. exactly where
   .nav-phone is hidden, so the number is never more than one tap away. */
.fab {
	position: fixed; right: 18px; bottom: 18px; z-index: 90;
	width: 58px; height: 58px; border-radius: 50%;
	background: var(--accent); color: #fff;
	display: none; place-items: center;
	box-shadow: 0 12px 28px -8px var(--accent);
}
.fab .icon { width: 26px; height: 26px; }
@media (max-width: 1080px) { .fab { display: grid; } }
@media (prefers-reduced-motion: no-preference) {
	.fab { animation: ml-pulse 2.4s infinite; }
	@keyframes ml-pulse {
		0%, 100% { box-shadow: 0 12px 28px -8px var(--accent); }
		50%      { box-shadow: 0 12px 38px -6px var(--accent); }
	}
}

/* ---------- Mobile header: keep the CTA, per the design ----------
   The earlier fix hid the CTA below 620px because brand + pill + burger
   overflowed and clipped the burger. The design keeps all three, so instead of
   dropping the button it is compacted until everything fits. */
@media (max-width: 620px) {
	.site-header__cta > .btn {
		display: inline-flex;
		font-size: 13px;
		padding: 10px 14px;
		box-shadow: none;
	}
	.site-header__cta { gap: 8px; }
	.site-header__inner { gap: 8px; }
	.site-header__name { font-size: 15px; }
	.site-header__brand img,
	.site-header__brand .custom-logo { height: 28px; }
}
@media (max-width: 400px) {
	.site-header__cta > .btn { font-size: 12px; padding: 9px 11px; }
	.site-header__brand img,
	.site-header__brand .custom-logo { height: 26px; }
}
