/* ==========================================================================
   IT Development — strona wizytówka
   Static port of "Strona ITDEV - offline.html" (Claude Design export).
   All values (colors, spacing, typography, transitions) mirror the original
   inline styles 1:1; they are only moved into classes.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Fonts — self-hosted, identical subsets to the Google Fonts files that were
   embedded in the original bundle (variable-weight woff2).
   -------------------------------------------------------------------------- */
/* Archivo (headline / logotype) */
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 800 900; font-stretch: 100%; font-display: swap;
  src: url("../fonts/archivo-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 800 900; font-stretch: 100%; 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: 800 900; font-stretch: 100%; 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; }

/* Manrope (body) */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("../fonts/manrope-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("../fonts/manrope-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("../fonts/manrope-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@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; }

/* --------------------------------------------------------------------------
   Tokens + base
   -------------------------------------------------------------------------- */
:root {
  --accent: #0091FF;
  --accent-2: #31D6F5;
  --mark: #FF3B30;
  --base: #0A1B2E;
  --base-soft: #12283E;
  --ink: #0F1A24;
  --muted: #5B6B7C;
  --line: #E3E9F1;
  --wash: #F6F9FC;
  --font-body: Manrope, ui-sans-serif, system-ui, sans-serif;
  --font-display: Archivo, Manrope, sans-serif;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-body); background: #ffffff; color: var(--ink); text-wrap: pretty; min-height: 100vh; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-2); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
input, select, textarea, button { font: inherit; }
img { max-width: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.container { max-width: 1180px; margin: 0 auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Shared typography pieces */
.eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }
.eyebrow--light { color: var(--accent-2); }
.section-title { margin: 14px 0 0; font-size: clamp(29px, 3.8vw, 44px); line-height: 1.12; letter-spacing: -1.2px; font-weight: 800; }
.section-lead { margin: 18px 0 0; font-size: 17px; line-height: 1.65; color: var(--muted); }

/* Sections — scroll offset for the sticky header */
.section { scroll-margin-top: 84px; }

/* --------------------------------------------------------------------------
   Header / navigation
   -------------------------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.site-header__bar { max-width: 1180px; margin: 0 auto; padding: 14px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: flex; flex-direction: column; gap: 5px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__name { font-family: var(--font-display); font-weight: 900; font-size: 19px; line-height: 1; letter-spacing: -0.7px; text-transform: uppercase; }
.brand__bar { width: 100%; height: 5px; background: var(--mark); }

.nav-desktop { display: flex; align-items: center; gap: 6px; }
.nav-desktop__link { padding: 9px 12px; border-radius: 9px; font-size: 14.5px; font-weight: 600; color: var(--muted); transition: color 200ms ease-out, background 200ms ease-out; }
.nav-desktop__link:hover { background: var(--wash); color: var(--ink); }
.nav-desktop__link.is-active { color: var(--accent); background: rgba(0, 145, 255, 0.09); }
.nav-desktop__cta { margin-left: 10px; padding: 11px 20px; border-radius: 11px; background: var(--base); color: #fff; font-size: 14.5px; font-weight: 700; transition: transform 200ms ease-out, box-shadow 200ms ease-out, background 200ms ease-out; }
.nav-desktop__cta:hover { background: var(--accent); color: #fff; transform: translateY(-1px); box-shadow: 0 10px 22px -10px rgba(0, 145, 255, 0.65); }

.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; gap: 5px; border: 1px solid var(--line); background: #fff; border-radius: 11px; cursor: pointer; padding: 0; }
.nav-toggle__line { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }

.nav-mobile { display: none; border-top: 1px solid var(--line); background: #fff; padding: 12px 22px 22px; flex-direction: column; gap: 2px; }
.nav-mobile__link { padding: 14px 6px; font-size: 17px; font-weight: 700; color: var(--ink); border-bottom: 1px solid var(--line); }
.nav-mobile__link:hover { color: var(--ink); }
.nav-mobile__cta { margin-top: 14px; padding: 15px; text-align: center; border-radius: 12px; background: var(--base); color: #fff; font-size: 16px; font-weight: 700; }
.nav-mobile__cta:hover { color: #fff; }

/* Breakpoint mirrors the original matchMedia("(max-width: 900px)") */
@media (max-width: 900px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: grid; }
  .site-header.is-open .nav-mobile { display: flex; }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; background: radial-gradient(120% 100% at 15% 0%, var(--base-soft) 0%, var(--base) 55%, #06111D 100%); color: #fff; overflow: hidden; }
.hero__glow { position: absolute; top: -160px; right: -120px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 145, 255, 0.34) 0%, rgba(0, 145, 255, 0) 70%); pointer-events: none; }
.hero__inner { max-width: 1180px; margin: 0 auto; padding: clamp(64px, 9vw, 124px) 22px clamp(72px, 9vw, 128px); position: relative; }
.hero__badge { margin: 0; display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px 7px 11px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.06); border-radius: 100px; font-size: 13px; font-weight: 600; letter-spacing: 0.2px; color: #D6E4F2; }
.hero__badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-2); }
.hero__title { margin: 26px 0 0; max-width: 15ch; font-size: clamp(38px, 6.4vw, 68px); line-height: 1.04; letter-spacing: -2px; font-weight: 800; }
.hero__lead { margin: 24px 0 0; max-width: 56ch; font-size: clamp(16.5px, 1.5vw, 18.5px); line-height: 1.65; color: #B9CADB; }
.hero__actions { margin: 38px 0 0; display: flex; flex-wrap: wrap; gap: 12px; }
.btn-primary { padding: 16px 28px; border-radius: 12px; background: var(--accent); color: #fff; font-weight: 700; font-size: 16px; box-shadow: 0 16px 34px -16px rgba(0, 145, 255, 0.9); transition: transform 220ms ease-out, box-shadow 220ms ease-out; }
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 22px 40px -16px rgba(0, 145, 255, 0.95); }
.btn-ghost { padding: 16px 28px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.24); color: #fff; font-weight: 700; font-size: 16px; transition: background 220ms ease-out, transform 220ms ease-out; }
.btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, 0.09); transform: translateY(-2px); }
.hero__tech { margin: clamp(48px, 6vw, 76px) 0 0; }
.hero__tech-label { margin: 0; font-size: 12.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #7C93AB; }
.hero__tech-list { margin: 16px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 9px; }
.chip { padding: 8px 15px; border-radius: 100px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.06); font-size: 14px; font-weight: 600; color: #D6E4F2; }

/* --------------------------------------------------------------------------
   Usługi
   -------------------------------------------------------------------------- */
.services { padding: clamp(72px, 8vw, 112px) 22px; background: #fff; }
.services__intro { max-width: 640px; }
.services__grid { margin: clamp(36px, 4vw, 56px) 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); gap: 18px; }
.service-card { padding: 30px 26px 32px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, #fff, var(--wash)); transition: transform 300ms ease-out, box-shadow 300ms ease-out, border-color 300ms ease-out; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 46px -26px rgba(10, 27, 46, 0.35); border-color: #CFE0F2; }
.service-card__icon { width: 46px; height: 46px; border-radius: 13px; background: rgba(0, 145, 255, 0.1); display: grid; place-items: center; color: var(--accent); }
.service-card__title { margin: 20px 0 0; font-size: 19.5px; font-weight: 700; letter-spacing: -0.4px; }
.service-card__text { margin: 11px 0 0; font-size: 15.5px; line-height: 1.62; color: var(--muted); }

/* --------------------------------------------------------------------------
   O nas + Manifest
   -------------------------------------------------------------------------- */
.about { padding: clamp(72px, 8vw, 112px) 22px; background: var(--wash); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about__inner { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: clamp(36px, 5vw, 72px); align-items: flex-start; }
.about__intro { flex: 1 1 100%; max-width: 780px; }
.about__text { margin: 20px 0 0; font-size: 17px; line-height: 1.7; color: var(--muted); }
.about__text + .about__text { margin-top: 16px; }
.about__list { margin: 26px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.about__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.55; color: var(--ink); }
.about__list svg { color: var(--accent); flex: none; margin-top: 2px; }
.about__promise { margin: 28px 0 0; padding: 0 0 0 20px; border-left: 2px solid var(--accent); font-size: 17px; line-height: 1.65; font-weight: 600; color: var(--ink); }

.manifest { flex: 1 1 100%; margin-top: clamp(16px, 3vw, 28px); }
.manifest__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 16px; }
.manifest__rule { height: 1px; flex: 1; min-width: 60px; background: var(--line); }
.manifest__title { margin: 16px 0 0; max-width: 780px; font-size: clamp(23px, 2.6vw, 31px); line-height: 1.2; letter-spacing: -0.8px; font-weight: 800; }
.manifest__lead { margin: 14px 0 0; max-width: 700px; font-size: 16.5px; line-height: 1.7; color: var(--muted); }
.manifest__grid { margin: clamp(28px, 4vw, 40px) 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.manifest__item { padding: 26px 24px 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.manifest__num { font-size: 12.5px; font-weight: 800; letter-spacing: 1.4px; color: var(--accent); }
.manifest__item-title { margin: 12px 0 0; font-size: 18.5px; font-weight: 700; letter-spacing: -0.4px; }
.manifest__item-text { margin: 10px 0 0; font-size: 15.5px; line-height: 1.62; color: var(--muted); }

/* --------------------------------------------------------------------------
   Jak pracujemy
   -------------------------------------------------------------------------- */
.process { padding: clamp(72px, 8vw, 112px) 22px; background: #fff; }
.process__intro { max-width: 600px; }
.process__steps { margin: clamp(40px, 5vw, 60px) 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.step { position: relative; padding: 28px 24px 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform 300ms ease-out, box-shadow 300ms ease-out; }
.step:hover { transform: translateY(-5px); box-shadow: 0 22px 44px -26px rgba(10, 27, 46, 0.32); }
.step__head { display: flex; align-items: center; gap: 12px; }
.step__num { width: 36px; height: 36px; flex: none; border-radius: 11px; background: var(--base); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 15px; }
.step__rule { height: 1px; flex: 1; background: linear-gradient(90deg, var(--line), transparent); }
.step__title { margin: 20px 0 0; font-size: 19px; font-weight: 700; letter-spacing: -0.4px; }
.step__text { margin: 10px 0 0; font-size: 15.5px; line-height: 1.62; color: var(--muted); }
.step--accent { background: linear-gradient(160deg, var(--base-soft), var(--base)); color: #fff; }
.step--accent:hover { box-shadow: 0 22px 44px -26px rgba(10, 27, 46, 0.5); }
.step--accent .step__num { background: var(--accent); }
.step--accent .step__rule { background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent); }
.step--accent .step__text { color: #B4C8DB; }

/* --------------------------------------------------------------------------
   Realizacje
   -------------------------------------------------------------------------- */
.work { padding: clamp(72px, 8vw, 112px) 22px; background: var(--wash); border-top: 1px solid var(--line); }
.work__head { display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-end; justify-content: space-between; }
.work__intro { max-width: 600px; }
.work__more { font-size: 15.5px; font-weight: 700; }
.work__grid { margin: clamp(36px, 4vw, 56px) 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.project { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform 300ms ease-out, box-shadow 300ms ease-out, border-color 300ms ease-out; }
.project:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -28px rgba(10, 27, 46, 0.4); border-color: #CFE0F2; }
.project__media { display: block; aspect-ratio: 16 / 10; background: linear-gradient(140deg, #DCE7F4, #F1F6FB); position: relative; }
.project__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.project__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.project__title { margin: 0; font-size: 19px; font-weight: 700; letter-spacing: -0.4px; }
.project__text { margin: 10px 0 0; font-size: 15.5px; line-height: 1.6; color: var(--muted); flex: 1; }
.project__tags { margin: 18px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 7px; }
.project__tag { padding: 5px 11px; border-radius: 100px; background: var(--wash); border: 1px solid var(--line); font-size: 12.5px; font-weight: 600; color: var(--muted); }
.project__link { margin: 20px 0 0; display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 700; }

/* --------------------------------------------------------------------------
   Kontakt
   -------------------------------------------------------------------------- */
.contact { padding: clamp(72px, 8vw, 112px) 22px clamp(56px, 6vw, 80px); background: var(--base); color: #fff; }
.contact__intro { max-width: 620px; }
.contact__lead { margin: 18px 0 0; font-size: 17px; line-height: 1.65; color: #B4C8DB; }
.contact__layout { margin: clamp(40px, 5vw, 60px) 0 0; display: flex; flex-wrap: wrap; gap: clamp(28px, 3.5vw, 44px); align-items: flex-start; }

.form { flex: 1 1 480px; min-width: 300px; padding: clamp(26px, 3vw, 38px); background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 20px; display: flex; flex-direction: column; gap: 18px; }
.form__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.form__field { display: flex; flex-direction: column; gap: 8px; }
.form__label { font-size: 14px; font-weight: 700; color: #DCE8F4; }
.form__optional { font-weight: 600; color: #8FA6BC; }
.form__input { padding: 14px 15px; border-radius: 11px; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(6, 17, 29, 0.55); color: #fff; font-size: 16px; transition: border-color 200ms ease-out; width: 100%; }
.form__input:focus { border-color: var(--accent-2); outline: none; }
select.form__input { appearance: none; -webkit-appearance: none; }
select.form__input option { color: var(--ink); background: #fff; }
textarea.form__input { line-height: 1.6; resize: vertical; }
.form__error { font-size: 13.5px; font-weight: 600; color: #FF9DA8; }
.form__error:empty { display: none; }
.form__consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.6; color: #B4C8DB; cursor: pointer; }
.form__consent input { width: 20px; height: 20px; flex: none; margin-top: 1px; accent-color: var(--accent); }
.form__consent a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.form__consent a:hover { color: var(--accent-2); }
.form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.form__submit { padding: 16px 30px; border: none; border-radius: 12px; background: var(--accent); color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; transition: transform 200ms ease-out, box-shadow 200ms ease-out, opacity 200ms ease-out; }
.form__submit:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -16px rgba(0, 145, 255, 0.9); }
.form__submit:disabled { opacity: 0.7; cursor: default; transform: none; box-shadow: none; }
.form__status { display: none; align-items: center; gap: 9px; font-size: 15px; font-weight: 700; }
.form__status.is-visible { display: inline-flex; }
.form__status--ok { color: #7FE3B0; }
.form__status--error { color: #FF9DA8; }
.form__status a { color: inherit; text-decoration: underline; }
/* honeypot — never shown to humans */
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

.contact__aside { flex: 1 1 300px; min-width: 270px; display: flex; flex-direction: column; gap: 14px; }
.contact-card { padding: 28px 26px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 20px; }
.contact-card__title { margin: 0; font-size: 18px; font-weight: 700; }
.contact-card__list { margin: 20px 0 0; display: flex; flex-direction: column; gap: 16px; }
.contact-card__list dt { font-size: 12.5px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: #8FA6BC; }
.contact-card__list dd { margin: 5px 0 0; }
.contact-card__value { font-size: 17px; font-weight: 700; }
.contact-card__value a { color: #fff; word-break: break-word; }
.contact-card__value a:hover { color: var(--accent-2); }
.contact-card__address { font-size: 16px; line-height: 1.6; color: #DCE8F4; }
.contact-card__legal { font-size: 15.5px; line-height: 1.7; color: #DCE8F4; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background: #06111D; color: #8FA6BC; padding: clamp(48px, 6vw, 72px) 22px 32px; }
.site-footer__grid { display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
.site-footer__brand { flex: 1 1 320px; min-width: 260px; }
.footer-logo { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: #fff; }
.footer-logo__name { font-family: var(--font-display); font-weight: 900; font-size: clamp(26px, 3.2vw, 34px); line-height: 0.94; letter-spacing: -1.4px; text-transform: uppercase; }
.footer-logo__bar { width: clamp(150px, 100%, 240px); height: 7px; background: var(--mark); }
.footer-logo__sub { font-size: 13px; font-weight: 600; letter-spacing: 2.4px; text-transform: uppercase; color: #8FA6BC; }
.site-footer__text { margin: 18px 0 0; font-size: 15px; line-height: 1.75; max-width: 44ch; }
.site-footer__col { flex: 0 1 200px; min-width: 170px; }
.site-footer__col--wide { flex: 0 1 260px; min-width: 220px; }
.site-footer__heading { margin: 0; font-size: 12.5px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: #DCE8F4; }
.site-footer__nav { margin: 16px 0 0; display: flex; flex-direction: column; gap: 11px; }
.site-footer__nav a, .site-footer__bottom a { font-size: 15px; color: #8FA6BC; }
.site-footer__nav a:hover, .site-footer__bottom a:hover { color: #fff; }
.site-footer__address { margin: 16px 0 0; font-size: 15px; line-height: 1.8; font-style: normal; }
.site-footer__bottom { margin: clamp(36px, 4vw, 52px) 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; flex-wrap: wrap; gap: 14px 26px; justify-content: space-between; font-size: 14px; }
.site-footer__bottom a { font-size: 14px; }

/* --------------------------------------------------------------------------
   Reveal animations (driven by assets/js/main.js — elements are only hidden
   once JS runs, so content is always visible without JavaScript).
   -------------------------------------------------------------------------- */
.js-reveal [data-reveal] { opacity: 0; transform: translateY(20px); will-change: opacity, transform; }
.js-reveal [data-reveal].is-revealed { opacity: 1; transform: none; transition: opacity 420ms ease-out var(--reveal-delay, 0ms), transform 420ms ease-out var(--reveal-delay, 0ms); }
@media (prefers-reduced-motion: reduce) {
  .js-reveal [data-reveal] { opacity: 1; transform: none; transition: none; }
}
