/* =========================================================
   ITSFF — Design Tokens (Gold & Agro-Green Theme)
   Color: Cream Paper (#FFFCF2), Deep Olive Ink (#22301C),
          Amber Gold (#FFBF00), Pale Harvest Yellow (#FFF78D),
          Field Green (#467235), Deep Forest Green (#283F24)
   Type: Anton (display/headline), Work Sans (body/UI)
   Signature: perforated film-strip rails + numbered honour list + floating colour blobs + 3D tilt
   ========================================================= */

:root{
  --paper: #FFFCF2;
  --paper-2: #FFFFFF;
  --paper-3: #FFF6C4;
  --ink: #42522E;
  --ink-soft: #6B7A57;
  --marigold: #FFBF00;
  --marigold-deep: #CC9900;
  --teal: #5D793A;
  --teal-deep: #28311C;
  --magenta: #3A462B;
  --magenta-deep: #181E11;
  --yellow: #FFF78D;
  --sky: #7B975A;
  --line: rgba(66,82,46,0.14);

  --grad-sunrise: linear-gradient(120deg, var(--marigold) 0%, var(--yellow) 50%, var(--teal) 100%);
  --grad-warm: linear-gradient(120deg, var(--yellow) 0%, var(--marigold) 60%, var(--teal-deep) 100%);
  --grad-cool: linear-gradient(120deg, var(--teal) 0%, var(--teal-deep) 100%);

  --font-display: 'Poppins', 'Work Sans', sans-serif;
  --font-body: 'Work Sans', sans-serif;

  --container: 1180px;
  --radius: 4px;
  --ease: cubic-bezier(.22,.7,.2,1);
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h, 88px) + 12px); }

html, body{
  overflow-x: hidden;
  width: 100%;
}
body{
  margin:0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

a{ color: inherit; text-decoration: none; }
img{ max-width:100%; display:block; }
ul,ol{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ margin:0; font-family: var(--font-display); font-weight:700; letter-spacing:-0.01em; text-transform:none; color: var(--ink); }
p{ margin:0; }

::selection{ background: var(--marigold); color: #fff; }

:focus-visible{
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

/* reel scroll progress */
.reel-progress{
  position: fixed; top:0; left:0; right:0; height:3px; z-index: 1000;
  background: var(--paper-3);
}
.reel-progress__bar{
  height:100%; width:0%;
  background: linear-gradient(90deg, var(--marigold), var(--teal));
}

.eyebrow{
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--marigold-deep);
  margin: 0 0 .9rem;
}
.eyebrow--light{ color: rgba(255,255,255,0.85); }
.objectives .eyebrow--light{ color: var(--magenta-deep); }
.eyebrow--onimg{
  color: #FFE9A0;
  display:inline-block; padding:.5rem 1.1rem; border-radius: 999px;
  background: rgba(0,0,0,0.35); border:1px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(6px);
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: .9rem 1.8rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .02em;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor:pointer;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn--primary{
  background: var(--marigold);
  color: #fff;
}
.btn--primary:hover{ background: var(--marigold-deep); transform: translateY(-2px); }
.btn--ghost{
  border-color: var(--ink);
  color: var(--ink);
}
.btn--ghost:hover{ border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }
.btn--ghost-onimg{ border-color: rgba(255,255,255,0.7); color:#fff; }
.btn--ghost-onimg:hover{ border-color:#fff; color:#fff; background: rgba(255,255,255,0.12); }
.btn--full{ width:100%; }

/* =========================================================
   NAV
   ========================================================= */
.nav{
  position: fixed; top:0; left:0; right:0; z-index: 200;
  background: linear-gradient(180deg, rgba(10,12,8,0.55) 0%, rgba(10,12,8,0) 100%);
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background .35s var(--ease), backdrop-filter .35s var(--ease), border-color .35s var(--ease);
}
.nav.is-scrolled{
  background: rgba(247,243,234,0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__logos img{ filter: drop-shadow(0 1px 6px rgba(0,0,0,0.35)); }
.nav__inner{
  max-width: var(--container); margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  padding: 1rem 1.5rem;
  gap: .75rem;
  flex-wrap: nowrap;
}
.nav__logos{
  display:flex; align-items:center; gap: 1rem; margin-right: 1.2rem;
  min-width:0; overflow-x:auto; overflow-y:hidden; scrollbar-width:none;
  -ms-overflow-style:none;
}
.nav__logos::-webkit-scrollbar{ display:none; }
.nav__logos img{ height: 42px; width:auto; object-fit:contain; display:block; flex-shrink:0; }
.nav__brand{ display:flex; flex-direction:column; line-height:1; }
.nav__brand-mark{ font-family: var(--font-display); font-size:1.3rem; letter-spacing:.05em; color: var(--ink); }
.nav__brand-sub{ font-size:.6rem; letter-spacing:.12em; text-transform:uppercase; color: var(--ink-soft); margin-top:.25rem; }
.nav__links{ display:flex; gap: 1.6rem; }
.nav__links a{
  font-size:.85rem; font-weight:500; color: rgba(255,255,255,0.88);
  position:relative; padding: .3rem 0;
  transition: color .2s var(--ease);
}
.nav__links a::after{
  content:''; position:absolute; left:0; bottom:0; width:0; height:1px;
  background: var(--marigold); transition: width .25s var(--ease);
}
.nav__links a:hover{ color: #fff; }
.nav__links a:hover::after{ width:100%; }
.nav.is-scrolled .nav__links a{ color: var(--ink-soft); }
.nav.is-scrolled .nav__links a:hover{ color: var(--ink); }
.nav__cta{
  border:1px solid #fff; color: #fff;
  padding:.55rem 1.2rem; border-radius: var(--radius); font-size:.82rem; font-weight:600;
  white-space: nowrap; flex-shrink:0;
  transition: all .25s var(--ease);
}
.nav__cta:hover{ background: var(--marigold); border-color: var(--marigold); color: #fff; }
.nav.is-scrolled .nav__cta{ border-color: var(--marigold); color: var(--marigold-deep); }
.nav.is-scrolled .nav__cta:hover{ background: var(--marigold); color: #fff; }
.nav__toggle{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:.5rem; flex-shrink:0; }
.nav__toggle span{ width:22px; height:2px; background: #fff; transition: background .3s var(--ease); }
.nav.is-scrolled .nav__toggle span{ background: var(--ink); }
/* Duplicate CTA rendered inside the mobile dropdown menu — hidden on desktop */
.nav__links-cta{
  display:none;
}

/* =========================================================
   HERO / IMAGE SLIDER — premium glass-card layout
   ========================================================= */
.hero{
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow:hidden;
  color: #fff;
  text-align:left;
  background: var(--ink);
}
.hero__video-bg{ position:absolute; inset:0; z-index:0; overflow:hidden; background: var(--ink); }
/* Fullscreen "cover" YouTube background — the iframe is oversized to a 16:9
   rectangle that always overflows the hero frame, then centred, so the video
   fills edge-to-edge on every viewport with no letterbox bars. */
.hero__video-frame{
  position:absolute; top:50%; left:50%;
  width:100vw; height:56.25vw;         /* 100vw / (16/9) */
  min-height:100vh; min-width:177.78vh; /* 100vh * (16/9) */
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.hero__video-frame iframe{
  width:100%; height:100%; display:block; border:0;
  pointer-events:none;
}
/* Always fill the hero frame edge-to-edge on every device — no letterbox
   bars. Cropping the edges of a wide photo looks better than blank space. */
.hero__overlay{
  position:absolute; inset:0; transition: opacity .8s var(--ease);
  background:
    linear-gradient(0deg, rgba(8,9,6,0.86) 0%, rgba(8,9,6,0.35) 38%, rgba(8,9,6,0.08) 62%, rgba(8,9,6,0.5) 100%),
    linear-gradient(90deg, rgba(8,9,6,0.55) 0%, rgba(8,9,6,0.05) 45%, rgba(8,9,6,0) 65%, rgba(8,9,6,0.4) 100%);
}
.hero__vignette{
  position:absolute; inset:0; pointer-events:none; transition: opacity .8s var(--ease);
  box-shadow: inset 0 0 180px 40px rgba(0,0,0,0.5);
}
/* Warm glow arc, like a light source, echoing the reference template's lamp glow */
.hero__glow{
  position:absolute; top:-120px; left:50%; transform:translateX(-50%);
  width: 480px; height: 320px; z-index:1; pointer-events:none;
  background: radial-gradient(ellipse at center, rgba(255,191,0,0.4) 0%, rgba(255,191,0,0.12) 45%, transparent 72%);
  filter: blur(10px);
}

/* =========================================================
   HERO — logo over the video background (top-right corner)
   ========================================================= */
.hero__video-logo{
  position:absolute; z-index:2;
  top: calc(var(--nav-h, 88px) + 1.8rem); right: 6%;
  width: min(230px, 22vw);
  pointer-events:none;
  filter: drop-shadow(0 12px 34px rgba(0,0,0,0.55));
  animation: heroLogoFloat 6s ease-in-out infinite;
}
.hero__video-logo img{ display:block; width:100%; height:auto; }
@keyframes heroLogoFloat{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-8px); }
}

/* =========================================================
   HERO — rotating 3D cube. Each face is its own link: watch the video,
   follow on Facebook / Instagram / LinkedIn, or just admire the logo.
   Sits bottom-right, just above the "Explore" pill.
   ========================================================= */
.hero__cube-wrap{
  position:absolute; z-index:4;
  bottom: calc(8% + 88px); right: 5%;
  width:72px; height:72px;
  perspective: 600px;
}
.hero__cube{
  position:relative; width:100%; height:100%;
  transform-style: preserve-3d;
  animation: heroCubeSpin 13s linear infinite;
  transition: filter .25s var(--ease);
}
.hero__cube-wrap:hover .hero__cube{ animation-play-state: paused; }
.hero__cube-wrap:hover .hero__cube-face{ background: rgba(255,191,0,0.22); border-color: var(--marigold); }
.hero__cube-face{
  position:absolute; inset:0;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.22rem;
  background: rgba(20,26,16,0.45);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 8px;
  backdrop-filter: blur(6px);
  color:#fff;
  text-decoration:none;
  transition: background .25s var(--ease), border-color .25s var(--ease), transform .2s var(--ease);
}
a.hero__cube-face{ cursor:pointer; }
a.hero__cube-face:hover{ background: rgba(255,191,0,0.32); border-color: var(--marigold); }
.hero__cube-face em{ font-style:normal; font-size:.5rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
.hero__cube-face img{ width:58%; height:auto; }
.hero__cube-face--front{ transform: rotateY(0deg) translateZ(36px); }
.hero__cube-face--back{ transform: rotateY(180deg) translateZ(36px); padding:.4rem; }
.hero__cube-face--right{ transform: rotateY(90deg) translateZ(36px); }
.hero__cube-face--left{ transform: rotateY(-90deg) translateZ(36px); }
.hero__cube-face--top{ transform: rotateX(90deg) translateZ(36px); padding:.5rem; }
.hero__cube-face--bottom{ transform: rotateX(-90deg) translateZ(36px); }
@keyframes heroCubeSpin{
  from{ transform: rotateX(0deg) rotateY(0deg); }
  to{ transform: rotateX(360deg) rotateY(360deg); }
}
@media (max-width: 1024px){
  .hero__video-logo{ width:min(190px, 24vw); }
  .hero__cube-wrap{ width:62px; height:62px; bottom: calc(8% + 80px); right: 5%; }
  .hero__cube-face--front, .hero__cube-face--back,
  .hero__cube-face--right, .hero__cube-face--left,
  .hero__cube-face--top, .hero__cube-face--bottom{ transform: none; }
  .hero__cube-face--front{ transform: rotateY(0deg) translateZ(31px); }
  .hero__cube-face--back{ transform: rotateY(180deg) translateZ(31px); }
  .hero__cube-face--right{ transform: rotateY(90deg) translateZ(31px); }
  .hero__cube-face--left{ transform: rotateY(-90deg) translateZ(31px); }
  .hero__cube-face--top{ transform: rotateX(90deg) translateZ(31px); }
  .hero__cube-face--bottom{ transform: rotateX(-90deg) translateZ(31px); }
}
@media (max-width: 860px){
  .hero__video-logo{ top: calc(var(--nav-h, 84px) + 1.2rem); width:min(150px, 30vw); }
  /* The content card and Explore pill both drop out of the layout below
     this width, so the floating cube is hidden to avoid overlapping them. */
  .hero__cube-wrap{ display:none; }
}
@media (max-width: 640px){
  .hero__video-logo{ top: calc(var(--nav-h, 70px) + 1rem); right:4%; width:min(120px, 34vw); }
}
/* When the active slide is a self-contained photo (already has its own text/branding),
   fade the marketing card out and lighten the overlay so the photo reads clearly. */
.hero__card{ transition: opacity .5s var(--ease), transform .5s var(--ease); }
.hero__filmstrip{
  position:absolute; left:0; right:0; height:18px; z-index:2;
  background-image: repeating-linear-gradient(90deg, var(--ink) 0 10px, transparent 10px 22px);
  background-color: rgba(247,243,234,0.85);
}
.hero__filmstrip--top{ top:0; }
.hero__filmstrip--bottom{ bottom:0; }

/* Small constant brand tag, top-left — echoes the reference logo/wordmark */
.hero__brand-tag{
  position:absolute; z-index:3;
  top: calc(var(--nav-h, 88px) + 1.6rem); left: 5%;
  font-family: var(--font-display); font-weight:600; font-size:.82rem;
  letter-spacing:.04em; color: rgba(255,255,255,0.9);
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.hero__brand-tag span{ color: var(--marigold); margin: 0 .3rem; }

/* Glass card — bottom-left, holds the festival quote over the video */
.hero__card{
  position:absolute; z-index:3;
  left: 5%; bottom: 8%;
  width: min(408px, 86vw);
  background: rgba(20,26,16,0.4);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 1.8rem 1.7rem;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}
/* Trusted-by badge — small avatar stack + line of copy, sits above the tag
   inside the glass card (mirrors the reference template's "millions of users" pill). */
.hero__badge{
  display:inline-flex; align-items:center; gap:.6rem;
  margin-bottom: 1rem;
}
.hero__badge-avatars{ display:flex; }
.hero__badge-avatars img{
  width:26px; height:26px; border-radius:50%; object-fit:cover;
  border: 2px solid rgba(20,26,16,0.9);
  margin-left:-8px;
}
.hero__badge-avatars img:first-child{ margin-left:0; }
.hero__badge-text{
  font-size:.78rem; color: rgba(255,255,255,0.85); letter-spacing:.01em;
}
.hero__badge-text strong{ color:#fff; }

.hero__card-tag{
  display:inline-block; font-size:.68rem; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; color: #FFE9A0;
  padding: .35rem .8rem; border-radius: 999px;
  background: rgba(255,191,0,0.15); border: 1px solid rgba(255,191,0,0.4);
}
.hero__card-title{
  margin: .85rem 0 .7rem; font-size: clamp(1.35rem, 2.3vw, 1.9rem); line-height:1.18;
  color:#fff; text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}
.hero__card-sub{
  font-size: .88rem; line-height:1.6; color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}
.hero__card-actions{ display:flex; align-items:center; gap:.7rem; flex-wrap:wrap; margin-top: 1.4rem; }
.hero__card-actions .btn{ padding:.7rem 1.35rem; font-size:.82rem; }

/* Round "watch highlights" button that sits beside the primary CTA,
   echoing the reference template's circular play control. */
.hero__play{
  flex:0 0 auto; width:46px; height:46px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.5);
  color:#fff; backdrop-filter: blur(6px); transition: all .25s var(--ease);
}
.hero__play svg{ margin-left:2px; }
.hero__play:hover{ background: var(--marigold); border-color: var(--marigold); transform: scale(1.06); }

.hero__card-foot{
  display:flex; align-items:center; justify-content:space-between; gap:.8rem;
  margin-top: 1.6rem; padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,0.16);
}

/* Floating "Explore" pill — bottom-right, matching the reference template */
.hero__explore{
  position:absolute; z-index:3; right: 5%; bottom: 8%;
  display:inline-flex; align-items:center; gap:.65rem;
  padding: 1rem 1.7rem; border-radius: 999px;
  background: rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.4);
  backdrop-filter: blur(10px); color:#fff; font-weight:600; font-size:.9rem; letter-spacing:.02em;
  transition: all .3s var(--ease);
}
.hero__explore svg{ transition: transform .3s var(--ease); }
.hero__explore:hover{ background: var(--marigold); border-color: var(--marigold); transform: translateY(-3px); }
.hero__explore:hover svg{ transform: translateX(3px); }

/* Back-to-top — fixed pill in the bottom-right corner, appears after scrolling */
.back-to-top{
  position: fixed; z-index: 210;
  bottom: 1.6rem; right: 1.4rem;
  width: 46px; height: 46px; border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  background: var(--ink); color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 12px 26px rgba(0,0,0,0.28);
  cursor: pointer;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s, background .25s var(--ease);
}
.back-to-top.is-visible{ opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover{ background: var(--marigold); color: var(--ink); border-color: var(--marigold); transform: translateY(-3px); }
@media (max-width: 640px){
  .back-to-top{ width: 40px; height: 40px; bottom: 1rem; right: .9rem; }
}

/* Caption line docked inside the card footer */
.hero__nav-count{ font-size:.72rem; color: rgba(255,255,255,0.65); letter-spacing:.05em; }
.hero__nav-count span{ color: var(--marigold); margin: 0 .35em; }

/* Tablet: keep the slider fully visible and tighten spacing so the photo,
   headline and copy are never clipped by the viewport. */
@media (max-width: 1024px){
  .hero__brand-tag{ top: calc(var(--nav-h, 84px) + 1.2rem); font-size:.76rem; }
  .hero__card{ bottom: 7rem; padding: 1.6rem 1.5rem; width: min(380px, 90vw); }
  .hero__card-title{ font-size: clamp(1.3rem, 3.2vw, 1.75rem); }
  .hero__explore{ padding: .85rem 1.4rem; font-size:.84rem; }
}

@media (max-width: 860px){
  .hero__explore{ display:none; }
  .hero__card{ left: 4%; right:4%; width:auto; bottom: 5.5rem; }
}

@media (max-width: 640px){
  .hero__filmstrip{ height: 10px; }
  .hero__brand-tag{ left: 4%; font-size:.68rem; }
  .hero__card{ padding: 1.5rem 1.35rem; border-radius:18px; bottom: 4.5rem; }
  .hero__card-title{ font-size: clamp(1.3rem, 6vw, 1.7rem); margin-top:.8rem; }
  .hero__card-sub{ font-size:.86rem; }
  .hero__card-actions{ margin-top: 1.2rem; gap:.6rem; }
  .hero__card-actions .btn{ padding:.7rem 1.2rem; font-size:.8rem; }
  .hero__card-foot{ margin-top: 1.1rem; padding-top: .9rem; }
  .hero__glow{ width:320px; height:220px; top:-90px; }
  .hero__badge{ margin-bottom:.8rem; }
  .hero__badge-avatars img{ width:22px; height:22px; }
  .hero__badge-text{ font-size:.72rem; }
  .hero__play{ width:40px; height:40px; }
}

/* Very short viewports (landscape phones) — let content define height
   instead of forcing 100svh, so nothing gets cut off top or bottom. */
@media (max-height: 480px) and (orientation: landscape){
  .hero{ min-height: auto; }
  .hero__card{ position:relative; left:auto; right:auto; bottom:auto; margin: 8rem 5% 3rem; }
  .hero__brand-tag{ position:relative; top:auto; margin: calc(var(--nav-h, 70px) + 1rem) 0 0 5%; display:block; }
  .hero__explore{ display:none; }
  .hero__filmstrip{ display:none; }
}

/* =========================================================
   SECTION shared
   ========================================================= */
.section{
  max-width: var(--container);
  margin: 0 auto;
  padding: 6rem 1.5rem;
}
.section-full{ padding: 6rem 1.5rem; }
.section__head{ max-width: 680px; margin-bottom: 2.6rem; }
.section__head--tight{ margin-top: 4.5rem; }
.section__head h2{ font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.section__lead{ margin-top: 1rem; color: var(--ink-soft); font-size: 1rem; max-width: 640px; }
.section__lead code{
  background: var(--paper-3); color: var(--magenta-deep); font-weight:600;
  padding: .1rem .4rem; border-radius: 4px; font-size: .9em;
}

/* ABOUT — text left, image right */
.about__grid{ display:grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items:center; }
.about__copy p{ margin-bottom: 1.1rem; color: var(--ink); }
.about__copy p:last-child{ margin-bottom: 0; }
.about__media{ position:relative; overflow:hidden; border-radius: 14px; }
.about__media img{
  width:100%; height: 100%; object-fit:cover; border-radius: 14px;
  box-shadow: 0 24px 48px rgba(34,48,28,0.16);
  transition: transform .6s var(--ease);
}
.about__media:hover img{ transform: scale(1.05); }
.about__media-badge{
  position:absolute; left:-1.2rem; bottom:-1.2rem;
  background: var(--marigold); color:#fff;
  padding: 1.2rem 1.5rem; border-radius: 8px;
  font-family: var(--font-display); font-size:.95rem; line-height:1.4;
  box-shadow: 0 14px 28px rgba(204,153,0,0.35);
  max-width: 220px;
}

/* FOUNDER SPOTLIGHT — big photo + pull-quote */
.founder__panel{
  max-width: var(--container); margin:0 auto;
  display:grid; grid-template-columns: .8fr 1.6fr; gap: 3rem; align-items:center;
  background: var(--paper-2); border-radius: 28px; border: 1px solid var(--line);
  padding: 3rem; box-shadow: 0 20px 50px rgba(34,48,28,0.08);
}
.founder__photo{
  width: 220px; height: 220px; margin: 0 auto; border-radius: 50%; padding: 6px;
  background: var(--grad-sunrise);
  transition: transform .4s var(--ease);
}
.founder__panel:hover .founder__photo{ transform: scale(1.05) rotate(-2deg); }
.founder__photo img{
  width:100%; height:100%; object-fit:cover; border-radius:50%; border: 4px solid var(--paper-2);
}
.founder__mark{
  font-family: var(--font-display); font-size: 3.4rem; line-height:1; color: var(--marigold);
  display:block; margin-bottom:.4rem; font-weight:800;
}
.founder__text{
  font-size: 1.2rem; line-height:1.6; color: var(--ink); font-weight:500;
  margin-bottom: 1.4rem;
}
.founder__byline strong{ display:block; font-family: var(--font-display); font-size: 1rem; color: var(--teal-deep); }
.founder__byline span{ font-size:.85rem; color: var(--ink-soft); }

/* OBJECTIVES INTRO BANNER — premium statement strip */
.objectives-banner{
  position: relative;
  background: linear-gradient(135deg, #2B1055 0%, #6C3CBB 32%, #B4227A 62%, #E9622C 100%);
  overflow: hidden;
  padding: 5.5rem 1.5rem;
  text-align: center;
}
.objectives-banner__blobs{ position:absolute; inset:0; z-index:0; }
.objectives-banner__blob{
  position:absolute; border-radius:50%; filter: blur(70px); opacity:.45;
  animation: blobFloat 16s ease-in-out infinite;
}
.objectives-banner__blob--1{ width:360px; height:360px; background:#FFD93D; top:-140px; left:-80px; }
.objectives-banner__blob--2{ width:320px; height:320px; background:#00D9C0; bottom:-120px; right:-60px; animation-delay:-6s; }
.objectives-banner__blob--3{ width:260px; height:260px; background:#FF6FA5; top:40%; left:50%; transform:translate(-50%,-50%); animation-delay:-11s; }
.objectives-banner__inner{ position:relative; z-index:1; max-width: 780px; margin: 0 auto; }
.objectives-banner__mark{
  display:block; font-family: var(--font-display); font-size: 5rem; line-height:1;
  color: rgba(255,255,255,0.35); margin-bottom: -1rem;
}
.objectives-banner__subtitle{
  font-size: clamp(1.9rem, 4vw, 3rem); color:#fff; margin: .6rem 0 1.3rem; line-height:1.2;
  text-shadow: 0 4px 24px rgba(0,0,0,0.25);
}
.objectives-banner__lead{
  font-size: 1.15rem; color: rgba(255,255,255,0.92); font-weight:500; line-height:1.7;
  max-width: 620px; margin: 0 auto;
}

/* OBJECTIVES — full band, bright sunrise gradient */
.objectives{
  position: relative;
  background: linear-gradient(160deg, #FFF6C4 0%, #FFECA0 35%, #E4EFC9 70%, #DCE9CB 100%);
  color: var(--ink);
  overflow: hidden;
}
.objectives::before, .objectives::after{
  content:''; position:absolute; border-radius:50%; filter: blur(60px); opacity:.55; z-index:0;
  animation: blobFloat 14s ease-in-out infinite;
}
.objectives::before{ width:340px; height:340px; background: var(--magenta); top:-120px; left:-100px; }
.objectives::after{ width:300px; height:300px; background: var(--sky); bottom:-110px; right:-90px; animation-delay: -6s; }
.objectives__head, .objectives__tabs, .objectives__panel{ position:relative; z-index:1; }
.objectives__head{ max-width: 700px; margin: 0 auto 3.5rem; text-align:center; }
.objectives__title{
  font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: 1rem;
  color: var(--teal-deep);
}
.objectives__tagline{ color: var(--ink-soft); font-size: 1.02rem; }

.objectives__panel{ position:relative; z-index:1; max-width: var(--container); margin:0 auto; }
.objectives__grid{
  display:grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.6rem;
}

/* Premium colourful objective cards — vivid accent palette, distinct from site's gold/green tones */
.objectives__card{
  --acc-1: #FF6B6B; --acc-2: #FFD93D;
  position:relative; border-radius: 22px; padding: 2.1rem 1.7rem 1.8rem; text-align:left; overflow:hidden;
  background: var(--paper-2);
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--acc-1) 12%, #fff) 0%, color-mix(in srgb, var(--acc-2) 10%, #fff) 100%) padding-box,
    linear-gradient(135deg, var(--acc-1), var(--acc-2)) border-box;
  border: 2px solid transparent;
  box-shadow: 0 10px 26px -6px rgba(28,34,48,0.22);
  box-shadow: 0 10px 26px -6px color-mix(in srgb, var(--acc-1) 35%, transparent);
  transition: transform .38s var(--ease), box-shadow .38s var(--ease);
}
.objectives__card:nth-child(8n+1){ --acc-1: #FF6B6B; --acc-2: #FFD93D; }
.objectives__card:nth-child(8n+2){ --acc-1: #00B4D8; --acc-2: #4ECDC4; }
.objectives__card:nth-child(8n+3){ --acc-1: #F72585; --acc-2: #FF9F1C; }
.objectives__card:nth-child(8n+4){ --acc-1: #6C5CE7; --acc-2: #00D9C0; }
.objectives__card:nth-child(8n+5){ --acc-1: #FF9F1C; --acc-2: #F72585; }
.objectives__card:nth-child(8n+6){ --acc-1: #2EC4B6; --acc-2: #6C5CE7; }
.objectives__card:nth-child(8n+7){ --acc-1: #FFD93D; --acc-2: #FF6B6B; }
.objectives__card:nth-child(8n+8){ --acc-1: #4ECDC4; --acc-2: #00B4D8; }

.objectives__card::after{
  content:''; position:absolute; top:-45%; right:-30%; width:220px; height:220px; border-radius:50%;
  background: linear-gradient(135deg, var(--acc-1), var(--acc-2)); opacity:.20; filter: blur(4px);
  transition: transform .5s var(--ease), opacity .5s var(--ease);
}
.objectives__card:hover::after{ transform: scale(1.4); opacity:.32; }

.objectives__card:hover{
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 50px -10px rgba(28,34,48,0.30);
  box-shadow: 0 30px 50px -10px color-mix(in srgb, var(--acc-1) 45%, transparent);
}

.objectives__icon{
  position:relative; z-index:1;
  display:flex; align-items:center; justify-content:center;
  width: 54px; height: 54px; border-radius: 16px;
  background: linear-gradient(135deg, var(--acc-1), var(--acc-2));
  box-shadow: 0 12px 22px -6px rgba(28,34,48,0.35);
  box-shadow: 0 12px 22px -6px color-mix(in srgb, var(--acc-1) 55%, transparent);
  font-size: 1.55rem; margin-bottom: 1.15rem;
  transition: transform .35s var(--ease);
}
.objectives__card:hover .objectives__icon{ transform: scale(1.14) rotate(-6deg); }

.objectives__num{
  position:relative; z-index:1;
  display:inline-block; margin-bottom:.6rem;
  font-family: var(--font-display); font-size: .78rem; font-weight:700; letter-spacing:.14em;
  padding: .28rem .7rem; border-radius: 999px; color:#fff;
  background: linear-gradient(120deg, var(--acc-1), var(--acc-2));
  box-shadow: 0 6px 14px -4px rgba(28,34,48,0.30);
  box-shadow: 0 6px 14px -4px color-mix(in srgb, var(--acc-1) 50%, transparent);
}
.objectives__card p{ position:relative; z-index:1; font-size: .96rem; color: var(--ink); line-height:1.7; font-weight:500; }

@keyframes blobFloat{
  0%,100%{ transform: translate(0,0) scale(1); }
  50%{ transform: translate(30px,-20px) scale(1.1); }
}

/* CHAPTER DIVIDER — bold numbered part-break, template style */
.chapter-divider{
  background: linear-gradient(120deg, var(--teal-deep) 0%, var(--teal) 100%);
  padding: 2.6rem 1.5rem;
}
.chapter-divider--alt{
  background: linear-gradient(120deg, var(--marigold-deep) 0%, var(--marigold) 100%);
}
.chapter-divider__inner{
  max-width: var(--container); margin:0 auto;
  display:flex; align-items:center; gap: 1.8rem;
}
.chapter-divider__num{
  font-family: var(--font-display); font-weight:800; font-size: clamp(2.6rem, 6vw, 4rem);
  color: rgba(255,255,255,0.35); line-height:1; flex-shrink:0;
}
.chapter-divider__text .eyebrow{ margin-bottom:.4rem; }
.chapter-divider__text h2{ color:#fff; font-size: clamp(1.3rem, 2.6vw, 1.9rem); }

/* FOUNDATION */
.foundation{
  background: linear-gradient(180deg, #F1F7E9 0%, #E8F1DC 100%);
  border-radius: 32px;
  margin: 2.5rem auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.foundation__intro{ max-width: 760px; margin-bottom: 2.8rem; }
.foundation__intro p{ color: var(--ink-soft); font-size: 1rem; }
.foundation__grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.foundation__card{
  background: var(--paper-2); border: 1px solid var(--line); border-radius: 8px;
  padding: 1.8rem 1.4rem; display:flex; flex-direction:column; gap:.8rem;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.foundation__card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(28,34,48,0.1);
  border-color: var(--teal);
}
.foundation__card--feature{
  background: var(--teal); color:#fff; border-color: transparent;
  grid-row: span 1;
}
.foundation__card--feature h3, .foundation__card--feature p{ color:#fff; }
.foundation__card--feature p{ color: rgba(255,255,255,0.88); }
.foundation__icon{ font-size: 1.8rem; display:inline-block; transition: transform .35s var(--ease); }
.foundation__card:hover .foundation__icon{ transform: scale(1.18) rotate(-6deg); }
.foundation__card h3{ font-size: .98rem; }
.foundation__card p{ font-size: .87rem; color: var(--ink-soft); }
.foundation__card--feature p{ color: rgba(255,255,255,0.88); }

/* AWARDS — entry cards with hover effects */
.awards{
  background: linear-gradient(180deg, #FFF8DE 0%, #FFF1C2 100%);
  border-radius: 32px;
  margin: 2.5rem auto;
  max-width: 1340px;
}
.awards__grid{ display:grid; grid-template-columns: repeat(5,1fr); gap: 1rem; }
.award-card{
  position:relative;
  background: var(--paper-2); border: 1px solid rgba(255,255,255,0.14); border-radius: 22px;
  padding: 1.8rem 1.1rem 1.6rem; display:flex; flex-direction:column; align-items:center; text-align:center;
  overflow:hidden; color:#fff;
  box-shadow: 0 18px 40px rgba(22,30,15,0.18);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.award-card::before{
  content:''; position:absolute; inset:0;
  opacity: .16; transition: opacity .35s var(--ease);
  background: radial-gradient(circle at 85% 8%, rgba(255,255,255,.55), transparent 55%);
}
.award-card::after{
  content:''; position:absolute; left:-10%; right:-10%; bottom:-2px; height:70px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.16) 100%);
  -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, transparent 55%, #000 58%);
  mask-image: radial-gradient(120% 100% at 50% 0%, transparent 55%, #000 58%);
  pointer-events:none;
}
.award-card:hover{
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 26px 46px rgba(28,34,48,0.26);
  border-color: rgba(255,255,255,0.3);
}
.award-card:hover::before{ opacity:.26; }
.award-card--c1{ background: linear-gradient(160deg, var(--marigold) 0%, var(--marigold-deep) 100%); }
.award-card--c2{ background: linear-gradient(160deg, var(--teal) 0%, var(--teal-deep) 100%); }
.award-card--c3{ background: linear-gradient(160deg, var(--magenta) 0%, var(--magenta-deep) 100%); }
.award-card--c4{ background: linear-gradient(160deg, #E7B400 0%, var(--teal-deep) 100%); }
.award-card--c5{ background: linear-gradient(160deg, #00B4D8 0%, var(--magenta-deep) 100%); }
.award-card__icon{
  font-size: 1.5rem; width: 58px; height:58px; border-radius:50%;
  background: rgba(255,255,255,0.16); display:flex; align-items:center; justify-content:center;
  transition: transform .35s var(--ease), background .35s var(--ease);
  position:relative; z-index:1; border: 2px solid rgba(255,255,255,0.5);
  margin-bottom: .85rem;
  box-shadow: 0 0 0 5px rgba(255,255,255,0.06);
}
.award-card:hover .award-card__icon{ transform: rotate(-8deg) scale(1.1); background: rgba(255,255,255,0.28); }
.award-card h3{ color:#fff; }
.award-card__fee{
  position:relative; z-index:1;
  font-size: .6rem; letter-spacing:.08em; text-transform:uppercase; font-weight:700;
  color: #fff; background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.4); border-radius: 999px;
  padding: .34rem .8rem; margin-bottom: 1rem;
}
.award-card h3{ position:relative; z-index:1; font-size: 1.05rem; margin-bottom: .4rem; line-height:1.25; }
.award-card__divider{
  position:relative; z-index:1; display:block; margin-bottom: 1.1rem;
  color: rgba(255,255,255,0.55); letter-spacing:.4em; font-size:.8rem;
}
.award-card ul{ position:relative; z-index:1; display:flex; flex-direction:column; gap:.75rem; width:100%; }
.award-card li{
  display:flex; align-items:center; gap: .6rem; text-align:left;
}
.award-card__li-icon{
  flex-shrink:0; display:flex; align-items:center; justify-content:center;
  width: 32px; height: 32px; border-radius:50%; font-size: .85rem;
  background: rgba(255,255,255,0.16); border: 1.5px solid rgba(255,255,255,0.45);
}
.award-card__li-text{ display:flex; flex-direction:column; gap:.1rem; }
.award-card__li-text strong{ font-size: .8rem; font-weight:700; color:#fff; line-height:1.25; }
.award-card__li-text small{ font-size: .68rem; color: rgba(255,255,255,0.78); }

.awards__features{
  display:flex; flex-wrap:wrap; justify-content:center; gap: 2.2rem 3rem;
  margin-top: 2.8rem; padding-top: 2.2rem; border-top: 1px solid var(--line);
}
.awards__features li{ display:flex; align-items:center; gap: .9rem; }
.awards__features-icon{
  flex-shrink:0; display:flex; align-items:center; justify-content:center;
  width: 48px; height:48px; border-radius:50%; font-size: 1.3rem;
  background: linear-gradient(150deg, var(--marigold), var(--marigold-deep));
  border: 1.5px solid rgba(255,255,255,0.5); color:#fff;
}
.awards__features-text{ display:flex; flex-direction:column; }
.awards__features-text strong{ font-size:.92rem; color:var(--ink); }
.awards__features-text small{ font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; color:var(--ink-soft); }

.honours{ margin-top: 1rem; }
.honours__panel{
  position:relative; overflow:hidden;
  background: radial-gradient(circle at 12% 0%, rgba(255,191,0,0.14), transparent 45%),
              linear-gradient(160deg, var(--magenta-deep) 0%, var(--ink) 60%, #151A0F 100%);
  border-radius: 28px; padding: 3.2rem 2rem 3rem;
  box-shadow: 0 30px 60px rgba(16,25,7,0.28);
}
.honours__panel::before, .honours__panel::after{
  content:''; position:absolute; width: 220px; height: 220px; border-radius:50%;
  background: radial-gradient(circle, rgba(255,191,0,0.16), transparent 70%);
  pointer-events:none;
}
.honours__panel::before{ top:-90px; left:-70px; }
.honours__panel::after{ bottom:-100px; right:-70px; }
.honours__head{ position:relative; z-index:1; text-align:center; max-width:none; margin: 0 auto 2.4rem; }
.honours__head h2{ color:#fff; }
.honours__head h2 span{ color: var(--marigold); }
.honours__grid{
  position:relative; z-index:1;
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem;
}
.honours__chip{
  position:relative; overflow:hidden;
  display:flex; flex-direction:column; align-items:center; text-align:center; gap: .9rem;
  border-radius: 18px;
  padding: 1.9rem 1.1rem 1.7rem;
  font-size: .88rem; font-weight:700; line-height:1.35;
  border: 1.5px solid rgba(255,191,0,0.35);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.honours__chip:hover{
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 34px rgba(0,0,0,0.32);
  border-color: var(--marigold);
}
.honours__chip:nth-child(odd){
  background: linear-gradient(165deg, var(--paper-3) 0%, var(--paper) 100%);
  color: var(--ink);
}
.honours__chip:nth-child(even){
  background: linear-gradient(165deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%);
  color: #fff;
}
.honours__chip::after{
  content:''; position:absolute; left:-6%; right:-6%; bottom:-6px; height:34px;
  background: linear-gradient(90deg, transparent, var(--marigold) 50%, transparent);
  opacity:.55; border-radius:50%;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 130%, #000 55%, transparent 58%);
  mask-image: radial-gradient(120% 100% at 50% 130%, #000 55%, transparent 58%);
}
.honours__chip-icon{
  flex-shrink:0; display:flex; align-items:center; justify-content:center;
  width: 64px; height: 64px; border-radius: 50%; font-size: 1.7rem;
  border: 2px solid var(--marigold);
}
.honours__chip:nth-child(odd) .honours__chip-icon{
  background: linear-gradient(150deg, var(--teal), var(--ink));
}
.honours__chip:nth-child(even) .honours__chip-icon{
  background: linear-gradient(150deg, var(--marigold), var(--marigold-deep));
}

/* COMMITTEES — large portrait photo cards */
.committee{
  background: #FFFFFF;
  border-radius: 32px;
  margin: 2.5rem auto;
  box-shadow: 0 4px 40px rgba(34,48,28,0.06);
  border: 1px solid var(--line);
}
.people__grid{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 1.8rem;
  margin-bottom: 1rem; align-items: stretch;
}
.people-card{
  position:relative;
  background: var(--paper-2); border-radius: 20px; overflow:hidden;
  box-shadow: 0 10px 26px rgba(34,48,28,0.08);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  display:flex; flex-direction:column; height:100%;
}
.people-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 28px 50px rgba(34,48,28,0.18);
}
.people-card::before{
  content:''; position:absolute; top:0; left:0; right:0; height:6px; z-index:3;
}
.people-card:nth-child(4n+1)::before{ background: var(--marigold); }
.people-card:nth-child(4n+2)::before{ background: var(--teal); }
.people-card:nth-child(4n+3)::before{ background: var(--magenta); }
.people-card:nth-child(4n+4)::before{ background: var(--yellow); }
.people-card__frame{
  position:relative; width:100%; aspect-ratio: 1 / 1; overflow:hidden;
  background: var(--paper-3); flex-shrink:0;
}
.people-card__photo{
  width: 100%; height: 100%; object-fit:cover; display:block;
  transition: transform .6s var(--ease);
}
.people-card:hover .people-card__photo{ transform: scale(1.09); }
.people-card__body{
  position:relative; z-index:2; flex:1;
  padding: 1.2rem 1.2rem 1.4rem;
  display:flex; flex-direction:column; align-items:center;
  text-align:center; gap:.5rem;
  background: var(--paper-2);
}
.people-card h4{
  font-size: 1rem; line-height:1.32; letter-spacing:.01em;
  color: var(--ink);
}
.people-card__divider{
  width: 26px; height:2px;
  background: var(--marigold); flex-shrink:0;
}
.people-card:nth-child(4n+2) .people-card__divider{ background: var(--teal); }
.people-card:nth-child(4n+3) .people-card__divider{ background: var(--magenta); }
.people-card:nth-child(4n+4) .people-card__divider{ background: var(--yellow); }
.people-card p{
  font-size: .78rem; font-weight:600;
  letter-spacing:.02em; line-height:1.5; color: var(--ink-soft);
}

/* SPONSORS & PARTNERS */
.sponsors{
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-3) 100%);
  padding: 5.5rem 0 6rem;
  overflow:hidden;
}
.sponsors__head{ max-width: 680px; margin: 0 auto 3rem; padding: 0 1.5rem; text-align:center; }
.sponsors__head .section__lead{ margin-left:auto; margin-right:auto; }
.sponsors__slider{
  position:relative; display:flex; align-items:center; gap: 1rem;
  max-width: 1320px; margin: 0 auto; padding: 0 4.2rem;
}
.sponsors__track-wrap{
  overflow-x:auto; overflow-y:hidden; position:relative; flex:1; min-width:0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.sponsors__track-wrap::-webkit-scrollbar{ display:none; }
.sponsors__track{
  display:flex; gap: 2rem; padding: .6rem 1rem;
}
.sponsor-card{
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; width: 260px; height: 150px;
  scroll-snap-align: start;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: 18px;
  padding: 1.6rem 2rem;
  box-shadow: 0 8px 20px rgba(34,48,28,0.06);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.sponsor-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 36px rgba(34,48,28,0.15);
  border-color: var(--marigold);
}
.sponsor-card img{
  max-width:100%; max-height: 82px; object-fit:contain;
  filter: grayscale(1) opacity(.68);
  transition: filter .3s var(--ease), transform .3s var(--ease);
}
.sponsor-card:hover img{ filter: grayscale(0) opacity(1); transform: scale(1.05); }
.sponsor-card__fallback{ font-family: var(--font-display); font-weight:700; color: var(--ink-soft); font-size: .95rem; text-align:center; }

.sponsors__arrow{
  flex-shrink:0; display:flex; align-items:center; justify-content:center;
  width: 54px; height: 54px; border-radius:50%; z-index:3;
  background: linear-gradient(150deg, var(--marigold), var(--marigold-deep));
  color:#fff; border: none; cursor:pointer;
  box-shadow: 0 12px 24px rgba(34,48,28,0.22);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.sponsors__arrow:hover{ transform: scale(1.08); box-shadow: 0 16px 32px rgba(34,48,28,0.3); }
.sponsors__arrow:active{ transform: scale(0.96); }
.sponsor-card:hover img{ filter: grayscale(0) opacity(1); transform: scale(1.05); }
.sponsor-card__fallback{
  font-family: var(--font-display); font-size: .95rem; letter-spacing:.02em;
  color: var(--ink-soft); text-align:center; line-height:1.3;
}

/* MEDIA & GALLERY */
.media{
  background: linear-gradient(180deg, #FAF7EA 0%, #F3F0DD 100%);
  border-radius: 32px;
  margin: 2.5rem auto;
}
.media__tabs{ display:flex; gap: .8rem; margin-bottom: 2rem; }
.media__tab{
  background: none; border: 1px solid var(--line); color: var(--ink-soft);
  padding: .6rem 1.3rem; border-radius: 999px; font-family: var(--font-body); font-size:.85rem; font-weight:600;
  cursor:pointer; transition: all .2s var(--ease);
}
.media__tab.is-active{ background: var(--ink); color: var(--paper); border-color: var(--ink); }
.gallery__grid{ display:grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 160px; gap: .8rem; }
.gallery__item{ margin:0; overflow:hidden; border-radius: var(--radius); }
.gallery__item--wide{ grid-column: span 2; }
.gallery__item img{ width:100%; height:100%; object-fit:cover; transition: transform .4s var(--ease); }
.gallery__item:hover img{ transform: scale(1.06); }
.gallery__note{ margin-top:1.2rem; color: var(--ink-soft); font-size:.82rem; font-style: italic; }
.press__grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.press__item{
  position:relative; display:block; margin:0; overflow:hidden; border-radius: 14px;
  aspect-ratio: 4 / 3; background: var(--paper-3);
  box-shadow: 0 10px 26px rgba(34,48,28,0.08);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.press__item:hover{ transform: translateY(-6px); box-shadow: 0 22px 40px rgba(34,48,28,0.18); }
.press__item img{
  width:100%; height:100%; object-fit:cover; display:block;
  transition: transform .5s var(--ease);
}
.press__item:hover img{ transform: scale(1.08); }
.press__item-caption{
  position:absolute; left:0; right:0; bottom:0; z-index:2;
  padding: 1.6rem 1.1rem 1rem;
  display:flex; flex-direction:column; gap:.2rem;
  background: linear-gradient(180deg, transparent 0%, rgba(20,28,15,0.88) 100%);
}
.press__item-caption strong{ color:#fff; font-size:.92rem; font-family: var(--font-display); }
.press__item-caption small{ color: rgba(255,255,255,0.78); font-size:.74rem; letter-spacing:.04em; text-transform:uppercase; }

/* EVENT REGISTRATION */
.registration{
  position: relative;
  background: linear-gradient(135deg, #1B1035 0%, #4A2377 30%, #A31C6E 65%, #E0602A 100%);
  border-radius: 32px;
  margin: 2.5rem auto;
  max-width: 1340px;
  overflow: hidden;
  text-align: center;
  padding: 5.5rem 1.6rem;
}
.registration__blobs{ position:absolute; inset:0; z-index:0; }
.registration__blob{
  position:absolute; border-radius:50%; filter: blur(75px); opacity:.4;
  animation: blobFloat 15s ease-in-out infinite;
}
.registration__blob--1{ width:380px; height:380px; background:#FFD93D; top:-160px; right:-100px; }
.registration__blob--2{ width:320px; height:320px; background:#00D9C0; bottom:-140px; left:-90px; animation-delay:-7s; }

.registration__head{ position:relative; z-index:1; max-width: 700px; margin: 0 auto 3rem; }
.registration__title{
  font-size: clamp(1.9rem, 3.8vw, 2.7rem); color:#fff; margin-bottom: 1rem;
  text-shadow: 0 4px 22px rgba(0,0,0,0.25);
}
.registration__lead{ color: rgba(255,255,255,0.88); font-size: 1.05rem; line-height:1.7; }

.registration__categories{
  position:relative; z-index:1;
  display:flex; flex-wrap:wrap; justify-content:center; gap: 1.2rem;
  max-width: 900px; margin: 0 auto 2.6rem;
}
.registration__cat{
  display:flex; align-items:center; gap: .7rem;
  background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.28);
  border-radius: 999px; padding: .7rem 1.4rem .7rem .7rem;
  backdrop-filter: blur(6px);
  transition: transform .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
}
.registration__cat:hover{ transform: translateY(-4px); background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.5); }
.registration__cat-icon{
  display:flex; align-items:center; justify-content:center;
  width: 42px; height: 42px; border-radius: 50%; font-size: 1.25rem;
  background: linear-gradient(135deg, #FFD93D, #FF6B6B);
  box-shadow: 0 8px 16px -4px rgba(0,0,0,0.35);
}
.registration__cat-label{ color:#fff; font-weight:600; font-size:.95rem; }

.registration__desc{
  position:relative; z-index:1;
  max-width: 640px; margin: 0 auto 3.2rem; color: rgba(255,255,255,0.85);
  font-size: 1rem; line-height:1.75;
}

.registration__cta{
  position:relative; z-index:1;
  max-width: 620px; margin: 0 auto; padding: 2.6rem 2rem;
  background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.28);
  border-radius: 26px; backdrop-filter: blur(8px);
  box-shadow: 0 26px 50px rgba(0,0,0,0.28);
}
.registration__cta h3{
  color:#fff; font-size: 1.5rem; margin-bottom:.7rem;
}
.registration__cta > p{ color: rgba(255,255,255,0.85); font-size:.96rem; margin-bottom: 1.6rem; line-height:1.6; }
.registration__features{
  display:flex; flex-wrap:wrap; justify-content:center; gap:.8rem;
  margin-bottom: 1.9rem;
}
.registration__features li{
  display:flex; align-items:center; gap:.5rem;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px; padding: .5rem 1.1rem;
  color:#fff; font-size:.85rem; font-weight:600;
}
.registration__feature-icon{ font-size: 1rem; }
.registration__btn{
  display:inline-flex; align-items:center; gap:.6rem;
  background: linear-gradient(120deg, #FFD93D, #FF6B6B);
  color:#2B1055; font-weight:700; border:none;
  box-shadow: 0 14px 28px -8px rgba(255,107,107,0.55);
}
.registration__btn:hover{ background: linear-gradient(120deg, #FFD93D, #FF6B6B); filter: brightness(1.06); transform: translateY(-3px); }

/* SUBMIT */
.submit{ max-width:none; padding: 0 1.5rem 6rem; }
.submit__panel{
  position: relative;
  max-width: var(--container); margin:0 auto;
  display:grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: var(--grad-sunrise); border-radius: 14px; overflow:hidden;
  box-shadow: 0 30px 60px rgba(40,63,36,0.22);
}
.submit__copy{ padding: 3.2rem; display:flex; flex-direction:column; gap: 1.2rem; justify-content:center; color: #fff; }
.submit__copy h2{ color:#fff; font-size: clamp(1.6rem,3vw,2.1rem); }
.submit__copy p{ color: rgba(255,255,255,0.92); }
.submit__cta{
  background: rgba(255,255,255,0.96); padding: 3rem;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap: 1.2rem;
  text-align:center;
}
.submit__btn{
  display:inline-flex; align-items:center; gap:.7rem;
  padding: 1.1rem 2.4rem; font-size:1rem;
}
.submit__btn svg{ transition: transform .25s var(--ease); }
.submit__btn:hover svg{ transform: translateX(4px); }
.field__hint{ font-size:.78rem; color: var(--ink-soft); text-align:center; }
.field__hint a{ color: var(--teal); font-weight:600; }

/* FOOTER */
.footer{
  padding-top: 4.5rem;
  background: radial-gradient(circle at 15% 0%, rgba(255,191,0,0.12), transparent 45%),
              linear-gradient(165deg, var(--ink) 0%, #1D2414 55%, #151A0F 100%);
  color: rgba(255,255,255,0.82);
}
.footer__inner{
  max-width: var(--container); margin:0 auto; padding: 0 1.5rem 3rem;
  display:grid; grid-template-columns: 1.3fr .9fr .9fr 1.1fr; gap: 2.5rem;
}
.footer__brand .nav__brand-mark{ color:#fff; }
.footer__brand p{ color: rgba(255,255,255,0.62); font-size:.9rem; margin-top:.8rem; line-height:1.7; }
.footer h4{ font-size:.78rem; letter-spacing:.1em; color: var(--marigold); margin-bottom: 1rem; font-family: var(--font-body); font-weight:700; text-transform:uppercase; }
.footer__links p, .footer__contact p{ margin-bottom:.65rem; font-size:.92rem; }
.footer__links a, .footer__contact a{ color: rgba(255,255,255,0.74); transition: color .2s var(--ease), padding-left .2s var(--ease); }
.footer__links a:hover, .footer__contact a:hover{ color: var(--marigold); padding-left: .25rem; }
.footer__note{ font-size: .76rem; color: rgba(255,255,255,0.45); font-style:italic; }

.footer__social{ display:flex; gap:.6rem; margin: 1.2rem 0 .6rem; }
.footer__social-icon{
  display:flex; align-items:center; justify-content:center;
  width: 42px; height: 42px; border-radius:50%;
  background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.16);
  color: #fff;
  transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.footer__social-icon:hover{
  transform: translateY(-4px);
  background: linear-gradient(150deg, var(--marigold), var(--marigold-deep));
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(255,191,0,0.3);
}

.footer__newsletter-lead{ color: rgba(255,255,255,0.62); font-size:.88rem; margin-bottom: 1.1rem; line-height:1.6; }
.footer__newsletter-form{ display:flex; gap:.5rem; }
.footer__newsletter-form input{
  flex:1; min-width:0; background: rgba(255,255,255,0.94); border: 1px solid rgba(255,255,255,0.16); color: var(--ink);
  padding: .7rem .9rem; border-radius: var(--radius); font-family: var(--font-body); font-size:.85rem;
}
.footer__newsletter-form input:focus{ border-color: var(--marigold); outline:none; }
.footer__newsletter-form button{
  background: var(--marigold); color:#42522E; border:none; border-radius: var(--radius);
  padding: .7rem 1.1rem; font-family: var(--font-body); font-weight:700; font-size:.85rem; cursor:pointer;
  transition: background .25s var(--ease), transform .25s var(--ease);
  white-space:nowrap;
}
.footer__newsletter-form button:hover{ background: #fff; transform: translateY(-2px); }
.footer__newsletter #newsletterStatus{ margin-top:.7rem; text-align:left; color: var(--marigold); }

.footer__bottom{
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 1.5rem; text-align:center;
  color: rgba(255,255,255,0.55); font-size: .8rem;
  display:flex; flex-direction:column; gap:.35rem;
}
.footer__credit{ font-size:.76rem; letter-spacing:.02em; }
.footer__credit span{ color: var(--marigold); font-weight:700; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
/* Switch to the mobile nav earlier (iPad/tablet included) — a 7-item
   desktop nav plus logos and CTA has no room to breathe below 1180px,
   which is what made the header break on iPad/tablet widths. */
@media (max-width: 1180px){
  .nav__links{ display:none; }
  .nav__toggle{ display:flex; }
  .nav__cta{ display:none; }
  .nav__links-cta{
    display:inline-flex; align-items:center; justify-content:center;
    margin-top:.4rem; padding:.8rem 1.2rem; border-radius: var(--radius);
    background: var(--marigold); color:#fff; font-weight:600; font-size:.88rem;
  }
}
@media (max-width: 980px){
  .about__grid{ grid-template-columns: 1fr; }
  .founder__panel{ grid-template-columns: 1fr; text-align:center; padding: 2.2rem 1.6rem; }
  .about__media img{ height: 380px; }
  .objectives__grid{ grid-template-columns: 1fr; }
  .foundation__grid{ grid-template-columns: repeat(2,1fr); }
  .awards__grid{ grid-template-columns: repeat(2,1fr); }
  .honours__grid{ grid-template-columns: repeat(2,1fr); }
  .people__grid{ grid-template-columns: repeat(2,1fr); }
  .submit__panel{ grid-template-columns: 1fr; }
  .footer__inner{ grid-template-columns: 1fr 1fr; }
  .gallery__grid{ grid-template-columns: repeat(2,1fr); grid-auto-rows: 130px; }
  .press__grid{ grid-template-columns: repeat(2,1fr); }
  .sponsors__slider{ padding: 0 3.2rem; }
  .sponsors__arrow{ width: 46px; height: 46px; }
}
@media (max-width: 560px){
  .nav__logos{ gap: .6rem; margin-right: .6rem; }
  .nav__logos img{ height: 30px; }
  .foundation__grid{ grid-template-columns: 1fr; }
  .awards__grid{ grid-template-columns: 1fr; }
  .honours__grid{ grid-template-columns: 1fr 1fr; }
  .honours__panel{ padding: 2.4rem 1.2rem 2.2rem; }
  .people__grid{ grid-template-columns: 1fr 1fr; }
  .gallery__grid{ grid-template-columns: 1fr 1fr; }
  .press__grid{ grid-template-columns: 1fr; }
  .about__media-badge{ left: 1rem; right:1rem; max-width:none; }
  .footer__inner{ grid-template-columns: 1fr; }
  .footer__newsletter-form{ flex-direction:column; }
  .sponsor-card{ width: 190px; height: 110px; padding: 1.1rem 1.3rem; }
  .sponsor-card img{ max-height: 60px; }
  .sponsors__slider{ padding: 0 2.6rem; gap: .5rem; }
  .sponsors__arrow{ width: 40px; height: 40px; }
  .sponsors__arrow svg{ width:18px; height:18px; }
  .foundation, .awards, .committee, .media{ border-radius: 20px; margin: 1.5rem auto; }
}

/* =========================================================
   MOTION & 3D EFFECTS
   ========================================================= */


/* Floating colour blobs behind hero */
.hero__blobs{ position:absolute; inset:0; z-index:1; pointer-events:none; overflow:hidden; }
.hero__blob{
  position:absolute; border-radius:50%; filter: blur(50px); opacity:.45;
  animation: blobFloat 12s ease-in-out infinite;
}
.hero__blob--1{ width:260px; height:260px; background: var(--magenta); top:14%; left:8%; }
.hero__blob--2{ width:220px; height:220px; background: var(--yellow); bottom:18%; right:10%; animation-delay:-4s; }
.hero__blob--3{ width:180px; height:180px; background: var(--sky); top:50%; right:25%; animation-delay:-8s; }

/* Hero stat number pop */
.hero__stat-num{ color: var(--yellow); }

/* 3D tilt cards (applied via JS: --rx, --ry) */
.tilt-card{
  --rx: 0deg; --ry: 0deg;
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  will-change: transform;
}
.foundation__card, .award-card, .people-card{ transform-style: preserve-3d; }
.foundation__card:hover{ box-shadow: 0 24px 50px rgba(40,63,36,0.16); }

/* Marquee destination strip */
.marquee{
  overflow:hidden; white-space:nowrap; background: var(--grad-warm);
  padding: .9rem 0; position:relative; z-index:50;
}
.marquee__track{
  display:inline-flex; gap: 3rem; animation: marqueeScroll 38s linear infinite;
  font-family: var(--font-display); font-size: 1rem; letter-spacing:.06em; color:#fff;
  text-transform: uppercase;
}
.marquee__track span{ display:inline-flex; align-items:center; gap:.6rem; }
.marquee__track span::before{
  content:'•'; color: rgba(255,255,255,0.55); font-size:.8em;
}
.marquee__track span:first-child::before{ content:none; }
@keyframes marqueeScroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
@media (max-width: 980px){
  .marquee{ padding:.7rem 0; }
  .marquee__track{ font-size:.85rem; gap: 1.6rem; animation-duration: 30s; }
}
@media (max-width: 560px){
  .marquee__track{ font-size:.72rem; gap: 1.1rem; letter-spacing:.04em; animation-duration: 24s; }
}

/* Section accent: colourful top border on cards */
.foundation__card, .people-card{ position:relative; }
.foundation__card::after{
  content:''; position:absolute; top:0; left:0; right:0; height:4px;
  background: var(--grad-sunrise); transform: scaleX(0); transform-origin:left;
  transition: transform .35s var(--ease);
}
.foundation__card:hover::after{ transform: scaleX(1); }

/* Scroll-reveal stagger helper (JS adds .is-visible) */
.reveal-stagger > *{
  opacity:0; transform: translateY(18px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.reveal-stagger.is-visible > *{ opacity:1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(1){ transition-delay: .05s; }
.reveal-stagger.is-visible > *:nth-child(2){ transition-delay: .1s; }
.reveal-stagger.is-visible > *:nth-child(3){ transition-delay: .15s; }
.reveal-stagger.is-visible > *:nth-child(4){ transition-delay: .2s; }
.reveal-stagger.is-visible > *:nth-child(5){ transition-delay: .25s; }
.reveal-stagger.is-visible > *:nth-child(6){ transition-delay: .3s; }
.reveal-stagger.is-visible > *:nth-child(7){ transition-delay: .35s; }
.reveal-stagger.is-visible > *:nth-child(8){ transition-delay: .4s; }

/* Colourful underline accent for section headings */
.section__head h2, .objectives__title{ position:relative; display:inline-block; }

/* Gallery image 3D hover pop */
.gallery__item{ transform-style: preserve-3d; transition: transform .4s var(--ease); }
.gallery__item:hover{ transform: translateY(-4px) scale(1.02); box-shadow: 0 18px 36px rgba(70,114,53,0.25); }

/* Nav brand mark — solid colour */
.nav__brand-mark{
  color: var(--marigold-deep);
}

@media (prefers-reduced-motion: reduce){
  .hero__blob, .marquee__track{ animation: none !important; }
}
.nav__links.is-open{
  display:flex; flex-direction:column;
  position:absolute; top: 100%; left:0; right:0;
  background: var(--paper-2); padding: 1.5rem; gap: 1rem;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(20,28,15,0.18);
}
.nav__links.is-open a{ color: var(--ink-soft); }
.nav__links.is-open a:hover{ color: var(--ink); }

/* GALLERY / PRESS — clickable to open */
.gallery__item, .press__item.is-viewable{ cursor: zoom-in; }
.gallery__item{ position:relative; }
.gallery__item::after{
  content:'\26f6'; position:absolute; top:.5rem; right:.5rem; z-index:2;
  width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background: rgba(20,28,15,0.55); color:#fff; font-size:.85rem;
  opacity:0; transform: scale(.7); transition: opacity .25s var(--ease), transform .25s var(--ease);
  pointer-events:none;
}
.gallery__item:hover::after{ opacity:1; transform: scale(1); }

/* LIGHTBOX */
.lightbox{
  position: fixed; inset:0; z-index: 999;
  background: rgba(10,12,8,0.94);
  display:flex; align-items:center; justify-content:center;
  padding: 2.5rem;
  animation: lightboxFade .25s var(--ease);
}
.lightbox[hidden]{ display:none; }
@keyframes lightboxFade{ from{ opacity:0; } to{ opacity:1; } }
.lightbox__stage{
  display:flex; flex-direction:column; align-items:center; gap:1rem;
  max-width: min(90vw, 1100px); max-height: 86vh;
}
.lightbox__stage img{
  max-width: 100%; max-height: 76vh; object-fit:contain;
  border-radius: 10px; box-shadow: 0 30px 70px rgba(0,0,0,0.5);
  background: rgba(255,255,255,0.03);
}
.lightbox__caption{ color: rgba(255,255,255,0.82); font-size:.9rem; text-align:center; max-width: 700px; }
.lightbox__close{
  position:absolute; top: 1.4rem; right: 1.6rem; z-index:2;
  width:44px; height:44px; border-radius:50%; border:1.5px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.08); color:#fff; font-size:1.7rem; line-height:1;
  display:flex; align-items:center; justify-content:center; cursor:pointer;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.lightbox__close:hover{ background: rgba(255,255,255,0.2); transform: rotate(90deg); }
.lightbox__arrow{
  position:absolute; top:50%; transform: translateY(-50%);
  width:52px; height:52px; border-radius:50%; border:1.5px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.08); color:#fff; font-size:1.2rem;
  display:flex; align-items:center; justify-content:center; cursor:pointer;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.lightbox__arrow:hover{ background: rgba(255,255,255,0.22); }
.lightbox__arrow--prev{ left: 1.4rem; }
.lightbox__arrow--next{ right: 1.4rem; }
.lightbox__count{
  position:absolute; bottom: 1.4rem; left:50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.7); font-size:.82rem; letter-spacing:.06em;
}
@media (max-width: 640px){
  .lightbox{ padding: 1.2rem; }
  .lightbox__arrow{ width:42px; height:42px; }
  .lightbox__close{ width:38px; height:38px; top:.8rem; right:.8rem; }
}
