:root {
  --ink: #11100f;
  --paper: #f7f7f7;
  --muted: #75716a;
  --soft: #d9d6cf;
  --line: rgba(17, 16, 15, 0.18);
  --cream: #f5f2ea;
  --accent: #b6c7b7;
  --blue: #657e8d;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 108px;
  background: var(--paper);
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
}

/* Global grain layer */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.35' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  background-repeat: repeat;
}

body.is-loading {
  overflow: hidden;
}

.loader-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  color: #f5f2ea;
  background: #111;
  will-change: transform;
}

.loader-overlay__mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.8rem, 13vw, 12rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.035em;
  opacity: 0;
  filter: blur(8px);
  transform: scale(0.98);
  will-change: opacity, filter, transform;
}

body.is-loading .hero-temple,
body.is-loading .hero-word,
body.is-loading .desktop-nav,
body.is-loading .intro,
body.is-loading .hero-grid > .button.secondary {
  opacity: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Ob nalaganju: kratki vstop (parallax ostane — hero slike animiramo samo z opacity) */
@keyframes page-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes page-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes page-in-up-nav {
  from {
    opacity: 0;
    transform: translate3d(-50%, 24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes page-in-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes page-in-exp {
  from {
    opacity: 0;
    transform: translateX(-5%) translate3d(0, 22px, 0);
  }

  to {
    opacity: 1;
    transform: translateX(-5%) translate3d(0, 0, 0);
  }
}

@keyframes page-in-cta {
  from {
    opacity: 0;
    transform: translate3d(-50%, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 20px;
  left: 44px;
  right: 30px;
  width: auto;
  min-height: 112px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: none;
  animation: none;
}

.logo {
  display: inline-flex;
  align-items: flex-start;
  gap: 18px;
}

.logo-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.8rem, 10.5vw, 8.6rem);
  font-weight: 700;
  line-height: 0.62;
  letter-spacing: 0;
}

.logo:has(> .logo-mark:only-child) .logo-mark {
  font-size: clamp(3.2rem, 9.2vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.logo-words {
  padding-top: 4px;
  font-size: clamp(1.18rem, 1.45vw, 1.72rem);
  font-weight: 650;
  line-height: 1.13;
  letter-spacing: 0;
}

.desktop-nav {
  position: fixed;
  left: 50%;
  top: calc(20px + (clamp(3.2rem, 9.2vw, 7rem) * 0.46));
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 25;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 70px;
  padding: 10px;
  color: var(--cream);
  background: rgba(17, 16, 15, 0.9);
  border-radius: 8px;
  box-shadow: none;
  backdrop-filter: none;
}

.desktop-nav a,
.mobile-menu a {
  padding: 10px 20px;
  border-radius: 4px;
  color: rgba(245, 242, 234, 0.78);
  font-size: clamp(1rem, 1.14vw, 1.28rem);
  font-weight: 500;
  transition: none;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.mobile-menu a:hover,
.mobile-menu a:focus-visible {
  color: rgba(245, 242, 234, 0.78);
  background: transparent;
  outline: none;
}

.menu-button {
  display: none;
  min-height: 44px;
  padding: 0 16px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.language-switcher {
  position: fixed;
  top: calc(20px + (clamp(3.2rem, 9.2vw, 7rem) * 0.46));
  right: 30px;
  transform: translateY(-50%);
  z-index: 26;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.language-switcher__button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(17, 16, 15, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.language-switcher__button.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.mobile-menu {
  display: none;
}

.section {
  padding: clamp(84px, 11vw, 150px) max(24px, calc((100vw - 1180px) / 2));
}

.hero {
  min-height: 100dvh;
  padding-top: 120px;
  padding-bottom: 118px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  place-items: center;
  background: #f7f7f7;
}

.hero-grid {
  position: relative;
  isolation: isolate;
  width: min(1700px, calc(100vw - 96px));
  min-height: 790px;
  display: grid;
  place-items: center;
}

.hero-temple {
  position: absolute;
  inset: -18% -8% -14%;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  filter: saturate(1) contrast(1.12) drop-shadow(0 34px 70px rgba(17, 16, 15, 0.18));
}

.hero-temple::after {
  content: none;
}

.hero-temple canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}

.hero-temple.is-loaded canvas {
  opacity: 1;
}

.hero-temple.is-fallback canvas {
  display: none;
}

.hero-word,
.services h2,
.contact h2 {
  margin: 0;
  font-size: clamp(5.4rem, 9.6vw, 11.8rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-word {
  position: absolute;
  z-index: 5;
  white-space: nowrap;
  mix-blend-mode: multiply;
  transform: translate3d(var(--hero-word-x, 0px), var(--hero-word-y, 0px), 0);
  will-change: transform;
}

.word-building {
  top: 14%;
  left: 20%;
  font-size: clamp(5rem, 8.4vw, 10.3rem);
}

.word-experiences {
  left: 60%;
  top: 48%;
}

.word-worldwide {
  left: 9%;
  bottom: 15%;
}

.coord,
.intro {
  position: absolute;
  z-index: 6;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.intro {
  transform: translate3d(var(--hero-intro-x, 0px), var(--hero-intro-y, 0px), 0);
  will-change: transform;
}

.hero-grid > .coord {
  animation: none;
}

.hero-grid > .word-building {
  animation: none;
}

.hero-grid > .word-experiences {
  animation: none;
}

.hero-grid > .word-worldwide {
  animation: none;
}

.hero-grid > .intro {
  animation: none;
}

.hero-grid > .button.secondary {
  animation: none;
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: -8%;
  transform: translateX(-50%);
}

.hero-grid > .button.secondary:hover,
.hero-grid > .button.secondary:focus-visible {
  color: var(--cream);
  background: var(--ink);
  transform: translate(-50%, -2px);
}

.coord {
  top: 15%;
  left: 55%;
}

.intro {
  left: 8%;
  bottom: 7%;
  right: auto;
  top: auto;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.15vw, 1.35rem);
  font-weight: 500;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  white-space: nowrap;
  color: var(--cream);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 650;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: transparent;
  color: var(--ink);
  outline: none;
}

.button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}

.button.secondary {
  color: var(--ink);
  background: transparent;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 6px;
  font-size: clamp(1.22rem, 1.55vw, 1.75rem);
  font-weight: 500;
}

.contact .button.secondary {
  position: relative;
  z-index: 5;
  left: auto;
  bottom: auto;
  transform: none;
  margin-top: clamp(28px, 5vw, 56px);
}

.contact .button.secondary:hover,
.contact .button.secondary:focus-visible {
  color: var(--cream);
  background: var(--ink);
  transform: translateY(-2px);
}

.section-kicker {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 650;
}

.services {
  position: relative;
  padding-top: 56px;
  overflow: visible;
}

.services-split {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(20px, 3.5vw, 48px);
  align-items: stretch;
  overflow: visible;
}

.services-visual {
  position: relative;
  z-index: 0;
  min-height: min(100dvh, 100vh);
  overflow: visible;
}

.services-visual__sticky {
  position: sticky;
  top: clamp(80px, 10vh, 112px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: calc(100dvh - clamp(88px, 11vh, 124px));
  max-height: calc(100vh - clamp(88px, 11vh, 124px));
  padding: 16px 10px 24px;
  overflow: visible;
}

.services-visual__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1.5) rotate(var(--services-column-rot, 0deg));
  transform-origin: center center;
  will-change: transform;
  transition: none;
  filter: drop-shadow(0 10px 22px rgba(17, 16, 15, 0.14));
}

.services-visual.is-3d .services-visual__figure {
  transform: none;
}

.services-visual.is-3d .services-visual__canvas {
  width: min(100%, 520px);
  height: min(100%, 78dvh);
}

.services-visual__img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: min(100%, 92dvh);
  object-fit: contain;
  object-position: center center;
}

.services-visual__canvas {
  width: min(100%, 760px);
  height: min(100%, 92dvh);
  min-height: 460px;
  border-radius: 12px;
  overflow: hidden;
}

.services-visual__canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.services-visual__img--fallback {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
}

.services-visual.is-fallback .services-visual__canvas {
  display: none;
}

.services-visual.is-fallback .services-visual__img--fallback {
  position: static;
  opacity: 1;
}

.services-main {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding-left: clamp(36px, 7.5vw, 140px);
  padding-right: clamp(12px, 3vw, 56px);
  background-color: var(--paper);
}

/* “What we do?” lives in the first snap panel */
.services--snap-scroll .service-row .section-kicker {
  margin: 0 0 clamp(12px, 2vw, 20px);
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
  font-weight: 650;
}

@keyframes services-mark-rotate {
  to {
    transform: rotate(360deg);
  }
}

.services-main .services-mark {
  position: absolute;
  z-index: 0;
  top: -0.25rem;
  right: 0;
  width: clamp(80px, 10vw, 148px);
  height: clamp(80px, 10vw, 148px);
  color: var(--ink);
  pointer-events: none;
  opacity: 0.88;
}

.services-mark__svg {
  display: block;
  width: 100%;
  height: 100%;
  animation: services-mark-rotate 52s linear infinite;
}

@media (max-width: 1180px) {
  .services-main .services-mark {
    display: none;
  }
}

.service-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(16px, 2.2vw, 22px);
  min-height: 0;
  padding: clamp(32px, 4.5vw, 56px) 0;
  border-top: 1px solid var(--line);
}

.services--snap-scroll .service-row {
  box-sizing: border-box;
  min-height: min(100dvh, 100vh);
  justify-content: center;
  padding-block: clamp(40px, 7vh, 88px);
}

.services--snap-scroll .service-row:first-child {
  border-top: none;
  padding-top: clamp(28px, 5vh, 56px);
}

#services {
  scroll-margin-top: 72px;
}

.service-row > * {
  min-width: 0;
}

.service-row:last-child {
  border-bottom: 1px solid var(--line);
}

.service-row h2 {
  margin: 0;
  font-size: clamp(2.75rem, min(8.5vw, 9dvh), 6.5rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.services .service-row h2 {
  font-size: clamp(3.35rem, min(11vw, 12dvh), 8.25rem);
  line-height: 0.9;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
}

.chips a {
  padding: 8px 14px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 550;
  transition: opacity 160ms ease, transform 160ms ease;
}

.services .chips a {
  padding: 9px 16px;
  font-size: 0.93rem;
}

.chips a:hover,
.chips a:focus-visible {
  opacity: 0.88;
  outline: none;
}

.project-meta span {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
}

.service-row p {
  max-width: 34rem;
  margin: 0;
  color: #3d3a35;
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.55;
}

.services .service-row p {
  max-width: 38rem;
  font-size: clamp(1.12rem, 1.45vw, 1.35rem);
  line-height: 1.52;
}

.services .service-row > .button {
  margin-top: 4px;
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  min-height: 52px;
  padding: 0 26px;
}

.services .service-row > .button:hover,
.services .service-row > .button:focus-visible {
  color: var(--cream);
  background: var(--ink);
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .services-split {
    grid-template-columns: 1fr;
  }

  .services-visual {
    min-height: 0;
  }

  .services-visual__sticky {
    position: relative;
    top: auto;
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 8px 0 12px;
  }

  .services-visual__figure {
    transform: rotate(var(--services-column-rot, 0deg));
    transition: none;
    filter: drop-shadow(0 18px 36px rgba(17, 16, 15, 0.1));
  }

  .services-visual__img {
    width: min(630px, 96vw);
    max-width: 100%;
    height: auto;
    max-height: min(58vh, 450px);
    margin: 0 auto;
  }

  .services-visual__canvas {
    width: min(630px, 96vw);
    height: min(58vh, 450px);
    min-height: 260px;
    margin: 0 auto;
  }

  .services-main {
    padding-left: clamp(16px, 4vw, 40px);
    padding-right: 0;
  }

  .services--snap-scroll .service-row {
    min-height: 0;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    justify-content: flex-start;
    padding-block: clamp(28px, 4vw, 48px);
  }

  .services--snap-scroll .service-row:first-child {
    border-top: 1px solid var(--line);
  }
}

.work {
  background: var(--cream);
}

.work h2 {
  margin: 0 0 48px;
  text-align: center;
  font-size: clamp(2.25rem, 5.2vw, 5.7rem);
  line-height: 0.94;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.project-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.project-card.large {
  grid-row: span 2;
  min-height: 720px;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 500ms ease, opacity 300ms ease;
}

.project-card__img--hero-crop {
  object-position: center 0%;
  transform: scale(1.14);
}

.project-card:hover img,
.project-card:focus-visible img {
  transform: scale(1.04);
  opacity: 0.76;
}

.project-card:hover .project-card__img--hero-crop,
.project-card:focus-visible .project-card__img--hero-crop {
  transform: scale(1.18);
}

.project-card h3,
.project-meta {
  position: absolute;
  left: 24px;
  right: 24px;
  z-index: 2;
}

.project-card h3 {
  bottom: 20px;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.92;
}

.project-meta {
  top: 22px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.project-meta span {
  color: var(--cream);
  background: rgba(17, 16, 15, 0.34);
  border-color: rgba(245, 242, 234, 0.32);
  backdrop-filter: blur(12px);
}

.button.center {
  margin: 36px auto 0;
  display: flex;
  width: fit-content;
}

.about-collage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  text-align: center;
}

.about-collage > div {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}

.about h2 {
  margin: 10px auto 28px;
  max-width: 970px;
  font-size: clamp(2rem, 5.2vw, 5.4rem);
  line-height: 1;
}

.about-img {
  position: absolute;
  width: clamp(140px, 20vw, 270px);
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);
}

.about-img.one {
  top: 3%;
  right: 11%;
  transform: rotate(7deg);
}

.about-img.two {
  left: 4%;
  bottom: 6%;
  transform: rotate(-8deg);
}

.about-img.three {
  right: 0;
  bottom: 2%;
  width: clamp(160px, 24vw, 340px);
  transform: rotate(3deg);
}

.contact {
  position: relative;
  min-height: 82dvh;
  display: grid;
  place-items: center;
  text-align: center;
  padding-bottom: clamp(48px, 8vw, 96px);
}

.contact-decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.contact-decor__img {
  position: absolute;
  width: clamp(160px, 20vw, 280px);
  height: auto;
  object-fit: cover;
  box-shadow: none;
}

.contact-decor__img--left {
  left: clamp(18px, 5vw, 88px);
  top: clamp(24px, 8vh, 120px);
  transform: rotate(-8deg);
}

.contact-decor__img--right {
  right: clamp(150px, 22vw, 320px);
  top: clamp(220px, 48vh, 500px);
  width: clamp(180px, 16vw, 290px);
  transform: rotate(5deg);
}

.contact h2 {
  position: relative;
  z-index: 4;
  font-size: clamp(4rem, 13vw, 12.5rem);
}

.contact h2 span {
  display: block;
}

.footer-promo {
  padding-top: 56px;
  padding-bottom: 56px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(150, 150, 150, 0.08) 0%, rgba(150, 150, 150, 0) 62%),
    #f8f8f8;
}

.footer-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 40px);
  align-items: stretch;
}

.footer-promo-card {
  display: block;
  min-width: 0;
  padding: 32px 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(245, 245, 245, 0.92) 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(12, 12, 12, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.footer-promo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0) 72%);
  transform: translateX(-115%);
  transition: transform 480ms ease;
  pointer-events: none;
}

.footer-promo-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -88px;
  top: -108px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 25, 25, 0.11) 0%, rgba(25, 25, 25, 0) 72%);
  pointer-events: none;
}

.footer-promo-card:hover,
.footer-promo-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(17, 17, 17, 0.3);
  box-shadow: 0 22px 52px rgba(12, 12, 12, 0.14);
  outline: none;
}

.footer-promo-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.015em;
  transition: transform 220ms ease;
}

.footer-promo-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  max-width: 46ch;
  line-height: 1.55;
}

.footer-promo-card__meta {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.62);
  font-weight: 600;
}

.footer-promo-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
}

.footer-promo-card__cta::after {
  content: "->";
  display: inline-block;
  transition: transform 220ms ease;
}

.footer-promo-card:hover::before,
.footer-promo-card:focus-visible::before {
  transform: translateX(115%);
}

.footer-promo-card:hover h3,
.footer-promo-card:focus-visible h3 {
  transform: translateX(2px);
}

.footer-promo-card:hover .footer-promo-card__cta::after,
.footer-promo-card:focus-visible .footer-promo-card__cta::after {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .footer-promo-card,
  .footer-promo-card::before,
  .footer-promo-card h3,
  .footer-promo-card__cta::after {
    transition: none;
  }
}

.footer {
  padding: 80px max(24px, calc((100vw - 1180px) / 2)) 32px;
  color: var(--cream);
  background: var(--ink);
}

.footer-primary {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  font-size: clamp(1rem, 1.8vw, 1.65rem);
}

.footer-primary > a:nth-child(1) {
  justify-self: start;
}

.footer-primary > a.footer-primary__social {
  justify-self: center;
}

.footer-primary > a:nth-child(3) {
  justify-self: end;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--accent);
  outline: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 72px;
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.92rem;
}

.cookie {
  position: fixed;
  z-index: 30;
  left: 28px;
  right: auto;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 16px 16px 28px;
  color: var(--cream);
  background: rgba(17, 16, 15, 0.9);
  border-radius: 6px;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  font-size: clamp(1.04rem, 1.2vw, 1.28rem);
}

.cookie a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie button {
  min-height: 40px;
  padding: 0 20px;
  color: var(--cream);
  background: transparent;
  border: 1px solid rgba(245, 242, 234, 0.75);
  border-radius: 3px;
  cursor: pointer;
  font-weight: 650;
}

@media (max-width: 1024px) {
  .site-header {
    top: 18px;
    left: 20px;
    right: 20px;
    min-height: 68px;
    padding: 10px 14px 10px 20px;
    align-items: center;
    gap: 14px;
    color: var(--cream);
    background: rgba(17, 16, 15, 0.92);
    border-radius: 999px;
  }

  .logo-mark {
    font-size: clamp(2.1rem, 4.8vw, 2.9rem);
    line-height: 0.96;
  }

  .logo-words,
  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
  }

  .language-switcher {
    position: static;
    transform: none;
    margin-left: auto;
  }

  .language-switcher__button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .mobile-menu {
    position: fixed;
    z-index: 19;
    top: 98px;
    left: 50%;
    transform: translateX(-50%);
    width: min(520px, calc(100vw - 40px));
    padding: 12px;
    color: var(--cream);
    background: rgba(17, 16, 15, 0.94);
    border-radius: 22px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
  }

  .mobile-menu.is-open {
    display: grid !important;
    gap: 4px;
  }

  .mobile-menu a {
    padding: 12px 14px;
    font-size: 1rem;
  }

  .section {
    padding: 72px clamp(20px, 4vw, 32px);
  }

  .hero {
    min-height: auto;
    padding-top: 122px;
    padding-bottom: 56px;
  }

  .hero-grid {
    width: min(100%, calc(100vw - 56px));
    min-height: 720px;
  }

  .hero-temple {
    inset: -8% -10% -2%;
  }

  .hero-word {
    font-size: clamp(4.2rem, 9.2vw, 7.2rem);
  }

  .word-building {
    top: 12%;
    left: 8%;
    font-size: clamp(4rem, 8.5vw, 6.6rem);
  }

  .word-experiences {
    top: 34%;
    left: 50%;
  }

  .word-worldwide {
    left: 1%;
    bottom: 17%;
  }

  .intro {
    left: 3%;
    bottom: 6%;
    font-size: 0.98rem;
  }

  .services-split,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .services-visual {
    min-height: 0;
  }

  .services-visual__sticky {
    position: relative;
    top: auto;
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 12px 0 20px;
  }

  .services-main {
    padding-left: 0;
  }

  .services--snap-scroll .service-row {
    min-height: 0;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    justify-content: flex-start;
    padding-block: clamp(32px, 5vw, 56px);
  }

  .services--snap-scroll .service-row:first-child {
    border-top: 1px solid var(--line);
  }

  .project-card,
  .project-card.large {
    min-height: 520px;
  }

  .about-collage {
    min-height: 680px;
  }

  .contact-decor__img {
    width: clamp(120px, 22vw, 190px);
  }

  .contact-decor__img--left {
    left: 0;
  }

  .contact-decor__img--right {
    right: clamp(40px, 10vw, 110px);
  }

  .footer-primary {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-primary > a:nth-child(1),
  .footer-primary > a.footer-primary__social,
  .footer-primary > a:nth-child(3) {
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 18px;
    left: 14px;
    right: 14px;
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    min-height: 56px;
    padding: 8px 8px 8px 12px;
    gap: 8px;
    overflow: hidden;
    justify-content: space-between;
  }

  .logo {
    min-width: 0;
    flex: 0 1 auto;
  }

  .logo-mark {
    font-size: 1.3rem;
    line-height: 1;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    min-height: 38px;
    width: 54px;
    min-width: 54px;
    padding: 0;
    font-size: 0.82rem;
  }

  .language-switcher {
    display: none;
  }

  .language-switcher__button {
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.68rem;
  }

  .menu-button__icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .menu-button__icon span {
    display: block;
    width: 16px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-menu {
    top: 84px;
    width: calc(100vw - 20px);
    padding: 10px;
    border-radius: 18px;
  }

  .mobile-menu a {
    padding: 11px 12px;
    font-size: 0.96rem;
  }

  .mobile-menu__language {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 12px 4px;
  }

  .mobile-menu__language .language-switcher__button {
    min-width: 48px;
  }

  .section {
    padding: 56px 18px;
  }

  .hero {
    padding-top: 98px;
    padding-bottom: 24px;
    overflow-x: clip;
  }

  .hero-grid {
    width: calc(100vw - 24px);
    min-height: 732px;
    overflow: clip;
  }

  .hero-temple {
    inset: -11% -18% 3%;
  }

  .hero-word {
    font-size: clamp(2.5rem, 12vw, 3.9rem);
  }

  .word-building {
    top: 13%;
    left: 7%;
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .word-experiences {
    top: 31%;
    left: 28%;
  }

  .word-worldwide {
    left: 3%;
    bottom: 23%;
    line-height: 0.84;
  }

  .intro {
    left: 4%;
    bottom: 12%;
    font-size: 0.82rem;
  }

  .services .service-row h2 {
    font-size: clamp(3.1rem, 12.5vw, 4.6rem);
  }

  .project-card,
  .project-card.large {
    min-height: 420px;
  }

  .project-card h3 {
    font-size: clamp(2rem, 12vw, 3.25rem);
  }

  .about-collage {
    min-height: 650px;
  }

  .about-img.one {
    right: -10%;
  }

  .about-img.two {
    left: -16%;
  }

  .about-img.three {
    right: -20%;
    bottom: 8%;
  }

  .contact-decor__img {
    width: clamp(110px, 30vw, 170px);
  }

  .contact-decor__img--left {
    top: clamp(20px, 10vh, 70px);
    left: -8px;
  }

  .contact-decor__img--right {
    top: clamp(180px, 44vh, 320px);
    right: clamp(40px, 12vw, 110px);
    width: clamp(130px, 24vw, 190px);
  }

  .episodes-panel {
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .footer-promo {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 48px;
  }

  .cookie {
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: space-between;
    border-radius: 0;
    gap: 12px;
    padding: 12px 14px;
    font-size: 0.82rem;
  }

  .cookie button {
    min-height: 36px;
    padding: 0 14px;
  }
}

@media (max-width: 720px) {
  .footer-promo-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Episodes panel (dark list + hover preview) --- */
.episodes-panel {
  --ep-bg: #0c0c0c;
  --ep-muted: #2e2e2e;
  --ep-line: #1a1a1a;
  padding: clamp(48px, 8vw, 96px) max(24px, calc((100vw - 1180px) / 2)) clamp(64px, 10vw, 120px);
  background: var(--ep-bg);
  color: #f4f4f2;
  font-family: var(--font);
}

.episodes-panel__head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(36px, 6vw, 72px);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(0.65rem, 1.1vw, 0.78rem);
  font-weight: 600;
}

.episodes-panel__label {
  color: rgba(244, 244, 242, 0.88);
  text-decoration: none;
  transition: color 160ms ease;
}

.episodes-panel__label:first-child {
  justify-self: start;
}

.episodes-panel__label--here {
  justify-self: end;
  text-align: right;
}

.episodes-panel__label:not(.episodes-panel__label--here):hover,
.episodes-panel__label:not(.episodes-panel__label--here):focus-visible {
  color: #fff;
  outline: none;
}

.episodes-panel__title {
  margin: 0;
  justify-self: center;
  text-align: center;
  font-size: clamp(0.72rem, 1.2vw, 0.85rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
  max-width: 22ch;
}

.episodes-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.episode-item {
  position: relative;
  border-bottom: 1px solid var(--ep-line);
}

.episode-item:first-child {
  border-top: 1px solid var(--ep-line);
}

.episode-row {
  position: relative;
  display: block;
  padding: clamp(18px, 3vw, 28px) 0;
  min-height: clamp(72px, 12vw, 120px);
  text-decoration: none;
  color: inherit;
  overflow: visible;
}

.episode-row__stroke {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: scaleX(0.92);
  transition: opacity 220ms ease, transform 320ms ease;
  pointer-events: none;
  z-index: 1;
}

.episode-row__main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.episode-row__name,
.episode-row__num {
  font-size: clamp(2rem, 7.5vw, 5.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ep-muted);
  transition: color 220ms ease;
}

.episode-row__preview {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(420px, 86vw);
  aspect-ratio: 16 / 10;
  transform: translate(-50%, -50%) scale(0.97);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 260ms ease;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.episode-row__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.episode-row__view {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .episode-item:hover {
    z-index: 4;
  }

  .episode-row:hover .episode-row__stroke,
  .episode-row:focus-visible .episode-row__stroke {
    opacity: 1;
    transform: scaleX(1);
  }

  .episode-row:hover .episode-row__name,
  .episode-row:hover .episode-row__num,
  .episode-row:focus-visible .episode-row__name,
  .episode-row:focus-visible .episode-row__num {
    color: #fff;
  }

  .episode-row:hover .episode-row__preview,
  .episode-row:focus-visible .episode-row__preview {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
  }
}

@media (hover: none), (pointer: coarse) {
  .episode-row:active .episode-row__stroke,
  .episode-row:focus-visible .episode-row__stroke {
    opacity: 1;
    transform: scaleX(1);
  }

  .episode-row:active .episode-row__name,
  .episode-row:active .episode-row__num,
  .episode-row:focus-visible .episode-row__name,
  .episode-row:focus-visible .episode-row__num {
    color: #fff;
  }

  .episode-row:active .episode-row__preview,
  .episode-row:focus-visible .episode-row__preview {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 520px) {
  .episodes-panel__head {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .episodes-panel__label:first-child,
  .episodes-panel__label--here {
    justify-self: center;
  }

  .episode-row__preview {
    width: min(340px, 92vw);
  }
}

/* Bel logo samo nad temnim panelom #episodes (glej script: header-on-dark-surface) */
html.header-on-dark-surface .site-header {
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* --- We are ELTS subpage --- */
.page-we-elts {
  min-height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.elts-sub-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 5vw, 40px);
  background: rgba(247, 247, 247, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 0;
}

.elts-sub-header__nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(17, 16, 15, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.elts-sub-header__nav a {
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(17, 16, 15, 0.8);
  transition: background-color 160ms ease, color 160ms ease;
}

.elts-sub-header__nav a:hover,
.elts-sub-header__nav a:focus-visible {
  background: rgba(17, 16, 15, 0.07);
  color: var(--ink);
  outline: none;
}

.elts-sub-header__nav a[aria-current="page"] {
  background: var(--ink);
  color: var(--paper);
}

.elts-sub-header__logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-decoration: none;
}

.elts-sub-header__logo:hover,
.elts-sub-header__back:hover {
  opacity: 0.72;
}

.elts-sub-header__back {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.02em;
}

@media (max-width: 980px) {
  .elts-sub-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .elts-sub-header__logo {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .elts-sub-header__nav {
    order: 2;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .elts-sub-header__back {
    order: 3;
  }
}

.we-elts-main {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: clamp(40px, 8vw, 88px) 0 clamp(56px, 10vw, 100px);
  display: flex;
  justify-content: center;
}

.we-elts-inner {
  width: 100%;
  max-width: 880px;
  min-width: 0;
  padding: 0 clamp(20px, 5vw, 48px);
  box-sizing: border-box;
}

.we-elts-hero__kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.we-elts-hero__title {
  margin: 0 0 clamp(20px, 4vw, 36px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12em;
}

.we-elts-hero__pre {
  display: block;
  font-size: clamp(1.85rem, 5.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.05;
  white-space: nowrap;
}

.we-elts-hero__brand {
  display: block;
  font-size: clamp(3.2rem, 14vw, 6.8rem);
  line-height: 0.95;
  margin-top: 0.02em;
}

.we-elts-hero__lead {
  margin: 0;
  max-width: none;
  width: 100%;
  font-size: clamp(1.02rem, 2.8vw, 1.22rem);
  line-height: 1.6;
  color: #3d3a35;
  word-break: normal;
  overflow-wrap: break-word;
}

@media (min-width: 640px) {
  .we-elts-hero__lead {
    max-width: 36rem;
  }
}

@media (max-width: 639px) {
  .we-elts-hero__title {
    align-items: center;
    text-align: center;
  }

  .we-elts-hero__kicker {
    text-align: center;
    width: 100%;
  }

  .we-elts-hero__lead {
    text-align: center;
  }

  .we-elts-cta {
    text-align: center;
  }
}

@media (max-width: 340px) {
  .we-elts-hero__pre {
    white-space: normal;
  }
}

/* --- We are ELTS: flip cards --- */
.we-flip-section {
  margin-top: clamp(48px, 10vw, 88px);
  margin-left: calc(-1 * clamp(20px, 5vw, 48px));
  margin-right: calc(-1 * clamp(20px, 5vw, 48px));
  padding: clamp(40px, 7vw, 64px) clamp(20px, 5vw, 48px) clamp(48px, 8vw, 76px);
  background: #0b0b0b;
  border-radius: 20px;
  color: rgba(245, 242, 234, 0.92);
  position: relative;
  overflow: hidden;
}

.we-flip-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(8, 8, 8, 0.42) 0%, rgba(8, 8, 8, 0.75) 100%),
    url("./assets/services-statue.png"),
    url("./assets/david-bust.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, 42% auto, 25% auto;
  background-position: center, -6% 96%, 104% 8%;
  filter: grayscale(100%) contrast(1.02);
  opacity: 0.23;
}

.we-flip-section > * {
  position: relative;
  z-index: 1;
}

.we-flip-section__title {
  margin: 0 0 8px;
  font-size: clamp(0.74rem, 1.2vw, 0.85rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 242, 234, 0.54);
}

.we-flip-section__intro {
  margin: 0 0 clamp(22px, 4vw, 36px);
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(245, 242, 234, 0.42);
}

.we-flip-row {
  display: grid;
  gap: clamp(18px, 3vw, 26px);
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 900px) {
  .we-flip-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.we-flip-wrap {
  perspective: 1100px;
  transform-style: preserve-3d;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  min-width: 0;
}

@media (hover: hover) and (pointer: fine) {
  .we-flip-wrap:hover {
    transform: scale(1.045);
    z-index: 2;
  }
}

.we-flip-card {
  position: relative;
  width: 100%;
  height: clamp(360px, 58vw, 460px);
  max-height: 500px;
  cursor: pointer;
  outline: none;
}

.we-flip-card:focus-visible {
  outline: 2px solid rgba(245, 242, 234, 0.85);
  outline-offset: 6px;
  border-radius: 20px;
}

.we-flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.we-flip-card.is-flipped .we-flip-card__inner {
  transform: rotateY(180deg);
}

.we-flip-card__face {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 3vw, 24px);
  box-sizing: border-box;
}

.we-flip-card__face--front {
  background:
    linear-gradient(160deg, rgba(28, 28, 28, 0.92) 0%, rgba(16, 16, 16, 0.96) 100%);
  border-color: rgba(245, 242, 234, 0.2);
}

.we-flip-card__face--back {
  transform: rotateY(180deg);
  background: #141312;
  color: rgba(245, 242, 234, 0.94);
  justify-content: center;
  text-align: left;
}

.we-flip-card__title {
  margin: 0 0 auto;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: clamp(0.68rem, 1.15vw, 0.8rem);
  color: rgba(245, 242, 234, 0.92);
  line-height: 1.4;
}

.we-flip-card__title--stack {
  text-transform: none;
  letter-spacing: 0.08em;
  font-size: clamp(0.62rem, 1.5vw, 0.74rem);
  font-weight: 700;
  line-height: 1.45;
}

.we-flip-card__art {
  flex: 1;
  min-height: 100px;
  margin: 14px 0 52px;
  border-radius: 14px;
  position: relative;
}

.we-flip-card__art--a {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.3) 0%, rgba(8, 8, 8, 0.72) 100%),
    url("./assets/services-statue.png");
  background-size: cover;
  background-position: center 38%;
  filter: grayscale(100%);
}

.we-flip-card__art--b {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.24) 0%, rgba(8, 8, 8, 0.7) 100%),
    url("./assets/about-arch-interior.png");
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}

.we-flip-card__art--c {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.26) 0%, rgba(8, 8, 8, 0.74) 100%),
    url("./assets/about-faune.png");
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}

.we-flip-card__glyph {
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(245, 242, 234, 0.16);
  border: 1px solid rgba(245, 242, 234, 0.25);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.we-flip-card__glyph::before,
.we-flip-card__glyph::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 14px;
  height: 2px;
  margin-left: -7px;
  background: rgba(245, 242, 234, 0.62);
  border-radius: 1px;
}

.we-flip-card__glyph::before {
  top: 13px;
}

.we-flip-card__glyph::after {
  top: 19px;
}

.we-flip-card__face--back .we-flip-card__glyph {
  display: none;
}

.we-flip-card__back-title {
  margin: 0 0 14px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.8vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.we-flip-card__face--back p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.58;
  color: rgba(245, 242, 234, 0.78);
}

@media (prefers-reduced-motion: reduce) {
  .we-flip-wrap {
    transition: none;
  }

  .we-flip-card__inner {
    transition: transform 0.2s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    .we-flip-wrap:hover {
      transform: none;
    }
  }
}

.we-elts-cta {
  margin-top: clamp(56px, 12vw, 96px);
  text-align: center;
  padding-top: clamp(40px, 8vw, 64px);
  border-top: 1px solid var(--line);
}

.we-elts-cta__label {
  margin: 0 0 18px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.we-elts-cta .button {
  margin: 0 6px 10px;
}

.we-elts-cta__secondary {
  display: inline-flex;
}

.elts-sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 40px) 32px;
  margin-top: auto;
  font-size: 0.88rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.elts-sub-footer a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.elts-sub-footer a:hover {
  opacity: 0.72;
}

/* --- Editorial full-page overrides (white background, monochrome visuals) --- */
.we-editorial {
  background: #f7f7f7;
}

.we-editorial-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(20px, 4vw, 44px);
  align-items: end;
  padding-bottom: clamp(34px, 5vw, 56px);
  border-bottom: 1px solid rgba(17, 16, 15, 0.2);
}

.we-editorial-kicker {
  margin: 0 0 14px;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #66625c;
}

.we-editorial-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 8vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.we-editorial-lead {
  margin: clamp(18px, 3vw, 28px) 0 0;
  max-width: 36rem;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.6;
  color: #33302b;
}

.we-editorial-hero-art {
  min-height: clamp(220px, 28vw, 360px);
  border-radius: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.we-editorial-hero-art::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    /* panel separation bars */
    linear-gradient(90deg,
      transparent 0 32.3%,
      rgba(2, 3, 6, 0.98) 32.3% 33.2%,
      transparent 33.2% 65.6%,
      rgba(2, 3, 6, 0.98) 65.6% 66.5%,
      transparent 66.5% 100%),
    /* same continuous "marble form" across all panels */
    radial-gradient(145% 120% at 12% 102%, rgba(229, 234, 241, 0.64) 0 20%, rgba(193, 201, 214, 0.2) 30%, rgba(11, 12, 15, 0) 50%),
    radial-gradient(135% 112% at 52% 103%, rgba(234, 239, 246, 0.72) 0 19%, rgba(198, 206, 219, 0.23) 29%, rgba(11, 12, 15, 0) 49%),
    radial-gradient(138% 116% at 90% 103%, rgba(226, 232, 241, 0.62) 0 21%, rgba(192, 200, 214, 0.2) 31%, rgba(11, 12, 15, 0) 51%),
    linear-gradient(180deg, rgba(245, 247, 252, 0.08) 0%, rgba(10, 11, 14, 0.08) 55%, rgba(7, 8, 10, 0.36) 100%);
  opacity: 0;
}

.we-editorial-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    /* subtle marble grain */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.42' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E"),
    /* cinematic key light */
    linear-gradient(128deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.02) 26%, rgba(255, 255, 255, 0) 44%),
    /* vignetting for depth */
    radial-gradient(120% 90% at 50% 120%, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.78) 66%);
  background-size: 200px 200px, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-position: center, center, center;
  opacity: 0.32;
  mix-blend-mode: screen;
}

/* Large Greek focal image over the three-panel composition */
.we-editorial-hero-art::after {
  background:
    url("./assets/contact-right.png");
  background-size: min(96%, 520px) auto;
  background-repeat: no-repeat;
  background-position: center 92%;
  opacity: 1;
  mix-blend-mode: normal;
  filter: none;
}

.we-editorial-band {
  padding: clamp(36px, 6vw, 58px) 0;
  text-align: center;
  border-bottom: 1px solid rgba(17, 16, 15, 0.16);
}

.we-editorial-band__eyebrow {
  margin: 0 0 10px;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #66625c;
}

.we-editorial-band__headline {
  margin: 0 auto;
  max-width: 52rem;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.we-editorial-band__headline + .we-editorial-band__headline {
  margin-top: clamp(14px, 2.2vw, 22px);
}

.we-editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3.5vw, 34px);
  padding: clamp(40px, 7vw, 66px) 0;
  border-bottom: 1px solid rgba(17, 16, 15, 0.16);
}

.we-editorial-split article {
  padding: clamp(18px, 2.6vw, 26px);
  border: 1px solid rgba(17, 16, 15, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.we-editorial-split h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
}

.we-editorial-split p {
  margin: 0;
  color: #38342f;
  line-height: 1.6;
}

.we-editorial-split__art {
  min-height: 210px;
  border-radius: 12px;
  border: 1px solid rgba(17, 16, 15, 0.14);
  filter: grayscale(100%) contrast(1.04);
  background-size: cover;
  background-position: center;
}

.we-editorial-split__art--left {
  background-image: url("./assets/about-arch-interior.png");
}

.we-editorial-split__art--right {
  background-image: url("./assets/about-design-new.png");
  filter: contrast(1.04);
}

.we-editorial .we-flip-section {
  margin-left: 0;
  margin-right: 0;
  padding: clamp(38px, 6vw, 60px) 0;
  background: transparent;
  border-radius: 0;
  color: #11100f;
  overflow: visible;
}

.we-editorial .we-flip-section::before {
  content: none;
}

.we-editorial .we-flip-section__title,
.we-editorial .we-flip-section__intro {
  color: #66625c;
}

.we-editorial .we-flip-card__face--front {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.86) 0%, rgba(243, 243, 243, 0.92) 100%);
  border-color: rgba(17, 16, 15, 0.2);
}

.we-editorial .we-flip-card__title {
  color: #11100f;
}

.we-editorial .we-flip-card__art--a {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.18) 0%, rgba(10, 10, 10, 0.56) 100%), url("./assets/clarity-card-v2.png");
  background-size: cover;
  background-position: center 38%;
  filter: grayscale(100%);
}

.we-editorial .we-flip-card__art--b {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.2) 0%, rgba(10, 10, 10, 0.6) 100%), url("./assets/consistency-card-v2.png");
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}

.we-editorial .we-flip-card__art--c {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.2) 0%, rgba(10, 10, 10, 0.62) 100%), url("./assets/growth-card-v2.png");
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}

.we-editorial .we-flip-card__glyph {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(17, 16, 15, 0.2);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.we-editorial .we-flip-card__glyph::before,
.we-editorial .we-flip-card__glyph::after {
  background: rgba(17, 16, 15, 0.62);
}

.we-editorial-gallery {
  margin-top: clamp(44px, 8vw, 66px);
  display: grid;
  gap: clamp(12px, 2vw, 18px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.we-editorial-gallery__item {
  min-height: clamp(140px, 18vw, 230px);
  border-radius: 10px;
  border: 1px solid rgba(17, 16, 15, 0.14);
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) contrast(1.05);
}

.we-editorial-gallery__item--a { background-image: url("./assets/contact-right.png"); }
.we-editorial-gallery__item--b { background-image: url("./assets/about-arch-interior.png"); }
.we-editorial-gallery__item--c { background-image: url("./assets/about-faune.png"); }
.we-editorial-gallery__item--d { background-image: url("./assets/services-statue.png"); }

@media (max-width: 900px) {
  .we-editorial-hero { grid-template-columns: 1fr; }
  .we-editorial-split { grid-template-columns: 1fr; }
  .we-editorial-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* --- Get started / intake wizard --- */
.page-get-started {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.intake-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px clamp(18px, 5vw, 40px);
  background: rgba(247, 247, 247, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 0;
}

.intake-header__logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.intake-header__back {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}

.intake-header__logo:hover,
.intake-header__back:hover {
  opacity: 0.72;
}

.intake-main {
  flex: 1 1 auto;
  width: 100%;
  padding: clamp(28px, 6vw, 56px) clamp(18px, 5vw, 40px) clamp(48px, 10vw, 80px);
  outline: none;
}

.intake-inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.intake-kicker {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.intake-progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(17, 16, 15, 0.1);
  overflow: hidden;
  margin-bottom: clamp(24px, 5vw, 36px);
}

.intake-progress__bar {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--ink);
  transition: width 320ms ease;
}

.intake-panel--hidden {
  display: none !important;
}

.intake-title {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 4.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.intake-lead {
  margin: 0 0 clamp(22px, 4vw, 28px);
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.55;
}

.intake-choice-grid {
  display: grid;
  gap: clamp(14px, 3vw, 18px);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .intake-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.intake-choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: clamp(22px, 4vw, 28px);
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 245, 245, 0.92) 100%);
  cursor: pointer;
  font: inherit;
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(12, 12, 12, 0.06);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.intake-choice:hover,
.intake-choice:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(17, 17, 17, 0.28);
  box-shadow: 0 18px 44px rgba(12, 12, 12, 0.12);
  outline: none;
}

.intake-choice__meta {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.55);
}

.intake-choice__title {
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 700;
}

.intake-choice__hint {
  font-size: 0.9rem;
  color: var(--muted);
}

.intake-fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.intake-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.intake-chip input {
  accent-color: var(--ink);
}

.intake-chip:has(input:checked) {
  border-color: var(--ink);
  background: rgba(17, 16, 15, 0.06);
}

.intake-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}

.intake-field span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.82);
}

.intake-field input,
.intake-field select,
.intake-field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  color: var(--ink);
}

.intake-field textarea {
  resize: vertical;
  min-height: 96px;
}

.intake-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.intake-error {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #8b2e2e;
}

.intake-error--hidden {
  display: none;
}
