* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ==========================================
   SECTION: DIGIFACE CONCIERGE — CONSULTATION UI
========================================== */
.digiface-concierge {
  padding: 24px;
  background: rgba(2, 10, 10, 0.78);
  backdrop-filter: blur(18px);
}

.concierge-box {
  display: block;
  width: min(780px, 100%);
  max-height: min(820px, calc(100dvh - 48px));
  padding: 0;
  border: 1px solid rgba(100, 216, 210, 0.24);
  border-radius: 28px;
  background: linear-gradient(145deg, #071110, #0a1514);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.55);
}

.concierge-top {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 80px;
  padding: 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 17, 16, 0.92);
  backdrop-filter: blur(16px);
}

.concierge-top img {
  width: auto;
  height: 22px;
}

.concierge-top button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.concierge-top button:hover,
.concierge-top button:focus-visible {
  color: #071110;
  background: #64d8d2;
  outline: none;
}

.concierge-body {
  min-height: 0;
  padding: clamp(28px, 5vw, 52px) !important;
}

.concierge-meta,
.concierge-meta-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.concierge-meta-actions {
  justify-content: flex-end;
}

.concierge-label,
.concierge-step-label {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.concierge-step-label {
  color: #64d8d2;
}

.concierge-back {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  cursor: pointer;
}

.concierge-back[hidden] {
  display: none !important;
}

.concierge-title {
  max-width: 15ch;
  margin: 18px 0 30px !important;
  font-size: clamp(2rem, 5vw, 3.6rem) !important;
  font-weight: 650 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
}

.concierge-choices {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
}

.concierge-choice {
  position: relative;
  min-height: 68px;
  padding: 18px 50px 18px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px !important;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.035);
  font-size: clamp(0.98rem, 2vw, 1.08rem) !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  text-align: left;
  transform: none !important;
}

.concierge-choice::after {
  content: "\2197";
  position: absolute;
  top: 50%;
  right: 18px;
  color: #64d8d2;
  transform: translateY(-50%);
}

.concierge-choice:hover,
.concierge-choice:focus-visible,
.concierge-choice.is-selected {
  border-color: #64d8d2;
  color: #071110;
  background: #64d8d2;
  outline: none;
}

.concierge-choice:hover::after,
.concierge-choice:focus-visible::after,
.concierge-choice.is-selected::after {
  color: #071110;
}

.concierge-progress {
  height: 3px;
  margin-top: 28px !important;
}

.concierge-progress-fill {
  background: #64d8d2;
}

.concierge-summary,
.concierge-thinking {
  grid-column: 1 / -1;
}

.summary-row {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.concierge-summary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.concierge-summary-actions .concierge-whatsapp {
  grid-column: 1 / -1;
}

@media (max-width: 680px) {
  .digiface-concierge {
    align-items: flex-end;
    padding: 0;
  }

  .concierge-box {
    width: 100%;
    height: auto;
    max-height: 92dvh;
    border-radius: 24px 24px 0 0;
  }

  .concierge-top {
    height: 70px;
    padding: 0 18px;
  }

  .concierge-body {
    padding: 24px 18px 28px !important;
  }

  .concierge-meta {
    align-items: flex-start;
  }

  .concierge-title {
    margin-bottom: 24px !important;
    font-size: clamp(1.9rem, 9vw, 2.7rem) !important;
  }

  .concierge-choices,
  .concierge-summary-actions {
    grid-template-columns: 1fr;
  }

  .concierge-choice {
    min-height: 58px;
    padding: 15px 46px 15px 16px !important;
  }

  .concierge-summary-actions .concierge-whatsapp {
    grid-column: auto;
  }
}

/* Final split-screen intro direction */
.cinematic-intro {
  --intro-pointer-x:48%;
  background:#000 !important;
}

.cinematic-intro .intro-visual {
  inset:0;
  z-index:-4;
  opacity:1 !important;
  background:#000;
  transform:none !important;
}

.cinematic-intro .intro-film-overlay { background:transparent; }

.intro-split-surface {
  position:absolute;
  inset:0 auto 0 0;
  width:var(--intro-pointer-x);
  background:#f3f1ec;
  will-change:width;
}

.intro-split-line {
  position:absolute;
  top:0;
  bottom:0;
  left:var(--intro-pointer-x);
  width:1px;
  background:rgba(214,170,95,.8);
  box-shadow:0 0 24px rgba(214,170,95,.28);
  will-change:left;
}

.cinematic-intro[data-active-chapter] .intro-split-surface {
  width:0;
  transition:width .75s cubic-bezier(.76,0,.24,1);
}

.cinematic-intro[data-active-chapter] .intro-split-line {
  left:0;
  opacity:0;
  transition:left .75s cubic-bezier(.76,0,.24,1),opacity .25s ease .5s;
}

.intro-interface {
  position:absolute;
  inset:2rem 2.2rem auto;
  z-index:4;
  display:flex;
  justify-content:space-between;
  color:#fff;
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.2em;
  mix-blend-mode:difference;
  pointer-events:none;
}

.cinematic-intro .intro-opening,
.cinematic-intro .intro-chapter {
  align-items:flex-start;
  padding:clamp(2rem,7vw,7rem);
  text-align:left;
  color:#fff;
  mix-blend-mode:difference;
}

.cinematic-intro .intro-opening {
  width:100%;
}

.cinematic-intro .intro-opening img {
  width:clamp(150px,18vw,260px);
  margin-bottom:clamp(2rem,5vh,4rem);
  filter:none;
}

.intro-opening-title {
  display:flex;
  flex-direction:column;
  max-width:1100px;
  margin:0;
  font-size:clamp(4rem,9.4vw,9.6rem);
  font-weight:700;
  line-height:.78;
  letter-spacing:-.075em;
}

.intro-opening-title span { display:block; }

.cinematic-intro .intro-opening > p {
  max-width:570px;
  margin:clamp(2rem,5vh,4rem) 0 0;
  color:#fff;
  font-size:clamp(.72rem,1vw,.9rem);
  opacity:.62;
}

.cinematic-intro .intro-opening-code {
  position:absolute;
  right:clamp(2rem,7vw,7rem);
  bottom:clamp(2rem,6vh,4rem);
  margin:0;
  color:#fff;
  opacity:.7;
}

.cinematic-intro .intro-scroll-cue {
  left:auto;
  right:clamp(2rem,7vw,7rem);
  color:#fff;
  opacity:.72;
  transform:none;
}

.cinematic-intro .intro-chapter h1,
.cinematic-intro .intro-chapter h2 {
  max-width:1200px;
  font-size:clamp(5rem,13vw,13rem);
  line-height:.78;
  letter-spacing:-.075em;
  text-align:left;
}

.cinematic-intro .intro-chapter {
  align-items:center;
  justify-content:center;
  width:100%;
  padding:clamp(2rem,6vw,6rem);
  color:#fff;
  text-align:center;
  mix-blend-mode:normal;
}

.cinematic-intro .intro-chapter h1,
.cinematic-intro .intro-chapter h2 {
  width:100%;
  max-width:1200px;
  margin:0 auto;
  color:#fff;
  font-size:clamp(4rem,10vw,10rem);
  line-height:.88;
  letter-spacing:-.065em;
  text-align:center;
  white-space:normal;
}

.cinematic-intro .intro-chapter > p {
  margin:2rem auto 0;
  text-align:center;
}

.cinematic-intro .intro-chapter > p {
  max-width:620px;
  margin-top:2.2rem;
  color:#fff;
  opacity:.65;
  text-align:left;
}

@media (max-width:768px) {
  .cinematic-intro { --intro-pointer-x:50%; }
  .intro-interface { inset:1.2rem 1.25rem auto; }
  .intro-interface span:nth-child(2) { display:none; }
  .cinematic-intro .intro-opening,
  .cinematic-intro .intro-chapter { padding:1.5rem; }
  .intro-opening-title { font-size:clamp(3.7rem,17vw,6rem); }
  .cinematic-intro .intro-opening img { width:150px; }
  .cinematic-intro .intro-scroll-cue { right:1.5rem; }
  .cinematic-intro .intro-opening-code { right:1.5rem; }
  .cinematic-intro .intro-chapter h1,
  .cinematic-intro .intro-chapter h2 { font-size:clamp(3.8rem,18vw,6.4rem); }
}

/* =========================================
   DIGIFACE DARK PREMIUM THEME
   The intro and logo reveal intentionally remain light.
========================================= */
:root {
  --df-black: #050505;
  --df-surface: #0b0b0c;
  --df-surface-raised: #111113;
  --df-ivory: #f3f0e9;
  --df-muted: rgba(243, 240, 233, 0.62);
  --df-line: rgba(255, 255, 255, 0.11);
  --df-shine: rgba(255, 255, 255, 0.07);
}

.services-section,
.service-details-section,
.booking-section {
  position: relative;
  isolation: isolate;
  background: var(--df-black) !important;
  color: var(--df-ivory) !important;
}

.services-section::after,
.booking-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.075), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(214, 170, 95, 0.055), transparent 30%);
}

.services-header h2,
.service-details-header h2,
.booking-heading,
.booking-kicker {
  color: var(--df-ivory) !important;
}

.services-header p,
.service-details-header p,
.service-detail-card p,
.booking-kicker {
  color: var(--df-muted) !important;
}

.services-marquee {
  border-color: var(--df-line) !important;
}

.marquee-track span {
  color: var(--df-ivory);
}

.service-details-section::before {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.045), transparent) !important;
}

.service-detail-card {
  overflow: hidden;
  border-color: var(--df-line) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.015) 58%),
    var(--df-surface) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 24px 70px rgba(0,0,0,.22);
}

.service-detail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.09), transparent 70%);
  transition: opacity .45s ease;
}

.service-detail-card:hover::after {
  opacity: 1;
}

.service-detail-card span {
  color: rgba(214, 170, 95, .9) !important;
}

.service-detail-card h3 {
  color: var(--df-ivory) !important;
}

.terminal-box {
  border: 1px solid var(--df-line);
  background: linear-gradient(145deg, #111113, #070708) !important;
  box-shadow: 0 40px 100px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.08);
}

.terminal-top {
  background: rgba(255,255,255,.035) !important;
  border-bottom: 1px solid var(--df-line);
}

@media (max-width: 768px) {
  .services-section,
  .service-details-section,
  .booking-section {
    overflow: clip;
  }

  .services-content,
  .service-details-section,
  .booking-section {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .services-header h2,
  .service-details-header h2,
  .booking-heading {
    font-size: clamp(2.35rem, 11vw, 4rem) !important;
    line-height: 1.02 !important;
    overflow-wrap: anywhere;
  }

  .service-details-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: .9rem !important;
  }

  .service-detail-card {
    min-width: 0;
    padding: 1.6rem 1.35rem !important;
    border-radius: 18px;
  }

  .service-detail-card:hover {
    transform: none;
  }

  .terminal-wrapper,
  .terminal-box {
    width: 100% !important;
    max-width: 100% !important;
  }

  .terminal-box {
    border-radius: 20px;
  }

  .terminal-body {
    padding: 1.35rem !important;
  }

  .terminal-choice,
  #terminal-next {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-detail-card,
  .service-detail-card::after {
    transition: none !important;
  }
}

html {
  scroll-behavior: auto;
  overflow-anchor: none;
}

body {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background: #000;
}

/* Premium Apple Navbar */
.premium-navbar {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(-30px);

  width: min(680px, calc(100% - 32px));
  height: 58px;

  padding: 0 1.2rem;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(22px);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;

  z-index: 9998;

  opacity: 0;
  visibility: hidden;

  transition: 0.45s ease;
}

.premium-navbar.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Navbar Theme Switching */

.premium-navbar.nav-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.premium-navbar.nav-light .nav-brand,
.premium-navbar.nav-light .nav-links a {
  color: #fff;
}

.premium-navbar.nav-light .nav-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.premium-navbar.nav-dark {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
}

.premium-navbar.nav-dark .nav-brand,
.premium-navbar.nav-dark .nav-links a {
  color: #000;
}

.premium-navbar.nav-dark .nav-links a:hover {
  color: rgba(0, 0, 0, 0.55);
}

.nav-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.nav-brand img {
  height: 55px;
  width: auto;
  object-fit: contain;
  transition: 0.35s ease;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.85rem;
  transition: 0.3s ease;
}

.nav-links a:hover {
  color: #fff;
}

@media (max-width: 600px) {
  .premium-navbar {
    height: 54px;
  }

  .nav-links {
    gap: 0.7rem;
  }

  .nav-links a {
    font-size: 0.75rem;
  }
}

/* Intro */
.intro-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.split-panel {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #000;
  z-index: 2;
}

.left-panel {
  left: 0;
}

.right-panel {
  right: 0;
}

.welcome-text {
  position: relative;
  z-index: 3;

  color: #fff;
  opacity: 0;

  font-size: clamp(2rem, 5vw, 5.5rem);
  font-weight: 700;

  line-height: 1.05;
  letter-spacing: -0.04em;

  text-align: center;

  max-width: 1100px;

  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.7),
    0 0 22px rgba(255, 255, 255, 0.35),
    0 0 50px rgba(255, 255, 255, 0.15);

  animation: floatWelcome 5s ease-in-out infinite;
}

.welcome-text span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}

@keyframes floatWelcome {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Logo Reveal */
.logo-reveal {
  position: absolute;
  inset: 0;
  background: #fff;
  color: #000;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6vw;
}

.logo-reveal::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 140, 255, 0.12), transparent 65%);
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  filter: blur(20px);
  pointer-events: none;
}

.logo-content {
  width: min(1200px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  position: relative;
  z-index: 2;
}

.main-logo {
  width: clamp(260px, 32vw, 520px);
  max-width: 100%;
}

.logo-text {
  max-width: 560px;
}

.logo-text span {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #555;
}

.logo-text h2 {
  font-size: clamp(1.9rem, 4.6vw, 4.7rem);
  line-height: 1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.045em;
  max-width: 600px;
}

.logo-text p {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.8;
  color: #333;
}

/* Noise */
.noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
  z-index: 4;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.mouse {
  width: 28px;
  height: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.wheel {
  width: 4px;
  height: 10px;
  background: #fff;
  border-radius: 20px;
  animation: scrollWheel 1.5s infinite;
}

@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(12px);
  }
}

/* About */
.about-section {
  position: relative;
  min-height: 100vh;
  background: #111;
  color: #fff;
  overflow: hidden;
  padding: 6vw;
}

.about-title {
  position: absolute;
  /* Center against the viewport, not the content-driven section height. */
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(3rem, 8vw, 7rem);
  white-space: nowrap;
  z-index: 2;
}

.about-content {
  opacity: 0;
  max-width: 1100px;
  padding-top: 9rem;
  position: relative;
  z-index: 3;
}

.about-label {
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
}

.about-description {
  max-width: 850px;
  font-size: clamp(1.6rem, 4vw, 4rem);
  line-height: 1.1;
  margin-bottom: 4rem;
  letter-spacing: -0.05em;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.about-card {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  backdrop-filter: blur(14px);
}

.about-card h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.brand-pillar-label {
  display:block;
  margin-bottom:1rem;
  color:#d6aa5f;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.about-card p {
  color: #aaa;
  line-height: 1.7;
}

/* Services */
.services-section {
  position: relative;
  min-height: 100vh;
  background: #fff;
  color: #000;
  overflow: hidden;
  padding: 6vw;
}

.services-marquee {
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  transform: none;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
  opacity: 0.08;
  pointer-events: none;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 12s linear infinite;
}

.marquee-track span {
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  padding-right: 4rem;
}
  
@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.services-content {
  opacity: 1;
  padding-top: 9rem;
  position: relative;
  z-index: 2;
}
.services-wrapper {
  margin-top: 2rem;
}

.services-header {
  margin-bottom: 4rem;
}

.services-header p {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.services-header h2 {
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 950px;
}

.services-wrapper {
  display: flex;
  gap: 1.5rem;
  width: max-content;
}

.service-card {
  width: 420px;
  min-height: 300px;
  padding: 1.6rem;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.service-card span {
  color: #777;
  font-size: 0.9rem;
}

.service-card h3 {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.service-card p {
  color: #555;
  line-height: 1.7;
  font-size: 1rem;
}

/* Service Details Subsection */

.service-details-section {
  position: relative;
  background: #fff;
  color: #000;
  padding: 10vw 6vw 8vw;
  overflow: hidden;
  margin-top: -1px;
}

.service-details-section::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 260px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    #fff 70%
  );
  pointer-events: none;
  z-index: 1;
}

.service-details-header,
.service-details-grid {
  perspective: 1400px;
}

.service-detail-card {
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.service-details-header {
  max-width: 1050px;
  margin-bottom: 5rem;
}

.service-details-header p {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.service-details-header h2 {
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.service-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.service-detail-card {
  min-height: 360px;
  padding: 2.6rem;
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(0, 140, 255, 0.08), transparent 35%),
    #f5f5f7;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-detail-card span {
  color: #777;
  font-size: 0.9rem;
}

.service-detail-card h3 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.service-detail-card p {
  max-width: 560px;
  color: #555;
  line-height: 1.8;
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  .service-details-section {
    padding: 5rem 2rem;
  }

  .service-details-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card {
    min-height: 300px;
    padding: 2rem;
    border-radius: 28px;
  }
}

/* Premium Work Section */
.work-section {
  position: relative;
  min-height: auto;
  background:
    radial-gradient(circle at 50% 5%, rgba(255, 255, 255, 0.14), transparent 34%),
    radial-gradient(circle at 80% 80%, rgba(214, 170, 95, 0.08), transparent 30%),
    #050505;
  color: #fff;
  overflow: hidden;
  padding: 7rem 6vw 6rem;
}

.work-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 4rem;
}

.work-header p {
  color: #d6aa5f;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.78rem;
  margin-bottom: 1rem;
}

.work-header h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.work-header-text {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  max-width: 420px;
}

.work-header-text span {
  width: 1px;
  height: 54px;
  background: linear-gradient(to bottom, #d6aa5f, transparent);
  flex-shrink: 0;
}

.work-header-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.95rem;
  line-height: 1.8;
}

.premium-work-slider {
  position: relative;
  width: min(1120px, 100%);
  height: 460px;
  margin: 0 auto;
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.55);
}

.project-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.project-panel.active {
  opacity: 1;
  visibility: visible;
}

.project-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.55;
  transform: scale(1.04);
  transition: transform 1.2s ease;
}

.project-panel.active img {
  transform: scale(1);
}

.project-panel img.coming-soon-art {
  object-fit:contain;
  object-position:center;
  background:#030304;
  opacity:.74;
}

.project-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.62)),
    linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 55%);
}

.project-info {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: min(360px, 85%);
  height: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-info span {
  color: #d6aa5f;
  font-size: 0.9rem;
  margin-bottom: 1.4rem;
}

.project-line {
  width: 90px;
  height: 1px;
  background: #d6aa5f;
  margin-bottom: 1.8rem;
}

.project-info h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin-bottom: 1.4rem;
}

.project-info p {
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.project-btn {
  width: fit-content;
  color: #d6aa5f;
  text-decoration: none;
  padding: 0.85rem 1.4rem;
  border: 1px solid rgba(214, 170, 95, 0.55);
  border-radius: 999px;
  font-size: 0.85rem;
  transition: 0.3s ease;
}

.project-btn:hover {
  background: #d6aa5f;
  color: #000;
  transform: translateY(-3px);
}

.project-count {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 4;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.slider-controls {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 5;
  display: flex;
  gap: 1rem;
}

.slider-controls button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition: 0.3s ease;
}

.slider-controls button:hover {
  border-color: #d6aa5f;
  color: #d6aa5f;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .work-section {
    padding: 5rem 1.2rem;
  }

  .work-header {
    display: block;
    margin-bottom: 2.5rem;
  }

  .work-header h2 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .work-header-text {
    margin-top: 2rem;
  }

  .premium-work-slider {
    height: 500px;
    border-radius: 28px;
  }

  .project-panel::after {
    background:
      linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.38)),
      linear-gradient(to right, rgba(0, 0, 0, 0.85), transparent);
  }

  .project-info {
    width: 100%;
    padding: 2rem;
    justify-content: flex-end;
    padding-bottom: 6rem;
  }

  .project-count {
    top: 1.6rem;
    right: 1.6rem;
  }

  .slider-controls {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .slider-controls button {
    width: 48px;
    height: 48px;
  }
}
/* Booking */
.booking-section {
  min-height: 100vh;
  background: #fff;
  color: #000;
  padding: 7vw 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.booking-title {
  max-width: 900px;
  margin-bottom: 4rem;
}

.booking-title p {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.booking-title h2 {
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.booking-kicker,
.booking-heading {
  overflow: hidden;
}

.booking-kicker span,
.booking-heading span {
  display: inline-block;
  opacity: 0;
  transform: translateY(120%) rotateX(80deg);
  transform-origin: bottom;
  filter: blur(12px);
}

.booking-kicker {
  display: flex;
  gap: 0.5rem;
}

.booking-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18em;
}

.terminal-wrapper {
  perspective: 1200px;
}

.terminal-box {
  width: min(900px, 100%);
  margin: 0 auto;
  background: #080808;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
  transform: rotateX(8deg) rotateY(-8deg);
  transform-style: preserve-3d;
}

.terminal-top {
  height: 58px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terminal-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.terminal-dots span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.35;
}

.terminal-logo {
  height: 30px;
  width: auto;
  max-width: 120px;
  opacity: 0.95;
  object-fit: contain;
  display: block;
}

.terminal-body {
  padding: 2rem;
  position: relative;
}

.terminal-line {
  display: flex;
  gap: 12px;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  margin-bottom: 2rem;
  min-height: 70px;
}

.terminal-prefix {
  color: #777;
}

#terminal-question {
  color: #fff;
}

#terminal-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  color: #fff;
  padding: 1rem 0;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

#terminal-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

#terminal-next {
  border: none;
  background: #fff;
  color: #000;
  padding: 1rem 1.6rem;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

#terminal-next:hover {
  transform: translateY(-3px);
}

#terminal-next:disabled,
#terminal-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.terminal-progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  border-radius: 99px;
  overflow: hidden;
}

.progress-fill {
  width: 0%;
  height: 100%;
  background: #fff;
  transition: width 0.35s ease;
}

/* Contact + Footer */
.contact-section {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.12), transparent 30%),
    #050505;
  color: #fff;
  padding: 7vw 6vw 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.contact-content {
  max-width: 1100px;
}

.contact-label {
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.contact-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin-bottom: 2rem;
}

.contact-heading span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100px);
  filter: blur(10px);
}

.contact-text {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.8;
  margin-bottom: 3rem;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 5;
}

.contact-links a {
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.4rem;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  transition: 0.3s ease;
}

.contact-links a:hover {
  background: #fff;
  color: #000;
  transform: translateY(-4px);
}

.footer {
  width: 100%;
  margin-top: 6rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
}

.footer p {
  margin: 0;
}

/* Back To Top Button */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    background 0.35s ease;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #fff;
  color: #000;
  transform: translateY(-4px);
}

/* Mobile Menu Button */
.menu-toggle {
  display: none;

  width: 46px;
  height: 46px;

  border: none;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);

  cursor: pointer;
  position: relative;

  align-items: center;
  justify-content: center;

  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 18px;
  height: 1.5px;
  background: currentColor;
  transition: 0.35s ease;
}

/* Fullscreen Mobile Menu */
.mobile-menu {
  position: fixed;
  inset: 0;

  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(30px);

  z-index: 9997;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 2rem;

  opacity: 0;
  visibility: hidden;

  transition: 0.45s ease;
}

.mobile-menu.show {
  opacity: 1;
  visibility: visible;
}

.mobile-menu a {
  color: #fff;
  text-decoration: none;

  font-size: clamp(2rem, 8vw, 4rem);

  letter-spacing: -0.05em;

  transform: translateY(40px);

  opacity: 0;

  transition: 0.45s ease;
}

.mobile-menu.show a {
  transform: translateY(0);
  opacity: 1;
}

/* Mobile Navbar */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .about-cards {
    grid-template-columns: 1fr;
  }

  .terminal-box {
    transform: rotateX(4deg) rotateY(-4deg);
  }
}

@media (max-width: 768px) {
  .welcome-text {
    font-size: clamp(2.5rem, 15vw, 5rem);
    letter-spacing: 0.04em;
  }

  .logo-reveal {
    padding: 2rem;
  }

  .logo-content {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
  }

  .main-logo {
    width: clamp(220px, 70vw, 360px);
  }

  .logo-text h2 {
    font-size: clamp(2.3rem, 11vw, 4.5rem);
  }

  .logo-text p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .scroll-indicator {
    bottom: 28px;
    font-size: 0.6rem;
  }

  .mouse {
    width: 24px;
    height: 42px;
  }

  .about-section,
  .services-section {
    padding: 2rem;
  }

  .about-title {
    font-size: clamp(2.8rem, 14vw, 5rem);
  }

  .about-content {
    padding-top: 8rem;
  }

  .about-description {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }

  .services-content {
    padding-top: 7rem;
  }

  .marquee-track span {
    font-size: clamp(2.8rem, 14vw, 5rem);
  }

  .services-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .service-card {
    width: 100%;
    min-height: 320px;
  }

  .work-section {
    padding: 5rem 0;
  }

  .work-header {
    padding: 0 2rem;
    margin-bottom: 3rem;
  }

  .work-showcase {
    grid-template-columns: 1fr;
    padding: 0 2rem;
  }

  .project-card,
  .project-card.featured {
    grid-column: span 1;
    min-height: 320px;
    border-radius: 26px;
  }

  .project-info {
    left: 1.4rem;
    bottom: 1.4rem;
  }

  .booking-section {
    padding: 5rem 2rem;
  }

  .booking-title h2 {
    font-size: clamp(2.8rem, 13vw, 5rem);
  }

  .terminal-box {
    transform: none;
    border-radius: 24px;
  }

  .terminal-body {
    padding: 1.5rem;
  }

  .terminal-line {
    min-height: 90px;
  }

  .contact-section {
    padding: 5rem 2rem 2rem;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .back-to-top {
    width: 48px;
    height: 48px;
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 480px) {
  .welcome-text {
    font-size: clamp(2.2rem, 16vw, 4rem);
  }

  .scroll-indicator span {
    font-size: 0.55rem;
  }

  .about-title {
    white-space: normal;
    text-align: center;
  }

  .about-card {
    padding: 1.4rem;
    border-radius: 20px;
  }

  .contact-heading {
    font-size: clamp(2.7rem, 15vw, 4.4rem);
  }

  .contact-links a {
    width: 100%;
    text-align: center;
  }
}
/* FIX WORK SECTION ON MOBILE */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

section,
.pin-spacer {
  max-width: 100vw !important;
}

@media (max-width: 768px) {
  .work-section {
    width: 100%;
    min-height: auto;
    padding: 5rem 1rem;
    overflow: hidden;
  }

  .work-header {
    padding: 0;
    margin-bottom: 2.5rem;
  }

  .typing-title {
    font-size: clamp(3rem, 17vw, 5rem);
  }

  .work-showcase {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .project-card,
  .project-card.featured {
    width: 100%;
    min-height: 280px;
    height: 280px;
    border-radius: 26px;
  }

  .project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .project-info {
    left: 1.2rem;
    bottom: 1.2rem;
  }

  .project-info h3 {
    font-size: clamp(1.6rem, 9vw, 2.6rem);
  }

  .project-info span {
    font-size: 0.65rem;
  }
}
.work-showcase {
  perspective: 1200px;
}

.project-card {
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}
@media (max-width: 768px) {
  .services-section {
    min-height: auto;
    overflow: visible;
  }

  .services-marquee {
    display: none;
  }

  .services-content {
    opacity: 1 !important;
    padding-top: 0;
  }

  .services-wrapper {
    transform: none !important;
    width: 100% !important;
  }

  .service-card {
    transform: none;
  }
}
@media (max-width: 768px) {
  .services-section {
    min-height: auto !important;
    padding: 7rem 2rem 4rem !important;
    overflow: visible !important;
  }

  .services-content {
    opacity: 1 !important;
    padding-top: 0 !important;
  }

  .services-wrapper {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 1.5rem !important;
    transform: none !important;
  }

  .service-card {
    width: 100% !important;
    min-height: 320px !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .services-marquee {
    display: none !important;
  }
}

/* Premium Scroll Typing Intro */
.scroll-type-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05em;
}

.type-line {
  display: block;
  min-height: 1em;
  color: #fff;
}

.type-line::after {
  content: "|";
  opacity: 0;
  margin-left: 0.08em;
  animation: blink 0.8s infinite;
}

.type-line.active::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .scroll-type-title {
    font-size: clamp(2.8rem, 15vw, 5rem);
    line-height: 0.95;
  }
}

.type-line {
  min-height: 1em;
}

.type-line.active::after {
  content: "|";
  margin-left: 0.08em;
  animation: blink 0.8s infinite;
}

/* FIX INTRO LOGO REVEAL ON PHONE */
@media (max-width: 768px) {
  .intro-section {
    min-height: 100vh;
    height: 100vh;
  }

  .logo-reveal {
    padding: 6rem 1.5rem 3rem;
    align-items: flex-start;
    overflow: hidden;
  }

  .logo-content {
    min-height: calc(100vh - 9rem);
    justify-content: flex-start;
    gap: 1.4rem;
  }

  .main-logo {
    width: clamp(150px, 46vw, 230px);
  }

  .logo-text span {
    font-size: 0.66rem;
    margin-bottom: 0.8rem;
  }

  .logo-text h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 0.95;
    margin-bottom: 1rem;
  }

  .logo-text p {
    font-size: 0.88rem;
    line-height: 1.55;
  }
}

.lang-switch {
  color: inherit;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  opacity: 0.75;
  transition: 0.35s ease;
}

.lang-switch:hover {
  opacity: 1;
  transform: scale(1.06);
  background: currentColor;
}

.nav-light .lang-switch:hover {
  color: #000;
}

.nav-dark .lang-switch:hover {
  color: #fff;
}

.page-transition {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  backdrop-filter: blur(20px);
}

body.page-leaving .page-transition {
  opacity: 1;
  transition: opacity 0.55s ease;
}

@media (max-width: 768px) {
  .lang-switch {
    margin-left: auto;
    margin-right: 0.5rem;
  }
}

.terminal-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.terminal-choice {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.terminal-choice:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
}

/* Style Examples Button */
.style-preview-btn {
  display: block;
  width: fit-content;

  margin: 0.15rem 0 1.15rem 0;

  border: none;
  background: transparent;

  color: rgba(255, 255, 255, 0.45);

  padding: 0;

  font-size: 0.78rem;
  letter-spacing: 0.03em;

  cursor: pointer;
  transition: 0.3s ease;
}

.style-preview-btn::before {
  content: "↳ ";
}

.style-preview-btn:hover {
  color: #fff;
  text-decoration: underline;
  transform: none;
}
/* Modal */
.style-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(18px);
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease;
}

.style-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.style-modal-content {
  width: min(1100px, 92%);
  max-height: 85vh;
  overflow-y: auto;

  background: #0d0d0d;
  border-radius: 28px;
  padding: 2rem;
}

.style-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.style-example {
  border-radius: 22px;
  overflow: hidden;
  background: #151515;
}

.style-example img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.style-example h4 {
  padding: 1rem;
  color: #fff;
}

.close-style-modal {
  margin-bottom: 1.5rem;
  border: none;
  background: #fff;
  color: #000;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .style-modal-grid {
    grid-template-columns: 1fr;
  }
}

.terminal-datetime {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.terminal-date-input,
.terminal-time-input {
  width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  font-size: 0.95rem;
  outline: none;
}

.terminal-date-input::-webkit-calendar-picker-indicator,
.terminal-time-input::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.7;
  cursor: pointer;
}

@media (max-width: 768px) {
  .terminal-datetime {
    flex-direction: column;
  }

  .terminal-date-input,
  .terminal-time-input {
    width: 100%;
  }
}
.service-details-grid {
  perspective: 1400px;
}

.service-detail-card {
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.service-details-section {
  overflow: hidden;
}

.service-details-grid {
  perspective: 1400px;
}

.service-detail-card {
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.premium-service-hidden {
  opacity: 0;
  transform: translateY(90px) scale(0.96);
  filter: blur(18px);
}

.premium-service-show {
  animation: premiumServiceReveal 1.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--reveal-delay);
}

@keyframes premiumServiceReveal {
  from {
    opacity: 0;
    transform: translateY(90px) scale(0.96);
    filter: blur(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.service-detail-card {
  transform-origin: center bottom;
}

.premium-hero-hidden {
  opacity: 0;
  transform: translateY(60px) scale(0.98);
  filter: blur(16px);
}

.premium-hero-show {
  animation: premiumHeroReveal 1.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--hero-delay);
}

@keyframes premiumHeroReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
.shutter-title {
  overflow: hidden;
  display: flex;
  gap: 0.22em;
}

.shutter-title span {
  display: inline-block;
  will-change: transform, clip-path, filter;
}

.trusted-section {
  position: relative;
  min-height: 120vh;
  background: #050505;
  color: #fff;
  overflow: hidden;
  padding: 8vw 6vw;
}

.trusted-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.12), transparent 35%),
    #050505;
  opacity: 0.9;
}

.trusted-intro {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.trusted-intro p {
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.trusted-intro h2 {
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.brand-reveal-stage {
  position: relative;
  z-index: 5;

  height: 75vh;

  display: flex;
  align-items: flex-start;
  justify-content: center;

  text-align: center;
  perspective: 1400px;

  padding-top: 12vh;
}

.brand-logo {
  max-width: min(520px, 70vw);
  max-height: 260px;
  object-fit: contain;
  display: block;
  margin-bottom: 2rem;
}
.brand-logo.active {
  opacity: 1;
}

.statement-video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.statement-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.statement-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.statement-video-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(4rem, 11vw, 12rem);
  line-height: 0.85;
  letter-spacing: -0.07em;
  text-align: center;
  max-width: 1200px;
}

.trusted-section {
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,0.08), transparent 34%),
    radial-gradient(circle at 50% 70%, rgba(80,140,255,0.06), transparent 28%),
    #030303;
}

.brand-reveal-stage::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255,255,255,0.09), transparent 62%);
  filter: blur(28px);
  opacity: 0.7;
}

.brand-logo {
  transition: opacity 0.8s ease;
  mix-blend-mode: normal;
}

.brand-logo.active {
  opacity: 1;
  animation: premiumLogoBreath 4s ease-in-out infinite;
}

@keyframes premiumLogoBreath {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }
}
/* Trusted Brands Premium Cinematic Section */
.trusted-section {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,0.08), transparent 34%),
    radial-gradient(circle at 50% 70%, rgba(80,140,255,0.06), transparent 28%),
    #030303;
  color: #fff;
  overflow: hidden;
  padding: 8vw 6vw;
}

.trusted-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.25), #030303),
    radial-gradient(circle at center, rgba(255,255,255,0.12), transparent 38%);
  opacity: 0.85;
  pointer-events: none;
}

.trusted-intro {
  position: relative;
  z-index: 4;
  max-width: 900px;
}

.trusted-intro p {
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.trusted-intro h2 {
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.brand-reveal-stage {
  position: relative;
  z-index: 5;
  min-height: 70vh;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  perspective: 1400px;

  padding-top: 10rem;
  padding-bottom: 6rem;
}

.brand-reveal-stage::before {
  content: "";
  position: absolute;
  width: min(560px, 80vw);
  height: min(560px, 80vw);
  background: radial-gradient(circle, rgba(255,255,255,0.11), transparent 65%);
  filter: blur(34px);
  opacity: 0.75;
}

.brand-item {
  position: absolute;

  top: 0;
  left: 50%;

  transform: translateX(-50%);

  width: min(720px, 90vw);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  will-change: transform, opacity, filter;
}

.brand-logo {

  width: 320px;
  height: 180px;

  object-fit: contain;
  object-position: center;

  display: block;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.brand-brief {
  max-width: 620px;
  margin-top: 1.8rem;
  color: rgba(255,255,255,0.68);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.8;
}

@media (max-width: 768px) {
  .trusted-section {
    padding: 6rem 2rem;
  }

  .brand-reveal-stage {
    height: 65vh;
  }

  .brand-logo {
    max-width: 78vw;
    max-height: 170px;
    margin-bottom: 1.5rem;
  }

  .brand-brief {
    font-size: 0.95rem;
  }
}


.brand-item {
  opacity: 0;
  text-align: center;
}

.brand-item.active {
  opacity: 1;
}

.trusted-intro {
  pointer-events: none;
}

.brand-reveal-stage {
  margin-top: 2rem;
}

/* Cinematic Statement Video Section */
.statement-video-section {
  position: relative;
  min-height: 100vh;
  background: #000;
  isolation:isolate;
  color: #fff;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 6vw;
}

.statement-invert-field {
  position: absolute;
  left:var(--invert-x,50%);
  top:var(--invert-y,50%);
  width:clamp(210px,24vw,390px);
  aspect-ratio:1;
  border-radius:50%;
  background:#f4f2ed;
  transform:translate(-50%,-50%) scale(0);
  opacity:0;
  transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .25s ease;
  z-index:2;
  pointer-events:none;
  will-change:left,top,transform;
}

.statement-video-section.is-invert-active .statement-invert-field {
  transform:translate(-50%,-50%) scale(1);
  opacity:1;
}

.statement-video-overlay {
  position: absolute;
  inset: 0;
  background:#000;
  z-index: 1;
}

.statement-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.05;
  z-index: 2;
  pointer-events: none;
}

.statement-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1200px;
  mix-blend-mode:difference;
}

.statement-kicker {
  color:#fff;
  opacity:.55;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  margin-bottom: 1.4rem;
}

.statement-video-text {
  font-size: clamp(4rem, 11vw, 10rem);
  line-height: 0.88;
  letter-spacing: -0.08em;
  font-weight: 800;
}

.statement-video-text > span {
  display: block;
}

.statement-subtitle {
  max-width: 700px;
  margin: 2rem auto 0;
  color:#fff;
  opacity:.68;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.8;
}

@media (max-width: 768px) {
  .statement-video-section {
    padding: 5rem 2rem;
  }

  .statement-video-text {
    font-size: clamp(3.2rem, 18vw, 5.5rem);
  }

  .statement-subtitle {
    font-size: 0.95rem;
  }

  .statement-invert-field { display:none; }
}

@media (prefers-reduced-motion:reduce) {
  .statement-invert-field { transition:opacity .2s ease; }
}
.statement-video-text {
  overflow: hidden;
}

.statement-video-text > span {
  display: block;
}

.scan-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(60px);
  filter: blur(18px);
  text-shadow: 0 0 28px rgba(255,255,255,0.7);
}

.scan-word {
  display:inline-block;
  white-space:nowrap;
}
/* ================================
   FINAL ENGLISH MOBILE RESPONSIVE FIX
================================ */

@media (max-width: 768px) {

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  section,
  .pin-spacer {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .premium-navbar {
    top: 14px;
    width: calc(100% - 24px);
    height: 54px;
    padding: 0 0.9rem;
  }

  .nav-brand img {
    height: 42px;
  }

  .lang-switch {
    font-size: 0.72rem;
    padding: 0.45rem 0.7rem;
  }

  .welcome-text {
    font-size: clamp(2.5rem, 14vw, 4.8rem);
    line-height: 1;
    padding: 0 1rem;
  }

  .logo-reveal {
    padding: 6rem 1.4rem 3rem;
  }

  .logo-content {
    flex-direction: column;
    text-align: center;
    gap: 1.4rem;
  }

  .main-logo {
    width: clamp(150px, 48vw, 240px);
  }

  .logo-text {
    max-width: 100%;
  }

  .logo-text h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 1.05;
  }

  .logo-text p {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .about-section {
    padding: 5rem 1.4rem;
  }

  .about-title {
    white-space: normal;
    text-align: center;
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .about-content {
    padding-top: 8rem;
  }

  .about-description {
    font-size: clamp(1.7rem, 8vw, 3rem);
    line-height: 1.18;
  }

  .about-cards {
    grid-template-columns: 1fr;
  }

  .services-section {
    min-height: auto !important;
    padding: 6rem 1.4rem 3rem !important;
  }

  .services-marquee {
    display: none !important;
  }

  .services-content {
    padding-top: 0 !important;
    display: block !important;
  }

  .services-header h2,
  .service-details-header h2 {
    font-size: clamp(2.4rem, 11vw, 4rem);
    line-height: 1.05;
  }

  .service-details-section {
    padding: 5rem 1.4rem;
  }

  .service-details-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card {
    min-height: auto;
    padding: 2rem;
    border-radius: 28px;
  }

  .service-detail-card h3 {
    font-size: clamp(1.9rem, 9vw, 3rem);
    line-height: 1.05;
  }

  .trusted-section {
    min-height: 120vh;
    padding: 6rem 1.4rem;
  }

  .trusted-intro h2 {
    font-size: clamp(2.6rem, 12vw, 4.6rem);
    line-height: 1.02;
  }

  .brand-reveal-stage {
    height: 68vh;
    min-height: 520px;
    padding-top: 7rem;
  }

  .brand-item {
    width: min(92vw, 520px);
  }

  .brand-logo {
    width: min(280px, 70vw);
    height: 150px;
    object-fit: contain;
  }

  .brand-brief {
    font-size: 0.92rem;
    line-height: 1.8;
    max-width: 92vw;
  }

  .statement-video-section {
    min-height: 100vh;
    padding: 5rem 1.4rem;
  }

  .statement-video-text {
    font-size: clamp(3rem, 17vw, 5.4rem) !important;
    line-height: 0.95 !important;
  }

  .statement-subtitle {
    font-size: 0.95rem;
    line-height: 1.8;
    max-width: 92vw;
  }

  .work-section {
    padding: 5rem 1.4rem;
  }

  .work-header {
    padding: 0;
  }

  .typing-title {
    font-size: clamp(3rem, 17vw, 5rem);
  }

  .work-showcase {
    padding: 0;
    grid-template-columns: 1fr;
  }

  .project-card,
  .project-card.featured {
    grid-column: span 1;
    min-height: 290px;
    height: 290px;
    border-radius: 26px;
  }

  .project-info {
    left: 1.3rem;
    bottom: 1.3rem;
  }

  .booking-section {
    padding: 5rem 1.4rem;
  }

  .booking-title h2 {
    font-size: clamp(3rem, 14vw, 5rem);
    line-height: 0.95;
  }

  .terminal-box {
    transform: none !important;
    border-radius: 24px;
  }

  .terminal-body {
    padding: 1.4rem;
  }

  .terminal-line {
    font-size: 1.05rem;
    min-height: 90px;
    line-height: 1.7;
  }

  .terminal-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
  }

  .terminal-choice,
  .style-preview-btn {
    font-size: 0.85rem;
    padding: 0.8rem 1rem;
  }

  .contact-section {
    padding: 5rem 1.4rem 2rem;
  }

  .contact-heading {
    font-size: clamp(3rem, 14vw, 5rem);
    line-height: 0.95;
  }

  .contact-links a {
    width: 100%;
    text-align: center;
  }

  .footer {
    align-items: flex-start;
    font-size: 0.78rem;
  }

  .style-modal-content {
    width: calc(100% - 28px);
    max-height: 86vh;
    overflow-y: auto;
    padding: 1.2rem;
  }

  .style-modal-grid {
    grid-template-columns: 1fr !important;
  }

  .style-example img {
    height: auto;
    max-height: 220px;
    object-fit: cover;
  }
}


/* ================================
   DIGIFACE CONCIERGE - CLEAN FINAL
================================ */

body.concierge-open {
  overflow: hidden !important;
}

.digiface-concierge-button {
  position: fixed;
  left: 28px;
  bottom: 28px;
  z-index: 9999;
  padding: 1rem 1.3rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(20px);
  color: #fff;
  cursor: pointer;
}

.digiface-concierge {
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.digiface-concierge.active {
  opacity: 1;
  pointer-events: auto;
}

.concierge-overlay {
  position: absolute;
  inset: 0;
}

.concierge-box {
  position: relative;
  z-index: 2;
  width: min(760px, 92vw);
  max-height: 88vh;
  overflow-y: auto !important;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;

  padding: 2rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 42%),
    rgba(10,10,10,0.96);
  border: 1px solid rgba(255,255,255,0.1);
}

.concierge-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.concierge-top img {
  height: 46px;
}

.concierge-top button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  cursor: pointer;
}

.concierge-body {
  padding-top: 4rem;
}

.concierge-label {
  color: rgba(255,255,255,0.42);
  letter-spacing: 0.18em;
  font-size: 0.75rem;
}

.concierge-title {
  margin: 1.5rem 0 3rem;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.concierge-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.concierge-choice {
  min-height: 54px;
  padding: 0 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.concierge-choice:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
}

.concierge-progress {
  width: 100%;
  height: 4px;
  margin-top: 3rem;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  overflow: hidden;
}

.concierge-progress-fill {
  width: 0%;
  height: 100%;
  background: #fff;
  transition: width 0.45s ease;
}

.concierge-summary {
  display: grid;
  gap: 1rem;
  padding-bottom: 2rem;
}

.summary-row {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.summary-row span {
  display: block;
  color: rgba(255,255,255,0.45);
  font-size: 0.78rem;
  margin-bottom: 0.35rem;
}

.summary-row strong {
  color: #fff;
  font-size: 1.05rem;
}

.concierge-summary-actions {
  position: static !important;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-bottom: 1rem;
  background: none !important;
}

.concierge-whatsapp {
  background: #fff !important;
  color: #000 !important;
}

.concierge-reset,
.concierge-cancel {
  background: rgba(255,255,255,0.05) !important;
  color: #fff !important;
}

.concierge-cancel {
  opacity: 0.65;
}

.concierge-reveal {
  animation: conciergeReveal 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes conciergeReveal {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.concierge-thinking {
  display: flex;
  gap: 0.65rem;
  height: 80px;
  align-items: center;
}

.concierge-thinking span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation: conciergeThinking 1.1s infinite ease-in-out;
}

.concierge-thinking span:nth-child(2) {
  animation-delay: 0.15s;
}

.concierge-thinking span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes conciergeThinking {
  0%, 100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-8px);
  }
}

@media (max-width: 768px) {
  .digiface-concierge {
    align-items: stretch;
    justify-content: stretch;
  }

  .digiface-concierge-button {
    left: 18px;
    bottom: 18px;
  }

  .concierge-box {
    width: 100%;
    max-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
    padding: 1.5rem;
  }

  .concierge-body {
    padding-top: 3rem;
  }

  .concierge-title {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .concierge-summary-actions {
    flex-direction: column;
  }

  .concierge-summary-actions .concierge-choice {
    width: 100%;
  }
}


/* DESKTOP FIX - ENGLISH HERO */
@media (min-width: 769px) {

  .statement-content {
    width: min(100%, 1100px);
    margin: 0 auto;
  }

  .statement-video-text {
    font-size: clamp(4rem, 8vw, 8.5rem) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.07em !important;

    max-width: 1100px !important;
    margin: 0 auto;

    overflow: visible !important;
  }

  .statement-video-text > span {
    display: block !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

}

.atelier-transition {
  position: fixed;
  inset: 0;
  z-index: 999999;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atelier-door {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #050506;
  transform: scaleX(0);
  transition: transform .9s cubic-bezier(.77,0,.18,1);
}

.door-left {
  left: 0;
  transform-origin: left;
}

.door-right {
  right: 0;
  transform-origin: right;
}

.atelier-transition.active {
  pointer-events: auto;
}

.atelier-transition.active .atelier-door {
  transform: scaleX(1);
}

.atelier-center {
  position: relative;
  z-index: 2;
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  transition: .6s ease .45s;
}

.atelier-transition.active .atelier-center {
  opacity: 1;
  transform: translateY(0);
}

.atelier-center img {
  width: 110px;
  margin: 0 auto 28px;
  filter: invert(1) brightness(1.4);
}

.atelier-center p {
  color: #f7f2ea;
  font-size: 24px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.atelier-center span {
  color: rgba(247,242,234,.6);
  font-size: 14px;
}

/* Our Reach - Real Globe Section */
.reach-section {
  position: relative;
  min-height: 100vh;
  padding: 10rem 6vw 7rem;
  background: radial-gradient(circle at 70% 45%, rgba(255,255,255,0.08), transparent 34%), #030303;
  color: #fff;
  overflow: hidden;
}

.reach-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.05), transparent 45%);
  pointer-events: none;
}

.reach-content {
  position: relative;
  z-index: 2;
  width: min(1400px, 100%);
  margin: 0 auto;
  min-height: 72vh;

  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 4rem;
}

.reach-globe-wrap {
  position: relative;
  width: 100%;
  height: 620px;
  display:flex;
    justify-content:center;
    align-items:center;
    position:relative;

transform: translateX(-160px);
}

#digifaceGlobe {
  width: 620px;
  height: 620px;
  max-width: 100%;
  pointer-events: none;
}

.reach-text {
  position: relative;
  z-index: 3;
  direction: rtl;
  text-align: right;
}

.reach-label {
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.32em;
  font-size: 0.82rem;
  margin-bottom: 2rem;
}

.reach-text h2 {
  font-size: clamp(2.9rem, 5.2vw, 5.8rem);
  line-height: 1.05;
  letter-spacing: -0.07em;
  margin-bottom: 2rem;
}

.reach-description {
  max-width: 620px;
  color: rgba(255,255,255,0.62);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.9;
}

.reach-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 3.5rem;
}

.reach-points div {
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.reach-points span {
  display: block;
  color: rgba(255,255,255,0.38);
  font-size: 0.75rem;
  margin-bottom: 0.7rem;
}

.reach-points strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.reach-points p {
  margin: 0;
  color: rgba(255,255,255,0.48);
  font-size: 0.85rem;
}

@media (max-width: 1024px) {
  .reach-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .reach-text {
    text-align: center;
  }

  .reach-description {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .reach-section {
    padding: 7rem 1.4rem 5rem;
  }

  .reach-globe-wrap {
    height: 420px;
  }

  #digifaceGlobe {
    width: 420px;
    height: 420px;
  }

  .reach-text h2 {
    font-size: clamp(2.6rem, 13vw, 4.6rem);
  }

  .reach-points {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 3rem auto 0;
  }
}

/* English Reach Layout Fix */
.reach-content {
  direction: ltr;
}

.reach-text {
  text-align: left;
  direction: ltr;
}

#digifaceGlobe {
  transform: translateX(-100px);
}

/* Reach Section - Mobile Responsive Fix */
@media (max-width: 768px) {
  .reach-section {
    min-height: 100vh;
    padding: 7rem 1.5rem 5rem;
    overflow: hidden;
  }

  .reach-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: auto;
  }

  .reach-text {
    width: 100%;
    max-width: 100%;
    text-align: left;
    z-index: 3;
  }

  .reach-label {
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    margin-bottom: 1.5rem;
  }

  .reach-text h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
    line-height: 0.95;
    letter-spacing: -0.08em;
    margin-bottom: 1.8rem;
  }

  .reach-description {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.75;
  }

  .reach-points {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 2.5rem;
  }

  .reach-points div {
    padding-top: 1rem;
  }

  .reach-globe-wrap {
    width: 100%;
    height: 360px;
    margin-top: 1rem;
    transform: none !important;
    order: 2;
  }

  #digifaceGlobe {
    width: 440px;
    height: 440px;
    max-width: none;
    transform: translateX(110px) translateY(-30px) !important;
  }
}

@media (max-width: 480px) {
  .reach-section {
    padding: 6.5rem 1.35rem 4.5rem;
  }

  .reach-text h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  #digifaceGlobe {
    width: 390px;
    height: 390px;
    transform: translateX(95px) translateY(-20px) !important;
  }
}

/* Reach Section - Clean Mobile Version */
@media (max-width: 768px) {
  .reach-section {
    min-height: auto !important;
    padding: 7rem 1.5rem 5rem !important;
  }

  .reach-content {
    display: block !important;
    min-height: auto !important;
  }

  .reach-globe-wrap,
  #digifaceGlobe {
    display: none !important;
  }

  .reach-text {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  .reach-text h2 {
    font-size: clamp(3rem, 15vw, 4.5rem) !important;
    line-height: 0.95 !important;
  }

  .reach-description {
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  .reach-points {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    margin-top: 3rem !important;
  }
}

@media (max-width: 768px) {
  .reach-section {
    min-height: auto !important;
    height: auto !important;
  }

  .pin-spacer:has(#reach) {
    height: auto !important;
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .premium-navbar {
    width: auto;
    height: auto;
    top: 18px;
    left: 18px;
    right: auto;
    transform: none;
    padding: 0;
    background: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
  }

  .premium-navbar.show {
    transform: none;
  }

  .premium-navbar .nav-brand,
.premium-navbar .nav-links {
  display: none !important;
}

.premium-navbar .lang-switch {
  display: flex !important;
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 10000;
}

  .menu-toggle {
    display: flex !important;
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    backdrop-filter: blur(18px);
  }
}

/* Mobile Language Button */
@media (max-width: 768px) {

  .premium-navbar .lang-switch {
    display: flex !important;
    align-items: center;
    justify-content: center;

    position: fixed !important;

    top: 18px;
    right: 18px;
    left: auto;

    width: 54px;
    height: 54px;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 50%;

    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    color: #fff;
    text-decoration: none;

    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;

    z-index: 10001;
  }

  .premium-navbar .lang-switch:hover {
    background: rgba(255,255,255,.18);
    transform: scale(1.05);
  }

}
 
/* DIGIFACE Reach Story — responsive cinematic layer */
.reach-meta { display:flex; align-items:center; justify-content:space-between; max-width:620px; gap:2rem; }
.reach-progress { flex:0 0 auto; color:rgba(255,255,255,.42); font-size:.78rem; letter-spacing:.18em; }
.reach-progress span, .reach-point.active > span { color:#d6aa5f; }
.reach-point { position:relative; opacity:.38; transform:translateY(8px); transition:opacity .45s ease, transform .45s ease, border-color .45s ease; }
.reach-point::before { content:""; position:absolute; top:-1px; inset-inline-start:0; width:0; height:1px; background:#d6aa5f; transition:width .65s cubic-bezier(.16,1,.3,1); }
.reach-point.active { opacity:1; transform:translateY(0); border-color:rgba(214,170,95,.5); }
.reach-point.active::before { width:100%; }
.globe-aura { position:absolute; width:min(88%,560px); aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,rgba(214,170,95,.12),rgba(255,255,255,.045) 36%,transparent 68%); filter:blur(24px); pointer-events:none; }
.reach-globe-wrap::before, .reach-globe-wrap::after { content:""; position:absolute; border:1px solid rgba(255,255,255,.08); border-radius:50%; pointer-events:none; }
.reach-globe-wrap::before { width:88%; aspect-ratio:1; }
.reach-globe-wrap::after { width:72%; aspect-ratio:1; border-color:rgba(214,170,95,.11); }
.globe-caption { position:absolute; bottom:2.5rem; display:flex; align-items:center; gap:.65rem; color:rgba(255,255,255,.42); font-size:.68rem; letter-spacing:.18em; }
.globe-caption span { width:6px; height:6px; border-radius:50%; background:#d6aa5f; box-shadow:0 0 14px rgba(214,170,95,.9); }
.reach-mobile-globe { display:none; }

@media (max-width:1024px) and (min-width:769px) {
  .reach-content { grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr) !important; gap:1.5rem !important; }
  .reach-globe-wrap { transform:none !important; height:520px !important; }
  #digifaceGlobe { width:520px; height:520px; }
}

@media (max-width:768px) {
  .reach-section { padding:6.5rem 1.25rem 5rem !important; }
  .reach-content { display:flex !important; flex-direction:column !important; gap:2.5rem !important; min-height:auto !important; }
  .reach-meta { width:100%; margin-bottom:1.6rem; }
  .reach-text h2 { font-size:clamp(2.65rem,13vw,4.25rem) !important; }
  .reach-globe-wrap { display:flex !important; order:2; width:min(100%,390px) !important; height:auto !important; aspect-ratio:1; margin:0 auto; transform:none !important; overflow:visible; }
  #digifaceGlobe { display:none !important; }
  .reach-mobile-globe { display:block; position:relative; width:84%; aspect-ratio:1; border-radius:50%; overflow:hidden; border:1px solid rgba(255,255,255,.18); background:radial-gradient(circle at 36% 30%,rgba(255,255,255,.13),transparent 18%),radial-gradient(circle at 50% 50%,#171719,#070708 70%); box-shadow:inset -28px -18px 45px rgba(0,0,0,.7),inset 16px 10px 32px rgba(255,255,255,.055),0 35px 80px rgba(0,0,0,.45); }
  .mobile-globe-grid { position:absolute; inset:0; border-radius:inherit; opacity:.36; background:repeating-radial-gradient(ellipse at center,transparent 0 13%,rgba(255,255,255,.16) 13.5% 14%,transparent 14.5% 27%),linear-gradient(90deg,transparent 49.6%,rgba(255,255,255,.17) 50%,transparent 50.4%); }
  .mobile-location { position:absolute; z-index:2; color:#f3f0e9; font-size:.58rem; letter-spacing:.12em; }
  .mobile-location::before { content:""; display:inline-block; width:7px; height:7px; margin-inline-end:6px; border-radius:50%; background:#d6aa5f; box-shadow:0 0 0 5px rgba(214,170,95,.11),0 0 16px rgba(214,170,95,.85); }
  .mobile-jeddah { left:24%; top:58%; }
  .mobile-riyadh { right:17%; top:43%; }
  .mobile-route { position:absolute; left:36%; top:49%; width:34%; height:18%; border-top:1px dashed rgba(214,170,95,.75); border-radius:50%; transform:rotate(-13deg); }
  .globe-caption { bottom:-1.5rem; white-space:nowrap; }
  .reach-points { order:3; gap:.75rem !important; }
  .reach-point { padding:1.2rem !important; border:1px solid rgba(255,255,255,.1) !important; border-radius:16px; background:rgba(255,255,255,.025); opacity:1; transform:none; }
  .reach-point::before { top:auto; bottom:-1px; inset-inline:1rem; }
  .reach-point.active::before { width:calc(100% - 2rem); }
}

@media (prefers-reduced-motion:reduce) {
  .reach-point, .reach-point::before { transition:none !important; }
}

/* Booking heading alignment */
.booking-title {
  width:min(100%,1100px);
  max-width:none;
  display:grid;
  grid-template-columns:minmax(110px,.28fr) minmax(0,1fr);
  align-items:start;
  column-gap:clamp(2rem,6vw,7rem);
}

.booking-kicker,
.booking-heading {
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-items:flex-start;
  gap:0;
  margin:0;
  text-align:left;
}

.booking-kicker {
  padding-top:.55em;
  line-height:1.45;
}

.booking-kicker span,
.booking-heading span {
  display:block;
  width:fit-content;
  white-space:nowrap;
}

.booking-heading {
  font-size:clamp(3.6rem,7.4vw,7.5rem);
  line-height:.88 !important;
  letter-spacing:-.065em;
}

@media (max-width:768px) {
  .booking-title {
    grid-template-columns:1fr;
    row-gap:1.4rem;
    margin-bottom:3rem;
  }

  .booking-kicker {
    flex-direction:row;
    gap:.48em;
    padding-top:0;
  }

  .booking-heading {
    font-size:clamp(2.85rem,13.2vw,4.6rem) !important;
    line-height:.92 !important;
    letter-spacing:-.055em;
  }
}

/* Scroll-aware DIGIFACE Concierge trigger */
.digiface-concierge-button {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  overflow:hidden;
  white-space:nowrap;
  background:rgba(12,12,14,.34) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:0 14px 42px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
  backdrop-filter:blur(18px) saturate(135%);
  transition:opacity .35s ease,transform .45s cubic-bezier(.16,1,.3,1),width .45s cubic-bezier(.16,1,.3,1),background .3s ease;
  will-change:opacity,transform;
}

.digiface-concierge-button::before {
  content:"D";
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:26px;
  height:26px;
  border:1px solid rgba(214,170,95,.55);
  border-radius:50%;
  color:#e7c98f;
  font-size:.67rem;
  font-weight:800;
  letter-spacing:0;
  box-shadow:0 0 18px rgba(214,170,95,.16);
}

.digiface-concierge-button span {
  max-width:190px;
  margin-inline-start:.65rem;
  opacity:1;
  transition:max-width .4s ease,margin .4s ease,opacity .25s ease;
}

.digiface-concierge-button.is-compact span {
  max-width:0;
  margin-inline-start:0;
  opacity:0;
}

.digiface-concierge-button.is-compact {
  padding-inline:11px;
}

.digiface-concierge-button:hover,
.digiface-concierge-button:focus-visible {
  background:rgba(20,20,22,.68) !important;
  border-color:rgba(214,170,95,.42) !important;
}

.digiface-concierge-button.is-hidden {
  opacity:0;
  pointer-events:none;
  transform:translateY(18px) scale(.88);
}

.digiface-concierge-button.is-scrolling {
  opacity:.18;
  transform:translateY(8px) scale(.94);
}

body.concierge-open .digiface-concierge-button {
  opacity:0;
  pointer-events:none;
}

@media (max-width:768px) {
  .digiface-concierge-button {
    left:18px !important;
    right:auto !important;
    bottom:max(18px,env(safe-area-inset-bottom)) !important;
    width:48px;
    height:48px;
    min-height:48px;
    padding:0 !important;
    border-radius:50%;
  }

  .digiface-concierge-button span {
    display:none;
  }

  .digiface-concierge-button::before {
    width:28px;
    height:28px;
  }

  html[dir="rtl"] .digiface-concierge-button {
    left:18px !important;
    right:auto !important;
  }
}

@media (prefers-reduced-motion:reduce) {
  .digiface-concierge-button,
  .digiface-concierge-button span {
    transition:none !important;
  }
}

/* Convenience, proof, and enquiry improvements */
.premium-navbar { width:min(860px,calc(100% - 32px)); }
.nav-cta { padding:.62rem 1rem; border-radius:999px; background:#f3f0e9; color:#070707 !important; }
.nav-cta:hover { background:#d6aa5f; color:#070707 !important; }
.nav-links a.is-current:not(.nav-cta) { color:#d6aa5f !important; }
.hero-actions { display:flex; flex-wrap:wrap; gap:.75rem; margin-top:1.7rem; }
.hero-action { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:0 1.35rem; border-radius:999px; text-decoration:none; font-size:.88rem; font-weight:700; transition:transform .3s ease,background .3s ease,color .3s ease; }
.hero-action-primary { background:#090909; color:#fff; }
.hero-action-secondary { border:1px solid rgba(0,0,0,.18); color:#090909; background:rgba(255,255,255,.4); }
.hero-action:hover { transform:translateY(-2px); }

.project-tags { display:flex; flex-wrap:wrap; gap:.45rem; margin:.9rem 0; }
.project-tags span { width:auto !important; margin-bottom:0 !important; padding:.42rem .7rem; border:1px solid rgba(255,255,255,.15); border-radius:999px; color:rgba(255,255,255,.7) !important; font-size:.66rem !important; letter-spacing:.04em; }
.project-info .project-btn { flex-shrink:0; margin-top:auto; margin-bottom:0 !important; align-self:flex-start; }
.project-btn-disabled { opacity:.48; cursor:default; }

.process-section { position:relative; padding:8rem 6vw; background:linear-gradient(180deg,#050505,#0a0a0b); color:#f3f0e9; }
.process-heading { display:grid; grid-template-columns:.6fr 1.4fr; gap:3rem; align-items:start; margin-bottom:4rem; }
.process-heading > p { color:#d6aa5f; font-size:.75rem; letter-spacing:.2em; }
.process-heading h2 { font-size:clamp(2.8rem,6vw,6rem); line-height:.95; letter-spacing:-.055em; }
.process-wave { width:100%; height:clamp(76px,9vw,120px); margin-bottom:.35rem; }
.process-wave svg { width:100%; height:100%; overflow:visible; }
.process-wave path { fill:none; vector-effect:non-scaling-stroke; }
.process-wave-base { stroke:rgba(255,255,255,.12); stroke-width:1; }
.process-wave-active { stroke:#d6aa5f; stroke-width:2; filter:drop-shadow(0 0 7px rgba(214,170,95,.42)); }
.process-wave circle { fill:#070708; stroke:#d6aa5f; stroke-width:2; vector-effect:non-scaling-stroke; transform-box:fill-box; transform-origin:center; }
.process-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.process-grid article { position:relative; min-width:0; padding:1.35rem 1.4rem 1rem; border-inline-end:1px solid rgba(255,255,255,.1); }
.process-grid article:last-child { border-inline-end:0; }
.process-grid span { color:#d6aa5f; font-size:.72rem; }
.process-grid h3 { margin:2.5rem 0 .8rem; font-size:1.15rem; }
.process-grid p { color:rgba(243,240,233,.58); line-height:1.7; font-size:.9rem; }

.terminal-status { display:flex; justify-content:space-between; gap:1rem; margin:-.75rem 0 1.2rem; color:rgba(255,255,255,.48); font-size:.72rem; }
.terminal-actions { display:flex; gap:.7rem; align-items:center; }
#terminal-back { min-height:48px; padding:0 1.25rem; border:1px solid rgba(255,255,255,.16); border-radius:999px; background:transparent; color:#fff; cursor:pointer; }
#terminal-back:disabled { opacity:.3; cursor:not-allowed; }
#terminal-next { min-height:48px; }

:where(a,button,input,select):focus-visible { outline:2px solid #d6aa5f; outline-offset:4px; }
.project-panel img { object-position:center; }
.mobile-project-cta { border:1px solid rgba(214,170,95,.5); color:#e7c98f !important; }

@media (max-width:1024px) {
  .process-wave { display:none; }
  .process-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .process-grid article { border-bottom:1px solid rgba(255,255,255,.1); }
}

@media (max-width:768px) {
  .hero-actions { justify-content:center; width:100%; margin-top:1.2rem; }
  .hero-action { min-height:48px; padding:0 1rem; font-size:.8rem; }
  .process-section { padding:5.5rem 1.25rem; }
  .process-heading { grid-template-columns:1fr; gap:1.2rem; margin-bottom:2.8rem; }
  .process-heading h2 { font-size:clamp(2.5rem,12vw,4rem); }
  .process-wave { display:none; }
  .process-grid { position:relative; grid-template-columns:1fr; padding-inline-start:2.25rem; }
  .process-grid::before { content:""; position:absolute; inset-block:1rem; inset-inline-start:.42rem; width:1px; background:linear-gradient(#d6aa5f,rgba(214,170,95,.15)); }
  .process-grid article { padding:1.5rem 0; border-inline-end:0; }
  .process-grid article::before { content:""; position:absolute; top:1.75rem; inset-inline-start:-2.13rem; width:10px; height:10px; border:2px solid #d6aa5f; border-radius:50%; background:#080809; box-shadow:0 0 0 6px rgba(214,170,95,.07); }
  .process-grid article:nth-child(even) { margin-inline-start:10px; }
  .process-grid h3 { margin:1rem 0 .6rem; }
  .project-tags { margin:.7rem 0; }
  .terminal-status { align-items:center; }
  .terminal-actions > button { flex:1; }
}

@media (prefers-reduced-motion:reduce) {
  .hero-action { transition:none !important; }
  .process-wave-active { stroke-dasharray:none !important; stroke-dashoffset:0 !important; }
}

/* Premium utility footer */
.footer {
  display:block;
  width:100%;
  margin-top:8rem;
  padding:3.5rem 0 0;
  border-top:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.62);
  font-size:.88rem;
}

.footer-main {
  display:grid;
  grid-template-columns:minmax(280px,1.5fr) minmax(150px,.65fr) minmax(220px,.85fr);
  gap:clamp(2.5rem,6vw,7rem);
  padding-bottom:4rem;
}

.footer-brand img {
  width:min(220px,70%);
  height:auto;
  margin-bottom:1.5rem;
}

.footer-brand p {
  max-width:320px;
  margin:0 0 .65rem;
  color:#f3f0e9;
  font-size:1rem;
  line-height:1.6;
}

.footer-brand span,
.footer-column span {
  color:rgba(255,255,255,.4);
  font-size:.78rem;
}

.footer-column {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.8rem;
}

.footer-column > p {
  margin:0 0 .55rem;
  color:rgba(255,255,255,.38);
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.footer-column a,
.footer-bottom a {
  color:#f3f0e9;
  text-decoration:none;
  transition:color .25s ease,transform .25s ease;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color:#d6aa5f;
  transform:translateX(3px);
}

.footer-credentials {
  display:flex;
  align-items:stretch;
  padding:0 0 2.4rem;
}

.footer-credential {
  display:flex;
  align-items:center;
  gap:1.35rem;
  width:min(620px,100%);
  padding:1.25rem 1.4rem;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.035);
}

.footer-credential > img {
  width:112px;
  height:64px;
  object-fit:contain;
  flex:0 0 auto;
}

.footer-credential-copy {
  display:flex;
  flex-direction:column;
  gap:.35rem;
}

.footer-credential-copy > span {
  color:rgba(255,255,255,.54);
  font-size:.72rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.footer-credential-copy > strong {
  color:#f3f0e9;
  font-size:1rem;
  letter-spacing:.04em;
}

.footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:1.35rem 0;
  border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.38);
  font-size:.76rem;
}

.footer-bottom p { margin:0; }
.footer-bottom a { color:rgba(255,255,255,.62); }

html[dir="rtl"] .footer-column { align-items:flex-start; }
html[dir="rtl"] .footer-column a:hover,
html[dir="rtl"] .footer-bottom a:hover { transform:translateX(-3px); }

@media (max-width:768px) {
  .footer {
    margin-top:6rem;
    padding-top:2.5rem;
    text-align:start;
  }

  .footer-main {
    grid-template-columns:1fr;
    gap:2.75rem;
    padding-bottom:3rem;
  }

  .footer-brand img {
    width:min(190px,60%);
  }

  .footer-column {
    width:100%;
    padding-top:1.5rem;
    border-top:1px solid rgba(255,255,255,.08);
  }

  .footer-column a {
    min-height:42px;
    display:inline-flex;
    align-items:center;
  }

  .footer-bottom {
    align-items:flex-start;
    flex-direction:column;
  }

  .footer-credential {
    align-items:flex-start;
    flex-direction:column;
  }
}

/* Modern DIGIFACE navigation */
.premium-navbar {
  width:min(900px,calc(100% - 150px)) !important;
  height:64px;
  padding:0 10px 0 18px;
  background:rgba(7,7,8,.72) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  box-shadow:0 18px 55px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.07);
  -webkit-backdrop-filter:blur(22px) saturate(140%) !important;
  backdrop-filter:blur(22px) saturate(140%) !important;
}

html[dir="rtl"] .premium-navbar {
  padding:0 18px 0 10px;
}

.premium-navbar::before {
  content:"";
  position:absolute;
  top:0;
  left:10%;
  width:80%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);
  pointer-events:none;
}

.premium-navbar .nav-brand {
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

.premium-navbar .nav-brand img {
  display:block;
  width:108px;
  height:auto;
  filter:none !important;
}

.premium-navbar .nav-links {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:3px;
}

.premium-navbar .nav-links a {
  position:relative;
  padding:.68rem .78rem;
  border-radius:999px;
  color:rgba(255,255,255,.68) !important;
  font-size:.76rem;
  white-space:nowrap;
  transition:color .25s ease,background .25s ease;
}

.premium-navbar .nav-links a:hover {
  color:#fff !important;
  background:rgba(255,255,255,.065);
}

.premium-navbar .nav-links a.is-current:not(.nav-cta) {
  color:#f3f0e9 !important;
  background:rgba(255,255,255,.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}

.premium-navbar .nav-atelier {
  color:#d6aa5f !important;
}

.premium-navbar .nav-cta {
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  margin-inline-start:.25rem;
  padding:.72rem 1rem;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.07) !important;
  color:#fff !important;
}

.premium-navbar .nav-cta > span {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#d6aa5f;
  box-shadow:0 0 12px rgba(214,170,95,.7);
}

.premium-navbar .nav-cta:hover {
  border-color:rgba(214,170,95,.55);
  background:rgba(214,170,95,.11) !important;
}

.premium-navbar .lang-switch {
  position:absolute;
  inset-inline-end:-74px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  padding:0;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  background:rgba(7,7,8,.72);
  color:#fff !important;
  font-size:.72rem;
  box-shadow:0 14px 42px rgba(0,0,0,.24);
  -webkit-backdrop-filter:blur(20px);
  backdrop-filter:blur(20px);
}

.premium-navbar.show.is-scrolling-down {
  opacity:0;
  pointer-events:none;
  transform:translateX(-50%) translateY(-140%);
}

html[dir="rtl"] .premium-navbar.show.is-scrolling-down {
  transform:translateX(-50%) translateY(-140%);
}

.mobile-language-link { display:none; }
body.mobile-nav-open { overflow:hidden; }

@media (max-width:900px) and (min-width:769px) {
  .premium-navbar { width:calc(100% - 110px) !important; }
  .premium-navbar .nav-links a { padding:.65rem .55rem; font-size:.7rem; }
  .premium-navbar .nav-brand img { width:92px; }
}

@media (max-width:768px) {
  .premium-navbar,
  html[dir="rtl"] .premium-navbar {
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    top:max(14px,env(safe-area-inset-top)) !important;
    left:16px !important;
    right:16px !important;
    width:auto !important;
    height:58px !important;
    padding:0 7px 0 16px !important;
    transform:translateY(-20px) !important;
    border:1px solid rgba(255,255,255,.13) !important;
    border-radius:999px;
    background:rgba(7,7,8,.76) !important;
    box-shadow:0 14px 42px rgba(0,0,0,.24) !important;
    -webkit-backdrop-filter:blur(20px) saturate(140%) !important;
    backdrop-filter:blur(20px) saturate(140%) !important;
  }

  html[dir="rtl"] .premium-navbar {
    padding:0 16px 0 7px !important;
  }

  .premium-navbar.show {
    transform:translateY(0) !important;
  }

  .premium-navbar.show.is-scrolling-down {
    opacity:0;
    transform:translateY(-130%) !important;
  }

  .premium-navbar .nav-brand {
    display:flex !important;
  }

  .premium-navbar .nav-brand img {
    width:104px;
  }

  .premium-navbar .nav-links,
  .premium-navbar .lang-switch {
    display:none !important;
  }

  .premium-navbar .menu-toggle {
    position:relative !important;
    inset:auto !important;
    display:flex !important;
    width:44px;
    height:44px;
    color:#fff;
    background:rgba(255,255,255,.075) !important;
    border:1px solid rgba(255,255,255,.1) !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform:translateY(3.25px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform:translateY(-3.25px) rotate(-45deg);
  }

  .mobile-menu {
    align-items:flex-start;
    justify-content:center;
    padding:7rem 1.5rem 2.5rem;
    gap:.65rem;
    background:rgba(3,3,4,.97);
    -webkit-backdrop-filter:blur(24px);
    backdrop-filter:blur(24px);
  }

  html[dir="rtl"] .mobile-menu {
    align-items:flex-start;
  }

  .mobile-menu a {
    width:100%;
    padding:.42rem 0;
    font-size:clamp(2rem,10vw,3.35rem);
    line-height:1.05;
  }

  .mobile-menu .atelier-link {
    margin-top:.7rem;
    color:#d6aa5f;
    font-size:clamp(1.4rem,7vw,2.2rem);
  }

  .mobile-menu .mobile-project-cta {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    margin-top:1rem;
    padding:.8rem 1rem;
    border-radius:999px;
    font-size:1rem;
    background:#f3f0e9;
    color:#080808 !important;
  }

  .mobile-menu .mobile-language-link {
    display:block;
    width:auto;
    margin-top:.8rem;
    color:rgba(255,255,255,.56);
    font-size:.9rem;
    letter-spacing:.04em;
  }
}

@media (prefers-reduced-motion:reduce) {
  .premium-navbar,
  .premium-navbar a,
  .menu-toggle span {
    transition:none !important;
  }
}

/* DIGIFACE English typography system */
html[lang="en"] {
  font-family:"Manrope",Arial,Helvetica,sans-serif;
  font-synthesis:none;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

html[lang="en"] body,
html[lang="en"] button,
html[lang="en"] input,
html[lang="en"] select,
html[lang="en"] textarea {
  font-family:"Manrope",Arial,Helvetica,sans-serif;
}

html[lang="en"] h1,
html[lang="en"] h2 {
  font-weight:700;
  letter-spacing:-.045em;
}

html[lang="en"] h3 {
  font-weight:600;
  letter-spacing:-.025em;
}

html[lang="en"] p {
  font-weight:400;
}

html[lang="en"] .nav-links a,
html[lang="en"] .hero-action,
html[lang="en"] button,
html[lang="en"] .project-btn,
html[lang="en"] .contact-links a {
  font-weight:600;
}

html[lang="en"] .about-label,
html[lang="en"] .reach-label,
html[lang="en"] .statement-kicker,
html[lang="en"] .contact-label,
html[lang="en"] .brand-pillar-label,
html[lang="en"] .footer-column > p {
  font-weight:600;
  letter-spacing:.16em;
}

/* Kinetic identity intro */
.cinematic-intro {
  --intro-pointer-x:50%;
  --intro-pointer-y:50%;
  background:#030303 !important;
}

.cinematic-intro .intro-visual {
  inset:0;
  opacity:1;
  background:
    radial-gradient(circle at var(--intro-pointer-x) var(--intro-pointer-y),rgba(214,170,95,.13),transparent 20%),
    #030303;
}

.cinematic-intro .intro-visual-grid,
.cinematic-intro .intro-visual-orb,
.cinematic-intro .intro-visual-ring { display:none; }

.intro-type-field {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:space-around;
  padding-block:2vh;
  overflow:hidden;
}

.intro-type-row {
  width:max-content;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.18);
  font-size:clamp(4.5rem,8.8vw,9rem);
  font-weight:700;
  line-height:.8;
  letter-spacing:-.055em;
  white-space:nowrap;
  opacity:.72;
  animation:introTypeDrift 22s linear infinite;
}

.intro-type-row:nth-child(even) {
  animation-direction:reverse;
  animation-duration:27s;
  transform:translateX(-28%);
  -webkit-text-stroke-color:rgba(214,170,95,.2);
}

.intro-type-row:nth-child(3) { animation-duration:31s; }
.intro-type-row:nth-child(4) { animation-duration:24s; }

@keyframes introTypeDrift {
  from { translate:-7% 0; }
  to { translate:-42% 0; }
}

.intro-aperture {
  position:absolute;
  left:50%;
  top:50%;
  width:clamp(360px,42vw,650px);
  aspect-ratio:1;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  background:#030303;
  box-shadow:
    0 0 0 12vw rgba(3,3,3,.2),
    0 0 110px rgba(0,0,0,.95),
    inset 0 0 80px rgba(214,170,95,.035);
  transform:translate(-50%,-50%);
}

.intro-aperture::before,
.intro-aperture::after {
  content:"";
  position:absolute;
  inset:8%;
  border:1px solid rgba(214,170,95,.13);
  border-radius:50%;
}

.intro-aperture::after {
  inset:19%;
  border-color:rgba(255,255,255,.07);
}

.intro-opening {
  width:min(720px,82vw);
}

.intro-opening-code {
  display:block;
  margin-bottom:1.6rem;
  color:#d6aa5f;
  font-size:.68rem;
  letter-spacing:.28em;
}

.intro-opening img {
  width:min(390px,68vw);
  filter:drop-shadow(0 0 30px rgba(255,255,255,.08));
}

.intro-opening p { max-width:620px; margin-inline:auto; }

@media (max-width:768px) {
  .intro-type-row { font-size:clamp(3.8rem,18vw,6rem); }
  .intro-aperture { width:min(82vw,440px); }
}

@media (prefers-reduced-motion:reduce) {
  .intro-type-row { animation:none; }
}

html[lang="en"] .about-description,
html[lang="en"] .reach-description,
html[lang="en"] .statement-subtitle,
html[lang="en"] .contact-text,
html[lang="en"] .service-detail-card p,
html[lang="en"] .process-grid p {
  line-height:1.72;
}

/* English stacked-heading rhythm */
html[lang="en"] .hero-premium-title {
  line-height:1.02;
}

html[lang="en"] .hero-premium-title > span + span,
html[lang="en"] .statement-video-text > span + span,
html[lang="en"] .type-line + .type-line {
  margin-top:.06em;
}

html[lang="en"] .welcome-text,
html[lang="en"] .scroll-type-title {
  line-height:1.04 !important;
}

html[lang="en"] .statement-video-text {
  line-height:.94 !important;
}

html[lang="en"] .services-header h2,
html[lang="en"] .service-details-header h2,
html[lang="en"] .process-heading h2,
html[lang="en"] .reach-text h2 {
  line-height:1.02 !important;
}

html[lang="en"] .booking-heading,
html[lang="en"] .contact-heading {
  line-height:.98 !important;
  column-gap:.2em;
  row-gap:.1em;
}

@media (max-width:768px) {
  html[lang="en"] .statement-video-text,
  html[lang="en"] .booking-heading,
  html[lang="en"] .contact-heading {
    line-height:1.02 !important;
  }
}

/* Cinematic scroll-intro */
.cinematic-intro {
  position:relative;
  width:100%;
  height:100svh !important;
  min-height:100svh !important;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 20% 20%,rgba(214,170,95,.09),transparent 30%),
    radial-gradient(circle at 80% 75%,rgba(70,92,120,.12),transparent 34%),
    #030304 !important;
  color:#f5f2eb;
}

.intro-visual {
  position:absolute;
  inset:-8%;
  z-index:-4;
  opacity:.74;
  overflow:hidden;
  will-change:transform,opacity;
}

.intro-visual-grid {
  position:absolute;
  inset:0;
  opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:clamp(54px,7vw,104px) clamp(54px,7vw,104px);
  -webkit-mask-image:radial-gradient(circle at center,#000 0,transparent 72%);
  mask-image:radial-gradient(circle at center,#000 0,transparent 72%);
}

.intro-visual-orb {
  position:absolute;
  width:clamp(20rem,46vw,48rem);
  aspect-ratio:1;
  border-radius:50%;
  filter:blur(clamp(55px,8vw,120px));
  transition:transform 1.2s cubic-bezier(.2,.7,.2,1),opacity 1.2s ease;
}

.intro-visual-orb--gold {
  top:-18%;
  left:-8%;
  opacity:.24;
  background:rgba(196,145,66,.68);
}

.intro-visual-orb--blue {
  right:-10%;
  bottom:-24%;
  opacity:.18;
  background:rgba(52,83,126,.72);
}

.intro-visual-ring {
  position:absolute;
  top:50%;
  left:50%;
  width:min(68vw,760px);
  aspect-ratio:1;
  border:1px solid rgba(214,170,95,.2);
  border-radius:50%;
  box-shadow:0 0 100px rgba(214,170,95,.05),inset 0 0 80px rgba(214,170,95,.035);
  transform:translate(-50%,-50%);
  transition:border-color 1s ease,box-shadow 1s ease;
}

.intro-visual-ring::before,
.intro-visual-ring::after {
  content:"";
  position:absolute;
  inset:12%;
  border:1px solid rgba(255,255,255,.06);
  border-radius:50%;
}

.intro-visual-ring::after { inset:28%; }

.cinematic-intro[data-active-chapter="1"] .intro-visual-orb--gold { transform:translate(14%,12%); }
.cinematic-intro[data-active-chapter="2"] .intro-visual-orb--blue { transform:translate(-16%,-12%); opacity:.26; }
.cinematic-intro[data-active-chapter="3"] .intro-visual-ring {
  border-color:rgba(214,170,95,.42);
  box-shadow:0 0 140px rgba(214,170,95,.1),inset 0 0 100px rgba(214,170,95,.06);
}

.intro-film {
  position:absolute;
  inset:-4%;
  z-index:0;
  width:108%;
  height:108%;
  object-fit:cover;
  opacity:0;
  filter:saturate(.72) contrast(1.12) brightness(.58);
  transition:filter 1.1s ease;
  will-change:transform,opacity,filter;
}

.cinematic-intro[data-active-chapter="1"] .intro-film {
  filter:saturate(.45) contrast(1.18) brightness(.52);
}

.cinematic-intro[data-active-chapter="2"] .intro-film {
  filter:saturate(.68) contrast(1.1) brightness(.48) hue-rotate(-8deg);
}

.cinematic-intro[data-active-chapter="3"] .intro-film {
  filter:saturate(.9) contrast(1.14) brightness(.56);
}

.intro-film-overlay {
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(180deg,rgba(0,0,0,.48),rgba(0,0,0,.2) 45%,rgba(0,0,0,.66)),
    radial-gradient(circle at center,transparent 15%,rgba(0,0,0,.5) 92%);
  pointer-events:none;
}

.intro-film-grain {
  position:absolute;
  inset:-30%;
  z-index:-2;
  opacity:.045;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation:introGrain 8s steps(2) infinite;
}

@keyframes introGrain {
  0%,100% { transform:translate3d(0,0,0); }
  25% { transform:translate3d(2%,-1%,0); }
  50% { transform:translate3d(-1%,2%,0); }
  75% { transform:translate3d(1%,1%,0); }
}

.intro-opening,
.intro-chapter {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:clamp(1.5rem,5vw,5rem);
}

.intro-opening {
  z-index:3;
}

.intro-opening img {
  width:clamp(190px,28vw,390px);
  height:auto;
  margin-bottom:1.5rem;
}

.intro-opening > p {
  max-width:680px;
  color:rgba(245,242,235,.58);
  font-size:clamp(.7rem,.85vw,.82rem);
  font-weight:600;
  line-height:1.7;
  letter-spacing:.08em;
}

.intro-scroll-cue {
  position:absolute;
  bottom:max(2rem,env(safe-area-inset-bottom));
  left:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.75rem;
  color:rgba(255,255,255,.55);
  font-size:.66rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  transform:translateX(-50%);
}

.intro-scroll-cue i {
  position:relative;
  display:block;
  width:1px;
  height:44px;
  overflow:hidden;
  background:rgba(255,255,255,.18);
}

.intro-scroll-cue i::after {
  content:"";
  position:absolute;
  inset:0;
  background:#d6aa5f;
  transform:translateY(-100%);
  animation:introScrollLine 1.8s ease-in-out infinite;
}

@keyframes introScrollLine {
  0% { transform:translateY(-100%); }
  55%,100% { transform:translateY(100%); }
}

.intro-chapters {
  position:absolute;
  inset:0;
  z-index:2;
}

.intro-chapter {
  opacity:0;
  pointer-events:none;
  will-change:opacity,transform,filter;
}

.intro-chapter > span {
  margin-bottom:1.25rem;
  color:#d6aa5f;
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.18em;
}

.intro-chapter h1,
.intro-chapter h2 {
  max-width:min(1200px,92vw);
  margin:0;
  color:#f5f2eb;
  font-size:clamp(4rem,10vw,10rem);
  font-weight:700;
  line-height:.92;
  letter-spacing:-.06em;
  text-wrap:balance;
}

.intro-chapter p {
  max-width:620px;
  margin:1.6rem auto 0;
  color:rgba(245,242,235,.66);
  font-size:clamp(.95rem,1.4vw,1.15rem);
  line-height:1.7;
}

.intro-progress {
  position:absolute;
  z-index:5;
  left:clamp(1.25rem,4vw,4rem);
  right:clamp(1.25rem,4vw,4rem);
  bottom:max(1.8rem,env(safe-area-inset-bottom));
  height:1px;
  overflow:hidden;
  background:rgba(255,255,255,.13);
}

.intro-progress span {
  display:block;
  width:0;
  height:100%;
  background:linear-gradient(90deg,#d6aa5f,#f5f2eb);
}

.intro-counter {
  position:absolute;
  z-index:5;
  left:clamp(1.25rem,4vw,4rem);
  bottom:max(2.7rem,calc(env(safe-area-inset-bottom) + 1rem));
  color:rgba(255,255,255,.48);
  font-size:.68rem;
  letter-spacing:.14em;
}

.intro-counter span {
  color:#d6aa5f;
}

.intro-skip {
  position:absolute;
  z-index:8;
  top:max(1.25rem,env(safe-area-inset-top));
  right:clamp(1.25rem,4vw,4rem);
  min-height:44px;
  padding:0 1.05rem;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(5,5,6,.38);
  color:rgba(255,255,255,.8);
  font-size:.72rem;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  cursor:pointer;
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
  transition:background .25s ease,border-color .25s ease,color .25s ease;
}

.intro-skip:hover,
.intro-skip:focus-visible {
  border-color:rgba(214,170,95,.55);
  background:rgba(10,10,11,.72);
  color:#fff;
}

html[dir="rtl"] .intro-skip {
  right:auto;
  left:clamp(1.25rem,4vw,4rem);
}

html[dir="rtl"] .intro-counter {
  left:auto;
  right:clamp(1.25rem,4vw,4rem);
}

html[dir="rtl"] .intro-opening > p {
  letter-spacing:.04em;
  text-transform:none;
}

html[dir="rtl"] .intro-chapter h1,
html[dir="rtl"] .intro-chapter h2 {
  line-height:1.16;
  letter-spacing:0;
}

.cinematic-intro.video-fallback .intro-film {
  display:none;
}

.cinematic-intro.video-fallback {
  background:
    radial-gradient(circle at 24% 24%,rgba(214,170,95,.16),transparent 30%),
    radial-gradient(circle at 72% 64%,rgba(54,80,110,.2),transparent 36%),
    linear-gradient(135deg,#020203,#0b0b0d 60%,#030304) !important;
}

@media (max-width:768px) {
  .intro-visual { inset:-4%; }

  .intro-visual-ring { width:min(118vw,560px); }

  .intro-visual-orb {
    width:70vw;
    filter:blur(58px);
  }

  .intro-film {
    inset:-2%;
    width:104%;
    height:104%;
    object-position:center;
  }

  .intro-opening,
  .intro-chapter {
    padding:5.5rem 1.25rem 6rem;
  }

  .intro-opening img {
    width:min(62vw,260px);
  }

  .intro-opening > p {
    max-width:80vw;
    font-size:.62rem;
    line-height:1.6;
  }

  .intro-chapter h1,
  .intro-chapter h2 {
    max-width:94vw;
    font-size:clamp(3.25rem,15vw,6rem);
    line-height:.98;
  }

  html[dir="rtl"] .intro-chapter h1,
  html[dir="rtl"] .intro-chapter h2 {
    font-size:clamp(3rem,13.5vw,5.4rem);
    line-height:1.2;
  }

  .intro-chapter p {
    max-width:86vw;
    font-size:.92rem;
  }

  .intro-skip {
    top:max(1rem,env(safe-area-inset-top));
    right:1rem;
    min-width:96px;
    min-height:48px;
    background:rgba(5,5,6,.58);
  }

  html[dir="rtl"] .intro-skip {
    right:auto;
    left:1rem;
  }

  .intro-scroll-cue {
    bottom:max(2.4rem,calc(env(safe-area-inset-bottom) + 1rem));
  }

  .intro-progress {
    bottom:max(1.15rem,env(safe-area-inset-bottom));
  }

  .intro-counter {
    bottom:max(1.9rem,calc(env(safe-area-inset-bottom) + .8rem));
  }
}

@media (prefers-reduced-motion:reduce) {
  .intro-film,
  .intro-film-grain {
    display:none !important;
  }

  .intro-scroll-cue i::after,
  .intro-film-grain {
    animation:none !important;
  }

  .intro-skip {
    transition:none;
  }

  .intro-visual-orb,
  .intro-visual-ring { transition:none; }
}

/* Final booking rhythm: keep intentional line breaks across later overrides */
html[lang="en"] .booking-heading {
  flex-direction:column;
  flex-wrap:nowrap;
  align-items:flex-start;
  column-gap:0;
  row-gap:0;
  line-height:.88 !important;
  padding-bottom:.16em;
  margin-bottom:-.16em;
}

@media (max-width:768px) {
  html[lang="en"] .booking-heading { line-height:.92 !important; }
}

/* Phone statement composition */
@media (max-width:768px) {
  html[lang="en"] .statement-video-section {
    padding:4.5rem 1.25rem;
  }

  html[lang="en"] .statement-content {
    width:100%;
    max-width:100%;
  }

  html[lang="en"] .statement-video-text {
    width:100%;
    max-width:100%;
    margin-inline:auto;
    overflow:visible;
    font-size:clamp(2.75rem,12.5vw,3.4rem) !important;
    line-height:1 !important;
    letter-spacing:-.055em;
    overflow-wrap:normal;
    word-break:normal;
  }

  html[lang="en"] .statement-video-text > span {
    white-space:normal;
  }

  html[lang="en"] .statement-video-text > span + span {
    margin-top:.08em;
  }

  html[lang="en"] .statement-subtitle {
    max-width:32rem;
    margin-top:1.6rem;
    padding-inline:.25rem;
  }
}

/* Multi-select project services */
.terminal-choice-multi {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}

.terminal-choice-multi::after {
  content:"";
  width:1.05rem;
  height:1.05rem;
  flex:0 0 1.05rem;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.terminal-choice-multi.is-selected {
  border-color:rgba(214,170,95,.78);
  background:rgba(214,170,95,.1);
  color:#f3d79f;
}

.terminal-choice-multi.is-selected::after {
  border-color:#d6aa5f;
  background:#d6aa5f;
  box-shadow:inset 0 0 0 3px #101011,0 0 0 3px rgba(214,170,95,.12);
}

/* Consolidated phone visual system */
@media (max-width:768px) {
  .about-section,
  .service-details-section,
  .work-section,
  .process-section,
  .booking-section,
  .contact-section {
    padding-inline:1.25rem !important;
    padding-block:5.25rem !important;
  }

  .about-section,
  .service-details-section,
  .work-section,
  .process-section,
  .booking-section {
    border-bottom:1px solid rgba(255,255,255,.07);
  }

  .about-title {
    margin-bottom:2.5rem;
    font-size:clamp(3.4rem,18vw,5rem);
    line-height:.9;
  }

  .about-content,
  .services-content,
  .service-details-header,
  .work-header,
  .process-heading,
  .booking-title,
  .contact-content {
    width:100%;
    max-width:none;
  }

  .about-description,
  .service-details-header h2,
  .process-heading h2 {
    text-wrap:balance;
  }

  .about-cards,
  .service-details-grid {
    gap:.8rem !important;
  }

  .about-card,
  .service-detail-card {
    padding:1.5rem 1.35rem !important;
    border:1px solid rgba(255,255,255,.1);
    border-radius:20px !important;
    background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)) !important;
    box-shadow:0 18px 48px rgba(0,0,0,.2);
  }

  .about-card h3,
  .service-detail-card h3 {
    font-size:clamp(1.2rem,5.8vw,1.55rem);
    line-height:1.25;
  }

  .about-card p,
  .service-detail-card p {
    font-size:.92rem;
    line-height:1.75;
  }

  .service-details-header {
    margin-bottom:2.25rem;
  }

  .service-details-header h2 {
    font-size:clamp(2.25rem,10.5vw,3.35rem) !important;
    line-height:1.04 !important;
  }

  .work-header {
    align-items:flex-start;
    gap:1.5rem;
    margin-bottom:2.5rem;
  }

  .work-header h2 {
    font-size:clamp(3.7rem,18vw,5rem);
    line-height:.88;
  }

  .work-header-text {
    width:100%;
    max-width:none;
  }

  .premium-work-slider {
    height:560px;
    border-radius:24px;
  }

  .project-info {
    box-sizing:border-box;
    width:100%;
    padding:1.5rem 1.35rem 5.75rem !important;
    justify-content:flex-end;
  }

  .project-info > span:first-child,
  .project-line {
    display:none;
  }

  .project-info h3 {
    max-width:82%;
    margin-bottom:.8rem;
    font-size:clamp(2.3rem,12vw,3.35rem);
    line-height:.94;
  }

  .project-tags {
    margin:.35rem 0 .8rem;
  }

  .project-info p {
    max-width:31rem;
    margin-bottom:1rem;
    font-size:.86rem;
    line-height:1.65;
  }

  .project-info .project-btn {
    margin-top:0;
    min-height:46px;
    display:inline-flex;
    align-items:center;
  }

  .project-count {
    top:1.35rem;
    right:1.35rem;
  }

  .slider-controls {
    right:1.25rem;
    bottom:1.25rem;
    gap:.65rem;
  }

  .slider-controls button {
    width:48px;
    height:48px;
  }

  .process-heading {
    margin-bottom:2.5rem;
  }

  .process-grid article {
    min-height:0;
    padding-block:1.35rem;
  }

  .process-grid h3 {
    font-size:1.15rem;
  }

  .terminal-box {
    border-radius:20px !important;
    box-shadow:0 24px 70px rgba(0,0,0,.42);
  }

  .terminal-body {
    padding:1.25rem !important;
  }

  .terminal-choices {
    gap:.6rem;
  }

  .terminal-choice,
  .style-preview-btn {
    min-height:48px;
    padding:.85rem 1rem;
    line-height:1.35;
  }

  .terminal-actions {
    position:sticky;
    bottom:0;
    padding-top:.75rem;
    background:linear-gradient(transparent,#080808 35%);
  }

  .contact-heading {
    max-width:100%;
    font-size:clamp(2.8rem,13vw,4rem) !important;
    line-height:1 !important;
  }

  .contact-links {
    gap:.65rem;
  }

  .contact-links a {
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .footer {
    margin-top:4rem;
  }

  .footer-main {
    gap:2rem;
  }
}

/* ==========================================
   SECTION: DIGIFACE CONCIERGE — FINAL OVERRIDES
========================================== */
.digiface-concierge {
  padding:24px;
  background:rgba(2,10,10,.78);
  backdrop-filter:blur(18px);
}
.digiface-concierge .concierge-box {
  display:block;
  width:min(780px,100%);
  max-height:min(820px,calc(100dvh - 48px));
  padding:0;
  border:1px solid rgba(100,216,210,.24);
  border-radius:28px;
  background:linear-gradient(145deg,#071110,#0a1514);
  box-shadow:0 36px 110px rgba(0,0,0,.55);
}
.digiface-concierge .concierge-top {
  position:sticky;
  top:0;
  z-index:3;
  height:80px;
  padding:0 26px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(7,17,16,.92);
  backdrop-filter:blur(16px);
}
.digiface-concierge .concierge-top img { width:auto;height:22px; }
.digiface-concierge .concierge-top button {
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.12);
}
.digiface-concierge .concierge-body {
  min-height:0;
  padding:clamp(28px,5vw,52px) !important;
}
.concierge-meta,.concierge-meta-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.concierge-meta-actions { justify-content:flex-end; }
.concierge-step-label { color:#64d8d2;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase; }
.concierge-back {
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  color:rgba(255,255,255,.72);
  background:transparent;
  cursor:pointer;
}
.concierge-back[hidden] { display:none !important; }
.digiface-concierge .concierge-title {
  max-width:15ch;
  margin:18px 0 30px !important;
  font-size:clamp(2rem,5vw,3.6rem) !important;
  font-weight:650 !important;
  line-height:1.05 !important;
  letter-spacing:-.04em !important;
}
.digiface-concierge .concierge-choices {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px !important;
}
.digiface-concierge .concierge-choice {
  position:relative;
  min-height:68px;
  padding:18px 50px 18px 20px !important;
  border-radius:16px !important;
  font-size:clamp(.98rem,2vw,1.08rem) !important;
  font-weight:500 !important;
  line-height:1.3 !important;
  text-align:left;
  transform:none !important;
}
.digiface-concierge .concierge-choice::after {
  content:"\2197";
  position:absolute;
  top:50%;right:18px;
  color:#64d8d2;
  transform:translateY(-50%);
}
.digiface-concierge .concierge-choice:hover,
.digiface-concierge .concierge-choice:focus-visible,
.digiface-concierge .concierge-choice.is-selected {
  border-color:#64d8d2;
  color:#071110;
  background:#64d8d2;
  outline:none;
}
.digiface-concierge .concierge-progress { height:3px;margin-top:28px !important; }
.digiface-concierge .concierge-summary-actions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:20px;
}
.digiface-concierge .concierge-summary-actions .concierge-whatsapp { grid-column:1/-1; }
@media (max-width:680px) {
  .digiface-concierge { align-items:flex-end;padding:0; }
  .digiface-concierge .concierge-box { width:100%;height:auto;max-height:92dvh;border-radius:24px 24px 0 0; }
  .digiface-concierge .concierge-top { height:70px;padding:0 18px; }
  .digiface-concierge .concierge-body { padding:24px 18px 28px !important; }
  .digiface-concierge .concierge-title { margin-bottom:24px !important;font-size:clamp(1.9rem,9vw,2.7rem) !important; }
  .digiface-concierge .concierge-choices,
  .digiface-concierge .concierge-summary-actions { grid-template-columns:1fr; }
  .digiface-concierge .concierge-choice { min-height:58px;padding:15px 46px 15px 16px !important; }
  .digiface-concierge .concierge-summary-actions .concierge-whatsapp { grid-column:auto; }
}
