/* ============================================================================
   Dubai Future Week 2026 — Landing Page styles (production, WordPress)
   ----------------------------------------------------------------------------
   Combined from the design handoff:  styles.css (design-system tokens/fonts)
   + dfw.css (page styles).  Every rule below is scoped under
   `.custom-landing-page` (applied to <body> by page-custom-landing.php) so it
   cannot affect the rest of the WordPress site.

   FONTS: the licensed faces (Untitled Sans, Lyon) are NOT bundled. Drop the
   web-font files into  assets/fonts/  using the filenames referenced in the
   @font-face blocks below (see assets/fonts/README.txt). Until then the page
   renders with the system fallbacks declared in the --font-* variables.
   ============================================================================ */

/* ---- @font-face : Untitled Sans (headings / UI) ------------------------- */
@font-face{font-family:"Untitled Sans";src:url("/wp-content/uploads/dfw-week/assets/fonts/UntitledSans-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Untitled Sans";src:url("/wp-content/uploads/dfw-week/assets/fonts/UntitledSans-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Untitled Sans";src:url("/wp-content/uploads/dfw-week/assets/fonts/UntitledSans-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Untitled Sans";src:url("/wp-content/uploads/dfw-week/assets/fonts/UntitledSans-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Untitled Sans";src:url("/wp-content/uploads/dfw-week/assets/fonts/UntitledSans-Black.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}

/* ---- @font-face : Lyon (body serif) ------------------------------------- */
@font-face{font-family:"Lyon";src:url("/wp-content/uploads/dfw-week/assets/fonts/Lyon-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Lyon";src:url("/wp-content/uploads/dfw-week/assets/fonts/Lyon-RegularItalic.woff2") format("woff2");font-weight:400;font-style:italic;font-display:swap}

/* ---- @font-face : Lyon Slanted (italic accent face, drawn slanted) ------ */
@font-face{font-family:"Lyon Slanted";src:url("/wp-content/uploads/dfw-week/assets/fonts/LyonSlanted-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}

/* ---- Design tokens : fonts (colours live in .custom-landing-page) --- */
.custom-landing-page{
  --font-sans:"Untitled Sans",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --font-serif:"Lyon",Georgia,"Times New Roman",serif;
  --font-serif-slanted:"Lyon Slanted","Lyon",Georgia,serif;
  --font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}

/* DUBAI FUTURE WEEK 2026 — FRAMED version (white gutter + rounded section panels) */
.custom-landing-page, .custom-landing-page *{box-sizing:border-box}
html:has(.custom-landing-page){scroll-behavior:smooth}
.custom-landing-page{margin:0;background:#fff;color:#141414;font-family:var(--font-sans);overflow-x:hidden;
  --ink:#141414;--graphite:#3A3834;--stone:#6A665F;--paper:#F4F2ED;--concrete:#EFEDE7;--line:#E4E1D9;
  --green:#239650;--green-l:#A0E1AA;--purple:#6E5AB9;--purple-l:#C8B9E6;
  --blue:#3C73C8;--blue-d:#1E2D55;--blue-l:#AAE6FA;--red:#DC4628;--red-l:#F5C8BE;
  --yellow:#F0B43C;--yellow-l:#F5F096;--teal:#17A39A;--orange:#F26522;--ez:cubic-bezier(.16,1,.3,1)}
.custom-landing-page.loading{overflow:hidden;height:100vh}
.custom-landing-page img{display:block;max-width:100%}
.custom-landing-page a{color:inherit;text-decoration:none}
.custom-landing-page .wrap{max-width:1440px;margin:0 auto;padding:0 32px}
.custom-landing-page .lyon{font-family:var(--font-serif-slanted);font-weight:400;font-style:normal}
.custom-landing-page .mix{font-family:var(--font-sans);font-weight:800;text-transform:lowercase;letter-spacing:-.05em;line-height:.98;margin:0;text-wrap:balance}
.custom-landing-page .mix em{font-family:var(--font-serif-slanted);font-weight:400;font-style:normal}
.custom-landing-page .eyebrow{font-size:clamp(15px,1.7vw,20px);font-weight:800;letter-spacing:0;text-transform:uppercase;color:var(--stone)}
.custom-landing-page ::selection{background:var(--blue);color:#fff}

/* buttons */
.custom-landing-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:52px;padding:0 26px;font-weight:700;font-size:15px;letter-spacing:-.01em;border-radius:999px;border:1.5px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .15s,background .2s,color .2s,box-shadow .2s,border-color .2s}
.custom-landing-page .btn:active{transform:scale(.97)}.custom-landing-page .btn-sm{height:42px;padding:0 20px;font-size:14px}
.custom-landing-page .btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.custom-landing-page .btn-primary:hover{background:var(--blue-d);border-color:var(--blue-d);box-shadow:0 10px 26px rgba(30,45,85,.32)}
.custom-landing-page .btn-light{background:#fff;color:var(--ink);border-color:#fff}.custom-landing-page .btn-light:hover{box-shadow:0 12px 34px rgba(0,0,0,.2)}
.custom-landing-page .btn-outline-l{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}.custom-landing-page .btn-outline-l:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.custom-landing-page .btn-outline-ink{background:transparent;color:var(--ink);border-color:var(--ink)}.custom-landing-page .btn-outline-ink:hover{background:var(--ink);color:#fff}
.custom-landing-page .btn .arw{transition:transform .3s var(--ez)}.custom-landing-page .btn:hover .arw{transform:translateX(4px)}

/* preloader — Dubai Future [logo] Week reveal */
.custom-landing-page .pre{position:fixed;inset:0;z-index:1000;pointer-events:none}
.custom-landing-page .pre-curtain{position:absolute;left:0;right:0;height:50%;background:#000;z-index:1;transition:transform 1s var(--ez)}
.custom-landing-page .pre-curtain.top{top:0}.custom-landing-page .pre-curtain.bot{bottom:0}
.custom-landing-page .pre-inner{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;transition:opacity .5s var(--ez)}
.custom-landing-page .pre.done .pre-inner{opacity:0}
.custom-landing-page .pre.done .pre-curtain.top{transform:translateY(-100%)}
.custom-landing-page .pre.done .pre-curtain.bot{transform:translateY(100%)}
.custom-landing-page .pre-seq{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;transform:scale(.75);transform-origin:center center}
.custom-landing-page .pre-title{position:relative;display:flex;align-items:center;justify-content:center;white-space:nowrap;color:#fff;font-family:var(--font-sans);font-weight:800;letter-spacing:-.04em;font-size:clamp(26px,5vw,60px);line-height:1}
.custom-landing-page .pt-slot{display:inline-flex;align-items:center;justify-content:center;width:0;overflow:hidden;transition:width .6s var(--ez)}
.custom-landing-page .pre.s2 .pt-slot{width:2.1em}
.custom-landing-page .pt-logo{display:inline-flex;width:1.7em;flex:0 0 auto;opacity:0;transform:scale(.8) translateY(6px);transition:opacity .55s var(--ez),transform .55s var(--ez)}
.custom-landing-page .pt-logo svg{width:100%;height:auto}
.custom-landing-page .pre-mark{clip-path:inset(0 100% 0 0);opacity:0;transform:translateY(8px);transition:clip-path 1s var(--ez),opacity .6s var(--ez),transform .8s var(--ez)}
.custom-landing-page .pre.s2 .pre-mark{clip-path:inset(0 0 0 0);opacity:1;transform:none}
.custom-landing-page .pre.s3 .pt-logo{opacity:1;transform:none}
.custom-landing-page .pre-meta{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;font-family:var(--font-sans);font-weight:600;font-size:clamp(13px,1.5vw,17px);letter-spacing:.01em;color:rgba(255,255,255,.7);opacity:0;transform:translateY(16px);transition:opacity .5s var(--ez),transform .5s var(--ez)}
.custom-landing-page .pre-meta span:first-child{color:#fff;font-weight:700}
.custom-landing-page .pre.s4 .pre-meta{opacity:1;transform:none}

/* nav */
.custom-landing-page .nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .4s,box-shadow .4s,backdrop-filter .4s}
.custom-landing-page .nav-in{max-width:1440px;margin:0 auto;padding:32px 32px;display:flex;align-items:center;transition:padding .4s var(--ez)}
.custom-landing-page .nav-logo{position:relative;height:37px;display:flex;align-items:center;justify-content:flex-start}
.custom-landing-page .nav-logo img{height:100%;transition:opacity .4s var(--ez)}
.custom-landing-page .nav-logo .nl-full{display:block}
.custom-landing-page .nav-logo .nl-mono{position:absolute;left:0;height:26px;width:auto!important;opacity:0;pointer-events:none}
.custom-landing-page .nav.scrolled .nav-logo{height:26px}
.custom-landing-page .nav.scrolled .nav-logo .nl-full{opacity:0}
.custom-landing-page .nav.scrolled .nav-logo .nl-mono{opacity:1}
.custom-landing-page .nav-right{margin-left:auto;display:flex;align-items:center;gap:20px}
.custom-landing-page .nav-links{display:flex;gap:4px}
.custom-landing-page .nav-links a{font-size:14px;font-weight:500;padding:9px 14px;border-radius:999px;color:var(--blue-d);opacity:.85;transition:opacity .15s,background .15s,color .3s}
.custom-landing-page .nav-links a:hover{opacity:1;background:rgba(30,45,85,.08)}
.custom-landing-page .nav.scrolled{background:color-mix(in srgb,#fff 62%,transparent);backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4);box-shadow:0 1px 0 rgba(255,255,255,.5) inset,0 10px 30px rgba(20,20,20,.08)}
.custom-landing-page .nav.scrolled .nav-in{padding-top:16px;padding-bottom:16px}
.custom-landing-page .nav.scrolled .nav-links a{color:var(--ink)}.custom-landing-page .nav.scrolled .nav-links a:hover{background:rgba(20,20,20,.06)}
.custom-landing-page .nav.scrolled .nav-links a, .custom-landing-page .nav.scrolled .ncta-ghost{color:#000!important;border-color:#000!important}
.custom-landing-page .nav.scrolled .burger span{background:#000!important}
.custom-landing-page .nav.scrolled .nav-logo{filter:none!important}
.custom-landing-page .burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}
.custom-landing-page .nav-cta{display:flex;align-items:center;gap:8px}
.custom-landing-page .ncta{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 18px;border-radius:999px;font-family:var(--font-sans);font-weight:700;font-size:14px;letter-spacing:-.01em;text-decoration:none;transition:transform .3s var(--ez),background .3s,color .3s,box-shadow .3s,border-color .3s}
.custom-landing-page .ncta-primary{background:var(--ink);color:#fff;padding-right:8px;box-shadow:0 6px 18px rgba(20,20,20,.16)}
.custom-landing-page .ncta-primary .ncta-arw{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--yellow-l);color:var(--ink);font-size:14px;transition:transform .3s var(--ez)}
.custom-landing-page .ncta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(20,20,20,.28)}
.custom-landing-page .ncta-primary:hover .ncta-arw{transform:rotate(-45deg)}
.custom-landing-page .ncta-ghost{border:1.5px solid rgba(20,20,20,.2);color:var(--ink);background:rgba(255,255,255,.4)}
.custom-landing-page .ncta-ghost:hover{border-color:var(--ink);background:var(--ink);color:#fff;transform:translateY(-2px)}
.custom-landing-page .nav.scrolled .ncta-ghost{background:transparent}
.custom-landing-page .burger span{width:24px;height:2px;background:var(--blue-d);border-radius:2px}

/* hero — one sentence, the sculpture is its pause */
.custom-landing-page .hero{position:relative;height:100vh;min-height:680px;overflow:hidden;color:var(--ink);background:#d2d2d2}
.custom-landing-page .hero-atmos{display:none}
.custom-landing-page .hero-atmos{display:none}
.custom-landing-page .hero-media{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none;background:#d2d2d2}
.custom-landing-page .hero-media video, .custom-landing-page .hero-media img{width:100%;height:100%;object-fit:var(--heroFit,cover);object-position:calc(50% + var(--heroX,0px)) calc(50% + var(--heroY,0px));transform:scale(var(--heroZoom,1));transform-origin:center}
.custom-landing-page #heroImg[hidden]{display:none}
.custom-landing-page #heroImg{position:absolute;inset:0}
.custom-landing-page .hero-seam{display:none}
/* type wraps the sculpture */
.custom-landing-page .hero-left{position:absolute;z-index:3;left:50%;transform:translateX(-50%);width:min(1440px,100%);padding:10vh 32px 0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}
.custom-landing-page .hero-left>*{pointer-events:auto;max-width:none}
.custom-landing-page .hero-kicker{font-family:var(--font-mono,monospace);font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin-bottom:22px;opacity:0;animation:heroFade .8s var(--ez) .3s forwards}
.custom-landing-page .hero-say{margin:0;font-family:var(--font-sans);font-weight:800;text-transform:lowercase;letter-spacing:-.05em;line-height:.92;color:var(--yellow-l);font-size:clamp(46px,8vw,120px);text-wrap:balance;transform:translate(var(--tX,0px),var(--tY,0px)) scale(var(--tScale,1));transform-origin:left center}
.custom-landing-page .hero-say .say-a{font-family:var(--font-serif-slanted);font-weight:400;font-style:italic;letter-spacing:0;color:#E8B93A}
.custom-landing-page .hero-say .say-b{font-family:var(--font-sans);font-weight:800;letter-spacing:-.05em}
.custom-landing-page .hero-say .say-a, .custom-landing-page .hero-say .say-b{display:inline-block;vertical-align:middle;opacity:0;transform:translateY(38px) rotate(2deg);animation:heroWord .9s var(--ez) forwards}
.custom-landing-page .say-break{display:none}
.custom-landing-page .hero-say[data-lines="2"] .say-break{display:block;flex-basis:100%;width:100%;height:0;border:0}
.custom-landing-page .hero-say[data-lines="1"]{flex-wrap:nowrap;white-space:nowrap}
.custom-landing-page .hero-say[data-lines="1"] .say-break{display:none!important}
.custom-landing-page .hero-say .say-a:nth-of-type(1){animation-delay:.35s}
.custom-landing-page .hero-say .say-b:nth-of-type(1){animation-delay:.48s}
.custom-landing-page .hero-say .say-a:nth-of-type(2){animation-delay:.61s}
.custom-landing-page .hero-say .say-b:nth-of-type(2){animation-delay:.74s}
@keyframes heroWord{to{opacity:1;transform:none}}
/* hold hero intro until the preloader lifts */
.custom-landing-page.loading .hero-say .say-a, .custom-landing-page.loading .hero-say .say-b, .custom-landing-page.loading .hero-sub, .custom-landing-page.loading .hero-when, .custom-landing-page.loading .hero-go, .custom-landing-page.loading .hero-vcap{animation-play-state:paused}
.custom-landing-page .hero-say .say-l1, .custom-landing-page .hero-say .say-l2{display:block;opacity:0;transform:translateY(20px);animation:heroFade .9s var(--ez) forwards}
.custom-landing-page .hero-say .say-l1{animation-delay:.45s}.custom-landing-page .hero-say .say-l2{animation-delay:.56s}
.custom-landing-page .hero-sub{font-family:var(--font-serif);font-size:clamp(15px,1.4vw,18px);line-height:1.5;color:var(--graphite);max-width:32ch;margin:26px 0 0;opacity:0;animation:heroFade .9s var(--ez) .8s forwards}
.custom-landing-page .hero-when{display:flex;flex-flow:row wrap;align-items:baseline;gap:.34em 1em;margin-top:34px;color:var(--ink);opacity:0;animation:heroFade .9s var(--ez) .95s forwards;transform:translate(var(--dX,0px),var(--dY,0px)) scale(var(--dScale,1))!important;transform-origin:left center}
.custom-landing-page .hw-l1, .custom-landing-page .hw-l2{display:flex;align-items:baseline;gap:.34em;font-family:var(--font-sans);font-weight:800;letter-spacing:-.04em;line-height:1.04}
.custom-landing-page .hw-l1{font-size:clamp(26px,3.4vw,46px)}
.custom-landing-page .hw-l2{font-size:clamp(28px,3.8vw,52px)}
.custom-landing-page .hw-it{font-family:var(--font-serif-slanted);font-weight:400;font-style:italic;font-size:.58em;letter-spacing:0}
.custom-landing-page .hero-right{position:absolute;z-index:3;right:clamp(28px,4.6vw,72px);left:auto;top:0;bottom:0;width:min(40%,440px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}
.custom-landing-page .say-of{font-family:var(--font-serif-slanted);font-weight:400;font-style:normal;font-size:clamp(30px,4.4vw,64px);line-height:1;color:var(--purple);opacity:0;transform:translateY(20px);animation:heroFade .9s var(--ez) .66s forwards}
.custom-landing-page .say-future{font-family:var(--font-sans);font-weight:800;text-transform:lowercase;letter-spacing:-.06em;line-height:.82;color:var(--ink);font-size:clamp(60px,10vw,150px);opacity:0;transform:translateY(24px);animation:heroFade 1s var(--ez) .74s forwards}
.custom-landing-page .hero-go{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;margin-top:32px;padding-bottom:6px;border-bottom:2px solid var(--ink);font-family:var(--font-sans);font-weight:700;font-size:16px;color:var(--ink);opacity:0;animation:heroFade .9s var(--ez) 1.05s forwards;transition:gap .3s var(--ez),color .3s,border-color .3s}
.custom-landing-page .hero-go:hover{gap:16px;color:var(--purple);border-color:var(--purple)}
.custom-landing-page .hero-go .arw{transition:transform .3s var(--ez)}.custom-landing-page .hero-go:hover .arw{transform:translateX(3px)}
.custom-landing-page .hero-vcap{position:absolute;z-index:3;right:clamp(14px,1.6vw,24px);top:50%;transform:translateY(-50%) rotate(180deg);writing-mode:vertical-rl;font-family:var(--font-mono,monospace);font-size:11px;letter-spacing:.2em;color:var(--stone);opacity:0;animation:heroFade 1s var(--ez) 1.2s forwards}
@keyframes heroFade{to{opacity:1;transform:none}}
@keyframes heroBreathe{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,calc(-50% - 14px)) scale(1.03)}}
@media(max-width:960px){
  .custom-landing-page .hero{height:auto;min-height:100vh;padding:112px 0 40px}
  .custom-landing-page .hero-media{position:relative;inset:auto;right:auto;left:auto;width:100%;height:44vh;margin:0 auto;order:2}
  .custom-landing-page .hero-seam{display:none}
  .custom-landing-page .hero-left{position:static;transform:none;width:auto;justify-content:flex-start;padding:0 22px}
  .custom-landing-page .hero-say{font-size:clamp(40px,11vw,72px);display:flex;flex-wrap:wrap;align-items:baseline;gap:.14em .28em}
  .custom-landing-page .hero-say .say-a{font-size:clamp(24px,7vw,44px)!important;margin:0!important}
  .custom-landing-page .hero-say .say-b{font-size:clamp(44px,13vw,84px)!important}
  .custom-landing-page .hero-when{margin:26px 0!important}
  .custom-landing-page .hero-when .hw-num, .custom-landing-page .hero-when .hw-place{font-size:clamp(22px,6vw,32px)!important}
  .custom-landing-page .hero-atmos{background:radial-gradient(70% 40% at 50% 34%,rgba(255,255,255,.7),transparent 70%)}
}
@media(prefers-reduced-motion:reduce){.custom-landing-page .hero-media{animation:none}}
/* hero scene B — centered content */
.custom-landing-page .hero[data-scene="b"] .hero-left{align-items:center;text-align:center}
.custom-landing-page .hero[data-scene="b"] .hero-say{justify-content:center}
.custom-landing-page .hero[data-scene="b"] .hero-when{align-items:center}
.custom-landing-page .hero[data-scene="b"] .hw-l1, .custom-landing-page .hero[data-scene="b"] .hw-l2{justify-content:center}
.custom-landing-page .hero-video-switch{position:absolute;left:50%;transform:translateX(-50%);bottom:16px;z-index:7;display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:999px;padding:6px 8px 6px 12px;box-shadow:0 10px 26px rgba(20,20,20,.12);font-family:var(--font-sans)}
.custom-landing-page .hero-video-switch[hidden]{display:none}
.custom-landing-page .hvs-close{width:24px;height:24px;padding:0!important;border-radius:50%!important;color:var(--stone)!important;background:rgba(20,20,20,.06)!important;margin-left:2px}
.custom-landing-page #sceneShow{bottom:16px}
.custom-landing-page .hero-video-switch .hv-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--stone);margin-right:2px}
.custom-landing-page .hero-video-switch button{font-family:var(--font-sans);font-size:10px;font-weight:600;color:var(--graphite);background:none;border:none;border-radius:999px;padding:4px 8px;cursor:pointer;transition:background .2s,color .2s}
.custom-landing-page .hero-video-switch button:hover{background:rgba(30,45,85,.08)}
.custom-landing-page .hero-video-switch button.on{background:var(--ink);color:#fff}
@media(max-width:640px){.custom-landing-page .hero-video-switch{display:none}}
.custom-landing-page .hero-video-switch{flex-wrap:wrap;max-width:min(70vw,520px)}
/* hero bottom tweak panel */
.custom-landing-page .hero-panel{position:absolute;left:50%;transform:translateX(-50%);bottom:16px;z-index:7;display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;max-width:min(94vw,1000px);background:rgba(255,255,255,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:18px;padding:12px 44px 12px 16px;box-shadow:0 14px 34px rgba(20,20,20,.16);font-family:var(--font-sans)}
.custom-landing-page .hero-panel[hidden]{display:none}
.custom-landing-page .hero-panel .hp-grp{display:flex;align-items:center;gap:8px;padding-right:14px;border-right:1px solid var(--line)}
.custom-landing-page .hero-panel .hp-grp:last-of-type{border-right:none}
.custom-landing-page .hero-panel .hp-h{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}
.custom-landing-page .hero-panel label{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:600;color:var(--graphite)}
.custom-landing-page .hero-panel input[type=range]{width:60px;accent-color:var(--blue)}
.custom-landing-page .hero-panel .hp-sw{display:inline-flex;gap:4px;flex-wrap:wrap;max-width:150px}
.custom-landing-page .hero-panel .hp-sw button{width:18px;height:18px;padding:0;border-radius:50%;border:1px solid rgba(20,20,20,.2);cursor:pointer}
.custom-landing-page .hero-panel .hp-sw button.on{outline:2px solid var(--ink);outline-offset:1px}
.custom-landing-page .hero-panel button{font-family:var(--font-sans);font-size:12px;font-weight:700;color:var(--ink);background:rgba(20,20,20,.06);border:none;border-radius:999px;padding:6px 12px;cursor:pointer}
.custom-landing-page .hero-panel .hp-hide{position:absolute;top:8px;right:10px;width:24px;height:24px;padding:0;border-radius:50%;color:var(--stone)}
.custom-landing-page .hero-panel-show{position:absolute;left:50%;transform:translateX(-50%);bottom:64px;z-index:7;height:34px;padding:0 18px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-family:var(--font-sans);font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--ink);cursor:pointer;box-shadow:0 10px 26px rgba(20,20,20,.14)}
.custom-landing-page .hero-panel-show[hidden]{display:none}
@media(max-width:640px){.custom-landing-page .hero-panel, .custom-landing-page .hero-panel-show{display:none}}
.custom-landing-page .hero-vtweak input[type=range]{width:74px;accent-color:var(--blue)}
.custom-landing-page .hero-vtweak button{font-family:var(--font-sans);font-size:12px;font-weight:700;color:var(--ink);background:rgba(20,20,20,.06);border:none;border-radius:999px;padding:6px 12px;cursor:pointer}
.custom-landing-page .hero-vtweak .hv-hide{width:26px;height:26px;padding:0;border-radius:50%;color:var(--stone)}
.custom-landing-page .hero-vshow{position:absolute;left:clamp(16px,3vw,32px);bottom:16px;z-index:6;height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-family:var(--font-sans);font-size:12px;font-weight:700;color:var(--ink);cursor:pointer}
.custom-landing-page .hero-vshow[hidden]{display:none}
@media(max-width:640px){.custom-landing-page .hero-vtweak, .custom-landing-page .hero-vshow{display:none}}

/* generic section */
.custom-landing-page .sec{padding:120px 0}
.custom-landing-page .sec-head{max-width:820px;margin-bottom:52px}
.custom-landing-page .sec-head .mix{font-size:clamp(32px,4.8vw,60px);margin-top:16px}
.custom-landing-page .sec-head .mix em{color:var(--blue)}
.custom-landing-page .lead{font-size:19px;line-height:1.55;color:var(--stone);margin:22px 0 0;max-width:640px}

/* patronage — blended photo + DS typography */
.custom-landing-page .patron{background:var(--paper);padding:0;overflow:hidden}
.custom-landing-page .patron-in{max-width:none;margin:0;padding:0;display:grid;grid-template-columns:.9fr 1.1fr;gap:0;align-items:stretch;text-align:left}
.custom-landing-page .patron-photo{position:relative;min-height:440px}
.custom-landing-page .patron-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(.15) contrast(1.02)}
.custom-landing-page .patron-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 40%,var(--paper) 98%),linear-gradient(0deg,var(--paper),transparent 34%)}
.custom-landing-page .patron-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(48px,6vw,96px) clamp(32px,5vw,80px) clamp(48px,6vw,96px) 0}
.custom-landing-page .patron-copy .mix{font-size:clamp(28px,3.6vw,50px);color:var(--ink);margin:16px 0 0}
.custom-landing-page .patron-copy .mix em{color:var(--blue)}
.custom-landing-page .patron-role{font-family:var(--font-serif);font-size:clamp(16px,1.6vw,20px);line-height:1.5;color:var(--graphite);max-width:56ch;margin:22px 0 0}
@media(max-width:860px){.custom-landing-page .patron-in{grid-template-columns:1fr}.custom-landing-page .patron-photo{min-height:300px}.custom-landing-page .patron-photo::after{background:linear-gradient(0deg,var(--paper) 4%,transparent 46%)}.custom-landing-page .patron-copy{padding:32px 24px 44px}}

/* manifesto — 2 column with image */
.custom-landing-page .manifesto{background:var(--blue-l);position:relative;overflow:hidden}
.custom-landing-page .manifesto-grid{display:block}
.custom-landing-page .manifesto .wn-content{max-width:640px}
.custom-landing-page .manifesto .mix{font-size:clamp(34px,5vw,74px);color:var(--blue-d)}
.custom-landing-page .manifesto .mix em{color:var(--blue)}
.custom-landing-page .manifesto-art{border-radius:32px;overflow:hidden;aspect-ratio:4/5;box-shadow:0 30px 70px rgba(30,45,85,.22)}
.custom-landing-page .manifesto-art img{width:100%;height:100%;object-fit:cover}
@media(max-width:860px){.custom-landing-page .manifesto-grid{grid-template-columns:1fr;gap:32px}.custom-landing-page .manifesto-art{aspect-ratio:16/10}}
.custom-landing-page .mf-lead{font-family:var(--font-sans);font-weight:500;font-size:clamp(19px,2.2vw,28px);line-height:1.34;color:var(--blue-d);max-width:26ch;margin:30px 0 0}
.custom-landing-page .mf-note{font-family:var(--font-serif);font-size:clamp(18px,1.9vw,23px);line-height:1.45;color:var(--blue-d);max-width:44ch;margin:22px 0 0}
.custom-landing-page .mf-note em{color:var(--blue);font-style:italic;font-family:var(--font-serif)}

/* why now — light, video visible on right (poster composition) */
.custom-landing-page .why-now{position:relative;overflow:hidden;background:#d2d2d2}
.custom-landing-page .wn-video{position:absolute;bottom:var(--wnBottom,0px);right:var(--wnRight,0px);top:auto;width:min(var(--wnW,56%),820px);height:auto;aspect-ratio:16/10;object-fit:cover;object-position:right bottom;transform:translateY(var(--wnY,0px)) scale(var(--wnScale,1));transform-origin:right bottom;will-change:transform;z-index:0;pointer-events:none;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 18%);mask-image:linear-gradient(90deg,transparent 0%,#000 18%)}
.custom-landing-page .wn-content{position:relative;z-index:2;max-width:760px}
.custom-landing-page .why-now .sec-head{max-width:760px}
.custom-landing-page .why-now .sec-head .mix{font-size:clamp(32px,4.8vw,60px)}
.custom-landing-page .why-now .eyebrow{color:var(--blue)}
.custom-landing-page .why-now .sec-head .mix{color:var(--ink)}.custom-landing-page .why-now .sec-head .mix em{color:var(--blue)}
.custom-landing-page .why-now .lead{color:var(--graphite)}
.custom-landing-page .tr-w{display:inline;will-change:opacity}
.custom-landing-page .wn-closer{margin-top:28px;font-size:clamp(28px,4vw,52px)}
.custom-landing-page .wn-closer em{font-family:var(--font-serif-slanted);font-weight:400;font-style:normal;color:var(--blue)}
@media(max-width:860px){.custom-landing-page .wn-video{position:relative;right:auto;bottom:auto;top:auto;transform:none;width:100%;aspect-ratio:16/10;margin-top:32px;border-radius:24px}.custom-landing-page .wn-content{max-width:none}}
/* why-now layout variants */
.custom-landing-page .wn-layout{position:absolute;top:14px;right:14px;z-index:6;display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:999px;padding:6px 8px 6px 12px;box-shadow:0 10px 26px rgba(20,20,20,.12)}
.custom-landing-page .wn-layout .wl-label{font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--stone);margin-right:2px}
.custom-landing-page .wn-layout button{font-family:var(--font-sans);font-size:12px;font-weight:600;color:var(--graphite);background:none;border:none;border-radius:999px;padding:6px 11px;cursor:pointer;transition:background .2s,color .2s}
.custom-landing-page .wn-layout button:hover{background:rgba(30,45,85,.08)}
.custom-landing-page .wn-layout button.on{background:var(--blue);color:#fff}
/* B — two-column text: headline left, body right */
.custom-landing-page .why-now[data-wnlayout="b"] .wn-content{display:grid;grid-template-columns:1fr 1fr;gap:16px 56px;align-items:start}
.custom-landing-page .why-now[data-wnlayout="b"] .sec-head{grid-column:1;max-width:none;margin-bottom:0}
.custom-landing-page .why-now[data-wnlayout="b"] .sec-head .lead{display:none}
.custom-landing-page .why-now[data-wnlayout="b"] .forces{grid-column:2;margin-top:0;align-content:start}
.custom-landing-page .why-now[data-wnlayout="b"] .forces::before{content:"For thousands of years, societies evolved over generations. Today, transformation happens in months. Every breakthrough changes more than industries — it changes us.";display:block;width:100%;font-family:var(--font-serif);font-size:clamp(16px,1.5vw,20px);line-height:1.5;color:var(--graphite);margin-bottom:22px}
.custom-landing-page .why-now[data-wnlayout="b"] .changes-roll{grid-column:1 / -1;margin-top:20px}
/* C — editorial: quieter support */
.custom-landing-page .why-now[data-wnlayout="c"] .forces{opacity:.9}
.custom-landing-page .why-now[data-wnlayout="c"] .lead{max-width:52ch}
@media(max-width:860px){.custom-landing-page .wn-layout{position:static;margin:0 auto 20px;flex-wrap:wrap;justify-content:center}.custom-landing-page .why-now[data-wnlayout="b"] .wn-content{grid-template-columns:1fr}}
/* image control panel */
.custom-landing-page .wn-ctrl{display:none;position:absolute;left:16px;bottom:16px;z-index:5;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:16px;padding:14px 16px;flex-direction:column;gap:10px;width:230px;box-shadow:0 12px 30px rgba(20,20,20,.14);font-family:var(--font-sans)}
.custom-landing-page .wn-ctrl h5{margin:0;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--stone);display:flex;justify-content:space-between;align-items:center}
.custom-landing-page .wn-ctrl button.wn-hide{background:none;border:none;cursor:pointer;font-size:15px;color:var(--stone);line-height:1;padding:2px}
.custom-landing-page .wn-ctrl label{font-size:12px;font-weight:600;color:var(--graphite);display:flex;flex-direction:column;gap:5px}
.custom-landing-page .wn-ctrl input[type=range]{width:100%;accent-color:var(--blue)}
.custom-landing-page .wn-ctrl .wn-reset{margin-top:2px;font-size:12px;font-weight:700;color:var(--blue);background:none;border:none;cursor:pointer;text-align:left;padding:0}
.custom-landing-page .wn-show{position:absolute;left:16px;bottom:16px;z-index:5;height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.92);font-family:var(--font-sans);font-size:12px;font-weight:700;color:var(--ink);cursor:pointer;display:none}
@media(max-width:860px){.custom-landing-page .wn-ctrl, .custom-landing-page .wn-show{display:none!important}}
.custom-landing-page .forces{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 10px;margin-top:24px;font-family:var(--font-serif);font-size:clamp(16px,1.5vw,20px);line-height:1.5;color:var(--graphite)}
.custom-landing-page .forces-lead{font-family:var(--font-sans);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--stone);width:100%;margin-bottom:2px}
.custom-landing-page .force{padding:0;border:none;border-radius:0;font-family:var(--font-serif);font-weight:400;font-size:inherit;background:none;color:var(--ink)}
.custom-landing-page .force:not(:last-child)::after{content:"·";margin-left:10px;color:var(--stone)}
.custom-landing-page .force:hover{color:var(--blue)}
.custom-landing-page .changes-roll{margin-top:44px;display:flex;align-items:baseline;gap:16px;flex-wrap:wrap;font-family:var(--font-sans);font-weight:800;letter-spacing:-.05em;line-height:1;font-size:clamp(30px,5.4vw,66px);color:var(--ink)}
.custom-landing-page .cr-lead{color:var(--stone)}
.custom-landing-page .cr-rot{position:relative;display:inline-block;height:1em;overflow:hidden;vertical-align:baseline}
.custom-landing-page .cr-track{display:block;transition:transform .6s var(--ez)}
.custom-landing-page .cr-rot b{display:block;height:1em;line-height:1;font-weight:400;color:var(--blue);font-family:var(--font-serif-slanted);font-style:normal}
.custom-landing-page .changes-list{margin-top:44px}
.custom-landing-page .cl-lead{display:block;font-family:var(--font-sans);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--stone);margin-bottom:18px}
.custom-landing-page .cl-items{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 24px}
.custom-landing-page .cl-items li{position:relative;padding-top:14px;border-top:1px solid var(--line);font-family:var(--font-sans);font-weight:800;letter-spacing:-.04em;line-height:1.02;font-size:clamp(22px,2.4vw,32px);color:var(--ink)}
.custom-landing-page .cl-items li em{font-family:var(--font-serif-slanted);font-weight:400;font-style:normal;color:var(--blue)}
@media(max-width:860px){.custom-landing-page .cl-items{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.custom-landing-page .cl-items{grid-template-columns:1fr}}

/* futures — light editorial 2-column */
.custom-landing-page .fut{background:var(--paper)}
.custom-landing-page .fut .sec-head .mix{color:var(--ink)}.custom-landing-page .fut .sec-head .mix em{color:var(--blue)}
.custom-landing-page .fut-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}
.custom-landing-page .fut-list{list-style:none;margin:0;padding:0;counter-reset:none}
.custom-landing-page .fut-item{display:flex;gap:26px;align-items:baseline;padding:26px 0;border-top:1px solid var(--line)}
.custom-landing-page .fut-item:first-child{border-top:none;padding-top:0}
.custom-landing-page .fut-item .fn{font-family:var(--font-sans);font-weight:800;font-size:clamp(18px,1.6vw,22px);letter-spacing:-.02em;color:var(--blue);width:36px;flex-shrink:0}
.custom-landing-page .fut-item p{font-size:clamp(19px,2.2vw,28px);line-height:1.26;font-weight:600;letter-spacing:-.015em;color:var(--ink);margin:0;text-wrap:pretty}
.custom-landing-page .fut-item p em{font-family:var(--font-serif-slanted);font-weight:400;font-style:normal;color:var(--blue)}
.custom-landing-page .fut-art{border-radius:32px;overflow:hidden;aspect-ratio:4/5;box-shadow:0 30px 70px rgba(20,20,20,.14);align-self:stretch}
.custom-landing-page .fut-art img{width:100%;height:100%;object-fit:cover}
@media(max-width:860px){.custom-landing-page .fut-grid{grid-template-columns:1fr;gap:32px}.custom-landing-page .fut-art{order:-1;aspect-ratio:16/10}}

/* five tracks — interactive expanding panels (no scroll lock) */
.custom-landing-page .tracks{position:relative;background:var(--ink);padding:100px 0 110px;color:#fff}
.custom-landing-page .tracks-intro{text-align:center;max-width:760px;margin:0 auto 52px}
.custom-landing-page .tracks-intro .eyebrow{color:var(--blue-l)}
.custom-landing-page .tracks-intro .mix{color:#fff;font-size:clamp(28px,4vw,56px);margin-top:12px}
.custom-landing-page .tracks-intro .mix em{color:var(--yellow)}
.custom-landing-page .tracks-intro p{color:rgba(255,255,255,.7);font-size:16px;max-width:52ch;margin:14px auto 0}
.custom-landing-page .trk-panels{display:flex;gap:12px;height:clamp(420px,58vh,600px)}
.custom-landing-page .trk-panel{position:relative;flex:1 1 0;min-width:0;border-radius:26px;overflow:hidden;cursor:pointer;background:#111;transition:flex-grow .6s var(--ez);outline:none}
.custom-landing-page .trk-panel.is-open{flex-grow:5.4}
.custom-landing-page .trk-panel:focus-visible{box-shadow:0 0 0 3px var(--rc)}
.custom-landing-page .tp-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.28;transform:scale(1.06);transition:opacity .6s var(--ez),transform .8s var(--ez)}
.custom-landing-page .trk-panel.is-open .tp-img{opacity:.85;transform:scale(1)}
.custom-landing-page .trk-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 34%,color-mix(in srgb,var(--rc) 30%,#0a0a0a) 100%);opacity:.9;transition:opacity .6s}
.custom-landing-page .tp-num{position:absolute;top:22px;left:0;right:0;text-align:center;z-index:2;font-family:var(--font-sans);font-weight:500;font-size:22px;letter-spacing:-.03em;color:var(--rc);transition:opacity .4s}
.custom-landing-page .trk-panel.is-open .tp-num{text-align:left;left:32px;right:auto;font-size:26px}
/* collapsed vertical label */
.custom-landing-page .tp-label{position:absolute;bottom:26px;left:0;right:0;z-index:2;margin:0;writing-mode:vertical-rl;transform:rotate(180deg);transform-origin:center;text-align:left;padding-left:8px;font-family:var(--font-sans);font-weight:500;text-transform:lowercase;letter-spacing:-.03em;font-size:22px;color:#fff;white-space:nowrap;transition:opacity .3s}
.custom-landing-page .trk-panel.is-open .tp-label{opacity:0;pointer-events:none}
/* expanded body */
.custom-landing-page .tp-body{position:absolute;left:32px;right:32px;bottom:30px;z-index:2;opacity:0;transform:translateY(14px);transition:opacity .5s var(--ez) .12s,transform .5s var(--ez) .12s;pointer-events:none}
.custom-landing-page .trk-panel.is-open .tp-body{opacity:1;transform:none}
.custom-landing-page .tp-qn{display:block;font-family:var(--font-sans);font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--rc);margin-bottom:8px}
.custom-landing-page .tp-title{margin:0;font-family:var(--font-sans);font-weight:500;text-transform:lowercase;letter-spacing:-.05em;line-height:.94;font-size:clamp(34px,4vw,60px);color:#fff}
.custom-landing-page .tp-title em{font-family:var(--font-serif-slanted);font-weight:400;font-style:normal;color:var(--rc)}
.custom-landing-page .tp-desc{margin:14px 0 0;max-width:34ch;font-family:var(--font-serif);font-size:clamp(15px,1.4vw,18px);line-height:1.5;color:rgba(255,255,255,.82)}
@media(max-width:860px){
  .custom-landing-page .trk-panels{flex-direction:column;height:auto;gap:10px}
  .custom-landing-page .trk-panel{flex:none;height:88px;transition:height .5s var(--ez)}
  .custom-landing-page .trk-panel.is-open{height:min(74vh,460px)}
  .custom-landing-page .tp-label{writing-mode:horizontal-tb;transform:none;bottom:auto;top:50%;translate:0 -50%;left:26px;font-size:24px}
  .custom-landing-page .tp-num{top:50%;translate:0 -50%;left:auto;right:26px;text-align:right}
  .custom-landing-page .trk-panel.is-open .tp-num{top:26px;translate:0 0;left:26px;right:auto;text-align:left}
}

/* why dubai + impact */
.custom-landing-page .dubai{background:var(--yellow-l)}
.custom-landing-page .dubai-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.custom-landing-page .dubai .big{font-family:var(--font-serif);font-size:clamp(23px,2.8vw,32px);line-height:1.3;color:#5F4105}
.custom-landing-page .dubai p{font-size:17px;line-height:1.62;color:#5F4105;opacity:.85;margin:0 0 16px}
.custom-landing-page .impact{margin-top:72px;background:var(--ink);color:#fff;border-radius:40px;padding:56px 48px}
.custom-landing-page .impact .eyebrow{color:var(--yellow)}
.custom-landing-page .impact h3{font-family:var(--font-sans);font-weight:800;text-transform:lowercase;letter-spacing:-.05em;font-size:clamp(24px,3vw,38px);margin:12px 0 40px;color:#fff}
.custom-landing-page .impact h3 em{color:var(--yellow)}
.custom-landing-page .impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 36px}
.custom-landing-page .stat .v{font-family:var(--font-sans);font-weight:800;letter-spacing:-.05em;font-size:clamp(34px,4vw,54px);line-height:.9;color:var(--blue-l)}
.custom-landing-page .stat .l{font-size:14.5px;line-height:1.45;color:rgba(255,255,255,.68);margin-top:10px;max-width:260px}

/* attend/speak/partner */
.custom-landing-page .join{background:#fff}
.custom-landing-page .cta3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.custom-landing-page .cta-card{border-radius:30px;padding:38px 32px;display:flex;flex-direction:column;min-height:320px;transition:transform .35s,box-shadow .35s}
.custom-landing-page .cta-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(20,20,20,.14)}
.custom-landing-page .cta-card.c1{background:var(--blue-l)}.custom-landing-page .cta-card.c2{background:var(--red-l)}.custom-landing-page .cta-card.c3{background:var(--green-l)}
.custom-landing-page .cta-card .k{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ink);opacity:.55}
.custom-landing-page .cta-card h3{font-family:var(--font-sans);font-weight:800;text-transform:lowercase;letter-spacing:-.05em;font-size:32px;margin:8px 0 12px}
.custom-landing-page .cta-card .cl{font-family:var(--font-serif-slanted);font-weight:400;font-size:19px;line-height:1.34;margin:0 0 10px;color:var(--ink)}
.custom-landing-page .cta-card p{font-size:15px;line-height:1.5;color:var(--graphite);margin:0 0 26px}
.custom-landing-page .cta-card .btn{margin-top:auto;align-self:flex-start}

/* speakers — fabrica-style split editorial */
.custom-landing-page .speakers{background:var(--paper)}
.custom-landing-page .spk-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(32px,5vw,72px);align-items:center}
.custom-landing-page .spk-left{display:flex;flex-direction:column}
.custom-landing-page .spk-hl{font-family:var(--font-sans);font-weight:500;text-transform:lowercase;letter-spacing:-.05em;line-height:.98;font-size:clamp(40px,5vw,76px);color:var(--ink);margin:16px 0 0}
.custom-landing-page .spk-hl span{color:var(--stone)}
.custom-landing-page .spk-mission{margin-top:auto;padding-top:clamp(40px,8vh,90px)}
.custom-landing-page .spk-mission h4{font-family:var(--font-sans);font-weight:700;font-size:18px;letter-spacing:-.02em;margin:0 0 8px;color:var(--ink)}
.custom-landing-page .spk-mission p{font-family:var(--font-serif);font-size:16px;line-height:1.55;color:var(--stone);margin:0 0 22px;max-width:34ch}
.custom-landing-page .spk-apply{display:inline-flex;align-items:center;gap:12px;height:48px;padding:0 12px 0 24px;border-radius:999px;background:var(--ink);color:#fff;font-family:var(--font-sans);font-weight:700;font-size:15px;transition:transform .2s,background .3s}
.custom-landing-page .spk-apply span{width:22px;height:22px;border-radius:50%;background:var(--yellow-l);display:inline-flex;align-items:center;justify-content:center;font-size:8px;color:var(--ink)}
.custom-landing-page .spk-apply:hover{transform:translateY(-2px);background:var(--blue)}
.custom-landing-page .spk-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.custom-landing-page .spk-card{position:relative;aspect-ratio:4/5;border-radius:22px;overflow:hidden;background:var(--concrete)}
.custom-landing-page .spk-photo{position:absolute;inset:0}
.custom-landing-page .spk-photo image-slot{position:absolute;inset:0}
.custom-landing-page .spk-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,20,20,.28) 0%,transparent 30%,transparent 58%,rgba(20,20,20,.72) 100%);pointer-events:none}
.custom-landing-page .spk-plus{position:absolute;top:14px;left:14px;z-index:2;width:30px;height:30px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-weight:400;font-size:18px;line-height:1}
.custom-landing-page .spk-role{position:absolute;top:16px;right:16px;z-index:2;text-align:right;font-family:var(--font-sans);font-weight:600;font-size:14px;letter-spacing:-.01em;color:#fff;line-height:1.2}
.custom-landing-page .spk-role small{display:block;font-weight:400;font-size:12px;color:rgba(255,255,255,.7)}
.custom-landing-page .spk-name{position:absolute;left:18px;bottom:16px;z-index:2;margin:0;font-family:var(--font-sans);font-weight:700;text-transform:none;letter-spacing:-.03em;line-height:1;font-size:clamp(22px,2.2vw,30px);color:#fff}
@media(max-width:860px){.custom-landing-page .spk-layout{grid-template-columns:1fr;gap:40px}.custom-landing-page .spk-mission{padding-top:24px}}
@media(max-width:480px){.custom-landing-page .spk-grid{grid-template-columns:1fr}}

/* final + footer */
.custom-landing-page .final{position:relative;background:var(--blue-d);color:#fff;text-align:right;padding:120px 0;min-height:100vh;display:flex;align-items:center;overflow:hidden}
.custom-landing-page .final-media{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.custom-landing-page .final-media video{width:100%;height:100%;object-fit:var(--fFit,cover);object-position:calc(50% + var(--fX,0px)) calc(50% + var(--fY,0px));transform:scale(var(--fZoom,1));transform-origin:center;opacity:.9}
.custom-landing-page .final-title{text-align:right;line-height:.98}
.custom-landing-page .final-panel{position:absolute;left:50%;transform:translateX(-50%);bottom:16px;z-index:7;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:18px;padding:12px 44px 12px 16px;box-shadow:0 14px 34px rgba(20,20,20,.16);font-family:var(--font-sans)}
.custom-landing-page .final-panel[hidden]{display:none}
.custom-landing-page .final-panel .hp-h{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}
.custom-landing-page .final-panel label{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:600;color:var(--graphite)}
.custom-landing-page .final-panel input[type=range]{width:60px;accent-color:var(--blue)}
.custom-landing-page .final-panel button{font-family:var(--font-sans);font-size:12px;font-weight:700;color:var(--ink);background:rgba(20,20,20,.06);border:none;border-radius:999px;padding:6px 12px;cursor:pointer}
.custom-landing-page .final-panel .hp-hide{position:absolute;top:8px;right:10px;width:24px;height:24px;padding:0;border-radius:50%;color:var(--stone)}
.custom-landing-page .final-panel-show{position:absolute;left:50%;transform:translateX(-50%);bottom:16px;z-index:7;height:34px;padding:0 18px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-family:var(--font-sans);font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--ink);cursor:pointer;box-shadow:0 10px 26px rgba(20,20,20,.14)}
.custom-landing-page .final-panel-show[hidden]{display:none}
@media(max-width:640px){.custom-landing-page .final-panel, .custom-landing-page .final-panel-show{display:none}}
.custom-landing-page .final>.wrap{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-end;width:100%}
.custom-landing-page .final .mix{font-size:clamp(40px,7vw,96px);color:#fff}.custom-landing-page .final .mix em{color:var(--yellow-l)}
.custom-landing-page .final p{font-size:19px;color:rgba(255,255,255,.85);margin:16px 0 32px}
.custom-landing-page .footer{background:var(--ink);color:rgba(255,255,255,.62);padding:70px 0 40px}
.custom-landing-page .footer-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.12)}
.custom-landing-page .footer-logo{height:26px;margin-bottom:16px}
.custom-landing-page .footer-col h4{color:var(--blue-l);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px}
.custom-landing-page .footer-col a{display:block;font-size:15px;padding:6px 0;color:rgba(255,255,255,.66);transition:color .15s}.custom-landing-page .footer-col a:hover{color:#fff}
.custom-landing-page .footer-links{display:flex;gap:60px;flex-wrap:wrap}
.custom-landing-page .footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:30px;font-size:13px}

/* reveal */
.custom-landing-page .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ez),transform .7s var(--ez)}
.custom-landing-page .reveal.in{opacity:1;transform:none}
.custom-landing-page .reveal[data-d="1"]{transition-delay:.08s}.custom-landing-page .reveal[data-d="2"]{transition-delay:.16s}.custom-landing-page .reveal[data-d="3"]{transition-delay:.24s}

/* mobile menu */
.custom-landing-page .mm{position:fixed;inset:0;z-index:99;background:var(--blue-d);display:flex;flex-direction:column;justify-content:center;padding:40px;gap:6px;transform:translateY(-100%);transition:transform .5s var(--ez);visibility:hidden}
.custom-landing-page .mm.open{transform:none;visibility:visible}
.custom-landing-page .mm a{color:#fff;font-size:28px;font-weight:800;letter-spacing:-.04em;padding:12px 0;text-transform:lowercase}

@media(max-width:960px){
  .custom-landing-page .wrap{padding:0 22px}.custom-landing-page .nav-in{padding:16px 22px}.custom-landing-page .nav-links, .custom-landing-page .nav-cta{display:none}.custom-landing-page .burger{display:flex}
  .custom-landing-page .sec{padding:80px 0}.custom-landing-page .dubai-grid{grid-template-columns:1fr;gap:26px}
  .custom-landing-page .impact-grid{grid-template-columns:1fr 1fr;gap:32px 24px}.custom-landing-page .impact{padding:40px 26px}.custom-landing-page .cta3{grid-template-columns:1fr}
}
@media(max-width:560px){.custom-landing-page .impact-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){
  html:has(.custom-landing-page){scroll-behavior:auto}.custom-landing-page, .custom-landing-page *, .custom-landing-page *::before, .custom-landing-page *::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
  .custom-landing-page .reveal{opacity:1;transform:none}.custom-landing-page .pre{display:none}.custom-landing-page .hero-media{transform:scale(1.05)}
}

/* ================= FRAME (white gutter + rounded section panels) ================= */
.custom-landing-page{padding:14px;background:var(--frame,#fff);transition:background .4s var(--ez)}
.custom-landing-page.loading{height:100vh}
.custom-landing-page .nav{top:14px;left:14px;right:14px;transition:top .4s var(--ez),left .4s var(--ez),right .4s var(--ez),background .4s,box-shadow .4s,backdrop-filter .4s}
.custom-landing-page .nav.scrolled{top:0;left:0;right:0;border-radius:0}
.custom-landing-page section, .custom-landing-page footer{border-radius:32px;margin-bottom:14px;position:relative;overflow:hidden}
.custom-landing-page section:not(.tracks){box-shadow:0 12px 36px rgba(20,20,20,.07)}
.custom-landing-page .hero{height:calc(100vh - 28px);min-height:600px}
.custom-landing-page .hero-scroll{bottom:16px}
/* tracks: framed panel section */
.custom-landing-page .footer{margin-bottom:0}
@media(max-width:960px){
  .custom-landing-page{padding:10px}.custom-landing-page .nav{top:10px;left:10px;right:10px}
  .custom-landing-page .hero{height:calc(100vh - 20px)}
  .custom-landing-page section, .custom-landing-page footer{border-radius:24px}
}
@media(prefers-reduced-motion:reduce){.custom-landing-page .trk-panel, .custom-landing-page .tp-img{transition:none}}
/* tracks layout switch */
.custom-landing-page .trk-switch{display:inline-flex;gap:4px;margin-top:26px;padding:4px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}
.custom-landing-page .trk-switch button{font-family:var(--font-sans);font-size:13px;font-weight:700;color:rgba(255,255,255,.7);background:none;border:none;border-radius:999px;padding:8px 18px;cursor:pointer;transition:background .3s,color .3s}
.custom-landing-page .trk-switch button.on{background:#fff;color:var(--ink)}
/* showcase layout */
.custom-landing-page .trk-showcase{display:grid;grid-template-columns:.9fr 1.4fr;gap:clamp(24px,4vw,56px);align-items:center;margin-top:8px}
.custom-landing-page .trk-showcase[hidden]{display:none}
.custom-landing-page .ts-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
.custom-landing-page .ts-item{display:flex;align-items:baseline;gap:18px;padding:20px 0;border-top:1px solid rgba(255,255,255,.14);cursor:pointer;opacity:.5;transition:opacity .4s,padding-left .4s var(--ez)}
.custom-landing-page .ts-item:last-child{border-bottom:1px solid rgba(255,255,255,.14)}
.custom-landing-page .ts-item.is-active{opacity:1;padding-left:14px}
.custom-landing-page .ts-item .ts-n{font-family:var(--font-mono,monospace);font-size:13px;color:var(--rc)}
.custom-landing-page .ts-item .ts-t{font-family:var(--font-sans);font-weight:500;text-transform:lowercase;letter-spacing:-.04em;font-size:clamp(24px,2.8vw,40px);color:#fff}
.custom-landing-page .ts-item .ts-t em{font-family:var(--font-serif-slanted);font-weight:400;font-style:normal;color:var(--rc)}
.custom-landing-page .ts-stage{position:relative;aspect-ratio:16/12;border-radius:26px;overflow:hidden;background:#111}
.custom-landing-page .ts-slide{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.04);transition:opacity .6s var(--ez),transform .8s var(--ez);pointer-events:none}
.custom-landing-page .ts-slide.is-active{opacity:1;transform:none}
.custom-landing-page .ts-slide img{width:100%;height:100%;object-fit:cover}
.custom-landing-page .ts-slide figcaption{position:absolute;left:0;right:0;bottom:0;padding:30px 32px;background:linear-gradient(0deg,color-mix(in srgb,var(--rc) 26%,#0a0a0a),transparent)}
.custom-landing-page .ts-slide .ts-qn{display:block;font-family:var(--font-sans);font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--rc);margin-bottom:6px}
.custom-landing-page .ts-slide figcaption p{margin:0;font-family:var(--font-serif);font-size:clamp(15px,1.4vw,18px);line-height:1.5;color:#fff;max-width:40ch}
@media(max-width:860px){.custom-landing-page .trk-showcase{grid-template-columns:1fr;gap:22px}.custom-landing-page .ts-stage{order:-1}.custom-landing-page .ts-item .ts-t{font-size:24px}}

/* mobile: final title scaling */
@media(max-width:860px){
  .custom-landing-page .final{min-height:auto;padding:80px 0;text-align:center}
  .custom-landing-page .final>.wrap{align-items:center}
  .custom-landing-page .final-media video{opacity:1}
  .custom-landing-page .final-title{text-align:center!important;font-size:clamp(52px,17vw,110px)!important;line-height:.94}
  .custom-landing-page .final-title span[style*="font-size"]{font-size:1em!important}
  .custom-landing-page .final p{font-size:16px!important;text-align:center}
}

/* frame-color tweak panel */
.custom-landing-page .frame-tweak{position:fixed;right:16px;bottom:16px;z-index:120;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:999px;padding:8px 12px;box-shadow:0 12px 30px rgba(20,20,20,.16);font-family:var(--font-sans)}
.custom-landing-page .frame-tweak .ft-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--stone)}
.custom-landing-page .frame-tweak .ft-sw{display:flex;gap:7px}
.custom-landing-page .frame-tweak button{width:24px;height:24px;border-radius:50%;border:1.5px solid rgba(20,20,20,.16);cursor:pointer;padding:0;transition:transform .15s,box-shadow .2s}
.custom-landing-page .frame-tweak button:hover{transform:scale(1.12)}
.custom-landing-page .frame-tweak button.on{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--ink);transform:scale(1.12)}
.custom-landing-page .frame-tweak .ft-custom{position:relative;width:24px;height:24px;border-radius:50%;overflow:hidden;border:1.5px dashed rgba(20,20,20,.35);cursor:pointer;background:conic-gradient(from 0deg,#f00,#ff0,#0f0,#0ff,#00f,#f0f,#f00)}
.custom-landing-page .frame-tweak .ft-custom input{position:absolute;inset:-4px;width:calc(100% + 8px);height:calc(100% + 8px);opacity:0;cursor:pointer;padding:0;border:none}
.custom-landing-page .frame-tweak .ft-hide{width:24px;height:24px;border-radius:50%;border:none;background:rgba(20,20,20,.06);color:var(--stone);font-size:12px;line-height:1;cursor:pointer}
.custom-landing-page .frame-tweak .ft-hide:hover{background:rgba(20,20,20,.12);transform:none}
.custom-landing-page .frame-show{position:fixed;right:16px;bottom:16px;z-index:120;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 12px 30px rgba(20,20,20,.16);cursor:pointer;background-image:conic-gradient(from 0deg,#F5F096,#AAE6FA,#1E2D55,#DC4628,#239650,#F5F096);background-size:60% 60%;background-position:center;background-repeat:no-repeat;background-origin:content-box;padding:8px}
.custom-landing-page .frame-show[hidden]{display:none}
@media(max-width:640px){.custom-landing-page .frame-tweak{right:10px;bottom:10px;padding:7px 10px}.custom-landing-page .frame-tweak .ft-label{display:none}.custom-landing-page .frame-show{right:10px;bottom:10px}}

/* per-section background tweak + auto-contrast */
.custom-landing-page .sectweak{transition:background-color .5s var(--ez)}
.custom-landing-page .sectweak .st-btn{position:absolute;top:14px;right:14px;z-index:20;width:34px;height:34px;border-radius:50%;border:1px solid rgba(128,128,128,.4);background:rgba(255,255,255,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s,transform .15s}
.custom-landing-page .sectweak:hover .st-btn, .custom-landing-page .sectweak .st-btn:focus-visible, .custom-landing-page .sectweak .st-pop.open+.st-btn{opacity:1}
.custom-landing-page .sectweak .st-btn:hover{transform:scale(1.1)}
.custom-landing-page .sectweak .st-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6}
.custom-landing-page .sectweak.tw-dark .st-btn{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.4);color:#fff}
.custom-landing-page .st-pop{position:absolute;top:56px;right:14px;z-index:21;display:none;flex-wrap:wrap;gap:8px;width:184px;padding:12px;border-radius:16px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--line);box-shadow:0 16px 40px rgba(20,20,20,.18)}
.custom-landing-page .st-pop.open{display:flex}
.custom-landing-page .st-pop button{width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(20,20,20,.14);cursor:pointer;padding:0;transition:transform .15s}
.custom-landing-page .st-pop button:hover{transform:scale(1.12)}
.custom-landing-page .st-pop .st-custom{position:relative;width:30px;height:30px;border-radius:50%;overflow:hidden;border:1.5px dashed rgba(20,20,20,.35);cursor:pointer;background:conic-gradient(from 0deg,#f00,#ff0,#0f0,#0ff,#00f,#f0f,#f00)}
.custom-landing-page .st-pop .st-custom input{position:absolute;inset:-4px;width:calc(100% + 8px);height:calc(100% + 8px);opacity:0;cursor:pointer;border:none;padding:0}
.custom-landing-page .st-pop .st-reset{width:auto;height:30px;border-radius:999px;padding:0 12px;font-family:var(--font-sans);font-size:12px;font-weight:700;color:var(--ink);background:rgba(20,20,20,.06);border:none}
/* auto-adapt text colours when a section is set dark */
.custom-landing-page .tw-dark, .custom-landing-page .tw-dark .mix, .custom-landing-page .tw-dark h2, .custom-landing-page .tw-dark h3, .custom-landing-page .tw-dark p, .custom-landing-page .tw-dark .lead, .custom-landing-page .tw-dark .big, .custom-landing-page .tw-dark .change, .custom-landing-page .tw-dark .hw-v, .custom-landing-page .tw-dark .mf-lead, .custom-landing-page .tw-dark .mf-note, .custom-landing-page .tw-dark .tracks-intro, .custom-landing-page .tw-dark .patron-role, .custom-landing-page .tw-dark .hc-t{color:#fff!important}
.custom-landing-page .tw-dark .eyebrow, .custom-landing-page .tw-dark .hw-k, .custom-landing-page .tw-dark .forces-lead, .custom-landing-page .tw-dark .hero-caption, .custom-landing-page .tw-dark .cr-lead, .custom-landing-page .tw-dark .hc-s{color:rgba(255,255,255,.72)!important}
.custom-landing-page .tw-dark .mix em, .custom-landing-page .tw-dark h2 em, .custom-landing-page .tw-dark .cr-rot b, .custom-landing-page .tw-dark .mf-note em{color:var(--yellow-l)!important}
.custom-landing-page .tw-dark .force{border-color:rgba(255,255,255,.4)!important;color:#fff!important;background:transparent!important}
.custom-landing-page .tw-dark .btn-outline-ink{border-color:rgba(255,255,255,.6)!important;color:#fff!important}
.custom-landing-page .tw-light, .custom-landing-page .tw-light .mix, .custom-landing-page .tw-light h2, .custom-landing-page .tw-light h3, .custom-landing-page .tw-light p, .custom-landing-page .tw-light .lead, .custom-landing-page .tw-light .big, .custom-landing-page .tw-light .mf-lead, .custom-landing-page .tw-light .mf-note, .custom-landing-page .tw-light .tracks-intro, .custom-landing-page .tw-light .patron-role{color:var(--ink)!important}
.custom-landing-page .tw-light .eyebrow, .custom-landing-page .tw-light .hw-k, .custom-landing-page .tw-light .forces-lead{color:var(--stone)!important}

/* ---- Speaker portrait placeholders (static; replace with real <img>) ----- */
.custom-landing-page .spk-photo .spk-slot{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding:12px;box-sizing:border-box;color:var(--ink);background:rgba(127,127,127,.08)}
.custom-landing-page .spk-photo .spk-slot::before{content:"";position:absolute;inset:0;border:1.5px dashed currentColor;opacity:.35;pointer-events:none}
.custom-landing-page .spk-photo .spk-slot .spk-slot-ic{opacity:.45}
.custom-landing-page .spk-photo .spk-slot .spk-slot-cap{font-family:var(--font-sans);font-size:13px;font-weight:500;letter-spacing:.01em;opacity:.75}

/* scroll lock during preloader */
html:has(.custom-landing-page.loading){overflow:hidden}
