
:root{
  --ink:#14100d;
  --deep:#10201d;
  --cream:#fff6e8;
  --paper:#f4e4c7;
  --mist:rgba(255,246,232,.72);
  --glass:rgba(255,255,255,.42);
  --line:rgba(20,16,13,.13);
  --coral:#d85a45;
  --rose:#c46b9b;
  --gold:#dba83b;
  --moss:#678f62;
  --teal:#1d8d83;
  --blue:#355f91;
  --violet:#6e5a9a;
  --shadow: 0 28px 90px rgba(20,16,13,.18);
  --softshadow: 0 16px 55px rgba(20,16,13,.12);
  --radius: 30px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 14% 9%, rgba(216,90,69,.18), transparent 27%),
    radial-gradient(circle at 84% 17%, rgba(29,141,131,.20), transparent 28%),
    radial-gradient(circle at 50% 92%, rgba(219,168,59,.17), transparent 30%),
    linear-gradient(180deg, #fff8ed 0%, #f8ead3 45%, #fff6e8 100%);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.44), transparent 38%),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.46), transparent 42%);
  z-index:0;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
main, header, footer{position:relative;z-index:1}

.cursor-orb{
  position:fixed;
  width:38vw;
  height:38vw;
  max-width:560px;
  max-height:560px;
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(255,246,232,.50), rgba(216,90,69,.18) 23%, rgba(29,141,131,.14) 45%, transparent 72%);
  filter:blur(38px);
  transform:translate(-50%,-50%);
  pointer-events:none;
  z-index:0;
  transition:transform .18s linear;
  mix-blend-mode:multiply;
}

.site-header{
  position:fixed;
  top:22px;
  left:50%;
  transform:translateX(-50%);
  width:min(1180px, calc(100% - 34px));
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:16px 18px 16px 22px;
  border:1px solid rgba(20,16,13,.10);
  background:rgba(255,246,232,.68);
  backdrop-filter:blur(22px);
  border-radius:999px;
  box-shadow:0 14px 50px rgba(20,16,13,.10);
}
.brand{
  display:flex;
  flex-direction:column;
  line-height:.92;
  font-family: Georgia, "Times New Roman", serif;
  font-weight:500;
  letter-spacing:-.045em;
  font-size:27px;
}
.brand small{
  font-family:ui-sans-serif, system-ui, sans-serif;
  font-size:10px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--coral);
  margin-top:2px;
}
nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}
nav a{
  padding:10px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:650;
  color:rgba(20,16,13,.72);
}
nav a:hover{
  background:rgba(255,255,255,.56);
  color:var(--ink);
}

.hero{
  min-height:100svh;
  display:grid;
  place-items:center;
  position:relative;
  padding:122px 20px 70px;
  overflow:hidden;
}
.hero-media{position:absolute;inset:0;overflow:hidden}
.hero-img{
  position:absolute;
  object-fit:cover;
  box-shadow:var(--shadow);
  filter:saturate(1.05) contrast(.98);
  opacity:.95;
  animation:floaty 12s ease-in-out infinite;
}
.hero-a{
  left:4vw;
  top:13vh;
  width:42vw;
  height:61vh;
  border-radius:46% 54% 42% 58% / 48% 43% 57% 52%;
  transform:rotate(-4deg);
}
.hero-b{
  right:4vw;
  top:18vh;
  width:39vw;
  height:60vh;
  border-radius:38% 62% 50% 50% / 58% 40% 60% 42%;
  animation-delay:-4s;
  transform:rotate(4deg);
}
.hero-c{
  left:30vw;
  bottom:-8vh;
  width:39vw;
  height:42vh;
  border-radius:56% 44% 47% 53% / 47% 58% 42% 53%;
  animation-delay:-7s;
  transform:rotate(1deg);
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,246,232,.18), rgba(255,246,232,.72) 39%, rgba(255,246,232,.96) 72%),
    linear-gradient(to bottom, rgba(255,246,232,.42), rgba(255,246,232,.86) 60%, rgba(255,246,232,.98));
}
.hero-petals{
  position:absolute;
  right:-120px;
  bottom:-110px;
  width:min(560px, 64vw);
  z-index:2;
  animation:spinSlow 42s linear infinite;
  opacity:.42;
  filter:saturate(.82) contrast(.92);
}
.hero-copy{
  position:relative;
  z-index:3;
  max-width:980px;
  text-align:center;
  padding:42px 22px;
}
.kicker{
  margin:0 0 16px;
  text-transform:uppercase;
  letter-spacing:.20em;
  font-weight:760;
  color:var(--coral);
  font-size:11px;
}
h1,h2,h3,p{margin-top:0}
h1{
  font-family: Georgia, "Times New Roman", serif;
  font-weight:500;
  font-size:clamp(55px, 9.5vw, 124px);
  line-height:.86;
  letter-spacing:-.075em;
  margin-bottom:24px;
  text-wrap:balance;
}
.quick{
  font-size:clamp(21px, 2.9vw, 34px);
  line-height:1.08;
  font-weight:560;
  max-width:740px;
  margin:0 auto 32px;
  text-wrap:balance;
  color:rgba(20,16,13,.76);
}
.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 24px;
  border:1px solid rgba(20,16,13,.18);
  border-radius:999px;
  font-weight:720;
  box-shadow:0 12px 34px rgba(20,16,13,.12);
  transform:translate(0,0);
  transition:.22s ease;
}
.button:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 46px rgba(20,16,13,.16);
}
.button:focus-visible,
.text-link:focus-visible,
.mini-link:focus-visible,
.invite-grid a:focus-visible,
nav a:focus-visible{
  outline:3px solid rgba(216,90,69,.42);
  outline-offset:4px;
}
.primary{
  background:linear-gradient(135deg, var(--gold), #f1c766);
  color:var(--ink);
}
.secondary{
  background:rgba(255,255,255,.58);
  backdrop-filter:blur(16px);
}

.section{
  width:min(1260px, calc(100% - 36px));
  margin:0 auto;
  padding:96px 0;
}
.question-band{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  padding:32px 18px;
  background:rgba(16,32,29,.95);
  color:#fff;
}
.question-band p{
  margin:0;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  font-family:Georgia, "Times New Roman", serif;
  font-weight:500;
  font-size:clamp(18px, 2.3vw, 31px);
  background:rgba(255,255,255,.08);
}
.question-band p:nth-child(1){color:#ffd2bf}
.question-band p:nth-child(2){color:#d8f2e8}
.question-band p:nth-child(3){color:#ffe4a2}

.manifesto{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:36px;
  align-items:center;
}
.manifesto-image img{
  height:650px;
  width:100%;
  object-fit:cover;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.manifesto-copy{
  background:rgba(255,255,255,.50);
  border:1px solid rgba(20,16,13,.10);
  border-radius:var(--radius);
  padding:42px;
  backdrop-filter:blur(18px);
  box-shadow:var(--softshadow);
}
h2{
  font-family: Georgia, "Times New Roman", serif;
  font-weight:500;
  font-size:clamp(38px, 5.6vw, 80px);
  line-height:.92;
  letter-spacing:-.065em;
  margin-bottom:22px;
  text-wrap:balance;
}
.manifesto-copy p:not(.kicker), .section-head .sub, .short{
  font-size:clamp(18px, 1.8vw, 24px);
  line-height:1.42;
  font-weight:520;
  color:rgba(20,16,13,.75);
}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:34px;
  margin-bottom:34px;
}
.section-head h2{max-width:850px;margin-bottom:0}
.center{text-align:center;display:block}
.center h2{margin-left:auto;margin-right:auto}
.sub{max-width:750px;margin:12px auto 0}

.world-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.world-card{
  min-height:610px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(20,16,13,.10);
  border-radius:34px;
  overflow:hidden;
  background:rgba(255,255,255,.52);
  box-shadow:var(--softshadow);
  backdrop-filter:blur(12px);
  transition:.28s ease;
}
.world-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 70px rgba(20,16,13,.18);
}
.world-card img{
  height:382px;
  width:100%;
  object-fit:cover;
}
.world-card div{padding:28px}
.world-card span{
  display:block;
  font-family:Georgia, "Times New Roman", serif;
  font-size:44px;
  font-weight:500;
  color:rgba(20,16,13,.32);
  letter-spacing:-.08em;
}
.world-card h3{
  font-family:Georgia, "Times New Roman", serif;
  font-size:36px;
  font-weight:500;
  line-height:.98;
  letter-spacing:-.055em;
  margin:4px 0 13px;
}
.world-card p{
  font-weight:500;
  font-size:18px;
  line-height:1.42;
  color:rgba(20,16,13,.73);
}
.hot{background:linear-gradient(160deg, rgba(255,255,255,.68), rgba(216,90,69,.16))}
.green{background:linear-gradient(160deg, rgba(255,255,255,.68), rgba(29,141,131,.16))}
.gold{background:linear-gradient(160deg, rgba(255,255,255,.68), rgba(219,168,59,.18))}

.moving-strip{
  width:100%;
  overflow:hidden;
  padding:34px 0;
  background:rgba(16,32,29,.96);
}
.strip-track{
  display:flex;
  width:max-content;
  gap:18px;
  animation:marquee 68s linear infinite;
}
.strip-track img{
  width:330px;
  height:222px;
  object-fit:cover;
  border-radius:24px;
  opacity:.9;
  filter:saturate(1.04);
}
.watch{
  padding-top:112px;
  padding-bottom:42px;
}
.video-feature{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:26px;
  align-items:stretch;
  margin-bottom:26px;
}
.video-feature iframe, .video-grid iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  border-radius:28px;
  background:var(--deep);
  box-shadow:var(--shadow);
}
.video-feature div{
  padding:32px;
  border-radius:28px;
  background:linear-gradient(145deg, rgba(29,141,131,.20), rgba(255,255,255,.54));
  border:1px solid rgba(20,16,13,.10);
  box-shadow:var(--softshadow);
  backdrop-filter:blur(12px);
}
.video-feature h3{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:500;
  font-size:40px;
  line-height:.98;
  letter-spacing:-.055em;
}
.video-feature p:not(.kicker), .video-grid p{
  font-size:18px;
  font-weight:500;
  line-height:1.42;
  color:rgba(20,16,13,.74);
}
.video-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.video-grid article{
  background:rgba(255,255,255,.50);
  border:1px solid rgba(20,16,13,.10);
  border-radius:30px;
  padding:14px;
  box-shadow:var(--softshadow);
  backdrop-filter:blur(12px);
}
.video-grid h3{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:500;
  font-size:27px;
  margin:17px 8px 7px;
  letter-spacing:-.04em;
}
.video-grid p{margin:0 8px 12px}

.image-atlas{
  width:min(1380px, calc(100% - 36px));
  padding-top:42px;
}
.atlas{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:90px;
  gap:16px;
}
.tile{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(20,16,13,.10);
  box-shadow:0 18px 52px rgba(20,16,13,.14);
  background:#fff;
}
.tile img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .9s ease, filter .9s ease;
}
.tile:hover img{
  transform:scale(1.07);
  filter:saturate(1.1);
}
.tile figcaption{
  position:absolute;
  left:12px;
  bottom:12px;
  right:12px;
  padding:8px 11px;
  background:rgba(255,246,232,.70);
  border:1px solid rgba(20,16,13,.08);
  border-radius:999px;
  font-size:12px;
  font-weight:650;
  backdrop-filter:blur(14px);
}
.t1{grid-column:span 4;grid-row:span 4}
.t2{grid-column:span 3;grid-row:span 5}
.t3{grid-column:span 5;grid-row:span 3}
.t4{grid-column:span 3;grid-row:span 4}
.t5{grid-column:span 5;grid-row:span 4}
.t6{grid-column:span 4;grid-row:span 3}

.research{
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:30px;
  align-items:stretch;
}
.research-card{
  background:linear-gradient(145deg, rgba(53,95,145,.92), rgba(16,32,29,.92));
  color:#fff;
  padding:44px;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:var(--shadow);
}
.research-card .kicker{color:#f4d391}
.research-card h2{font-size:clamp(38px,5vw,72px)}
.research-card .short{color:rgba(255,255,255,.80)}
.research-list{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:26px;
}
.research-list span{
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  font-weight:600;
  font-size:14px;
  background:rgba(255,255,255,.08);
}
.research > img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.invite-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:36px;
}
.invite-grid a{
  display:block;
  padding:27px;
  min-height:315px;
  border-radius:30px;
  border:1px solid rgba(20,16,13,.10);
  background:rgba(255,255,255,.56);
  box-shadow:var(--softshadow);
  backdrop-filter:blur(12px);
  transition:.24s ease;
}
.invite-grid a:nth-child(1){background:linear-gradient(160deg, rgba(255,255,255,.72), rgba(216,90,69,.20))}
.invite-grid a:nth-child(2){background:linear-gradient(160deg, rgba(255,255,255,.72), rgba(219,168,59,.23))}
.invite-grid a:nth-child(3){background:linear-gradient(160deg, rgba(255,255,255,.72), rgba(29,141,131,.18))}
.invite-grid a:nth-child(4){background:linear-gradient(160deg, rgba(255,255,255,.72), rgba(196,107,155,.18))}
.invite-grid a:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 90px rgba(20,16,13,.18);
}
.invite-grid span{
  display:inline-block;
  padding:8px 11px;
  background:rgba(255,246,232,.58);
  border-radius:999px;
  font-size:11px;
  font-weight:760;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:19px;
}
.invite-grid h3{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:500;
  font-size:31px;
  line-height:.99;
  letter-spacing:-.055em;
}
.invite-grid p{
  font-weight:500;
  line-height:1.42;
  color:rgba(20,16,13,.72);
}

.about{
  display:block;
  scroll-margin-top:104px;
}
.about-intro{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  gap:38px;
  align-items:stretch;
}
.about-images{
  position:relative;
  min-height:760px;
}
.about-main{
  width:90%;
  height:720px;
  object-fit:cover;
  object-position:center;
  border-radius:42px;
  box-shadow:var(--shadow);
}
.about-float{
  position:absolute;
  width:58%;
  right:0;
  bottom:0;
  height:275px;
  object-fit:cover;
  border-radius:34px;
  border:7px solid rgba(255,246,232,.9);
  box-shadow:var(--shadow);
  transform:rotate(3deg);
}
.about-copy{
  background:rgba(255,255,255,.56);
  padding:clamp(34px, 4.2vw, 54px);
  border:1px solid rgba(20,16,13,.10);
  border-radius:var(--radius);
  box-shadow:var(--softshadow);
  backdrop-filter:blur(14px);
}
.about-copy h2{
  max-width:680px;
  font-size:clamp(42px, 5.4vw, 72px);
}
.about-copy p:not(.kicker){
  font-size:20px;
  line-height:1.48;
  font-weight:500;
  color:rgba(20,16,13,.75);
}
.about-long{
  max-width:1260px;
}
.about-biography p:not(.kicker){
  max-width:66ch;
  font-size:17.5px;
  line-height:1.62;
}
.about-detail-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.04fr) minmax(0, .96fr);
  gap:24px;
  align-items:start;
  margin-top:24px;
}
.about-side{
  display:grid;
  gap:24px;
}
.about-block{
  margin:0;
  padding:clamp(28px, 3.4vw, 42px);
  background:rgba(255,255,255,.45);
  border:1px solid rgba(20,16,13,.10);
  border-radius:var(--radius);
  box-shadow:var(--softshadow);
  backdrop-filter:blur(14px);
}
.about-block h3{
  margin:0 0 12px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(26px, 3vw, 38px);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:500;
}
.about-block p:not(.kicker){
  font-size:16.5px;
  line-height:1.62;
  font-weight:500;
  color:rgba(20,16,13,.75);
}
.about-block p:first-of-type{
  margin-top:0;
}
.about-block-feature{
  min-height:100%;
  background:linear-gradient(150deg, rgba(255,255,255,.64), rgba(219,168,59,.13));
}
.about-block-project{
  background:linear-gradient(150deg, rgba(255,255,255,.64), rgba(29,141,131,.13));
}
.about-actions{
  justify-content:flex-end;
  padding:8px 4px 0;
}
.practice-contact{
  margin-top:24px;
}
.practice-kicker{
  margin-top:30px;
}
@media (max-width:1020px){
  .about-intro{
    grid-template-columns:minmax(0, .82fr) minmax(0, 1.18fr);
  }
  .about-images{
    min-height:700px;
  }
  .about-main{
    height:660px;
  }
}
@media (max-width:840px){
  .about-intro,
  .about-detail-grid{
    grid-template-columns:1fr;
  }
  .about-images{
    min-height:610px;
  }
  .about-main{
    width:82%;
    height:570px;
  }
  .about-float{
    width:46%;
    height:260px;
  }
}
@media (max-width:650px){
  .about-images{
    min-height:455px;
  }
  .about-main{
    width:88%;
    height:420px;
    border-radius:30px;
  }
  .about-float{
    width:57%;
    height:205px;
    border-width:5px;
    border-radius:24px;
  }
  .about-copy{
    padding:28px 24px;
  }
  .about-copy h2{
    font-size:clamp(38px, 13vw, 54px);
  }
  .about-biography p:not(.kicker){
    font-size:16px;
    line-height:1.58;
  }
  .about-block{
    padding:28px 24px;
  }
  .about-block h3{
    font-size:32px;
  }
  .about-actions{
    justify-content:flex-start;
  }
}
.presence{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:28px;
}
.presence span{
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(20,16,13,.12);
  background:rgba(255,246,232,.54);
  font-weight:650;
  font-size:13px;
}

.praise{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.praise div{
  background:rgba(16,32,29,.95);
  color:#fff;
  padding:30px;
  border-radius:30px;
  box-shadow:var(--softshadow);
}
.praise blockquote{
  margin:0 0 18px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:500;
}
.praise cite{color:#f1c766;font-weight:650;font-style:normal}

.logos{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  flex-wrap:wrap;
  padding:36px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(20,16,13,.10);
  border-radius:34px;
  box-shadow:var(--softshadow);
  backdrop-filter:blur(12px);
}
.logos img{
  max-height:82px;
  width:auto;
  object-fit:contain;
}

.final-contact{
  min-height:78vh;
  display:grid;
  place-items:center;
  text-align:center;
  position:relative;
  padding:104px 20px 132px;
  overflow:hidden;
  background:
    radial-gradient(circle at 28% 18%, rgba(216,90,69,.26), transparent 31%),
    radial-gradient(circle at 75% 28%, rgba(29,141,131,.26), transparent 32%),
    linear-gradient(135deg, #fff3d7, #f1d4c4 45%, #e1ede3);
}
.final-contact img{
  position:absolute;
  width:min(670px,82vw);
  opacity:.24;
  animation:spinSlow 54s linear infinite reverse;
  filter:saturate(.84);
}
.final-contact > *:not(img){position:relative;z-index:2}
.final-contact h2{
  font-size:clamp(58px,11vw,142px);
  margin-bottom:18px;
}
.final-contact p:not(.kicker){
  font-size:24px;
  font-weight:560;
  max-width:720px;
}
footer{
  padding:30px 18px;
  background:var(--deep);
  color:var(--cream);
  text-align:center;
  font-weight:520;
}

.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .8s ease, transform .8s ease;
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

@keyframes floaty{
  0%,100%{translate:0 0}
  50%{translate:0 -22px}
}
@keyframes spinSlow{
  from{rotate:0deg}
  to{rotate:360deg}
}
@keyframes marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media (max-width:1020px){
  .site-header{
    position:absolute;
    border-radius:28px;
    flex-direction:column;
    align-items:flex-start;
  }
  nav{justify-content:flex-start}
  .hero-img{width:58vw}
  .hero-c{display:none}
  .manifesto,.video-feature,.research,.about{grid-template-columns:1fr}
  .world-grid,.video-grid,.praise{grid-template-columns:1fr}
  .invite-grid{grid-template-columns:repeat(2,1fr)}
  .atlas{grid-template-columns:repeat(6,1fr);grid-auto-rows:72px}
  .t1,.t2,.t3,.t4,.t5,.t6{grid-column:span 3;grid-row:span 4}
}
@media (max-width:650px){
  .hero{padding-top:184px}
  .hero-img{height:45vh;width:70vw}
  .hero-b{right:-14vw}
  .section{padding:72px 0}
  .watch{padding-bottom:30px}
  .image-atlas{padding-top:28px}
  .manifesto-image img{height:420px}
  .world-card{min-height:auto}
  .world-card img{height:300px}
  .invite-grid{grid-template-columns:1fr}
  .atlas{display:block}
  .tile{margin-bottom:16px;height:360px}
  .strip-track img{width:260px;height:180px}
}


.inline-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.text-link,
.mini-link{
  display:inline-flex;
  align-items:center;
  width:max-content;
  border-bottom:1px solid currentColor;
  font-weight:650;
  color:var(--coral);
  transition:.22s ease;
}
.text-link:hover,
.mini-link:hover{
  color:var(--teal);
  transform:translateY(-2px);
}
.mini-link{
  margin-top:10px;
  font-size:14px;
}
.section-cta{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}


/* QUESTION-FIXED-VERIFIED-V3-TIGHT-GAP */

/* Tiny debug marker so you know the newest file is loaded. Remove when publishing final. */
.site-version{
  position:fixed;
  right:12px;
  bottom:12px;
  z-index:999;
  font-size:10px;
  letter-spacing:.12em;
  background:rgba(255,246,232,.72);
  border:1px solid rgba(20,16,13,.12);
  backdrop-filter:blur(12px);
  border-radius:999px;
  padding:6px 8px;
  color:rgba(20,16,13,.42);
}

/* Only real links should feel clickable. */
.world-card,
.tile,
.video-grid article,
.praise div,
.logos,
.manifesto-copy,
.research-card{
  cursor:default;
}

/* Remove strong hover effects from non-clickable visual blocks. */
.world-card:hover{
  transform:none !important;
  box-shadow:var(--softshadow) !important;
}
.tile:hover img{
  transform:none !important;
  filter:none !important;
}

/* Make real links/buttons clearly clickable. */
a,
button,
.button,
.text-link,
.mini-link,
.invite-grid a,
nav a{
  cursor:pointer;
}

.inline-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.text-link,
.mini-link{
  display:inline-flex;
  align-items:center;
  width:max-content;
  border-bottom:1px solid currentColor;
  font-weight:650;
  color:var(--coral);
  transition:.22s ease;
}
.text-link:hover,
.mini-link:hover{
  color:var(--teal);
  transform:translateY(-2px);
}
.mini-link{
  margin-top:10px;
  font-size:14px;
}
.section-cta{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}
.button:focus-visible,
.text-link:focus-visible,
.mini-link:focus-visible,
.invite-grid a:focus-visible,
nav a:focus-visible{
  outline:3px solid rgba(216,90,69,.42);
  outline-offset:4px;
}


/* V3 GAP FIX — aggressively reduce space between Watch/videos and Visual Archive */
.watch{
  padding-bottom:12px !important;
}
.watch .section-cta{
  margin-top:20px !important;
  margin-bottom:0 !important;
}
.image-atlas{
  padding-top:8px !important;
}
.image-atlas .section-head{
  margin-top:0 !important;
}
@media (max-width:650px){
  .watch{
    padding-bottom:8px !important;
  }
  .watch .section-cta{
    margin-top:16px !important;
  }
  .image-atlas{
    padding-top:6px !important;
  }
}


/* ZJANA V16 STRANGER */
.stranger{
  position:relative;
  padding-top:60px !important;
  padding-bottom:76px !important;
}
.stranger::before,
.stranger::after{
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
  filter:blur(22px);
}
.stranger::before{
  width:390px;
  height:390px;
  left:-10%;
  top:4%;
  background:radial-gradient(circle, rgba(196,107,155,.23), rgba(110,90,154,.12) 46%, transparent 72%);
}
.stranger::after{
  width:430px;
  height:430px;
  right:-12%;
  bottom:0;
  background:radial-gradient(circle, rgba(29,141,131,.20), rgba(219,168,59,.10) 50%, transparent 74%);
}
.stranger-stage{
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  gap:22px;
  align-items:stretch;
}
.stranger-copy{
  position:relative;
  overflow:hidden;
  padding:clamp(30px,4.4vw,58px);
  border-radius:40px;
  color:var(--cream);
  background:
    radial-gradient(circle at 88% 10%, rgba(196,107,155,.34), transparent 33%),
    radial-gradient(circle at 8% 92%, rgba(29,141,131,.34), transparent 38%),
    linear-gradient(145deg, #142522, #101b1a 58%, #241d2d);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
}
.stranger-copy::after{
  content:"VR · DANCE · ACCESS";
  position:absolute;
  right:-44px;
  top:48px;
  rotate:90deg;
  color:rgba(255,255,255,.12);
  font-size:11px;
  font-weight:800;
  letter-spacing:.24em;
}
.stranger-copy .kicker{
  color:#f2c967;
}
.stranger-copy h2{
  margin-bottom:14px;
  font-size:clamp(64px,8.7vw,118px);
  color:#fff9ed;
}
.stranger-status{
  display:inline-flex;
  margin:0 0 24px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.15);
  color:#ffd4c5;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.stranger-lead{
  max-width:690px;
  margin-bottom:24px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(25px,3.2vw,43px);
  line-height:1.04;
  letter-spacing:-.045em;
  color:#fff9ed;
}
.stranger-signals{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:28px;
}
.stranger-signals span{
  display:inline-flex;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.13);
  color:rgba(255,249,237,.82);
  font-size:12px;
  font-weight:750;
}
.stranger-story{
  display:grid;
  gap:14px;
}
.stranger-story p{
  margin:0;
  max-width:720px;
  color:rgba(255,249,237,.72);
  font-size:16px;
  line-height:1.57;
}
.stranger-story em{
  color:#fff9ed;
  font-family:Georgia, "Times New Roman", serif;
  font-size:1.08em;
}
.stranger-media{
  display:grid;
  grid-template-rows:auto;
  gap:22px;
  align-content:center;
}
.stranger-film-card{
  position:relative;
  overflow:hidden;
  margin:0;
  border-radius:36px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(20,16,13,.10);
  box-shadow:var(--softshadow);
  backdrop-filter:blur(16px);
}
.stranger-film-card figcaption{
  padding:14px 18px 16px;
  color:rgba(20,16,13,.66);
  font-size:12px;
  font-weight:700;
  line-height:1.45;
}
.stranger-still{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  background:var(--deep);
}

/* ZJANA V18 RELIABLE VIDEO LINKS */
.video-play-card{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-radius:24px;
  background:var(--deep);
  box-shadow:var(--shadow);
  isolation:isolate;
}
.video-play-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(to top, rgba(8,20,18,.82), rgba(8,20,18,.05) 62%);
}
.video-play-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease, filter .35s ease;
}
.video-play-card:hover img{
  transform:scale(1.035);
  filter:saturate(1.12) contrast(1.04);
}
.video-play-button{
  position:absolute;
  left:50%;
  top:46%;
  z-index:2;
  display:grid;
  place-items:center;
  width:66px;
  height:66px;
  padding-left:4px;
  translate:-50% -50%;
  border:1px solid rgba(255,255,255,.52);
  border-radius:50%;
  color:#fff9ed;
  background:rgba(16,32,29,.80);
  box-shadow:0 16px 42px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
  font-size:23px;
  transition:transform .2s ease, background .2s ease;
}
.video-play-card:hover .video-play-button{
  transform:scale(1.09);
  background:var(--coral);
}
.video-play-label{
  position:absolute;
  left:18px;
  right:18px;
  bottom:15px;
  z-index:2;
  color:#fff9ed;
  font-size:14px;
  font-weight:800;
}
.video-play-label small{
  display:block;
  margin-top:3px;
  color:rgba(255,249,237,.70);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.feature-video-link{
  min-height:420px;
  border-radius:28px;
}
.video-platform-note{
  max-width:680px;
  margin:16px 0 0;
  color:rgba(20,16,13,.58);
  font-size:13px;
  line-height:1.45;
}

@media (max-width:1020px){
  .feature-video-link{
    min-height:0;
  }
}
@media (max-width:650px){
  .video-play-button{
    width:58px;
    height:58px;
    font-size:20px;
  }
}

@media (max-width:1020px){
  .stranger-stage{
    grid-template-columns:1fr;
  }
  .stranger-media{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }
}
@media (max-width:650px){
  .stranger{
    padding-top:36px !important;
    padding-bottom:52px !important;
  }
  .stranger-copy{
    padding:28px 24px;
    border-radius:28px;
  }
  .stranger-copy::after{
    display:none;
  }
  .stranger-media{
    grid-template-columns:1fr;
  }
  .stranger-film-card{
    border-radius:26px;
  }
  .stranger-story p{
    font-size:15px;
  }
}


/* ZJANA V4 MEDIA UPDATES */
.site-version{display:none}

.social-rail{
  position:fixed;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  z-index:18;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.social-rail a{
  background:rgba(255,246,232,.72);
  border:1px solid rgba(20,16,13,.10);
  backdrop-filter:blur(16px);
  border-radius:999px;
  padding:8px 10px;
  font-size:11px;
  font-weight:700;
  box-shadow:0 10px 28px rgba(20,16,13,.10);
}
.hero-gif-panel{
  position:absolute;
  right:7vw;
  bottom:9vh;
  width:min(360px, 30vw);
  z-index:3;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 26px 90px rgba(20,16,13,.24);
  transform:rotate(3deg);
}
.hero-gif-panel img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
.hero-gif-panel span{
  position:absolute;
  left:12px;
  bottom:12px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,246,232,.76);
  backdrop-filter:blur(12px);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-socials{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.hero-socials a{
  font-size:13px;
  font-weight:700;
  border-bottom:1px solid currentColor;
  color:rgba(20,16,13,.72);
}
.ghost{
  background:rgba(255,255,255,.34);
  backdrop-filter:blur(16px);
}

/* tighter from strip to Watch and Watch to Archive */
.watch{
  padding-top:28px !important;
  padding-bottom:4px !important;
}
.watch .section-head{
  margin-bottom:14px !important;
}
.video-feature{
  margin-bottom:16px !important;
}
.video-grid{
  gap:14px !important;
}
.video-grid article{
  padding:10px !important;
}
.video-grid h3{
  margin-top:12px !important;
  margin-bottom:4px !important;
}
.video-grid p{
  font-size:15px !important;
  margin-bottom:6px !important;
}
.watch .section-cta{
  margin-top:14px !important;
  margin-bottom:0 !important;
}
.image-atlas{
  padding-top:0 !important;
}
.image-atlas .section-head{
  margin-bottom:16px !important;
}
.compact-cta .button{
  padding:12px 18px;
}
.video-feature-v4{
  grid-template-columns:1.45fr .55fr !important;
}
.side-moving-image{
  padding:0 !important;
  overflow:hidden;
  background:rgba(255,255,255,.50) !important;
}
.side-moving-image img{
  width:100%;
  height:72%;
  object-fit:cover;
}
.side-moving-image .kicker,
.side-moving-image h3{
  padding-left:22px;
  padding-right:22px;
}
.side-moving-image .kicker{
  margin-top:18px;
}
.side-moving-image h3{
  font-size:30px;
  margin-bottom:20px;
}

/* Moving Digits */
.moving-digits{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:30px;
  align-items:center;
  padding-top:54px;
  padding-bottom:54px;
}
.moving-digits-copy{
  background:rgba(255,255,255,.54);
  border:1px solid rgba(20,16,13,.10);
  border-radius:30px;
  padding:34px;
  box-shadow:var(--softshadow);
  backdrop-filter:blur(14px);
}
.moving-digits h2{
  margin-bottom:8px;
}
.md-sub{
  font-size:20px;
  line-height:1.2;
  color:rgba(20,16,13,.70);
  margin-bottom:18px;
}
.md-stats{
  display:grid;
  gap:8px;
  margin:18px 0;
}
.md-stats span{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:9px 12px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(216,90,69,.16), rgba(29,141,131,.14));
  border:1px solid rgba(20,16,13,.08);
  font-weight:750;
}
.md-short,
.md-dates{
  font-size:18px;
  line-height:1.35;
  color:rgba(20,16,13,.72);
}
.md-dates{
  font-weight:750;
  color:var(--coral);
}
.moving-digits-gallery{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  grid-auto-rows:118px;
  gap:12px;
}
.moving-digits-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 14px 42px rgba(20,16,13,.13);
}
.moving-digits-gallery img:nth-child(1){grid-column:span 3;grid-row:span 2}
.moving-digits-gallery img:nth-child(2){grid-column:span 3;grid-row:span 2}
.moving-digits-gallery img:nth-child(3){grid-column:span 2;grid-row:span 2}
.moving-digits-gallery img:nth-child(4){grid-column:span 2;grid-row:span 3}
.moving-digits-gallery img:nth-child(5){grid-column:span 2;grid-row:span 3}
.moving-digits-gallery img:nth-child(6){grid-column:span 2;grid-row:span 2}

/* Mailing list */
.updates{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
  padding-top:60px;
  padding-bottom:60px;
}
.updates > div,
.signup-form{
  background:rgba(255,255,255,.54);
  border:1px solid rgba(20,16,13,.10);
  border-radius:30px;
  padding:34px;
  box-shadow:var(--softshadow);
  backdrop-filter:blur(14px);
}
.updates h2{
  margin-bottom:12px;
}
.updates p{
  font-size:21px;
  color:rgba(20,16,13,.72);
}
.signup-form{
  display:grid;
  gap:12px;
}
.signup-form label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:800;
  color:var(--coral);
}
.signup-form input{
  width:100%;
  padding:16px 18px;
  border-radius:999px;
  border:1px solid rgba(20,16,13,.16);
  background:rgba(255,246,232,.7);
  font-size:17px;
}
.signup-form small{
  color:rgba(20,16,13,.56);
}
.contact-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.contact-actions .button{
  margin-top:6px;
}

/* less text, more image */
.invite-grid a{
  min-height:240px !important;
}
.invite-grid p{
  font-size:16px !important;
}
.research{
  padding-top:54px;
  padding-bottom:54px;
}
.research-card{
  padding:34px;
}
.research-list span{
  font-size:13px;
}
.atlas{
  grid-auto-rows:86px;
}

@media (max-width:1020px){
  .social-rail{display:none}
  .hero-gif-panel{
    right:5vw;
    bottom:4vh;
    width:min(420px, 48vw);
  }
  .video-feature-v4,
  .moving-digits,
  .updates{
    grid-template-columns:1fr !important;
  }
  .side-moving-image img{
    height:auto;
    aspect-ratio:16/9;
  }
}
@media (max-width:650px){
  .hero-gif-panel{
    position:relative;
    right:auto;
    bottom:auto;
    width:88vw;
    margin:18px auto 0;
    transform:none;
  }
  .hero-copy{
    padding-bottom:12px;
  }
  .watch{
    padding-top:18px !important;
  }
  .moving-digits-gallery{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:150px;
  }
  .moving-digits-gallery img{
    grid-column:auto !important;
    grid-row:auto !important;
  }
  .updates,
  .moving-digits{
    padding-top:36px;
    padding-bottom:36px;
  }
}


/* ZJANA V5 CURRENT PORTALS */
.portals{
  padding-top:62px;
  padding-bottom:50px;
}
.portal-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.portal-card{
  overflow:hidden;
  border-radius:30px;
  background:rgba(255,255,255,.56);
  border:1px solid rgba(20,16,13,.10);
  box-shadow:var(--softshadow);
  backdrop-filter:blur(14px);
}
.portal-card img{
  width:100%;
  height:340px;
  object-fit:cover;
}
.portal-card div{
  padding:26px;
}
.portal-card h3{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:500;
  font-size:34px;
  line-height:1;
  letter-spacing:-.055em;
  margin-bottom:12px;
}
.portal-card p{
  font-size:17px;
  line-height:1.35;
  color:rgba(20,16,13,.72);
  margin-bottom:12px;
}
.portal-card,
.portal-card img{
  cursor:default;
}
.portal-card:hover{
  transform:none;
}
.moving-strip{
  margin-top:0 !important;
}

/* tighter, clearer sequence after moving strip */
.watch{
  padding-top:18px !important;
  padding-bottom:0 !important;
}
.moving-digits{
  padding-top:28px !important;
  padding-bottom:36px !important;
}
.image-atlas{
  padding-top:20px !important;
}
.manifesto{
  padding-bottom:54px !important;
}
.section-head h2{
  max-width:920px;
}
@media (max-width:1020px){
  .portal-grid{
    grid-template-columns:1fr;
  }
  .portal-card img{
    height:360px;
  }
}
@media (max-width:650px){
  .portals{
    padding-top:42px;
    padding-bottom:34px;
  }
  .portal-card img{
    height:300px;
  }
}


/* ZJANA V6 ABOUT INTEGRATED */
.hero-petals{
  display:none !important;
}
.about{
  padding-top:44px !important;
  padding-bottom:58px !important;
}
.about-actions{
  margin-top:18px !important;
  margin-bottom:20px !important;
}
.portals{
  padding-top:40px !important;
}
.final-contact > img{
  display:none !important;
}
@media (max-width:650px){
  .about{
    padding-top:34px !important;
    padding-bottom:44px !important;
  }
  .portals{
    padding-top:30px !important;
  }
}


/* ZJANA V7 ABOUT LOWER + ORNAMENT RESTORED */

/* Restore ornamental rotating image in hero, more visible but still muted. */
.hero-petals{
  display:block !important;
  position:absolute;
  right:-92px;
  bottom:-92px;
  width:min(600px, 66vw);
  z-index:2;
  animation:spinSlow 46s linear infinite;
  opacity:.56 !important;
  filter:saturate(.88) contrast(.94);
  pointer-events:none;
}
.hero-petals img{
  width:100%;
  height:auto;
}

/* Remove top Becoming Hardware panel only. */
.hero-gif-panel{
  display:none !important;
}

/* Small identity integration strip replaces full About near top. */
.identity-strip{
  width:min(980px, calc(100% - 36px));
  margin:0 auto;
  margin-top:-28px;
  margin-bottom:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:16px 20px;
  border-radius:999px;
  background:rgba(255,255,255,.46);
  border:1px solid rgba(20,16,13,.10);
  box-shadow:var(--softshadow);
  backdrop-filter:blur(14px);
}
.identity-strip p{
  margin:0;
  font-size:16px;
  color:rgba(20,16,13,.72);
}
.identity-strip strong{
  color:var(--ink);
}
.identity-strip a{
  flex:0 0 auto;
  border-bottom:1px solid currentColor;
  font-weight:650;
  color:var(--coral);
}

/* About returns lower but is visually connected to invitation/proof. */
.about{
  padding-top:56px !important;
  padding-bottom:64px !important;
}
.invite{
  padding-bottom:54px !important;
}
.praise{
  padding-top:30px !important;
}

/* Restore final contact ornament, subtle. */
.final-contact > img{
  display:block !important;
  position:absolute;
  width:min(670px,82vw);
  opacity:.28;
  animation:spinSlow 54s linear infinite reverse;
  filter:saturate(.88) contrast(.94);
  pointer-events:none;
}

/* Ensure ornament is not shown in visual archive tiles. */
.image-atlas img[src*="8df40a_c8c97a7c98974a1ca8fc59844c2aacdb"],
.moving-strip img[src*="8df40a_c8c97a7c98974a1ca8fc59844c2aacdb"]{
  display:none !important;
}

@media (max-width:650px){
  .hero-petals{
    right:-110px;
    bottom:-80px;
    width:92vw;
    opacity:.42 !important;
  }
  .identity-strip{
    border-radius:28px;
    align-items:flex-start;
    flex-direction:column;
    margin-top:-16px;
  }
  .about{
    padding-top:42px !important;
    padding-bottom:52px !important;
  }
}


/* ZJANA V8 WATCH METADATA + TWO TOP ORNAMENTS */

/* Two visible rotating ornamental circles behind the opening question */
.hero-petals{
  display:block !important;
  position:absolute;
  z-index:2;
  pointer-events:none;
  mix-blend-mode:multiply;
}
.hero-petals img{
  width:100%;
  height:auto;
}
.hero-petals-one{
  left:50%;
  top:45%;
  width:min(560px, 62vw);
  opacity:.50 !important;
  transform:translate(-50%, -50%);
  animation:spinSlow 52s linear infinite;
  filter:saturate(.92) contrast(.96);
}
.hero-petals-two{
  left:58%;
  top:50%;
  width:min(430px, 48vw);
  opacity:.36 !important;
  transform:translate(-50%, -50%);
  animation:spinSlow 42s linear infinite reverse;
  filter:saturate(.94) contrast(.98);
}
.hero-copy{
  z-index:4 !important;
}

/* Keep the removed top panel hidden if old markup appears */
.hero-gif-panel{
  display:none !important;
}

/* Becoming Hardware metadata card follows Moving Digits info style */
.becoming-hardware-card{
  display:grid;
  grid-template-rows:auto 1fr;
  padding:0 !important;
  background:rgba(255,255,255,.50) !important;
}
.becoming-hardware-card img{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
}
.bh-copy{
  padding:22px !important;
}
.bh-copy h3{
  font-family:Georgia, "Times New Roman", serif;
  font-size:34px !important;
  line-height:1 !important;
  margin:0 0 14px !important;
}
.bh-meta{
  display:grid;
  gap:7px;
}
.bh-meta span{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:7px 10px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(216,90,69,.13), rgba(29,141,131,.12));
  border:1px solid rgba(20,16,13,.08);
  color:rgba(20,16,13,.72);
  font-size:12px;
  font-weight:700;
}

/* Compact Vimeo fragments */
.vimeo-fragments{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
  margin-top:18px;
}
.vimeo-fragments a{
  display:block;
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.48);
  border:1px solid rgba(20,16,13,.10);
  box-shadow:0 12px 38px rgba(20,16,13,.10);
  backdrop-filter:blur(12px);
  transition:.22s ease;
}
.vimeo-fragments a:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 48px rgba(20,16,13,.14);
}
.vimeo-fragments span{
  display:inline-block;
  margin-bottom:10px;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  color:var(--coral);
}
.vimeo-fragments strong{
  display:block;
  font-family:Georgia, "Times New Roman", serif;
  font-size:22px;
  line-height:1.05;
  font-weight:500;
  letter-spacing:-.04em;
}
.vimeo-fragments em{
  display:block;
  margin-top:8px;
  font-style:normal;
  font-size:12px;
  color:rgba(20,16,13,.58);
}

@media (max-width:1020px){
  .vimeo-fragments{
    grid-template-columns:repeat(2, 1fr);
  }
}
@media (max-width:650px){
  .hero-petals-one{
    width:92vw;
    opacity:.36 !important;
  }
  .hero-petals-two{
    width:74vw;
    opacity:.26 !important;
  }
  .vimeo-fragments{
    grid-template-columns:1fr;
  }
}


/* ZJANA V9 GLASS + CLEAN PAS DE VIMEO */
.video-grid{
  grid-template-columns:repeat(4,1fr) !important;
}
@media (max-width:1180px){
  .video-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}
@media (max-width:650px){
  .video-grid{
    grid-template-columns:1fr !important;
  }
}


/* ZJANA V10 ORNAMENT BALANCE */

/* Restore the single classic bottom-right rotating ornament */
.hero-petals-main{
  display:block !important;
  position:absolute;
  right:-92px;
  bottom:-92px;
  width:min(600px, 66vw);
  z-index:2;
  animation:spinSlow 46s linear infinite;
  opacity:.54 !important;
  filter:saturate(.88) contrast(.94);
  pointer-events:none;
  mix-blend-mode:multiply;
}

/* Keep the two behind-question circles, slightly more visible */
.hero-petals-one{
  left:50%;
  top:45%;
  width:min(560px, 62vw);
  opacity:.58 !important;
  transform:translate(-50%, -50%);
  animation:spinSlow 52s linear infinite;
  filter:saturate(.92) contrast(.96);
}
.hero-petals-two{
  left:58%;
  top:50%;
  width:min(430px, 48vw);
  opacity:.43 !important;
  transform:translate(-50%, -50%);
  animation:spinSlow 42s linear infinite reverse;
  filter:saturate(.94) contrast(.98);
}

@media (max-width:650px){
  .hero-petals-main{
    right:-110px;
    bottom:-80px;
    width:92vw;
    opacity:.44 !important;
  }
  .hero-petals-one{
    width:92vw;
    opacity:.42 !important;
  }
  .hero-petals-two{
    width:74vw;
    opacity:.31 !important;
  }
}


/* ZJANA V11 SINGLE CORNER ORNAMENT */
.hero-petals-one,
.hero-petals-two{
  display:none !important;
}
.hero-petals-main{
  display:block !important;
  position:absolute;
  right:-92px;
  bottom:-92px;
  width:min(600px, 66vw);
  z-index:2;
  animation:spinSlow 46s linear infinite;
  opacity:.54 !important;
  filter:saturate(.88) contrast(.94);
  pointer-events:none;
  mix-blend-mode:multiply;
}
@media (max-width:650px){
  .hero-petals-main{
    right:-110px;
    bottom:-80px;
    width:92vw;
    opacity:.44 !important;
  }
}


/* ZJANA V12 WATCH CLEAN + HERO IMAGE VISIBILITY */

/* Hide Moving Digits from nav if older nav markup appears */
.site-header nav a[href="#moving-digits"]{
  display:none !important;
}

/* Remove the compact Vimeo fragments row */
.vimeo-fragments{
  display:none !important;
}

/* Active Vimeo links inside the real video cards */
.watch-link{
  display:inline-flex;
  margin:0 8px 12px;
  border-bottom:1px solid currentColor;
  font-size:13px;
  font-weight:700;
  color:var(--coral);
}
.watch-link:hover{
  color:var(--teal);
}

/* Make the circular / organic hero images behind the title question more visible */
.hero-a{
  opacity:1 !important;
  filter:saturate(1.14) contrast(1.04) !important;
}
.hero-b{
  opacity:1 !important;
  filter:saturate(1.18) contrast(1.06) brightness(1.02) !important;
}
.hero-c{
  opacity:.94 !important;
  filter:saturate(1.12) contrast(1.03) brightness(1.02) !important;
}

/* Let the images show through the cream veil slightly more */
.hero::after{
  background:
    radial-gradient(circle at 50% 38%, rgba(255,246,232,.08), rgba(255,246,232,.56) 39%, rgba(255,246,232,.88) 72%),
    linear-gradient(to bottom, rgba(255,246,232,.28), rgba(255,246,232,.70) 60%, rgba(255,246,232,.94)) !important;
}

/* Keep the corner ornament subtle, not over the title */
.hero-petals-main{
  opacity:.50 !important;
}

@media (max-width:650px){
  .hero-a,
  .hero-b{
    opacity:.94 !important;
  }
  .hero::after{
    background:
      radial-gradient(circle at 50% 38%, rgba(255,246,232,.16), rgba(255,246,232,.68) 42%, rgba(255,246,232,.94) 76%),
      linear-gradient(to bottom, rgba(255,246,232,.40), rgba(255,246,232,.78) 60%, rgba(255,246,232,.96)) !important;
  }
}


/* ZJANA V13 VIMEO EMBED CODES */
.vimeo-embed{
  border-radius:28px;
  overflow:hidden;
  background:var(--deep);
  box-shadow:var(--shadow);
}
.video-feature .vimeo-embed,
.video-grid .vimeo-embed{
  width:100%;
}
.video-feature iframe,
.video-grid iframe{
  box-shadow:none !important;
  border-radius:0 !important;
}


/* ZJANA V14 VIMEO AUTOPLAY FIXED */
.vimeo-embed{
  position:relative !important;
  width:100% !important;
  aspect-ratio:16 / 9 !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:28px !important;
  background:#111 !important;
  box-shadow:var(--shadow) !important;
}
.vimeo-embed iframe{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  border:0 !important;
  display:block !important;
}
.video-feature .vimeo-embed,
.video-grid .vimeo-embed{
  min-height:180px;
}


/* ZJANA V15 PROFESSIONAL IDENTITY */
.professional-practice{
  padding-top:50px !important;
  padding-bottom:66px !important;
  position:relative;
}
.professional-practice::before{
  content:"";
  position:absolute;
  inset:12% auto auto -8%;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(216,90,69,.18), rgba(29,141,131,.10) 48%, transparent 72%);
  filter:blur(18px);
  pointer-events:none;
}
.practice-panel{
  width:min(1080px, calc(100% - 36px));
  margin:0 auto;
  padding:34px;
  border-radius:36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.64), rgba(255,246,232,.38)),
    radial-gradient(circle at 88% 12%, rgba(216,90,69,.16), transparent 36%),
    radial-gradient(circle at 12% 90%, rgba(29,141,131,.14), transparent 40%);
  border:1px solid rgba(20,16,13,.10);
  box-shadow:var(--softshadow);
  backdrop-filter:blur(18px);
}
.practice-lead{
  max-width:920px;
  margin:0;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(27px, 4vw, 54px);
  line-height:1.02;
  letter-spacing:-.055em;
  color:var(--ink);
}
.practice-support{
  max-width:680px;
  margin:22px 0 0;
  font-size:18px;
  line-height:1.55;
  color:rgba(20,16,13,.68);
}
.role-cloud{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.role-cloud span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(20,16,13,.10);
  color:rgba(20,16,13,.78);
  font-size:14px;
  font-weight:750;
  letter-spacing:-.01em;
}
.role-cloud span:nth-child(1),
.role-cloud span:nth-child(2),
.role-cloud span:nth-child(4){
  background:linear-gradient(135deg, rgba(216,90,69,.16), rgba(255,255,255,.58));
}
.role-cloud span:nth-child(3),
.role-cloud span:nth-child(8),
.role-cloud span:nth-child(11){
  background:linear-gradient(135deg, rgba(29,141,131,.15), rgba(255,255,255,.58));
}

/* Mobile: remove the duplicated Moving Digits archive tiles that can leave
   a tall blank block when their third-party images do not load. */
@media (max-width:650px){
  .moving-digits{
    row-gap:18px !important;
    padding-bottom:18px !important;
  }
  .image-atlas{
    padding-top:8px !important;
  }
  .image-atlas.reveal{
    opacity:1;
    transform:none;
  }
  .image-atlas .moving-tile{
    display:none;
  }
}
@media (max-width:650px){
  .professional-practice{
    padding-top:34px !important;
    padding-bottom:48px !important;
  }
  .practice-panel{
    padding:24px;
    border-radius:28px;
  }
  .practice-support{
    font-size:16px;
  }
  .role-cloud{
    gap:8px;
  }
  .role-cloud span{
    min-height:38px;
    font-size:13px;
    padding:9px 12px;
  }
}
