@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --v2-ink: #171a17;
  --v2-forest: #20351f;
  --v2-forest-deep: #172718;
  --v2-lime: #86d524;
  --v2-lime-bright: #92ee1e;
  --v2-pale: #f2f8eb;
  --v2-paper: #f5f3ed;
  --v2-white: #fff;
  --v2-muted: #697069;
  --v2-line: rgba(23, 26, 23, .16);
  --v2-container: min(1180px, calc(100vw - 64px));
  --v2-display: "DM Sans", Arial, sans-serif;
  --v2-body: "Manrope", Arial, sans-serif;
  --v2-ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  color: var(--v2-ink);
  background: var(--v2-paper);
  font-family: var(--v2-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.is-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }

.v2-skip {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--v2-lime);
  color: var(--v2-ink);
  font-weight: 700;
}
.v2-skip:focus { transform: none; }

.v2-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(23, 26, 23, .08);
  background: rgba(245, 243, 237, .95);
  backdrop-filter: blur(18px);
}
.v2-header__inner {
  width: var(--v2-container);
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.v2-logo { display: block; flex: 0 0 auto; width: 150px; }
.v2-logo img { width: 100%; height: auto; }
.v2-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); }
.v2-nav a {
  position: relative;
  padding-block: 8px;
  color: #353a35;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.v2-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: var(--v2-lime);
  transition: transform .25s var(--v2-ease);
}
.v2-nav a:is(:hover, :focus-visible)::after,
.v2-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.v2-nav a[aria-current="page"] { color: var(--v2-forest-deep); }
.v2-broker {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  padding: 6px 12px 6px 7px;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  background: var(--v2-white);
  text-decoration: none;
}
.v2-broker img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; object-position: center top; }
.v2-broker span { display: grid; color: var(--v2-muted); font-size: 10px; line-height: 1.3; }
.v2-broker strong { color: var(--v2-ink); font-size: 12px; }
.v2-broker svg { width: 18px; margin-left: 5px; fill: none; stroke: var(--v2-lime); stroke-width: 2; }
.v2-menu {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  place-items: center;
  border: 1px solid var(--v2-line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.v2-menu span, .v2-menu span::before, .v2-menu span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: .25s ease;
}
.v2-menu span { position: relative; }
.v2-menu span::before { position: absolute; top: -6px; }
.v2-menu span::after { position: absolute; top: 6px; }
.v2-menu[aria-expanded="true"] span { background: transparent; }
.v2-menu[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.v2-menu[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

.v2-page { overflow: clip; }
.v2-shell { width: var(--v2-container); margin-inline: auto; }
.v2-section { padding-block: clamp(76px, 9vw, 138px); }
.v2-section--dark { color: var(--v2-white); background: var(--v2-ink); }
.v2-section--forest { color: var(--v2-white); background: var(--v2-forest); }
.v2-section--pale { background: var(--v2-pale); }
.v2-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--v2-forest);
  font-family: var(--v2-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.v2-eyebrow::before { width: 34px; height: 2px; background: var(--v2-lime); content: ""; }
.v2-section--dark .v2-eyebrow, .v2-section--forest .v2-eyebrow { color: var(--v2-lime-bright); }
.v2-title {
  max-width: 980px;
  margin: 0;
  font-family: var(--v2-display);
  font-size: clamp(52px, 8vw, 116px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .9;
}
.v2-title em { color: var(--v2-lime); font-style: normal; }
.v2-h2 {
  margin: 0 0 30px;
  font-family: var(--v2-display);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .98;
}
.v2-h3 { margin: 0 0 20px; font: 600 clamp(24px, 3vw, 38px)/1.1 var(--v2-display); letter-spacing: -.035em; }
.v2-lead { max-width: 710px; margin: 26px 0 0; color: #555c55; font-size: clamp(17px, 1.7vw, 22px); }
.v2-section--dark .v2-lead, .v2-section--forest .v2-lead { color: rgba(255,255,255,.72); }
.v2-copy { color: #535a53; font-size: 16px; }
.v2-copy p { margin: 0 0 18px; }
.v2-copy strong { color: var(--v2-ink); }
.v2-section--dark .v2-copy, .v2-section--forest .v2-copy { color: rgba(255,255,255,.76); }
.v2-section--dark .v2-copy strong, .v2-section--forest .v2-copy strong { color: #fff; }

.v2-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--v2-lime);
  color: var(--v2-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.v2-button::after { content: "→"; font-size: 18px; }
.v2-button:is(:hover, :focus-visible) { transform: translateY(-2px); background: var(--v2-lime-bright); }
.v2-button--dark { background: var(--v2-ink); color: #fff; }
.v2-button--dark:is(:hover, :focus-visible) { background: var(--v2-forest); }
.v2-text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--v2-lime);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.v2-text-link::after { content: "→"; }

.v2-hero {
  position: relative;
  min-height: min(690px, calc(100vh - 78px));
  display: grid;
  align-items: end;
  color: #fff;
  background: var(--v2-ink);
  isolation: isolate;
}
.v2-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,20,16,.08) 10%, rgba(16,20,16,.32) 48%, rgba(13,17,13,.95) 100%);
  content: "";
}
.v2-hero--video::after {
  background: linear-gradient(90deg, rgba(10,18,12,.84) 0%, rgba(10,18,12,.63) 46%, rgba(10,18,12,.34) 100%), linear-gradient(180deg, rgba(13,17,13,.12) 20%, rgba(13,17,13,.78) 100%);
}
.v2-hero__media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.v2-hero__content { width: var(--v2-container); margin-inline: auto; padding-block: clamp(70px, 9vw, 120px); }
.v2-hero__content .v2-eyebrow { color: var(--v2-lime-bright); }
.v2-hero__lead { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: clamp(16px, 1.6vw, 21px); }
.v2-hero__meta { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 38px; }
.v2-hero__meta span { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.7); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.v2-hero--compact { min-height: 520px; }

.v2-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 9vw, 140px); align-items: start; }
.v2-intro-grid__index { color: var(--v2-lime); font: 500 clamp(70px, 10vw, 150px)/.75 var(--v2-display); letter-spacing: -.08em; }
.v2-intro-grid__index--words { display: flex; align-items: flex-end; gap: 14px; letter-spacing: 0; }
.v2-intro-grid__index--words strong { font: 500 clamp(86px, 11vw, 160px)/.72 var(--v2-display); letter-spacing: -.08em; }
.v2-intro-grid__index--words span { padding-bottom: 3px; font: 700 clamp(19px, 2.5vw, 34px)/.9 var(--v2-body); letter-spacing: -.04em; }
.v2-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: solid var(--v2-line); border-width: 1px 0 0 1px; }
.v2-stat { min-height: 185px; padding: 30px; border: solid var(--v2-line); border-width: 0 1px 1px 0; }
.v2-stat strong { display: block; color: var(--v2-lime); font: 500 clamp(35px, 4vw, 58px)/1 var(--v2-display); letter-spacing: -.05em; }
.v2-stat span { display: block; margin-top: 16px; color: inherit; opacity: .7; font-size: 12px; }

.v2-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); }
.v2-split--reverse { grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr); }
.v2-split__media { position: relative; min-height: clamp(480px, 62vw, 780px); overflow: hidden; background: #dce2d8; }
.v2-split__media > img,
.v2-split__media > video { width: 100%; height: 100%; object-fit: cover; }
.v2-split__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 110px); background: #fff; }
.v2-split__content--forest { color: #fff; background: var(--v2-forest); }
.v2-split__content--forest .v2-copy { color: rgba(255,255,255,.72); }
.v2-split__content--forest .v2-copy strong { color: #fff; }
.v2-feature-list { margin: 32px 0 0; padding: 0; list-style: none; }
.v2-feature-list li { position: relative; padding: 15px 0 15px 40px; border-top: 1px solid currentColor; border-color: rgba(128,137,128,.35); }
.v2-feature-list li::before { position: absolute; left: 0; color: var(--v2-lime); content: "✓"; font-weight: 700; }

.v2-media-strip { position: relative; min-height: 520px; overflow: hidden; }
.v2-media-strip > img,
.v2-media-strip > video { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.v2-media-strip > video { position: absolute; inset: 0; }
.v2-media-strip__card { position: absolute; right: max(32px, calc((100vw - 1180px) / 2)); bottom: 0; width: min(450px, calc(100% - 64px)); padding: clamp(34px, 5vw, 62px); background: var(--v2-pale); }
.v2-media-strip__card--video { isolation: isolate; overflow: hidden; background: #f8f8f3; }
.v2-media-strip__card--video::before { position: absolute; z-index: 1; inset: 0; background: rgba(248,248,243,.81); content: ""; pointer-events: none; }
.v2-media-strip__card--video > video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.v2-media-strip__card-content { position: relative; z-index: 2; }
.v2-media-strip__card--video .v2-inner-video-toggle { z-index: 3; border-color: rgba(23,26,23,.16); background: rgba(25,58,36,.78); }

.v2-inner-video-toggle {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  background: rgba(10,18,12,.52);
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.v2-inner-video-toggle:is(:hover, :focus-visible) { background: rgba(10,18,12,.82); transform: scale(1.04); }
.v2-inner-video-toggle--hero { top: 24px; right: max(24px, calc((100vw - 1180px) / 2)); }
.v2-inner-video-toggle__icon { position: relative; width: 13px; height: 16px; display: block; }
.v2-inner-video-toggle__icon::before,
.v2-inner-video-toggle__icon::after { position: absolute; top: 0; bottom: 0; width: 4px; border-radius: 2px; background: currentColor; content: ""; }
.v2-inner-video-toggle__icon::before { left: 1px; }
.v2-inner-video-toggle__icon::after { right: 1px; }
.v2-inner-video-toggle.is-paused .v2-inner-video-toggle__icon::before {
  left: 2px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
  border-radius: 0;
  background: transparent;
}
.v2-inner-video-toggle.is-paused .v2-inner-video-toggle__icon::after { display: none; }

/* Shared carousel: exactly one control set is generated by ver2-inner.js. */
.v2-carousel { position: relative; min-width: 0; overflow: hidden; background: #dce2d8; }
.v2-carousel__viewport { position: relative; min-height: clamp(470px, 60vw, 760px); }
.v2-carousel__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .65s var(--v2-ease), visibility .65s; }
.v2-carousel__slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.v2-carousel__slide img { width: 100%; height: 100%; object-fit: cover; }
.v2-carousel__controls { position: absolute; z-index: 4; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.v2-carousel__button {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--v2-lime);
  color: var(--v2-ink);
  font-size: 24px;
  cursor: pointer;
  pointer-events: auto;
}
.v2-carousel__button:is(:hover, :focus-visible) { background: var(--v2-lime-bright); }
.v2-carousel__dots { display: flex; gap: 1px; padding: 4px 9px; border-radius: 999px; background: rgba(23,26,23,.75); pointer-events: auto; }
.v2-carousel__dot { width: 24px; height: 24px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.v2-carousel__dot::before { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.55); content: ""; transition: transform .2s ease, background .2s ease; }
.v2-carousel__dot:is(:hover, :focus-visible)::before { transform: scale(1.3); }
.v2-carousel__dot.is-active::before { background: var(--v2-lime); }
.v2-caption { position: absolute; z-index: 2; right: 18px; top: 18px; padding: 8px 12px; background: rgba(23,26,23,.78); color: #fff; font-size: 11px; }

.v2-standard { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(52px, 8vw, 120px); padding-block: clamp(72px, 8vw, 124px); border-top: 1px solid var(--v2-line); }
.v2-standard:nth-child(even) { grid-template-columns: 1.18fr .82fr; }
.v2-standard:nth-child(even) .v2-standard__media { order: -1; }
.v2-standard__media { min-width: 0; }
.v2-standard__media > img { width: 100%; aspect-ratio: 1.05; border: 10px solid var(--v2-lime); object-fit: cover; }
.v2-standard .v2-carousel__viewport { min-height: auto; aspect-ratio: 1.05; }
.v2-standard__number { display: block; margin-bottom: 30px; color: var(--v2-lime); font: 500 13px/1 var(--v2-body); letter-spacing: .14em; }

.v2-gallery-hero { position: relative; z-index: 0; isolation: isolate; overflow: hidden; padding-block: clamp(80px, 10vw, 140px) clamp(44px, 6vw, 82px); background: var(--v2-forest); color: #fff; }
.v2-gallery-hero::after { position: absolute; z-index: -1; inset: 0; background: rgba(18, 52, 31, .82); content: ""; }
.v2-gallery-hero__video { position: absolute; z-index: -2; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.v2-filterbar { position: sticky; z-index: 20; top: 78px; background: var(--v2-paper); border-bottom: 1px solid var(--v2-line); }
.v2-filters { width: var(--v2-container); min-height: 74px; margin-inline: auto; display: flex; gap: 8px; align-items: center; overflow-x: auto; }
.v2-filter { flex: 0 0 auto; padding: 11px 18px; border: 1px solid var(--v2-line); border-radius: 999px; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.v2-filter:is(:hover, :focus-visible), .v2-filter.is-active { border-color: var(--v2-lime); background: var(--v2-lime); }
.v2-gallery { width: var(--v2-container); margin-inline: auto; padding-block: 54px 120px; columns: 3; column-gap: 18px; }
.v2-gallery__item { position: relative; width: 100%; margin: 0 0 18px; padding: 0; break-inside: avoid; overflow: hidden; border: 0; background: #dfe4dc; cursor: zoom-in; }
.v2-gallery__item img { width: 100%; min-height: 220px; object-fit: cover; transition: transform .6s var(--v2-ease); }
.v2-gallery__item:nth-child(4n + 1) img { aspect-ratio: 4 / 5; }
.v2-gallery__item:nth-child(4n + 2) img { aspect-ratio: 16 / 10; }
.v2-gallery__item:is(:hover, :focus-visible) img { transform: scale(1.025); }
.v2-gallery__item::after { position: absolute; right: 16px; bottom: 16px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--v2-lime); content: "+"; font-size: 24px; transform: translateY(70px); transition: transform .35s var(--v2-ease); }
.v2-gallery__item:is(:hover, :focus-visible)::after { transform: none; }
.v2-empty { width: 100%; padding: 36px; border: 1px solid var(--v2-line); background: #fff; color: var(--v2-muted); }
.v2-loading { min-height: 45vh; display: grid; place-items: center; color: var(--v2-muted); }
.v2-lightbox { position: fixed; z-index: 3000; inset: 0; width: 100vw; max-width: 100vw; height: 100vh; height: 100dvh; max-height: 100dvh; min-width: 0; min-height: 0; display: grid; grid-template-columns: 80px minmax(0, 1fr) 80px; grid-template-rows: minmax(0, 1fr); place-items: center; overflow: hidden; background: rgba(12,15,12,.94); color: #fff; }
.v2-lightbox[hidden] { display: none; }
.v2-lightbox__figure { position: relative; width: 100%; max-width: min(1400px, calc(100vw - 190px)); height: 100%; max-height: min(84vh, 900px); min-width: 0; min-height: 0; margin: 0; display: grid; place-items: center; overflow: hidden; }
.v2-lightbox__figure img { width: 100%; max-width: 100%; height: 100%; max-height: 100%; min-width: 0; min-height: 0; object-fit: contain; }
.v2-lightbox__figure figcaption { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.74); font-size: 12px; }
.v2-lightbox button { width: 52px; height: 52px; border: 0; border-radius: 50%; background: var(--v2-lime); font-size: 24px; cursor: pointer; }
.v2-lightbox__close { position: absolute; top: 22px; right: 22px; }

.v2-downloads { display: grid; gap: 82px; }
.v2-download-section__head { display: grid; grid-template-columns: .6fr 1.4fr; align-items: end; gap: 36px; margin-bottom: 34px; }
.v2-download-section__head p { max-width: 500px; margin: 0; color: var(--v2-muted); }
.v2-document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.v2-document-card { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--v2-line); background: #fff; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.v2-document-card:is(:hover, :focus-visible) { border-color: var(--v2-lime); transform: translateY(-3px); }
.v2-document-card__type { color: var(--v2-lime); font: 700 11px/1 var(--v2-body); letter-spacing: .15em; }
.v2-document-card strong { font: 600 20px/1.25 var(--v2-display); }
.v2-document-card small { color: var(--v2-muted); }
.v2-floor-download { padding-block: 32px; border-top: 1px solid var(--v2-line); }
.v2-floor-download__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.v2-floor-download__head h3 { margin: 0; font: 500 clamp(25px, 3vw, 38px)/1 var(--v2-display); }
.v2-floor-download__head span { color: var(--v2-muted); font-size: 12px; }
.v2-apartment-downloads { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.v2-apartment-download { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; min-height: 92px; padding: 18px; background: #fff; text-decoration: none; }
.v2-apartment-download__icon { width: 40px; height: 46px; display: grid; place-items: center; background: var(--v2-pale); color: var(--v2-forest); font-size: 10px; font-weight: 700; }
.v2-apartment-download strong, .v2-apartment-download small { display: block; }
.v2-apartment-download small { color: var(--v2-muted); font-size: 11px; }
.v2-apartment-download b { color: var(--v2-forest); font-size: 11px; }
.v2-apartment-download b[data-status="Volné"] { color: #4a8e00; }
.v2-apartment-download__action { color: var(--v2-lime); font-size: 22px; }

.v2-finance { position: relative; z-index: 0; min-height: calc(100vh - 78px); overflow: hidden; isolation: isolate; padding-block: clamp(76px, 9vw, 130px); color: #fff; background: var(--v2-forest); }
.v2-finance::before { position: absolute; z-index: -1; inset: 0; background: rgba(18, 45, 28, .9); content: ""; }
.v2-finance__background-video { position: absolute; z-index: -2; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; }
.v2-finance > .v2-finance-grid > div > .v2-eyebrow,
.v2-finance > .v2-finance-grid > div > .v2-lead { color: #fff; }
.v2-finance-grid { width: var(--v2-container); margin-inline: auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.v2-calculator { padding: clamp(30px, 5vw, 62px); border-top: 6px solid var(--v2-lime); background: var(--v2-paper); color: var(--v2-ink); }
.v2-calculator__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; }
.v2-field { min-width: 0; }
.v2-field__label { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 10px; color: #586058; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.v2-number-wrap { position: relative; }
.v2-number-wrap input { width: 100%; min-height: 54px; padding: 12px 54px 12px 14px; border: 1px solid #d1d5cf; border-radius: 0; background: #fff; }
.v2-number-wrap span { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #535b53; font-size: 12px; font-weight: 700; pointer-events: none; }
.v2-field input[type="range"] { width: 100%; height: 4px; margin: 16px 0 0; appearance: none; border-radius: 999px; background: linear-gradient(90deg, var(--v2-lime) var(--range-progress, 50%), #d5d9d2 var(--range-progress, 50%)); cursor: pointer; }
.v2-field input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; appearance: none; border: 4px solid var(--v2-paper); border-radius: 50%; background: var(--v2-lime); box-shadow: 0 0 0 1px #6ba91c; }
.v2-field input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 4px solid var(--v2-paper); border-radius: 50%; background: var(--v2-lime); }
.v2-result { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--v2-line); }
.v2-result span { color: var(--v2-muted); font-size: 11px; }
.v2-result strong { display: block; margin-top: 9px; color: var(--v2-forest); font: 500 clamp(40px, 5vw, 66px)/1 var(--v2-display); letter-spacing: -.05em; }
.v2-result small { display: block; margin-top: 18px; color: var(--v2-muted); font-size: 10px; }
.v2-calculator__error { min-height: 20px; margin: 10px 0 0; color: #9d392c; font-size: 11px; font-weight: 700; }
.v2-finance-lead__toggle { width: 100%; min-height: 58px; margin-top: 26px; padding: 13px 0; display: flex; align-items: center; justify-content: space-between; border: solid var(--v2-line); border-width: 1px 0; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.v2-finance-lead__toggle span { color: var(--v2-lime); font-size: 22px; transition: transform .25s var(--v2-ease); }
.v2-finance-lead__toggle.is-open span { transform: rotate(180deg); }
.v2-finance-lead { padding-top: 28px; }
.v2-finance-lead__summary { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 26px; border: solid var(--v2-line); border-width: 1px 0 0 1px; }
.v2-finance-lead__summary span { min-width: 0; padding: 12px; border: solid var(--v2-line); border-width: 0 1px 1px 0; }
.v2-finance-lead__summary small, .v2-finance-lead__summary strong { display: block; }
.v2-finance-lead__summary small { color: var(--v2-muted); font-size: 9px; text-transform: uppercase; }
.v2-finance-lead__summary strong { margin-top: 3px; font: 600 12px/1.3 var(--v2-display); }
.v2-finance-lead__fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.v2-finance-lead__fields label { color: #586058; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.v2-finance-lead__fields input { width: 100%; min-height: 50px; margin-top: 7px; padding: 10px 12px; border: 1px solid #d1d5cf; border-radius: 0; background: #fff; color: var(--v2-ink); }
.v2-finance-lead__fields input:focus { border-color: var(--v2-lime); outline: 2px solid rgba(134,213,36,.18); }
.v2-finance-lead__consent { margin: 18px 0; color: var(--v2-muted); font-size: 10px; }
.v2-finance-lead__status { min-height: 21px; margin: 13px 0 0; color: var(--v2-forest); font-size: 12px; font-weight: 700; }
.v2-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }

.v2-news-hero { padding-block: clamp(86px, 11vw, 160px) clamp(62px, 8vw, 110px); background: var(--v2-ink); color: #fff; }
.v2-news-hero__head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: clamp(38px, 8vw, 120px); }
.v2-news-hero__head .v2-eyebrow { color: var(--v2-lime); }
.v2-news-hero__head .v2-lead { margin: 0; color: rgba(255,255,255,.65); }
.v2-news-list { width: var(--v2-container); margin-inline: auto; padding-block: clamp(62px, 8vw, 116px); }
.v2-news-featured { min-width: 0; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr); background: var(--v2-forest); color: #fff; }
.v2-news-featured__media { min-height: clamp(430px, 52vw, 690px); overflow: hidden; background: var(--v2-forest-deep); }
.v2-news-featured__media img { width: 100%; height: 100%; object-fit: cover; }
.v2-news-featured__media.is-empty, .v2-news-card__media.is-empty, .v2-article__media.is-empty { display: grid; place-items: center; background: linear-gradient(135deg, var(--v2-forest-deep), #2f4f2d); color: var(--v2-lime); }
.v2-news-featured__media.is-empty span, .v2-news-card__media.is-empty span, .v2-article__media.is-empty span { font: 500 clamp(26px, 4vw, 54px)/.85 var(--v2-display); letter-spacing: -.05em; }
.v2-news-featured__copy { align-self: end; padding: clamp(34px, 5vw, 68px); }
.v2-news-featured__copy time, .v2-news-card time { color: var(--v2-lime); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.v2-news-featured__copy h2 { margin: 24px 0 20px; font: 500 clamp(36px, 4vw, 58px)/.98 var(--v2-display); letter-spacing: -.05em; }
.v2-news-featured__copy p { margin: 0 0 30px; color: rgba(255,255,255,.68); }
.v2-news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 1px; background: var(--v2-line); }
.v2-news-card { min-width: 0; display: grid; grid-template-columns: .92fr 1.08fr; background: #fff; }
.v2-news-card > a { min-width: 0; overflow: hidden; }
.v2-news-card__media { height: 100%; min-height: 310px; overflow: hidden; background: #dfe4dc; }
.v2-news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--v2-ease); }
.v2-news-card > a:is(:hover, :focus-visible) img { transform: scale(1.025); }
.v2-news-card__copy { position: relative; min-width: 0; padding: clamp(28px, 4vw, 48px); }
.v2-news-card__index { position: absolute; top: 20px; right: 22px; color: #dfe5da; font: 500 44px/1 var(--v2-display); }
.v2-news-card h2 { margin: 28px 0 14px; font: 600 clamp(22px, 2.2vw, 31px)/1.08 var(--v2-display); letter-spacing: -.035em; }
.v2-news-card h2 a { text-decoration: none; }
.v2-news-card h2 a:is(:hover, :focus-visible) { color: var(--v2-forest); text-decoration: underline; text-decoration-color: var(--v2-lime); text-underline-offset: 5px; }
.v2-news-card p { margin: 0; color: var(--v2-muted); font-size: 13px; }
.v2-news-empty { min-height: 330px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(28px, 6vw, 80px); padding: clamp(30px, 6vw, 80px); border: 1px solid var(--v2-line); background: #fff; }
.v2-news-empty > span { color: var(--v2-lime); font: 500 clamp(72px, 12vw, 150px)/.8 var(--v2-display); letter-spacing: -.08em; }
.v2-news-empty strong { display: block; font: 500 clamp(28px, 4vw, 52px)/1 var(--v2-display); letter-spacing: -.045em; }
.v2-news-empty p { margin: 18px 0 0; color: var(--v2-muted); }

.v2-article { width: var(--v2-container); margin-inline: auto; padding-block: clamp(70px, 9vw, 132px); }
.v2-article__header { display: grid; grid-template-columns: minmax(150px, .35fr) minmax(0, 1.65fr); gap: 20px clamp(30px, 7vw, 100px); margin-bottom: clamp(50px, 8vw, 100px); }
.v2-article__back { grid-row: 1 / 5; align-self: start; width: max-content; padding-bottom: 7px; border-bottom: 2px solid var(--v2-lime); font-size: 12px; font-weight: 700; text-decoration: none; }
.v2-article__header time { color: var(--v2-forest); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.v2-article__header h1 { max-width: 950px; margin: 0; font: 500 clamp(48px, 7vw, 98px)/.92 var(--v2-display); letter-spacing: -.06em; }
.v2-article__header p { max-width: 760px; margin: 6px 0 0; color: var(--v2-muted); font-size: clamp(17px, 1.7vw, 21px); }
.v2-article__media { width: 100%; min-height: 420px; max-height: 760px; aspect-ratio: 16 / 8.5; overflow: hidden; background: #dfe4dc; }
.v2-article__media img { width: 100%; height: 100%; object-fit: cover; }
.v2-article__body { width: min(760px, 100%); margin: clamp(48px, 7vw, 90px) auto; color: #414741; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.85; }
.v2-article__body p { margin: 0 0 1.55em; }
.v2-article__body p:first-child::first-letter { float: left; margin: .06em .12em 0 0; color: var(--v2-lime); font: 500 4.2em/.72 var(--v2-display); }
.v2-article__footer { width: min(760px, 100%); margin-inline: auto; padding-top: 34px; border-top: 1px solid var(--v2-line); }
.v2-article-error { min-height: 60vh; display: grid; align-content: center; justify-items: start; }
.v2-article-error > span { color: var(--v2-lime); font: 500 clamp(80px, 14vw, 180px)/.75 var(--v2-display); }
.v2-article-error h1 { max-width: 780px; margin: 30px 0 15px; font: 500 clamp(38px, 6vw, 76px)/.95 var(--v2-display); letter-spacing: -.05em; }
.v2-article-error p { margin: 0 0 30px; color: var(--v2-muted); }

.v2-contact { min-height: calc(100vh - 78px); padding-block: clamp(70px, 8vw, 120px); }
.v2-contact__intro { width: var(--v2-container); margin: 0 auto clamp(50px, 7vw, 92px); display: grid; grid-template-columns: .6fr 1.4fr; align-items: end; gap: 40px; }
.v2-contact__grid { width: var(--v2-container); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; }
.v2-contact-card { position: relative; min-height: 680px; overflow: hidden; background: var(--v2-ink); color: #fff; }
.v2-contact-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: .82; }
.v2-contact-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(16,20,16,.92)); content: ""; }
.v2-contact-card__copy { position: absolute; z-index: 2; right: clamp(28px, 5vw, 58px); bottom: clamp(28px, 5vw, 58px); left: clamp(28px, 5vw, 58px); }
.v2-contact-card__copy h2 { margin: 0 0 12px; font: 500 clamp(34px, 4vw, 55px)/1 var(--v2-display); }
.v2-contact-card__copy a { display: block; width: max-content; color: #fff; text-decoration: none; }
.v2-contact-card__copy a:is(:hover, :focus-visible) { color: var(--v2-lime); }
.v2-contact-form { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 76px); background: var(--v2-forest); color: #fff; }
.v2-contact-form h2 { margin: 0 0 40px; font: 500 clamp(36px, 4.5vw, 58px)/1 var(--v2-display); letter-spacing: -.045em; }
.v2-form-field { display: grid; gap: 8px; margin-bottom: 22px; }
.v2-form-field span { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.v2-form-field input, .v2-form-field textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; outline: 0; background: transparent; color: #fff; }
.v2-form-field input:focus, .v2-form-field textarea:focus { border-color: var(--v2-lime); }
.v2-form-field [aria-invalid="true"] { border-color: #ffbd9d; }
.v2-form-field textarea { min-height: 90px; resize: vertical; }
.v2-form-consent { margin: 8px 0 22px; color: rgba(255,255,255,.68); font-size: 11px; }
.v2-form-message { min-height: 24px; margin: 14px 0 0; color: #fff; font-size: 12px; font-weight: 700; }
.v2-partners { width: var(--v2-container); margin-inline: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--v2-line); }
.v2-partner { min-height: 240px; padding: clamp(32px, 5vw, 58px); background: #fff; }
.v2-partner span { color: var(--v2-muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.v2-partner h3 { margin: 34px 0 12px; font: 600 24px/1.2 var(--v2-display); }
.v2-partner p { margin: 0; color: var(--v2-muted); font-size: 14px; }

.v2-cta { padding-block: clamp(58px, 8vw, 98px); background: var(--v2-lime); }
.v2-cta__inner { width: var(--v2-container); margin-inline: auto; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.v2-cta h2 { max-width: 720px; margin: 0; font: 500 clamp(38px, 5.5vw, 75px)/.96 var(--v2-display); letter-spacing: -.055em; }

.v2-footer { color: #fff; background: var(--v2-ink); }
.v2-footer__inner { width: var(--v2-container); margin-inline: auto; padding-block: 70px 32px; }
.v2-footer__top { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 60px; }
.v2-footer__brand img { width: 170px; filter: brightness(0) invert(1); }
.v2-footer__brand p { max-width: 330px; margin: 28px 0 0; color: rgba(255,255,255,.56); font-size: 13px; }
.v2-footer__col { display: flex; flex-direction: column; align-items: flex-start; }
.v2-footer__col strong { margin-bottom: 18px; color: var(--v2-lime); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.v2-footer__col a, .v2-footer__col span { margin-bottom: 6px; color: rgba(255,255,255,.7); font-size: 13px; text-decoration: none; }
.v2-footer__col a:is(:hover, :focus-visible) { color: #fff; }
.v2-footer__bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 10px; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--v2-ease), transform .7s var(--v2-ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.v2-mobile-actions { display: none; }

@media (max-width: 1080px) {
  :root { --v2-container: min(calc(100% - 40px), 940px); }
  .v2-menu { display: grid; }
  .v2-broker { display: none; }
  .v2-nav {
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100vw;
    height: calc(100vh - 78px);
    height: calc(100dvh - 78px);
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 30px 20px 120px;
    overflow-y: auto;
    visibility: hidden;
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    pointer-events: none;
    background: var(--v2-paper);
    transition: clip-path .35s var(--v2-ease), opacity .2s ease, visibility .35s;
  }
  .v2-nav.is-open { visibility: visible; clip-path: inset(0); opacity: 1; pointer-events: auto; }
  .v2-nav a { padding: 18px 8px; border-bottom: 1px solid var(--v2-line); font: 500 clamp(24px, 5vw, 38px)/1 var(--v2-display); }
  .v2-nav a::after { display: none; }
  .v2-stats { grid-template-columns: 1fr 1fr; }
  .v2-gallery { columns: 2; }
  .v2-apartment-downloads, .v2-document-grid { grid-template-columns: 1fr 1fr; }
  .v2-news-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --v2-container: calc(100vw - 28px); }
  body { padding-bottom: 74px; }
  .v2-header__inner { min-height: 72px; }
  .v2-logo { width: 134px; }
  .v2-nav { top: 100%; height: calc(100vh - 72px); height: calc(100dvh - 72px); }
  .v2-section { padding-block: 70px; }
  .v2-hero, .v2-hero--compact { min-height: 610px; }
  .v2-hero__content { padding-bottom: 70px; }
  .v2-hero__meta {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }
  .v2-hero__meta span {
    min-width: 0;
    white-space: nowrap;
    font-size: clamp(8px, 2.3vw, 10px);
    letter-spacing: .08em;
  }
  .v2-title { font-size: clamp(48px, 15vw, 72px); }
  .v2-h2 { font-size: clamp(37px, 12vw, 56px); }
  .v2-intro-grid, .v2-download-section__head, .v2-contact__intro { grid-template-columns: 1fr; gap: 30px; }
  .v2-intro-grid__index { font-size: 78px; }
  .v2-intro-grid__index--words strong { font-size: 92px; }
  .v2-intro-grid__index--words span { font-size: 22px; }
  .v2-stats { grid-template-columns: 1fr 1fr; }
  .v2-stat { min-height: 140px; padding: 22px 18px; }
  .v2-stat strong { font-size: 34px; }
  .v2-split, .v2-split--reverse { grid-template-columns: 1fr; }
  .v2-split__media { min-height: 480px; }
  .v2-split__content { padding: 54px 20px; }
  .v2-split--reverse .v2-split__media { order: 0; }
  .v2-media-strip,
  .v2-media-strip > img,
  .v2-media-strip > video { min-height: 620px; }
  .v2-media-strip__card { right: 14px; bottom: 14px; left: 14px; width: auto; }
  .v2-inner-video-toggle { top: 14px; right: 14px; width: 40px; height: 40px; }
  .v2-standard, .v2-standard:nth-child(even) { grid-template-columns: 1fr; gap: 34px; }
  .v2-standard:nth-child(even) .v2-standard__media { order: 0; }
  .v2-standard .v2-carousel__viewport { min-height: 470px; aspect-ratio: auto; }
  .v2-standard__media > img { aspect-ratio: 1; border-width: 6px; }
  .v2-carousel__controls { right: 14px; bottom: 14px; left: 14px; }
  .v2-carousel__button { width: 46px; height: 46px; }
  .v2-filterbar { top: 72px; }
  .v2-filters { min-height: 64px; }
  .v2-gallery { padding-block: 22px 82px; columns: 1; }
  .v2-gallery__item img, .v2-gallery__item:nth-child(n) img { aspect-ratio: 4 / 3; }
  .v2-lightbox { grid-template-columns: 56px minmax(0, 1fr) 56px; }
  .v2-lightbox__figure { width: 100%; max-width: calc(100vw - 120px); height: 100%; max-height: 72vh; }
  .v2-lightbox button { width: 44px; height: 44px; }
  .v2-document-grid, .v2-apartment-downloads { grid-template-columns: 1fr; }
  .v2-finance-grid { grid-template-columns: 1fr; }
  .v2-calculator { margin-inline: -14px; padding: 36px 20px; }
  .v2-calculator__fields { grid-template-columns: 1fr; }
  .v2-finance-lead__summary { grid-template-columns: 1fr 1fr; }
  .v2-finance-lead__fields { grid-template-columns: 1fr; }
  .v2-news-hero__head, .v2-news-featured { grid-template-columns: 1fr; }
  .v2-news-hero__head .v2-lead { margin-top: 20px; }
  .v2-news-featured__media { min-height: 360px; }
  .v2-news-card { grid-template-columns: 1fr; }
  .v2-news-card__media { min-height: 250px; aspect-ratio: 16 / 10; }
  .v2-news-empty { grid-template-columns: 1fr; }
  .v2-article__header { grid-template-columns: 1fr; }
  .v2-article__back { grid-row: auto; margin-bottom: 24px; }
  .v2-article__media { min-height: 280px; aspect-ratio: 4 / 3; }
  .v2-contact__grid { width: 100%; grid-template-columns: 1fr; }
  .v2-contact-card { min-height: 590px; }
  .v2-contact-form { padding: 60px 20px; }
  .v2-partners { grid-template-columns: 1fr; }
  .v2-cta__inner { align-items: flex-start; flex-direction: column; }
  .v2-footer__top { grid-template-columns: 1fr; gap: 40px; }
  .v2-footer__bottom { flex-direction: column; }
  .v2-mobile-actions { position: fixed; z-index: 1200; right: 12px; bottom: 10px; left: 12px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 7px; padding: 6px; border-radius: 999px; background: var(--v2-ink); box-shadow: 0 10px 35px rgba(0,0,0,.28); }
  .v2-mobile-actions a { min-height: 50px; display: grid; place-items: center; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }
  .v2-mobile-actions a:last-child { background: var(--v2-lime); color: var(--v2-ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .v2-finance__background-video { display: none; }
}

/* r12: wider calculator, full-width contact and reusable editorial layouts. */
.v2-finance-grid {
  width: min(1540px, calc(100vw - 64px));
  grid-template-columns: minmax(330px, .72fr) minmax(700px, 1.28fr);
  gap: clamp(54px, 7vw, 120px);
}
.v2-finance .v2-title { font-size: clamp(58px, 4.9vw, 82px); }
.v2-calculator { min-width: 0; padding: clamp(38px, 4.5vw, 68px); }
.v2-number-wrap input { min-width: 0; font-size: 16px; font-variant-numeric: tabular-nums; letter-spacing: .01em; }
.v2-finance-lead__toggle {
  min-height: 58px;
  margin-top: 30px;
  padding: 16px 20px;
  border: 0;
  background: var(--v2-lime);
  color: var(--v2-ink);
  font-size: 14px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.v2-finance-lead__toggle span { color: currentColor; }
.v2-finance-lead__toggle:is(:hover, :focus-visible) { background: var(--v2-forest); color: #fff; transform: translateY(-2px); }

.v2-contact { padding-bottom: 0; }
.v2-contact__grid {
  width: 100%;
  grid-template-columns: minmax(340px, .8fr) minmax(520px, 1.2fr);
  background: var(--v2-lime);
}
.v2-contact-card {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 34px;
  padding: clamp(56px, 7vw, 120px) clamp(28px, 6vw, 104px);
  overflow: visible;
  background: var(--v2-lime);
  color: var(--v2-ink);
}
.v2-contact-card > img {
  position: static;
  width: clamp(150px, 15vw, 220px);
  height: clamp(190px, 19vw, 270px);
  object-fit: cover;
  object-position: center 15%;
  opacity: 1;
  filter: saturate(.9) contrast(1.02);
}
.v2-contact-card::after { display: none; }
.v2-contact-card__copy { position: static; width: 100%; }
.v2-contact-card__copy .v2-eyebrow { color: rgba(23,26,23,.62); }
.v2-contact-card__copy h2 { margin: 18px 0 22px; color: var(--v2-ink); font-size: clamp(48px, 6vw, 92px); letter-spacing: -.06em; }
.v2-contact-card__copy a {
  width: fit-content;
  color: var(--v2-ink);
  font: 600 clamp(20px, 2.25vw, 36px)/1.25 var(--v2-display);
  letter-spacing: -.035em;
}
.v2-contact-card__copy a + a { margin-top: 7px; font-size: clamp(15px, 1.45vw, 23px); }
.v2-contact-card__copy a:is(:hover, :focus-visible) { color: var(--v2-forest); text-decoration: underline; text-underline-offset: 5px; }
.v2-contact-form { min-height: 720px; padding-inline: clamp(36px, 7vw, 120px); scroll-margin-top: 96px; }

.v2-news-template {
  display: inline-flex;
  width: fit-content;
  margin: 0 12px 14px 0;
  padding: 7px 10px;
  border: 1px solid currentColor;
  color: var(--v2-lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}
.v2-news-featured__copy time { display: inline-flex; }
.v2-news-card__copy .v2-news-template { margin-right: 8px; color: var(--v2-forest); }
.v2-news-card--locality { background: var(--v2-mist); }
.v2-news-card--buyer-guide .v2-news-card__copy { border-top: 4px solid var(--v2-lime); }
.v2-article__header .v2-news-template { grid-column: 2; margin-bottom: 0; color: var(--v2-forest); }
.v2-article__header .v2-news-template + time { grid-column: 2; }
.v2-article__body h2,
.v2-article__body h3 { color: var(--v2-ink); font-family: var(--v2-display); letter-spacing: -.04em; }
.v2-article__body h2 { margin: 2em 0 .75em; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; }
.v2-article__body h3 { margin: 1.8em 0 .7em; font-size: clamp(23px, 3vw, 32px); }
.v2-article__body ul,
.v2-article__body ol { margin: 0 0 1.8em; padding: 0; list-style: none; counter-reset: article-list; }
.v2-article__body li { position: relative; padding: 9px 0 9px 28px; border-bottom: 1px solid var(--v2-line); }
.v2-article__body li::before { position: absolute; top: 17px; left: 2px; width: 9px; height: 9px; background: var(--v2-lime); content: ""; }
.v2-article__body ol li { counter-increment: article-list; padding-left: 38px; }
.v2-article__body ol li::before { top: 8px; width: auto; height: auto; background: none; color: var(--v2-green); content: counter(article-list) "."; font-weight: 700; }
.v2-article__body blockquote { margin: 2.2em 0; padding: 24px 30px; border-left: 5px solid var(--v2-lime); background: var(--v2-mist); color: var(--v2-forest); font: 500 clamp(20px, 2.5vw, 29px)/1.45 var(--v2-display); }
.v2-article__body figure { margin: clamp(34px, 5vw, 64px) 0; }
.v2-article__body figure img { display: block; width: 100%; max-height: 720px; object-fit: cover; }
.v2-article__body figcaption { margin-top: 10px; color: #737a73; font-size: 13px; }
.v2-article__body .v2-button { display: inline-flex; margin: 12px 8px 12px 0; color: #fff; text-decoration: none; }
.v2-article__body .v2-button--lime { border-color: var(--v2-lime); background: var(--v2-lime); color: var(--v2-forest); }
.v2-article__body .v2-button--outline { border-color: var(--v2-forest); background: transparent; color: var(--v2-forest); }

@media (max-width: 1180px) {
  .v2-finance-grid { grid-template-columns: minmax(290px,.7fr) minmax(610px,1.3fr); gap: 42px; }
  .v2-calculator { padding: 42px; }
}

@media (max-width: 1020px) {
  .v2-finance-grid { width: min(860px, calc(100vw - 40px)); grid-template-columns: 1fr; }
  .v2-contact__grid { grid-template-columns: 1fr; }
  .v2-contact-card, .v2-contact-form { min-height: 0; }
  .v2-contact-card { padding-block: 72px; }
}

@media (max-width: 760px) {
  .v2-finance-grid { width: calc(100vw - 28px); }
  .v2-finance .v2-title { font-size: clamp(45px, 13vw, 58px); }
  .v2-calculator { margin-inline: 0; padding: 34px 18px; }
  .v2-contact-card { min-height: 0; padding: 56px 20px; }
  .v2-contact-card > img { width: 144px; height: 178px; }
  .v2-contact-form { min-height: 0; padding: 64px 20px; }
  .v2-article__header .v2-news-template,
  .v2-article__header .v2-news-template + time { grid-column: 1; }
}
