*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#071008;color:#f5e3b2;font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}

/* Desktop artwork */
.desktop-page{display:block}
.desktop-art{position:relative;width:100%;margin:0 auto}
.desktop-art>img{width:100%;height:auto}
.desktop-link{position:absolute;z-index:5}
.desktop-link:focus{outline:3px solid #f0dca7;outline-offset:2px}
.products{left:31%;top:1%;width:11%;height:3.5%}
.technology{left:44%;top:1%;width:14%;height:3.5%}
.about{left:58%;top:1%;width:9%;height:3.5%}
.contact{left:69%;top:1%;width:10%;height:3.5%}
.launch-top{left:80%;top:.7%;width:18%;height:4.5%}
.explore{left:4%;top:31.7%;width:27%;height:5%}
.join{left:32%;top:31.7%;width:21%;height:5%}

/* Mobile layout */
.mobile-page{display:none}
@media(max-width:700px){
  .desktop-page{display:none}
  .mobile-page{display:block;overflow:hidden}
  .mobile-header{
    min-height:72px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;
    background:#071008;border-bottom:1px solid rgba(240,220,167,.22);position:relative;z-index:10
  }
  .mobile-header img{width:88px;height:88px;object-fit:contain;margin-bottom:-24px}
  .mobile-header button{color:#f0dca7;background:transparent;border:1px solid #f0dca7;border-radius:4px;padding:6px 10px;font-size:1.3rem}
  .mobile-header nav{display:none;position:absolute;top:72px;left:0;right:0;padding:14px;background:#071008;border-bottom:2px solid #c95c0b}
  .mobile-header nav.open{display:flex;flex-direction:column}
  .mobile-header nav a{padding:12px;text-align:center;font-weight:700;text-transform:uppercase}
  .mobile-hero{
    position:relative;min-height:660px;background:url("../images/mobile/hero.webp") center/cover no-repeat;
    display:flex;align-items:flex-end
  }
  .mobile-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,8,4,.96) 0%,rgba(3,8,4,.68) 52%,rgba(3,8,4,.15) 100%)}
  .mobile-hero-copy{position:relative;z-index:2;padding:40px 22px 46px}
  .mobile-hero h1{margin:0;font:900 clamp(3.2rem,16vw,5rem)/.9 Georgia,serif;text-transform:uppercase}
  .orange-rule{width:210px;height:4px;background:#c95c0b;margin:22px 0}
  .mobile-hero p{font-size:1rem;line-height:1.55;color:#f4e6c5}
  .mobile-actions{display:grid;gap:12px;margin-top:24px}
  .button{min-height:50px;display:flex;align-items:center;justify-content:center;border:2px solid #f0dca7;border-radius:3px;font-weight:800;text-transform:uppercase}
  .button.primary{background:#c95c0b;border-color:#c95c0b}
  .button.secondary{background:rgba(0,0,0,.35)}
  .mobile-features{padding:24px 18px;background:#071008}
  .mobile-features article{text-align:center;padding:28px 16px;border-bottom:1px solid rgba(240,220,167,.18)}
  .icon-chip{width:62px;height:62px;margin:0 auto 12px;display:grid;place-items:center;border:3px solid #e66a0b;border-radius:14px;color:#e66a0b;font-weight:900;font-size:.75rem}
  .mobile-features h2{margin:0 0 8px;font:800 1.15rem Georgia,serif;text-transform:uppercase}
  .mobile-features p{margin:0;color:#d9ccb0}
  .mobile-built{padding:38px 16px;background:linear-gradient(#0c1b10,#071008)}
  .mobile-built>h2{text-align:center;margin:0 0 24px;font:900 2.4rem Georgia,serif;text-transform:uppercase}
  .mobile-card-grid{display:grid;gap:18px}
  .mobile-card-grid article{overflow:hidden;border:1px solid #986029;border-radius:10px;background:#0a140c}
  .mobile-card-grid img{width:100%;aspect-ratio:1.35/1;object-fit:cover}
  .mobile-card-grid h3{margin:0;padding:14px;text-align:center;font:800 1rem Georgia,serif;text-transform:uppercase}
  .mobile-difference{padding:38px 18px;color:#102317;background:#dfc797}
  .mobile-difference>h2{text-align:center;margin:0 0 24px;font:900 2rem Georgia,serif;text-transform:uppercase}
  .difference-box{padding:20px;margin-top:14px;border:2px solid rgba(16,35,23,.4)}
  .difference-box h3{margin-top:0;text-transform:uppercase}
  .difference-box.bad{background:rgba(140,46,21,.08)}
  .difference-box.good{background:rgba(23,62,35,.09)}
  .mobile-signup{padding:38px 20px;text-align:center;background:#102317}
  .mobile-signup h2{margin:0 0 10px;font:900 2rem Georgia,serif;text-transform:uppercase}
  .mobile-signup .button{margin-top:22px}
  .mobile-footer{padding:30px 18px;text-align:center;background:#1b110a}
  .mobile-footer img{width:170px;margin:0 auto 18px}
  .mobile-footer a{display:block;margin:8px 0;color:#e7d8b6}
  .mobile-footer p{margin-top:22px;color:#bfb295;font-size:.8rem}
}

/* v1.4 temporary under-construction cover */
body{overflow:hidden}
.construction-overlay{
  position:fixed;inset:0;z-index:9999;display:grid;place-items:center;
  padding:22px;overflow:auto;background:rgba(5,14,8,.94);
  -webkit-backdrop-filter:blur(16px) saturate(.65);
  backdrop-filter:blur(16px) saturate(.65)
}
.construction-overlay::before{
  content:"";position:absolute;inset:0;opacity:.13;
  background:linear-gradient(rgba(5,14,8,.45),rgba(5,14,8,.72)),
             url("../images/mobile/hero.webp") center/cover no-repeat
}
.construction-overlay::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.055;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='170'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")
}
.construction-panel{
  position:relative;z-index:2;width:min(650px,100%);
  padding:clamp(28px,6vw,58px);text-align:center;color:#f4e3b5;
  border:1px solid rgba(240,220,167,.42);
  outline:1px solid rgba(201,92,11,.4);outline-offset:-10px;
  background:rgba(7,16,8,.84);box-shadow:0 26px 80px rgba(0,0,0,.5)
}
.construction-logo{
  width:clamp(135px,25vw,210px);height:auto;margin:0 auto 4px;
  filter:drop-shadow(0 14px 24px rgba(0,0,0,.46))
}
.construction-kicker{
  margin:0 0 8px;color:#c95c0b;font-family:Georgia,"Times New Roman",serif;
  font-size:.82rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase
}
.construction-panel h1{
  margin:0;color:#f4e3b5;font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.5rem,8vw,5rem);line-height:.96;text-transform:uppercase
}
.construction-rule{
  width:min(250px,65%);height:4px;margin:22px auto;background:#c95c0b
}
.construction-message{
  max-width:470px;margin:0 auto;color:#d9ccb0;
  font-size:clamp(1rem,2.8vw,1.18rem)
}
.construction-tagline{
  margin:24px 0 0;color:#f0dca7;font-family:Georgia,"Times New Roman",serif;
  font-weight:800;letter-spacing:.06em;text-transform:uppercase
}
.construction-contact{margin-top:22px}
.construction-contact a{
  display:inline-block;padding:11px 15px;color:#f4e3b5;
  border:1px solid rgba(240,220,167,.45);border-radius:3px;font-size:.9rem
}
@media(max-width:700px){
  .construction-overlay{padding:14px}
  .construction-panel{padding:30px 20px 34px}
  .construction-logo{width:135px}
}
