/* ===== UPP TAK — architectural roofing =====
 *
 * Built from Figma BRCibOteBxjpXGRPJGdYN8, node 1:2 (1280 x 5913).
 * Near-black ink on white and a pale stone (#f5f5f3), a deep signal red
 * (#a81119) for accents and buttons, slate greys for body copy. Inter
 * throughout, heavy and uppercase for headings with tight tracking. The
 * desktop frame is 1280 wide; the hero keeps its geometry from 1024 up and
 * everything reflows to one column under 900.
 */
:root {
  --ink: #111111;
  --ink-2: #0f172a;
  --dark: #17212b;
  --body: #475569;
  --muted: #66717a;
  --soft: #94a3b8;
  --pale: #cbd5e1;
  --red: #a81119;
  --red-2: #c90016;
  --paper: #f5f5f3;
  --line: #e2e5e8;
  --line-2: #d9dde0;
  --line-3: #cbd5e1;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* The shared booking wizard, banner and page shells follow the design. */
  --vs-accent: var(--red);
  --vs-accent-ink: #ffffff;
  --vs-ink: var(--ink);
  --vs-muted: var(--body);
  --vs-bg: #ffffff;
  --vs-surface: var(--paper);
  --vs-radius: 2px;
  --vs-line: var(--line);
  --vs-font: var(--sans);
  --vs-ok: #15803d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 16px/1.6 var(--sans); color: var(--body); background: #fff; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4, p, dl, dd, dt, figure { margin: 0; }
ol, ul { margin: 0; padding: 0; list-style: none; }

.wrap { width: min(1200px, 100% - 2rem); margin-inline: auto; }
.wrap--narrow { width: min(840px, 100% - 2rem); }
@media (min-width: 900px) { .wrap { width: min(1200px, 100% - 5rem); } }

.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

/* ---- type ---- */
.eyebrow { display: flex; align-items: center; gap: 8px; font: 700 11px/16.5px var(--sans); letter-spacing: 2.42px; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.eyebrow--dot::before { content: ''; flex: none; width: 8px; height: 8px; background: var(--red); }
.eyebrow--light { color: #e5e7eb; font-size: 14px; }
.eyebrow--red { color: var(--red); }
.h2 { font: 800 clamp(26px, 3.4vw, 40px)/1.12 var(--sans); letter-spacing: -1px; text-transform: uppercase; color: var(--ink); }
.h2--light { color: #fff; }
.tag { display: block; font: 700 10px/16px var(--sans); letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.tag--red { color: var(--red); }
.arrow { font-style: normal; margin-inline-start: .3em; }

/* ---- buttons and links ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  min-height: 46px; padding: 14px 28px; border: 1px solid transparent; border-radius: 2px;
  font: 700 12px/18px var(--sans); letter-spacing: 1.44px; text-transform: uppercase; white-space: nowrap;
  text-decoration: none; color: var(--ink); transition: filter .15s, background .15s, color .15s;
}
.btn:hover { filter: brightness(1.08); }
.btn:focus-visible { outline: 3px solid var(--red-2); outline-offset: 2px; }
.btn--red { background: var(--red); color: #fff; }
.btn--outline { border-color: var(--line-2); background: #fff; color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; border-color: var(--ink); filter: none; }
.btn--outline-light { border-color: rgba(255,255,255,.4); background: transparent; color: #fff; }
.btn--outline-light:hover { background: #fff; color: var(--ink); }
.btn--sm { min-height: 42px; padding: 12px 24px; }
.link { display: inline-flex; align-items: center; font: 700 12px/16px var(--sans); letter-spacing: .6px; text-transform: uppercase; color: var(--red); text-decoration: none; }
.link:hover { text-decoration: underline; }
.sec-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 36px; }

/* ---- header (1:37) ---- */
.hd { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line-2); }
.hd__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 64px; padding-inline: 1rem; }
@media (min-width: 900px) { .hd__inner { min-height: 76px; padding: 0 40px 0 24px; gap: 38px; } }
.hd__brand { display: flex; align-items: center; flex-shrink: 0; gap: 14px; text-decoration: none; white-space: nowrap; }
.hd__logo { width: 111px; height: 29px; object-fit: contain; }
.hd__rule { display: none; width: 1px; height: 24px; background: #d6d3cd; }
.hd__meta { display: none; flex-direction: column; gap: 2px; }
@media (min-width: 640px) { .hd__meta { display: flex; } .hd__rule { display: block; } }
.hd__part { font: 700 9px/9px var(--sans); letter-spacing: 1.98px; text-transform: uppercase; color: #111827; }
.hd__part b { color: #a41118; }
.hd__sub { font: 400 8px/12px var(--sans); letter-spacing: 1.28px; text-transform: uppercase; color: #555b62; }
.hd__toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0 11px; border: 1px solid var(--line-2); background: #fff; cursor: pointer; }
.hd__toggle span { display: block; height: 2px; background: var(--ink); }
.hd__nav { display: none; }
.hd__nav > a { position: relative; padding: 8px 0; font: 700 12px/18px var(--sans); letter-spacing: 1.68px; text-transform: uppercase; color: var(--dark); text-decoration: none; white-space: nowrap; }
.hd__nav > a:hover, .hd.is-home .hd__link--home, .hd.is-projekt .hd__link--projekt, .hd.is-blogg .hd__link--blogg, .hd.is-post .hd__link--blogg, .hd.is-kontakt .hd__link--kontakt { color: var(--red); }
.hd.is-home .hd__link--home::after, .hd.is-projekt .hd__link--projekt::after, .hd.is-blogg .hd__link--blogg::after, .hd.is-post .hd__link--blogg::after, .hd.is-kontakt .hd__link--kontakt::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--red); }
.hd__nav.is-open { display: flex; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: flex-start; gap: 12px; padding: 1.25rem 1rem 1.5rem; background: #fff; border-bottom: 1px solid var(--line); }
.hd__nav.is-open > a::after { display: none; }
.hd__right { display: flex; align-items: center; flex-shrink: 0; gap: 10px; }
.hd__langs { display: inline-flex; align-items: center; font: 700 12px/18px var(--sans); letter-spacing: .6px; }
.hd__lang { text-decoration: none; color: var(--muted); }
.hd__lang--current { color: var(--red); text-decoration: underline; }
.hd__slash { padding: 0 8px; color: var(--line-2); }
@media (min-width: 1200px) {
  .hd__toggle { display: none; }
  .hd__nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 32px); }
}

/* ---- hero (1:6) ----
   A 1280x931 frame under the header: the photo fills the top 824px; a white
   panel with a diagonal right edge covers the bottom left; two outlined
   triangle photos (430px boxes at x=496 and x=868, y=501) sit on the seam;
   the copy is at x=40, 53px from the bottom. */
.hero { position: relative; background: #fff; overflow: hidden; }
.hero__bg { position: relative; height: auto; aspect-ratio: 1280 / 824; }
.hero__photo { width: 100%; height: 100%; object-fit: cover; }
.hero__panel { display: none; }
.hero__tri { position: absolute; top: 60.8%; width: 33.6%; aspect-ratio: 1; z-index: 2; }
.hero__tri--1 { left: 38.75%; }
.hero__tri--2 { left: 67.8%; }
.hero__tri img { position: absolute; left: 5.77%; top: -1.63%; width: 88.46%; height: 76.86%; }
.hero__inner { position: relative; z-index: 3; width: min(1200px, 100% - 2rem); margin-inline: auto; padding: 32px 0 40px; }
.hero__title { font: 800 clamp(34px, 4.2vw, 54px)/1 var(--sans); letter-spacing: -.03em; text-transform: uppercase; color: var(--ink); }
.hero__title-main, .hero__accent { display: block; }
.hero__accent { font-style: normal; color: var(--red); }
.hero__lead { max-width: 448px; margin-top: 16px; font: 400 16px/24px var(--sans); color: var(--muted); }
.hero__lead:empty { display: none; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.hero__note { display: flex; align-items: center; gap: 16px; margin-top: 36px; font: 700 13px/16.5px var(--sans); letter-spacing: 2.2px; text-transform: uppercase; color: var(--muted); }
.hero__hairline { display: block; flex: none; width: 117px; height: 1.5px; background: var(--red); }
@media (min-width: 1024px) {
  .hero { aspect-ratio: 1280 / 931; min-height: 700px; }
  .hero__bg { position: absolute; left: 0; top: 0; width: 100%; height: 88.5%; }
  .hero__panel { display: block; position: absolute; left: 0; top: 53.8%; width: 55.9%; height: 35.5%; background: #fff; clip-path: polygon(0 0, 100% 0, 72.9% 100%, 0 100%); z-index: 1; }
  .hero__inner { position: absolute; left: 3.125%; bottom: 5.7%; width: 37.2%; margin: 0; padding: 0; }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero__panel { top: 43%; height: 46.3%; clip-path: polygon(0 0, 100% 0, 100% 23.3%, 72.9% 100%, 0 100%); }
  .hero__inner { width: 39%; }
  .hero .eyebrow { font-size: 10px; letter-spacing: 1.8px; }
  .hero__lead { margin-top: 12px; font-size: 14px; line-height: 21px; }
  .hero__actions { margin-top: 18px; gap: 10px; }
  .hero__note { margin-top: 24px; font-size: 11px; letter-spacing: 1.6px; }
}

/* Micro-navigation strip (1:73) */
.strip { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 14px 1rem; background: #fff; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
@media (min-width: 640px) { .strip { grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 14px 40px; } }
.strip li { display: flex; align-items: center; gap: 10px; font: 700 14px/16.5px var(--sans); letter-spacing: 1.76px; text-transform: uppercase; color: var(--dark); }
.strip__dot { flex: none; width: 8px; height: 8px; background: var(--red); }
.strip__num { font-weight: 400; color: var(--muted); }

/* ---- about (1:93) ---- */
.abt { background: #fff; padding: 64px 0; border-bottom: 1px solid var(--line-2); }
.abt__grid { display: grid; gap: 32px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .abt__grid { grid-template-columns: 5fr 7fr; gap: 48px; } }
.abt__media { position: relative; }
.abt__media img { width: 100%; height: 360px; object-fit: cover; }
.abt__caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; background: var(--dark); color: #fff; }
.abt__caption-tag { display: block; font: 700 10px/16px var(--sans); letter-spacing: 1.4px; text-transform: uppercase; color: var(--red-2); }
.abt__caption-text { display: block; margin-top: 6px; font: 400 12px/18px var(--sans); color: rgba(255,255,255,.85); }
.abt .h2 { margin-bottom: 16px; }
.abt__text { margin-bottom: 14px; font: 400 15px/25px var(--sans); color: var(--body); }
.abt__text:empty { display: none; }
.pillars { display: grid; gap: 24px 32px; grid-template-columns: 1fr; margin-top: 32px; }
@media (min-width: 560px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
.pillar { padding-top: 14px; border-top: 1px solid var(--line-2); }
.pillar__num { display: inline-block; margin-right: 8px; font: 800 11px/1.3 var(--sans); letter-spacing: 1.4px; color: var(--red); }
.pillar b { font: 800 14px/1.3 var(--sans); letter-spacing: .6px; text-transform: uppercase; color: var(--ink); }
.pillar p { margin-top: 6px; font: 400 13px/20px var(--sans); color: var(--muted); }

/* ---- projects (1:145) ---- */
.work { background: var(--paper); padding: 64px 0; }
.projects { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .projects { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .projects { grid-template-columns: repeat(3, 1fr); } }
.proj { background: #fff; border: 1px solid var(--line); }
.proj__media { position: relative; overflow: hidden; }
.proj__media > img { width: 100%; height: 200px; object-fit: cover; transition: transform .6s ease; }
.proj:hover .proj__media > img { transform: scale(1.04); }
.proj__place { position: absolute; left: 12px; top: 12px; padding: 5px 8px; background: var(--dark); font: 700 9px/12px var(--sans); letter-spacing: 1.4px; text-transform: uppercase; color: #fff; }
.proj__body { padding: 18px 20px 20px; }
.proj__body h3 { font: 800 16px/1.25 var(--sans); letter-spacing: -.2px; text-transform: uppercase; color: var(--ink); }
.proj__body p { margin: 6px 0 12px; font: 400 13px/20px var(--sans); color: var(--muted); }
.proj__case { font: 700 11px/1.3 var(--sans); letter-spacing: 1px; text-transform: uppercase; color: var(--muted); text-decoration: none; }
.proj__case:hover { color: var(--red); }
.work__all { margin-top: 32px; text-align: center; }

/* ---- construction & anatomy (1:243) ---- */
.ana { background: var(--red); color: #fff; padding: 64px 0 33px; border-bottom: 1px solid var(--line-2); }
.ana__grid { display: grid; gap: 32px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .ana__grid { grid-template-columns: 4fr 8fr; gap: 48px; } }
.ana__title { margin-bottom: 8px; font-size: clamp(24px, 2.4vw, 30px); line-height: 1.2; letter-spacing: -.75px; color: var(--ink); }
.ana__text { padding: 8px 0 12px; font: 400 16px/20px var(--sans); color: #fff; }
.ana__note { padding: 14px 14px 14px 16px; background: var(--paper); border-left: 2px solid var(--red); font: 400 12px/16px var(--sans); color: var(--dark); }
.ana__fig { background: var(--paper); border: 1px solid var(--line-2); padding: clamp(12px, 2.6vw, 33px); }
.draw { position: relative; width: 100%; aspect-ratio: 719 / 431; container-type: inline-size; }
.draw__base { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; }
.draw__v { position: absolute; max-width: none; }
.draw__v0 { left: 15%; top: 33.33%; width: 71.25%; height: 56.25%; }
.draw__v1 { left: 18.75%; top: 38.54%; width: 62.5%; height: 53.13%; }
.draw__v2 { left: 13.75%; top: 30.21%; width: 69.37%; height: 51.04%; }
.draw__v3 { left: 13.12%; top: 27.08%; width: 70.63%; height: 51.05%; }
.draw__v4 { left: 22.5%; top: 66.67%; width: 1.25%; height: 4.16%; }
.draw__v5 { left: 37.5%; top: 55.21%; width: 1.25%; height: 4.16%; }
.draw__v5b { left: 52.5%; top: 43.75%; width: 1.25%; height: 4.17%; }
.draw__v6 { left: 67.5%; top: 32.29%; width: 1.25%; height: 4.17%; }
.draw__v7 { left: 6.98%; top: 85.42%; width: 4.89%; height: 12.5%; }
.draw__v8 { left: 52.5%; top: 44.79%; width: 1.25%; height: 2.09%; }
.draw__v9 { left: 53.13%; top: 16.67%; width: 6.87%; height: 29.16%; }
.draw__v10 { left: 60%; top: 16.67%; width: 25%; height: 1px; }
.draw__v11 { left: 63.25%; top: 41.87%; width: 1%; height: 1.67%; }
.draw__v12 { left: 63.75%; top: 42.71%; width: 7.5%; height: 1px; }
.draw__v13 { left: 71.25%; top: 42.71%; width: 18.75%; height: 1px; }
.draw__v14 { left: 42%; top: 58.54%; width: 1%; height: 1.67%; }
.draw__v15 { left: 32.5%; top: 41.67%; width: 10%; height: 17.7%; }
.draw__v16 { left: 12.5%; top: 41.67%; width: 20%; height: 1px; }
.draw__v17 { left: 34.5%; top: 78.33%; width: 1%; height: 1.67%; }
.draw__v18 { left: 35%; top: 79.17%; width: 8.75%; height: 12.5%; }
.draw__v19 { left: 43.75%; top: 91.67%; width: 21.25%; height: 1px; }
.draw__v20 { left: 72%; top: 47.08%; width: 1%; height: 1.67%; }
.draw__v21 { left: 72.5%; top: 47.92%; width: 5%; height: 16.66%; }
.draw__v22 { left: 77.5%; top: 64.58%; width: 17.5%; height: 1px; }
.draw__v23 { left: 9.25%; top: 89.79%; width: 1%; height: 1.67%; }
.draw__v24 { left: 9.75%; top: 70.83%; width: 1px; height: 19.79%; }
.draw__v25 { left: 9.75%; top: 70.83%; width: 15.25%; height: 1px; }
.draw__label { position: absolute; display: block; white-space: nowrap; }
.draw__label b { display: block; font: 700 clamp(6px, 1.37cqw, 9.9px)/1.2 var(--sans); letter-spacing: .09em; color: var(--ink); }
.draw__label small { display: block; margin-top: 1.1cqw; font: 400 clamp(5.5px, 1.25cqw, 9px)/1.2 var(--sans); color: var(--muted); }
.draw__label--1 { left: 60.55%; top: 11%; }
.draw__label--2 { left: 71.78%; top: 37%; }
.draw__label--3 { left: 13.1%; top: 36%; }
.draw__label--4 { left: 44.3%; top: 86.4%; }
.draw__label--5 { left: 78%; top: 59.3%; }
.draw__label--6 { left: 10.6%; top: 65.5%; }
.layers { display: grid; gap: 14px 28px; grid-template-columns: 1fr; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.28); }
@media (min-width: 640px) { .layers { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .layers { display: none; } }
.layers b { display: block; margin-bottom: 4px; font: 800 12px/1.3 var(--sans); letter-spacing: 1.1px; text-transform: uppercase; color: #fff; }
.layers span { font: 400 13px/20px var(--sans); color: rgba(255,255,255,.82); }

/* ---- trust (1:308) ---- */
.trust { background: #fff; padding: 48px 0; border-bottom: 1px solid var(--line); }
.trust__grid { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .trust__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .trust__grid { grid-template-columns: repeat(4, 1fr); } }
.trust__card b { display: block; margin-bottom: 8px; font: 800 17px/1.25 var(--sans); letter-spacing: -.2px; text-transform: uppercase; color: var(--ink); }
.trust__card p { font: 400 13px/21px var(--sans); color: var(--muted); }

/* ---- process (1:338) ---- */
.proc { background: #fff; padding: 56px 0; border-bottom: 1px solid var(--line); }
.proc .h2 { margin-bottom: 36px; }
.steps { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.steps li { padding-top: 16px; border-top: 1px solid var(--line-2); }
.steps li:last-child .steps__num { background: var(--red); }
.steps__num { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 14px; background: var(--ink); font: 800 11px/1 var(--sans); letter-spacing: 1px; color: #fff; }
.steps b { display: block; margin-bottom: 8px; font: 800 14px/1.3 var(--sans); letter-spacing: 1px; text-transform: uppercase; color: var(--ink); }
.steps p { font: 400 13px/21px var(--sans); color: var(--muted); }

/* ---- materials (1:382) ---- */
.mat { background: #fff; padding: 64px 0; border-bottom: 1px solid var(--line); }
.mat__grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .mat__grid { grid-template-columns: repeat(3, 1fr); } }
.mcard { padding: 26px 24px 24px; border: 1px solid var(--line); background: var(--paper); }
.mcard h3 { margin-bottom: 12px; font: 800 17px/1.3 var(--sans); letter-spacing: -.2px; text-transform: uppercase; color: var(--ink); }
.mcard p { margin-bottom: 18px; font: 400 13px/21px var(--sans); color: var(--muted); }
.mcard dl { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line-2); }
.mcard dt { font: 700 10px/16px var(--sans); letter-spacing: 1.2px; text-transform: uppercase; color: var(--muted); }
.mcard dd { font: 800 13px/1.3 var(--sans); color: var(--ink); }

/* ---- panel pages ---- */
.section { background: #fff; padding: 56px 0; border-top: 1px solid var(--line); }
.container { width: min(1200px, 100% - 2rem); margin-inline: auto; }
.container--narrow { width: min(840px, 100% - 2rem); }
.page-blocks h2 { font: 800 clamp(24px, 3vw, 32px)/1.15 var(--sans); letter-spacing: -.8px; text-transform: uppercase; color: var(--ink); margin-bottom: 16px; }
.page-blocks h3 { font: 800 18px/1.3 var(--sans); text-transform: uppercase; color: var(--ink); margin: 20px 0 8px; }
.page-blocks p, .page-blocks li { font: 400 15px/25px var(--sans); color: var(--body); }
.page-blocks p { margin-bottom: 12px; }
.page-blocks li { position: relative; padding-left: 18px; }
.page-blocks li::before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: var(--red-2); }

/* ---- faq (1:432) ---- */
.faq-sec { background: var(--paper); border-bottom: 1px solid var(--line-2); padding: 64px 0 65px; }
.faq__grid { display: grid; gap: 32px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .faq__grid { grid-template-columns: 4fr 8fr; gap: 48px; } }
.faq-sec .eyebrow { font-size: 14px; }
.faq-sec .h2 { font-size: clamp(24px, 2.4vw, 30px); line-height: 1.2; letter-spacing: -.75px; }
.faq__text { margin: 16px 0 22px; font: 400 14px/20px var(--sans); color: var(--muted); }
.faq { background: #fff; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); padding: 1px 28px 0; }
.faq:empty::before { content: '…'; display: block; padding: 20px 0; color: var(--soft); }
.faq details { border-top: 1px solid var(--line-2); }
.faq details:first-child { border-top: 0; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative; font: 700 14px/20px var(--sans); color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: var(--red); font: 400 18px/28px var(--sans); }
.faq details[open] summary::after { content: '\2212'; }
.faq p { padding: 0 0 20px; font: 400 14px/22px var(--sans); color: var(--muted); }

/* ---- cta (1:473) ---- */
.cta { position: relative; background: var(--ink); color: #fff; padding: 96px 0; overflow: hidden; }
.cta__bg { position: absolute; inset: 0; opacity: .3; }
.cta__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.cta::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,17,.63) 0%, rgba(17,17,17,.57) 50%, rgba(17,17,17,.44) 100%); }
.cta__inner { position: relative; z-index: 1; max-width: 672px; }
.cta__title { font-size: clamp(30px, 3.6vw, 46px); line-height: .95; letter-spacing: -.025em; }
.cta__text { margin-top: 16px; font: 400 16px/24px var(--sans); color: var(--pale); }
.cta__text:empty { display: none; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }

/* ---- footer (1:489) ---- */
.ft { background: #000; color: var(--pale); padding: 49px 0 40px; border-top: 1px solid #2a2a2a; }
.ft__grid { display: grid; gap: 32px; grid-template-columns: 1fr; padding-bottom: 41px; border-bottom: 1px solid #2a2a2a; }
@media (min-width: 640px) { .ft__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ft__grid { grid-template-columns: 1fr 1fr 1fr; } }
.ft__brand img { width: 141px; height: 36px; object-fit: contain; margin-bottom: 18px; }
.ft__part { font: 700 11px/16.5px var(--sans); letter-spacing: 2.2px; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.ft__bio { max-width: 384px; font: 400 12px/19.5px var(--sans); color: var(--muted); }
.ft__bio:empty { display: none; }
.ft__label { font: 700 11px/16.5px var(--sans); letter-spacing: 1.98px; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.ft__links { display: flex; flex-direction: column; gap: 8px; }
.ft__links--two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.ft__links a { font: 600 12px/16px var(--sans); color: var(--pale); text-decoration: none; }
.ft__links a:hover { color: #fff; }
.ft__addr { margin-bottom: 6px; font: 400 12px/16px var(--sans); color: var(--pale); }
.ft__addr b { font-weight: 700; color: var(--muted); }
.ft__addr a { text-decoration: none; }
.ft__addr a:hover { color: #fff; }
.ft__cta { margin-top: 20px; min-height: 38px; padding: 10px 24px; }
.ft__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; padding-top: 24px; font: 400 11px/16.5px var(--sans); color: var(--muted); }
.ft__legal { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.ft__legal a { text-decoration: none; }
.ft__legal a:hover { color: #fff; }
.ft__legal .vs-consent-link { font: inherit; color: inherit; }
.ft__langs { display: inline-flex; align-items: center; gap: 20px; }
.ft__langs a { font-weight: 700; color: #fff; text-decoration: underline; text-decoration-color: var(--red); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .proj__media > img { transition: none; }
}
