/* Service experience: one persistent stage, three coordinated scenes. */
.experience-hero{--scene-ink:#173c28;--scene-accent:#4cb948;position:relative;padding:164px 0 34px;overflow:hidden;background:linear-gradient(125deg,#fff 46%,#f6fbf0);color:var(--scene-ink)}
.experience-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:55px;align-items:center}.experience-copy{min-width:0;padding:16px 0}.experience-eyebrow{display:flex;align-items:center;gap:22px;font-size:.75rem;letter-spacing:.12em;font-weight:700;flex-wrap:wrap;color:#4e6c55;margin-bottom:32px}.hero-chapter{color:#2c8139;padding-left:20px;border-left:1px solid #b6d3ac}.experience-title{font-family:var(--brand-display);font-size:clamp(3rem,5.4vw,5.85rem);font-weight:900;line-height:.94;letter-spacing:-.06em;text-transform:uppercase;min-height:3.1em;margin:0}.experience-title>span{display:block}.experience-title em{font-style:normal;color:#2c8b37}.experience-description{font-size:1.0625rem;line-height:1.8;color:#586b5c;max-width:490px;min-height:5.4em;margin:26px 0 0}.experience-actions{display:flex;gap:26px;align-items:center;flex-wrap:wrap;margin-top:24px}.experience-actions .btn{font-size:.9375rem;min-height:52px;padding:14px 20px}.hero-contact-link{font-size:.9375rem;font-weight:600;white-space:nowrap;border-bottom:1px solid #bad2b3;padding:8px 0}.hero-contact-link span{display:inline-block;margin-left:12px;transition:transform .3s}.hero-contact-link:hover span{transform:translate(3px,-3px)}.experience-note{display:flex;gap:14px;align-items:center;margin-top:40px;font-size:.875rem;color:#667968}.note-index{font-size:.75rem;display:grid;place-items:center;width:29px;height:29px;flex:none;border:1px solid #cadaC4;border-radius:50%;color:#3b7845}.experience-stage{position:relative;min-width:0;border:1px solid #dfe9d8;background:#fff;border-radius:28px;box-shadow:0 32px 70px #1a5b2010;perspective:1200px;transform:translate3d(0,0,0);transition:box-shadow .6s;isolation:isolate}.stage-topline,.stage-bottomline{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 24px;position:relative;z-index:4}.stage-topline{border-bottom:1px solid #eef3e9;letter-spacing:.13em;font-size:.6875rem;font-weight:700;color:#55775b}.stage-position{color:#6d826f;white-space:nowrap}.stage-bottomline{border-top:1px solid #edf2e9;font-size:.875rem;color:#3b6543}.stage-signature{font-size:.625rem;letter-spacing:.1em;color:#788b78}.scene-canvas{height:440px;position:relative;perspective:1200px;touch-action:pan-y;isolation:isolate}.scene-connections{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.connection-base{stroke:#d5e9c8;stroke-width:1.4}.connection-pulse{stroke:#4cb948;stroke-width:2;stroke-dasharray:12 170;animation:connect-travel 12s linear infinite}@keyframes connect-travel{to{stroke-dashoffset:-364}}.scene-art{position:absolute;inset:35px 14px 48px;display:grid;place-items:center;opacity:0;transform:translate3d(30px,22px,-80px) scale(.92);transition:opacity .75s,transform 1.1s cubic-bezier(.22,.8,.2,1),filter .75s;filter:blur(5px);pointer-events:none;z-index:1}.scene-art img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.scene-art.is-active{opacity:1;transform:translate3d(var(--look-x,0px),var(--look-y,0px),0) scale(1);filter:none;z-index:2}.scene-art.is-leaving{opacity:0;transform:translate3d(-30px,-12px,-50px) scale(1.03);filter:blur(4px)}.scene-label{position:absolute;z-index:3;border:1px solid #dbe8d1;border-radius:12px;padding:11px 15px;background:#ffffffed;backdrop-filter:blur(8px);box-shadow:0 12px 25px #245c1c0c;display:flex;gap:10px;align-items:center;font-size:.8125rem;transform:translate3d(calc(var(--look-x,0px)*-.4),calc(var(--look-y,0px)*-.4),0);transition:transform .3s,border-color .5s}.label-number{color:#4b9050;font-size:.6875rem;font-weight:700}.label-a{top:36px;left:22px}.label-b{top:77px;right:8px}.label-c{bottom:36px;right:18px}.scene-detail{position:absolute;z-index:4;left:20px;bottom:19px;width:170px;background:#fff;border:1px solid #d9e7d0;border-radius:16px;box-shadow:0 18px 32px #16401a12;transform:translate3d(calc(var(--look-x,0px)*.6),calc(var(--look-y,0px)*.6),0);transition:transform .3s}.detail-heading{padding:11px 13px;border-bottom:1px solid #edf3e8;display:flex;justify-content:space-between;font-size:.6875rem;font-weight:600;color:#547358}.detail-body{height:85px;display:grid;place-items:center;padding:11px}.layout-demo{border:1px solid #9bbc8d;border-radius:5px;width:128px;height:60px;overflow:hidden;animation:responsive-layout 7.5s cubic-bezier(.45,0,.25,1) infinite}.layout-top{height:9px;border-bottom:1px solid #e1ebda;background:#f0f7e9}.layout-content{padding:6px;display:grid;grid-template-columns:1fr 1fr;gap:4px}.layout-content span{height:10px;border-radius:2px;background:#dcebd2}.layout-content span:first-child{grid-column:1/-1;height:13px;background:linear-gradient(110deg,#4cb948,#aee02f)}@keyframes responsive-layout{0%,24%{width:128px}36%,55%{width:88px}67%,87%{width:44px}100%{width:128px}}.brand-demo{display:none;gap:6px;align-items:center}.brand-demo>span{width:25px;height:47px;border-radius:5px;transform:translateY(10px);animation:swatch-arrive 3.5s ease-in-out infinite alternate;background:#173c28}.brand-demo>span:nth-child(2){background:#4cb948;animation-delay:.2s}.brand-demo>span:nth-child(3){background:#aee02f;animation-delay:.4s}.brand-demo>span:nth-child(4){background:#e9f3e2;animation-delay:.6s}@keyframes swatch-arrive{0%,20%{transform:translateY(6px) rotate(-5deg)}80%,100%{transform:translateY(-3px) rotate(2deg)}}.support-demo{display:none;align-items:center;gap:4px;font-size:.5625rem;color:#376a42}.support-demo span{border:1px solid #c4ddb7;padding:7px 4px;border-radius:5px;background:#f6fbf1}.support-demo i{width:8px;height:2px;background:#4cb948;animation:support-flow 2s ease infinite}.support-demo i:nth-of-type(2){animation-delay:.5s}@keyframes support-flow{50%{opacity:.15}}
.experience-hero[data-scene=grow] .layout-demo,.experience-hero[data-scene=support] .layout-demo{display:none}.experience-hero[data-scene=grow] .brand-demo,.experience-hero[data-scene=support] .support-demo{display:flex}.experience-hero[data-scene=grow] .scene-label{border-color:#cdddab}.experience-hero[data-scene=support] .scene-label{border-color:#bedac3}.experience-bottom{display:flex;align-items:center;gap:38px;margin-top:53px;padding-top:0}.scene-selectors{display:grid;grid-template-columns:repeat(3,1fr);flex:1;gap:24px}.scene-selector{position:relative;display:grid;grid-template-columns:24px 1fr;gap:4px 12px;border:0;border-top:1px solid #ccdcca;border-radius:0;background:transparent;padding:18px 0;text-align:left;color:#718371;min-height:91px;isolation:isolate}.selector-title{font-family:var(--brand-display);font-size:1.25rem;font-weight:800;letter-spacing:-.025em;text-transform:uppercase;color:#527359;transition:color .3s}.selector-number{font-size:.6875rem;padding-top:7px;color:#80937b}.selector-description{grid-column:2;font-size:.8125rem;color:#798b78;line-height:1.4}.selector-progress{position:absolute;top:-2px;left:0;height:3px;width:100%;transform:scaleX(0);transform-origin:left;background:var(--legacy-gradient);transition:opacity .3s}.scene-selector.is-selected .selector-title{color:#183e26}.scene-selector.is-selected .selector-number,.scene-selector.is-selected .selector-description{color:#47734e}.scene-selector.is-selected .selector-progress{transform:scaleX(var(--progress,0))}.scene-selector:hover .selector-title{color:#2d8c39}.scene-controls{display:flex;gap:7px;align-items:center}.scene-controls button{width:43px;height:43px;display:grid;place-items:center;border:1px solid #d6e2cc;border-radius:50%;background:#fff;color:#285d34;font-size:1.2rem;transition:background .25s,transform .25s}.scene-controls button:hover{background:#e9f6df;transform:translateY(-2px)}.scene-controls [data-pause]{font-size:.9375rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.about-studio{margin:0}.experience-hero.is-still *,.experience-hero.is-still *:before,.experience-hero.is-still *:after{animation-play-state:paused!important}.experience-hero.is-still .scene-art{transition:none}.experience-hero.is-still .scene-art.is-active{transform:none}.experience-hero.is-still .scene-label,.experience-hero.is-still .scene-detail{transform:none}.experience-hero[data-ready=false] .scene-controls{display:none}
@media(min-width:1600px){.scene-canvas{height:490px}}
@media(max-width:1150px){.experience-layout{gap:30px;grid-template-columns:1fr 1fr}.experience-title{font-size:clamp(3rem,5.4vw,4.7rem)}.experience-hero{padding-top:140px}.scene-canvas{height:390px}.stage-topline,.stage-bottomline{padding:17px}.stage-signature{display:none}.scene-label{padding:9px 11px}.label-a{left:9px}.label-b{right:5px}.scene-detail{left:10px;width:152px}.experience-actions{gap:18px}.experience-bottom{gap:25px}.selector-description{font-size:.75rem}.scene-selectors{gap:17px}}
@media(max-width:850px){.experience-layout{grid-template-columns:1fr;gap:32px}.experience-hero{padding-top:123px}.experience-copy{max-width:680px;padding:0}.experience-title{font-size:clamp(3.25rem,7.8vw,5rem);min-height:3.06em}.experience-description{max-width:600px;min-height:3.6em;margin-top:20px}.experience-eyebrow{margin-bottom:24px}.experience-note{margin-top:24px}.experience-stage{max-width:650px;width:100%;margin:auto}.scene-canvas{height:410px}.experience-bottom{margin-top:35px;gap:18px;flex-wrap:wrap}.scene-selectors{min-width:100%;gap:15px}.scene-controls{margin-left:auto}.scene-selector{min-height:85px}.selector-description{font-size:.8125rem}.scene-label{font-size:.875rem}.stage-topline{font-size:.75rem}.stage-bottomline{font-size:.9375rem}.detail-heading{font-size:.75rem}.scene-detail{width:178px}.support-demo{font-size:.625rem}.scene-art{inset:40px 12px 42px}}
@media(max-width:480px){.experience-hero{padding:116px 0 25px}.experience-title{font-size:clamp(2.5rem,10.1vw,3.55rem);letter-spacing:-.058em;line-height:.96}.experience-eyebrow{font-size:.625rem;gap:12px}.hero-chapter{padding-left:12px}.experience-description{font-size:1rem;min-height:7.2em;line-height:1.65}.experience-actions{align-items:start;gap:16px}.experience-actions .btn{width:auto;max-width:100%;font-size:.875rem}.hero-contact-link{font-size:.875rem}.experience-note{font-size:.8125rem;margin-top:24px}.experience-stage{border-radius:20px}.scene-canvas{height:315px}.scene-art{inset:30px 0 45px}.scene-label{font-size:.75rem;gap:6px;padding:8px 10px;border-radius:9px}.label-a{top:15px;left:10px}.label-b{top:57px;right:5px}.label-c{right:7px;bottom:22px}.scene-detail{width:143px;left:9px;bottom:8px}.detail-heading{font-size:.625rem;padding:8px 10px}.detail-body{height:69px;padding:7px}.layout-demo{height:50px;max-width:100%}.support-demo{font-size:.5rem;gap:3px}.support-demo span{padding:6px 3px}.stage-topline{font-size:.625rem;padding:15px}.stage-bottomline{padding:14px 15px;font-size:.8125rem}.scene-selector{grid-template-columns:1fr;gap:5px;min-height:109px}.selector-number{padding:0;font-size:.6875rem}.selector-title{font-size:1.2rem}.selector-description{grid-column:1;font-size:.75rem}.scene-selectors{gap:16px}.scene-controls button{width:44px;height:44px}.experience-bottom{gap:10px}.scene-label,.scene-detail{transform:none!important}}
@media(prefers-reduced-motion:reduce){.scene-art,.scene-art.is-active,.scene-label,.scene-detail{transition:none!important;transform:none!important}.scene-connections,.detail-body *{animation:none!important}.selector-progress{transition:none}.scene-art:not(.is-active){visibility:hidden}}
.experience-hero:not(.hero-enhanced) .experience-bottom{display:none}


/* Tighter visual hand-off from the fixed header into the home service slider. */
.experience-hero{padding-top:112px}
@media(max-width:1150px){.experience-hero{padding-top:104px}}
@media(max-width:850px){.experience-hero{padding-top:94px}}
@media(max-width:480px){.experience-hero{padding:88px 0 25px}}


/* =========================================================
   LEGACY MAXCAST GREEN SLIDER PALETTE — September 2026
   Slider only. Uses the old Maxcast dark/light green identity
   to visually separate the hero from the white page sections.
   ========================================================= */
.experience-hero{
  --scene-ink:#ffffff;
  --scene-accent:#AEE02F;
  background:
    radial-gradient(900px 520px at 82% 14%,rgba(174,224,47,.36) 0%,rgba(174,224,47,0) 58%),
    radial-gradient(720px 520px at 18% 86%,rgba(76,185,72,.28) 0%,rgba(76,185,72,0) 62%),
    linear-gradient(118deg,#173c28 0%,#245d31 27%,#4CB948 67%,#AEE02F 100%);
  color:#fff;
}
.experience-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:84px 84px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.68),transparent 92%);
  opacity:.28;
}
.experience-layout,.experience-bottom{position:relative;z-index:1}
.experience-eyebrow{color:rgba(255,255,255,.78)}
.hero-chapter{color:#E7F89A;border-left-color:rgba(255,255,255,.36)}
.experience-title{color:#fff;text-shadow:0 12px 35px rgba(17,60,40,.16)}
.experience-title em{color:#E8FF8E}
.experience-description{color:rgba(255,255,255,.84)}
.experience-hero .experience-actions .btn-primary{
  background:#fff;
  color:#173c28;
  border-color:rgba(255,255,255,.9);
  box-shadow:0 14px 34px rgba(17,60,40,.18);
}
.experience-hero .experience-actions .btn-primary::before{
  background:linear-gradient(105deg,#E9FF9A,#AEE02F);
}
.experience-hero .experience-actions .btn-primary:hover,
.experience-hero .experience-actions .btn-primary:focus-visible{color:#173c28}
.hero-contact-link{color:#fff;border-bottom-color:rgba(255,255,255,.50)}
.experience-note{color:rgba(255,255,255,.80)}
.note-index{border-color:rgba(255,255,255,.42);color:#fff;background:rgba(255,255,255,.08)}
.experience-stage{
  border-color:rgba(255,255,255,.68);
  box-shadow:0 38px 85px rgba(17,60,40,.24);
}
.scene-selector{border-top-color:rgba(255,255,255,.38);color:rgba(255,255,255,.70)}
.selector-title{color:rgba(255,255,255,.78)}
.selector-number,.selector-description{color:rgba(255,255,255,.68)}
.scene-selector.is-selected .selector-title{color:#fff}
.scene-selector.is-selected .selector-number,
.scene-selector.is-selected .selector-description{color:rgba(255,255,255,.90)}
.scene-selector:hover .selector-title{color:#fff}
.selector-progress{background:linear-gradient(90deg,#fff,#E9FF9A)}
.scene-controls button{
  border-color:rgba(255,255,255,.52);
  background:rgba(255,255,255,.94);
  color:#245d31;
  box-shadow:0 10px 24px rgba(17,60,40,.12);
}
.scene-controls button:hover{background:#fff}
@media(max-width:850px){
  .experience-hero{
    background:
      radial-gradient(650px 420px at 92% 14%,rgba(174,224,47,.30) 0%,rgba(174,224,47,0) 58%),
      linear-gradient(150deg,#173c28 0%,#2c7839 54%,#AEE02F 125%);
  }
}

/* =========================================================
   SAFE COMPACT HERO FIT — September 2026
   Keeps the original slider geometry/animation model intact.
   Only vertical dimensions are reduced so the complete hero is visible.
   ========================================================= */
@media (min-width:851px){
  .experience-hero{
    padding-top:92px;
    padding-bottom:18px;
  }
  .experience-layout{gap:42px}
  .experience-copy{padding:8px 0}
  .experience-eyebrow{margin-bottom:20px}
  .experience-title{font-size:clamp(2.9rem,4.65vw,5.15rem);min-height:3em}
  .experience-description{margin-top:18px;min-height:4.65em;line-height:1.65}
  .experience-actions{margin-top:18px;gap:20px}
  .experience-actions .btn{min-height:48px;padding:12px 19px}
  .experience-note{margin-top:20px}
  .stage-topline,.stage-bottomline{padding:14px 19px}
  .scene-canvas{height:350px}
  .scene-art{inset:30px 12px 42px}
  .label-a{top:28px;left:16px}
  .label-b{top:66px;right:7px}
  .label-c{bottom:30px;right:14px}
  .scene-detail{left:14px;bottom:13px;width:160px}
  .experience-bottom{margin-top:24px;gap:26px}
  .scene-selectors{gap:19px}
  .scene-selector{min-height:72px;padding:12px 0 9px}
  .selector-title{font-size:1.12rem}
  .selector-number{padding-top:5px}
  .selector-description{font-size:.74rem}
  .scene-controls button{width:40px;height:40px}
}

/* Common 1366×768 / 1440×800 laptop class. */
@media (min-width:851px) and (max-height:820px){
  .experience-hero{padding-top:84px;padding-bottom:12px}
  .experience-layout{gap:34px}
  .experience-eyebrow{margin-bottom:14px}
  .experience-title{font-size:clamp(2.65rem,4.15vw,4.6rem);min-height:2.92em}
  .experience-description{margin-top:13px;min-height:4.2em;font-size:1rem;line-height:1.58}
  .experience-actions{margin-top:13px}
  .experience-actions .btn{min-height:44px;padding:10px 17px}
  .experience-note{margin-top:14px}
  .stage-topline,.stage-bottomline{padding:11px 16px}
  .scene-canvas{height:310px}
  .scene-art{inset:24px 10px 36px}
  .scene-label{padding:8px 10px}
  .label-a{top:20px;left:10px}
  .label-b{top:55px;right:5px}
  .label-c{bottom:24px;right:8px}
  .scene-detail{left:9px;bottom:9px;width:148px}
  .detail-heading{padding:9px 10px}
  .detail-body{height:72px;padding:8px}
  .layout-demo{height:52px}
  .experience-bottom{margin-top:16px;gap:20px}
  .scene-selector{min-height:60px;padding:8px 0 6px}
  .selector-title{font-size:1rem}
  .selector-description{font-size:.68rem}
  .scene-controls button{width:36px;height:36px}
}

/* Give larger desktop screens a little more breathing room without returning to the oversized hero. */
@media (min-width:851px) and (min-height:950px){
  .experience-hero{padding-top:100px;padding-bottom:22px}
  .scene-canvas{height:390px}
  .experience-bottom{margin-top:30px}
  .scene-selector{min-height:78px}
}


/* =========================================================
   RIGHT-STAGE GEOMETRY RESTORE — final correction
   Preserve the original visual/artwork geometry. Compact only
   the surrounding hero spacing and selector rail.
   ========================================================= */
@media (min-width:851px){
  .experience-hero{
    padding-top:88px;
    padding-bottom:14px;
  }
  .experience-layout{
    gap:42px;
    align-items:center;
  }
  .experience-stage{
    min-height:0;
    overflow:hidden;
  }
  .stage-topline,
  .stage-bottomline{
    padding:14px 20px;
  }
  .scene-canvas{
    height:410px;
    min-height:410px;
  }
  .scene-art{
    inset:35px 14px 48px;
  }
  .scene-art img{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center center;
  }
  .label-a{top:36px;left:22px}
  .label-b{top:77px;right:8px}
  .label-c{bottom:36px;right:18px}
  .scene-detail{
    left:20px;
    bottom:19px;
    width:170px;
  }
  .detail-heading{padding:11px 13px}
  .detail-body{height:85px;padding:11px}
  .layout-demo{width:128px;height:60px}
  .experience-bottom{
    margin-top:16px;
    gap:22px;
  }
  .scene-selectors{gap:18px}
  .scene-selector{
    min-height:62px;
    padding:9px 0 7px;
  }
  .selector-title{font-size:1.05rem}
  .selector-number{padding-top:4px}
  .selector-description{font-size:.7rem}
  .scene-controls button{width:38px;height:38px}
}

/* Laptop-height screens: keep the artwork panel healthy; trim copy/rails instead. */
@media (min-width:851px) and (max-height:820px){
  .experience-hero{padding-top:82px;padding-bottom:10px}
  .experience-layout{gap:34px}
  .experience-copy{padding:4px 0}
  .experience-eyebrow{margin-bottom:13px}
  .experience-title{font-size:clamp(2.65rem,4.05vw,4.55rem);min-height:2.9em}
  .experience-description{margin-top:12px;min-height:4em;font-size:.98rem;line-height:1.55}
  .experience-actions{margin-top:12px}
  .experience-actions .btn{min-height:44px;padding:10px 17px}
  .experience-note{margin-top:12px}
  .stage-topline,.stage-bottomline{padding:11px 17px}
  .scene-canvas{height:390px;min-height:390px}
  .scene-art{inset:35px 14px 48px}
  .label-a{top:36px;left:22px}
  .label-b{top:77px;right:8px}
  .label-c{bottom:36px;right:18px}
  .scene-detail{left:20px;bottom:19px;width:170px}
  .detail-heading{padding:11px 13px}
  .detail-body{height:85px;padding:11px}
  .layout-demo{width:128px;height:60px}
  .experience-bottom{margin-top:12px;gap:18px}
  .scene-selector{min-height:56px;padding:7px 0 5px}
  .selector-title{font-size:.98rem}
  .selector-description{font-size:.66rem}
  .scene-controls button{width:36px;height:36px}
}

/* Wider, taller desktops can use the full original visual height. */
@media (min-width:1200px) and (min-height:900px){
  .scene-canvas{height:440px;min-height:440px}
  .experience-hero{padding-top:96px;padding-bottom:18px}
}

/* Tablet/mobile retain the original responsive stage rules. */
@media (max-width:850px){
  .experience-stage{overflow:hidden}
  .scene-art img{width:100%;height:100%;object-fit:contain;object-position:center}
}



/* =========================================================
   HERO ILLUSTRATION TRANSPARENCY + THEME ADAPTATION
   Homepage slider only: use transparent-background artwork and
   let it sit naturally inside the current Maxcast green slider.
   ========================================================= */
.scene-canvas{
  background:
    radial-gradient(460px 260px at 52% 48%, rgba(255,255,255,.12) 0%, rgba(255,255,255,.04) 40%, rgba(255,255,255,0) 72%),
    radial-gradient(260px 160px at 82% 24%, rgba(174,224,47,.12) 0%, rgba(174,224,47,0) 72%);
}
.scene-art img{
  mix-blend-mode:normal !important;
  filter:drop-shadow(0 22px 32px rgba(7,39,18,.18)) drop-shadow(0 8px 14px rgba(255,255,255,.10));
}
.experience-hero[data-scene="build"] .scene-art img,
.experience-hero[data-scene="grow"] .scene-art img,
.experience-hero[data-scene="support"] .scene-art img{
  opacity:.98;
}



/* =========================================================
   RIGHT VISUAL STAGE — TRUE TRANSPARENT THEME INTEGRATION
   Removes the remaining white panel behind slider artwork.
   ========================================================= */
.experience-stage{
  background:
    radial-gradient(520px 300px at 52% 46%, rgba(255,255,255,.10) 0%, rgba(255,255,255,.035) 46%, rgba(255,255,255,0) 74%),
    linear-gradient(145deg,rgba(18,78,43,.50) 0%,rgba(24,101,49,.28) 55%,rgba(174,224,47,.10) 100%) !important;
  border-color:rgba(255,255,255,.28) !important;
  box-shadow:0 30px 70px rgba(8,45,23,.20),inset 0 1px 0 rgba(255,255,255,.11) !important;
  backdrop-filter:blur(4px);
}
.stage-topline,
.stage-bottomline{
  background:transparent !important;
  color:rgba(255,255,255,.86) !important;
}
.stage-topline{border-bottom-color:rgba(255,255,255,.14) !important}
.stage-bottomline{border-top-color:rgba(255,255,255,.14) !important}
.stage-position,
.stage-signature{color:rgba(255,255,255,.62) !important}
.scene-canvas{
  background:
    radial-gradient(420px 250px at 52% 48%,rgba(255,255,255,.13) 0%,rgba(255,255,255,.045) 45%,rgba(255,255,255,0) 74%),
    radial-gradient(220px 150px at 82% 23%,rgba(174,224,47,.12) 0%,rgba(174,224,47,0) 74%) !important;
}
.scene-label{
  background:rgba(17,74,39,.72) !important;
  border-color:rgba(208,239,138,.32) !important;
  color:#fff !important;
  box-shadow:0 12px 28px rgba(7,40,20,.14) !important;
}
.label-number{color:#E8FF8E !important}
.scene-detail{
  background:rgba(247,251,243,.94) !important;
  border-color:rgba(222,239,211,.78) !important;
  box-shadow:0 18px 38px rgba(7,40,20,.18) !important;
}
.scene-art img{
  background:transparent !important;
  mix-blend-mode:normal !important;
  filter:drop-shadow(0 24px 30px rgba(5,35,16,.24)) saturate(1.08) contrast(1.03) !important;
}
.connection-base{stroke:rgba(232,255,142,.20) !important}
.connection-pulse{stroke:#E8FF8E !important}
@media(max-width:850px){
  .experience-stage{backdrop-filter:none}
}



/* =========================================================
   FINAL HERO RIGHT-SIDE CLEANUP — remove stage box and sharpen artwork
   ========================================================= */
.experience-stage{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  border-radius:0 !important;
}
.stage-topline,
.stage-bottomline{
  display:none !important;
}
.scene-canvas{
  background:transparent !important;
  height:430px;
  min-height:430px;
}
.scene-art{
  inset:8px 0 8px !important;
  filter:none !important;
}
.scene-art.is-active,
.scene-art.is-leaving{
  filter:none !important;
}
.scene-art img{
  background:transparent !important;
  image-rendering:auto;
  mix-blend-mode:normal !important;
  filter:drop-shadow(0 18px 26px rgba(6,32,16,.20)) saturate(1.14) contrast(1.08) !important;
}
/* Keep the floating labels/details but reduce the card feel. */
.scene-label{
  background:rgba(22,88,45,.58) !important;
  border-color:rgba(232,255,142,.26) !important;
  box-shadow:0 10px 24px rgba(5,34,17,.10) !important;
}
.scene-detail{
  background:rgba(247,251,243,.92) !important;
  box-shadow:0 14px 28px rgba(5,34,17,.10) !important;
}
@media (min-width:851px) and (max-height:820px){
  .scene-canvas{height:395px;min-height:395px}
  .scene-art{inset:6px 0 6px !important}
}
@media (max-width:850px){
  .scene-canvas{height:410px;min-height:410px}
  .scene-art{inset:18px 0 12px !important}
}
@media (max-width:480px){
  .scene-canvas{height:300px;min-height:300px}
  .scene-art{inset:18px 0 12px !important}
}


/* EXACT CURRENT ILLUSTRATIONS — regenerated cleanly for current slider theme */
.experience-stage{background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;border-radius:0!important}
.stage-topline,.stage-bottomline{display:none!important}
.scene-canvas{background:transparent!important}
.scene-art{filter:none!important}
.scene-art.is-active,.scene-art.is-leaving{filter:none!important}
.scene-art img{
  background:transparent!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  image-rendering:auto;
  transform:translateZ(0);
  backface-visibility:hidden;
}


/* Slider detail box removed per latest revision */
.scene-detail{display:none !important;}

/* =========================================================
   HERO LEFT COPY SCALE — refined alignment
   Reduce only the slider's left-side typography footprint.
   ========================================================= */
@media (min-width:851px){
  .experience-copy{
    max-width:560px;
    align-self:center;
  }
  .experience-title{
    font-size:clamp(2.45rem,3.55vw,4.05rem) !important;
    line-height:.98;
    letter-spacing:-.052em;
    min-height:2.98em !important;
    max-width:550px;
  }
  .experience-description{
    max-width:455px;
    font-size:.95rem !important;
    line-height:1.58 !important;
    margin-top:14px !important;
    min-height:4.75em !important;
  }
  .experience-actions{
    margin-top:14px !important;
    gap:18px !important;
  }
  .experience-actions .btn,
  .hero-contact-link{
    font-size:.875rem !important;
  }
  .experience-actions .btn{
    min-height:44px !important;
    padding:10px 17px !important;
  }
  .experience-note{
    margin-top:16px !important;
    font-size:.8rem !important;
  }
  .note-index{
    width:27px;
    height:27px;
    font-size:.68rem;
  }
}

@media (min-width:851px) and (max-height:820px){
  .experience-title{
    font-size:clamp(2.25rem,3.25vw,3.65rem) !important;
    min-height:2.96em !important;
  }
  .experience-description{
    font-size:.9rem !important;
    line-height:1.52 !important;
    margin-top:11px !important;
    min-height:4.6em !important;
  }
  .experience-actions{margin-top:11px !important}
  .experience-note{margin-top:12px !important;font-size:.76rem !important}
}

@media (max-width:850px){
  .experience-title{
    font-size:clamp(2.65rem,7vw,4.25rem);
  }
  .experience-description{
    font-size:.96rem;
    line-height:1.58;
  }
}

@media (max-width:480px){
  .experience-title{
    font-size:clamp(2.25rem,9vw,3.15rem);
  }
  .experience-description{
    font-size:.92rem;
  }
}

/* =========================================================
   FINAL SLIDER ART ASSETS — BUILD / GROW / SUPPORT
   Uses the reworked transparent PNG illustrations supplied for
   this revision. Preserve the existing slider layout and motion.
   ========================================================= */
.scene-art img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:transparent !important;
  mix-blend-mode:normal !important;
  image-rendering:auto;
  filter:drop-shadow(0 18px 28px rgba(5,35,18,.16)) !important;
  transform:translateZ(0);
  backface-visibility:hidden;
}
.experience-hero[data-scene="build"] .scene-art[data-art="build"] img,
.experience-hero[data-scene="grow"] .scene-art[data-art="grow"] img,
.experience-hero[data-scene="support"] .scene-art[data-art="support"] img{
  opacity:1;
}
@media (min-width:851px){
  .scene-art{inset:2px -12px 2px !important;}
}
@media (min-width:851px) and (max-height:820px){
  .scene-art{inset:3px -8px !important;}
}
@media (max-width:850px){
  .scene-art{inset:10px 0 8px !important;}
}
@media (max-width:480px){
  .scene-art{inset:12px 0 8px !important;}
}

/* =========================================================
   HERO VIEWPORT FIT + SCALE TUNING — Sept 2026
   Show the complete slider on first screen, while enlarging
   the main hero elements and keeping alignment balanced.
   ========================================================= */
@media (min-width:851px){
  .experience-hero{
    min-height:100svh;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-top:82px !important;
    padding-bottom:12px !important;
  }
  .experience-layout{
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr) !important;
    gap:46px !important;
    align-items:center !important;
  }
  .experience-copy{
    max-width:600px !important;
    padding:0 !important;
    align-self:center;
  }
  .experience-title{
    font-size:clamp(2.8rem,4vw,4.7rem) !important;
    line-height:.96 !important;
    min-height:auto !important;
    max-width:590px !important;
  }
  .experience-description{
    max-width:500px !important;
    font-size:1rem !important;
    line-height:1.62 !important;
    min-height:auto !important;
    margin-top:16px !important;
  }
  .experience-actions{
    margin-top:18px !important;
    gap:18px !important;
  }
  .experience-actions .btn{
    min-height:48px !important;
    padding:12px 20px !important;
    font-size:.92rem !important;
  }
  .hero-contact-link{
    font-size:.9rem !important;
  }
  .experience-note{
    margin-top:16px !important;
    font-size:.82rem !important;
  }
  .experience-stage{
    width:100%;
    align-self:center;
  }
  .scene-canvas{
    height:clamp(380px,45vh,460px) !important;
    min-height:clamp(380px,45vh,460px) !important;
  }
  .scene-art{
    inset:0 -16px 0 !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
  }
  .scene-art img{
    width:auto !important;
    height:100% !important;
    max-width:112% !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .label-a{top:32px !important;left:16px !important}
  .label-b{top:74px !important;right:10px !important}
  .label-c{bottom:26px !important;right:18px !important}
  .experience-bottom{
    margin-top:16px !important;
    gap:24px !important;
    align-items:flex-start !important;
  }
  .scene-selectors{gap:20px !important}
  .scene-selector{
    min-height:68px !important;
    padding:10px 0 7px !important;
  }
  .selector-title{font-size:1.08rem !important}
  .selector-description{font-size:.72rem !important;line-height:1.35 !important}
  .scene-controls{padding-top:4px}
  .scene-controls button{
    width:40px !important;
    height:40px !important;
  }
}

/* 1366×768 / 1440×800 laptop fit: keep everything visible above the fold. */
@media (min-width:851px) and (max-height:820px){
  .experience-hero{
    min-height:100svh;
    padding-top:76px !important;
    padding-bottom:10px !important;
  }
  .experience-layout{gap:38px !important}
  .experience-title{
    font-size:clamp(2.55rem,3.65vw,4.15rem) !important;
  }
  .experience-description{
    font-size:.96rem !important;
    line-height:1.56 !important;
    margin-top:13px !important;
  }
  .experience-actions{margin-top:14px !important}
  .experience-actions .btn{
    min-height:44px !important;
    padding:10px 17px !important;
    font-size:.88rem !important;
  }
  .hero-contact-link{font-size:.86rem !important}
  .experience-note{margin-top:12px !important;font-size:.78rem !important}
  .scene-canvas{
    height:clamp(340px,42vh,405px) !important;
    min-height:clamp(340px,42vh,405px) !important;
  }
  .scene-art{inset:0 -10px 0 !important}
  .scene-art img{max-width:108% !important}
  .label-a{top:24px !important;left:10px !important}
  .label-b{top:56px !important;right:6px !important}
  .label-c{bottom:20px !important;right:12px !important}
  .experience-bottom{margin-top:10px !important;gap:18px !important}
  .scene-selector{
    min-height:56px !important;
    padding:7px 0 5px !important;
  }
  .selector-title{font-size:.98rem !important}
  .selector-description{font-size:.66rem !important}
  .scene-controls button{width:36px !important;height:36px !important}
}

/* Larger desktops: allow the hero to breathe while staying aligned. */
@media (min-width:1200px) and (min-height:860px){
  .experience-hero{padding-top:88px !important;padding-bottom:16px !important}
  .scene-canvas{
    height:clamp(410px,46vh,500px) !important;
    min-height:clamp(410px,46vh,500px) !important;
  }
  .scene-art img{max-width:114% !important}
}

/* =========================================================
   HERO TEXT UTILISATION + TABLET/MOBILE SPACING — Sept 2026
   Use available space more confidently while keeping the
   full slider balanced across desktop, tablet and mobile.
   ========================================================= */

/* Desktop/laptop: reclaim free left-column space with larger type. */
@media (min-width:851px){
  .experience-copy{max-width:630px !important}
  .experience-title{
    font-size:clamp(3rem,4.28vw,5rem) !important;
    max-width:625px !important;
    line-height:.955 !important;
  }
  .experience-description{
    max-width:525px !important;
    font-size:1.06rem !important;
    line-height:1.6 !important;
  }
  .experience-actions .btn{font-size:.96rem !important}
  .hero-contact-link{font-size:.94rem !important}
  .experience-note{font-size:.86rem !important}
  .selector-title{font-size:1.14rem !important}
  .selector-description{font-size:.76rem !important}
}

/* Standard laptop heights: increase copy without pushing selectors below fold. */
@media (min-width:851px) and (max-height:820px){
  .experience-title{
    font-size:clamp(2.7rem,3.88vw,4.35rem) !important;
    line-height:.96 !important;
  }
  .experience-description{
    max-width:500px !important;
    font-size:1rem !important;
    line-height:1.54 !important;
  }
  .experience-actions .btn{font-size:.91rem !important}
  .hero-contact-link{font-size:.89rem !important}
  .experience-note{font-size:.8rem !important}
  .selector-title{font-size:1.03rem !important}
  .selector-description{font-size:.69rem !important}
}

/* ---------------------------------------------------------
   TABLET — 481px to 850px
   --------------------------------------------------------- */
@media (min-width:481px) and (max-width:850px){
  .experience-hero{
    padding:90px 0 22px !important;
  }
  .experience-layout{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .experience-copy{
    max-width:720px !important;
    padding:0 !important;
  }
  .experience-title{
    font-size:clamp(3rem,8.1vw,4.65rem) !important;
    line-height:.95 !important;
    min-height:auto !important;
    max-width:720px !important;
  }
  .experience-description{
    max-width:650px !important;
    min-height:auto !important;
    margin-top:12px !important;
    font-size:1.04rem !important;
    line-height:1.55 !important;
  }
  .experience-actions{
    margin-top:13px !important;
    gap:16px !important;
  }
  .experience-actions .btn{
    min-height:46px !important;
    padding:11px 18px !important;
    font-size:.93rem !important;
  }
  .hero-contact-link{font-size:.91rem !important}
  .experience-note{
    margin-top:12px !important;
    font-size:.82rem !important;
  }
  .experience-stage{
    width:min(100%,720px) !important;
    margin:0 auto !important;
  }
  .scene-canvas{
    height:clamp(330px,48vw,390px) !important;
    min-height:clamp(330px,48vw,390px) !important;
  }
  .scene-art{
    inset:0 -14px !important;
  }
  .scene-art img{
    width:auto !important;
    height:100% !important;
    max-width:110% !important;
  }
  .scene-label{
    padding:8px 10px !important;
    font-size:.76rem !important;
  }
  .label-a{top:20px !important;left:8px !important}
  .label-b{top:58px !important;right:4px !important}
  .label-c{bottom:18px !important;right:8px !important}
  .experience-bottom{
    margin-top:12px !important;
    gap:12px !important;
    flex-wrap:wrap !important;
  }
  .scene-selectors{
    min-width:100% !important;
    gap:12px !important;
  }
  .scene-selector{
    min-height:72px !important;
    padding:9px 0 6px !important;
    grid-template-columns:22px 1fr !important;
    gap:2px 8px !important;
  }
  .selector-number{
    font-size:.67rem !important;
    padding-top:5px !important;
  }
  .selector-title{font-size:1.08rem !important}
  .selector-description{
    grid-column:2 !important;
    font-size:.72rem !important;
    line-height:1.28 !important;
  }
  .scene-controls{
    margin-left:auto !important;
    padding-top:0 !important;
  }
  .scene-controls button{
    width:40px !important;
    height:40px !important;
  }
}

/* ---------------------------------------------------------
   MOBILE — up to 480px
   --------------------------------------------------------- */
@media (max-width:480px){
  .experience-hero{
    padding:82px 0 18px !important;
  }
  .experience-layout{
    gap:13px !important;
  }
  .experience-copy{
    padding:0 !important;
  }
  .experience-title{
    font-size:clamp(2.55rem,10.4vw,3.45rem) !important;
    line-height:.945 !important;
    min-height:auto !important;
    max-width:100% !important;
  }
  .experience-description{
    min-height:auto !important;
    margin-top:9px !important;
    font-size:.96rem !important;
    line-height:1.48 !important;
    max-width:100% !important;
  }
  .experience-actions{
    margin-top:10px !important;
    gap:12px !important;
  }
  .experience-actions .btn{
    min-height:42px !important;
    padding:9px 14px !important;
    font-size:.86rem !important;
  }
  .hero-contact-link{
    font-size:.84rem !important;
    padding:6px 0 !important;
  }
  .experience-note{
    margin-top:9px !important;
    gap:10px !important;
    font-size:.76rem !important;
  }
  .note-index{
    width:25px !important;
    height:25px !important;
  }
  .experience-stage{
    margin:0 auto !important;
  }
  .scene-canvas{
    height:clamp(245px,69vw,290px) !important;
    min-height:clamp(245px,69vw,290px) !important;
  }
  .scene-art{
    inset:0 -10px !important;
  }
  .scene-art img{
    width:auto !important;
    height:100% !important;
    max-width:112% !important;
  }
  /* Labels clutter very small screens; the illustration already communicates the scene. */
  .scene-label{display:none !important}
  .experience-bottom{
    margin-top:8px !important;
    gap:9px !important;
    flex-wrap:wrap !important;
  }
  .scene-selectors{
    min-width:100% !important;
    gap:8px !important;
  }
  .scene-selector{
    min-height:78px !important;
    padding:7px 0 5px !important;
    grid-template-columns:1fr !important;
    gap:2px !important;
  }
  .selector-number{
    padding:0 !important;
    font-size:.64rem !important;
  }
  .selector-title{
    font-size:1rem !important;
    line-height:1 !important;
  }
  .selector-description{
    grid-column:1 !important;
    font-size:.64rem !important;
    line-height:1.22 !important;
    max-width:96px;
  }
  .scene-controls{
    margin-left:auto !important;
    padding-top:0 !important;
  }
  .scene-controls button{
    width:38px !important;
    height:38px !important;
  }
}

/* Narrow phones: avoid button/copy collision while retaining larger headline. */
@media (max-width:375px){
  .experience-title{font-size:clamp(2.35rem,10.6vw,3rem) !important}
  .experience-description{font-size:.91rem !important}
  .experience-actions{gap:9px !important}
  .experience-actions .btn{padding:8px 12px !important;font-size:.81rem !important}
  .hero-contact-link{font-size:.8rem !important}
  .scene-canvas{
    height:clamp(225px,66vw,260px) !important;
    min-height:clamp(225px,66vw,260px) !important;
  }
  .selector-description{font-size:.6rem !important;max-width:86px}
}

/* =========================================================
   FINAL HERO SPACE UTILISATION + ALIGNMENT PASS — Sept 2026
   Removes forced empty viewport space, enlarges the real content,
   and balances copy / artwork / controls across breakpoints.
   ========================================================= */

@media (min-width:851px){
  .experience-hero{
    min-height:0 !important;
    display:block !important;
    padding:92px 0 18px !important;
  }
  .experience-layout{
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr) !important;
    gap:34px !important;
    align-items:center !important;
  }
  .experience-copy{
    max-width:620px !important;
    padding:0 !important;
    align-self:center !important;
  }
  .experience-title{
    font-size:clamp(3.1rem,4.3vw,5.1rem) !important;
    line-height:.94 !important;
    letter-spacing:-.055em !important;
    min-height:auto !important;
    max-width:620px !important;
  }
  .experience-description{
    max-width:520px !important;
    font-size:1.05rem !important;
    line-height:1.58 !important;
    margin-top:17px !important;
    min-height:auto !important;
  }
  .experience-actions{
    margin-top:18px !important;
    gap:20px !important;
  }
  .experience-actions .btn{
    min-height:50px !important;
    padding:12px 21px !important;
    font-size:.95rem !important;
  }
  .hero-contact-link{
    font-size:.93rem !important;
  }
  .experience-note{
    margin-top:18px !important;
    gap:12px !important;
    font-size:.86rem !important;
  }
  .note-index{
    width:30px !important;
    height:30px !important;
    font-size:.72rem !important;
  }
  .experience-stage{
    width:100% !important;
    overflow:visible !important;
    align-self:center !important;
  }
  .scene-canvas{
    height:clamp(390px,43vh,450px) !important;
    min-height:clamp(390px,43vh,450px) !important;
  }
  .scene-art{
    inset:0 -14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
  }
  .scene-art[data-art="build"] img,
  .scene-art[data-art="grow"] img{
    width:116% !important;
    height:auto !important;
    max-width:none !important;
    max-height:100% !important;
    object-fit:contain !important;
  }
  .scene-art[data-art="support"] img{
    width:auto !important;
    height:108% !important;
    max-width:108% !important;
    max-height:none !important;
    object-fit:contain !important;
  }
  .scene-label{
    padding:10px 13px !important;
    font-size:.82rem !important;
  }
  .label-a{top:24px !important;left:6px !important}
  .label-b{top:68px !important;right:0 !important}
  .label-c{bottom:22px !important;right:8px !important}
  .experience-bottom{
    margin-top:14px !important;
    gap:24px !important;
    align-items:center !important;
  }
  .scene-selectors{
    gap:22px !important;
  }
  .scene-selector{
    min-height:74px !important;
    padding:11px 0 8px !important;
    grid-template-columns:26px 1fr !important;
    gap:3px 12px !important;
  }
  .selector-number{
    font-size:.72rem !important;
    padding-top:6px !important;
  }
  .selector-title{
    font-size:1.2rem !important;
  }
  .selector-description{
    grid-column:2 !important;
    font-size:.77rem !important;
    line-height:1.34 !important;
  }
  .scene-controls{
    padding-top:0 !important;
    align-self:center !important;
  }
  .scene-controls button{
    width:42px !important;
    height:42px !important;
    font-size:1.22rem !important;
  }
}

/* Laptop screens: larger content, but still fully visible without scroll. */
@media (min-width:851px) and (max-height:820px){
  .experience-hero{
    padding:78px 0 14px !important;
  }
  .experience-layout{
    gap:30px !important;
  }
  .experience-title{
    font-size:clamp(2.9rem,4vw,4.55rem) !important;
  }
  .experience-description{
    font-size:1rem !important;
    line-height:1.52 !important;
    margin-top:13px !important;
  }
  .experience-actions{
    margin-top:14px !important;
  }
  .experience-actions .btn{
    min-height:46px !important;
    padding:10px 18px !important;
    font-size:.91rem !important;
  }
  .hero-contact-link{font-size:.89rem !important}
  .experience-note{
    margin-top:12px !important;
    font-size:.82rem !important;
  }
  .scene-canvas{
    height:clamp(355px,46vh,395px) !important;
    min-height:clamp(355px,46vh,395px) !important;
  }
  .scene-art[data-art="build"] img,
  .scene-art[data-art="grow"] img{
    width:118% !important;
  }
  .scene-art[data-art="support"] img{
    height:110% !important;
  }
  .scene-label{
    padding:8px 11px !important;
    font-size:.77rem !important;
  }
  .label-a{top:18px !important;left:4px !important}
  .label-b{top:52px !important;right:0 !important}
  .label-c{bottom:16px !important;right:6px !important}
  .experience-bottom{
    margin-top:10px !important;
    gap:18px !important;
  }
  .scene-selector{
    min-height:62px !important;
    padding:8px 0 6px !important;
  }
  .selector-title{font-size:1.08rem !important}
  .selector-description{font-size:.7rem !important}
  .scene-controls button{
    width:38px !important;
    height:38px !important;
  }
}

/* Larger desktop monitors: scale up instead of leaving unused space. */
@media (min-width:1200px) and (min-height:900px){
  .experience-hero{
    padding:104px 0 24px !important;
  }
  .experience-layout{
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr) !important;
    gap:44px !important;
  }
  .experience-title{
    font-size:clamp(3.5rem,4.65vw,5.5rem) !important;
  }
  .experience-description{
    font-size:1.1rem !important;
  }
  .scene-canvas{
    height:clamp(430px,48vh,500px) !important;
    min-height:clamp(430px,48vh,500px) !important;
  }
  .scene-art[data-art="build"] img,
  .scene-art[data-art="grow"] img{
    width:120% !important;
  }
  .scene-art[data-art="support"] img{
    height:112% !important;
  }
  .experience-bottom{margin-top:18px !important}
  .scene-selector{min-height:80px !important}
  .selector-title{font-size:1.26rem !important}
  .selector-description{font-size:.8rem !important}
}

/* Tablet: use the full width, keep visual centered, remove unnecessary vertical gaps. */
@media (min-width:481px) and (max-width:850px){
  .experience-hero{
    min-height:0 !important;
    padding:84px 0 16px !important;
  }
  .experience-layout{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .experience-copy{
    max-width:740px !important;
    padding:0 !important;
  }
  .experience-title{
    font-size:clamp(3.2rem,8.7vw,5rem) !important;
    line-height:.94 !important;
    max-width:740px !important;
  }
  .experience-description{
    max-width:680px !important;
    font-size:1.08rem !important;
    line-height:1.5 !important;
    margin-top:11px !important;
  }
  .experience-actions{
    margin-top:12px !important;
    gap:16px !important;
  }
  .experience-actions .btn{
    min-height:48px !important;
    padding:11px 19px !important;
    font-size:.95rem !important;
  }
  .hero-contact-link{font-size:.93rem !important}
  .experience-note{
    margin-top:10px !important;
    font-size:.84rem !important;
  }
  .experience-stage{
    width:min(100%,760px) !important;
    margin:0 auto !important;
    overflow:visible !important;
  }
  .scene-canvas{
    height:clamp(300px,45vw,355px) !important;
    min-height:clamp(300px,45vw,355px) !important;
  }
  .scene-art{
    inset:0 -12px !important;
    overflow:visible !important;
  }
  .scene-art[data-art="build"] img,
  .scene-art[data-art="grow"] img{
    width:116% !important;
    height:auto !important;
    max-width:none !important;
    max-height:100% !important;
  }
  .scene-art[data-art="support"] img{
    width:auto !important;
    height:106% !important;
    max-width:108% !important;
    max-height:none !important;
  }
  .scene-label{
    padding:8px 10px !important;
    font-size:.76rem !important;
  }
  .experience-bottom{
    margin-top:6px !important;
    gap:10px !important;
  }
  .scene-selectors{
    min-width:100% !important;
    gap:12px !important;
  }
  .scene-selector{
    min-height:70px !important;
    padding:8px 0 6px !important;
  }
  .selector-title{font-size:1.12rem !important}
  .selector-description{font-size:.72rem !important}
  .scene-controls button{
    width:40px !important;
    height:40px !important;
  }
}

/* Mobile: fuller typography and artwork, but compact vertical rhythm. */
@media (max-width:480px){
  .experience-hero{
    min-height:0 !important;
    padding:76px 0 12px !important;
  }
  .experience-layout{
    gap:8px !important;
  }
  .experience-title{
    font-size:clamp(2.7rem,11.1vw,3.65rem) !important;
    line-height:.93 !important;
  }
  .experience-description{
    font-size:1rem !important;
    line-height:1.45 !important;
    margin-top:8px !important;
  }
  .experience-actions{
    margin-top:9px !important;
    gap:10px !important;
  }
  .experience-actions .btn{
    min-height:44px !important;
    padding:9px 15px !important;
    font-size:.88rem !important;
  }
  .hero-contact-link{
    font-size:.86rem !important;
  }
  .experience-note{
    margin-top:8px !important;
    font-size:.78rem !important;
  }
  .scene-canvas{
    height:clamp(235px,66vw,280px) !important;
    min-height:clamp(235px,66vw,280px) !important;
  }
  .scene-art{
    inset:0 -12px !important;
    overflow:visible !important;
  }
  .scene-art[data-art="build"] img,
  .scene-art[data-art="grow"] img{
    width:118% !important;
    height:auto !important;
    max-width:none !important;
    max-height:100% !important;
  }
  .scene-art[data-art="support"] img{
    width:auto !important;
    height:108% !important;
    max-width:110% !important;
    max-height:none !important;
  }
  .experience-bottom{
    margin-top:4px !important;
    gap:7px !important;
  }
  .scene-selectors{
    gap:7px !important;
  }
  .scene-selector{
    min-height:72px !important;
    padding:6px 0 4px !important;
  }
  .selector-title{
    font-size:1.04rem !important;
  }
  .selector-description{
    font-size:.64rem !important;
    line-height:1.18 !important;
  }
  .scene-controls button{
    width:38px !important;
    height:38px !important;
  }
}

@media (max-width:375px){
  .experience-title{font-size:clamp(2.5rem,10.8vw,3.15rem) !important}
  .experience-description{font-size:.94rem !important}
  .scene-canvas{
    height:clamp(220px,64vw,250px) !important;
    min-height:clamp(220px,64vw,250px) !important;
  }
}

/* =========================================================
   FINAL TOP-EDGE + ALIGNMENT PASS — Sept 2026
   Tightens the gap below the fixed navigation and makes the
   copy/artwork start on a shared visual line. Bottom controls
   remain aligned to the same container grid.
   ========================================================= */
@media (min-width:851px){
  .experience-hero{
    padding-top:82px !important;
    padding-bottom:14px !important;
  }
  .experience-layout{
    align-items:start !important;
    column-gap:38px !important;
  }
  .experience-copy{
    align-self:start !important;
    padding-top:6px !important;
  }
  .experience-stage{
    align-self:start !important;
    margin-top:0 !important;
  }
  .scene-canvas{
    margin-top:0 !important;
  }
  .experience-bottom{
    margin-top:12px !important;
    align-items:center !important;
  }
  .scene-selectors,
  .scene-controls{
    align-self:center !important;
  }
}

/* Standard laptop screens: smallest safe header clearance. */
@media (min-width:851px) and (max-height:820px){
  .experience-hero{
    padding-top:76px !important;
    padding-bottom:10px !important;
  }
  .experience-layout{
    column-gap:32px !important;
  }
  .experience-copy{
    padding-top:3px !important;
  }
  .experience-bottom{
    margin-top:8px !important;
  }
}

/* Large desktop: do not re-introduce a large empty band below the nav. */
@media (min-width:1200px) and (min-height:900px){
  .experience-hero{
    padding-top:88px !important;
    padding-bottom:18px !important;
  }
  .experience-layout{
    column-gap:42px !important;
  }
  .experience-copy{
    padding-top:8px !important;
  }
  .experience-bottom{
    margin-top:14px !important;
  }
}

/* Tablet: keep the first headline close to the header and center the visual. */
@media (min-width:481px) and (max-width:850px){
  .experience-hero{
    padding-top:78px !important;
    padding-bottom:14px !important;
  }
  .experience-layout{
    gap:8px !important;
    align-items:stretch !important;
  }
  .experience-copy{
    padding-top:2px !important;
  }
  .experience-stage{
    margin-top:0 !important;
  }
  .experience-bottom{
    margin-top:4px !important;
  }
}

/* Mobile: remove the residual top band while preserving menu clearance. */
@media (max-width:480px){
  .experience-hero{
    padding-top:70px !important;
    padding-bottom:10px !important;
  }
  .experience-layout{
    gap:6px !important;
  }
  .experience-copy{
    padding-top:0 !important;
  }
  .experience-stage{
    margin-top:0 !important;
  }
  .experience-bottom{
    margin-top:2px !important;
  }
}

/* Very small phones need a touch more clearance for the compact header. */
@media (max-width:375px){
  .experience-hero{padding-top:68px !important}
}

/* =========================================================
   VERIFIED HERO TOP / ALIGNMENT FIX — Sept 2026
   Tested at 1366×768 after prior spacing revisions.
   The copy and artwork now share one top axis, the selector rail
   sits directly beneath the main content, and the hero no longer
   creates a large empty vertical band.
   ========================================================= */
@media (min-width:851px){
  .experience-hero{
    min-height:0 !important;
    height:auto !important;
    display:block !important;
    padding:108px 0 16px !important;
    overflow:hidden !important;
  }
  .experience-layout{
    height:auto !important;
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr) !important;
    gap:38px !important;
    align-items:start !important;
  }
  .experience-copy{
    max-width:620px !important;
    align-self:start !important;
    padding:6px 0 0 !important;
  }
  .experience-stage{
    align-self:start !important;
    margin:0 !important;
  }
  .experience-title{
    font-size:clamp(3.2rem,4.45vw,5.1rem) !important;
    line-height:.94 !important;
    min-height:auto !important;
    max-width:620px !important;
  }
  .experience-description{
    max-width:520px !important;
    min-height:auto !important;
    margin-top:17px !important;
    font-size:1.04rem !important;
    line-height:1.58 !important;
  }
  .experience-actions{
    margin-top:18px !important;
    gap:18px !important;
  }
  .experience-actions .btn{
    min-height:48px !important;
    padding:12px 20px !important;
    font-size:.92rem !important;
  }
  .hero-contact-link{font-size:.9rem !important}
  .experience-note{
    margin-top:17px !important;
    font-size:.82rem !important;
  }
  .scene-canvas{
    height:440px !important;
    min-height:440px !important;
    margin:0 !important;
  }
  .scene-art{
    inset:-8px -32px -8px !important;
  }
  .scene-art img{
    width:auto !important;
    height:100% !important;
    max-width:118% !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .experience-bottom{
    margin-top:16px !important;
    gap:24px !important;
    padding-bottom:0 !important;
    align-items:center !important;
  }
  .scene-selectors{gap:20px !important}
  .scene-selector{
    min-height:68px !important;
    padding:10px 0 7px !important;
  }
  .selector-title{font-size:1.12rem !important}
  .selector-description{
    font-size:.72rem !important;
    line-height:1.35 !important;
  }
  .scene-controls{align-self:center !important}
  .scene-controls button{
    width:40px !important;
    height:40px !important;
  }
}

/* Common laptop viewport: same alignment, slightly tighter vertical scale. */
@media (min-width:851px) and (max-height:820px){
  .experience-hero{
    padding-top:102px !important;
    padding-bottom:12px !important;
  }
  .experience-layout{gap:34px !important}
  .experience-copy{padding-top:4px !important}
  .experience-title{
    font-size:clamp(3rem,4.1vw,4.7rem) !important;
  }
  .experience-description{
    margin-top:14px !important;
    font-size:1rem !important;
    line-height:1.55 !important;
  }
  .experience-actions{margin-top:15px !important}
  .experience-note{margin-top:14px !important}
  .scene-canvas{
    height:405px !important;
    min-height:405px !important;
  }
  .scene-art{inset:-4px -26px !important}
  .experience-bottom{margin-top:12px !important}
  .scene-selector{
    min-height:62px !important;
    padding:8px 0 6px !important;
  }
}

/* Tablet: retain the same top rhythm without forcing a tall empty hero. */
@media (min-width:481px) and (max-width:850px){
  .experience-hero{
    min-height:0 !important;
    height:auto !important;
    padding:92px 0 14px !important;
  }
  .experience-layout{
    gap:12px !important;
    align-items:start !important;
  }
  .experience-copy{padding-top:0 !important}
  .experience-title{
    min-height:auto !important;
    font-size:clamp(3rem,7.8vw,4.5rem) !important;
  }
  .experience-description{
    min-height:auto !important;
    margin-top:12px !important;
  }
  .experience-actions{margin-top:13px !important}
  .experience-note{margin-top:11px !important}
  .experience-stage{margin-top:2px !important}
  .scene-canvas{
    height:clamp(330px,48vw,405px) !important;
    min-height:clamp(330px,48vw,405px) !important;
  }
  .experience-bottom{margin-top:8px !important}
}

/* Mobile: compact top clearance with no empty band before the artwork. */
@media (max-width:480px){
  .experience-hero{
    min-height:0 !important;
    height:auto !important;
    padding:78px 0 10px !important;
  }
  .experience-layout{
    gap:8px !important;
    align-items:start !important;
  }
  .experience-copy{padding-top:0 !important}
  .experience-title{
    min-height:auto !important;
    font-size:clamp(2.65rem,10.8vw,3.55rem) !important;
  }
  .experience-description{
    min-height:auto !important;
    margin-top:9px !important;
    line-height:1.46 !important;
  }
  .experience-actions{margin-top:10px !important}
  .experience-note{margin-top:9px !important}
  .experience-stage{margin-top:0 !important}
  .scene-canvas{
    height:clamp(238px,65vw,285px) !important;
    min-height:clamp(238px,65vw,285px) !important;
  }
  .experience-bottom{margin-top:5px !important}
}

/* =========================================================
   FINAL DESKTOP HERO HEIGHT — VIEWPORT FIT
   Increase slider height and scale its contents so the complete
   BUILD / GROW / SUPPORT hero is visible in one desktop viewport.
   ========================================================= */
@media (min-width:851px){
  .experience-hero{
    height:100svh !important;
    min-height:0 !important;
    max-height:100svh !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
    padding:90px 0 10px !important;
    overflow:hidden !important;
  }
  .experience-layout{
    flex:1 1 auto !important;
    min-height:0 !important;
    height:auto !important;
    grid-template-columns:minmax(0,.90fr) minmax(0,1.10fr) !important;
    gap:44px !important;
    align-items:center !important;
  }
  .experience-copy{
    max-width:650px !important;
    align-self:center !important;
    padding:0 !important;
  }
  .experience-title{
    font-size:clamp(3.35rem,4.7vw,5.35rem) !important;
    line-height:.93 !important;
    min-height:auto !important;
    max-width:640px !important;
  }
  .experience-description{
    max-width:540px !important;
    min-height:auto !important;
    margin-top:18px !important;
    font-size:1.08rem !important;
    line-height:1.58 !important;
  }
  .experience-actions{
    margin-top:19px !important;
    gap:20px !important;
  }
  .experience-actions .btn{
    min-height:50px !important;
    padding:13px 21px !important;
    font-size:.94rem !important;
  }
  .hero-contact-link{font-size:.92rem !important}
  .experience-note{
    margin-top:18px !important;
    font-size:.84rem !important;
  }
  .note-index{
    width:30px !important;
    height:30px !important;
  }
  .experience-stage{
    width:100% !important;
    align-self:center !important;
    margin:0 !important;
  }
  .scene-canvas{
    height:clamp(420px,calc(100svh - 265px),540px) !important;
    min-height:0 !important;
    max-height:540px !important;
  }
  .scene-art{
    inset:-12px -46px !important;
  }
  .scene-art img{
    width:auto !important;
    height:100% !important;
    max-width:124% !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .experience-bottom{
    flex:0 0 auto !important;
    margin-top:8px !important;
    gap:26px !important;
    padding:0 0 2px !important;
    align-items:center !important;
  }
  .scene-selectors{gap:22px !important}
  .scene-selector{
    min-height:72px !important;
    padding:10px 0 8px !important;
  }
  .selector-title{font-size:1.18rem !important}
  .selector-number{font-size:.72rem !important}
  .selector-description{
    font-size:.75rem !important;
    line-height:1.35 !important;
  }
  .scene-controls button{
    width:42px !important;
    height:42px !important;
  }
}

/* Standard laptop heights: keep the full slider inside the viewport. */
@media (min-width:851px) and (max-height:820px){
  .experience-hero{
    height:100svh !important;
    max-height:100svh !important;
    padding:84px 0 8px !important;
  }
  .experience-layout{gap:38px !important}
  .experience-title{
    font-size:clamp(3.05rem,4.25vw,4.8rem) !important;
  }
  .experience-description{
    margin-top:14px !important;
    font-size:1rem !important;
    line-height:1.52 !important;
  }
  .experience-actions{margin-top:15px !important}
  .experience-actions .btn{
    min-height:46px !important;
    padding:11px 18px !important;
    font-size:.9rem !important;
  }
  .experience-note{margin-top:13px !important;font-size:.8rem !important}
  .scene-canvas{
    height:clamp(370px,calc(100svh - 278px),490px) !important;
    max-height:490px !important;
  }
  .scene-art{inset:-8px -38px !important}
  .scene-art img{max-width:120% !important}
  .experience-bottom{margin-top:6px !important}
  .scene-selector{
    min-height:62px !important;
    padding:8px 0 6px !important;
  }
  .selector-title{font-size:1.08rem !important}
  .selector-description{font-size:.69rem !important}
  .scene-controls button{width:38px !important;height:38px !important}
}

/* Short desktop/laptop screens still fit completely without clipping. */
@media (min-width:851px) and (max-height:700px){
  .experience-hero{padding:76px 0 6px !important}
  .experience-layout{gap:30px !important}
  .experience-title{font-size:clamp(2.7rem,3.85vw,4.2rem) !important}
  .experience-description{
    margin-top:10px !important;
    font-size:.94rem !important;
    line-height:1.45 !important;
  }
  .experience-actions{margin-top:11px !important}
  .experience-actions .btn{min-height:42px !important;padding:9px 16px !important}
  .experience-note{margin-top:9px !important}
  .scene-canvas{
    height:clamp(320px,calc(100svh - 272px),420px) !important;
    max-height:420px !important;
  }
  .scene-art{inset:-4px -28px !important}
  .experience-bottom{margin-top:4px !important}
  .scene-selector{min-height:54px !important;padding:6px 0 4px !important}
  .selector-title{font-size:1rem !important}
  .selector-description{font-size:.64rem !important}
  .scene-controls button{width:35px !important;height:35px !important}
}

/* Tall desktops: use the additional space rather than leaving a blank band. */
@media (min-width:1200px) and (min-height:900px){
  .experience-hero{padding:94px 0 14px !important}
  .scene-canvas{
    height:clamp(500px,calc(100svh - 300px),575px) !important;
    max-height:575px !important;
  }
  .scene-art{inset:-16px -54px !important}
  .scene-art img{max-width:128% !important}
  .experience-title{font-size:clamp(3.7rem,4.9vw,5.65rem) !important}
  .experience-bottom{margin-top:10px !important}
  .scene-selector{min-height:76px !important}
}
