/* ===== YTFORM — exterior painting & gutters =====
 *
 * Built from Figma BRCibOteBxjpXGRPJGdYN8, node 1:4738 (1280 x 8163).
 * Charcoal, orange and a yellow slab; everything set in Sora, headings in
 * caps. The --vs-* tokens hand the same palette to the shared wizard,
 * banner and page shells.
 */
:root {
  --ink: #1c252c;
  --ink-2: #253039;
  --body: #525e68;
  --orange: #fd671a;
  --yellow: #f1cc01;
  --red: #d8262e;
  --paper: #f7f7f5;
  --line: #e5e5e2;
  --line-soft: rgba(28, 37, 44, .1);
  --sans: "Sora", system-ui, -apple-system, "Segoe UI", sans-serif;

  --vs-accent: var(--orange);
  --vs-accent-ink: #ffffff;
  --vs-ink: var(--ink);
  --vs-muted: var(--body);
  --vs-bg: #ffffff;
  --vs-surface: var(--paper);
  --vs-line: var(--line);
  --vs-radius: 0px;
  --vs-font: var(--sans);
  --vs-ok: #15803d;
}

*, *::before, *::after { 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 { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, dl, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: 1rem; top: 1rem; z-index: 10000; padding: .5rem .75rem; background: var(--orange); color: #fff; }

.wrap { width: min(1224px, 100% - 2rem); margin-inline: auto; }
@media (min-width: 900px) { .wrap { width: min(1224px, 100% - 6rem); } }

/* ---- type ---- */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font: 700 14px/18px var(--sans); letter-spacing: 2.4px; text-transform: uppercase; color: var(--orange); }
.eyebrow--yellow { color: var(--yellow); font-size: 12px; }
.eyebrow--rule { align-items: flex-start; }
.eyebrow--rule::before { content: ''; flex-shrink: 0; width: 16px; height: 2px; margin: 8px 18px 0 0; background: var(--orange); box-shadow: 19px 0 0 -5px var(--yellow); }
.h2 { margin-top: 8px; font: 700 clamp(30px, 4vw, 48px)/1 var(--sans); letter-spacing: -1.2px; text-transform: uppercase; color: var(--ink); }
.h2--xl { font-size: clamp(34px, 5vw, 64px); line-height: 1.12; letter-spacing: -1.6px; }
.h3 { font: 700 clamp(26px, 3vw, 36px)/1.1 var(--sans); letter-spacing: -.9px; text-transform: uppercase; color: var(--ink); }
.lede { margin-top: 14px; max-width: 672px; font: 400 20px/32px var(--sans); color: var(--body); }
.lede--sm { font-size: 17px; line-height: 25.5px; }
.lede--panel:empty { display: none; }
.dot { display: inline-block; width: 8px; height: 8px; flex: none; }
.dot--lg { width: 10px; height: 10px; }
.dot--yellow { background: var(--yellow); }
.dot--orange { background: var(--orange); }
.dot--red { background: var(--red); }
.tagline { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); font: 700 12px/18px var(--sans); letter-spacing: 1.2px; text-transform: uppercase; color: var(--ink); }
.tagline em { font-style: normal; color: var(--orange); }
.tagline--rule { width: 100%; margin-top: 32px; padding-top: 25px; }
.link { display: inline-flex; align-items: center; gap: 8px; font: 700 13px/19.5px var(--sans); letter-spacing: 1.3px; text-transform: uppercase; color: var(--ink); text-decoration: none; }
.link:hover { color: var(--orange); }
.arrow { font-family: "Liberation Sans", Arial, sans-serif; }
.arrow--orange { color: var(--orange); }

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 16px 24px; font: 700 16px/20px var(--sans); letter-spacing: 1.4px; text-transform: uppercase; text-decoration: none; border: 1px solid transparent; transition: filter .15s; }
.btn:hover { filter: brightness(.94); }
.btn--orange { background: var(--orange); color: #fff; }
.btn--line { background: #fff; color: var(--ink); border-color: var(--orange); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.btn--sm { min-height: 36px; padding: 8px 24px; font-size: 14px; font-weight: 600; }
.btn--xs { min-height: 34px; padding: 8px 16px; font-size: 12px; letter-spacing: .6px; }

/* ---- tags and chips ---- */
.tag { position: absolute; display: inline-flex; align-items: center; gap: 4px; padding: 4px 12px; font: 700 11px/16.5px var(--sans); letter-spacing: 1.1px; text-transform: uppercase; text-decoration: none; }
.tag--xs { padding: 2px 10px; font-size: 10px; letter-spacing: .5px; }
.tag--ink { background: var(--ink); color: #fff; }
.tag--white { background: #fff; color: var(--ink); letter-spacing: .55px; }
.tag--orange { background: var(--orange); color: #fff; border-radius: 2px; }
.tag--tl { left: 16px; top: 16px; }
.tag--tr { right: 16px; top: 16px; }
.tag--bl { left: 12px; bottom: 12px; }
.tag--br { right: 12px; bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span { padding: 5px 13px; border: 1px solid var(--line); background: #fff; font: 700 11px/16.5px var(--sans); letter-spacing: .55px; text-transform: uppercase; color: var(--ink); }
.chip { display: inline-block; vertical-align: middle; margin-left: 12px; padding: 3px 9px; border: 1px solid var(--line); background: #fff; font: 700 11px/16.5px var(--sans); letter-spacing: .55px; text-transform: uppercase; }
.chip--orange { color: var(--orange); }
.frame { position: relative; padding: 13px; border: 1px solid var(--line); background: #fff; }
.frame > img { width: 100%; object-fit: cover; }
.bar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 16px; margin-top: 24px; padding-top: 17px; border-top: 1px solid var(--line); font: 700 14px/16.5px var(--sans); text-transform: uppercase; color: var(--body); }
.bar > span { display: inline-flex; align-items: center; gap: 8px; }
.bar__accent { color: var(--orange); }
.bar--boxed { margin-top: 8px; padding: 13px; border: 1px solid var(--line); background: #fff; font-size: 11px; font-weight: 600; letter-spacing: .55px; }

/* ---- header (1:4770) ---- */
.hd { position: sticky; top: 0; z-index: 100; background: var(--ink); color: #fff; border-top: 1px solid var(--line); backdrop-filter: blur(6px); }
.hd__inner { display: flex; align-items: center; gap: 16px; min-height: 64px; padding: 0 24px; }
@media (min-width: 900px) { .hd__inner { min-height: 80px; padding-right: 48px; } }
.hd__brand { display: flex; align-items: center; flex-shrink: 0; gap: 14px; text-decoration: none; white-space: nowrap; }
.hd__logo { width: 146px; height: 42px; object-fit: contain; }
.hd__rule { display: none; width: 1px; height: 24px; background: #d6d3cd; }
.hd__meta { display: none; flex-direction: column; }
@media (min-width: 640px) { .hd__meta { display: flex; } .hd__rule { display: block; } }
.hd__part { font: 700 11px/9px var(--sans); letter-spacing: 1.98px; text-transform: uppercase; color: #fff; }
.hd__part b { color: var(--yellow); }
.hd__sub { margin-top: 4px; font: 400 8px/12px var(--sans); letter-spacing: 1.28px; text-transform: uppercase; color: #fff; }
.hd__toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 1px solid rgba(255,255,255,.3); background: transparent; cursor: pointer; }
.hd__toggle span { display: block; height: 2px; margin: 0 11px; background: #fff; }
.hd__nav { display: none; }
.hd__nav > a { font: 500 14px/20px var(--sans); letter-spacing: 1.4px; text-transform: uppercase; color: #fff; text-decoration: none; white-space: nowrap; }
.hd__nav > a:hover, .hd__nav > a.is-active, .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(--yellow); }
.hd__nav.is-open { display: flex; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: flex-start; gap: 14px; padding: 1.25rem 1.5rem; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
.hd__right { display: flex; align-items: center; flex-shrink: 0; gap: 24px; white-space: nowrap; }
.hd__lang { font: 600 12px/1 var(--sans); letter-spacing: 1px; color: rgba(255,255,255,.8); text-decoration: none; }
@media (min-width: 1200px) {
  .hd__toggle { display: none; }
  .hd__nav { display: flex; align-items: center; gap: clamp(12px, 1.6vw, 32px); margin-left: auto; }
  .hd__right { margin-left: 24px; }
}

/* ---- 02 hero (1:4767) ----
   A 1280x750 frame: the photo fills it from y=81, a yellow slab rotated
   -38.53deg covers the left, and the copy card sits at x=34, y=162. */
.hero { position: relative; overflow: hidden; background: #fff; }
.hero__art { position: absolute; inset: 0; pointer-events: none; }
.hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero__slab { display: none; }
.hero__inner { position: relative; z-index: 2; width: min(1224px, 100% - 2rem); margin-inline: auto; padding: 40px 0 48px; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 12px 0; font: 600 12px/16px var(--sans); letter-spacing: 1.2px; text-transform: uppercase; color: var(--orange); }
.hero__title { padding: 12px; margin: 0 -12px 24px; font: 700 clamp(38px, 5vw, 60px)/1.13 var(--sans); letter-spacing: -1.5px; text-transform: uppercase; color: var(--ink); }
.hero__lead { max-width: 640px; font: 400 clamp(18px, 2vw, 24px)/1.22 var(--sans); color: #000; }
.hero__lead:empty { display: none; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
@media (max-width: 899px) {
  .hero__art { position: relative; height: 260px; }
  .hero__inner { background: var(--yellow); width: 100%; padding: 32px 1rem 40px; }
  .hero__eyebrow { background: #fff; padding: 8px 12px; }
}
@media (min-width: 900px) {
  .hero { min-height: 669px; }
  .hero__photo { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
  .hero__slab { display: block; position: absolute; left: -30px; top: -187px; width: 800px; height: 1541px; background: rgba(241, 204, 1, .95); box-shadow: 10px 0 4px rgba(0, 0, 0, .62); transform: rotate(-38.53deg); transform-origin: center; }
  .hero__inner { width: auto; max-width: 650px; margin: 0; padding: 81px 0 0 34px; }
  .hero__eyebrow, .hero__title { max-width: 430px; }
  .hero__title { max-width: 454px; }
  .hero__eyebrow { display: flex; justify-content: center; width: 100%; background: #fff; padding: 16px 0; }
}
@media (min-width: 1360px) { .hero__inner { padding-left: calc((100vw - 1224px) / 2 - 6px); } }

/* ---- 03 brand statement (1:4740) ---- */
.stmt { position: relative; overflow: hidden; padding: 46px 0 47px; border-bottom: 1px solid var(--line); background: #fff; }
.stmt__numeral { display: none; position: absolute; right: 48px; top: 32%; font: 300 240px/1 var(--sans); color: #f7f7f5; user-select: none; }
@media (min-width: 900px) { .stmt__numeral { display: block; } }
.stmt__grid { position: relative; display: grid; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .stmt__grid { grid-template-columns: 7fr 5fr; gap: 48px; } }
.stmt__media img { height: 340px; }

/* ---- 04 services (1:4825) ---- */
.svc { padding: 46px 0 47px; background: var(--paper); border-bottom: 1px solid var(--line); }
.svc__headgrid { display: grid; gap: 16px 24px; align-items: end; }
@media (min-width: 1024px) { .svc__headgrid { grid-template-columns: 7fr 5fr; } }
.svc__intro { font: 400 13px/28px var(--sans); color: var(--body); }
.svc__row { display: grid; gap: 24px 40px; align-items: center; margin-top: 46px; }
@media (min-width: 1024px) { .svc__row { grid-template-columns: 7fr 5fr; } .svc__row--flip { grid-template-columns: 5fr 7fr; } }
.svc__media img { height: 440px; }
.svc__body .h3 { margin: 16px 0 12px; }
.svc__text { font: 400 17px/27.63px var(--sans); color: var(--body); }
.svc__body .link { margin-top: 20px; }
.svc__list { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); font: 600 12px/1.5 var(--sans); letter-spacing: .6px; text-transform: uppercase; color: var(--ink); }
.svc__list:empty { display: none; }
.svc__list li::before { content: '■ '; color: var(--yellow); }

/* ---- 05 why (1:4892) ---- */
.why { padding: 46px 0 47px; border-bottom: 1px solid var(--line); background: #fff; }
.why__grid { display: grid; gap: 40px; }
@media (min-width: 1024px) { .why__grid { grid-template-columns: 4fr 8fr; } }
.why__body .h2 { margin-bottom: 20px; }
.why__list { display: grid; gap: 24px; }
@media (min-width: 640px) { .why__list { grid-template-columns: repeat(3, 1fr); } }
.why__media { position: relative; padding: 8px; background: var(--paper); }
.why__media img { height: 300px; width: 100%; object-fit: cover; }
.why__num { display: block; margin-top: 18px; font: 300 36px/40px var(--sans); color: var(--orange); }
.why__title { margin: 4px 0; font: 700 18px/28px var(--sans); text-transform: uppercase; color: var(--ink); }
.why__list p { font: 400 14px/22.75px var(--sans); color: var(--body); }

/* ---- 06 projects (1:4957) ---- */
.work { padding: 46px 0 47px; border-bottom: 1px solid var(--line); background: #fff; }
.work__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 32px; margin-bottom: 48px; }
.work__grid { display: grid; gap: 32px; }
@media (min-width: 1024px) { .work__grid { grid-template-columns: 7fr 5fr; } }
.work__stack { display: grid; gap: 24px; align-content: start; }
.proj { padding: 17px; border: 1px solid var(--line); background: var(--paper); }
.proj__media { position: relative; overflow: hidden; }
.proj__media > img { width: 100%; height: 190px; object-fit: cover; }
.proj--lead .proj__media > img { height: 450px; }
.proj__view { bottom: 16px; right: 16px; position: absolute; }
.proj__label { margin-top: 14px; font: 700 11px/16.5px var(--sans); letter-spacing: .55px; text-transform: uppercase; color: var(--orange); }
.proj__title { margin: 5px 0; font: 700 24px/32px var(--sans); text-transform: uppercase; color: var(--ink); }
.proj__title--sm { font-size: 18px; line-height: 28px; }
.proj__text { font: 400 16px/22.5px var(--sans); color: var(--body); }

/* ---- 07 process (1:5032) ---- */
.proc { padding: 64px 0 47px; background: var(--paper); border-bottom: 1px solid var(--line); }
.proc__grid { display: grid; gap: 40px; margin-top: 48px; }
@media (min-width: 1024px) { .proc__grid { grid-template-columns: 5fr 7fr; } }
.proc__media img { height: 595px; }
.proc__audit { position: absolute; left: 29px; right: 29px; bottom: 29px; padding: 21px 17px 17px; border: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(2px); }
.proc__audit b { display: block; margin-bottom: 6px; font: 700 11px/16.5px var(--sans); letter-spacing: .55px; text-transform: uppercase; color: var(--orange); }
.proc__audit span { font: 500 13px/19.5px var(--sans); color: var(--ink); }
.steps { position: relative; display: grid; gap: 32px; padding: 32px 0 0 48px; }
.steps::before { content: ''; position: absolute; left: 20px; top: 44px; bottom: 12px; width: 2px; background: var(--orange); }
.steps li { position: relative; }
.steps__dot { position: absolute; left: -38px; top: 2px; display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid #fff; border-radius: 50%; background: var(--ink); font: 700 11px/1 var(--sans); color: #fff; box-shadow: 0 1px 1px rgba(0,0,0,.05); }
.steps__dot::after { content: ''; position: absolute; right: -2px; top: -2px; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.steps__dot--orange { background: var(--orange); }
.steps h3 { font: 700 20px/28px var(--sans); text-transform: uppercase; color: var(--ink); }
.steps p { margin-top: 3px; font: 400 16px/24.38px var(--sans); color: var(--body); }
.proc__steps .bar { margin-top: 32px; padding-top: 21px; }

/* ---- 08 transformation (1:5109) ---- */
.ba { padding: 46px 0 47px; border-bottom: 1px solid var(--line); background: #fff; }
.ba__head { max-width: 672px; margin: 0 auto 40px; text-align: center; }
.ba__head .eyebrow { justify-content: center; font-size: 15px; }
.ba__sub { margin-top: 7px; font: 400 16px/22.5px var(--sans); color: var(--body); }
.ba__grid { display: grid; gap: 32px; }
@media (min-width: 1024px) { .ba__grid { grid-template-columns: 8fr 4fr; } }
.ba__visual { padding: 13px 13px 38px; background: var(--paper); }
.ba__media { position: relative; overflow: hidden; }
.ba__media img { height: 443px; width: 100%; object-fit: cover; }
.ba__divider { position: absolute; top: 0; bottom: 0; left: 50%; width: 9px; margin-left: -1px; background: var(--orange); }
.ba__divider i { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 14px; height: 32px; border-radius: 999px; background: var(--orange); box-shadow: 0 4px 6px -1px rgba(0,0,0,.1); font: 600 12px/1 var(--sans); color: #fff; font-style: normal; }
.matrix { display: flex; flex-direction: column; padding: 33px; border: 1px solid var(--line); background: var(--paper); }
.matrix__label { display: flex; justify-content: space-between; align-items: center; font: 700 11px/16.5px var(--sans); letter-spacing: 1.1px; text-transform: uppercase; color: var(--orange); }
.matrix__title { margin-top: 12px; font: 700 20px/28px var(--sans); letter-spacing: -.5px; text-transform: uppercase; color: var(--ink); }
.matrix__text { margin-top: 8px; font: 400 15px/22.75px var(--sans); color: var(--body); }
.schematic { margin-top: 16px; padding: 33px 17px 17px; border: 1px solid var(--line); background: #fff; font: 700 13px/19.5px var(--sans); color: var(--ink); }
.schematic p { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.schematic__line { font-family: "Liberation Mono", Consolas, monospace; color: var(--yellow); }
.schematic__arrow { display: block !important; padding-left: 12px; font: 700 14px/14px "Liberation Mono", Consolas, monospace; color: var(--orange); }
.schematic__tag { font: 600 11px/16.5px var(--sans); text-transform: uppercase; color: var(--body); }
.schematic__orange { color: var(--orange); }
.schematic__red { color: var(--red); }
.matrix .bar { margin-top: auto; padding-top: 17px; }

/* ---- 09 difference (1:5178) ---- */
.diff { padding: 64px 0 75px; background: var(--paper); border-bottom: 1px solid var(--line); }
.diff__grid { display: grid; gap: 40px; align-items: center; margin-top: 48px; }
@media (min-width: 1024px) { .diff__grid { grid-template-columns: 1fr 1fr; } }
.diff__media img { height: 480px; }
.diff__corner { position: absolute; right: 29px; bottom: 29px; width: 14px; height: 14px; background: var(--yellow); }
.points { display: grid; gap: 24px; }
.points li { padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.points h3 { display: flex; align-items: baseline; gap: 16px; font: 700 24px/32px var(--sans); letter-spacing: -.6px; text-transform: uppercase; color: var(--ink); }
.points h3 em { font: 300 36px/40px var(--sans); color: var(--orange); }
.points p { margin-top: 8px; padding-left: 48px; font: 400 16px/26px var(--sans); color: var(--body); }
.diff__points .link { margin-top: 43px; }

/* ---- 09b the standard (1:5223) ---- */
.std { position: relative; overflow: hidden; padding: 46px 0 47px; background: var(--ink); color: #fff; border-bottom: 1px solid var(--line); }
.std__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .1; }
.std__inner { position: relative; }
.std__title { max-width: 768px; margin-top: 12px; color: #fff; font-size: clamp(34px, 4.7vw, 60px); line-height: 1; letter-spacing: -1.5px; }
.std__lead { max-width: 768px; margin-top: 12px; font: 400 clamp(18px, 2vw, 24px)/1.35 var(--sans); color: #fff; }
.std__grid { display: grid; gap: 32px; margin-top: 64px; padding-top: 49px; border-top: 1px solid rgba(255,255,255,.1); }
@media (min-width: 900px) { .std__grid { grid-template-columns: repeat(3, 1fr); } }
.std__label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; font: 700 16px/16px var(--sans); letter-spacing: 1.2px; text-transform: uppercase; }
.std__label--yellow { color: var(--yellow); }
.std__label--orange { color: var(--orange); }
.std__label--red { color: var(--red); }
.std__grid h3 { font: 700 36px/40px var(--sans); letter-spacing: 1.8px; text-transform: uppercase; color: #fff; }
.std__grid p:last-child { margin-top: 11px; font: 400 16px/24.38px var(--sans); color: #fff; }

/* ---- panel pages ---- */
.section { padding: 48px 0; border-bottom: 1px solid var(--line); }
.section .container { width: min(860px, 100% - 2rem); margin-inline: auto; }

/* ---- 10 cta (1:5329) ---- */
.cta { padding: 46px 0 47px; background: var(--ink); color: #fff; border-bottom: 1px solid var(--line); text-align: center; }
.cta__title { max-width: 768px; margin: 0 auto; color: #fff; font-size: clamp(34px, 4.7vw, 60px); line-height: 1; letter-spacing: -1.5px; }
.cta__text { max-width: 576px; margin: 16px auto 0; font: 600 20px/27px var(--sans); color: rgba(255,255,255,.7); }
.cta__text:empty { display: none; }
.cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 32px; }
.cta__accent { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 40px; opacity: .3; }
.cta__accent span { width: 56px; height: 1px; background: #fff; }
.cta__accent i { width: 6px; height: 6px; }

/* ---- footer (1:5353) ---- */
.ft { padding: 64px 0 48px; background: #fff; color: rgba(28,37,44,.7); font-size: 14px; }
.ft__grid { display: grid; gap: 40px; padding-bottom: 57px; border-bottom: 1px solid var(--line-soft); }
@media (min-width: 640px) { .ft__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .ft__grid { grid-template-columns: 5fr 2fr 2fr 3fr; } }
.ft__brand img { width: 112px; height: auto; }
.ft__bio { margin-top: 15px; max-width: 384px; font: 400 15px/24.38px var(--sans); color: rgba(28,37,44,.6); }
.ft__bio:empty { display: none; }
.ft__cities { margin-top: 9px; font: 600 11px/16.5px var(--sans); letter-spacing: 1.1px; text-transform: uppercase; color: rgba(28,37,44,.4); }
.ft__part { margin-top: 8px; font: 700 11px/16px var(--sans); letter-spacing: 1.98px; text-transform: uppercase; color: var(--orange); }
.ft__label { margin-bottom: 16px; font: 700 12px/18px var(--sans); letter-spacing: 1.2px; text-transform: uppercase; color: var(--ink); }
.ft__label--gap { margin-top: 24px; }
.ft__links { display: grid; gap: 10px; }
.ft__links a { font: 400 14px/21px var(--sans); color: rgba(28,37,44,.7); text-decoration: none; }
.ft__links a:hover { color: var(--orange); }
.ft__cta { display: inline-block; margin-top: 16px; font: 700 12px/18px var(--sans); letter-spacing: 1.2px; text-transform: uppercase; color: var(--orange); text-decoration: none; }
.ft__eco { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; }
.ft__eco a { font: 600 11px/1.5 var(--sans); letter-spacing: 1.1px; text-transform: uppercase; color: rgba(28,37,44,.5); text-decoration: none; }
.ft__eco a:hover { color: var(--orange); }
.ft__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-top: 32px; font: 400 12px/18px var(--sans); color: rgba(28,37,44,.5); }
.ft__legal { display: flex; flex-wrap: wrap; gap: 16px; }
.ft__legal a { color: inherit; text-decoration: none; }
.ft__legal a:hover { color: var(--orange); }

@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }
