/* =========================================================
   A WALD STUDIO — Directed Final Correction Pass
   18 July 2026
   ========================================================= */

/* ---------- Homepage balance ---------- */
body:not(.inner-page) .brand img{
  height:94px!important;
  max-height:94px!important;
  width:auto!important;
}
body:not(.inner-page) header.scrolled .brand img{
  height:76px!important;
  max-height:76px!important;
}
@media (min-width:921px){
  .hero.hero-static-background .designed-row{
    width:100%!important;
    max-width:var(--max)!important;
    margin:0 auto!important;
    padding:10px 0 0 clamp(320px,19vw,380px)!important;
    grid-template-columns:120px repeat(5,minmax(90px,1fr))!important;
    gap:clamp(14px,1.25vw,24px)!important;
  }
  .hero.hero-static-background .designed-row span{white-space:nowrap!important}
}

/* ---------- Concierge: orderly WhatsApp-like layout ---------- */
.aw-concierge-launcher{
  min-width:202px!important;
  gap:12px!important;
  padding:6px 18px 6px 9px!important;
}
.aw-concierge-launcher-mark{
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  margin-left:1px!important;
}
.aw-concierge-launcher-mark img{width:26px!important;height:26px!important}
.aw-concierge-launcher-copy strong{font-size:13.5px!important;letter-spacing:.015em!important}

.aw-concierge-panel{
  width:min(380px,calc(100vw - 28px))!important;
  height:min(510px,calc(100dvh - 28px))!important;
  grid-template-rows:84px 64px minmax(0,1fr)!important;
  border:1px solid rgba(246,235,219,.21)!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 18% 8%,rgba(255,255,255,.13),transparent 24%),
    linear-gradient(155deg,rgba(119,129,141,.20),rgba(25,29,35,.31) 46%,rgba(6,8,12,.60) 100%)!important;
  box-shadow:0 36px 100px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.22),0 0 0 1px rgba(255,255,255,.016)!important;
  -webkit-backdrop-filter:blur(38px) saturate(160%)!important;
  backdrop-filter:blur(38px) saturate(160%)!important;
}
.aw-concierge-panel::before{
  opacity:.45!important;
  background:linear-gradient(125deg,rgba(255,255,255,.08),transparent 26%,transparent 74%,rgba(196,141,80,.035))!important;
}
.aw-concierge-panel::after{display:none!important}
.aw-concierge-header{
  padding:15px 18px 13px!important;
  gap:14px!important;
  border-bottom:1px solid rgba(255,255,255,.075)!important;
}
.aw-concierge-brand{gap:14px!important;padding-left:2px!important}
.aw-concierge-mark{
  flex:0 0 52px!important;
  width:52px!important;
  height:52px!important;
  margin:0!important;
}
.aw-concierge-mark img{width:33px!important;height:33px!important}
.aw-concierge-brand>div{gap:7px!important}
.aw-concierge-brand strong{font-size:18px!important;line-height:1!important}
.aw-concierge-brand small{font-size:11px!important;line-height:1!important;letter-spacing:.01em!important;color:#d8d2ca!important}
.aw-concierge-brand small i{width:7px!important;height:7px!important}
.aw-concierge-close{
  flex:0 0 40px!important;
  width:40px!important;
  height:40px!important;
  border:1px solid rgba(255,255,255,.095)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 18px rgba(0,0,0,.12)!important;
}
.aw-concierge-close svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.55!important;
  stroke-linecap:round!important;
}
.aw-concierge-close:hover{transform:none!important;background:rgba(255,255,255,.085)!important}
.aw-concierge-intro{padding:12px 20px 8px!important}
.aw-concierge-intro p{font-size:12.5px!important;line-height:1.55!important}
.aw-concierge-suggestions{padding:0 17px 15px!important;gap:7px!important}
.aw-concierge-panel.chat-mode{grid-template-rows:84px minmax(0,1fr)!important}
.aw-concierge-panel.chat-mode .aw-concierge-chat{
  inset:84px 0 10px!important;
  padding:0 15px 12px!important;
}
.aw-concierge-back{
  min-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  padding:0 4px!important;
  font-size:11px!important;
  letter-spacing:.01em!important;
  color:#ddd5cc!important;
}
.aw-concierge-back svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.45!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.aw-concierge-messages{padding:6px 2px 10px!important}
.aw-message{margin-bottom:10px!important}
.aw-message p{
  max-width:86%!important;
  padding:12px 14px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.052)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
  font-size:11px!important;
  line-height:1.55!important;
}
.aw-message.user p{
  border-color:rgba(214,169,111,.18)!important;
  background:linear-gradient(135deg,rgba(183,130,72,.15),rgba(255,255,255,.055))!important;
}
.aw-concierge-form{
  width:100%!important;
  grid-template-columns:minmax(0,1fr) 46px!important;
  gap:10px!important;
  min-height:60px!important;
  padding:6px 6px 6px 16px!important;
  border:1px solid rgba(255,255,255,.095)!important;
  border-radius:23px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,rgba(255,255,255,.066),rgba(6,9,13,.085))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.085),0 10px 24px rgba(0,0,0,.10)!important;
}
.aw-concierge-form::before{display:none!important}
.aw-concierge-input-shell{
  min-width:0!important;
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.aw-concierge-form textarea,
.aw-concierge-form textarea:hover,
.aw-concierge-form textarea:focus,
.aw-concierge-form textarea:active{
  -webkit-appearance:none!important;
  appearance:none!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:42px!important;
  min-height:42px!important;
  max-height:88px!important;
  margin:0!important;
  padding:11px 2px 10px!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  color:#f2ece5!important;
  font-size:11px!important;
  line-height:1.48!important;
  resize:none!important;
}
.aw-concierge-form textarea::-webkit-resizer{display:none!important}
.aw-concierge-form textarea::placeholder{color:rgba(218,211,203,.55)!important;opacity:1!important}
.aw-concierge-form button{
  width:46px!important;
  height:46px!important;
  flex-basis:46px!important;
  align-self:center!important;
  border:1px solid rgba(255,255,255,.20)!important;
  background:radial-gradient(circle at 35% 24%,#ecd4b0,#c9975e 55%,#9e6934)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.48),inset 0 -5px 10px rgba(93,48,12,.15),0 8px 18px rgba(0,0,0,.18)!important;
}
.aw-concierge-form button svg{width:17px!important;height:17px!important;transform:translateX(1px)!important}
.aw-concierge-footer{border-top-color:rgba(255,255,255,.05)!important}
.aw-concierge-footer span{font-size:8px!important}

/* ---------- Marquee: JS-driven exact seamless loop ---------- */
.kinetic-track{
  animation:none!important;
  will-change:transform!important;
  gap:0!important;
}
.kinetic-group{flex:none!important;padding-right:34px!important}

/* ---------- Visual world: never disappear during scroll ---------- */
.world-section{
  overflow:visible!important;
  isolation:isolate!important;
}
.sticky-world{
  position:sticky!important;
  top:78px!important;
  z-index:2!important;
  transform:none!important;
  translate:none!important;
  backface-visibility:visible!important;
  -webkit-backface-visibility:visible!important;
  will-change:auto!important;
  contain:none!important;
}
.world-canvas{
  z-index:2!important;
  transform:none!important;
  backface-visibility:visible!important;
  -webkit-backface-visibility:visible!important;
  will-change:auto!important;
}
.world-steps{
  position:relative!important;
  z-index:4!important;
  gap:24vh!important;
  padding-top:12vh!important;
  padding-bottom:12vh!important;
}
.world-steps article{
  pointer-events:auto!important;
  opacity:.55!important;
  transform:none!important;
  backface-visibility:visible!important;
  -webkit-backface-visibility:visible!important;
  transition:opacity .3s ease,border-color .3s ease,background .3s ease!important;
}
.world-steps article.is-active{
  opacity:1!important;
  border-color:rgba(214,177,127,.22)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;
}
.world-image{will-change:opacity,transform!important}

/* ---------- Scroll card smoothness ---------- */
.value-card,
.project-media,
.floating-frame,
.service-tier,
.contact-shell,
.project-compass,
.compass-form{
  backface-visibility:visible!important;
  -webkit-backface-visibility:visible!important;
}
.value-card{
  transform:none!important;
  will-change:auto!important;
  contain:paint!important;
  transition:transform .24s ease,border-color .24s ease,background .24s ease!important;
}
.value-card:hover{transform:translateY(-4px)!important}

/* ---------- Package visual: remove delayed straight-line artifacts ---------- */
.architectural-system .architecture-link{display:none!important}
.architectural-system .glass-slab::before,
.architectural-system .glass-slab::after{display:none!important}
.architectural-system .core-depth{
  box-shadow:none!important;
  opacity:.38!important;
}
.architectural-system .architecture-grid{opacity:.10!important}
.architectural-system .architecture-scene{
  will-change:auto!important;
  transition:transform .28s ease!important;
}
.architectural-system .glass-slab,
.architectural-system .architecture-core,
.architectural-system .architecture-node,
.architectural-system .architecture-ring{
  transition:transform .42s cubic-bezier(.2,.72,.2,1),opacity .24s ease!important;
}
.architectural-system::before{
  background:radial-gradient(circle at 50% 52%,rgba(116,145,164,.07),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.025),transparent 40%,rgba(180,120,62,.018))!important;
}
.architectural-system::after{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),inset 0 0 72px rgba(0,0,0,.26)!important;
}

/* ---------- Contact glass: remove GPU seam lines ---------- */
.contact-shell,
.project-compass,
.compass-form{
  overflow:hidden!important;
  transform:none!important;
  will-change:auto!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018))!important;
  box-shadow:0 34px 90px rgba(0,0,0,.23),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.contact-shell::before,
.contact-shell::after,
.project-compass::before,
.project-compass::after,
.compass-form::before,
.compass-form::after{display:none!important}
.project-form input,
.project-form textarea,
.project-form select,
.glass-select{
  background:rgba(3,5,8,.28)!important;
  box-shadow:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

/* ---------- Work page: central orb and clean crops ---------- */
.work-hero .inner-hero-visual{position:relative!important;isolation:isolate!important}
.work-hero .floating-frame{
  z-index:1!important;
  overflow:clip!important;
  filter:none!important;
  background-clip:padding-box!important;
  box-shadow:0 26px 74px rgba(0,0,0,.30)!important;
}
.work-hero .ff1{left:2%!important;top:15%!important;width:240px!important;height:315px!important}
.work-hero .ff2{right:2%!important;top:8%!important;width:198px!important;height:250px!important}
.work-hero .ff3{right:7%!important;bottom:3%!important;width:190px!important;height:230px!important}
.work-hero .lens-mini{
  left:50%!important;
  top:51%!important;
  width:178px!important;
  height:178px!important;
  transform:translate(-50%,-50%)!important;
  z-index:3!important;
  box-shadow:0 24px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.17)!important;
}
.work-hero .lens-mini img{width:58px!important}
.project-media{
  overflow:clip!important;
  filter:none!important;
  background-clip:padding-box!important;
  transform:none!important;
  box-shadow:0 32px 92px rgba(0,0,0,.25)!important;
}
.project-media::after{display:none!important}
.project-row:nth-child(1) .project-media{background-position:56% 50%!important}
.project-row:nth-child(2) .project-media{background-position:50% 48%!important}
.project-row:nth-child(3) .project-media{background-size:cover!important;background-position:center 48%!important}

/* ---------- Services hero: restored visual system ---------- */
.services-hero{isolation:isolate!important}
.service-orbit{
  position:relative!important;
  transform-style:preserve-3d!important;
  perspective:1200px!important;
  will-change:auto!important;
}
.service-orbit::before{
  content:""!important;
  position:absolute!important;
  inset:10% 15%!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(197,153,95,.08),rgba(102,136,161,.045) 42%,transparent 70%)!important;
  filter:blur(18px)!important;
  pointer-events:none!important;
}
.service-ring{
  border-color:rgba(198,161,107,.20)!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.015),0 22px 60px rgba(0,0,0,.10)!important;
  animation:serviceRingFinal 24s linear infinite!important;
}
.service-core{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  transform:translateZ(26px)!important;
  animation:serviceCoreFinal 7s ease-in-out infinite!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 24px 56px rgba(0,0,0,.22)!important;
}
.service-core img{width:60px!important;height:60px!important;object-fit:contain!important}
.service-core-kicker{font-size:8px!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:#b99566!important}
.service-core strong{font:500 14px/1 var(--display)!important;letter-spacing:.04em!important;color:#eee6dc!important}
.service-node{
  transform:none!important;
  will-change:auto!important;
  animation:serviceNodeFinal 8s ease-in-out infinite!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 36px rgba(0,0,0,.14)!important;
}
.service-node.sn2{animation-delay:-2s!important}.service-node.sn3{animation-delay:-4s!important}.service-node.sn4{animation-delay:-6s!important}
@keyframes serviceRingFinal{from{transform:rotateZ(0deg)}to{transform:rotateZ(360deg)}}
@keyframes serviceCoreFinal{0%,100%{transform:translateZ(26px) translateY(0)}50%{transform:translateZ(34px) translateY(-8px)}}
@keyframes serviceNodeFinal{0%,100%{translate:0 0}50%{translate:0 -8px}}

/* Services package cards: stable premium liquid glass, no mouse spotlight */
.service-tier{
  --tier-rx:0deg!important;
  --tier-ry:0deg!important;
  --tier-hover-lift:0px!important;
  --tier-glow:0!important;
  transform:none!important;
  transform-style:flat!important;
  will-change:auto!important;
  background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(90,112,128,.035) 42%,rgba(7,10,14,.31) 82%)!important;
  border-color:rgba(244,232,216,.15)!important;
  box-shadow:0 28px 76px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.16)!important;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease!important;
}
.service-tier.featured{transform:none!important;border-color:rgba(230,199,158,.23)!important}
.service-tier::before{opacity:.22!important;mix-blend-mode:normal!important}
.service-tier::after{display:none!important}
.service-tier > *{transform:none!important}
.service-tier:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(230,199,158,.28)!important;
  box-shadow:0 34px 86px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.20)!important;
}

/* ---------- Process dial: actual logo and uninterrupted 3D orbit ---------- */
.process-dial{
  position:relative!important;
  width:460px!important;
  height:460px!important;
  margin:auto!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
  perspective:1300px!important;
  transform-style:preserve-3d!important;
  animation:none!important;
}
.process-dial::before,
.process-dial::after{display:none!important}
.dial-orbit{
  position:absolute!important;
  inset:0!important;
  border-radius:50%!important;
  border:1px solid rgba(198,161,107,.20)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.018),0 26px 60px rgba(0,0,0,.12)!important;
  transform-style:preserve-3d!important;
  animation:dialOrbitFinal 16s linear infinite!important;
}
.dial-orbit::before,
.dial-orbit::after{
  content:""!important;
  position:absolute!important;
  border-radius:50%!important;
  pointer-events:none!important;
}
.dial-orbit::before{inset:12%!important;border:1px solid rgba(255,255,255,.055)!important;transform:translateZ(18px)!important}
.dial-orbit::after{inset:25%!important;border:1px solid rgba(198,161,107,.10)!important;transform:translateZ(-10px)!important}
.dial-orbit>span{
  position:absolute!important;
  z-index:2!important;
  font-size:11px!important;
  letter-spacing:.06em!important;
  color:#c8a36d!important;
  text-shadow:0 0 14px rgba(198,161,107,.18)!important;
}
.dial-orbit>span:nth-child(1){left:50%!important;top:-9px!important;transform:translateX(-50%)!important}
.dial-orbit>span:nth-child(2){right:10%!important;top:17%!important}
.dial-orbit>span:nth-child(3){right:-8px!important;top:50%!important;transform:translateY(-50%)!important}
.dial-orbit>span:nth-child(4){right:13%!important;bottom:13%!important}
.dial-orbit>span:nth-child(5){left:18%!important;bottom:1%!important}
.dial-orbit>span:nth-child(6){left:-7px!important;top:42%!important}
.dial-orbit-dot{
  position:absolute!important;
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:#d5ad76!important;
  box-shadow:0 0 16px rgba(213,173,118,.42)!important;
}
.dial-orbit-dot.dot-a{left:50%!important;top:50%!important;transform:translate(-50%,-50%) translateX(205px) translateZ(28px)!important}
.dial-orbit-dot.dot-b{left:50%!important;top:50%!important;transform:translate(-50%,-50%) rotate(122deg) translateX(205px) translateZ(-12px)!important}
.dial-orbit-dot.dot-c{left:50%!important;top:50%!important;transform:translate(-50%,-50%) rotate(242deg) translateX(205px) translateZ(14px)!important}
.dial-core{
  position:absolute!important;
  inset:auto!important;
  left:50%!important;
  top:50%!important;
  width:150px!important;
  height:150px!important;
  transform:translate(-50%,-50%) translateZ(46px)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:50%!important;
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 24px 56px rgba(0,0,0,.22),0 0 38px rgba(106,141,166,.075)!important;
  animation:dialCoreFinal 7.5s ease-in-out infinite!important;
}
.dial-core img{width:72px!important;height:72px!important;object-fit:contain!important;filter:drop-shadow(0 8px 16px rgba(0,0,0,.25))!important}
@keyframes dialOrbitFinal{
  from{transform:rotateX(66deg) rotateZ(0deg)}
  to{transform:rotateX(66deg) rotateZ(360deg)}
}
@keyframes dialCoreFinal{
  0%,100%{transform:translate(-50%,-50%) translateZ(46px) rotateY(-7deg) rotateX(3deg)}
  50%{transform:translate(-50%,-50%) translateZ(58px) rotateY(7deg) rotateX(-3deg)}
}

/* ---------- Responsive ---------- */
@media (max-width:1100px){
  .sticky-world{position:relative!important;top:auto!important}
  .world-steps{gap:28px!important;padding-top:30px!important;padding-bottom:40px!important}
  .work-hero .lens-mini{width:160px!important;height:160px!important}
}
@media (max-width:920px){
  body:not(.inner-page) .brand img{height:72px!important;max-height:72px!important}
  .hero.hero-static-background .designed-row{
    display:flex!important;
    gap:24px!important;
    padding:11px 0 5px!important;
    overflow-x:auto!important;
  }
  .aw-concierge-panel{
    left:12px!important;
    right:auto!important;
    bottom:12px!important;
    width:min(380px,calc(100vw - 24px))!important;
    height:min(510px,calc(100dvh - 24px))!important;
  }
  .process-dial{width:320px!important;height:320px!important}
  .dial-core{width:112px!important;height:112px!important}
  .dial-core img{width:54px!important;height:54px!important}
  .dial-orbit-dot.dot-a{transform:translate(-50%,-50%) translateX(140px) translateZ(22px)!important}
  .dial-orbit-dot.dot-b{transform:translate(-50%,-50%) rotate(122deg) translateX(140px) translateZ(-10px)!important}
  .dial-orbit-dot.dot-c{transform:translate(-50%,-50%) rotate(242deg) translateX(140px) translateZ(12px)!important}
}
@media (max-width:680px){
  .aw-concierge-panel{
    left:8px!important;
    right:8px!important;
    bottom:8px!important;
    width:auto!important;
    height:min(510px,calc(100dvh - 16px))!important;
  }
  .aw-concierge-header{padding:14px 15px 12px!important}
  .aw-concierge-mark{width:48px!important;height:48px!important;flex-basis:48px!important}
  .aw-concierge-brand strong{font-size:16px!important}
  .aw-concierge-brand small{font-size:10px!important}
  .aw-concierge-form{grid-template-columns:minmax(0,1fr) 44px!important}
  .aw-concierge-form button{width:44px!important;height:44px!important}
  .service-core img{width:46px!important;height:46px!important}
  .service-core strong{font-size:12px!important}
  .work-hero .lens-mini{width:132px!important;height:132px!important}
}
@media (prefers-reduced-motion:reduce){
  .dial-orbit,.dial-core,.service-ring,.service-core,.service-node{animation:none!important}
}
