:root{
  --pink-1:#ff6fa0;
  --pink-2:#ffb6cf;
  --pink-deep:#e0357a;
  --ink:#3a0d22;
  --cream:#fff3f7;
}

*{box-sizing:border-box; margin:0; padding:0;}

html{scroll-behavior:smooth;}

body{
  font-family:'Space Grotesk', sans-serif;
  color:var(--cream);
  background:#e8558f;
  overflow-x:hidden;
  min-height:100vh;
  position:relative;
}

/* ---------- background mix of sfondo 1 + sfondo 2 ---------- */
.bg-layer{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  z-index:-3;
}
.bg-1{
  background:url('sfondo2.jpg') center/cover no-repeat;
  filter:saturate(1.15) brightness(1.02);
}
.bg-2{
  background:url('sfondo1.jpg') center/cover no-repeat;
  mix-blend-mode:soft-light;
  opacity:.85;
}
.bg-2::after{content:'';}
body::before{
  content:'';
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.35), transparent 45%),
    radial-gradient(circle at 82% 88%, rgba(120,0,50,.45), transparent 55%),
    linear-gradient(150deg, rgba(224,53,122,.55), rgba(255,180,207,.25));
}
.grain{
  position:fixed; inset:0; z-index:-1;
  opacity:.05; pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- nav ---------- */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:22px 40px;
}
.nav-left{display:flex; align-items:center; gap:12px;}
.nav-word{
  font-family:'Archivo', sans-serif;
  font-weight:900;
  letter-spacing:.5px;
  font-size:16px;
  text-transform:uppercase;
}
.nav-word em{font-style:normal; opacity:.65; font-weight:500;}

.nav-center{
  display:flex; gap:6px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.35);
  backdrop-filter:blur(10px);
  border-radius:999px;
  padding:4px;
}
.pill{
  color:var(--cream);
  text-decoration:none;
  font-size:11px;
  letter-spacing:1px;
  font-weight:700;
  padding:9px 18px;
  border-radius:999px;
  transition:.3s;
  background:none;
  border:none;
  font-family:inherit;
  cursor:pointer;
}
.pill.active, .pill:hover{
  background:var(--cream);
  color:var(--pink-deep);
}

.nav-right{display:flex; align-items:center; gap:26px;}
.nav-right a{
  color:var(--cream);
  text-decoration:none;
  font-size:11px;
  letter-spacing:1px;
  font-weight:700;
  opacity:.85;
}
.nav-right a:hover{opacity:1;}

/* ---------- burger + mobile menu (≤900px) ---------- */
.burger{
  display:none;
  position:relative;
  z-index:2;
  width:44px; height:44px;
  margin-right:-10px;
  border:none;
  background:none;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.burger span{
  position:absolute;
  left:11px; right:11px;
  height:2px;
  border-radius:2px;
  background:var(--cream);
  transition:transform .35s ease, top .35s ease, background-color .35s ease;
}
.burger span:first-child{top:17px;}
.burger span:last-child{top:25px;}
.nav.menu-open .burger span:first-child{top:21px; transform:rotate(45deg);}
.nav.menu-open .burger span:last-child{top:21px; transform:rotate(-45deg);}
.nav.on-light .burger span{background:#d62f73;}

.mobile-menu{
  position:fixed; inset:0;
  z-index:49;
  display:flex; flex-direction:column; justify-content:center;
  gap:6px;
  padding:100px 28px calc(40px + env(safe-area-inset-bottom));
  background:
    radial-gradient(circle at 15% 20%, rgba(255,111,160,.35), transparent 45%),
    radial-gradient(circle at 90% 85%, rgba(224,53,122,.35), transparent 50%),
    linear-gradient(160deg, #1f0d16, #0a0507);
  animation:menuIn .35s ease both;
}
.mobile-menu[hidden]{display:none;}
@keyframes menuIn{ from{opacity:0;} to{opacity:1;} }
.mobile-menu > a{
  font-family:'Archivo', sans-serif;
  font-weight:900;
  font-size:clamp(34px, 11vw, 56px);
  line-height:1.15;
  text-transform:uppercase;
  color:var(--cream);
  text-decoration:none;
}
.mobile-menu > a:active{color:var(--pink-1);}
.mm-foot{
  display:flex; flex-direction:column; gap:8px;
  margin-top:36px;
  font-size:14px;
}
.mm-foot a{color:var(--pink-2); text-decoration:none;}
/* while the menu is open the bar stays transparent with light text/icons
   (doubled class so it beats the later .nav.on-light rules) */
.nav.nav.menu-open{background:transparent; box-shadow:none; backdrop-filter:none; -webkit-backdrop-filter:none;}
.nav.nav.menu-open .nav-word{color:var(--cream);}
.nav.nav.menu-open .burger span{background:var(--cream);}
html.menu-lock{overflow:hidden;}

/* ---------- hero / true 3D orbit scene ---------- */
.hero{
  height:100vh;
  height:100svh; /* mobile: ignore the collapsing browser toolbar */
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}

/* the camera: everything inside is rendered with real perspective */
.scene{
  position:relative;
  width:100%;
  height:100%;
  perspective:1600px; /* overridden in JS to match the ring size */
  perspective-origin:50% 50%;
  touch-action:pan-y; /* horizontal drag spins the ring, vertical swipe still scrolls */
}

/* holds all 3D content — no longer tilts with the mouse, stays put */
.rig{
  position:absolute;
  inset:0;
  transform-style:preserve-3d;
}

/* ----- gyroscope: three rings tilted on different 3D planes around the center ----- */
.gyro{
  position:absolute;
  top:50%; left:50%;
  width:400px; height:400px;
  margin:-200px 0 0 -200px;
  transform-style:preserve-3d;
  z-index:15;
}
.gyro-tilt{
  position:absolute; inset:0;
  transform-style:preserve-3d;
}
.gyro-tilt-a{ transform:rotateX(62deg) rotateZ(8deg); }
.gyro-tilt-b{ transform:rotateX(18deg) rotateY(58deg); }
.gyro-tilt-c{ transform:rotateX(40deg) rotateY(-30deg); }
.gyro-ring{
  position:absolute; inset:0;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.4);
}
.gyro-tilt-a .gyro-ring{ animation:spin2d 16s linear infinite; border-style:dashed; }
.gyro-tilt-b .gyro-ring{ animation:spin2d 22s linear infinite reverse; border-color:rgba(255,255,255,.28); }
.gyro-tilt-c .gyro-ring{ animation:spin2d 28s linear infinite; border-color:rgba(255,255,255,.2); inset:18px; }
@keyframes spin2d{ to{ transform:rotate(360deg); } }

/* ----- orbit: the true 3D cylinder/helix of project cards -----
   .orbit holds a static tilt (a real rotateX) so the ring plane is
   inclined like a disc seen at an angle; .orbit-spin is the part
   that spins continuously (rotateY), composed on top of that tilt. */
.orbit{
  position:absolute;
  /* perspective pushes the front card up much more than it drops the back ones,
     so the ring's visual centre sits above the logo: --orbit-shift moves the
     ring down to re-centre it on the camera (measured against the logo's average
     bobbing position, so the front card only just grazes the top of the camera) */
  --orbit-shift:50px;
  top:calc(50% + var(--orbit-shift)); left:50%;
  width:0; height:0;
  transform-style:preserve-3d;
  transform:rotateX(16deg);
}
.orbit-spin{
  position:absolute;
  top:0; left:0;
  width:0; height:0;
  transform-style:preserve-3d;
  will-change:transform;
}

.orbit-card{
  position:absolute;
  top:0; left:0;
  width:200px;
  aspect-ratio:4/3;
  transform-style:preserve-3d;
  transition:transform .9s cubic-bezier(.22,1,.36,1), z-index 0s;
  cursor:pointer;
}
.orbit-card.hovered{
  z-index:999 !important;
}

/* one face per card, visible from both sides: a single <video> per card
   keeps decoding cheap. When the card's back points at the camera the
   JS adds .flipped, which mirrors the content back so video and label
   always read right-side-up. */
.oc-face{
  position:absolute; inset:0;
  border-radius:12px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 18px 34px rgba(90,0,45,.45);
  background:#7a0f3c;
}
.oc-face::after{
  content:'';
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(60,0,30,.6), transparent 45%);
  pointer-events:none;
}
.orbit-card.flipped .oc-face{ transform:scaleX(-1); }

.orbit-card .oc-video{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  pointer-events:none;
}
.orbit-card span{
  position:relative;
  font-family:'Archivo', sans-serif;
  font-weight:800;
  font-size:11px;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:var(--cream);
  text-shadow:0 2px 6px rgba(0,0,0,.35);
  z-index:1;
}

/* ----- center object: the logo, background removed, extruded into a real 3D solid.
   The JS stacks many copies of the transparent PNG along Z; the inner layers use
   pre-darkened images to read as the sides, the outer two are the lit faces.
   No CSS filter and a transform-based bob: both keep Safari's 3D rendering intact. ----- */
.center-badge{
  position:absolute;
  top:50%; left:50%;
  width:280px; height:165px;
  margin:-82px 0 0 -140px;
  transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  z-index:20;
  animation:bob 6s ease-in-out infinite;
}
@keyframes bob{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-22px); }
}
.logo3d{
  position:absolute; inset:0;
  transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  will-change:transform;
}
.logo3d-layer{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
  -webkit-user-select:none;
  -webkit-backface-visibility:visible;
  backface-visibility:visible;
}
.logo3d-shadow{
  position:absolute;
  left:12%; right:12%; bottom:-70px;
  height:26px;
  border-radius:50%;
  background:radial-gradient(ellipse at center, rgba(90,0,45,.45), transparent 70%);
  transform:rotateX(80deg);
}

.dot{
  width:7px; height:7px; border-radius:50%;
  background:#fff566;
  box-shadow:0 0 10px #fff566;
}

.scroll-cta{
  position:absolute;
  bottom:66px;
  left:50%;
  transform:translateX(-50%);
  display:flex; align-items:center; gap:10px;
  z-index:30;
}
.scroll-pill{
  border:1px solid rgba(255,255,255,.45);
  border-radius:999px;
  padding:8px 18px;
  font-size:11px;
  letter-spacing:1.5px;
  font-weight:700;
}

/* ---------- marquee strip ---------- */
.strip{
  position:relative;
  z-index:1;
  background:#fff;
  color:var(--pink-deep);
  padding:16px 0;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(120,0,55,.12);
}
.marquee{overflow:hidden; width:100%;}
/* the track holds N identical groups; it slides left by exactly one group
   width (--marquee-shift, set in JS), so the loop is seamless and the words
   always run across the full width of the bar */
.marquee-track{
  display:flex;
  width:max-content;
  animation:scrollx var(--marquee-duration, 22s) linear infinite;
  will-change:transform;
}
.marquee-group{
  display:flex;
  flex-shrink:0;
  white-space:nowrap;
  font-family:'Archivo', sans-serif;
  font-weight:900;
  font-size:15px;
  letter-spacing:2px;
  text-transform:uppercase;
}
/* spacing lives on each span (not flex gap) so every group has identical width */
.marquee-group span{padding-right:22px;}
@keyframes scrollx{
  from{transform:translateX(0);}
  to{transform:translateX(var(--marquee-shift, -50%));}
}

/* ---------- light zone: white page with soft pink blushes (reels → contacts) ---------- */
.light-zone{
  --lz-text:#5a1233;
  --lz-accent:#d62f73;
  position:relative;
  color:var(--lz-text);
  background:
    linear-gradient(to bottom, rgba(255,182,207,.6) 0, rgba(255,255,255,0) 320px),
    radial-gradient(circle at 8% 22%, rgba(255,111,160,.20), transparent 38%),
    radial-gradient(circle at 92% 48%, rgba(255,182,207,.45), transparent 42%),
    radial-gradient(circle at 20% 78%, rgba(255,182,207,.35), transparent 40%),
    radial-gradient(circle at 85% 96%, rgba(224,53,122,.14), transparent 38%),
    #fff;
}
.light-zone .section-head h2{color:var(--lz-accent);}
.light-zone .section-head p{color:var(--lz-text); opacity:.6;}
.light-zone .eyebrow{
  color:var(--lz-accent);
  border-color:rgba(214,47,115,.4);
}
.light-zone .contact .eyebrow{
  color:var(--pink-2);
  border-color:rgba(255,111,160,.45);
}
.light-zone .about h2{color:var(--lz-accent);}
.light-zone .about p{color:var(--lz-text); opacity:.85;}
.light-zone .reel{
  border-color:rgba(214,47,115,.18);
  box-shadow:0 18px 40px rgba(214,47,115,.22);
}
.light-zone .reel:hover{box-shadow:0 26px 50px rgba(214,47,115,.32);}
.light-zone .contact-item{
  color:var(--cream);
  background:linear-gradient(150deg, rgba(255,111,160,.14), rgba(255,255,255,.02));
  border-color:rgba(255,111,160,.30);
  box-shadow:0 12px 30px rgba(0,0,0,.35);
}
.light-zone .contact-item:hover{
  background:linear-gradient(150deg, rgba(255,111,160,.28), rgba(255,255,255,.04));
  border-color:rgba(255,111,160,.55);
}
.light-zone .ci-label{color:var(--pink-1); opacity:1;}

/* fixed nav + footer switch to pink-on-light while over the light zone */
.nav, .nav-word, .nav-right a, .pill, .nav-center, .foot{
  transition:color .35s ease, background-color .35s ease, border-color .35s ease;
}
.nav.on-light{
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(12px);
  box-shadow:0 1px 0 rgba(214,47,115,.12);
}
.nav.on-light .nav-word,
.nav.on-light .nav-right a{color:#d62f73;}
.nav.on-light .nav-center{
  background:rgba(214,47,115,.06);
  border-color:rgba(214,47,115,.3);
}
.nav.on-light .pill{color:#d62f73;}
.nav.on-light .pill.active,
.nav.on-light .pill:hover{background:#d62f73; color:#fff;}
/* in the second half of the page the footer turns black with a pink glow */
.foot.on-light{
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,111,160,.28), transparent 70%),
    linear-gradient(90deg, rgba(12,5,9,.94), rgba(38,9,24,.94) 50%, rgba(12,5,9,.94));
  border-top-color:rgba(255,111,160,.35);
  color:var(--cream);
  opacity:1;
}
.foot.on-light a{color:var(--pink-2);}

/* legal links: small and quiet, they sit next to the copyright without adding weight */
.foot-end{display:flex; align-items:center; flex-wrap:wrap; gap:18px;}
.foot-legal{display:flex; align-items:center; gap:14px;}
.foot .foot-legal a{text-decoration:none; opacity:.75;}
.foot .foot-legal a:hover,
.foot .foot-legal a[aria-current="page"]{opacity:1; text-decoration:underline;}

/* ---------- cookie banner ---------- */
.cookie-banner{
  position:fixed;
  left:24px; bottom:74px;
  z-index:90;
  max-width:400px;
  padding:22px 22px 18px;
  border-radius:20px;
  color:var(--cream);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,111,160,.30), transparent 55%),
    linear-gradient(160deg, #1f0d16, #0a0507);
  border:1px solid rgba(255,111,160,.35);
  box-shadow:0 24px 60px rgba(20,0,10,.45);
  font-size:13px;
  line-height:1.55;
}
.cb-title{
  font-family:'Archivo', sans-serif;
  font-weight:900;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--pink-1);
  margin-bottom:8px;
}
.cb-text{opacity:.9;}
.cb-text a{color:var(--pink-2);}
.cb-actions{display:flex; gap:10px; margin-top:16px;}
/* accept and reject get the same visual weight */
.cb-btn{
  flex:1;
  padding:11px 14px;
  border-radius:999px;
  border:1px solid rgba(255,111,160,.55);
  background:rgba(255,111,160,.12);
  color:var(--cream);
  font:700 11px/1 'Space Grotesk', sans-serif;
  letter-spacing:1.5px;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .25s ease, color .25s ease;
}
.cb-btn:hover{background:var(--pink-1); color:#1a0710;}
.cb-close{
  position:absolute; top:10px; right:12px;
  width:30px; height:30px;
  border:none; background:none;
  color:var(--cream); opacity:.7;
  font-size:22px; line-height:1;
  cursor:pointer;
}
.cb-close:hover{opacity:1;}

/* ---------- legal pages (privacy / cookie policy) ---------- */
body.legal-page{
  color:#5a1233;
  background:
    radial-gradient(circle at 10% 8%, rgba(255,111,160,.18), transparent 35%),
    radial-gradient(circle at 92% 40%, rgba(255,182,207,.40), transparent 40%),
    radial-gradient(circle at 15% 85%, rgba(255,182,207,.30), transparent 40%),
    #fff;
}
body.legal-page::before{display:none;}
.legal-header{
  display:flex; align-items:center; justify-content:space-between;
  padding:22px 40px;
}
.legal-header .nav-word{color:#d62f73; text-decoration:none;}
.legal-back{
  color:#d62f73; text-decoration:none;
  font-size:11px; font-weight:700; letter-spacing:1px; text-transform:uppercase;
}
.legal-back:hover{text-decoration:underline;}
.legal{max-width:780px; margin:0 auto; padding:40px 24px 110px;}
.legal .eyebrow{color:#d62f73; border-color:rgba(214,47,115,.4);}
.legal h1{
  font-family:'Archivo', sans-serif;
  font-weight:900;
  font-size:clamp(34px, 6vw, 58px);
  text-transform:uppercase;
  line-height:1.05;
  color:#d62f73;
}
.legal-updated{margin:10px 0 34px; font-size:13px; opacity:.65;}
.legal h2{
  font-family:'Archivo', sans-serif;
  font-weight:700;
  font-size:19px;
  color:#d62f73;
  margin:38px 0 12px;
}
.legal p, .legal li{font-size:15.5px; line-height:1.7;}
.legal p + p{margin-top:12px;}
.legal ul{padding-left:20px; display:grid; gap:10px;}
.legal a{color:#d62f73;}
.legal code{font-size:13px; background:rgba(214,47,115,.08); padding:2px 6px; border-radius:6px;}
.legal-table-wrap{overflow-x:auto; margin:6px 0 14px;}
.legal-table{width:100%; min-width:520px; border-collapse:collapse; font-size:14px;}
.legal-table th, .legal-table td{padding:12px 14px; text-align:left; vertical-align:top; border-bottom:1px solid rgba(214,47,115,.18);}
.legal-table th{font-size:11px; letter-spacing:1.5px; text-transform:uppercase; color:#d62f73;}
.foot.foot-static{position:static;}

/* ---------- portfolio ---------- */
.portfolio{padding:120px 40px 60px;}
.section-head{
  display:flex; justify-content:space-between; align-items:flex-end;
  margin-bottom:44px;
  flex-wrap:wrap; gap:16px;
}
.section-head h2{
  font-family:'Archivo', sans-serif;
  font-weight:900;
  text-transform:uppercase;
  font-size:clamp(28px, 4vw, 48px);
}
.section-head .outline{-webkit-text-stroke:1.5px var(--cream); color:transparent;}
.section-head p{opacity:.7; font-size:13px; letter-spacing:1px;}

.reels-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 320px));
  justify-content:center;
  gap:26px;
}
.reel{
  position:relative;
  aspect-ratio:9/16;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.3);
  background:#7a0f3c;
  box-shadow:0 18px 34px rgba(90,0,45,.35);
  padding:0;
  font:inherit;
  color:var(--cream);
  text-align:left;
  cursor:pointer;
  transition:transform .35s ease, box-shadow .35s ease;
}
.reel:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 44px rgba(90,0,45,.45);
}
.reel video{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  pointer-events:none;
}
.reel::after{
  content:'';
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(60,0,30,.65), transparent 40%);
  pointer-events:none;
}
.reel-num{
  position:absolute; top:16px; left:18px; z-index:1;
  font-size:12px; letter-spacing:1px; opacity:.85;
}
.reel-name{
  position:absolute; left:18px; right:18px; bottom:18px; z-index:1;
  font-family:'Archivo', sans-serif;
  font-weight:800;
  font-size:18px;
  text-transform:uppercase;
  text-shadow:0 2px 6px rgba(0,0,0,.35);
}

/* ---------- about ---------- */
.about{padding:100px 40px; text-align:center;}
.about-inner{max-width:760px; margin:0 auto;}
.eyebrow{
  display:inline-block;
  font-size:11px; letter-spacing:2px; font-weight:700;
  border:1px solid rgba(255,255,255,.4);
  padding:6px 14px; border-radius:999px;
  margin-bottom:22px;
}
.about h2{
  font-family:'Archivo', sans-serif;
  font-weight:700;
  font-size:clamp(24px,3.6vw,38px);
  line-height:1.25;
  margin-bottom:20px;
}
.about p{opacity:.8; font-size:16px; line-height:1.6;}

/* ---------- contacts ---------- */
/* dark section: black gradient with pink glows, rounded top edge over the white zone */
.contact{
  position:relative;
  margin-top:40px;
  padding:110px 40px 150px;
  border-radius:40px 40px 0 0;
  overflow:hidden;
  color:var(--cream);
  background:
    radial-gradient(circle at 12% 18%, rgba(255,111,160,.30), transparent 38%),
    radial-gradient(circle at 92% 88%, rgba(224,53,122,.32), transparent 44%),
    radial-gradient(circle at 72% 8%, rgba(255,182,207,.10), transparent 32%),
    linear-gradient(160deg, #1f0d16 0%, #0a0507 55%, #180710 100%);
}
.contact-inner{
  max-width:1080px; margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0, 380px) 1fr;
  gap:64px;
  align-items:center;
}
.contact-photo{
  position:relative;
  margin:0;
  aspect-ratio:4/5;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,111,160,.35);
  box-shadow:0 30px 80px rgba(224,53,122,.35), 0 0 0 8px rgba(255,111,160,.06);
}
.contact-photo img{
  display:block;
  width:100%; height:100%;
  object-fit:cover;
  object-position:50% 18%;
}
.contact-photo::after{
  content:'';
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(224,53,122,.32), transparent 45%);
  pointer-events:none;
}
.contact h2{
  font-family:'Archivo', sans-serif;
  font-weight:700;
  font-size:clamp(24px,3.6vw,38px);
  line-height:1.25;
}
.contact h2 em{font-style:normal; color:var(--pink-1);}
/* email on its own row, phone and Instagram side by side underneath */
.contact-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  max-width:520px;
  margin-top:32px;
}
.contact-item:first-child{grid-column:1 / -1;}
.contact-item{
  display:flex; flex-direction:column; gap:6px;
  min-width:0;
  padding:20px 28px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.3);
  background:linear-gradient(150deg, rgba(255,255,255,.22), rgba(255,255,255,.02));
  backdrop-filter:blur(6px);
  color:var(--cream);
  text-decoration:none;
  transition:transform .35s ease, background .35s ease;
}
.contact-item:hover{
  transform:translateY(-6px);
  background:linear-gradient(150deg, rgba(255,255,255,.35), rgba(255,255,255,.05));
}
.ci-label{font-size:11px; letter-spacing:2px; opacity:.7; text-transform:uppercase;}
.ci-value{font-family:'Archivo', sans-serif; font-weight:700; font-size:17px; overflow-wrap:anywhere;}

/* ---------- lightbox (card/reel opened in the foreground) ---------- */
.lightbox{
  position:fixed; inset:0;
  z-index:100;
  display:flex; align-items:center; justify-content:center;
  perspective:1400px;
}
.lightbox[hidden]{display:none;}
.lb-backdrop{
  position:absolute; inset:0;
  background:rgba(60,0,30,.72);
  backdrop-filter:blur(12px);
}
.lb-panel{
  position:relative;
  width:min(90vw, calc(80vh * 16 / 9));
  aspect-ratio:16/9;
  transform-style:preserve-3d;
  will-change:transform;
}
.lb-panel.vertical{
  width:min(90vw, calc(80vh * 9 / 16));
  aspect-ratio:9/16;
}
.lb-video{
  display:block;
  width:100%; height:100%;
  object-fit:contain;
  background:#000;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 40px 90px rgba(40,0,20,.6);
}
.lb-caption{
  position:absolute; left:0; right:0; top:100%;
  margin-top:14px;
  text-align:center;
  font-family:'Archivo', sans-serif;
  font-weight:800;
  font-size:14px;
  letter-spacing:1.5px;
  text-transform:uppercase;
}
.lb-close{
  position:absolute; top:22px; right:26px;
  width:46px; height:46px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.45);
  background:rgba(255,255,255,.12);
  color:var(--cream);
  font-size:26px; line-height:1;
  cursor:pointer;
}
.lb-close:hover{background:var(--cream); color:var(--pink-deep);}
html.lb-lock{overflow:hidden;}

/* ---------- footer (fixed info bar, always visible like k95) ---------- */
.foot{
  position:fixed;
  left:0; right:0; bottom:0;
  z-index:45;
  display:flex; justify-content:space-between; align-items:center;
  padding:16px 40px;
  border-top:1px solid rgba(255,255,255,.25);
  background:rgba(180,20,80,.28);
  backdrop-filter:blur(10px);
  font-size:11px; letter-spacing:1px; opacity:.85;
  text-transform:uppercase;
  flex-wrap:wrap; gap:10px;
}
.foot a{color:inherit; text-decoration:underline;}
/* the dark contact section runs to the very bottom (its padding leaves room for the fixed footer) */
.light-zone{padding-bottom:0;}

/* ---------- responsive ---------- */
/* touch screens: no hover lifts that would stick after a tap */
@media (hover:none){
  .reel:hover, .contact-item:hover{transform:none;}
}

/* tablets and phones */
@media (max-width:900px){
  .nav{padding:14px 24px;}
  .nav-center, .nav-right{display:none;}
  .burger{display:block;}

  .orbit-card{width:150px;}
  .oc-face{border-radius:10px;}
  .center-badge{width:220px; height:130px; margin:-65px 0 0 -110px;}
  .gyro{width:300px; height:300px; margin:-150px 0 0 -150px;}
  .scroll-cta{bottom:34px;}

  .portfolio{padding:90px 24px 40px;}
  .section-head{margin-bottom:28px;}
  .reels-grid{grid-template-columns:repeat(3, 1fr); gap:14px;}
  .reel-name{font-size:13px; left:12px; right:12px; bottom:12px;}

  .about{padding:70px 24px;}

  .contact{padding:80px 24px 70px;}
  .contact-inner{grid-template-columns:1fr; gap:40px; text-align:center;}
  .contact-photo{width:100%; max-width:340px; margin:0 auto;}
  .contact-list{margin-left:auto; margin-right:auto;}

  /* the footer stops being a fixed bar: at the bottom of the page it no longer covers content */
  .foot{position:static; justify-content:center; text-align:center; padding:18px 24px calc(18px + env(safe-area-inset-bottom)); gap:12px; flex-direction:column;}
  .foot-end{justify-content:center; flex-direction:column; gap:10px;}
}

/* phones */
@media (max-width:560px){
  .nav{padding:12px 18px;}
  .nav-word{font-size:14px;}

  .orbit-card{width:112px;}
  .orbit-card span{font-size:9px;}
  .oc-face{padding:6px 8px; border-radius:8px;}
  .center-badge{width:170px; height:100px; margin:-50px 0 0 -85px;}
  @keyframes bob{ 0%,100%{transform:translateY(0);} 50%{transform:translateY(-12px);} }
  .gyro{width:220px; height:220px; margin:-110px 0 0 -110px;}
  .scroll-pill{padding:7px 14px; font-size:10px;}

  .strip{padding:12px 0;}
  .marquee-group{font-size:12px;}

  .portfolio{padding:70px 0 30px;}
  .section-head{padding:0 20px; margin-bottom:20px; align-items:center;}
  /* reels become a swipeable carousel instead of three tall stacked videos */
  .reels-grid{
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:68vw;
    justify-content:start;
    gap:14px;
    padding:6px 20px 24px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-padding:0 20px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .reels-grid::-webkit-scrollbar{display:none;}
  .reel{scroll-snap-align:center;}
  .reel-name{font-size:15px; left:14px; right:14px; bottom:14px;}

  .about{padding:56px 20px;}
  .about p{font-size:15px;}
  .about h2, .about p{text-wrap:balance; max-width:34ch; margin-left:auto; margin-right:auto;}
  .about-br{display:none;}

  .contact{margin-top:10px; padding:64px 20px 56px; border-radius:28px 28px 0 0;}
  .contact-inner{gap:30px;}
  .contact-photo{max-width:260px; border-radius:22px;}
  .contact-list{gap:10px;}
  .contact-item{padding:16px 14px;}
  .ci-value{font-size:14px;}

  .foot{font-size:9px; padding:16px 18px calc(16px + env(safe-area-inset-bottom));}
  .foot-legal{gap:12px;}

  .cookie-banner{left:12px; right:12px; bottom:calc(12px + env(safe-area-inset-bottom)); max-width:none; padding:18px 18px 14px;}
  .legal-header{padding:18px 20px;}

  .lb-panel{width:94vw;}
  .lb-panel.vertical{width:min(86vw, calc(76svh * 9 / 16));}
  .lb-close{top:14px; right:14px;}
}
