:root{
  --navy:#101828;
  --navy-deep:#070b17;
  --hero-black:#00040c;
  --cream:#f8f7f3;
  --orange:#ff6b6b;
  --pink:#ff4f87;
  --purple:#c56cf0;
  --border:rgba(255,255,255,.20);
  --muted:rgba(255,255,255,.78);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:var(--navy-deep);
  color:#fff;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

a{
  color:inherit;
  text-decoration:none;
}

.container{
  width:min(1180px,calc(100% - 64px));
  margin:auto;
}

/* =========================
   HERO
   ========================= */

.hero{
  position:relative;
  min-height:635px;
  background:var(--hero-black);
  overflow:hidden;
}

.nav{
  position:absolute;
  top:28px;
  left:50%;
  transform:translateX(-50%);
  z-index:3;
}

.brand{
  display:inline-flex;
  align-items:center;
  gap:24px;
  font-size:50px;
  font-weight:700;
  letter-spacing:-1.5px;
}

.brand img{
  width:86px;
  height:86px;
  border-radius:19px;
  object-fit:cover;
}

.hero-content{
  position:relative;
  min-height:635px;
  display:block;
  z-index:1;
}

.hero-copy{
  position:relative;
  z-index:4;
  padding-top:138px;
  width:48%;
}

.hero-copy h2{
  font-size:38px;
  line-height:1.15;
  margin:0 0 28px;
  letter-spacing:-1.2px;
  background:linear-gradient(90deg,#ff6b6b,#ff4f87,#c56cf0);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero-copy p{
  font-size:21px;
  line-height:1.55;
  margin:0;
  color:#f2f3f7;
}

.hero-art{
  position:absolute;
  right:0;
  top:0;
  width:63%;
  height:540px;
  object-fit:contain;
  object-position:right top;
  z-index:1;
}

.hero-wave{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:155px;
  z-index:3;
  pointer-events:none;
}

/* =========================
   DISCOVER
   ========================= */

.discover{
  background:var(--navy-deep);
  padding:22px 0 46px;
}

.section-heading{
  text-align:center;
  margin:0 0 30px;
}

.section-heading h2{
  font-size:29px;
  line-height:1.2;
  margin:0;
  letter-spacing:-.5px;
}

.section-heading p{
  display:none;
}

.category-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:15px;
}

.category{
  height:148px;
  border:1.5px solid rgba(255,255,255,.20);
  border-radius:16px;
  background:linear-gradient(
    180deg,
    rgba(20,27,48,.72),
    rgba(10,15,30,.92)
  );
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 12px 30px rgba(0,0,0,.18);
  transition:
    transform .2s,
    border-color .2s,
    box-shadow .2s;
}

.category:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 38px rgba(0,0,0,.28);
}

.card-orange{
  border-color:#ff9f43;
}

.card-pink{
  border-color:#ff4f6d;
}

.card-purple{
  border-color:#c56cf0;
}

.category h3{
  font-size:19px;
  margin:0;
  font-weight:650;
}

/* =========================
   BUSINESS
   ========================= */

.business{
  background:var(--cream);
  color:var(--navy);
  border-radius:24px 24px 0 0;
  padding:48px 0 50px;
}

.business-inner{
  display:grid;
  grid-template-columns:47% 53%;
  align-items:center;
  gap:18px;
}

.eyebrow{
  color:#d9476d;
  font-size:15px;
  font-weight:800;
  letter-spacing:1.7px;
  margin-bottom:16px;
}

.business-copy h2{
  font-size:34px;
  line-height:1.18;
  letter-spacing:-1px;
  margin:0 0 22px;
}

.business-copy p{
  font-size:17px;
  line-height:1.55;
  max-width:560px;
  margin:0 0 20px;
}

.cta{
  display:inline-flex;
  align-items:center;
  gap:13px;
  margin-top:7px;
  padding:15px 22px;
  border-radius:12px;
  background:linear-gradient(90deg,#ff6b45,#c56cf0);
  color:#fff;
  font-size:17px;
  font-weight:700;
}

.cta span{
  font-size:22px;
}

/* =========================
   PHOTO COLLAGE
   ========================= */

.photo-collage{
  position:relative;
  height:390px;
  padding:0 6px;
}

.photo-frame{
  position:absolute;
  overflow:hidden;
  border-radius:15px;
  box-shadow:0 8px 25px rgba(16,24,40,.16);
  background:#ddd;
}

.photo-frame img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.restaurant{
  left:0;
  top:0;
  width:calc(50% - 6px);
  height:calc(50% - 6px);
}

.studio{
  right:0;
  top:0;
  width:calc(50% - 6px);
  height:calc(50% - 6px);
}

.theatre{
  left:0;
  bottom:0;
  width:calc(50% - 6px);
  height:calc(50% - 6px);
}

.activity{
  right:0;
  bottom:0;
  width:calc(50% - 6px);
  height:calc(50% - 6px);
}

.restaurant img,
.studio img,
.theatre img,
.activity img{
  width:100%;
  height:100%;
  max-width:none;
  transform:none;
}

.benefit-card{
  position:absolute;
  z-index:4;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  gap:11px;
  background:#fff;
  padding:12px 16px;
  border-radius:12px;
  box-shadow:0 8px 30px rgba(16,24,40,.16);
  font-size:14px;
  line-height:1.35;
}

.benefit-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff0ee;
  color:#ff6b6b;
  font-size:21px;
}

/* =========================
   FOOTER
   ========================= */

.footer{
  background:var(--navy-deep);
  padding:26px 0;
}

.footer-inner{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1fr;
  gap:0;
  align-items:center;
}

.footer-brand{
  display:flex;
  gap:13px;
  align-items:center;
}

.footer-brand img{
  width:50px;
  height:50px;
  border-radius:10px;
}

.footer-brand strong{
  display:block;
  font-size:18px;
}

.footer-brand span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.35;
  margin-top:3px;
}

.footer-feature{
  display:flex;
  align-items:center;
  gap:16px;
  color:var(--muted);
  font-size:15px;
  line-height:1.35;
  padding-left:28px;
  border-left:1px solid rgba(255,255,255,.16);
}

.footer-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.footer-icon svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.lightning{
  color:#ff9f43;
}

.heart{
  color:#ff4f6d;
}

.compass{
  color:#c56cf0;
}

/* =========================
   PARTNER PAGE
   ========================= */

.partner-page{
  min-height:100vh;
  background:
    radial-gradient(
      circle at 75% 35%,
      rgba(197,108,240,.10),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #080d1a,
      #0e1425 60%,
      #120b1e
    );
}

.partner-nav{
  padding-top:28px;
}

.partner-main{
  width:min(750px,calc(100% - 40px));
  margin:70px auto 90px;
  text-align:center;
}

.partner-intro h1{
  font-size:64px;
  line-height:1.05;
  letter-spacing:-2px;
  margin:0 0 27px;
}

.partner-intro .partner-lead{
  font-size:25px;
  line-height:1.42;
  margin:0 0 26px;
}

.partner-intro>p:last-child{
  font-size:19px;
  color:rgba(255,255,255,.74);
  margin:0 0 38px;
}

.partner-form{
  text-align:left;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(10,17,34,.62);
  border-radius:18px;
  padding:42px;
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.partner-form label{
  display:block;
  margin-bottom:26px;
}

.partner-form label span{
  display:block;
  font-size:17px;
  font-weight:650;
  margin-bottom:10px;
}

.partner-form em{
  font-style:normal;
  color:rgba(255,255,255,.45);
  font-weight:400;
}

.partner-form input,
.partner-form select{
  width:100%;
  height:56px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:10px;
  background:rgba(15,24,44,.68);
  color:#fff;
  padding:0 16px;
  font:inherit;
  font-size:16px;
  outline:none;
}

.partner-form input:focus,
.partner-form select:focus{
  border-color:rgba(197,108,240,.75);
  box-shadow:0 0 0 3px rgba(197,108,240,.10);
}

.partner-form select{
  appearance:auto;
  color:rgba(255,255,255,.78);
}

.partner-form select option{
  background:#101828;
  color:#fff;
}

.partner-form button{
  width:100%;
  height:57px;
  border:0;
  border-radius:10px;
  background:linear-gradient(
    90deg,
    #ff6b45,
    #ff4f87,
    #8b35d1
  );
  color:#fff;
  font:inherit;
  font-size:18px;
  font-weight:750;
  cursor:pointer;
}

.partner-form button:disabled{
  opacity:.7;
  cursor:wait;
}

.form-status{
  text-align:center;
  min-height:22px;
  margin:13px 0 0;
  font-size:15px;
}

.form-status.success{
  color:#9ee6bf;
}

.form-status.error{
  color:#ff9da9;
}

.launch-note{
  margin-top:44px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}

.launch-note strong{
  font-size:20px;
}

.launch-note span{
  color:rgba(255,255,255,.65);
  font-size:17px;
}

.mail-icon{
  width:50px;
  height:50px;
  border:2px solid #ff4f87;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#ff4f87;
  font-size:22px;
  margin-bottom:15px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:900px){

  .container{
    width:min(100% - 36px,720px);
  }

  /* HERO */

  .hero{
    min-height:720px;
  }

  .hero-content{
    min-height:720px;
    display:block;
  }

  .nav{
    top:20px;
  }

  .hero-copy{
    width:100%;
    padding-top:100px;
    margin:0;
  }

  .hero-copy h2{
    font-size:33px;
  }

  .hero-copy p{
    font-size:18px;
  }

  .hero-art{
    right:0;
    top:250px;
    width:100%;
    height:auto;
    opacity:.55;
  }

  .hero-wave{
    height:130px;
  }

  /* DISCOVER */

  .category-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .category{
    height:130px;
  }

  /* BUSINESS */

  .business-inner{
    grid-template-columns:1fr;
  }

  .business-copy{
    padding-right:0;
  }

  .photo-collage{
    height:390px;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr;
    gap:0;
    padding:0;
  }

  .photo-frame{
    position:relative;
    inset:auto !important;
    width:auto !important;
    height:auto !important;
    min-width:0;
    min-height:0;
  }

  .restaurant{
    grid-column:1;
    grid-row:1;
    border-radius:15px 0 0 0;
  }

  .studio{
    grid-column:2;
    grid-row:1;
    border-radius:0 15px 0 0;
  }

  .theatre{
    grid-column:1;
    grid-row:2;
    border-radius:0 0 0 15px;
  }

  .activity{
    grid-column:2;
    grid-row:2;
    border-radius:0 0 15px 0;
  }

  .benefit-card{
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
  }

  /* FOOTER */

  .footer-inner{
    grid-template-columns:1fr 1fr;
  }

  .footer-brand{
    grid-column:1/-1;
  }
}


/* =========================================================
   PHONE
   ========================================================= */

@media (max-width:600px){

  .container{
    width:calc(100% - 28px);
  }

  /* NAV */

  .nav{
    top:26px;
  }

  .brand{
    font-size:32px;
    gap:14px;
    letter-spacing:-1px;
  }

  .brand img{
    width:56px;
    height:56px;
  }

  /* HERO */

  .hero{
    min-height:0;
  }

  .hero-content{
    display:block;
    min-height:0;
  }

  .hero-copy{
    padding-top:96px;
    padding-bottom:32px;
    width:100%;
  }

  .hero-copy h2{
    font-size:28px;
    line-height:1.15;
    margin-bottom:22px;
  }

  .hero-copy p{
    font-size:17px;
    line-height:1.5;
  }

  .hero-art{
    position:relative;
    display:block;
    top:auto;
    right:auto;
    width:100%;
    height:auto;
    opacity:.94;
  }

  .hero-wave{
    position:relative;
    display:block;
    left:auto;
    bottom:auto;
    width:100%;
    height:90px;
    margin-top:-46px;
  }

  /* DISCOVER */

  .discover{
    padding:25px 0 40px;
  }

  .section-heading{
    margin-bottom:24px;
  }

  .section-heading h2{
    font-size:26px;
    line-height:1.15;
  }

  .category-grid{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .category{
    height:120px;
    border-radius:13px;
  }

  .category h3{
    font-size:16px;
    text-align:center;
  }

  /* BUSINESS */

  .business{
    padding:38px 0 42px;
    border-radius:22px 22px 0 0;
  }

  .eyebrow{
    font-size:14px;
    margin-bottom:14px;
  }

  .business-copy h2{
    font-size:29px;
    line-height:1.15;
    letter-spacing:-.8px;
    margin-bottom:20px;
  }

  .business-copy p{
    font-size:17px;
    line-height:1.55;
    margin-bottom:20px;
  }

  .cta{
    width:100%;
    justify-content:center;
    padding:17px 20px;
    font-size:17px;
    margin-top:5px;
  }

  /* FOUR IMAGE COLLAGE */

  .photo-collage{
    height:auto;
    aspect-ratio:1 / 1;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr;
    gap:0;
    margin-top:24px;
    padding:0;
  }

  .photo-frame{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    width:auto !important;
    height:auto !important;
    border-radius:15px;
    overflow:hidden;
  }

  .photo-frame img{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .restaurant{
    grid-column:1;
    grid-row:1;
    border-radius:15px 0 0 0;
  }

  .studio{
    grid-column:2;
    grid-row:1;
    border-radius:0 15px 0 0;
  }

  .theatre{
    grid-column:1;
    grid-row:2;
    border-radius:0 0 0 15px;
  }

  .activity{
    grid-column:2;
    grid-row:2;
    border-radius:0 0 15px 0;
  }

  .benefit-card{
    z-index:10;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:max-content;
    max-width:calc(100% - 20px);
    padding:11px 13px;
    gap:9px;
    font-size:13px;
    line-height:1.3;
    border-radius:14px;
  }

  .benefit-icon{
    width:30px;
    height:30px;
    font-size:19px;
    flex:0 0 auto;
  }

  /* FOOTER */

  .footer{
    padding:30px 0;
  }

  .footer-inner{
    grid-template-columns:1fr;
    gap:22px;
  }

  .footer-brand{
    grid-column:auto;
  }

  .footer-feature{
    padding-left:0;
    border-left:0;
    font-size:14px;
  }

  /* PARTNER PAGE */

  .partner-nav{
    padding-top:18px;
  }

  .partner-main{
    width:calc(100% - 28px);
    margin:45px auto 60px;
  }

  .partner-intro h1{
    font-size:45px;
    letter-spacing:-1.5px;
  }

  .partner-intro .partner-lead{
    font-size:20px;
  }

  .partner-intro>p:last-child{
    font-size:16px;
  }

  .partner-form{
    padding:24px 18px;
  }

  .partner-form label{
    margin-bottom:21px;
  }

  .partner-form input,
  .partner-form select{
    height:52px;
  }

  .partner-form button{
    height:54px;
  }
}
