/* ============================================================
   ARDEN LOUNGE HOMEPAGE PRO V3.1
   Hero + first visit / dining section
   ============================================================ */

.home-pro-hero{
  position:relative;
  min-height:clamp(690px,82vh,860px);
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:#081711;
}

.home-pro-hero-media{
  position:absolute;
  inset:0;
  background:
    url('https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=2000&q=88')
    center/cover no-repeat;
  transform:scale(1.02);
}

.home-pro-hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,19,14,.94) 0%,rgba(7,24,18,.82) 42%,rgba(6,20,15,.44) 72%,rgba(5,17,13,.68) 100%),
    linear-gradient(0deg,rgba(5,17,13,.80),transparent 48%);
}

.home-pro-hero-lines{
  position:absolute;
  inset:0;
  opacity:.09;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px);
  background-size:90px 90px;
  mask-image:linear-gradient(to right,#000,transparent 70%);
}

.home-pro-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);
  gap:70px;
  align-items:center;
  padding-top:65px;
  padding-bottom:65px;
}

.home-pro-hero-copy{
  max-width:760px;
}

.home-pro-eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
  color:#dfbd84;
  font:700 11px/1.2 'Montserrat',Arial,sans-serif;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.home-pro-eyebrow>span{
  width:42px;
  height:1px;
  background:#c49a5b;
}

.home-pro-hero h1{
  max-width:760px;
  margin:0;
  color:#fff;
  font:600 clamp(68px,8vw,114px)/.86 'Cormorant Garamond',Georgia,serif;
  letter-spacing:-.025em;
  text-wrap:balance;
}

.home-pro-lead{
  max-width:680px;
  margin:23px 0 0;
  color:#dce3df;
  font:400 16px/1.75 'Montserrat',Arial,sans-serif;
}

.home-pro-status{
  width:max-content;
  max-width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:25px;
  padding:9px 13px;
  border:1px solid rgba(224,190,136,.28);
  border-radius:999px;
  background:rgba(8,26,20,.54);
  backdrop-filter:blur(10px);
}

.home-pro-status .status-dot{
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:50%;
  background:#c86d5d;
  box-shadow:0 0 0 4px rgba(200,109,93,.12);
}

.home-pro-status.is-open .status-dot{
  background:#7faf87;
  box-shadow:0 0 0 4px rgba(127,175,135,.12);
}

.home-pro-status-copy{
  display:flex;
  flex-direction:column;
}

.home-pro-status-copy small{
  color:#9ea9a3;
  font-size:8px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-pro-status-copy strong{
  margin-top:1px;
  color:#fff;
  font-size:11px;
}

.home-pro-status-detail{
  padding-left:10px;
  border-left:1px solid rgba(255,255,255,.13);
  color:#d1d8d4;
  font-size:11px;
}

.home-pro-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:27px;
}

.home-pro-btn{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:11px 20px;
  border-radius:999px;
  font:700 13px/1 'Montserrat',Arial,sans-serif;
  letter-spacing:.025em;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

.home-pro-btn.primary{
  border:1px solid #c49a5b;
  background:linear-gradient(135deg,#c49a5b,#9c703c);
  color:#fff;
  box-shadow:0 12px 30px rgba(196,154,91,.18);
}

.home-pro-btn.secondary{
  border:1px solid rgba(255,255,255,.26);
  background:rgba(255,255,255,.055);
  color:#fff;
  backdrop-filter:blur(8px);
}

.home-pro-btn:hover{
  transform:translateY(-2px);
}

.home-pro-btn.primary:hover{
  box-shadow:0 16px 34px rgba(196,154,91,.24);
}

.home-pro-btn svg,
.home-pro-visit-card svg,
.home-pro-intro-card svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.home-pro-trust{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-top:27px;
  color:#adbab3;
  font-size:10px;
  font-weight:600;
  letter-spacing:.045em;
  text-transform:uppercase;
}

.home-pro-trust i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:#c49a5b;
}

.home-pro-visit-card{
  position:relative;
  overflow:hidden;
  padding:28px;
  border:1px solid rgba(224,190,136,.26);
  border-radius:20px;
  background:
    radial-gradient(circle at 95% 5%,rgba(196,154,91,.14),transparent 31%),
    rgba(8,27,20,.74);
  box-shadow:0 30px 70px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.home-pro-visit-card::after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,#c49a5b,transparent);
}

.home-pro-card-kicker{
  display:block;
  color:#d6af73;
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.home-pro-visit-card h2{
  margin:4px 0 22px;
  color:#fff;
  font:600 35px/1 'Cormorant Garamond',Georgia,serif;
}

.home-pro-visit-list{
  display:grid;
}

.home-pro-visit-list>div,
.home-pro-visit-list>a{
  min-height:69px;
  display:grid;
  grid-template-columns:40px 1fr;
  gap:11px;
  align-items:center;
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.09);
  color:#fff;
}

.home-pro-visit-list>div:first-child{
  border-top:0;
}

.home-pro-visit-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(196,154,91,.22);
  border-radius:50%;
  background:rgba(255,255,255,.04);
  color:#ddba82;
}

.home-pro-visit-icon svg{
  width:17px;
  height:17px;
}

.home-pro-visit-list small{
  display:block;
  color:#99a9a0;
  font-size:8px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-pro-visit-list strong{
  display:block;
  margin-top:2px;
  color:#edf1ef;
  font-size:12px;
  line-height:1.4;
}

.home-pro-directions{
  min-height:47px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:13px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:10px;
  background:rgba(255,255,255,.045);
  color:#fff;
  font-size:11px;
  font-weight:700;
}

.home-pro-directions span{
  color:#d7b47c;
  font-size:22px;
}

.home-pro-scroll{
  position:absolute;
  z-index:3;
  left:50%;
  bottom:20px;
  width:34px;
  height:50px;
  display:flex;
  justify-content:center;
  padding-top:9px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:20px;
  transform:translateX(-50%);
}

.home-pro-scroll span{
  width:4px;
  height:8px;
  border-radius:4px;
  background:#d9b679;
  animation:homeScrollCue 1.7s ease infinite;
}

@keyframes homeScrollCue{
  0%,100%{transform:translateY(0);opacity:.55}
  50%{transform:translateY(14px);opacity:1}
}

/* Intro row */
.home-pro-intro{
  position:relative;
  z-index:4;
  padding:0 5vw;
  background:#f7f0e6;
}

.home-pro-intro-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  transform:translateY(-1px);
  border-left:1px solid #dacbb7;
  border-top:1px solid #dacbb7;
  box-shadow:0 20px 50px rgba(14,31,25,.055);
}

.home-pro-intro-card{
  position:relative;
  min-height:245px;
  display:grid;
  grid-template-columns:44px 1fr;
  gap:14px;
  padding:25px 22px 23px;
  overflow:hidden;
  border-right:1px solid #dacbb7;
  border-bottom:1px solid #dacbb7;
  background:
    radial-gradient(circle at 90% 8%,rgba(196,154,91,.07),transparent 30%),
    #fffdf8;
}

.home-pro-intro-card.is-reserve{
  background:
    radial-gradient(circle at 92% 7%,rgba(196,154,91,.14),transparent 29%),
    linear-gradient(145deg,#18372d,#0c211a);
  color:#fff;
}

.home-pro-intro-number{
  position:absolute;
  right:16px;
  top:11px;
  color:rgba(74,78,74,.08);
  font:600 45px/1 'Cormorant Garamond',Georgia,serif;
}

.home-pro-intro-card.is-reserve .home-pro-intro-number{
  color:rgba(255,255,255,.08);
}

.home-pro-intro-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#18372d;
  color:#fff;
}

.home-pro-intro-card.is-reserve .home-pro-intro-icon{
  background:#c49a5b;
}

.home-pro-intro-card small{
  display:block;
  margin-top:2px;
  color:#9f7542;
  font-size:9px;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.home-pro-intro-card.is-reserve small{
  color:#d9b67e;
}

.home-pro-intro-card h3{
  margin:4px 0 8px;
  color:#26362e;
  font:600 29px/1 'Cormorant Garamond',Georgia,serif;
}

.home-pro-intro-card.is-reserve h3{
  color:#fff;
}

.home-pro-intro-card p{
  margin:0;
  color:#707771;
  font-size:13px;
  line-height:1.55;
}

.home-pro-intro-card.is-reserve p{
  color:#c6d0cb;
}

.home-pro-intro-card a{
  width:max-content;
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:15px;
  color:#7c5c36;
  font-size:11px;
  font-weight:700;
}

.home-pro-intro-card.is-reserve a{
  color:#e1be88;
}

.home-pro-intro-card a span{
  font-size:18px;
  line-height:.7;
}

@media(max-width:1100px){
  .home-pro-hero-inner{
    grid-template-columns:minmax(0,1.2fr) minmax(310px,.8fr);
    gap:36px;
  }

  .home-pro-intro-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:820px){
  .home-pro-hero{
    min-height:auto;
  }

  .home-pro-hero-inner{
    grid-template-columns:1fr;
    gap:28px;
    padding-top:70px;
    padding-bottom:78px;
  }

  .home-pro-hero-copy{
    max-width:690px;
  }

  .home-pro-hero h1{
    font-size:clamp(66px,14vw,96px);
  }

  .home-pro-visit-card{
    max-width:620px;
  }

  .home-pro-hero-shade{
    background:
      linear-gradient(90deg,rgba(5,19,14,.94),rgba(5,19,14,.68)),
      linear-gradient(0deg,rgba(5,17,13,.80),transparent 48%);
  }
}

@media(max-width:620px){
  .home-pro-hero-inner{
    padding-top:53px;
    padding-bottom:66px;
  }

  .home-pro-hero h1{
    font-size:61px;
    line-height:.9;
  }

  .home-pro-lead{
    margin-top:17px;
    font-size:14px;
    line-height:1.65;
  }

  .home-pro-status{
    width:100%;
    border-radius:13px;
  }

  .home-pro-status-detail{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .home-pro-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .home-pro-btn{
    width:100%;
  }

  .home-pro-trust{
    font-size:8px;
  }

  .home-pro-visit-card{
    padding:20px 18px;
    border-radius:16px;
  }

  .home-pro-visit-card h2{
    font-size:31px;
  }

  .home-pro-scroll{
    display:none;
  }

  .home-pro-intro{
    padding:0 4vw 12px;
  }

  .home-pro-intro-grid{
    grid-template-columns:1fr;
    border-radius:14px;
    overflow:hidden;
  }

  .home-pro-intro-card{
    min-height:0;
    padding:19px 16px;
  }

  .home-pro-intro-card h3{
    font-size:27px;
  }
}

@media(prefers-reduced-motion:reduce){
  .home-pro-scroll span{
    animation:none;
  }
}
