@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@300;400;500;600&display=swap');

:root{
  --orange:#ff5c18;
  --orange-soft:#ff8a36;
  --ink:#050607;
  --panel:#0a0c0f;
  --white:#f4f1eb;
  --muted:#8d8d8a;
  --line:rgba(255,92,24,.42);
}

*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0;background:var(--ink);color:var(--white)}
body{font-family:Inter,Arial,sans-serif;overflow:hidden;-webkit-font-smoothing:antialiased}
button{font:inherit}

.landing{
  position:fixed;
  inset:0;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 68%, rgba(255,82,14,.16), transparent 32%),
    linear-gradient(145deg,#050607 0%,#090b0d 52%,#050607 100%);
  transition:opacity .65s ease, visibility .65s ease;
}

.landing.hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

.ambient-grid{
  position:absolute;
  inset:-10%;
  opacity:.18;
  transform:perspective(1000px) rotateX(61deg) translateY(32%);
  transform-origin:center bottom;
  background-image:
    linear-gradient(rgba(255,111,43,.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,111,43,.18) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to top, #000 0%, rgba(0,0,0,.75) 38%, transparent 88%);
}

.ambient-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(90px);
  pointer-events:none;
}
.glow-a{
  width:480px;height:480px;
  right:-140px;bottom:-160px;
  background:rgba(255,82,13,.25);
}
.glow-b{
  width:240px;height:240px;
  left:14%;top:5%;
  background:rgba(255,147,58,.08);
}

.landing:after{
  content:"";
  position:absolute;
  width:130%;
  height:36%;
  left:-15%;
  bottom:-12%;
  border-top:1px solid rgba(255,91,20,.55);
  border-radius:50%;
  transform:rotate(-3deg);
  box-shadow:
    0 -1px 22px rgba(255,91,20,.16),
    0 -1px 70px rgba(255,91,20,.07);
}

.landing-inner{
  position:relative;
  z-index:3;
  width:min(1180px,88vw);
  min-height:78vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.brand{
  position:absolute;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  gap:16px;
}

.brand-mark{
  width:54px;
  height:42px;
  position:relative;
  transform:skewX(-12deg);
  border-bottom:2px solid var(--orange);
}

.brand-mark span{
  position:absolute;
  left:0;
  height:3px;
  background:var(--orange);
  box-shadow:0 0 15px rgba(255,92,24,.24);
}
.brand-mark span:nth-child(1){width:40px;top:7px;left:12px;transform:rotate(-26deg)}
.brand-mark span:nth-child(2){width:46px;top:17px}
.brand-mark span:nth-child(3){width:48px;top:27px}
.brand-mark span:nth-child(4){width:50px;top:37px}

.brand-copy{line-height:1}
.brand-name{
  font-family:"Barlow Condensed",sans-serif;
  font-weight:700;
  font-size:30px;
  letter-spacing:.8px;
}
.brand-name span{color:var(--orange)}
.brand-sub{
  margin-top:7px;
  font-size:8px;
  letter-spacing:3.1px;
  color:#8a8a87;
}

.hero-copy{max-width:880px}
.eyebrow{
  color:var(--orange);
  font-family:"Barlow Condensed",sans-serif;
  font-size:16px;
  font-weight:600;
  letter-spacing:2.4px;
  margin-bottom:18px;
}

h1{
  margin:0;
  font-family:"Barlow Condensed",sans-serif;
  font-size:clamp(68px,7.5vw,116px);
  font-weight:600;
  line-height:.89;
  letter-spacing:-1px;
  color:#f3f0ea;
}

h1 span{
  color:var(--orange);
  text-shadow:0 0 36px rgba(255,92,24,.12);
}

.hero-copy p{
  max-width:700px;
  margin:30px 0 0;
  color:#aaa9a5;
  font-size:15px;
  line-height:1.8;
  letter-spacing:.1px;
}

.experience-button{
  width:max-content;
  margin-top:42px;
  padding:0;
  display:flex;
  align-items:center;
  gap:17px;
  color:var(--white);
  border:1px solid rgba(255,92,24,.72);
  border-radius:999px;
  background:rgba(11,13,16,.72);
  backdrop-filter:blur(10px);
  cursor:pointer;
  overflow:hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.02),
    0 16px 50px rgba(0,0,0,.28);
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.experience-button:hover{
  transform:translateY(-2px);
  background:rgba(255,92,24,.08);
  box-shadow:
    0 0 0 1px rgba(255,92,24,.08),
    0 16px 65px rgba(255,80,13,.12);
}

.play-icon{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  background:var(--orange);
  border-radius:50%;
  margin:6px 0 6px 7px;
  box-shadow:0 0 36px rgba(255,92,24,.22);
}

.triangle{
  width:0;height:0;
  border-top:9px solid transparent;
  border-bottom:9px solid transparent;
  border-left:15px solid white;
  margin-left:4px;
}

.button-copy{
  padding-right:28px;
  text-align:left;
}
.button-copy strong{
  display:block;
  font-family:"Barlow Condensed",sans-serif;
  font-size:18px;
  letter-spacing:1.3px;
}
.button-copy small{
  display:block;
  margin-top:4px;
  font-size:8px;
  letter-spacing:2.1px;
  color:#7f7f7c;
}

.footer-line{
  position:absolute;
  bottom:0;
  left:0;
  display:flex;
  align-items:center;
  gap:14px;
  color:#6f706e;
  font-size:9px;
  letter-spacing:1.8px;
}

.footer-separator{
  width:35px;
  height:1px;
  background:var(--line);
}

.experience{
  position:fixed;
  inset:0;
  background:#000;
  z-index:100;
  display:none;
  align-items:center;
  justify-content:center;
}

.experience.active{
  display:flex;
}

.experience video{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#000;
  outline:none;
}

.close-experience,
.sound-toggle{
  position:absolute;
  z-index:110;
  border:0;
  cursor:pointer;
  color:white;
  background:rgba(8,10,12,.42);
  backdrop-filter:blur(10px);
  transition:opacity .25s ease, background .25s ease;
}

.close-experience:hover,
.sound-toggle:hover{
  background:rgba(8,10,12,.75);
}

.close-experience{
  top:max(22px,env(safe-area-inset-top));
  right:max(22px,env(safe-area-inset-right));
  width:54px;height:54px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
}

.close-experience span{
  position:absolute;
  font-size:7px;
  letter-spacing:1.2px;
  bottom:-17px;
  left:50%;
  transform:translateX(-50%);
  color:#858585;
}

.close-experience i:before,
.close-experience i:after{
  content:"";
  position:absolute;
  left:17px;
  top:26px;
  width:20px;
  height:1px;
  background:#fff;
}
.close-experience i:before{transform:rotate(45deg)}
.close-experience i:after{transform:rotate(-45deg)}

.sound-toggle{
  left:max(22px,env(safe-area-inset-left));
  bottom:max(22px,env(safe-area-inset-bottom));
  height:48px;
  padding:0 18px;
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
}

.sound-bars{
  height:18px;
  display:flex;
  align-items:center;
  gap:2px;
}

.sound-bars i{
  display:block;
  width:2px;
  background:var(--orange);
  animation:sound 1s ease-in-out infinite alternate;
}
.sound-bars i:nth-child(1){height:7px;animation-delay:-.4s}
.sound-bars i:nth-child(2){height:14px;animation-delay:-.1s}
.sound-bars i:nth-child(3){height:10px;animation-delay:-.6s}
.sound-bars i:nth-child(4){height:17px;animation-delay:-.2s}

.sound-toggle.muted .sound-bars i{
  animation:none;
  height:2px;
  background:#777;
}

.sound-label{
  font-family:"Barlow Condensed",sans-serif;
  font-size:11px;
  letter-spacing:1.4px;
}

.play-hint{
  position:absolute;
  left:50%;
  bottom:38px;
  transform:translateX(-50%) translateY(20px);
  color:#bbb;
  font-size:11px;
  letter-spacing:.8px;
  opacity:0;
  transition:opacity .25s ease,transform .25s ease;
  pointer-events:none;
}
.play-hint.visible{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

.experience.playing .close-experience,
.experience.playing .sound-toggle{
  opacity:.55;
}

@keyframes sound{
  from{transform:scaleY(.55)}
  to{transform:scaleY(1.1)}
}

@media(max-width:720px){
  .landing-inner{
    width:86vw;
    min-height:84vh;
  }

  .brand{
    top:0;
  }

  .brand-name{font-size:23px}
  .brand-sub{letter-spacing:2px;font-size:6px}
  .brand-mark{width:42px;height:34px}

  .hero-copy{
    margin-top:60px;
  }

  h1{
    font-size:clamp(48px,14vw,72px);
  }

  .hero-copy p{
    font-size:13px;
    line-height:1.7;
  }

  .experience-button{
    width:100%;
    justify-content:flex-start;
  }

  .play-icon{
    width:58px;height:58px;
    flex:0 0 auto;
  }

  .button-copy strong{font-size:15px}
  .button-copy small{font-size:7px}

  .footer-line{
    font-size:7px;
  }
}
