/* Visualine Core 1.3 — visual system and compatibility layer
 * Loaded after the base stylesheet. Critical selectors are deliberately
 * scoped to body.vl-site so WordPress/Elementor global link styles cannot
 * override buttons, navigation or project cards.
 */

:root {
  --vl-bg: #f4f1e9;
  --vl-bg-soft: #e9e5db;
  --vl-bg-elevated: #fcfaf5;
  --vl-text: #171713;
  --vl-text-soft: #686961;
  --vl-line: rgba(23, 23, 19, .17);
  --vl-line-strong: rgba(23, 23, 19, .34);
  --vl-dark: #11110f;
  --vl-dark-soft: #191916;
  --vl-dark-elevated: #22221e;
  --vl-light: #f5f2e9;
  --vl-light-soft: #c7c5bd;
  --vl-accent: #667585;
  --vl-accent-deep: #4f6072;
  --vl-success: #527255;
  --vl-header-height: 76px;
  --vl-container: min(1360px, calc(100vw - 80px));
  --vl-shadow: 0 24px 70px rgba(20, 20, 17, .12);
  --vl-title-hero: clamp(3.1rem, 5.45vw, 6.25rem);
  --vl-title-page: clamp(2.75rem, 4.6vw, 4.9rem);
  --vl-title-section: clamp(2.15rem, 3.35vw, 3.65rem);
  --vl-title-card: clamp(1.55rem, 2vw, 2.35rem);
}

html[data-vl-theme="dark"] {
  --vl-bg: #12120f;
  --vl-bg-soft: #191916;
  --vl-bg-elevated: #20201c;
  --vl-text: #f2efe6;
  --vl-text-soft: #aaa9a1;
  --vl-line: rgba(242, 239, 230, .16);
  --vl-line-strong: rgba(242, 239, 230, .34);
  --vl-accent-deep: #aeb9c3;
}

/* Remove decorative objects that do not represent actual architecture. */
body.vl-site .vl-spatial-canvas,
body.vl-site .vl-page-hero__wireframe,
body.vl-site .vl-path-card__graphic,
body.vl-site .vl-format-icon,
body.vl-site .vl-plan-demo,
body.vl-site .vl-local__map,
body.vl-site .vl-case__measure {
  display: none !important;
}

body.vl-site .vl-hero__grid,
body.vl-site .vl-page-hero__grid,
body.vl-site .vl-contact-band__grid {
  opacity: .08;
}

body.vl-site .vl-container {
  width: var(--vl-container);
}

body.vl-site .vl-section {
  padding-block: clamp(72px, 8vw, 126px);
}

body.vl-site .vl-kicker {
  margin-bottom: 16px;
  font-size: .68rem;
  letter-spacing: .16em;
}

body.vl-site .vl-lead {
  max-width: 720px;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.65;
}

/* Typography scale */
body.vl-site .vl-hero h1 {
  max-width: 1040px;
  font-size: var(--vl-title-hero);
  letter-spacing: -.052em;
  line-height: .9;
}

body.vl-site .vl-page-hero h1,
body.vl-site .vl-studio-hero h1,
body.vl-site .vl-contact-page__intro h1,
body.vl-site .vl-project-hero h1,
body.vl-site .vl-legal-page h1,
body.vl-site .vl-auth__visual h1 {
  font-size: var(--vl-title-page);
  letter-spacing: -.05em;
  line-height: .92;
}

body.vl-site .vl-section-heading h2,
body.vl-site .vl-case__copy h2,
body.vl-site .vl-intro-statement h2,
body.vl-site .vl-local h2,
body.vl-site .vl-contact-band h2,
body.vl-site .vl-footer__statement h2,
body.vl-site .vl-two-paths h2,
body.vl-site .vl-experience-lab__head h2,
body.vl-site .vl-visual-proof__copy h2 {
  font-size: var(--vl-title-section);
  letter-spacing: -.045em;
  line-height: .96;
}

body.vl-site .vl-section-heading {
  gap: 32px;
  margin-bottom: clamp(38px, 5vw, 70px);
  padding-bottom: 22px;
}

body.vl-site .vl-section-heading > div,
body.vl-site .vl-section-heading h2 {
  max-width: 860px;
}

/* Critical button contrast. WordPress themes often style links with a more
 * specific selector; these rules intentionally win that cascade. */
body.vl-site a.vl-button,
body.vl-site button.vl-button,
body.vl-site a.vl-header__cta,
body.vl-site a.vl-mobile-menu__cta,
body.vl-site a.vl-dashboard__primary,
body.vl-site button.vl-dashboard__primary,
body.vl-site a.vl-dashboard__secondary,
body.vl-site button.vl-dashboard__secondary {
  -webkit-text-fill-color: currentColor;
  text-decoration: none !important;
}

body.vl-site .vl-button::before {
  display: none !important;
}

body.vl-site a.vl-button,
body.vl-site button.vl-button {
  position: relative;
  z-index: 1;
  min-height: 50px;
  padding: 13px 21px;
  border-width: 1px;
  font-size: .74rem;
  font-weight: 760;
  letter-spacing: .065em;
  line-height: 1.2;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.vl-site a.vl-button--light,
body.vl-site button.vl-button--light {
  border-color: #f5f2e9 !important;
  background: #f5f2e9 !important;
  color: #171713 !important;
  -webkit-text-fill-color: #171713 !important;
}

body.vl-site a.vl-button--light:hover,
body.vl-site button.vl-button--light:hover {
  border-color: var(--vl-accent) !important;
  background: var(--vl-accent) !important;
  color: #171713 !important;
  -webkit-text-fill-color: #171713 !important;
}

body.vl-site a.vl-button--ghost-light,
body.vl-site button.vl-button--ghost-light {
  border-color: rgba(245, 242, 233, .7) !important;
  background: rgba(17, 17, 15, .18) !important;
  color: #f5f2e9 !important;
  -webkit-text-fill-color: #f5f2e9 !important;
}

body.vl-site a.vl-button--ghost-light:hover,
body.vl-site button.vl-button--ghost-light:hover {
  border-color: #f5f2e9 !important;
  background: #f5f2e9 !important;
  color: #171713 !important;
  -webkit-text-fill-color: #171713 !important;
}

body.vl-site a.vl-button--dark,
body.vl-site button.vl-button--dark {
  border-color: #171713 !important;
  background: #171713 !important;
  color: #f5f2e9 !important;
  -webkit-text-fill-color: #f5f2e9 !important;
}

body.vl-site a.vl-button--dark:hover,
body.vl-site button.vl-button--dark:hover {
  border-color: var(--vl-accent) !important;
  background: var(--vl-accent) !important;
  color: #171713 !important;
  -webkit-text-fill-color: #171713 !important;
}

body.vl-site .vl-button > span,
body.vl-site .vl-button > svg {
  position: relative;
  z-index: 2;
}

/* Header */
body.vl-site .vl-header {
  min-height: var(--vl-header-height);
  border-bottom-color: var(--vl-line);
}

body.vl-site .vl-header__inner {
  min-height: var(--vl-header-height);
}

body.vl-site a.vl-header__cta {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #171713;
  background: #171713 !important;
  color: #f5f2e9 !important;
  -webkit-text-fill-color: #f5f2e9 !important;
}

body.vl-site a.vl-header__cta:hover {
  border-color: var(--vl-accent);
  background: var(--vl-accent) !important;
  color: #171713 !important;
  -webkit-text-fill-color: #171713 !important;
}

body.vl-site .vl-nav a {
  font-size: .74rem;
}

/* Home hero */
body.vl-site .vl-hero {
  min-height: min(900px, 100svh);
}

body.vl-site .vl-hero__content {
  min-height: min(900px, 100svh);
  display: grid;
  align-content: center;
  padding-top: calc(var(--vl-header-height) + clamp(24px, 4vh, 48px));
  padding-bottom: clamp(36px, 5vh, 56px);
}

body.vl-site .vl-hero__content > .vl-kicker {
  margin-bottom: clamp(26px, 4vh, 44px);
}

body.vl-site .vl-hero__bottom {
  grid-template-columns: minmax(280px, 590px) minmax(360px, auto);
  gap: 32px;
  margin-top: clamp(32px, 5vh, 54px);
}

body.vl-site .vl-hero__bottom .vl-button-row {
  justify-content: flex-end;
}

body.vl-site .vl-hero__bottom > p {
  font-size: clamp(.96rem, 1.2vw, 1.16rem);
}

body.vl-site .vl-hero__location {
  margin-top: 22px;
}

body.vl-site .vl-hero__shade {
  background: linear-gradient(90deg, rgba(9,9,8,.76) 0%, rgba(9,9,8,.45) 52%, rgba(9,9,8,.18) 100%), linear-gradient(0deg, rgba(9,9,8,.56), transparent 58%);
}

/* Home projects: equal visual hierarchy, no giant portrait card. */
body.vl-site .vl-project-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  gap: clamp(34px, 4vw, 58px) 22px;
}

body.vl-site .vl-project-card--mosaic-1,
body.vl-site .vl-project-card--mosaic-2,
body.vl-site .vl-project-card--mosaic-3,
body.vl-site .vl-project-card--mosaic-4 {
  grid-row: auto;
}

body.vl-site .vl-project-card--mosaic-1 figure,
body.vl-site .vl-project-card--mosaic-2 figure,
body.vl-site .vl-project-card--mosaic-3 figure,
body.vl-site .vl-project-card--mosaic-4 figure {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
}

body.vl-site .vl-project-card--mosaic-1 .vl-project-card__content h3,
body.vl-site .vl-project-card--mosaic-1 .vl-project-card__meta h3 {
  font-size: var(--vl-title-card);
}

/* Shared project card */
body.vl-site .vl-project-card > a.vl-project-card__link,
body.vl-site .vl-project-card > a {
  display: grid;
  height: 100%;
  color: inherit !important;
}

body.vl-site .vl-project-card__media,
body.vl-site .vl-project-card figure {
  position: relative;
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--vl-bg-soft);
  transform: none;
  box-shadow: none;
}

body.vl-site .vl-project-card__media::after,
body.vl-site .vl-project-card figure::after {
  display: none;
}

body.vl-site .vl-project-card__media img,
body.vl-site .vl-project-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.vl-site .vl-project-card__open {
  top: auto;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  width: auto;
  height: 42px;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  transform: translateY(8px);
  background: rgba(17,17,15,.88);
  color: #fff;
  opacity: 0;
}

body.vl-site .vl-project-card__open b {
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.vl-site .vl-project-card:hover .vl-project-card__open,
body.vl-site .vl-project-card:focus-within .vl-project-card__open {
  transform: translateY(0);
  opacity: 1;
}

body.vl-site .vl-project-card__content {
  display: grid;
  align-content: start;
  gap: 10px;
  padding-top: 16px;
}

body.vl-site .vl-project-card__meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
}

body.vl-site .vl-project-card__meta p,
body.vl-site .vl-project-card__meta span {
  margin: 0;
  color: var(--vl-text-soft);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.45;
  text-transform: uppercase;
}

body.vl-site .vl-project-card__meta span {
  max-width: 45%;
  text-align: right;
}

body.vl-site .vl-project-card__content h3,
body.vl-site .vl-project-card__meta h3 {
  margin: 0;
  font-family: var(--vl-font-display);
  font-size: var(--vl-title-card);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

body.vl-site .vl-project-card__excerpt {
  max-width: 650px;
  margin: 0;
  color: var(--vl-text-soft);
  font-size: .92rem;
  line-height: 1.62;
}

body.vl-site .vl-project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

body.vl-site .vl-project-card__tags li {
  padding: 5px 9px;
  border: 1px solid var(--vl-line);
  color: var(--vl-text-soft);
  font-size: .63rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Two service paths with real architectural images. */
body.vl-site .vl-paths__grid {
  gap: 0;
}

body.vl-site .vl-path-card {
  min-height: 0;
  grid-template-rows: auto auto 1fr;
  gap: 22px;
  padding: clamp(26px, 3.5vw, 46px);
}

body.vl-site .vl-path-card__media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--vl-line);
  background: var(--vl-dark-soft);
}

body.vl-site .vl-path-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--vl-ease);
}

body.vl-site .vl-path-card:hover .vl-path-card__media img {
  transform: scale(1.025);
}

body.vl-site .vl-path-card__body {
  display: grid;
  align-content: start;
  gap: 14px;
}

body.vl-site .vl-path-card__body h3 {
  margin: 0;
  font-family: var(--vl-font-display);
  font-size: clamp(2rem, 3.15vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
}

body.vl-site .vl-path-card__body p {
  max-width: 620px;
  margin: 0;
  color: var(--vl-text-soft);
}

/* Case study */
body.vl-site .vl-case__grid {
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

body.vl-site .vl-case__visual > a {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
}

body.vl-site .vl-case__visual > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.vl-site .vl-case__visual > a > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: rgba(17,17,15,.88);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Page hero: compact and readable. */
body.vl-site .vl-page-hero {
  min-height: clamp(520px, 68svh, 700px);
  padding-top: calc(var(--vl-header-height) + 72px);
  padding-bottom: clamp(60px, 7vw, 92px);
}

body.vl-site .vl-page-hero__content {
  max-width: 1360px;
}

body.vl-site .vl-page-hero h1 {
  max-width: 960px;
  margin-bottom: 30px;
}

body.vl-site .vl-page-hero__image {
  right: 3vw;
  bottom: 5%;
  width: min(38vw, 570px);
  height: 66%;
  transform: none;
  opacity: .82;
  mix-blend-mode: normal;
}

body.vl-site .vl-page-hero__image::before {
  background: linear-gradient(90deg, var(--vl-bg-soft), transparent 38%);
}

body.vl-site .vl-page-hero__stack {
  right: max(40px, 5vw);
  bottom: 54px;
  display: grid;
  width: min(39vw, 560px);
  grid-template-columns: 1.4fr .8fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.vl-site .vl-page-hero__stack-item {
  width: auto;
  height: auto;
  margin: 0;
  aspect-ratio: auto;
  box-shadow: 0 18px 48px rgba(0,0,0,.2);
}

body.vl-site .vl-page-hero__stack-item--1 {
  grid-row: 1 / 3;
}

body.vl-site .vl-page-hero__stack-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.vl-site .vl-page-hero--projects {
  min-height: clamp(480px, 58svh, 620px);
  background: var(--vl-dark);
  color: #f3f0e7;
}

body.vl-site .vl-page-hero--projects .vl-lead {
  color: #b7b5ad;
}

/* Architecture and visualization sections */
body.vl-site .vl-intro-statement__grid {
  grid-template-columns: minmax(130px, .32fr) minmax(0, 1.68fr);
}

body.vl-site .vl-local__grid {
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

body.vl-site .vl-local__visual {
  margin: 0;
}

body.vl-site .vl-local__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.vl-site .vl-local__visual figcaption,
body.vl-site .vl-visual-proof__media figcaption {
  padding-top: 10px;
  color: var(--vl-text-soft);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.vl-site .vl-service-cards,
body.vl-site .vl-formats__grid {
  gap: 0;
}

body.vl-site .vl-service-card h3,
body.vl-site .vl-formats__grid article h3 {
  font-size: clamp(1.75rem, 2.35vw, 2.55rem);
  line-height: 1;
}

body.vl-site .vl-formats__grid article {
  display: grid;
  min-height: 0;
  align-content: start;
  gap: 16px;
  padding: clamp(24px, 3vw, 38px);
}

body.vl-site .vl-format-card__number {
  color: #a8a69f;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
}

body.vl-site .vl-format-card__media {
  width: 100%;
  margin: 0 0 4px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #24241f;
}

body.vl-site .vl-format-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82);
}

body.vl-site .vl-visual-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
}

body.vl-site .vl-visual-proof__media {
  margin: 0;
}

body.vl-site .vl-visual-proof__media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

body.vl-site .vl-visual-proof__copy > p:not(.vl-kicker) {
  color: var(--vl-text-soft);
}

body.vl-site .vl-visual-proof__copy ul {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

body.vl-site .vl-visual-proof__copy li {
  position: relative;
  padding: 11px 0 11px 22px;
  border-top: 1px solid var(--vl-line);
  color: var(--vl-text-soft);
}

body.vl-site .vl-visual-proof__copy li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--vl-accent);
}

/* Projects archive */
body.vl-site .vl-project-archive__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: end;
  gap: clamp(36px, 7vw, 90px);
  margin-bottom: 42px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--vl-line);
}

body.vl-site .vl-project-archive__intro h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--vl-font-display);
  font-size: clamp(2.25rem, 3.7vw, 4rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
}

body.vl-site .vl-project-archive__intro > p {
  margin: 0;
  color: var(--vl-text-soft);
}

body.vl-site .vl-project-filters {
  position: sticky;
  z-index: 10;
  top: calc(var(--vl-header-height) + 12px);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 44px;
  padding: 10px;
  border: 1px solid var(--vl-line);
  background: color-mix(in srgb, var(--vl-bg) 92%, transparent);
  backdrop-filter: blur(14px);
}

body.vl-site .vl-project-filters button {
  min-height: 38px;
  padding: 8px 13px;
  border-color: transparent;
  color: var(--vl-text-soft);
  font-size: .67rem;
}

body.vl-site .vl-project-filters button:hover,
body.vl-site .vl-project-filters button.is-active {
  border-color: var(--vl-text);
  background: var(--vl-text);
  color: var(--vl-bg);
}

body.vl-site .vl-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(54px, 7vw, 92px) 24px;
}

body.vl-site .vl-project-card--archive-featured {
  grid-column: 1 / -1;
}

body.vl-site .vl-project-card--archive-featured .vl-project-card__link {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--vl-line);
  background: var(--vl-bg-elevated);
}

body.vl-site .vl-project-card--archive-featured .vl-project-card__media {
  aspect-ratio: 16 / 9;
}

body.vl-site .vl-project-card--archive-featured .vl-project-card__content {
  align-content: end;
  padding: clamp(28px, 4vw, 54px);
}

body.vl-site .vl-project-card--archive-featured .vl-project-card__content h3 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

body.vl-site .vl-project-card--archive .vl-project-card__media {
  aspect-ratio: 16 / 10;
}

body.vl-site .vl-project-empty {
  margin-top: 40px;
}

/* Service index and process */
body.vl-site .vl-service-row__copy h2 {
  font-size: clamp(1.9rem, 3vw, 3.25rem);
}

body.vl-site .vl-process__grid article h3,
body.vl-site .vl-principles__grid article h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.05;
}

body.vl-site .vl-two-paths h2 {
  margin-top: clamp(52px, 8vw, 90px);
}

/* Studio and contact */
body.vl-site .vl-studio-hero {
  padding-top: calc(var(--vl-header-height) + 72px);
}

body.vl-site .vl-studio-hero__grid,
body.vl-site .vl-contact-page__grid {
  gap: clamp(52px, 8vw, 110px);
}

body.vl-site .vl-contact-page {
  padding-top: calc(var(--vl-header-height) + 66px);
}

body.vl-site .vl-contact-page__direct {
  display: grid;
  gap: 9px;
}

body.vl-site .vl-contact-page__direct strong {
  color: var(--vl-text);
  font-size: 1rem;
}

body.vl-site .vl-contact-page__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  margin-top: 22px;
}

body.vl-site .vl-contact-page__socials a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--vl-text-soft) !important;
  font-size: .82rem;
}

body.vl-site .vl-contact-page__socials a:hover {
  color: var(--vl-text) !important;
}

body.vl-site .vl-contact-page__socials svg {
  width: 17px;
  height: 17px;
}

body.vl-site .vl-contact-page__form {
  padding: clamp(26px, 4vw, 48px);
}

body.vl-site .vl-contact-form .vl-button {
  width: auto;
  min-width: 220px;
}

/* Contact band and footer */
body.vl-site .vl-contact-band {
  padding-block: clamp(82px, 10vw, 142px);
}

body.vl-site .vl-contact-band__inner > p:not(.vl-kicker) {
  margin-bottom: 30px;
  color: #bbb9b1;
}

body.vl-site .vl-footer {
  padding-top: clamp(72px, 8vw, 118px);
}

body.vl-site .vl-footer__top {
  gap: clamp(52px, 8vw, 110px);
  padding-bottom: 60px;
}

body.vl-site .vl-footer__statement h2 {
  max-width: 760px;
}

/* Dark mode form/button surfaces */
html[data-vl-theme="dark"] body.vl-site .vl-project-card--archive-featured .vl-project-card__link,
html[data-vl-theme="dark"] body.vl-site .vl-contact-page__form {
  background: var(--vl-bg-elevated);
}

/* Responsive */
@media (max-width: 1180px) {
  :root {
    --vl-container: min(100% - 48px, 1180px);
  }

  body.vl-site .vl-nav {
    gap: 18px;
  }

  body.vl-site .vl-hero__bottom {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-hero__bottom .vl-button-row {
    justify-content: flex-start;
  }

  body.vl-site .vl-page-hero__stack {
    width: min(42vw, 480px);
  }
}

@media (max-width: 1024px) {
  :root {
    --vl-container: min(100% - 40px, 980px);
    --vl-title-hero: clamp(2.95rem, 8vw, 5.1rem);
    --vl-title-page: clamp(2.55rem, 7vw, 4.35rem);
    --vl-title-section: clamp(2rem, 5.3vw, 3.25rem);
  }

  body.vl-site .vl-project-mosaic,
  body.vl-site .vl-project-grid,
  body.vl-site .vl-visual-proof__grid,
  body.vl-site .vl-project-archive__intro {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-project-card--archive-featured .vl-project-card__link {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-project-card--archive-featured .vl-project-card__media {
    aspect-ratio: 16 / 10;
  }

  body.vl-site .vl-page-hero__stack {
    position: relative;
    right: auto;
    bottom: auto;
    width: var(--vl-container);
    margin: 30px auto 0;
    padding: 0 0 38px;
  }

  body.vl-site .vl-page-hero--visualization {
    display: block;
  }

  body.vl-site .vl-intro-statement__grid,
  body.vl-site .vl-local__grid {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-project-filters {
    position: static;
  }
}

@media (max-width: 767px) {
  :root {
    --vl-container: calc(100vw - 28px);
    --vl-header-height: 66px;
    --vl-title-hero: clamp(2.45rem, 11.4vw, 3.85rem);
    --vl-title-page: clamp(2.25rem, 10.8vw, 3.55rem);
    --vl-title-section: clamp(1.9rem, 9vw, 2.85rem);
    --vl-title-card: clamp(1.45rem, 7vw, 1.95rem);
  }

  body.vl-site .vl-section {
    padding-block: 64px;
  }

  body.vl-site .vl-section-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
    margin-bottom: 34px;
  }

  body.vl-site .vl-hero {
    min-height: max(720px, 100svh);
  }

  body.vl-site .vl-hero__content {
    padding-top: calc(var(--vl-header-height) + 58px);
    padding-bottom: 38px;
  }

  body.vl-site .vl-hero__bottom {
    margin-top: 30px;
  }

  body.vl-site .vl-hero__bottom .vl-button-row,
  body.vl-site .vl-contact-band .vl-button-row {
    width: 100%;
    flex-direction: column;
  }

  body.vl-site .vl-hero__bottom .vl-button,
  body.vl-site .vl-contact-band .vl-button-row .vl-button,
  body.vl-site .vl-contact-form .vl-button {
    width: 100%;
  }

  body.vl-site .vl-project-mosaic,
  body.vl-site .vl-project-grid {
    gap: 46px;
  }

  body.vl-site .vl-project-card--mosaic-1 figure,
  body.vl-site .vl-project-card--mosaic-2 figure,
  body.vl-site .vl-project-card--mosaic-3 figure,
  body.vl-site .vl-project-card--mosaic-4 figure,
  body.vl-site .vl-project-card--archive .vl-project-card__media,
  body.vl-site .vl-project-card--archive-featured .vl-project-card__media {
    aspect-ratio: 4 / 3;
  }

  body.vl-site .vl-project-card__meta {
    display: grid;
    gap: 5px;
  }

  body.vl-site .vl-project-card__meta span {
    max-width: none;
    text-align: left;
  }

  body.vl-site .vl-project-card__open {
    width: 42px;
    padding: 0;
    justify-content: center;
    opacity: 1;
    transform: none;
  }

  body.vl-site .vl-project-card__open b {
    display: none;
  }

  body.vl-site .vl-paths__grid,
  body.vl-site .vl-formats__grid,
  body.vl-site .vl-service-cards {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-page-hero {
    min-height: 520px;
    padding-top: calc(var(--vl-header-height) + 54px);
    padding-bottom: 56px;
  }

  body.vl-site .vl-page-hero__image {
    right: -22%;
    width: 78vw;
    opacity: .3;
  }

  body.vl-site .vl-page-hero__stack {
    width: var(--vl-container);
    grid-template-columns: 1.25fr .75fr;
  }

  body.vl-site .vl-project-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -14px;
    padding-inline: 14px;
    border-inline: 0;
    scrollbar-width: none;
  }

  body.vl-site .vl-project-filters::-webkit-scrollbar {
    display: none;
  }

  body.vl-site .vl-project-filters button {
    flex: 0 0 auto;
  }

  body.vl-site .vl-project-archive__intro {
    margin-bottom: 28px;
    padding-bottom: 26px;
  }

  body.vl-site .vl-project-card--archive-featured .vl-project-card__content {
    padding: 22px;
  }

  body.vl-site .vl-contact-page__form {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.vl-site .vl-project-card img,
  body.vl-site .vl-path-card img,
  body.vl-site .vl-button {
    transition: none !important;
  }
}

/* --------------------------------------------------------------------------
 * Visualine Core 1.3 final compatibility and quality layer
 * ----------------------------------------------------------------------- */

/* Never reintroduce the previous lime accent inside locally scoped sections. */
body.vl-site .vl-section--dark,
body.vl-site .vl-contact-band,
body.vl-site .vl-footer,
body.vl-private-page .vl-dashboard__sidebar {
  --vl-accent: #667585;
  --vl-accent-deep: #aeb9c3;
}

/* Legacy widgets remain active on the WordPress installation, but Visualine
 * Core already provides its own language selector and WhatsApp access. */
body.vl-site #gt_float_wrapper,
body.vl-site [class*="gt_container-"],
body.vl-site .gt_float_switcher,
body.vl-site .joinchat,
body.vl-site .grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Absolute button contrast, including visited links and descendants affected
 * by WordPress/Elementor link rules. */
body.vl-site a.vl-button:link,
body.vl-site a.vl-button:visited,
body.vl-site button.vl-button,
body.vl-site a.vl-button > span,
body.vl-site button.vl-button > span,
body.vl-site a.vl-button > b,
body.vl-site button.vl-button > b,
body.vl-site a.vl-button svg,
body.vl-site button.vl-button svg {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body.vl-site a.vl-button--light:link,
body.vl-site a.vl-button--light:visited,
body.vl-site button.vl-button--light,
body.vl-site a.vl-button--light > span,
body.vl-site button.vl-button--light > span,
body.vl-site a.vl-button--light svg,
body.vl-site button.vl-button--light svg {
  color: #171713 !important;
  -webkit-text-fill-color: #171713 !important;
}

body.vl-site a.vl-button--ghost-light:link,
body.vl-site a.vl-button--ghost-light:visited,
body.vl-site button.vl-button--ghost-light,
body.vl-site a.vl-button--ghost-light > span,
body.vl-site button.vl-button--ghost-light > span,
body.vl-site a.vl-button--ghost-light svg,
body.vl-site button.vl-button--ghost-light svg {
  color: #f5f2e9 !important;
  -webkit-text-fill-color: #f5f2e9 !important;
}

body.vl-site a.vl-button--dark:link,
body.vl-site a.vl-button--dark:visited,
body.vl-site button.vl-button--dark,
body.vl-site a.vl-button--dark > span,
body.vl-site button.vl-button--dark > span,
body.vl-site a.vl-button--dark svg,
body.vl-site button.vl-button--dark svg {
  color: #f5f2e9 !important;
  -webkit-text-fill-color: #f5f2e9 !important;
}

body.vl-site .vl-button {
  isolation: isolate;
  overflow: visible;
  text-shadow: none !important;
}

body.vl-site .vl-button::before,
body.vl-site .vl-button::after {
  display: none !important;
  content: none !important;
}

/* Header remains compact on actual pages, not just previews. */
body.vl-site .vl-brand {
  font-size: .98rem;
}

body.vl-site .vl-header__inner {
  width: min(1380px, calc(100vw - 48px));
}

/* Project archive details and filter counts. */
body.vl-site .vl-project-archive__summary {
  display: grid;
  gap: 16px;
  align-content: end;
}

body.vl-site .vl-project-archive__summary > p {
  margin: 0;
  color: var(--vl-text-soft);
}

body.vl-site .vl-project-archive__summary > span {
  width: fit-content;
  padding-top: 12px;
  border-top: 1px solid var(--vl-line-strong);
  color: var(--vl-text);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.vl-site .vl-project-filters button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.vl-site .vl-project-filters button small {
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .58rem;
  line-height: 1;
  opacity: .72;
}

body.vl-site .vl-project-empty-state {
  padding: clamp(56px, 8vw, 110px) 0;
  border-top: 1px solid var(--vl-line);
  border-bottom: 1px solid var(--vl-line);
}

body.vl-site .vl-project-empty-state h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--vl-font-display);
  font-size: var(--vl-title-section);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
}

/* Project single: editorial, but never an uncontrolled full-screen image. */
body.vl-site .vl-project-hero {
  padding-top: calc(var(--vl-header-height) + 68px);
  padding-bottom: clamp(54px, 6vw, 82px);
}

body.vl-site .vl-breadcrumb {
  margin-bottom: clamp(42px, 5vw, 74px);
}

body.vl-site .vl-project-hero__grid {
  gap: clamp(42px, 7vw, 96px);
}

body.vl-site .vl-project-cover {
  width: var(--vl-container);
  max-width: 1480px;
}

body.vl-site .vl-project-cover > img {
  width: 100%;
  height: min(68svh, 760px);
  min-height: 420px;
  object-fit: cover;
}

body.vl-site .vl-project-cover figcaption {
  padding-top: 11px;
}

body.vl-site .vl-story-block h2 {
  font-size: clamp(2.05rem, 3.3vw, 3.65rem);
}

body.vl-site .vl-project-gallery__head h2 {
  font-size: var(--vl-title-section);
}

body.vl-site .vl-project-gallery__grid {
  grid-auto-rows: minmax(260px, 32vw);
  gap: 16px;
}

/* Real 3D resources use a house/model symbol rather than orbital graphics. */
body.vl-site .vl-model-load svg,
body.vl-site .vl-model-ar svg {
  width: 22px;
  height: 22px;
}

/* Forms */
body.vl-site .vl-contact-form input,
body.vl-site .vl-contact-form select,
body.vl-site .vl-contact-form textarea {
  border-radius: 0;
}

body.vl-site .vl-contact-form button.vl-button--dark {
  min-width: 240px;
}

@media (max-width: 1024px) {
  body.vl-site .vl-project-cover {
    width: calc(100vw - 40px);
  }

  body.vl-site .vl-project-cover > img {
    height: min(60svh, 640px);
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  body.vl-site .vl-header__inner {
    width: calc(100vw - 28px);
  }

  body.vl-site .vl-project-cover {
    width: calc(100vw - 28px);
  }

  body.vl-site .vl-project-cover > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body.vl-site .vl-project-hero__grid {
    gap: 28px;
  }

  body.vl-site .vl-project-archive__summary {
    gap: 12px;
  }

  body.vl-site .vl-project-filters button small {
    min-width: 18px;
    height: 18px;
  }

  body.vl-site .vl-project-gallery__grid {
    grid-auto-rows: auto;
  }

  body.vl-site .vl-project-gallery__grid figure,
  body.vl-site .vl-project-gallery__grid figure.is-wide,
  body.vl-site .vl-project-gallery__grid figure.is-tall {
    grid-column: auto;
    grid-row: auto;
  }

  body.vl-site .vl-project-gallery__grid img {
    aspect-ratio: 4 / 3;
  }
}

/* --------------------------------------------------------------------------
 * Visualine Core 1.3.0 — final project archive and typography pass
 * ----------------------------------------------------------------------- */

:root {
  --vl-title-hero: clamp(2.95rem, 4.85vw, 5.55rem);
  --vl-title-page: clamp(2.55rem, 4.05vw, 4.25rem);
  --vl-title-section: clamp(2rem, 2.9vw, 3.15rem);
  --vl-title-card: clamp(1.45rem, 1.8vw, 2.1rem);
}

/* Decorative grids were useful as a prototype, but they do not describe an
 * architectural service. The production interface relies on real work. */
body.vl-site .vl-hero__grid,
body.vl-site .vl-page-hero__grid,
body.vl-site .vl-contact-band__grid {
  display: none !important;
}

/* Text must remain legible even when a theme injects styles on links and
 * their descendants. Opacity and text fill are reset explicitly. */
body.vl-site a.vl-button,
body.vl-site button.vl-button,
body.vl-site a.vl-button *,
body.vl-site button.vl-button * {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  text-shadow: none !important;
}

body.vl-site a.vl-button--light,
body.vl-site a.vl-button--light:link,
body.vl-site a.vl-button--light:visited,
body.vl-site button.vl-button--light,
body.vl-site a.vl-button--light *,
body.vl-site button.vl-button--light * {
  background-color: #f6f2e9 !important;
  color: #141510 !important;
  -webkit-text-fill-color: #141510 !important;
}

body.vl-site a.vl-button--ghost-light,
body.vl-site a.vl-button--ghost-light:link,
body.vl-site a.vl-button--ghost-light:visited,
body.vl-site button.vl-button--ghost-light,
body.vl-site a.vl-button--ghost-light *,
body.vl-site button.vl-button--ghost-light * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.vl-site a.vl-button--dark,
body.vl-site a.vl-button--dark:link,
body.vl-site a.vl-button--dark:visited,
body.vl-site button.vl-button--dark,
body.vl-site a.vl-button--dark *,
body.vl-site button.vl-button--dark * {
  background-color: #171713 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.vl-site a.vl-button--light:hover,
body.vl-site button.vl-button--light:hover,
body.vl-site a.vl-button--dark:hover,
body.vl-site button.vl-button--dark:hover,
body.vl-site a.vl-button--ghost-light:hover,
body.vl-site button.vl-button--ghost-light:hover,
body.vl-site a.vl-button--light:hover *,
body.vl-site button.vl-button--light:hover *,
body.vl-site a.vl-button--dark:hover *,
body.vl-site button.vl-button--dark:hover *,
body.vl-site a.vl-button--ghost-light:hover *,
body.vl-site button.vl-button--ghost-light:hover * {
  background-color: var(--vl-accent) !important;
  color: #141510 !important;
  -webkit-text-fill-color: #141510 !important;
}

/* Project archive toolbar: two independent, combinable filters. */
body.vl-site .vl-project-toolbar {
  position: sticky;
  z-index: 30;
  top: calc(var(--vl-header-height) + 10px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px 24px;
  margin: 0 0 clamp(44px, 6vw, 76px);
  padding: 18px;
  border: 1px solid var(--vl-line);
  background: color-mix(in srgb, var(--vl-bg) 94%, transparent);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
}

body.vl-site .vl-project-filter-group {
  display: grid;
  gap: 10px;
  min-width: 0;
}

body.vl-site .vl-project-filter-group > span {
  color: var(--vl-text-soft);
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.vl-site .vl-project-filter-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.vl-site .vl-project-filter-group button,
body.vl-site .vl-project-filter-reset {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--vl-line);
  border-radius: 0;
  background: transparent;
  color: var(--vl-text) !important;
  -webkit-text-fill-color: var(--vl-text) !important;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.15;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.vl-site .vl-project-filter-group button:hover,
body.vl-site .vl-project-filter-group button.is-active,
body.vl-site .vl-project-filter-group button[aria-pressed="true"] {
  border-color: var(--vl-text);
  background: var(--vl-text);
  color: var(--vl-bg) !important;
  -webkit-text-fill-color: var(--vl-bg) !important;
}

body.vl-site .vl-project-filter-reset {
  align-self: end;
  border-color: transparent;
  color: var(--vl-text-soft) !important;
  -webkit-text-fill-color: var(--vl-text-soft) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.vl-site .vl-project-filter-reset:hover {
  color: var(--vl-text) !important;
  -webkit-text-fill-color: var(--vl-text) !important;
}

body.vl-site .vl-project-card__index {
  display: block;
  width: fit-content;
  margin-bottom: 3px;
  color: var(--vl-text-soft);
  font-size: .63rem;
  font-weight: 760;
  letter-spacing: .14em;
}

body.vl-site .vl-project-card[aria-hidden="true"] {
  pointer-events: none;
}

body.vl-site .vl-project-empty {
  padding: clamp(48px, 7vw, 88px) 0;
  border-top: 1px solid var(--vl-line);
  border-bottom: 1px solid var(--vl-line);
}

body.vl-site .vl-project-empty h2 {
  max-width: 760px;
  margin: 0 0 12px;
  font-family: var(--vl-font-display);
  font-size: clamp(1.9rem, 3vw, 3.15rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

body.vl-site .vl-project-empty p {
  max-width: 650px;
  margin: 0;
  color: var(--vl-text-soft);
}

/* Keep the featured project strong without turning it into an uncontrolled
 * billboard. */
body.vl-site .vl-project-card--archive-featured .vl-project-card__media {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

body.vl-site .vl-project-card--archive-featured .vl-project-card__content h3 {
  font-size: clamp(2.1rem, 3.35vw, 3.45rem);
}

body.vl-site .vl-project-card--archive .vl-project-card__media {
  aspect-ratio: 4 / 3;
}

body.vl-site .vl-project-card__media img {
  transition: transform 600ms var(--vl-ease), filter 250ms ease;
}

body.vl-site .vl-project-card:hover .vl-project-card__media img,
body.vl-site .vl-project-card:focus-within .vl-project-card__media img {
  transform: scale(1.018);
}

/* Footer and contact titles remain secondary to the project imagery. */
body.vl-site .vl-footer__statement h2,
body.vl-site .vl-contact-band h2 {
  max-width: 760px;
}

@media (max-width: 1100px) {
  body.vl-site .vl-project-toolbar {
    position: static;
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-project-filter-reset {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  :root {
    --vl-title-hero: clamp(2.35rem, 10.7vw, 3.45rem);
    --vl-title-page: clamp(2.1rem, 9.8vw, 3.1rem);
    --vl-title-section: clamp(1.75rem, 8vw, 2.5rem);
    --vl-title-card: clamp(1.35rem, 6.4vw, 1.8rem);
  }

  body.vl-site .vl-project-toolbar {
    gap: 20px;
    padding: 15px;
  }

  body.vl-site .vl-project-filter-group > div {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -15px;
    padding-inline: 15px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  body.vl-site .vl-project-filter-group > div::-webkit-scrollbar {
    display: none;
  }

  body.vl-site .vl-project-filter-group button {
    flex: 0 0 auto;
  }

  body.vl-site .vl-project-card--archive-featured .vl-project-card__content h3 {
    font-size: clamp(1.9rem, 8.8vw, 2.65rem);
  }
}

/* --------------------------------------------------------------------------
 * Visualine Core 1.3.0 — final production overrides
 * ----------------------------------------------------------------------- */

/* Keep the public experience architectural and calm. Decorative canvas,
 * cursor, fake wireframes and generic 3D demos never render. */
body.vl-site .vl-spatial-canvas,
body.vl-site .vl-cursor,
body.vl-site .vl-page-hero__wireframe,
body.vl-site .vl-path-card__graphic,
body.vl-site .vl-format-icon,
body.vl-site .vl-plan-demo {
  display: none !important;
}

/* WordPress and Elementor may apply global link colours after the theme reset.
 * These selectors intentionally lock the complete button, including direct
 * text nodes, nested spans and SVG strokes. */
body.vl-site :is(a, button).vl-button {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  opacity: 1 !important;
  visibility: visible !important;
  appearance: none;
  -webkit-appearance: none;
  background-image: none !important;
  box-shadow: none;
  filter: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  isolation: isolate;
}

body.vl-site :is(a, button).vl-button,
body.vl-site :is(a, button).vl-button :is(span, b, strong, small, svg, path) {
  opacity: 1 !important;
  visibility: visible !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body.vl-site :is(a, button).vl-button svg,
body.vl-site :is(a, button).vl-button svg * {
  fill: none !important;
  stroke: currentColor !important;
}

body.vl-site :is(a, button).vl-button::before,
body.vl-site :is(a, button).vl-button::after {
  display: none !important;
  content: none !important;
}

body.vl-site :is(a, button).vl-button--light,
body.vl-site :is(a, button).vl-button--light:link,
body.vl-site :is(a, button).vl-button--light:visited {
  border-color: #f6f2e8 !important;
  background: #f6f2e8 !important;
  color: #151512 !important;
  -webkit-text-fill-color: #151512 !important;
}

body.vl-site :is(a, button).vl-button--light:hover,
body.vl-site :is(a, button).vl-button--light:focus-visible {
  border-color: #667585 !important;
  background: #667585 !important;
  color: #151512 !important;
  -webkit-text-fill-color: #151512 !important;
}

body.vl-site :is(a, button).vl-button--ghost-light,
body.vl-site :is(a, button).vl-button--ghost-light:link,
body.vl-site :is(a, button).vl-button--ghost-light:visited {
  border-color: rgba(246, 242, 232, .72) !important;
  background: rgba(10, 10, 9, .18) !important;
  color: #f6f2e8 !important;
  -webkit-text-fill-color: #f6f2e8 !important;
}

body.vl-site :is(a, button).vl-button--ghost-light:hover,
body.vl-site :is(a, button).vl-button--ghost-light:focus-visible {
  border-color: #f6f2e8 !important;
  background: #f6f2e8 !important;
  color: #151512 !important;
  -webkit-text-fill-color: #151512 !important;
}

body.vl-site :is(a, button).vl-button--dark,
body.vl-site :is(a, button).vl-button--dark:link,
body.vl-site :is(a, button).vl-button--dark:visited {
  border-color: #171713 !important;
  background: #171713 !important;
  color: #f6f2e8 !important;
  -webkit-text-fill-color: #f6f2e8 !important;
}

body.vl-site :is(a, button).vl-button--dark:hover,
body.vl-site :is(a, button).vl-button--dark:focus-visible {
  border-color: #667585 !important;
  background: #667585 !important;
  color: #151512 !important;
  -webkit-text-fill-color: #151512 !important;
}

/* Header: the English home is not the WordPress front-page object, therefore
 * it needs an explicit transparent-home state. */
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) {
  height: var(--vl-header-height);
  border-color: rgba(255, 255, 255, .17);
  background: transparent;
  color: #f7f4ec;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-header__cta,
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-header__cta:link,
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-header__cta:visited {
  border: 1px solid #f7f4ec;
  background: #f7f4ec;
  color: #151512 !important;
  -webkit-text-fill-color: #151512 !important;
}

body.vl-site .vl-header__cta,
body.vl-site .vl-header__cta:link,
body.vl-site .vl-header__cta:visited,
body.vl-site .vl-header__cta * {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: currentColor !important;
  text-decoration: none !important;
}

body.vl-site .vl-header.is-scrolled .vl-header__cta,
body.vl-site:not(.vl-page-home) .vl-header__cta,
body.vl-site.vl-page-project .vl-header__cta {
  border: 1px solid var(--vl-text);
  background: var(--vl-text);
  color: var(--vl-bg) !important;
  -webkit-text-fill-color: var(--vl-bg) !important;
}

body.vl-site .vl-header__cta:hover,
body.vl-site .vl-header__cta:focus-visible {
  border-color: #667585 !important;
  background: #667585 !important;
  color: #151512 !important;
  -webkit-text-fill-color: #151512 !important;
}

/* Final type scale. Large enough to feel editorial, never large enough to
 * crop words or dominate an entire desktop viewport. */
body.vl-site .vl-hero h1 {
  max-width: 940px;
  font-size: var(--vl-title-hero) !important;
  line-height: .92 !important;
  letter-spacing: -.052em !important;
}

body.vl-site .vl-page-hero h1,
body.vl-site .vl-studio-hero h1,
body.vl-site .vl-contact-page__intro h1,
body.vl-site .vl-project-hero h1,
body.vl-site .vl-legal-page h1 {
  font-size: var(--vl-title-page) !important;
  line-height: .96 !important;
  letter-spacing: -.048em !important;
}

body.vl-site :is(.vl-section-heading, .vl-case__copy, .vl-intro-statement__grid, .vl-contact-band, .vl-project-archive__intro, .vl-visual-proof__copy) h2,
body.vl-site .vl-footer__statement h2 {
  font-size: var(--vl-title-section) !important;
  line-height: .98 !important;
  letter-spacing: -.043em !important;
}

body.vl-site .vl-path-card__body h3,
body.vl-site .vl-service-card h3,
body.vl-site .vl-formats__grid article h3,
body.vl-site .vl-project-card__content h3,
body.vl-site .vl-project-card__meta h3 {
  font-size: var(--vl-title-card) !important;
  line-height: 1.02 !important;
}

/* Visualization formats use real material when it exists. Empty formats are
 * intentionally text-only instead of displaying a fake atom or wireframe. */
body.vl-site .vl-formats__grid article.is-text-only {
  min-height: 310px;
  grid-template-rows: auto 1fr auto;
}

body.vl-site .vl-formats__grid article.has-media {
  grid-template-rows: auto auto auto 1fr;
}

body.vl-site .vl-format-card__availability {
  align-self: end;
  margin-top: 18px !important;
  padding-top: 15px;
  border-top: 1px solid var(--vl-line);
  color: #9c9a92 !important;
  font-size: .74rem !important;
  line-height: 1.55 !important;
}

/* Projects archive: two independent filter groups and a stable editorial grid. */
body.vl-site .vl-project-toolbar {
  position: sticky;
  z-index: 20;
  top: calc(var(--vl-header-height) + 10px);
  display: grid;
  gap: 0;
  margin: 0 0 clamp(42px, 5vw, 68px);
  border: 1px solid var(--vl-line);
  background: color-mix(in srgb, var(--vl-bg) 94%, transparent);
  -webkit-backdrop-filter: blur(18px) saturate(1.05);
  backdrop-filter: blur(18px) saturate(1.05);
}

body.vl-site .vl-project-filter-group {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 13px 15px;
}

body.vl-site .vl-project-filter-group + .vl-project-filter-group {
  border-top: 1px solid var(--vl-line);
}

body.vl-site .vl-project-filter-group > span {
  padding: 9px 2px;
  color: var(--vl-text-soft);
  font-size: .65rem;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.vl-site .vl-project-filter-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.vl-site .vl-project-filter-group button,
body.vl-site .vl-project-filter-reset {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--vl-text-soft);
  -webkit-text-fill-color: currentColor;
  font-size: .67rem;
  font-weight: 720;
  letter-spacing: .045em;
  line-height: 1.2;
}

body.vl-site .vl-project-filter-group button:hover,
body.vl-site .vl-project-filter-group button:focus-visible,
body.vl-site .vl-project-filter-group button.is-active {
  border-color: var(--vl-text);
  background: var(--vl-text);
  color: var(--vl-bg) !important;
  -webkit-text-fill-color: var(--vl-bg) !important;
}

body.vl-site .vl-project-filter-reset {
  justify-self: end;
  margin: 0 15px 13px;
  border-color: var(--vl-line-strong);
  color: var(--vl-text);
}

body.vl-site .vl-project-filter-reset:hover,
body.vl-site .vl-project-filter-reset:focus-visible {
  border-color: #667585;
  background: #667585;
  color: #151512;
  -webkit-text-fill-color: #151512;
}

body.vl-site .vl-project-card[hidden] {
  display: none !important;
}

body.vl-site .vl-project-card__index {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  color: var(--vl-text-soft);
  font-size: .65rem;
  font-weight: 760;
  letter-spacing: .12em;
}

body.vl-site .vl-project-card--archive-featured .vl-project-card__content h3 {
  font-size: clamp(2.15rem, 3.3vw, 3.65rem) !important;
}

body.vl-site .vl-project-card__link:focus-visible {
  outline: 2px solid var(--vl-accent-deep);
  outline-offset: 6px;
}

body.vl-site .vl-project-empty,
body.vl-site .vl-project-empty.is-static {
  margin: 0;
  padding: clamp(58px, 8vw, 110px) 0;
  border-top: 1px solid var(--vl-line);
  border-bottom: 1px solid var(--vl-line);
}

body.vl-site .vl-project-empty h2 {
  max-width: 720px;
  margin: 0 0 15px;
  font-family: var(--vl-font-display);
  font-size: var(--vl-title-section);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
}

body.vl-site .vl-project-empty p {
  max-width: 620px;
  margin: 0;
  color: var(--vl-text-soft);
}

/* Project image dimensions remain bounded on every page. */
body.vl-site .vl-project-card--mosaic-1 .vl-project-card__media,
body.vl-site .vl-project-card--mosaic-2 .vl-project-card__media,
body.vl-site .vl-project-card--mosaic-3 .vl-project-card__media,
body.vl-site .vl-project-card--mosaic-4 .vl-project-card__media,
body.vl-site .vl-project-card--mosaic-1 figure,
body.vl-site .vl-project-card--mosaic-2 figure,
body.vl-site .vl-project-card--mosaic-3 figure,
body.vl-site .vl-project-card--mosaic-4 figure {
  max-height: 560px;
  aspect-ratio: 16 / 10;
}

/* Accessible focus with no generic theme outline conflicts. */
body.vl-site :is(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--vl-accent-deep) !important;
  outline-offset: 3px !important;
}

@media (max-width: 1024px) {
  body.vl-site .vl-project-toolbar {
    position: relative;
    top: auto;
  }

  body.vl-site .vl-project-filter-group {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  body.vl-site .vl-project-card--archive-featured .vl-project-card__content h3 {
    font-size: clamp(2rem, 5vw, 3rem) !important;
  }
}

@media (max-width: 767px) {
  body.vl-site .vl-hero__content {
    padding-top: calc(var(--vl-header-height) + 52px);
  }

  body.vl-site .vl-hero__bottom {
    gap: 24px;
    margin-top: 34px;
  }

  body.vl-site .vl-button-row {
    width: 100%;
  }

  body.vl-site .vl-button-row .vl-button {
    width: 100%;
  }

  body.vl-site .vl-project-filter-group {
    padding: 12px;
  }

  body.vl-site .vl-project-filter-group > div {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  body.vl-site .vl-project-filter-group button {
    flex: 0 0 auto;
  }

  body.vl-site .vl-project-filter-reset {
    width: calc(100% - 24px);
    justify-self: stretch;
    margin: 0 12px 12px;
  }

  body.vl-site .vl-project-card--archive-featured .vl-project-card__link {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-project-card--archive-featured .vl-project-card__media {
    aspect-ratio: 4 / 3;
  }

  body.vl-site .vl-formats__grid article.is-text-only {
    min-height: 0;
  }
}

/* Project information remains readable even when a theme applies link colours
 * to every descendant of an anchor. */
body.vl-site a.vl-project-card__link,
body.vl-site a.vl-project-card__link:link,
body.vl-site a.vl-project-card__link:visited,
body.vl-site a.vl-project-card__link .vl-project-card__content,
body.vl-site a.vl-project-card__link .vl-project-card__content h3 {
  color: var(--vl-text) !important;
  -webkit-text-fill-color: var(--vl-text) !important;
}

body.vl-site a.vl-project-card__link .vl-project-card__index,
body.vl-site a.vl-project-card__link .vl-project-card__meta p,
body.vl-site a.vl-project-card__link .vl-project-card__meta span,
body.vl-site a.vl-project-card__link .vl-project-card__excerpt,
body.vl-site a.vl-project-card__link .vl-project-card__tags li {
  color: var(--vl-text-soft) !important;
  -webkit-text-fill-color: var(--vl-text-soft) !important;
}

body.vl-site a.vl-project-card__link .vl-project-card__open,
body.vl-site a.vl-project-card__link .vl-project-card__open * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Secondary headings remain subordinate to the page title. */
body.vl-site .vl-service-row__copy h2,
body.vl-site .vl-two-paths h2,
body.vl-site .vl-story-block h2,
body.vl-site .vl-studio-copy__body p {
  font-size: clamp(1.85rem, 2.75vw, 2.85rem) !important;
  line-height: 1.02 !important;
}

body.vl-site .vl-process__grid article h3,
body.vl-site .vl-principles__grid article h3,
body.vl-site .vl-immersive-module__head h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem) !important;
  line-height: 1.08 !important;
}

@media (max-width: 767px) {
  body.vl-site .vl-service-row__copy h2,
  body.vl-site .vl-two-paths h2,
  body.vl-site .vl-story-block h2,
  body.vl-site .vl-studio-copy__body p {
    font-size: clamp(1.65rem, 7.8vw, 2.25rem) !important;
  }
}

/* 1.3.0 release candidate — conservative editorial scale and safe project placeholders. */
:root {
  --vl-title-hero: clamp(2.8rem, 4.35vw, 5rem);
  --vl-title-page: clamp(2.4rem, 3.65vw, 3.85rem);
  --vl-title-section: clamp(1.9rem, 2.55vw, 2.8rem);
  --vl-title-card: clamp(1.4rem, 1.65vw, 1.95rem);
}

body.vl-site .vl-project-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 24px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--vl-bg-soft) 92%, var(--vl-text) 8%), var(--vl-bg-soft));
  color: var(--vl-text-soft) !important;
  -webkit-text-fill-color: var(--vl-text-soft) !important;
  text-align: center;
}

body.vl-site .vl-project-card__placeholder small {
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .2em;
}

body.vl-site .vl-project-card__placeholder b {
  font-family: var(--vl-font-display);
  font-size: 1.25rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  :root {
    --vl-title-hero: clamp(2.25rem, 10vw, 3.2rem);
    --vl-title-page: clamp(2rem, 9vw, 2.9rem);
    --vl-title-section: clamp(1.65rem, 7.5vw, 2.3rem);
    --vl-title-card: clamp(1.3rem, 6vw, 1.75rem);
  }
}

/* --------------------------------------------------------------------------
 * Visualine Core 1.3.0 — release-candidate finishing layer
 * ----------------------------------------------------------------------- */
:root {
  --vl-title-hero: clamp(2.8rem, 4.35vw, 4.9rem);
  --vl-title-page: clamp(2.35rem, 3.55vw, 3.85rem);
  --vl-title-section: clamp(1.85rem, 2.45vw, 2.75rem);
  --vl-title-card: clamp(1.35rem, 1.55vw, 1.9rem);
}

body.vl-site :is(.vl-hero h1, .vl-page-hero h1, .vl-studio-hero h1, .vl-contact-page__intro h1, .vl-project-hero h1, .vl-section-heading h2, .vl-contact-band h2, .vl-footer__statement h2) {
  max-inline-size: 100%;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

body.vl-site .vl-hero h1 {
  max-width: 880px;
  line-height: .96 !important;
}

body.vl-site .vl-page-hero__content {
  max-width: 900px;
}

body.vl-site .vl-project-archive__intro h2 {
  font-size: var(--vl-title-section) !important;
  line-height: 1 !important;
}

body.vl-site .vl-project-card--archive-featured .vl-project-card__content h3 {
  font-size: clamp(1.95rem, 2.75vw, 3rem) !important;
}

body.vl-site .vl-footer__statement h2 {
  max-width: 660px;
}

/* Broken or moved media should never expose a browser broken-image icon. */
body.vl-site :is(.vl-project-card__media, .vl-project-cover, .vl-path-card__media, .vl-studio-hero__image, .vl-studio-teaser__image).has-image-error {
  position: relative;
  min-height: 240px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--vl-bg-soft) 90%, var(--vl-text) 10%), var(--vl-bg-soft));
}

body.vl-site :is(.vl-project-card__media, .vl-project-cover, .vl-path-card__media, .vl-studio-hero__image, .vl-studio-teaser__image).has-image-error::before {
  content: "VISUALINE";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--vl-text-soft);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .22em;
}

body.vl-site .vl-hero__image.has-image-error {
  background: linear-gradient(135deg, #25251f, #0d0e0c);
}

body.vl-site .vl-hero__image.has-image-error::before {
  content: "VISUALINE";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.28);
  font-size: clamp(1.1rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: .28em;
}

/* The call-to-action remains readable against any WordPress global style. */
body.vl-site :is(a, button).vl-button--light,
body.vl-site :is(a, button).vl-button--light :is(span, b, strong, small, svg, path) {
  color: #151512 !important;
  -webkit-text-fill-color: #151512 !important;
}

body.vl-site :is(a, button).vl-button--ghost-light,
body.vl-site :is(a, button).vl-button--ghost-light :is(span, b, strong, small, svg, path) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.vl-site :is(a, button).vl-button--dark,
body.vl-site :is(a, button).vl-button--dark :is(span, b, strong, small, svg, path) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.vl-site .vl-project-card__link,
body.vl-site .vl-project-card__link :is(h3, p, span, li) {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1024px) {
  :root {
    --vl-title-hero: clamp(2.7rem, 7vw, 4.35rem);
    --vl-title-page: clamp(2.3rem, 6vw, 3.65rem);
    --vl-title-section: clamp(1.8rem, 4.4vw, 2.65rem);
  }
}

@media (max-width: 767px) {
  :root {
    --vl-title-hero: clamp(2.35rem, 10.5vw, 3.35rem);
    --vl-title-page: clamp(2.15rem, 9.6vw, 3.05rem);
    --vl-title-section: clamp(1.7rem, 8vw, 2.35rem);
    --vl-title-card: clamp(1.35rem, 6.8vw, 1.85rem);
  }

  body.vl-site .vl-hero {
    min-height: max(650px, 100svh);
  }

  body.vl-site .vl-project-card--archive-featured .vl-project-card__content h3 {
    font-size: clamp(1.8rem, 8vw, 2.5rem) !important;
  }
}

/* Complete the reduced type hierarchy across secondary screens. */
body.vl-site .vl-auth__visual h1 {
  font-size: var(--vl-title-page) !important;
  line-height: .96 !important;
}

body.vl-site .vl-experience-lab__head h2,
body.vl-site .vl-project-gallery__head h2,
body.vl-site .vl-project-empty h2 {
  font-size: var(--vl-title-section) !important;
  line-height: 1 !important;
}

body.vl-site .vl-studio-signature p {
  font-size: clamp(1.9rem, 2.8vw, 2.8rem) !important;
  line-height: 1 !important;
}

/* Header and editorial links are protected from global theme link colours in
 * the same way as CTA buttons. */
body.vl-site .vl-header .vl-brand,
body.vl-site .vl-header .vl-brand:link,
body.vl-site .vl-header .vl-brand:visited,
body.vl-site .vl-header .vl-nav a,
body.vl-site .vl-header .vl-nav a:link,
body.vl-site .vl-header .vl-nav a:visited,
body.vl-site .vl-header .vl-language-switcher > button,
body.vl-site .vl-header .vl-icon-button,
body.vl-site .vl-header .vl-menu-toggle {
  color: var(--vl-text) !important;
  -webkit-text-fill-color: var(--vl-text) !important;
}

body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-brand,
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-nav a,
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-language-switcher > button,
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-icon-button,
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-menu-toggle {
  color: #f7f4ec !important;
  -webkit-text-fill-color: #f7f4ec !important;
}

body.vl-site .vl-header .vl-menu-toggle span:not(.vl-sr-only) {
  background: currentColor !important;
}

body.vl-site .vl-language-switcher > div a,
body.vl-site .vl-language-switcher > div a:link,
body.vl-site .vl-language-switcher > div a:visited {
  color: #171713 !important;
  -webkit-text-fill-color: #171713 !important;
}

html[data-vl-theme="dark"] body.vl-site .vl-language-switcher > div a,
html[data-vl-theme="dark"] body.vl-site .vl-language-switcher > div a:link,
html[data-vl-theme="dark"] body.vl-site .vl-language-switcher > div a:visited {
  color: #f2efe6 !important;
  -webkit-text-fill-color: #f2efe6 !important;
}

body.vl-site .vl-mobile-menu a,
body.vl-site .vl-mobile-menu a:link,
body.vl-site .vl-mobile-menu a:visited,
body.vl-site .vl-mobile-menu button {
  color: #f5f2e9 !important;
  -webkit-text-fill-color: #f5f2e9 !important;
}

body.vl-site a.vl-text-link,
body.vl-site a.vl-text-link:link,
body.vl-site a.vl-text-link:visited,
body.vl-site a.vl-text-link :is(span, svg, path) {
  color: var(--vl-text) !important;
  -webkit-text-fill-color: var(--vl-text) !important;
}

body.vl-site .vl-breadcrumb a,
body.vl-site .vl-breadcrumb a:link,
body.vl-site .vl-breadcrumb a:visited,
body.vl-site .vl-contact-page__direct a,
body.vl-site .vl-contact-page__direct a:link,
body.vl-site .vl-contact-page__direct a:visited,
body.vl-site .vl-contact-page__socials a,
body.vl-site .vl-contact-page__socials a:link,
body.vl-site .vl-contact-page__socials a:visited {
  color: var(--vl-text-soft) !important;
  -webkit-text-fill-color: var(--vl-text-soft) !important;
}

body.vl-site .vl-service-row > a,
body.vl-site .vl-service-row > a:link,
body.vl-site .vl-service-row > a:visited {
  color: var(--vl-text) !important;
  -webkit-text-fill-color: var(--vl-text) !important;
}

body.vl-site .vl-footer a,
body.vl-site .vl-footer a:link,
body.vl-site .vl-footer a:visited,
body.vl-site .vl-footer button,
body.vl-site .vl-footer select {
  color: #f2efe6 !important;
  -webkit-text-fill-color: #f2efe6 !important;
}

body.vl-site .vl-footer select option {
  color: #171713 !important;
  -webkit-text-fill-color: #171713 !important;
}

/* 1.3.1 — spacing and layout refinements requested in review */
body.vl-site .vl-page-hero,
body.vl-site .vl-studio-hero,
body.vl-site .vl-contact-page {
  padding-top: calc(var(--vl-header-height) + clamp(26px, 3vw, 44px)) !important;
}

body.vl-site .vl-page-hero {
  min-height: auto;
  padding-bottom: clamp(72px, 8vw, 110px);
}

body.vl-site .vl-page-hero__content,
body.vl-site .vl-studio-hero__grid {
  align-items: center;
}

body.vl-site .vl-page-hero h1,
body.vl-site .vl-studio-hero h1,
body.vl-site .vl-contact-page__intro h1 {
  font-size: clamp(2.7rem, 5.4vw, 5.4rem) !important;
  line-height: .96 !important;
  letter-spacing: -.05em !important;
  max-width: 14ch;
}

body.vl-site .vl-page-hero .vl-lead,
body.vl-site .vl-studio-hero .vl-lead,
body.vl-site .vl-contact-page .vl-lead {
  max-width: 60ch;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

/* Home — studio block */
body.vl-site .vl-studio-teaser {
  padding-block: clamp(72px, 9vw, 110px);
}

body.vl-site .vl-studio-teaser__grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

body.vl-site .vl-studio-teaser__copy h2 {
  font-size: clamp(2.3rem, 4.6vw, 4.7rem) !important;
  line-height: .98;
  max-width: 15.5ch;
}

body.vl-site .vl-studio-teaser__copy > p:not(.vl-kicker) {
  max-width: 56ch;
}

body.vl-site .vl-studio-teaser__image,
body.vl-site .vl-studio-teaser__label {
  display: none !important;
}

body.vl-site .vl-studio-teaser__visual {
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 0;
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.vl-site .vl-studio-teaser__logo {
  display: block;
  width: min(100%, 360px);
  height: auto;
  object-fit: contain;
}

body.vl-site .vl-studio-teaser__meta {
  margin: 0;
  color: var(--vl-text-soft);
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-align: center;
}

/* Contact */
body.vl-site .vl-contact-page__grid {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}

body.vl-site .vl-contact-page__intro {
  display: grid;
  gap: 22px;
}

body.vl-site .vl-contact-page__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 8px 0 4px;
}

body.vl-site .vl-contact-card {
  display: grid;
  gap: 10px;
  padding: 22px 24px;
  border: 1px solid var(--vl-line);
  background: var(--vl-bg-elevated);
}

body.vl-site .vl-contact-card > span {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--vl-text-soft);
}

body.vl-site .vl-contact-card strong {
  font-size: 1.06rem;
  color: var(--vl-text);
}

body.vl-site .vl-contact-card a,
body.vl-site .vl-contact-card a:link,
body.vl-site .vl-contact-card a:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vl-text) !important;
  -webkit-text-fill-color: var(--vl-text) !important;
  text-decoration: none;
  border-bottom: 1px solid var(--vl-line-strong);
  width: fit-content;
  font-weight: 620;
}

body.vl-site .vl-contact-card small {
  color: var(--vl-text-soft);
  font-size: .84rem;
}

body.vl-site .vl-contact-page__socials {
  gap: 10px;
}

body.vl-site .vl-contact-page__socials a,
body.vl-site .vl-contact-page__socials a:link,
body.vl-site .vl-contact-page__socials a:visited {
  padding: 10px 12px;
  border: 1px solid var(--vl-line);
  color: var(--vl-text-soft) !important;
  -webkit-text-fill-color: var(--vl-text-soft) !important;
}

body.vl-site .vl-contact-page__socials a:hover {
  color: var(--vl-text) !important;
  -webkit-text-fill-color: var(--vl-text) !important;
  border-color: var(--vl-line-strong);
}

body.vl-site .vl-contact-page__list {
  margin-top: 10px;
}

body.vl-site .vl-contact-page__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.vl-site .vl-contact-page__list li {
  padding: 14px 0;
}

body.vl-site .vl-contact-page__form {
  padding: clamp(24px, 3.2vw, 42px);
  border-radius: 0;
}

body.vl-site .vl-contact-form .vl-button {
  min-width: 250px;
}

/* Projects */
body.vl-site .vl-page-hero--projects .vl-lead {
  max-width: 64ch;
}

body.vl-site .vl-project-archive {
  padding-top: clamp(40px, 5vw, 60px);
}

body.vl-site .vl-project-archive__intro {
  gap: 22px;
  align-items: end;
}

body.vl-site .vl-project-archive__intro h2 {
  font-size: clamp(2rem, 4vw, 3.5rem) !important;
  max-width: 12ch;
}

body.vl-site .vl-project-archive__summary {
  max-width: 360px;
}

body.vl-site .vl-project-grid {
  gap: clamp(18px, 2.3vw, 28px);
}

body.vl-site .vl-project-card {
  min-width: 0;
}

body.vl-site .vl-project-card__media,
body.vl-site .vl-project-cover {
  background: #e9e4db;
}

/* WhatsApp floating button */
body.vl-site .vl-whatsapp-float {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #25D366 !important;
  color: #fff !important;
  box-shadow: 0 18px 35px rgba(18, 32, 24, .2);
}

body.vl-site .vl-whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(18, 32, 24, .26);
}

body.vl-site .vl-whatsapp-float svg {
  width: 25px;
  height: 25px;
  stroke: currentColor !important;
  fill: none !important;
  opacity: 1;
}

@media (max-width: 980px) {
  body.vl-site .vl-project-archive__intro,
  body.vl-site .vl-contact-page__grid,
  body.vl-site .vl-studio-teaser__grid {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-studio-teaser__copy {
    order: 2;
  }

  body.vl-site .vl-studio-teaser__visual {
    order: 1;
  }
}

@media (max-width: 767px) {
  body.vl-site .vl-page-hero,
  body.vl-site .vl-studio-hero,
  body.vl-site .vl-contact-page {
    padding-top: calc(var(--vl-header-height) + 16px) !important;
  }

  body.vl-site .vl-contact-page__intro h1,
  body.vl-site .vl-page-hero h1,
  body.vl-site .vl-studio-hero h1,
  body.vl-site .vl-studio-teaser__copy h2,
  body.vl-site .vl-project-archive__intro h2 {
    max-width: none;
    font-size: clamp(2.15rem, 11vw, 3.4rem) !important;
  }

  body.vl-site .vl-contact-card,
  body.vl-site .vl-contact-page__form,
  body.vl-site .vl-studio-teaser__visual {
    padding: 20px;
  }
}

/* ========================================================================
   Visualine 1.4.0 — completely rebuilt Projects page
   ======================================================================== */
body.vl-site .vl-projects-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--vl-header-height) + clamp(38px, 5vw, 76px)) 0 clamp(72px, 8vw, 124px);
  border-bottom: 1px solid var(--vl-line);
  background: var(--vl-bg);
  color: var(--vl-text);
}

body.vl-site .vl-projects-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
}

body.vl-site .vl-projects-hero__copy {
  position: relative;
  z-index: 2;
}

body.vl-site .vl-projects-hero__copy h1 {
  max-width: 12ch;
  margin: 0 0 clamp(24px, 3vw, 38px);
  font-family: var(--vl-font-display);
  font-size: clamp(3rem, 5vw, 5.4rem) !important;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92 !important;
  text-wrap: balance;
}

body.vl-site .vl-projects-hero__copy .vl-lead {
  max-width: 62ch;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}

body.vl-site .vl-projects-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(38px, 5vw, 64px);
  border-top: 1px solid var(--vl-line);
  border-bottom: 1px solid var(--vl-line);
}

body.vl-site .vl-projects-hero__facts > div {
  display: grid;
  align-content: start;
  min-height: 108px;
  gap: 5px;
  padding: 20px 18px 18px 0;
}

body.vl-site .vl-projects-hero__facts > div + div {
  padding-left: 18px;
  border-left: 1px solid var(--vl-line);
}

body.vl-site .vl-projects-hero__facts strong {
  font-family: var(--vl-font-display);
  font-size: clamp(1.7rem, 2.5vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

body.vl-site .vl-projects-hero__facts span {
  color: var(--vl-text-soft);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.vl-site .vl-projects-hero__visual {
  position: relative;
  min-height: clamp(470px, 43vw, 690px);
}

body.vl-site .vl-projects-hero__image {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--vl-line);
  background: var(--vl-bg-soft);
  box-shadow: 0 28px 75px rgba(21, 22, 18, .13);
}

html[data-vl-theme="dark"] body.vl-site .vl-projects-hero__image {
  box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
}

body.vl-site .vl-projects-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.vl-site .vl-projects-hero__image--1 {
  inset: 2% 14% 14% 0;
  z-index: 1;
}

body.vl-site .vl-projects-hero__image--2 {
  top: 0;
  right: 0;
  z-index: 3;
  width: 35%;
  height: 31%;
}

body.vl-site .vl-projects-hero__image--3 {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 47%;
  height: 40%;
}

body.vl-site .vl-projects-hero__featured-link,
body.vl-site .vl-projects-hero__featured-link:link,
body.vl-site .vl-projects-hero__featured-link:visited {
  position: absolute;
  z-index: 5;
  right: 4%;
  bottom: 8%;
  display: grid;
  grid-template-columns: 1fr auto;
  min-width: min(350px, 68%);
  gap: 3px 22px;
  padding: 18px 20px;
  border: 1px solid rgba(245, 242, 233, .28);
  background: rgba(17, 18, 15, .92);
  color: #f5f2e9 !important;
  -webkit-text-fill-color: #f5f2e9 !important;
  backdrop-filter: blur(12px);
}

body.vl-site .vl-projects-hero__featured-link span {
  grid-column: 1;
  color: rgba(245, 242, 233, .68);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.vl-site .vl-projects-hero__featured-link strong {
  grid-column: 1;
  font-family: var(--vl-font-display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -.025em;
}

body.vl-site .vl-projects-hero__featured-link svg {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

/* Ordered index */
body.vl-site .vl-project-index {
  padding: clamp(76px, 9vw, 142px) 0 clamp(92px, 11vw, 176px);
  background: var(--vl-bg);
  color: var(--vl-text);
}

body.vl-site .vl-project-index__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(30px, 6vw, 96px);
  margin-bottom: clamp(42px, 6vw, 80px);
}

body.vl-site .vl-project-index__header h2 {
  max-width: 14ch;
  margin: 0;
  font-family: var(--vl-font-display);
  font-size: clamp(2.45rem, 4.2vw, 4.35rem) !important;
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
  text-wrap: balance;
}

body.vl-site .vl-project-index__header > p {
  max-width: 46ch;
  margin: 0;
  color: var(--vl-text-soft);
  font-size: .98rem;
  line-height: 1.7;
}

body.vl-site .vl-project-index__toolbar {
  position: sticky;
  z-index: 30;
  top: var(--vl-header-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
  padding: 17px 0;
  border-top: 1px solid var(--vl-line);
  border-bottom: 1px solid var(--vl-line);
  background: color-mix(in srgb, var(--vl-bg) 92%, transparent);
  backdrop-filter: blur(16px);
}

body.vl-site .vl-project-index__toolbar .vl-project-filter-group {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
}

body.vl-site .vl-project-index__toolbar .vl-project-filter-group > span {
  flex: 0 0 auto;
  color: var(--vl-text-soft);
  font-size: .66rem;
  font-weight: 720;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.vl-site .vl-project-index__toolbar .vl-project-filter-group > div {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 7px;
}

body.vl-site .vl-project-index__toolbar button {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--vl-line);
  border-radius: 999px;
  background: transparent;
  color: var(--vl-text-soft);
  font-size: .72rem;
  font-weight: 680;
  line-height: 1;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.vl-site .vl-project-index__toolbar button:hover {
  border-color: var(--vl-line-strong);
  color: var(--vl-text);
}

body.vl-site .vl-project-index__toolbar button.is-active {
  border-color: var(--vl-text);
  background: var(--vl-text);
  color: var(--vl-bg);
}

body.vl-site .vl-project-index__toolbar-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

body.vl-site .vl-project-index__count {
  display: flex;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
}

body.vl-site .vl-project-index__count strong {
  font-family: var(--vl-font-display);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
}

body.vl-site .vl-project-index__count span {
  color: var(--vl-text-soft);
  font-size: .7rem;
  font-weight: 650;
}

body.vl-site .vl-project-index__toolbar .vl-project-filter-reset {
  min-height: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: var(--vl-text);
  font-size: .69rem;
}

body.vl-site .vl-project-index__list {
  border-bottom: 1px solid var(--vl-line);
}

body.vl-site .vl-project-index__item {
  border-top: 1px solid var(--vl-line);
}

body.vl-site .vl-project-index__item[hidden] {
  display: none !important;
}

body.vl-site .vl-project-index__link,
body.vl-site .vl-project-index__link:link,
body.vl-site .vl-project-index__link:visited {
  display: grid !important;
  height: auto !important;
  grid-template-columns: 64px minmax(360px, 1.1fr) minmax(300px, .9fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(30px, 4.2vw, 58px) 0;
  color: var(--vl-text) !important;
  -webkit-text-fill-color: var(--vl-text) !important;
}

body.vl-site .vl-project-index__item.is-featured .vl-project-index__link {
  grid-template-columns: 64px minmax(440px, 1.28fr) minmax(320px, .72fr);
  padding-block: clamp(42px, 5.5vw, 76px);
}

body.vl-site .vl-project-index__number {
  align-self: start;
  padding-top: 3px;
}

body.vl-site .vl-project-index__number span {
  color: var(--vl-text-soft);
  font-size: .7rem;
  font-weight: 720;
  letter-spacing: .12em;
}

body.vl-site .vl-project-index__media {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 0;
  border: 0;
  background: var(--vl-bg-soft);
  transform: none !important;
  box-shadow: none !important;
}

body.vl-site .vl-project-index__item.is-featured .vl-project-index__media {
  aspect-ratio: 16 / 9;
}

body.vl-site .vl-project-index__media::after {
  display: none !important;
}

body.vl-site .vl-project-index__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 720ms var(--vl-ease), filter 280ms ease;
}

body.vl-site .vl-project-index__link:hover .vl-project-index__media img {
  transform: scale(1.025);
}

body.vl-site .vl-project-index__media-action {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 11px 13px;
  background: rgba(17, 18, 15, .9);
  color: #f5f2e9;
  font-size: .66rem;
  font-weight: 720;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity 220ms ease, transform 320ms var(--vl-ease);
}

body.vl-site .vl-project-index__media-action svg,
body.vl-site .vl-project-index__cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

body.vl-site .vl-project-index__link:hover .vl-project-index__media-action,
body.vl-site .vl-project-index__link:focus-visible .vl-project-index__media-action {
  opacity: 1;
  transform: translateY(0);
}

body.vl-site .vl-project-index__content {
  min-width: 0;
}

body.vl-site .vl-project-index__eyebrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  margin-bottom: 18px;
  color: var(--vl-text-soft);
  font-size: .64rem;
  font-weight: 710;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.vl-site .vl-project-index__content h3 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--vl-font-display);
  font-size: clamp(2.15rem, 3.6vw, 3.85rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
}

body.vl-site .vl-project-index__item:not(.is-featured) .vl-project-index__content h3 {
  font-size: clamp(1.95rem, 2.9vw, 3.1rem);
}

body.vl-site .vl-project-index__excerpt {
  max-width: 52ch;
  margin: 22px 0 0;
  color: var(--vl-text-soft);
  font-size: .94rem;
  line-height: 1.68;
}

body.vl-site .vl-project-index__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 26px 0 0;
  border-top: 1px solid var(--vl-line);
  border-bottom: 1px solid var(--vl-line);
}

body.vl-site .vl-project-index__facts > div {
  min-width: 0;
  padding: 12px 10px 12px 0;
}

body.vl-site .vl-project-index__facts > div + div {
  padding-left: 10px;
  border-left: 1px solid var(--vl-line);
}

body.vl-site .vl-project-index__facts dt {
  margin-bottom: 3px;
  color: var(--vl-text-soft);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.vl-site .vl-project-index__facts dd {
  overflow: hidden;
  margin: 0;
  font-size: .76rem;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.vl-site .vl-project-index__services {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

body.vl-site .vl-project-index__services li {
  padding: 7px 9px;
  border: 1px solid var(--vl-line);
  color: var(--vl-text-soft);
  font-size: .62rem;
  font-weight: 650;
  letter-spacing: .06em;
}

body.vl-site .vl-project-index__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--vl-line-strong);
  font-size: .72rem;
  font-weight: 720;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.vl-site .vl-project-empty {
  padding: clamp(56px, 8vw, 110px) 0;
  text-align: center;
}

body.vl-site .vl-project-empty h2 {
  margin: 0 0 12px;
  font-family: var(--vl-font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -.04em;
}

body.vl-site .vl-project-empty p {
  margin: 0;
  color: var(--vl-text-soft);
}

@media (max-width: 1180px) {
  body.vl-site .vl-projects-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, .85fr);
    gap: 48px;
  }

  body.vl-site .vl-project-index__link,
  body.vl-site .vl-project-index__item.is-featured .vl-project-index__link {
    grid-template-columns: 46px minmax(330px, 1fr) minmax(280px, .88fr);
    gap: 28px;
  }
}

@media (max-width: 980px) {
  body.vl-site .vl-projects-hero__grid,
  body.vl-site .vl-project-index__header {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-projects-hero__copy h1 {
    max-width: 13ch;
  }

  body.vl-site .vl-projects-hero__visual {
    min-height: min(78vw, 650px);
  }

  body.vl-site .vl-project-index__toolbar {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-project-index__toolbar-side {
    justify-content: space-between;
  }

  body.vl-site .vl-project-index__link,
  body.vl-site .vl-project-index__item.is-featured .vl-project-index__link {
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
  }

  body.vl-site .vl-project-index__number {
    grid-column: 1;
    grid-row: 1;
  }

  body.vl-site .vl-project-index__media {
    grid-column: 2;
    grid-row: 1;
  }

  body.vl-site .vl-project-index__content {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 700px) {
  body.vl-site .vl-projects-hero {
    padding-top: calc(var(--vl-header-height) + 22px);
    padding-bottom: 70px;
  }

  body.vl-site .vl-projects-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.6rem, 12vw, 4.3rem) !important;
  }

  body.vl-site .vl-projects-hero__facts {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-projects-hero__facts > div {
    min-height: 0;
    padding: 16px 0;
  }

  body.vl-site .vl-projects-hero__facts > div + div {
    padding-left: 0;
    border-top: 1px solid var(--vl-line);
    border-left: 0;
  }

  body.vl-site .vl-projects-hero__visual {
    min-height: 440px;
  }

  body.vl-site .vl-projects-hero__image--1 {
    inset: 0 8% 18% 0;
  }

  body.vl-site .vl-projects-hero__image--2 {
    width: 38%;
    height: 29%;
  }

  body.vl-site .vl-projects-hero__image--3 {
    width: 52%;
    height: 36%;
  }

  body.vl-site .vl-projects-hero__featured-link,
  body.vl-site .vl-projects-hero__featured-link:link,
  body.vl-site .vl-projects-hero__featured-link:visited {
    right: 0;
    bottom: 4%;
    min-width: 76%;
  }

  body.vl-site .vl-project-index {
    padding-top: 68px;
  }

  body.vl-site .vl-project-index__header h2 {
    max-width: none;
    font-size: clamp(2.25rem, 10vw, 3.6rem) !important;
  }

  body.vl-site .vl-project-index__toolbar .vl-project-filter-group {
    display: grid;
    gap: 10px;
  }

  body.vl-site .vl-project-index__toolbar .vl-project-filter-group > div {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
  }

  body.vl-site .vl-project-index__toolbar button {
    flex: 0 0 auto;
  }

  body.vl-site .vl-project-index__link,
  body.vl-site .vl-project-index__item.is-featured .vl-project-index__link {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-block: 34px;
  }

  body.vl-site .vl-project-index__number,
  body.vl-site .vl-project-index__media,
  body.vl-site .vl-project-index__content {
    grid-column: 1;
    grid-row: auto;
  }

  body.vl-site .vl-project-index__media,
  body.vl-site .vl-project-index__item.is-featured .vl-project-index__media {
    aspect-ratio: 4 / 3;
  }

  body.vl-site .vl-project-index__media-action {
    opacity: 1;
    transform: none;
  }

  body.vl-site .vl-project-index__content h3,
  body.vl-site .vl-project-index__item:not(.is-featured) .vl-project-index__content h3 {
    max-width: none;
    font-size: clamp(2.1rem, 10vw, 3.25rem);
  }

  body.vl-site .vl-project-index__facts {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-project-index__facts > div + div {
    padding-left: 0;
    border-top: 1px solid var(--vl-line);
    border-left: 0;
  }
}

/* Resilient hero image arrangements when a project has fewer gallery images. */
body.vl-site .vl-projects-hero__visual > figure:only-of-type {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
}

body.vl-site .vl-projects-hero__visual > figure:first-of-type:nth-last-of-type(2) {
  inset: 3% 18% 10% 0;
}

body.vl-site .vl-projects-hero__visual > figure:first-of-type:nth-last-of-type(2) ~ figure {
  top: auto;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 44%;
}

body.vl-site .vl-project-index__toolbar {
  background: var(--vl-bg);
  background: color-mix(in srgb, var(--vl-bg) 92%, transparent);
}

/* 1.4.1 — final visual corrections */
:root {
  --vl-accent: #a4a6a1;
  --vl-accent-deep: #70736e;
}

html[data-vl-theme="dark"] {
  --vl-accent: #b7b9b4;
  --vl-accent-deep: #d0d2cd;
}

body.vl-site .vl-button--light:hover,
body.vl-site .vl-button--dark:hover,
body.vl-site .vl-button--ghost-light:hover,
body.vl-site .vl-header__cta:hover,
body.vl-site .vl-project-filter-group button:hover,
body.vl-site .vl-project-filter-group button.is-active,
body.vl-site .vl-project-filter-reset:hover,
body.vl-site .vl-project-index__toolbar button:hover,
body.vl-site .vl-project-index__toolbar button.is-active {
  border-color: #9b9d99 !important;
  background: #9b9d99 !important;
  color: #11120f !important;
  -webkit-text-fill-color: #11120f !important;
}

/* Brand: fixed text identity in two lines. */
body.vl-site .vl-brand {
  display: inline-flex;
  align-items: center;
  min-width: 118px;
  line-height: 1;
}

body.vl-site .vl-brand__text {
  display: grid;
  gap: 4px;
  font-family: var(--vl-font-sans);
  font-size: .92rem;
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1;
}

body.vl-site .vl-brand__text small {
  font-size: .53rem;
  font-weight: 600;
  letter-spacing: .095em;
  line-height: 1;
  text-transform: none;
  opacity: .68;
}

/* Mobile menu must cover the document, while the header controls stay usable. */
body.vl-site .vl-header {
  isolation: isolate;
}

body.vl-site .vl-header__inner {
  position: relative;
  z-index: 1002;
}

body.vl-site .vl-mobile-menu {
  z-index: 1001 !important;
  inset: 0 !important;
  width: 100vw;
  height: 100dvh;
  min-height: 100svh;
  padding: calc(var(--vl-header-height) + 24px) 26px 30px;
  background: #11120f !important;
  color: #f5f2e9 !important;
  opacity: 1;
  visibility: visible;
}

body.vl-site.vl-menu-open .vl-header {
  border-color: rgba(245,242,233,.15) !important;
  background: #11120f !important;
  color: #f5f2e9 !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.vl-site.vl-menu-open .vl-header .vl-brand,
body.vl-site.vl-menu-open .vl-header .vl-menu-toggle {
  color: #f5f2e9 !important;
  -webkit-text-fill-color: #f5f2e9 !important;
}

body.vl-site .vl-mobile-menu nav {
  position: relative;
  z-index: 1;
}

/* Studio page: text-only hero, without the old image card. */
body.vl-site .vl-studio-hero__grid {
  grid-template-columns: minmax(0, 900px) !important;
  justify-content: start;
  min-height: auto;
}

body.vl-site .vl-studio-hero__image {
  display: none !important;
}

body.vl-site .vl-studio-hero {
  min-height: auto;
  padding-bottom: clamp(72px, 8vw, 118px);
}

/* Correct social brand icons. */
body.vl-site svg.vl-social-icon,
body.vl-site .vl-contact-page__socials svg.vl-social-icon,
body.vl-site .vl-footer__socials svg.vl-social-icon {
  width: 18px;
  height: 18px;
  fill: currentColor !important;
  stroke: none !important;
  overflow: visible;
}

body.vl-site svg.vl-social-icon path {
  fill: currentColor !important;
  stroke: none !important;
}

body.vl-site .vl-contact-page__socials a,
body.vl-site .vl-footer__socials a {
  gap: 8px;
}

@media (max-width: 1040px) {
  body.vl-site .vl-header__inner {
    width: min(100% - 30px, 1380px);
  }

  body.vl-site .vl-brand__text {
    font-size: .86rem;
  }

  body.vl-site .vl-brand__text small {
    font-size: .5rem;
  }
}

/* 1.4.2 — hero contrast and mobile composition */
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-header__cta,
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-header__cta:link,
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-header__cta:visited,
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-header__cta * {
  border-color: rgba(255, 255, 255, .72) !important;
  background: rgba(17, 18, 15, .34) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-header__cta:hover,
body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-header__cta:focus-visible {
  border-color: #6b6b68 !important;
  background: #545451 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* The generic image reset uses height:auto. This stronger rule is required
 * so the homepage image actually covers the full hero on narrow screens. */
body.vl-site .vl-hero__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 47% !important;
}

@media (max-width: 767px) {
  body.vl-site .vl-hero {
    display: grid;
    min-height: clamp(670px, 88svh, 760px) !important;
    height: auto !important;
    align-items: end;
  }

  body.vl-site .vl-hero__image {
    inset: 0 !important;
    transform: none !important;
  }

  body.vl-site .vl-hero__image img {
    object-position: 58% center !important;
  }

  body.vl-site .vl-hero__shade {
    background:
      linear-gradient(180deg, rgba(10, 11, 9, .24) 0%, rgba(10, 11, 9, .38) 34%, rgba(10, 11, 9, .94) 78%, rgba(10, 11, 9, .99) 100%),
      linear-gradient(90deg, rgba(8, 9, 7, .50) 0%, rgba(8, 9, 7, .12) 76%, rgba(8, 9, 7, .24) 100%);
  }

  body.vl-site .vl-hero__content {
    padding-top: calc(var(--vl-header-height) + 170px) !important;
    padding-bottom: 22px !important;
  }

  body.vl-site .vl-hero__content > .vl-kicker {
    margin-bottom: 24px !important;
  }

  body.vl-site .vl-hero h1 {
    max-width: 100% !important;
    font-size: clamp(2.55rem, 12.2vw, 3.55rem) !important;
    line-height: .96 !important;
  }

  body.vl-site .vl-hero__bottom {
    gap: 18px !important;
    margin-top: 24px !important;
  }

  body.vl-site .vl-hero__bottom > p {
    font-size: .96rem !important;
    line-height: 1.52 !important;
  }

  body.vl-site .vl-hero__bottom .vl-button {
    min-height: 48px !important;
    padding-block: 12px !important;
  }

  body.vl-site .vl-hero__location {
    margin-top: 20px !important;
    font-size: .66rem !important;
    line-height: 1.4;
  }
}

@media (max-width: 420px) {
  body.vl-site .vl-hero {
    min-height: clamp(650px, 86svh, 720px) !important;
  }

  body.vl-site .vl-hero__content {
    padding-top: calc(var(--vl-header-height) + 145px) !important;
  }

  body.vl-site .vl-hero h1 {
    font-size: clamp(2.35rem, 11.7vw, 3.15rem) !important;
  }
}

/* 1.4.3 — private access experience */
html:has(body.vl-private-page),
body.vl-private-page {
  margin-top: 0 !important;
  min-height: 100%;
  background: #0f100e;
}

body.vl-private-page #wpadminbar {
  display: none !important;
}

body.vl-private-page .vl-main {
  min-height: 100svh;
}

body.vl-site .vl-auth {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
  overflow: hidden;
  background: var(--vl-bg);
}

body.vl-site .vl-auth__brand,
body.vl-site .vl-auth__brand:link,
body.vl-site .vl-auth__brand:visited {
  position: fixed;
  z-index: 20;
  top: clamp(24px, 3vw, 42px);
  left: clamp(24px, 4vw, 64px);
  display: grid;
  gap: 2px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  line-height: 1;
}

body.vl-site .vl-auth__brand strong {
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -.03em;
}

body.vl-site .vl-auth__brand span {
  font-size: .62rem;
  font-weight: 620;
  letter-spacing: .08em;
  opacity: .72;
}

body.vl-site .vl-auth__visual {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(84px, 8vw, 132px) clamp(34px, 6vw, 94px);
  background-image: var(--vl-auth-image, url("https://visualine.com.ar/wp-content/uploads/2025/06/exterior_pileta_bretes.jpg"));
  background-position: center;
  background-size: cover;
  color: #fff;
  isolation: isolate;
}

body.vl-site .vl-auth__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 8, .28), rgba(8, 9, 8, .82)),
    linear-gradient(90deg, rgba(8, 9, 8, .42), transparent 70%);
}

body.vl-site .vl-auth__visual-copy {
  max-width: 700px;
}

body.vl-site .vl-auth__visual-copy .vl-kicker {
  color: rgba(255,255,255,.82);
}

body.vl-site .vl-auth__visual h1 {
  max-width: 15.5ch;
  margin: 0 0 26px;
  color: #fff;
  font-family: var(--vl-font-display);
  font-size: clamp(3rem, 5.3vw, 6.2rem) !important;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92 !important;
}

body.vl-site .vl-auth__visual p:not(.vl-kicker) {
  max-width: 54ch;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(.96rem, 1.2vw, 1.12rem);
}

body.vl-site .vl-auth__form {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: clamp(78px, 8vw, 120px) clamp(28px, 5vw, 78px);
  background: var(--vl-bg);
}

body.vl-site .vl-auth__card {
  width: min(500px, 100%);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--vl-line);
  background: var(--vl-bg-elevated);
  box-shadow: 0 30px 80px rgba(20, 20, 16, .1);
}

body.vl-site .vl-auth__card h2 {
  max-width: 12ch;
  margin: 0 0 14px;
  color: var(--vl-text);
  font-family: var(--vl-font-display);
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

body.vl-site .vl-auth__intro {
  max-width: 48ch;
  margin: 0 0 30px !important;
  color: var(--vl-text-soft);
  font-size: .92rem;
  line-height: 1.65;
}

body.vl-site .vl-auth form {
  display: grid;
  gap: 18px;
}

body.vl-site .vl-auth form > label:not(.vl-checkbox) {
  display: grid;
  gap: 8px;
}

body.vl-site .vl-auth form > label > span {
  color: var(--vl-text-soft);
  font-size: .7rem;
  font-weight: 740;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.vl-site .vl-auth input[type="text"],
body.vl-site .vl-auth input[type="email"],
body.vl-site .vl-auth input[type="password"] {
  width: 100%;
  min-height: 54px;
  padding: 13px 14px;
  border: 1px solid var(--vl-line-strong);
  border-radius: 0;
  background: transparent;
  color: var(--vl-text);
  box-shadow: none;
  outline: none;
}

body.vl-site .vl-auth input:focus {
  border-color: var(--vl-text);
  box-shadow: 0 0 0 1px var(--vl-text);
}

body.vl-site .vl-auth__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 2px 0 4px;
  font-size: .78rem;
}

body.vl-site .vl-auth__row .vl-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vl-text-soft);
}

body.vl-site .vl-auth__row .vl-checkbox input {
  width: 16px;
  height: 16px;
  min-height: 0;
  margin: 0;
}

body.vl-site .vl-auth__row .vl-checkbox span {
  font-size: .78rem;
  letter-spacing: 0;
  text-transform: none;
}

body.vl-site .vl-auth__row a,
body.vl-site .vl-auth__footer a {
  color: var(--vl-text) !important;
  -webkit-text-fill-color: var(--vl-text) !important;
  border-bottom: 1px solid var(--vl-line-strong);
}

body.vl-site .vl-auth .vl-button {
  width: 100%;
  min-height: 56px;
  margin-top: 4px;
  background: #171815 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: #171815 !important;
}

body.vl-site .vl-auth .vl-button:hover {
  background: #4b4d49 !important;
  border-color: #4b4d49 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.vl-site .vl-auth__message {
  margin: 20px 0;
  padding: 14px 16px;
  border: 1px solid rgba(74, 111, 82, .4);
  background: rgba(74, 111, 82, .08);
  color: var(--vl-text);
  font-size: .84rem;
}

body.vl-site .vl-auth__message.is-error {
  border-color: rgba(158, 57, 57, .42);
  background: rgba(158, 57, 57, .08);
}

body.vl-site .vl-auth__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--vl-line);
  color: var(--vl-text-soft);
  font-size: .75rem;
}

@media (max-width: 980px) {
  body.vl-site .vl-auth {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-auth__brand {
    position: absolute;
  }

  body.vl-site .vl-auth__visual {
    min-height: 46svh;
    padding-top: 110px;
    padding-bottom: 54px;
    background-position: center 58%;
  }

  body.vl-site .vl-auth__visual h1 {
    max-width: 13ch;
    font-size: clamp(2.8rem, 8vw, 4.7rem) !important;
  }

  body.vl-site .vl-auth__form {
    min-height: auto;
    padding-block: 54px;
  }
}

@media (max-width: 600px) {
  body.vl-site .vl-auth__brand {
    top: 22px;
    left: 22px;
  }

  body.vl-site .vl-auth__visual {
    min-height: 40svh;
    padding: 92px 22px 38px;
    background-position: center;
  }

  body.vl-site .vl-auth__visual h1 {
    margin-bottom: 14px;
    font-size: clamp(2.2rem, 11vw, 3.25rem) !important;
  }

  body.vl-site .vl-auth__visual p:not(.vl-kicker) {
    font-size: .88rem;
  }

  body.vl-site .vl-auth__form {
    padding: 28px 16px 44px;
  }

  body.vl-site .vl-auth__card {
    padding: 24px 20px;
  }

  body.vl-site .vl-auth__card h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  body.vl-site .vl-auth__row,
  body.vl-site .vl-auth__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* 1.8.0 — unified Iconify icon system and neutral hover palette. */
:root,
html[data-vl-theme="light"],
html[data-vl-theme="dark"] {
  --vl-accent: #8b8f93;
  --vl-accent-deep: #5f6469;
}

body.vl-site .vl-icon {
  display: inline-flex;
  width: 1.15em;
  min-width: 1.15em;
  height: 1.15em;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  vertical-align: -.08em;
}

body.vl-site .vl-header .vl-icon,
body.vl-site .vl-footer .vl-icon,
body.vl-site .vl-button .vl-icon,
body.vl-site .vl-text-link .vl-icon {
  font-size: 1rem;
}

body.vl-site .vl-footer__socials .vl-icon,
body.vl-site .vl-contact-page__socials .vl-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  font-size: 17px;
}

body.vl-site .vl-whatsapp-float .vl-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  font-size: 26px;
}

body.vl-site a.vl-button:hover,
body.vl-site button.vl-button:hover,
body.vl-site .vl-header__cta:hover,
body.vl-site .vl-mobile-menu__cta:hover,
body.vl-site .vl-project-filter:hover,
body.vl-site .vl-project-filter.is-active,
body.vl-site .vl-project-filter-reset:hover,
body.vl-site .vl-footer__theme:hover,
body.vl-site .vl-icon-button:hover {
  border-color: #62666a !important;
  background: #62666a !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.vl-site a.vl-button:hover *,
body.vl-site button.vl-button:hover *,
body.vl-site .vl-header__cta:hover *,
body.vl-site .vl-mobile-menu__cta:hover * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.vl-site .vl-button::before {
  background: #62666a !important;
}

body.vl-site .vl-text-link:hover,
body.vl-site .vl-footer a:hover,
body.vl-site .vl-contact-card a:hover,
body.vl-site .vl-contact-page__socials a:hover {
  color: #62666a !important;
  -webkit-text-fill-color: #62666a !important;
}

html[data-vl-theme="dark"] body.vl-site .vl-text-link:hover,
html[data-vl-theme="dark"] body.vl-site .vl-footer a:hover,
html[data-vl-theme="dark"] body.vl-site .vl-contact-card a:hover,
html[data-vl-theme="dark"] body.vl-site .vl-contact-page__socials a:hover {
  color: #c3c6c9 !important;
  -webkit-text-fill-color: #c3c6c9 !important;
}

/* 1.5.0 — definitive Visualine / Eliana Saffer brand identity. */
:root,
html[data-vl-theme="light"] {
  --vl-font-sans: "Poppins", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vl-font-display: "Cormorant Garamond", Georgia, serif;
  --vl-bg: #efebe5;
  --vl-bg-soft: #e5e1db;
  --vl-bg-elevated: #f8f5f0;
  --vl-text: #171719;
  --vl-text-soft: #717171;
  --vl-line: rgba(23, 23, 25, .16);
  --vl-line-strong: rgba(23, 23, 25, .36);
  --vl-dark: #171719;
  --vl-dark-soft: #202124;
  --vl-dark-elevated: #2a2c2f;
  --vl-light: #f7f4ed;
  --vl-light-soft: #aeacab;
  --vl-accent: #667585;
  --vl-accent-deep: #4f6072;
  --vl-hover: #717171;
}

html[data-vl-theme="dark"] {
  --vl-bg: #171719;
  --vl-bg-soft: #202124;
  --vl-bg-elevated: #2a2c2f;
  --vl-text: #f7f4ed;
  --vl-text-soft: #aeacab;
  --vl-line: rgba(247, 244, 237, .17);
  --vl-line-strong: rgba(247, 244, 237, .38);
  --vl-accent: #8291a0;
  --vl-accent-deep: #aeb9c3;
  --vl-hover: #8b8d90;
}

body.vl-site,
body.vl-site button,
body.vl-site input,
body.vl-site select,
body.vl-site textarea {
  font-family: var(--vl-font-sans) !important;
}

body.vl-site :is(h1, h2, h3, .vl-title, .vl-section-heading h2, .vl-project-card h3, .vl-project-index__content h3) {
  font-family: var(--vl-font-display) !important;
  font-weight: 300;
}

body.vl-site :is(.vl-kicker, .vl-nav, .vl-button, .vl-header__cta, .vl-project-filter, .vl-footer h3) {
  font-family: var(--vl-font-sans) !important;
}

/* Exact supplied wordmark. Chequers is preserved in the image; Eliana Saffer uses Poppins. */
body.vl-site .vl-wordmark {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1000 / 240;
}

body.vl-site .vl-wordmark__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  image-rendering: auto;
}

body.vl-site .vl-wordmark__image--reverse { display: none; }
html[data-vl-theme="dark"] body.vl-site .vl-wordmark__image--ink { display: none; }
html[data-vl-theme="dark"] body.vl-site .vl-wordmark__image--reverse { display: block; }

body.vl-site .vl-brand {
  width: clamp(154px, 11vw, 194px);
  min-width: 138px;
  padding: 0;
}

body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-wordmark__image--ink,
body.vl-site.vl-menu-open .vl-header .vl-wordmark__image--ink,
body.vl-site .vl-footer .vl-wordmark__image--ink,
body.vl-site .vl-auth__brand .vl-wordmark__image--ink,
body.vl-private-page .vl-dashboard__brand .vl-wordmark__image--ink {
  display: none;
}

body.vl-site.vl-page-home .vl-header:not(.is-scrolled) .vl-wordmark__image--reverse,
body.vl-site.vl-menu-open .vl-header .vl-wordmark__image--reverse,
body.vl-site .vl-footer .vl-wordmark__image--reverse,
body.vl-site .vl-auth__brand .vl-wordmark__image--reverse,
body.vl-private-page .vl-dashboard__brand .vl-wordmark__image--reverse {
  display: block;
}

body.vl-site .vl-footer__brand {
  display: block;
  width: min(210px, 70%);
  margin: 0 0 34px;
}

body.vl-site .vl-auth__brand {
  width: clamp(170px, 15vw, 230px);
  color: transparent !important;
}

body.vl-private-page .vl-dashboard__brand {
  display: grid;
  align-items: start;
  gap: 9px;
}

body.vl-private-page .vl-dashboard__brand .vl-wordmark {
  width: 156px;
}

body.vl-private-page .vl-dashboard__brand > span:last-child {
  margin-left: 0;
  color: #aeacab;
  font-family: var(--vl-font-sans);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* Clean supplied VL monogram, without construction guides. */
body.vl-site .vl-monogram {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
}

body.vl-site .vl-monogram__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.vl-site .vl-monogram__image--reverse { display: none; }
html[data-vl-theme="dark"] body.vl-site .vl-monogram__image--ink { display: none; }
html[data-vl-theme="dark"] body.vl-site .vl-monogram__image--reverse { display: block; }

body.vl-site .vl-studio-teaser__visual {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.vl-site .vl-studio-teaser__visual .vl-monogram {
  width: min(420px, 92%);
}

body.vl-site .vl-project-card__placeholder .vl-monogram {
  width: clamp(70px, 9vw, 120px);
  opacity: .78;
}

body.vl-site .vl-project-card__placeholder b {
  font-family: var(--vl-font-sans);
}

/* Palette interactions: mineral blue is reserved for focus; hover remains neutral gray. */
body.vl-site ::selection {
  background: #667585;
  color: #f7f4ed;
}

body.vl-site :focus-visible {
  outline-color: #667585 !important;
}

body.vl-site a.vl-button:hover,
body.vl-site button.vl-button:hover,
body.vl-site .vl-header__cta:hover,
body.vl-site .vl-mobile-menu__cta:hover,
body.vl-site .vl-project-filter:hover,
body.vl-site .vl-project-filter.is-active,
body.vl-site .vl-project-filter-reset:hover,
body.vl-site .vl-footer__theme:hover,
body.vl-site .vl-icon-button:hover {
  border-color: var(--vl-hover) !important;
  background: var(--vl-hover) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.vl-site .vl-button::before {
  background: var(--vl-hover) !important;
}

body.vl-site .vl-text-link:hover,
body.vl-site .vl-footer a:hover,
body.vl-site .vl-contact-card a:hover,
body.vl-site .vl-contact-page__socials a:hover {
  color: var(--vl-hover) !important;
  -webkit-text-fill-color: var(--vl-hover) !important;
}

body.vl-site .vl-scroll-progress span {
  background: #667585;
}

@media (max-width: 767px) {
  body.vl-site .vl-brand {
    width: 136px;
    min-width: 136px;
  }

  body.vl-site .vl-footer__brand {
    width: 175px;
  }

  body.vl-site .vl-auth__brand {
    width: 158px;
  }

  body.vl-private-page .vl-dashboard__brand .vl-wordmark {
    width: 138px;
  }
}

/* ========================================================================
   Visualine 1.8.0 — publication-ready project index, plans and Iconify icons
   ======================================================================== */
body.vl-site iconify-icon.vl-icon,
body.vl-private-page iconify-icon.vl-icon {
  display: inline-block;
  width: 1em;
  min-width: 1em;
  height: 1em;
  color: currentColor;
  font-size: 1em;
  line-height: 1;
  vertical-align: -.12em;
}

body.vl-site .vl-header iconify-icon.vl-icon,
body.vl-site .vl-footer iconify-icon.vl-icon,
body.vl-site .vl-button iconify-icon.vl-icon,
body.vl-site .vl-text-link iconify-icon.vl-icon,
body.vl-site .vl-project-index__cta iconify-icon.vl-icon,
body.vl-site .vl-project-index__media-action iconify-icon.vl-icon {
  width: 1.05rem;
  height: 1.05rem;
}

body.vl-site .vl-footer__socials iconify-icon.vl-icon,
body.vl-site .vl-contact-page__socials iconify-icon.vl-icon {
  width: 17px;
  min-width: 17px;
  height: 17px;
  font-size: 17px;
}

body.vl-site .vl-whatsapp-float iconify-icon.vl-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  font-size: 25px;
}

body.vl-site .vl-lightbox > button iconify-icon.vl-icon,
body.vl-site .vl-plan-explorer__controls iconify-icon.vl-icon {
  width: 20px;
  height: 20px;
}

body.vl-site .vl-icon-button:hover iconify-icon.vl-icon {
  transform: rotate(30deg);
  transition: transform 420ms var(--vl-ease);
}

body.vl-site .vl-project-index {
  padding-top: clamp(60px, 7vw, 96px);
}

body.vl-site .vl-project-index__header {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  margin-bottom: clamp(30px, 4vw, 52px);
}

body.vl-site .vl-project-index__header h2 {
  max-width: 20ch;
  font-size: clamp(2.3rem, 3.8vw, 4rem) !important;
  line-height: .98;
}

body.vl-site .vl-project-index__header > p {
  max-width: 42ch;
  justify-self: end;
}

body.vl-site .vl-project-index__toolbar {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(24px, 4vw, 54px);
}

body.vl-site .vl-project-index__filters {
  display: grid;
  min-width: 0;
  gap: 14px;
}

body.vl-site .vl-project-index__toolbar .vl-project-filter-group {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

body.vl-site .vl-project-index__toolbar .vl-project-filter-group > span {
  margin: 0;
}

body.vl-site .vl-project-index__toolbar .vl-project-filter-group > div {
  min-width: 0;
}

body.vl-site .vl-project-index__media-action iconify-icon.vl-icon,
body.vl-site .vl-project-index__cta iconify-icon.vl-icon {
  flex: 0 0 auto;
}

body.vl-site .vl-plan-showcase {
  overflow: hidden;
  background: var(--vl-bg-soft);
}

body.vl-site .vl-plan-showcase__grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(42px, 7vw, 108px);
}

body.vl-site .vl-plan-showcase__copy h2 {
  max-width: 12ch;
  margin: 0 0 26px;
  font-family: var(--vl-font-display);
  font-size: clamp(2.45rem, 4.5vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
}

body.vl-site .vl-plan-showcase__copy > p:not(.vl-kicker) {
  max-width: 54ch;
  margin: 0;
  color: var(--vl-text-soft);
  line-height: 1.7;
}

body.vl-site .vl-plan-showcase__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(16px, 2vw, 28px);
  background: var(--vl-bg-elevated);
  border: 1px solid var(--vl-line);
}

body.vl-site .vl-plan-showcase__media figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #f5f3ed;
  border: 1px solid var(--vl-line);
}

body.vl-site .vl-plan-showcase__media figure:first-child {
  grid-row: span 2;
}

body.vl-site .vl-plan-showcase__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

html[data-vl-theme="dark"] body.vl-site .vl-plan-showcase__media figure {
  background: #dad8d1;
}

@media (max-width: 980px) {
  body.vl-site .vl-project-index__header,
  body.vl-site .vl-project-index__toolbar,
  body.vl-site .vl-plan-showcase__grid {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-project-index__header > p {
    justify-self: start;
  }

  body.vl-site .vl-project-index__toolbar-side {
    justify-content: space-between;
  }

  body.vl-site .vl-plan-showcase__copy h2 {
    max-width: 17ch;
  }
}

@media (max-width: 700px) {
  body.vl-site .vl-project-index {
    padding-top: 52px;
  }

  body.vl-site .vl-project-index__header h2 {
    max-width: none;
    font-size: clamp(2.15rem, 10.5vw, 3.25rem) !important;
  }

  body.vl-site .vl-project-index__toolbar .vl-project-filter-group {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.vl-site .vl-project-index__toolbar .vl-project-filter-group > div {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
  }

  body.vl-site .vl-plan-showcase__media {
    grid-template-columns: 1fr;
  }

  body.vl-site .vl-plan-showcase__media figure:first-child {
    grid-row: auto;
  }

  body.vl-site .vl-plan-showcase__media img {
    min-height: 180px;
  }
}


/* 1.8.1 — uniform project archive and protected overlay contrast */
body.vl-site .vl-project-index__link,
body.vl-site .vl-project-index__link:link,
body.vl-site .vl-project-index__link:visited,
body.vl-site .vl-project-index__item.is-featured .vl-project-index__link {
  grid-template-columns: 64px minmax(360px, 1.1fr) minmax(300px, .9fr) !important;
  padding-block: clamp(30px, 4.2vw, 58px) !important;
}

body.vl-site .vl-project-index__media,
body.vl-site .vl-project-index__item.is-featured .vl-project-index__media {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
}

body.vl-site .vl-project-index__media-action,
body.vl-site .vl-project-index__media-action *,
body.vl-site .vl-project-index__media-action iconify-icon.vl-icon {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.vl-site .vl-project-index__media-action {
  background: rgba(17, 18, 15, .94) !important;
  border: 1px solid rgba(255, 255, 255, .18);
}

@media (max-width: 980px) {
  body.vl-site .vl-project-index__link,
  body.vl-site .vl-project-index__link:link,
  body.vl-site .vl-project-index__link:visited,
  body.vl-site .vl-project-index__item.is-featured .vl-project-index__link {
    grid-template-columns: 46px minmax(280px, 1fr) minmax(250px, .9fr) !important;
  }
}

@media (max-width: 767px) {
  body.vl-site .vl-project-index__link,
  body.vl-site .vl-project-index__link:link,
  body.vl-site .vl-project-index__link:visited,
  body.vl-site .vl-project-index__item.is-featured .vl-project-index__link {
    grid-template-columns: 1fr !important;
  }

  body.vl-site .vl-project-index__media,
  body.vl-site .vl-project-index__item.is-featured .vl-project-index__media {
    aspect-ratio: 4 / 3 !important;
  }
}
