@font-face {
  font-family: "Roboto Condensed";
  src: url("../font/RobotoCondensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

.u-home {
  --u-blue: #002EB8;
  --u-ink: #090909;
  --u-paper: #F5F5F2;
  --u-white: #fff;
  --u-muted: #727272;
  --u-line: rgba(10, 10, 10, 0.12);
  --u-ease: cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--u-ink);
  background: var(--u-white);
  overflow-x: clip;
}
.u-home h1,
.u-home h2,
.u-home h3,
.u-home-pillars strong,
.u-home-market__huge,
.u-home-reviews__score {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.u-home-wrap {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.u-home-kicker {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--u-blue);
}
.u-home-kicker--on-dark { color: rgba(255, 255, 255, 0.7); }
.u-home-lead {
  max-width: 34em;
  margin: 20px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #3a3a3a;
}
.u-home-muted { color: var(--u-muted); }
.u-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  background: var(--u-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--u-blue);
}
.u-home-btn:hover { background: #001f86; color: #fff; }
.u-home-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}
.u-home-btn--ghost:hover { background: #fff; color: var(--u-ink); }
.u-home-btn--ghost-ink {
  background: transparent;
  color: var(--u-ink);
  border-color: var(--u-ink);
}
.u-home-btn--ghost-ink:hover { background: var(--u-ink); color: #fff; }
.u-home-btn--on-blue {
  background: #fff;
  color: var(--u-blue);
  border-color: #fff;
}
.u-home-btn--on-blue:hover { background: var(--u-paper); color: var(--u-blue); }
.u-home-btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.u-home-btn--ghost-light:hover { background: #fff; color: var(--u-blue); }
.u-home-textlink {
  color: var(--u-blue);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}
.u-home-textlink:hover { text-decoration: underline; }

/* Hero */
.u-home .c-hero-video.u-home-hero {
  aspect-ratio: auto;
  min-height: 86svh;
  max-height: none;
  height: 86svh;
  /* Solid fill — the old ultrawide poster-as-background cropped while the video loaded */
  background: #090909;
}
.u-home .c-hero-video.u-home-hero .c-hero-video__media,
.u-home .c-hero-video.u-home-hero .c-hero-video__poster {
  display: block;
  object-position: 12% 16%;
  /* Cover the 1px subpixel gap that shows body white at the bottom */
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px) !important;
  max-height: none !important;
  bottom: auto;
}
.u-home-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.58) 0%, rgba(9, 9, 9, 0.28) 26%, rgba(9, 9, 9, 0.06) 44%, transparent 58%),
    linear-gradient(180deg, transparent 42%, rgba(9, 9, 9, 0.55) 100%);
}
.u-home-hero__copy {
  position: absolute;
  left: max(20px, calc((100% - 1240px) / 2));
  right: auto;
  bottom: 0;
  z-index: 4;
  width: min(400px, calc(36vw - 8px));
  max-width: 400px;
  margin: 0;
  padding: 0 0 48px;
  color: #fff;
}
.u-home-hero__kicker { color: rgba(255, 255, 255, 0.82); }
.u-home-hero h1 {
  margin: 0;
  font-size: clamp(28px, 3.1vw, 44px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.028em;
}
.u-home-hero__lead {
  margin: 14px 0 0;
  max-width: 28em;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.86);
}
.u-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.u-home-hero__lead {
  margin: 18px 0 0;
  max-width: 28em;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.86);
}
.u-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.u-home .u-home-hero__sound.c-hero-video__sound {
  background: rgba(9, 9, 9, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 5;
}
.u-home .u-home-hero__sound.c-hero-video__sound:hover { background: rgba(9, 9, 9, 0.7); }
.u-home-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 4;
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.45);
  transform: translateX(-50%);
}

.u-home-hero.is-ready .u-home-hero__kicker,
.u-home-hero.is-ready h1,
.u-home-hero.is-ready .u-home-hero__lead,
.u-home-hero.is-ready .u-home-hero__actions {
  animation: u-home-in 780ms var(--u-ease) both;
}
.u-home-hero.is-ready h1 { animation-delay: 90ms; }
.u-home-hero.is-ready .u-home-hero__lead { animation-delay: 180ms; }
.u-home-hero.is-ready .u-home-hero__actions { animation-delay: 270ms; }
@keyframes u-home-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

/* Trust */
.u-home-trust {
  border-bottom: 1px solid var(--u-line);
  background: var(--u-paper);
}
.u-home-trust__rail {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.u-home-trust__rail::-webkit-scrollbar { display: none; }
.u-home-trust__rail li {
  flex: 1 0 auto;
  padding: 18px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 1px solid var(--u-line);
}
.u-home-trust__rail li:last-child { border-right: 0; }
@media (max-width: 979px) {
  .u-home-trust__rail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }
  .u-home-trust__rail li {
    flex: none;
    white-space: normal;
    text-align: center;
    padding: 14px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--u-line);
  }
  .u-home-trust__rail li:nth-child(odd) {
    border-right: 1px solid var(--u-line);
  }
  .u-home-trust__rail li:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }
}
@media (min-width: 980px) {
  .u-home-trust__rail { overflow: visible; }
  .u-home-trust__rail li {
    flex: 1 1 0;
    text-align: center;
    padding: 20px 16px;
  }
}

/* Brand */
.u-home-brand {
  position: relative;
  padding: clamp(72px, 12vw, 140px) 0;
  background: var(--u-paper);
}
.u-home-brand h2 {
  margin: 0;
  font-size: clamp(36px, 5.2vw, 84px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.038em;
}
.u-home-brand__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 56px;
  align-items: center;
}
.u-home-pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--u-line);
}
.u-home-pillars button {
  display: grid;
  grid-template-columns: 1.8em max-content minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
  row-gap: 6px;
  width: 100%;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--u-line);
  background: none;
  text-align: left;
  cursor: default;
}
.u-home-pillars button > span:first-child {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--u-muted);
}
.u-home-pillars strong {
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
}
.u-home-pillars__note {
  min-width: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
  color: #737373;
  overflow-wrap: break-word;
}
.u-home-pillars__lead {
  display: block;
  margin: 0 0 3px;
  font-weight: 500;
  color: #4a4a4a;
}
.u-home-pillars__preview {
  display: none;
}
@media (hover: hover) and (min-width: 900px) {
  .u-home-brand__split {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
    gap: 48px;
  }
  .u-home-pillars button { cursor: pointer; }
  .u-home-pillars button:hover strong,
  .u-home-pillars button.is-on strong { color: var(--u-blue); }
  .u-home-pillars__note {
    opacity: 0;
    transform: translateY(3px);
    transition: opacity 280ms var(--u-ease), transform 280ms var(--u-ease);
    pointer-events: none;
  }
  .u-home-pillars button.is-on .u-home-pillars__note,
  .u-home-pillars button:hover .u-home-pillars__note,
  .u-home-pillars button:focus-visible .u-home-pillars__note {
    opacity: 1;
    transform: none;
  }
  .u-home-pillars__preview {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    align-self: center;
    overflow: hidden;
    background: #ddd;
  }
  .u-home-pillars__preview img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 62%;
    opacity: 0;
    transition: opacity 450ms var(--u-ease);
  }
  .u-home-pillars__preview img.is-on { opacity: 1; }
  .u-home-pillars__preview img[data-preview-system] { object-position: center 42%; }
  .u-home-pillars__preview img[data-preview-tech] { object-position: left top; }
  .u-home-pillars__preview img[data-preview-team] { object-position: center 22%; }
  .u-home-pillars__preview img[data-preview-design] { object-position: 38% 48%; }
}
@media (max-width: 720px) {
  .u-home-pillars button {
    grid-template-columns: 1.8em minmax(0, 1fr);
    align-items: start;
  }
  .u-home-pillars strong { grid-column: 2; }
  .u-home-pillars__note {
    grid-column: 2;
    opacity: 1;
    transform: none;
  }
}

/* System */
.u-home-system { padding: clamp(72px, 10vw, 120px) 0; }
.u-home-system__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 64px;
  align-items: start;
}
.u-home-system__visual {
  position: sticky;
  top: 92px;
  min-height: 52vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  background: var(--u-ink);
  color: #fff;
}
.u-home-system__visual .u-home-kicker { margin-bottom: auto; }
.u-home-system__n {
  margin: 0;
  font-size: clamp(72px, 10vw, 140px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.06em;
  color: var(--u-blue);
}
.u-home-system__t {
  margin: 12px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.u-home-system h2 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(36px, 4.6vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}
.u-home-steps {
  list-style: none;
  margin: 40px 0 28px;
  padding: 0;
}
.u-home-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--u-line);
  color: var(--u-muted);
}
.u-home-steps li:last-child { border-bottom: 1px solid var(--u-line); }
.u-home-steps li.is-on { color: var(--u-ink); }
.u-home-steps li.is-on span,
.u-home-steps li.is-on h3 { color: var(--u-blue); }
.u-home-steps span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.u-home-steps h3 {
  margin: 0 0 6px;
  font-size: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.u-home-steps p {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

/* App */
.u-home-app {
  padding: clamp(72px, 10vw, 120px) 0;
  background: var(--u-paper);
}
.u-home-app__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 56px;
  align-items: center;
}
.u-home-app h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}
.u-home-app__claim {
  margin: 28px 0;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.u-home-ui {
  background: #fff;
  border: 1px solid var(--u-line);
  overflow: hidden;
}
.u-home-ui__shot {
  margin: 0;
  overflow: hidden;
}
.u-home-ui__shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1024 / 518;
  object-fit: cover;
  object-position: top left;
}
@media (hover: hover) {
  .u-home-ui__shot img { transition: transform 700ms var(--u-ease); }
  .u-home-ui:hover .u-home-ui__shot img { transform: scale(1.025); }
}
.u-home-ui__tag {
  margin: 0;
  padding: 8px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--u-muted);
  border-bottom: 1px dashed var(--u-line);
}
.u-home-ui__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--u-line);
}
.u-home-ui__chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
}
.u-home-ui__chrome p {
  margin: 0 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.u-home-ui__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--u-line);
}
.u-home-ui__nav span {
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--u-muted);
  cursor: default;
}
@media (hover: hover) {
  .u-home-ui__nav span { cursor: pointer; }
}
.u-home-ui__nav span.is-on {
  color: var(--u-blue);
  background: #eef1fb;
}
.u-home-ui__rows { margin: 0; }
.u-home-ui__rows div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--u-line);
}
.u-home-ui__rows dt {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.u-home-ui__rows dd {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: var(--u-muted);
  text-align: right;
}

/* Marketing */
.u-home-market {
  padding: clamp(72px, 10vw, 110px) 0 0;
  background: var(--u-ink);
  color: #fff;
}
.u-home-market h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.u-home-market__huge {
  margin: 12px 0 36px;
  max-width: 12ch;
  font-size: clamp(44px, 8vw, 120px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.u-home-market__stage {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-template-rows: minmax(220px, 28vh) minmax(220px, 28vh);
  gap: 8px;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.u-home-market__stage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}
.u-home-market__stage img:nth-child(1) {
  grid-row: 1 / 3;
  object-position: center 62%;
}
.u-home-market__stage img:nth-child(2) {
  grid-column: 2 / 4;
  object-position: center 48%;
}
.u-home-market__stage img:nth-child(3) { object-position: center 42%; }
.u-home-market__stage img:nth-child(4) { object-position: center 50%; }
.u-home-market__rail {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 28px 0 36px;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.u-home-market__rail::-webkit-scrollbar { display: none; }
.u-home-market__rail li {
  flex: 0 0 auto;
  padding: 0 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.u-home-market__rail li:last-child { border-right: 0; }

/* Case */
.u-home-case { padding: clamp(72px, 10vw, 120px) 0; }
.u-home-case__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.u-home-case img {
  width: 100%;
  height: 62vh;
  object-fit: cover;
}
.u-home-case figure { margin: 0; }
.u-home-case h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 0.95;
  letter-spacing: -0.03em;
}
.u-home-case blockquote {
  margin: 28px 0 0;
  padding: 0;
  border: 0;
}
.u-home-case blockquote p {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.u-home-case cite {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--u-muted);
}
.u-home-case__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.u-home-case__stats li {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: var(--u-muted);
}
.u-home-case__stats strong {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: -0.03em;
  color: var(--u-ink);
}
.u-home-case__story {
  margin: 20px 0 0;
  max-width: 42em;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.u-home-case__note {
  margin: 24px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--u-muted);
  max-width: 42em;
}

/* Properties */
.u-home-props {
  padding: clamp(72px, 10vw, 120px) 0;
  background: var(--u-paper);
}
.u-home-props__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 36px;
}
.u-home-props h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: -0.03em;
}
.u-home-props__cta { display: flex; gap: 20px; margin: 0; }
.u-home-props__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-height: 70vh;
}
.u-home-prop {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #111;
  min-height: 280px;
}
.u-home-prop.is-feature { grid-row: 1 / span 2; }
.u-home-prop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--u-ease);
}
.u-home-prop:hover img { transform: scale(1.03); }
.u-home-prop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.72));
}
.u-home-prop__meta,
.u-home-prop strong,
.u-home-prop p {
  position: relative;
  z-index: 1;
}
.u-home-prop__meta {
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 2;
  display: flex;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.u-home-prop strong {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 42px;
  z-index: 2;
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.u-home-prop p {
  position: absolute;
  left: 20px;
  bottom: 16px;
  z-index: 2;
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
}
.u-home-props__all { margin: 28px 0 0; }

/* Novostavby */
.u-home-novo { padding: clamp(72px, 10vw, 120px) 0; }
.u-home-novo h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}
.u-home-novo__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 10px;
  list-style: none;
  margin: 40px 0 28px;
  padding: 0;
}
.u-home-novo__grid a {
  display: block;
  color: var(--u-ink);
  text-decoration: none;
}
.u-home-novo__grid img {
  width: 100%;
  height: 46vh;
  object-fit: cover;
  margin-bottom: 12px;
}
.u-home-novo__grid span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--u-muted);
}
.u-home-novo__grid strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

/* Team */
.u-home-team { padding: clamp(72px, 10vw, 120px) 0; background: var(--u-paper); }
.u-home-team__photo { margin: 0 0 40px; }
.u-home-team__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
}
.u-home-team h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}
.u-home-team__list {
  list-style: none;
  margin: 40px 0 28px;
  padding: 0;
  border-top: 1px solid var(--u-line);
}
.u-home-team__list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--u-line);
}
.u-home-team__list a {
  color: var(--u-ink);
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.u-home-team__list a:hover { color: var(--u-blue); }
.u-home-team__list span {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--u-muted);
}

/* Reviews */
.u-home-reviews { padding: clamp(72px, 10vw, 130px) 0; }
.u-home-reviews__score {
  margin: 0 0 28px;
  font-size: clamp(72px, 12vw, 148px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.05em;
}
.u-home-reviews__stage {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 28px;
}
.u-home-reviews__stage::-webkit-scrollbar { display: none; }
.u-home-reviews blockquote {
  flex: 0 0 100%;
  scroll-snap-align: start;
  margin: 0;
  padding: 0 8px 0 0;
  border: 0;
}
.u-home-reviews blockquote p {
  margin: 0;
  max-width: 16em;
  font-size: clamp(28px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.u-home-reviews cite {
  display: block;
  margin-top: 22px;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--u-muted);
}

/* Intelligence */
.u-home-intel { padding: clamp(72px, 10vw, 120px) 0; background: var(--u-paper); }
.u-home-intel h2 {
  margin: 0 0 40px;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}
.u-home-intel__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.u-home-intel a {
  display: block;
  min-height: 220px;
  padding: 28px;
  background: #fff;
  color: var(--u-ink);
  text-decoration: none;
  border: 1px solid var(--u-line);
}
.u-home-intel a:hover { border-color: var(--u-blue); }
.u-home-intel span {
  display: block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--u-blue);
}
.u-home-intel strong {
  font-size: clamp(22px, 2.2vw, 32px);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

/* Academy */
.u-home-academy {
  border-top: 1px solid var(--u-line);
  border-bottom: 1px solid var(--u-line);
}
.u-home-academy__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  font-size: 14px;
}
.u-home-academy p { margin: 0; color: var(--u-muted); }
.u-home-academy a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--u-ink);
  text-decoration: none;
}
.u-home-academy a:hover { color: var(--u-blue); }

/* Final */
.u-home-final {
  padding: clamp(90px, 14vw, 160px) 0;
  background: var(--u-blue);
  color: #fff;
}
.u-home-final h2 {
  margin: 0;
  font-size: clamp(40px, 6.5vw, 100px);
  line-height: 0.92;
  letter-spacing: -0.04em;
}
.u-home-final__meta {
  margin: 18px 0 0;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.u-home-final .u-home-hero__actions { margin-top: 36px; }

@media (max-width: 980px) {
  .u-home .c-hero-video.u-home-hero {
    min-height: 0;
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 9;
    background: #090909;
  }
  .u-home .c-hero-video.u-home-hero .c-hero-video__media,
  .u-home .c-hero-video.u-home-hero .c-hero-video__poster {
    object-fit: contain;
    object-position: center center;
    height: 100% !important;
    bottom: 0;
  }
  .u-home-hero__shade {
    background:
      linear-gradient(180deg, rgba(9, 9, 9, 0.1) 0%, rgba(9, 9, 9, 0.02) 36%, rgba(9, 9, 9, 0.42) 64%, rgba(9, 9, 9, 0.88) 100%);
  }
  .u-home-hero__copy {
    left: 16px;
    right: 16px;
    width: auto;
    max-width: none;
    padding-bottom: 24px;
  }
  .u-home-hero__scroll { display: none; }
  .u-home-system__grid,
  .u-home-app__grid,
  .u-home-case__grid { grid-template-columns: 1fr; }
  .u-home-system__visual { position: static; min-height: 28vh; }
  .u-home-market__stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(180px, 26vh) minmax(180px, 26vh);
  }
  .u-home-market__stage img:nth-child(1) { grid-row: auto; }
  .u-home-market__stage img:nth-child(2) { grid-column: auto; }
  .u-home-props__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }
  .u-home-prop.is-feature { grid-row: auto; }
  .u-home-prop { height: 52vh; }
  .u-home-novo__grid { grid-template-columns: 1fr 1fr; }
  .u-home-novo__grid img { height: 32vh; }
  .u-home-intel__grid { grid-template-columns: 1fr 1fr; }
  .u-home-team__photo img { height: auto; }
  .u-home-team__list li { flex-direction: column; gap: 4px; }
  .u-home-pillars__preview { display: none !important; }
  .u-home-ui__shot img { height: auto; }
}
@media (max-width: 640px) {
  .u-home-wrap { width: calc(100% - 28px); }
  /* Keep 16:9 — cover into a tall box crops the shot to a head */
  .u-home .c-hero-video.u-home-hero {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 56.25%;
    background: #090909;
  }
  .u-home .c-hero-video.u-home-hero .c-hero-video__media,
  .u-home .c-hero-video.u-home-hero .c-hero-video__poster,
  .u-home-hero__shade {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }
  .u-home .c-hero-video.u-home-hero .c-hero-video__media,
  .u-home .c-hero-video.u-home-hero .c-hero-video__poster {
    object-fit: contain;
    object-position: center center;
  }
  .u-home-hero__shade {
    background: linear-gradient(180deg, transparent 62%, rgba(9, 9, 9, 0.35) 100%);
  }
  .u-home-hero__copy {
    position: relative;
    left: auto;
    right: auto;
    width: auto;
    max-width: none;
    padding: 24px 20px 28px;
    background: #090909;
  }
  .u-home-hero h1 { font-size: clamp(26px, 7.6vw, 34px); }
  .u-home-hero__lead { margin-top: 10px; font-size: 15px; }
  .u-home-hero__actions { margin-top: 16px; gap: 8px; }
  .u-home-hero__actions .u-home-btn { min-height: 44px; width: 100%; }
  .u-home-novo__grid { grid-template-columns: 1fr; }
  .u-home-intel__grid { grid-template-columns: 1fr; }
  .u-home-academy__inner { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .u-home-hero.is-ready .u-home-hero__kicker,
  .u-home-hero.is-ready h1,
  .u-home-hero.is-ready .u-home-hero__lead,
  .u-home-hero.is-ready .u-home-hero__actions {
    animation: none;
  }
  .u-home-prop:hover img,
  .u-home-ui:hover .u-home-ui__shot img { transform: none; }
  .u-home-pillars__note,
  .u-home-pillars__preview img { transition: none; }
}
