@charset "UTF-8";
/* bizz.creative v1.2 — Midnight Editorial art direction
   Loaded after the core stylesheet. Brand accent tokens remain admin-managed. */

:root {
  --c-bg: #070B14;
  --c-bg-subtle: #0A1020;
  --c-surface: #0F1729;
  --c-surface-elev: #151F35;
  --c-surface-hover: #1A2742;
  --c-contrast: #0B1325;
  --c-fg: #F3F6FC;
  --c-fg-secondary: #B6C1D7;
  --c-fg-muted: #8795B2;
  --c-border: rgba(223, 231, 248, .105);
  --c-border-strong: rgba(223, 231, 248, .22);
  --r-sm: 9px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 34px;
  --sh-2: 0 18px 48px -22px rgba(0, 0, 0, .72);
  --sh-3: 0 42px 110px -42px rgba(0, 0, 0, .92);
  --t-display: clamp(3.1rem, 1.25rem + 5.9vw, 6.6rem);
  --t-h1: clamp(2.5rem, 1.25rem + 4.7vw, 5.1rem);
  --t-h2: clamp(2.15rem, 1.3rem + 3.2vw, 4.2rem);
  --t-h3: clamp(1.45rem, 1.12rem + 1.1vw, 2.05rem);
  --lh-tight: .98;
  --wrap: 1320px;
  --header-h: 78px;
  --z-base: 0;
  --z-section: 10;
  --z-header: 100;
  --z-overlay: 200;
  --scene-x: 0px;
  --scene-y: 0px;
  --scene-rx: 0deg;
  --scene-ry: 0deg;
  --scene-scroll: 0px;
}

html { background: var(--c-bg); }
body {
  min-width: 320px;
  background:
    radial-gradient(80rem 48rem at 86% -8%, var(--c-accent-a10), transparent 58%),
    linear-gradient(180deg, #080D18 0%, var(--c-bg) 28%, var(--c-bg) 100%);
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 72%);
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

h1, h2, h3, h4 {
  text-wrap: balance;
  letter-spacing: -.04em;
}
h2 { font-weight: 430; line-height: 1.04; }
.lead { line-height: 1.62; }
.prose { font-size: clamp(1rem, .97rem + .18vw, 1.08rem); }

.wrap { width: min(100% - clamp(2rem, 5.2vw, 6rem), var(--wrap)); }
.section {
  isolation: isolate;
  padding-block: clamp(5.5rem, 3rem + 7vw, 10rem);
}
.cms-section > .section::before {
  content: '';
  position: absolute;
  inset: 0 max(1rem, calc((100vw - var(--wrap)) / 2));
  border-top: 1px solid var(--c-border);
  pointer-events: none;
  z-index: -1;
}
.cms-section:first-child > .section::before { display: none; }
.section--subtle {
  background:
    radial-gradient(52rem 28rem at 12% 20%, var(--c-accent-a07), transparent 70%),
    var(--c-bg-subtle);
}
.section--panel { background: var(--c-surface); }
.section--contrast {
  background:
    radial-gradient(46rem 28rem at 75% 0%, var(--c-accent-a14), transparent 70%),
    linear-gradient(145deg, #0B1325, #070B14 72%);
}

.section-head {
  max-width: none;
  margin-bottom: clamp(3rem, 2rem + 3vw, 5.25rem);
}
@media (min-width: 960px) {
  .section-head:not(.section-head--center) {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    column-gap: clamp(3rem, 8vw, 9rem);
    align-items: end;
  }
  .section-head:not(.section-head--center) .eyebrow,
  .section-head:not(.section-head--center) h2 { grid-column: 1; }
  .section-head:not(.section-head--center) p {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    margin: 0 0 .35rem;
  }
}
.section-head h2 { max-width: 15ch; }
.section-head p { max-width: 46ch; }
.eyebrow {
  gap: .85rem;
  letter-spacing: .2em;
  color: var(--c-fg-muted);
}
.eyebrow::before { width: 38px; background: linear-gradient(90deg, var(--c-accent-soft), transparent); }

.btn {
  min-height: 50px;
  padding-inline: 1.45rem;
  border-radius: var(--r-md);
  letter-spacing: -.01em;
  box-shadow: none;
}
.btn--primary {
  box-shadow: 0 12px 32px -16px var(--c-accent-a45), inset 0 1px rgba(255,255,255,.2);
}
.btn--primary:hover { box-shadow: 0 18px 40px -18px var(--c-accent-a45), inset 0 1px rgba(255,255,255,.25); }
.chip { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

/* Header */
.header {
  z-index: var(--z-header);
  background: rgba(7, 11, 20, .66);
  border-bottom-color: rgba(223,231,248,.055);
}
.header[data-stuck='true'] { background: rgba(7, 11, 20, .91); }
.header__inner { min-height: var(--header-h); }
.brand { gap: .8rem; }
.brand__mark { border-radius: 8px; box-shadow: 0 8px 24px -12px rgba(0,0,0,.8); }
.brand__name { letter-spacing: -.045em; }
.nav { gap: .18rem; }
.nav__link { font-size: .875rem; padding-inline: .78rem; }
.lang { background: rgba(255,255,255,.025); }
.mobile-nav {
  background:
    radial-gradient(35rem 28rem at 100% 0%, var(--c-accent-a12), transparent 70%),
    rgba(7,11,20,.985);
}
.mobile-nav__link { font-weight: 420; }

/* Hero */
.hero--editorial {
  position: relative;
  min-height: max(680px, calc(100svh - var(--header-h)));
  display: grid;
  align-items: center;
  padding-block: clamp(3rem, 3vh, 5rem) clamp(2rem, 4vh, 4rem);
  overflow: clip;
  background:
    linear-gradient(115deg, rgba(7,11,20,.24), rgba(7,11,20,.82) 72%),
    var(--c-bg);
}
.hero__ambient { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero__ambient::before {
  content: '';
  position: absolute;
  inset: 7% 4%;
  border: 1px solid rgba(223,231,248,.045);
  border-radius: 44px;
}
.hero__ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .55;
}
.hero__ambient-orb--one {
  width: min(52vw, 820px);
  aspect-ratio: 1;
  right: -13%;
  top: -32%;
  background: radial-gradient(circle, var(--c-accent-a20), transparent 68%);
}
.hero__ambient-orb--two {
  width: min(38vw, 560px);
  aspect-ratio: 1;
  left: -18%;
  bottom: -35%;
  background: radial-gradient(circle, rgba(216,198,164,.09), transparent 68%);
}
.hero__grid-plane {
  position: absolute;
  width: 86%;
  height: 52%;
  right: -18%;
  bottom: -25%;
  transform: perspective(900px) rotateX(66deg) rotateZ(-8deg);
  transform-origin: center;
  background-image:
    linear-gradient(var(--c-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--c-border) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: radial-gradient(ellipse, #000 8%, transparent 68%);
  mask-image: radial-gradient(ellipse, #000 8%, transparent 68%);
  opacity: .44;
}
.hero__inner {
  z-index: var(--z-section);
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
  gap: clamp(2rem, 5vw, 6.5rem);
  min-height: min(650px, calc(100svh - 140px));
}
.hero__copy { position: relative; z-index: 4; }
.hero__signal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 630px;
  margin-bottom: clamp(1.6rem, 3vw, 3rem);
}
.hero__studio-mark {
  font: 600 .67rem/1 var(--f-mono);
  letter-spacing: .18em;
  color: var(--c-fg-muted);
}
.hero__eyebrow { margin: 0 0 1.1rem; }
.hero__title {
  max-width: 12ch;
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 330;
  line-height: .94;
  letter-spacing: -.065em;
}
.hero__title > .split-line:first-child > span { white-space: nowrap; }
.hero__title em {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-top: .08em;
  padding-right: .08em;
  font-weight: 300;
  color: var(--c-accent-soft);
  text-shadow: 0 18px 70px var(--c-accent-a30);
}
.hero__title em > span { white-space: nowrap; font-size: .76em; letter-spacing: -.05em; }
.hero__title em::after {
  content: '';
  position: absolute;
  height: 1px;
  left: .03em;
  right: .12em;
  bottom: -.07em;
  background: linear-gradient(90deg, var(--c-accent), transparent 92%);
  transform-origin: left;
  transform: scaleX(.72);
  opacity: .65;
}
.hero__lead { max-width: 49ch; margin-bottom: 1.45rem; color: var(--c-fg-secondary); font-size: clamp(1rem,.96rem + .22vw,1.12rem); line-height: 1.56; }
.hero__actions { margin-bottom: 1.6rem; }
.hero__disciplines {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.3rem;
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
  padding: 0;
  color: var(--c-fg-muted);
  font: 600 .68rem/1.4 var(--f-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero__disciplines li { display: inline-flex; align-items: center; gap: .8rem; }
.hero__disciplines li:not(:last-child)::after { content: ''; width: 18px; height: 1px; background: var(--c-border-strong); }
.hero-stats {
  max-width: 660px;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 0;
  padding-top: 0;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  background: rgba(15,23,41,.44);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}
.hero-stats__item { min-width: 0; padding: 1rem 1.05rem; }
.hero-stats__item + .hero-stats__item { border-left: 1px solid var(--c-border); }
.hero-stats__value { font-size: clamp(1.25rem, 1rem + .9vw, 1.85rem); font-weight: 520; }
.hero-stats__label { overflow-wrap: anywhere; line-height: 1.35; }

.hero-scene {
  --scene-size: min(46vw, 650px);
  --layer-1-x: 0px;
  --layer-1-y: 0px;
  --layer-2-x: 0px;
  --layer-2-y: 0px;
  --layer-3-x: 0px;
  --layer-3-y: 0px;
  position: relative;
  width: var(--scene-size);
  max-width: 100%;
  aspect-ratio: .92;
  margin-inline: auto;
  perspective: 1500px;
  transform-style: preserve-3d;
  transform: perspective(1500px) translate3d(var(--scene-x), var(--scene-y), 0) rotateX(var(--scene-rx)) rotateY(var(--scene-ry));
  transition: opacity 520ms var(--e-out), transform 180ms ease-out;
}
.hero-scene[data-reveal].is-revealed {
  transform: perspective(1500px) translate3d(var(--scene-x), var(--scene-y), 0) rotateX(var(--scene-rx)) rotateY(var(--scene-ry));
}
.hero-scene__halo {
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, var(--c-accent-a30), var(--c-accent-a07) 38%, transparent 72%);
  filter: blur(16px);
  transform: translateZ(-120px);
}
.hero-scene__orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(223,231,248,.18);
  transform-style: preserve-3d;
}
.hero-scene__orbit--outer {
  width: 93%;
  aspect-ratio: 1;
  transform: translate(-50%,-50%) rotateX(67deg) rotateZ(-18deg) translateZ(-60px);
  box-shadow: inset 0 0 38px rgba(126,167,255,.04);
}
.hero-scene__orbit--inner {
  width: 63%;
  aspect-ratio: 1;
  transform: translate(-50%,-50%) rotateY(72deg) rotateZ(10deg) translateZ(40px);
  border-color: var(--c-accent-a28);
}
.hero-scene__axis { position: absolute; background: linear-gradient(90deg, transparent, var(--c-border-strong), transparent); opacity: .55; }
.hero-scene__axis--x { left: 1%; right: 1%; height: 1px; top: 50%; }
.hero-scene__axis--y { top: 1%; bottom: 1%; width: 1px; left: 50%; background: linear-gradient(transparent, var(--c-border-strong), transparent); }
.hero-scene__frame {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(223,231,248,.26);
  border-radius: 18px;
  background: #0B1220;
  box-shadow: 0 35px 85px -30px rgba(0,0,0,.92), 0 0 0 1px rgba(255,255,255,.025) inset;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: filter 300ms ease, border-color 300ms ease;
}
.hero-scene__frame img,
.hero-scene__frame video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.03) brightness(.83); }
.hero-scene__frame--primary {
  width: 76%;
  height: 44%;
  left: 2%;
  top: 26%;
  z-index: 4;
  transform: translate3d(var(--layer-1-x), var(--layer-1-y), 95px) rotateY(7deg) rotateX(-2deg);
}
.hero-scene__frame--secondary {
  width: 49%;
  height: 34%;
  right: -1%;
  top: 8%;
  z-index: 2;
  transform: translate3d(var(--layer-2-x), var(--layer-2-y), -35px) rotateY(-11deg) rotateZ(2deg);
}
.hero-scene__frame--tertiary {
  width: 53%;
  height: 34%;
  right: 8%;
  bottom: 5%;
  z-index: 5;
  transform: translate3d(var(--layer-3-x), var(--layer-3-y), 145px) rotateY(-8deg) rotateX(4deg);
}
.hero-scene:hover .hero-scene__frame { border-color: rgba(223,231,248,.38); }
.hero-scene__frame-label {
  position: absolute;
  left: .65rem;
  top: .65rem;
  padding: .34rem .56rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  background: rgba(4,8,16,.72);
  color: rgba(243,246,252,.82);
  font: 600 .57rem/1 var(--f-mono);
  letter-spacing: .12em;
  backdrop-filter: blur(8px);
}
.hero-scene__caption {
  position: absolute;
  z-index: 8;
  color: var(--c-fg-muted);
  font: 600 .61rem/1 var(--f-mono);
  letter-spacing: .19em;
  writing-mode: vertical-rl;
}
.hero-scene__caption--top { top: 5%; left: -2%; transform: rotate(180deg); }
.hero-scene__caption--bottom { right: 0; bottom: 8%; }
.hero-scene__monogram {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 7;
  transform: translate3d(-50%,-50%, 190px);
  color: rgba(243,246,252,.92);
  font: 650 clamp(1.3rem, 3.5vw, 2.8rem)/1 var(--f-display);
  letter-spacing: -.07em;
  text-shadow: 0 8px 40px rgba(0,0,0,.88);
  pointer-events: none;
}
.hero__foot {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(40px,1fr) auto;
  align-items: center;
  gap: 1rem;
  color: var(--c-fg-muted);
  font: 600 .61rem/1 var(--f-mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero__foot i { height: 1px; background: linear-gradient(90deg, var(--c-accent-a35), var(--c-border), transparent); }

.marquee {
  padding-block: .9rem;
  background: rgba(10,16,32,.92);
}
.marquee__group { font-size: .67rem; gap: 1.7rem; color: #93A1BC; }
.marquee__group i { width: 20px; height: 1px; border-radius: 0; background: linear-gradient(90deg, var(--c-accent), transparent); }

/* Services: asymmetric editorial bento */
.services-grid { gap: 1rem; }
.service-tile {
  min-height: 250px;
  padding: clamp(1.4rem, 2.5vw, 2.1rem);
  border-radius: var(--r-lg);
  background:
    linear-gradient(145deg, rgba(255,255,255,.025), transparent 48%),
    var(--c-surface);
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}
.service-tile:nth-child(1) { grid-column: span 7; min-height: 330px; }
.service-tile:nth-child(2) { grid-column: span 5; min-height: 330px; }
.service-tile:nth-child(3), .service-tile:nth-child(4), .service-tile:nth-child(5) { grid-column: span 4; }
.service-tile:nth-child(6) { grid-column: span 8; }
.service-tile:nth-child(7) { grid-column: span 4; }
.service-tile::before {
  content: '';
  position: absolute;
  width: 220px;
  aspect-ratio: 1;
  right: -90px;
  bottom: -120px;
  border: 1px solid var(--c-accent-a20);
  border-radius: 50%;
  box-shadow: 0 0 0 34px var(--c-accent-a07), 0 0 0 70px rgba(255,255,255,.012);
  transition: transform 420ms var(--e-out), opacity 300ms ease;
  opacity: .65;
}
.service-tile:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.service-tile:hover::before { transform: scale(1.08) translate(-6px,-4px); opacity: 1; }
.service-tile__num { font-size: .65rem; letter-spacing: .18em; }
.service-tile__icon {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,.035);
  border-color: var(--c-border-strong);
  border-radius: 16px;
}
.service-tile h3 { max-width: 18ch; font-size: clamp(1.25rem, 1.05rem + .8vw, 1.75rem); }
.service-tile p { max-width: 46ch; }

/* Process: a calm connected rail instead of four generic cards */
.process { gap: 0; grid-template-columns: repeat(4, minmax(0,1fr)); border-block: 1px solid var(--c-border); }
.process__step {
  min-height: 280px;
  padding: 4.6rem clamp(1.2rem,2.5vw,2.2rem) 2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.process__step + .process__step { border-left: 1px solid var(--c-border); }
.process__step::before {
  top: 1.35rem;
  left: clamp(1.2rem,2.5vw,2.2rem);
  right: auto;
  color: var(--c-accent-soft);
  opacity: .72;
  font: 500 .72rem/1 var(--f-mono);
  letter-spacing: .16em;
}
.process__step::after {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-accent-soft);
  box-shadow: 0 0 0 5px var(--c-accent-a12);
}
.process__step:first-child::after { left: 0; }
.process__step h3 { font-size: clamp(1.2rem,1rem + .7vw,1.6rem); }

/* Portfolio: large editorial cases with a stronger reading hierarchy */
.work-grid { gap: clamp(.85rem,1.6vw,1.35rem); }
.work-card,
.work-card--wide,
.work-card--tall {
  grid-column: span 6;
  min-height: clamp(380px, 36vw, 560px);
  border-radius: clamp(18px, 2.2vw, 30px);
  box-shadow: 0 18px 55px -35px rgba(0,0,0,.9);
}
.work-card:nth-child(1) { grid-column: span 7; min-height: clamp(470px, 43vw, 650px); }
.work-card:nth-child(2) { grid-column: span 5; min-height: clamp(470px, 43vw, 650px); }
.work-card:nth-child(3) { grid-column: span 5; }
.work-card:nth-child(4) { grid-column: span 7; }
.work-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3,6,12,.04), rgba(3,6,12,.08) 42%, rgba(3,6,12,.9)),
    linear-gradient(120deg, transparent 58%, var(--c-accent-a10));
  transition: opacity 320ms ease;
}
.work-card__media img, .work-card__media video { filter: saturate(.82) contrast(1.04) brightness(.8); transition-duration: 700ms; }
.work-card:hover .work-card__media img, .work-card:hover .work-card__media video { transform: scale(1.045); filter: saturate(1) contrast(1.02) brightness(.92); }
.work-card__overlay {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 1rem;
  padding: clamp(1.25rem,3vw,2.25rem);
  background: none;
}
.work-card__title { margin: .45rem 0 0; font-size: clamp(1.45rem,1.15rem + 1.35vw,2.35rem); }
.work-card__index {
  position: absolute;
  top: clamp(1.1rem,2vw,1.7rem);
  right: clamp(1.1rem,2vw,1.7rem);
  z-index: 2;
  font: 600 .64rem/1 var(--f-mono);
  letter-spacing: .16em;
  color: rgba(255,255,255,.72);
}
.work-card__category {
  font: 600 .63rem/1.2 var(--f-mono);
  letter-spacing: .14em;
  color: rgba(255,255,255,.72);
  text-transform: uppercase;
}
.work-card__view {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(5,9,18,.38);
  backdrop-filter: blur(10px);
  transform: translateY(6px);
  opacity: .78;
  transition: transform 220ms var(--e-out), background 220ms ease, opacity 220ms ease;
}
.work-card:hover .work-card__view { transform: none; opacity: 1; background: var(--c-accent); color: var(--c-fg-on-accent); }
.work-card__tag { top: 1.15rem; left: 1.15rem; }

.filters { gap: .55rem; }
.filters__btn { min-height: 46px; padding-inline: 1.15rem; background: rgba(255,255,255,.018); }
.filters__btn[aria-pressed='true'] { background: var(--c-accent); color: var(--c-fg-on-accent); border-color: var(--c-accent); }

/* Supporting home sections */
.reel { gap: 1rem; padding-inline: max(0px, calc((100vw - var(--wrap)) / 2)); margin-inline: min(0px, calc((var(--wrap) - 100vw) / 2)); }
.reel__item { flex-basis: clamp(250px, 30vw, 390px); border-radius: 24px; }
.stats-grid { gap: 0; border-block: 1px solid var(--c-border); }
.stat-card { background: transparent; border: 0; border-radius: 0; padding-block: clamp(2rem,4vw,3.5rem); }
.stat-card + .stat-card { border-left: 1px solid var(--c-border); }
.stat-card__value { font-size: clamp(2.6rem,2rem + 2.4vw,4.8rem); }
.values { gap: 1rem; }
.value-card { min-height: 260px; background: linear-gradient(145deg, rgba(255,255,255,.025), transparent), var(--c-surface); }
.quote { background: linear-gradient(145deg, var(--c-surface-elev), var(--c-surface)); }
.plan { border-radius: 26px; }
.plan--featured { box-shadow: 0 24px 70px -38px var(--c-accent-a45); }
.cta-panel { border-radius: clamp(24px,4vw,48px); }
.footer { background: #080D18; }

/* The pricing page is a working configurator, not a decorative calculator. */
.pricing-builder .form-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 2vw + 1rem, 3.25rem);
  border-radius: clamp(24px, 3vw, 40px);
  background:
    radial-gradient(circle at 86% 3%, var(--c-accent-a10), transparent 25rem),
    linear-gradient(145deg, rgba(17,26,47,.98), rgba(10,16,29,.98));
}
.pricing-builder .form-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image: linear-gradient(var(--c-border) 1px, transparent 1px), linear-gradient(90deg,var(--c-border) 1px,transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 44%);
}
.pricing-builder .form-card > * { position: relative; }
.package-builder { margin-bottom: clamp(2.5rem,5vw,4.5rem); padding-bottom: clamp(2rem,5vw,4rem); }
.package-builder__head { max-width: 780px; margin-bottom: clamp(1.8rem,4vw,3.4rem); }
.package-builder__title { max-width: 17ch; font-size: clamp(2rem,3.7vw,3.85rem); letter-spacing: -.05em; }
.package-builder__head p { max-width: 60ch; font-size: clamp(1rem,1.4vw,1.18rem); }
.package-builder__preset { padding: 1rem; border: 1px solid var(--c-border); border-radius: 18px; background: rgba(7,11,20,.58); }
.package-builder__group { padding: clamp(1rem,2.4vw,1.8rem); border: 1px solid var(--c-border); border-radius: 24px; background: rgba(7,11,20,.48); }
.package-builder__group legend { width: auto; padding-inline: .65rem; letter-spacing: -.02em; }
.package-item { border-radius: 18px; background: rgba(15,23,41,.82); }
.package-item:hover { border-color: var(--c-border-strong); transform: translateY(-2px); }
.package-item.is-selected { border-color: var(--c-accent-soft); background: linear-gradient(135deg,var(--c-accent-dim),rgba(15,23,41,.94)); }
.quantity-control { border-radius: 999px; background: rgba(7,11,20,.78); }
.estimate { padding: clamp(1rem,2vw,1.6rem); border-style: solid; border-radius: 22px; background: linear-gradient(135deg,var(--c-accent-dim),rgba(7,11,20,.78)); }
.estimate__total { margin-top: 0; padding-top: 0; border-top: 0; font-size: clamp(1.25rem,2.4vw,2rem); }
.estimate__total output { color: var(--c-accent-soft); font-variant-numeric: tabular-nums; }

/* Interior pages inherit the new rhythm. */
.properties-hero { padding-top: clamp(5rem,8vw,8rem); }
.property-filter,
.form-card,
.booking-info,
.property-detail__aside { background: rgba(15,23,41,.84); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.property-card { border-radius: 26px; background: var(--c-surface); }
.property-card__media { aspect-ratio: 16 / 11; }
.property-detail__cover { border-radius: 34px; }

@media (max-width: 1239px) {
  .hero__title em > span { white-space: normal; font-size: 1em; }
}

@media (max-width: 1120px) {
  .nav { display: none; }
  .burger { display: inline-flex; }
  .header__actions .btn--primary { display: none; }
  .hero__inner { grid-template-columns: minmax(0,1fr) minmax(390px,.82fr); gap: 2rem; }
  .hero-scene { --scene-size: min(45vw,560px); }
  .hero-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero-stats__item:nth-child(3) { border-left: 0; border-top: 1px solid var(--c-border); }
  .hero-stats__item:nth-child(4) { border-top: 1px solid var(--c-border); }
}

@media (max-width: 900px) {
  :root { --t-display: clamp(3rem, 1.8rem + 6vw, 5.4rem); }
  .hero--editorial { min-height: auto; padding-top: 2.2rem; }
  .hero__inner { grid-template-columns: 1fr; min-height: auto; }
  .hero-scene { order: 0; --scene-size: min(100%,640px); height: min(66vw,540px); aspect-ratio: auto; }
  .hero__title { max-width: 12ch; }
  .hero__title > .split-line:first-child > span { white-space: normal; }
  .hero__title em > span { white-space: normal; font-size: 1em; }
  .hero__signal { margin-bottom: 1.7rem; }
  .hero__foot { margin-top: 2rem; }
  .service-tile:nth-child(n) { grid-column: span 6; min-height: 260px; }
  .process { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process__step:nth-child(3) { border-left: 0; border-top: 1px solid var(--c-border); }
  .process__step:nth-child(4) { border-top: 1px solid var(--c-border); }
  .work-card:nth-child(n), .work-card, .work-card--wide, .work-card--tall { grid-column: span 6; min-height: clamp(350px,58vw,520px); }
}

@media (max-width: 720px) {
  :root { --header-h: 66px; --t-display: clamp(2.85rem, 1.45rem + 7.8vw, 4.35rem); }
  body::before { background-size: 48px 48px; opacity: .12; }
  .wrap { width: min(100% - 2rem, var(--wrap)); }
  .section { padding-block: clamp(4.5rem, 14vw, 6.5rem); }
  .cms-section > .section::before { inset-inline: 1rem; }
  .hero--editorial { min-height: auto; padding-block: 1.2rem 2.4rem; }
  .hero__ambient::before { inset: 2% 1rem; border-radius: 28px; }
  .hero-scene { height: min(105vw,430px); margin-bottom: .25rem; }
  .hero-scene__frame { border-radius: 13px; }
  .hero-scene__frame--primary { width: 83%; height: 43%; left: 0; top: 27%; transform: translate3d(0,0,40px) rotateY(4deg); }
  .hero-scene__frame--secondary { width: 53%; height: 32%; right: 0; top: 8%; transform: translate3d(0,0,-20px) rotateY(-7deg); }
  .hero-scene__frame--tertiary { width: 56%; height: 32%; right: 5%; bottom: 4%; transform: translate3d(0,0,70px) rotateY(-5deg); }
  .hero-scene__caption { display: none; }
  .hero-scene__monogram { font-size: 1.65rem; }
  .hero__studio-mark { display: none; }
  .hero__title { letter-spacing: -.055em; }
  .hero__lead { font-size: 1rem; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
  .hero__disciplines { gap: .5rem 1rem; }
  .hero__disciplines li:not(:last-child)::after { width: 10px; }
  .hero-stats { grid-template-columns: repeat(2,minmax(0,1fr)); border-radius: 18px; }
  .hero-stats__item { padding: .9rem; }
  .hero__foot { grid-template-columns: auto 1fr; }
  .hero__foot span:last-child { display: none; }
  .marquee__group { gap: 1.2rem; }
  .section-head h2 { max-width: 18ch; }
  .service-tile:nth-child(n) { grid-column: span 12; min-height: 235px; }
  .process { grid-template-columns: 1fr; }
  .process__step { min-height: 0; padding-block: 4.2rem 2rem; }
  .process__step + .process__step { border-left: 0; border-top: 1px solid var(--c-border); }
  .process__step::after { left: 0; }
  .work-card:nth-child(n), .work-card, .work-card--wide, .work-card--tall { grid-column: span 12; min-height: clamp(340px,112vw,510px); }
  .work-card__overlay { padding: 1.25rem; }
  .work-card__view { width: 44px; height: 44px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-card + .stat-card { border-left: 0; }
  .stat-card:nth-child(even) { border-left: 1px solid var(--c-border); }
  .stat-card:nth-child(n+3) { border-top: 1px solid var(--c-border); }
}

@media (max-width: 420px) {
  .lang__toggle { min-width: 72px; min-height: 44px; }
  .burger { width: 44px; height: 44px; }
  .hero-scene { height: 390px; }
  .hero__signal .badge { max-width: 100%; }
  .hero__disciplines { font-size: .62rem; }
  .hero-stats__label { font-size: .7rem; }
  .work-card:nth-child(n) { min-height: 390px; }
}

@media (orientation: landscape) and (max-height: 620px) and (pointer: coarse) {
  .hero--editorial { min-height: auto; }
  .hero__inner { grid-template-columns: minmax(0,1fr) minmax(340px,.8fr); }
  .hero-scene { order: 0; height: 460px; }
}

@media (hover: none), (pointer: coarse) {
  .hero-scene,
  .hero-scene[data-reveal].is-revealed { --scene-x: 0px; --scene-y: 0px; --scene-rx: 0deg; --scene-ry: 0deg; }
  .work-card__view { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scene,
  .hero-scene[data-reveal],
  .hero-scene[data-reveal].is-revealed { transform: none !important; transition: none !important; }
  .hero-scene__frame--primary { transform: rotateY(3deg) !important; }
  .hero-scene__frame--secondary { transform: rotateY(-5deg) !important; }
  .hero-scene__frame--tertiary { transform: rotateY(-4deg) !important; }
  .marquee__track { animation: none !important; transform: none !important; }
  .service-tile::before { transition: none; }
}

@supports not ((backdrop-filter: blur(10px))) {
  .hero-stats, .property-filter, .form-card, .booking-info, .property-detail__aside { background: var(--c-surface); }
  .work-card__view, .hero-scene__frame-label { background: rgba(5,9,18,.92); }
}

@media print {
  body::before, .hero__ambient, .hero-scene__orbit, .hero-scene__axis, .hero__foot { display: none !important; }
  .hero--editorial { min-height: 0; }
}
