/* ===== DJUPENERGI — heating-water infrastructure =====
 *
 * Built from Figma BRCibOteBxjpXGRPJGdYN8, node 1:1702 (1280 x 6927).
 * Deep slate ink (#22343f) on white and a warm off-white (#f5f6f4); a
 * bright signal orange (#fc8a0e) for eyebrows and rules, a burnt variant
 * (#ac4f2a) for buttons and the hero outline; muted blue-grey body copy.
 * Space Grotesk for headings and labels, Plus Jakarta Sans for the rest.
 * The desktop frame is 1280 wide; everything reflows to one column under 900.
 */
:root {
  --ink: #22343f;
  --body: #485762;
  --orange: #fc8a0e;
  --burnt: #ac4f2a;
  --paper: #f5f6f4;
  --white: #ffffff;
  --line: rgba(34, 52, 63, 0.14);
  --line-soft: rgba(34, 52, 63, 0.08);
  --display: "Space Grotesk", system-ui, sans-serif;
  --sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: ui-monospace, "SFMono-Regular", "Cascadia Mono", Menlo, monospace;
  --shadow-btn: 0 4px 9px rgba(229, 89, 16, .22);

  /* The shared booking wizard, banner and page shells follow the design. */
  --vs-accent: var(--burnt);
  --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: 12px;
  --vs-font: var(--sans);
  --vs-ok: #2f7a4f;
}

* { 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: var(--white); }
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(1232px, 100% - 2rem); margin-inline: auto; }
.wrap--narrow { width: min(860px, 100% - 2rem); }
@media (min-width: 900px) { .wrap { width: min(1232px, 100% - 3rem); } }

.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 { font: 700 14px/18px var(--display); letter-spacing: 1.98px; text-transform: uppercase; color: var(--orange); margin-bottom: 18px; }
.eyebrow--rule { display: flex; align-items: center; gap: 10px; }
.eyebrow--rule::before { content: ''; flex: none; width: 10px; height: 2px; background: currentColor; }
.eyebrow--sm { font-size: 11px; }
.eyebrow--burnt { color: var(--burnt); }
.eyebrow--glow::before { background: var(--burnt); }
.h2 { font: 700 clamp(30px, 4.5vw, 57.6px)/1.05 var(--display); letter-spacing: -.04em; color: var(--ink); }
.h2--exp { font-size: clamp(30px, 4.2vw, 53.8px); }
.h2--prec { font-size: clamp(28px, 3.2vw, 41px); letter-spacing: -.04em; }
.h2--light { color: #fff; }
.h2--cta { font-size: clamp(32px, 5vw, 64px); }
.sec__head { max-width: 800px; }
.lede { margin-top: 19px; font: 400 16px/26.4px var(--sans); color: var(--body); }
.tag { display: block; font: 700 12px/19.2px var(--display); letter-spacing: 1.44px; text-transform: uppercase; color: var(--burnt); }
.tag--orange { font-size: 11px; line-height: 17.6px; letter-spacing: 1.54px; color: var(--orange); }
.tag em { font-style: normal; font-weight: 500; color: var(--body); margin-left: 6px; }
.arrow { font-style: normal; margin-inline-start: .35em; }

/* ---- buttons and links ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 10px 22px; border: 1px solid transparent; border-radius: 999px;
  font: 600 14px/22.4px var(--sans); text-decoration: none; color: var(--ink); white-space: nowrap;
  transition: filter .15s, background .15s, color .15s;
}
.btn:hover { filter: brightness(1.05); }
.btn:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.btn--pill { min-height: 52px; padding: 14px 30px; font-size: 15px; line-height: 24px; }
.btn--lg { min-height: 65px; font-size: 16px; }
.btn--orange { background: var(--burnt); color: #fff; box-shadow: var(--shadow-btn); }
.btn--sm { min-height: 44px; padding: 10px 22px; font-size: 14px; }
.link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 6px 12px 0; font: 600 15px/24px var(--sans); color: var(--ink); text-decoration: none; }
.link:hover { text-decoration: underline; }
.link__arrow { width: 9px; height: 4px; flex: none; }

/* ---- header (1:2092) ---- */
.hd { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line-soft); }
.hd__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 68px; padding-inline: 1rem; }
@media (min-width: 900px) { .hd__inner { min-height: 80px; padding: 0 0 0 24px; } }
.hd__brand { display: flex; align-items: center; flex-shrink: 0; gap: 14px; text-decoration: none; white-space: nowrap; }
.hd__logo { width: 110px; height: auto; object-fit: contain; }
@media (min-width: 900px) { .hd__logo { width: 141px; height: 58px; object-fit: cover; object-position: 50% 53%; } }
.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: #000; }
.hd__part b { color: var(--burnt); }
.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); border-radius: 6px; background: #fff; cursor: pointer; }
.hd__toggle span { display: block; height: 2px; background: var(--ink); }
.hd__nav { display: none; }
.hd__nav > a { font: 500 14px/22.4px var(--sans); letter-spacing: -.14px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.hd__nav > a:hover, .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(--burnt); }
.hd__nav.is-open { display: flex; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: flex-start; gap: 16px; padding: 1.25rem 1rem 1.5rem; background: #fff; border-bottom: 1px solid var(--line); }
.hd__right { display: flex; align-items: center; flex-shrink: 0; gap: 18px; }
.hd__lang { font: 600 12px/1.3 var(--sans); letter-spacing: 1px; text-transform: uppercase; color: var(--ink); text-decoration: none; }
@media (min-width: 1100px) {
  .hd__toggle { display: none; }
  .hd__nav { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 36px); }
  .hd__right { margin-left: 8px; }
}

/* ---- hero (1:1704) ----
   A 1280x776 frame: the photo fills it; a white 70% panel (shape-2.svg,
   1316 wide, burnt 11px outline) is cut around the glass box on the right;
   the copy sits at x=42, y=95 inside the panel. */
.hero { position: relative; overflow: hidden; background: var(--paper); }
.hero__art { position: relative; height: 260px; }
.hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: 60% 45%; }
.hero__panel { display: none; }
.hero__inner { position: relative; width: min(1232px, 100% - 2rem); margin-inline: auto; padding: 40px 0 48px; }
.hero__title { max-width: 680px; font: 700 clamp(40px, 6vw, 79.4px)/.96 var(--display); letter-spacing: -.055em; color: var(--ink); }
.hero__lead { max-width: 428px; margin-top: 27px; font: 500 clamp(17px, 1.6vw, 20px)/1.43 var(--sans); color: var(--body); }
.hero__lead:empty { display: none; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 40px; }
.hero__more { display: inline-flex; align-items: center; padding: 12px 6px; font: 600 20px/24px var(--sans); color: var(--ink); text-decoration: none; }
.hero__more:hover { text-decoration: underline; }
@media (min-width: 900px) {
  .hero { min-height: 776px; background: #fff; }
  .hero__art { position: absolute; inset: 0; height: auto; }
  /* The design's image transform, verbatim: full width, 156% tall, shifted
     up 51% — the roof and the pool in front both stay in the frame. */
  .hero__photo { position: absolute; left: 0; top: -51.01%; width: 100%; height: 156.22%; object-fit: fill; }
  .hero__panel { display: block; position: absolute; left: 0; top: 0; width: 102.8%; max-width: none; height: 100%; }
  .hero__inner { width: auto; max-width: min(680px, 53vw); margin: 0; padding: clamp(56px, 7.4vw, 95px) 0 60px clamp(24px, 3.3vw, 42px); }
  /* The headline stays inside the panel's straight edge (x≈530): three lines
     in both languages, as the design breaks it. */
  .hero__title { max-width: min(520px, 40.6vw); }
  .hero__lead { max-width: min(428px, 33.4vw); }
}
@media (min-width: 1360px) { .hero__inner { padding-left: calc((100vw - 1232px) / 2 + 18px); } }

/* ---- expertise (1:1726) ---- */
.exp { background: var(--paper); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 67px 0; }
.exp__grid { display: grid; gap: 40px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .exp__grid { grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 76.8px); } }
.exp .h2 { margin-bottom: 24px; }
.exp__text { margin-bottom: 20px; font: 400 17px/28px var(--sans); color: var(--body); }
.exp__text--last { margin-bottom: 36px; }
.exp__figure { border-radius: 28px; overflow: hidden; box-shadow: 0 20px 44px rgba(34,52,63,.08); }
.exp__img { width: 100%; height: 320px; object-fit: cover; object-position: 55% 50%; }
@media (min-width: 900px) { .exp__img { height: 480px; } }
.flow { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; padding: 21px 25px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.flow li { font: 700 13px/20.8px var(--display); letter-spacing: .78px; text-transform: uppercase; color: var(--ink); }
.flow__arrow { color: var(--orange) !important; font-size: 16px !important; letter-spacing: 0 !important; }

/* ---- services (1:1753) ---- */
.svc { background: var(--white); padding: 66px 0; }
.svc__grid { display: grid; gap: 20px; grid-template-columns: 1fr; margin-top: 44px; }
@media (min-width: 1024px) { .svc__grid { grid-template-columns: 1.2fr 1fr; align-items: start; } }
.svc__lead { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 28px; overflow: hidden; }
.svc__lead > img { width: 100%; height: 280px; object-fit: cover; }
@media (min-width: 1024px) { .svc__lead > img { height: 380px; } }
.svc__lead-body { padding: 48px 48px 44px; }
.svc__lead-body h3 { margin: 12px 0 16px; font: 700 clamp(24px, 2.5vw, 32px)/1.05 var(--display); letter-spacing: -.04em; color: var(--ink); }
.svc__lead-body p { margin-bottom: 16px; font: 400 16px/26.4px var(--sans); color: var(--body); }
.svc__rest { display: grid; gap: 20px; align-content: start; }
.scard { display: block; padding: 33px 33px 40px; background: #fff; border: 1px solid var(--line); border-radius: 20px; text-decoration: none; transition: border-color .15s, transform .15s; }
@media (min-width: 1024px) { .scard { padding-bottom: 65px; } }
.scard:hover { border-color: var(--orange); transform: translateY(-2px); }
.scard__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 9px; }
.scard__head img { flex: none; width: 38px; height: 38px; }
.scard b { display: block; margin-top: 11px; font: 700 22px/23.1px var(--display); letter-spacing: -.44px; color: var(--ink); }
.scard__text { display: block; font: 400 16px/26.4px var(--sans); color: var(--body); }

/* ---- why (1:1816) ---- */
.why { background: var(--white); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 66px 0; }
.why__grid { display: grid; gap: 24px; grid-template-columns: 1fr; margin-top: 40px; }
@media (min-width: 640px) { .why__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .why__grid { grid-template-columns: repeat(4, 1fr); } }
.why-card { padding-top: 20px; border-top: 2px solid var(--orange); }
.why-card b { display: block; margin: 10px 0 8px; font: 700 20px/1.3 var(--display); letter-spacing: -.8px; color: var(--ink); }
.why-card p { font: 400 14.5px/23.2px var(--sans); color: var(--body); }

/* ---- process (1:1852) ---- */
.proc { background: var(--white); padding: 66px 0; }
.steps { position: relative; display: grid; gap: 28px; grid-template-columns: 1fr; margin-top: 44px; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
  .steps { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .steps::before { content: ''; position: absolute; left: 48px; right: 48px; top: 22px; height: 2px; background: var(--orange); opacity: .6; }
}
.steps li { position: relative; }
.steps__num { position: relative; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; border: 2px solid var(--ink); border-radius: 50%; background: #fff; box-shadow: 0 4px 6px rgba(34,52,63,.08); font: 700 14px/1 var(--display); color: var(--ink); }
.steps b { display: block; margin: 24px 0 9px; font: 700 20px/21px var(--display); letter-spacing: -.8px; text-transform: uppercase; color: var(--ink); }
.steps p { font: 400 14.5px/23.2px var(--sans); color: var(--body); }

/* ---- selected projects (1:1894) ---- */
.work { background: var(--paper); padding: 66px 0; }
.work__grid { display: grid; gap: 18px; grid-template-columns: 1fr; margin-top: 44px; }
@media (min-width: 1024px) { .work__grid { grid-template-columns: 1.2fr .8fr; align-items: start; } }
.proj { background: #fff; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; }
.proj--lead { position: relative; display: flex; align-items: flex-end; min-height: 520px; padding: 36px; border: 0; box-shadow: 0 20px 48px rgba(34,52,63,.1); }
@media (min-width: 1024px) { .proj--lead { min-height: 751px; } }
.proj__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.proj--lead::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(34,52,63,.05), rgba(34,52,63,.72)); }
.proj__card { position: relative; z-index: 1; width: 100%; padding: clamp(24px, 3vw, 39px); background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.9); border-radius: 20px; box-shadow: 0 16px 36px rgba(34,52,63,.14); }
.proj__card h3 { margin: 7px 0; font: 700 clamp(22px, 2.2vw, 28.2px)/1.05 var(--display); letter-spacing: -.04em; color: var(--ink); }
.proj__card p { font: 400 14.5px/23.93px var(--sans); color: var(--body); }
.proj__card .link { padding-top: 22px; }
.proj__media > img { width: 100%; height: 200px; object-fit: cover; transition: transform .6s ease; }
.proj:hover .proj__media > img { transform: scale(1.03); }
.proj__body { padding: 24px; }
.proj__body h3 { margin: 8px 0 14px; font: 700 20px/21px var(--display); letter-spacing: -.8px; color: var(--ink); }
.work__side { display: grid; gap: 18px; align-content: start; }
.work .vs-more { margin-top: 28px; }

/* ---- engineering precision (1:1952) ---- */
.prec { background: var(--paper); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 67px 0; }
.prec__grid { display: grid; gap: 40px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .prec__grid { grid-template-columns: 1fr 1.15fr; gap: 44.8px; } }
.prec .h2 { margin-bottom: 15px; }
.prec .exp__text { font-size: 16px; line-height: 26.4px; margin-bottom: 0; }
.figures { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); margin-top: 36px; }
.figures > div { padding-left: 18px; border-left: 2px solid var(--orange); }
.figures dt { font: 700 26px/41.6px var(--display); color: var(--ink); }
.figures dd { margin-top: 4px; font: 400 13px/20.8px var(--sans); color: var(--body); }
.spec { display: grid; gap: 24px; padding: clamp(24px, 3.5vw, 45px) clamp(24px, 3.5vw, 45px) clamp(28px, 4vw, 51.6px); background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 16px 20px rgba(34,52,63,.05); }
.spec__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; padding-bottom: 17px; border-bottom: 1px solid var(--line-soft); }
.spec__title { font: 700 11px/17.6px var(--display); letter-spacing: 1.32px; text-transform: uppercase; color: var(--burnt); }
.spec__norm { font: 400 12px/19.2px var(--mono); letter-spacing: .48px; text-transform: uppercase; color: var(--body); }
.draw { position: relative; width: 100%; aspect-ratio: 545 / 308; }
.draw__v { position: absolute; width: 100%; height: 100%; max-width: none; }
.draw__v0 { left: 27.17%; top: 9.62%; width: 45.66%; height: 80.76%; }
.draw__v1 { left: 30.87%; top: 16.15%; width: 38.26%; height: 67.7%; }
.draw__v2 { left: 38.26%; top: 29.23%; width: 23.48%; height: 41.54%; }
.draw__v3 { left: 40.87%; top: 33.85%; width: 18.26%; height: 32.3%; }
.draw__v4 { left: 43.91%; top: 39.23%; width: 12.18%; height: 21.54%; }
.draw__v5 { left: 46.96%; top: 44.62%; width: 6.08%; height: 10.76%; }
.draw__v6 { left: 13.04%; top: 49.7%; width: 11.96%; height: 2px; }
.draw__v7 { left: 12.39%; top: 48.85%; width: 1.31%; height: 2.3%; }
.draw__v8 { left: 50%; top: 3.85%; width: 1.5px; height: 9.61%; }
.draw__v9 { left: 71.74%; top: 30.77%; width: 15.22%; height: 11.54%; }
.draw__v10 { left: 86.3%; top: 29.62%; width: 1.31%; height: 2.3%; }
.draw__label { position: absolute; font: 700 clamp(9px, 2.4cqw, 13px)/1 var(--mono); white-space: nowrap; color: var(--burnt); }
.draw { container-type: inline-size; }
.draw__label--pur { left: 10.87%; top: 42.84%; }
.draw__label--casing { left: 51.3%; top: 6.68%; font-weight: 400; color: var(--body); }
.draw__label--core { left: 80.4%; top: 24.4%; }

/* ---- performance (1:1997) ---- */
.perf { background: var(--white); padding: 66px 0; }
.perf__grid { display: grid; gap: 40px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .perf__grid { grid-template-columns: 5fr 7fr; gap: 56px; } }
.perf .h2 { margin-bottom: 18px; }
.perf .exp__text { font-size: 16px; line-height: 26.4px; margin-bottom: 0; }
.perf__list { display: grid; }
.perf__list li { padding: 22px 0; border-top: 1px solid var(--line); }
.perf__list li:last-child { border-bottom: 1px solid var(--line); }
.perf__list b { display: block; margin-bottom: 6px; font: 700 20px/1.2 var(--display); letter-spacing: -.8px; text-transform: uppercase; color: var(--ink); }
.perf__list span { font: 400 14.5px/23.2px var(--sans); color: var(--body); }

/* ---- sustainability (1:2026) ---- */
.sus { background: var(--white); border-top: 1px solid var(--line-soft); padding: 66px 0; }
.sus .h2 { margin-bottom: 18px; }
.sus__text { font: 400 16px/26.4px var(--sans); color: var(--body); }

/* ---- panel pages ---- */
.section { background: var(--paper); padding: 64px 0; border-top: 1px solid var(--line-soft); }
.container { width: min(1232px, 100% - 2rem); margin-inline: auto; }
.container--narrow { width: min(860px, 100% - 2rem); }
.page-blocks h2 { font: 700 clamp(26px, 3.2vw, 36px)/1.2 var(--display); letter-spacing: -.6px; color: var(--ink); margin-bottom: 18px; }
.page-blocks h3 { font: 700 20px/1.3 var(--display); color: var(--ink); margin: 22px 0 8px; }
.page-blocks p, .page-blocks li { font: 400 16px/26px 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: 11px; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }

/* ---- contact cta (1:2035) ---- */
.cta { background: var(--white); padding: 61px 0; }
.cta__box { position: relative; display: grid; gap: 24px; grid-template-columns: 1fr; align-items: center; padding: clamp(28px, 4.5vw, 57.6px); background: var(--ink); border-radius: 28px; color: #fff; overflow: hidden; }
.cta__box::before { content: ''; position: absolute; right: -100px; top: -150px; width: 450px; height: 450px; background: radial-gradient(circle at center, rgba(229,89,16,.25) 0%, rgba(229,89,16,0) 70%); pointer-events: none; }
@media (min-width: 900px) { .cta__box { grid-template-columns: 1.2fr .8fr; } }
.cta__body, .cta__actions { position: relative; }
.cta__text { max-width: 580px; margin-top: 19px; font: 400 16px/26.4px var(--sans); color: rgba(255,255,255,.78); }
.cta__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
@media (min-width: 900px) { .cta__actions { justify-self: end; } }
.cta__more { display: inline-flex; align-items: center; gap: 8px; padding: 12px 6px; font: 600 15px/24px var(--sans); color: #fff; text-decoration: none; }
.cta__more:hover { text-decoration: underline; }
.cta__more .link__arrow { filter: brightness(0) invert(1); }

/* ---- footer (1:2054) ---- */
.ft { background: var(--ink); color: rgba(255,255,255,.75); padding: 58px 0 24px; border-top: 1px solid rgba(255,255,255,.08); }
.ft__grid { display: grid; gap: 36px; grid-template-columns: 1fr; padding-bottom: 37px; border-bottom: 1px solid rgba(255,255,255,.1); }
@media (min-width: 640px) { .ft__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ft__grid { grid-template-columns: 1.4fr .8fr .8fr; } }
.ft__brand img { width: 119px; height: 55px; object-fit: cover; object-position: 50% 83%; margin-bottom: 17px; }
.ft__bio { max-width: 360px; font: 400 15px/24.75px var(--sans); color: rgba(255,255,255,.65); }
.ft__bio:empty { display: none; }
.ft__label { font: 700 12px/19.2px var(--display); letter-spacing: 1.68px; text-transform: uppercase; color: var(--orange); margin-bottom: 22px; }
.ft__links { display: flex; flex-direction: column; gap: 14px; }
.ft__links a { font: 400 14.5px/23.2px var(--sans); color: rgba(255,255,255,.75); text-decoration: none; }
.ft__links a:hover { color: #fff; }
.ft__addr { font: 400 14px/22.4px var(--sans); color: rgba(255,255,255,.7); }
.ft__addr a { text-decoration: none; }
.ft__addr a:hover { color: #fff; }
.ft__mail { color: var(--orange); }
.ft__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; padding-top: 36px; font: 400 13px/20.8px var(--sans); color: rgba(255,255,255,.5); }
.ft__legal { display: flex; flex-wrap: wrap; gap: 24px; font: 400 14.5px/23.2px var(--sans); color: rgba(255,255,255,.75); }
.ft__legal a { text-decoration: none; }
.ft__legal a:hover { color: #fff; }
.ft__legal .vs-consent-link { font: inherit; color: inherit; }

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