/*
Theme Name: Reign Lounge
Theme URI: https://example.com/
Author: Tyrone Williams
Description: A mobile-first nightlife website for Reign Bar with a seven-day weekly lineup, VIP reservations, private events, gallery, and contact information.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: reign-lounge
*/

:root{
  --black:#050505;
  --white:#ffffff;
  --red:#d41924;
  --gold:#b69149;
  --soft:#f5f4f0;
  --muted:#b8b8b8;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--black);
  color:var(--white);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.5;
}
body.admin-bar .site-header{top:32px}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,a{transition:.2s ease}
.reign-wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.reign-eyebrow{
  margin:0 0 18px;
  text-align:center;
  font-size:15px;
  letter-spacing:.36em;
  text-transform:uppercase;
  font-weight:400;
}
.reign-mark{
  display:block;
  width:40px;
  height:40px;
  margin:0 auto 42px;
  position:relative;
}
.reign-mark:before{
  content:"♛";
  position:absolute;
  inset:0;
  color:var(--red);
  font-size:36px;
  line-height:40px;
  text-align:center;
}
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(5,5,5,.97);
  backdrop-filter:blur(12px);
}
.header-inner{
  min-height:132px;
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-rows:auto auto;
  align-items:center;
  gap:12px 28px;
  padding:18px 0 14px;
}
.header-brand{grid-column:1;grid-row:1}
.header-address{
  grid-column:2;
  grid-row:1;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  max-width:290px;
  color:#d8d8d8;
  text-align:right;
  text-transform:uppercase;
  font-size:10px;
  line-height:1.35;
  letter-spacing:.055em;
}
.address-pin{
  color:var(--red);
  font-size:24px;
  line-height:1;
}
.custom-logo-link{display:flex;align-items:center}
.custom-logo,.bundled-logo{
  display:block;
  max-height:76px;
  width:auto;
}
.bundled-logo{max-width:210px}
.fallback-brand{
  font-size:27px;
  letter-spacing:.16em;
  font-weight:700;
}
.fallback-brand .r{color:var(--red)}
.fallback-brand small{
  display:block;
  margin-top:3px;
  color:#999;
  font-size:9px;
  letter-spacing:.28em;
  font-weight:400;
}
.main-nav{
  grid-column:1 / -1;
  grid-row:2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  padding-top:10px;
}
.main-nav a{
  color:#ddd;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.main-nav a:hover{color:var(--red)}
.menu-toggle{
  display:none;
  grid-column:2;
  grid-row:1;
  border:0;
  background:none;
  color:#fff;
  font-size:31px;
  cursor:pointer;
}
.lineup{padding:70px 0 92px}
.event-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px 24px;
}
.event-card{text-align:center}
.event-image-link{
  display:block;
  cursor:pointer;
}
.event-image-link:focus-visible{
  outline:2px solid var(--red);
  outline-offset:4px;
}
.event-image{
  aspect-ratio:4/5;
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
    #151515;
}
.event-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.event-card:hover img{transform:scale(1.025)}
.flyer-placeholder{
  height:100%;
  display:grid;
  place-items:center;
  padding:20px;
  color:#777;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
}
.event-card h3{
  margin:22px 0 18px;
  min-height:46px;
  font-size:18px;
  line-height:1.25;
  text-transform:uppercase;
}
.reign-btn{
  display:inline-flex;
  min-width:220px;
  min-height:60px;
  align-items:center;
  justify-content:center;
  padding:12px 24px;
  border:1px solid #fff;
  background:transparent;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:12px;
  cursor:pointer;
}
.reign-btn:hover{background:#fff;color:#000}
.reign-btn-solid{background:var(--red);border-color:var(--red)}
.reign-btn-solid:hover{background:#fff;border-color:#fff;color:#000}
.sunday-card{grid-column:2}
.host-section{
  background:var(--soft);
  color:#111;
  text-align:center;
  padding:82px 0 94px;
}
.host-section p{
  max-width:800px;
  margin:0 auto 32px;
  color:#5d5d5d;
  font-size:22px;
  line-height:1.55;
}
.host-section .reign-btn{
  width:min(680px,100%);
  background:#000;
  border-color:#000;
}
.host-section .reign-btn:hover{background:var(--red);border-color:var(--red);color:#fff}
.feature-section{
  background:#fff;
  color:#111;
  padding:92px 0 108px;
}
.feature-card{
  margin-bottom:74px;
  text-align:center;
}
.feature-card:last-child{margin-bottom:0}
.feature-image{
  overflow:hidden;
  background:#ddd;
}
.feature-image img{
  width:100%;
  height:min(64vw,650px);
  object-fit:cover;
}
.feature-placeholder{
  height:min(64vw,650px);
  display:grid;
  place-items:center;
  background:#e9e9e9;
  color:#777;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:12px;
}
.feature-card h2{
  margin:28px 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,5vw,62px);
  font-weight:400;
}
.feature-card p{
  max-width:680px;
  margin:0 auto 24px;
  color:#666;
  font-size:17px;
}
.gallery-section{padding:96px 0}
.gallery-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-template-rows:260px 260px;
  gap:12px;
}
.gallery-grid figure{
  margin:0;
  overflow:hidden;
  background:#151515;
  max-width:580px;
}
.gallery-grid figure:first-child{grid-row:1/3}
.gallery-grid img{width:100%;height:100%;object-fit:cover}
.gallery-placeholder{
  height:100%;
  display:grid;
  place-items:center;
  color:#666;
  border:1px solid #202020;
}
.contact-section{
  background:#0b0b0b;
  border-top:1px solid #252525;
  padding:78px 0;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
}
.contact-section h2{
  margin:0 0 15px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:48px;
  font-weight:400;
}
.contact-section p,.contact-section li{color:#bbb}
.contact-section ul{padding:0;margin:0;list-style:none}
.contact-section li{margin:10px 0}
.contact-form{display:grid;gap:13px}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;
  border:1px solid #333;
  border-radius:0;
  background:#111;
  color:#fff;
  padding:16px;
  font:inherit;
}
.contact-form textarea{min-height:130px;resize:vertical}
.form-note{font-size:12px;color:#777}
.site-footer{
  padding:26px 20px;
  text-align:center;
  color:#777;
  font-size:12px;
  border-top:1px solid #1b1b1b;
}

/* FEATURED EVENT */
.featured-event{
  background:#070707;
  padding:42px 0 54px;
}
.featured-event-inner{
  display:grid;
  grid-template-columns:minmax(0,580px) minmax(320px,520px);
  align-items:center;
  gap:46px;
  justify-content:center;
}
.featured-event-media{
  position:relative;
  overflow:hidden;
  background:#151515;
}
.featured-event-media img{
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover;
}
.featured-event-copy{max-width:540px}
.featured-kicker{
  margin:0 0 14px;
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:12px;
  font-weight:700;
}
.featured-event-copy h1{
  margin:0 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,4.2vw,62px);
  line-height:.98;
  font-weight:400;
}
.featured-date{
  margin:0 0 20px;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:13px;
}
.featured-description{
  margin:0 0 24px;
  color:#bdbdbd;
  font-size:17px;
  line-height:1.7;
}
.featured-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
}
.featured-actions .reign-btn{min-width:180px}
.special-event-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:-8px 0 14px;
  padding:7px 12px;
  background:var(--red);
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}

@media(max-width:900px){
  .featured-event-inner{
    grid-template-columns:1fr;
    gap:34px;
  }
  .featured-event-copy{
    max-width:none;
    text-align:center;
  }
  .featured-actions{justify-content:center}
}
@media(max-width:620px){
  .featured-event{padding:28px 0 50px}
  .featured-event-media{max-width:none}
  .featured-event-inner{gap:28px}
  .featured-event-copy h1{font-size:42px}
  .featured-description{font-size:16px}
  .featured-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .featured-actions .reign-btn{width:100%}
}

@media(max-width:900px){
  body.admin-bar .site-header{top:46px}
  .header-inner{
    min-height:94px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:0;
  }
  .header-brand{flex:0 0 auto}
  .menu-toggle{
    margin-left:auto;
    flex:0 0 auto;
  }
  .header-address{display:none}
  .main-nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    background:#050505;
    border-top:1px solid #222;
    padding:12px 20px 24px;
  }
  .main-nav.open{display:flex}
  .main-nav a{
    width:100%;
    padding:15px 0;
    border-bottom:1px solid #181818;
  }
  .menu-toggle{display:block}
  .event-grid{grid-template-columns:repeat(2,1fr)}
  .sunday-card{grid-column:auto}
  .gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:380px 220px 220px;
  }
  .gallery-grid figure:first-child{grid-column:1/3;grid-row:auto}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .reign-wrap{width:min(100% - 28px,var(--max))}
  .custom-logo,.bundled-logo{max-height:66px;max-width:175px}
  .fallback-brand{font-size:23px}
  .lineup{padding:50px 0 76px}
  .reign-eyebrow{font-size:14px;letter-spacing:.32em}
  .reign-mark{margin-bottom:40px}
  .event-grid{grid-template-columns:1fr 1fr;gap:38px 14px}
  .event-card h3{
    min-height:35px;
    margin:18px 0;
    font-size:13px;
  }
  .event-card .reign-btn{
    width:84%;
    min-width:0;
    min-height:58px;
    padding:10px 8px;
    font-size:11px;
  }
  .sunday-card{
    grid-column:1/-1;
    width:calc((100% - 14px)/2);
    justify-self:center;
  }
  .host-section{padding:64px 0 72px}
  .host-section p{font-size:18px}
  .feature-section{padding:64px 0 72px}
  .feature-card{margin-bottom:54px}
  .feature-image img,.feature-placeholder{height:92vw}
  .feature-card h2{font-size:38px}
  .gallery-section{padding:72px 0}
  .gallery-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .gallery-grid figure:first-child{grid-column:auto}
  .gallery-grid figure{aspect-ratio:1/1}
  .contact-section{padding:62px 0}
  .contact-section h2{font-size:39px}
}


/* VERSION 1.7: COMPACT FEATURE + UPCOMING SPECIAL EVENTS */
.featured-event{
  padding:30px 0 40px;
}
.featured-event-inner{
  grid-template-columns:minmax(0,500px) minmax(300px,450px);
  gap:36px;
  justify-content:center;
}
.featured-event-media{
  width:100%;
  max-width:500px;
}
.featured-event-copy{
  max-width:450px;
}
.featured-event-copy h1{
  font-size:clamp(34px,3.6vw,54px);
}
.featured-date{
  margin-bottom:12px;
  font-size:12px;
}
.featured-description{
  margin-bottom:20px;
  font-size:16px;
}
.featured-actions .reign-btn{
  min-width:172px;
  min-height:54px;
}

.upcoming-events{
  background:#050505;
  padding:36px 0 72px;
}
.upcoming-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}
.upcoming-heading-copy p{
  margin:0 0 7px;
  color:var(--red);
  font-size:11px;
  font-weight:700;
  letter-spacing:.25em;
  text-transform:uppercase;
}
.upcoming-heading-copy h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(31px,3vw,46px);
  font-weight:400;
}
.upcoming-heading-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.upcoming-view-all{
  margin-right:6px;
  color:#d7d7d7;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.upcoming-view-all:hover{color:var(--red)}
.upcoming-arrow{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.45);
  background:transparent;
  color:#fff;
  cursor:pointer;
  font-size:22px;
  line-height:1;
}
.upcoming-arrow:hover{
  background:#fff;
  color:#000;
}
.upcoming-arrow:disabled{
  opacity:.25;
  cursor:default;
}
.upcoming-track{
  display:flex;
  gap:22px;
  overflow-x:auto;
  padding:2px 1px 16px;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
}
.upcoming-track::-webkit-scrollbar{display:none}
.upcoming-card{
  flex:0 0 calc((100% - 44px)/3);
  min-width:0;
  scroll-snap-align:start;
}
.upcoming-card-media{
  display:block;
  aspect-ratio:4/5;
  overflow:hidden;
  background:#151515;
}
.upcoming-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}
.upcoming-card:hover .upcoming-card-media img{transform:scale(1.025)}
.upcoming-card-placeholder{
  height:100%;
  display:grid;
  place-items:center;
  color:#777;
  font-size:11px;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.upcoming-card-copy{
  padding-top:18px;
}
.upcoming-card-label{
  margin:0 0 7px;
  color:var(--red);
  font-size:10px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.upcoming-card h3{
  margin:0 0 7px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  line-height:1.08;
  font-weight:400;
}
.upcoming-card-date{
  min-height:18px;
  margin:0 0 16px;
  color:#aaa;
  font-size:11px;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.upcoming-card .reign-btn{
  width:100%;
  min-width:0;
  min-height:52px;
}

@media(max-width:900px){
  .featured-event{
    padding:28px 0 46px;
  }
  .featured-event-inner{
    grid-template-columns:1fr;
    gap:28px;
  }
  .featured-event-media{
    max-width:540px;
    margin:0 auto;
  }
  .featured-event-copy{
    max-width:620px;
    margin:0 auto;
  }
  .upcoming-card{
    flex-basis:calc((100% - 18px)/2);
  }
}

@media(max-width:620px){
  .featured-event{
    padding:22px 0 42px;
  }
  .featured-event-media{
    max-width:none;
  }
  .featured-event-copy h1{
    font-size:38px;
  }
  .upcoming-events{
    padding:30px 0 58px;
  }
  .upcoming-heading{
    align-items:center;
    margin-bottom:22px;
  }
  .upcoming-heading-copy h2{
    font-size:31px;
  }
  .upcoming-view-all{
    display:none;
  }
  .upcoming-arrow{
    width:40px;
    height:40px;
  }
  .upcoming-track{
    gap:14px;
    margin-right:calc((100vw - 100%)/-2);
    padding-right:18vw;
  }
  .upcoming-card{
    flex-basis:min(82vw,340px);
  }
  .upcoming-card h3{
    font-size:23px;
  }
}


/* VERSION 1.8: HEADER REFINEMENTS + GUEST APPEARANCES */
.header-address{
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
}
@media(min-width:901px) and (max-width:1180px){
  .header-brand{ margin-left:14px; }
}
.guest-appearances{
  background:#050505;
  padding:72px 0 96px;
}
.guest-appearances .reign-eyebrow{ margin-bottom:16px; }
.guest-mark{
  display:block;
  width:42px;
  height:42px;
  margin:0 auto 50px;
  position:relative;
}
.guest-mark:before{
  content:"♛";
  position:absolute;
  inset:0;
  color:var(--red);
  font-size:38px;
  line-height:42px;
  text-align:center;
}
.guest-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:46px 56px;
  align-items:start;
}
.guest-card{ min-width:0; }
.guest-card:nth-child(3n+2){ margin-top:34px; }
.guest-card:nth-child(3n+3){ margin-top:68px; }
.guest-photo-link{ display:block; }
.guest-photo{
  aspect-ratio:1/1;
  overflow:hidden;
  background:#151515;
  border-radius:16px;
}
.guest-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}
.guest-card:hover .guest-photo img{ transform:scale(1.025); }
.guest-placeholder{
  height:100%;
  display:grid;
  place-items:center;
  color:#777;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.guest-card h3{
  margin:18px 0 0;
  font-size:19px;
  font-weight:400;
  line-height:1.2;
  letter-spacing:.01em;
  text-transform:uppercase;
}
.guest-card h3 a:hover{ color:var(--red); }
@media(max-width:900px){
  .guest-appearances{ padding:62px 0 80px; }
  .guest-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:34px 24px; }
  .guest-card:nth-child(n){ margin-top:0; }
}
@media(max-width:620px){
  .guest-appearances{ padding:54px 0 68px; }
  .guest-mark{ margin-bottom:34px; }
  .guest-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px 14px; }
  .guest-photo{ border-radius:10px; }
  .guest-card h3{ margin-top:13px; font-size:13px; line-height:1.25; }
}


/* VERSION 1.9: CONTACT FORM 7 */
.reign-cf7 .wpcf7,
.reign-cf7 .wpcf7-form{
  width:100%;
}
.reign-cf7 .wpcf7-form{
  display:grid;
  gap:13px;
}
.reign-cf7 .wpcf7-form > p{
  margin:0;
}
.reign-cf7 label{
  display:grid;
  gap:8px;
  color:#d0d0d0;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.reign-cf7 .wpcf7-form-control-wrap{
  display:block;
  width:100%;
}
.reign-cf7 input[type="text"],
.reign-cf7 input[type="tel"],
.reign-cf7 input[type="email"],
.reign-cf7 input[type="date"],
.reign-cf7 select,
.reign-cf7 textarea{
  width:100%;
  border:1px solid #333;
  border-radius:0;
  background:#111;
  color:#fff;
  padding:16px;
  font:inherit;
  text-transform:none;
  letter-spacing:normal;
  outline:none;
}
.reign-cf7 input:focus,
.reign-cf7 select:focus,
.reign-cf7 textarea:focus{
  border-color:#777;
}
.reign-cf7 textarea{
  min-height:130px;
  resize:vertical;
}
.reign-cf7 input[type="submit"]{
  display:inline-flex;
  width:100%;
  min-height:58px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--red);
  border-radius:0;
  background:var(--red);
  color:#fff;
  padding:12px 24px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:12px;
  cursor:pointer;
}
.reign-cf7 input[type="submit"]:hover{
  background:#fff;
  border-color:#fff;
  color:#000;
}
.reign-cf7 .wpcf7-spinner{
  margin:8px 0 0;
}
.reign-cf7 .wpcf7-not-valid-tip{
  margin-top:6px;
  color:#ff7c86;
  font-size:12px;
  text-transform:none;
  letter-spacing:normal;
}
.reign-cf7 .wpcf7-response-output{
  margin:8px 0 0 !important;
  padding:12px 14px !important;
  border:1px solid #444 !important;
  color:#ddd;
  font-size:13px;
}


/* VERSION 2.0: CONTACT HOURS */
.contact-hours{
  margin-top:28px;
}
.contact-hours-title{
  margin:0 0 10px;
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.contact-hours-list{
  margin:0;
  padding:0;
  list-style:none;
}
.contact-hours-list li{
  display:flex;
  justify-content:space-between;
  gap:24px;
  max-width:430px;
  margin:8px 0;
  color:#bbb;
}
.contact-hours-list strong{
  color:#fff;
  font-weight:600;
}
@media(max-width:620px){
  .contact-hours-list li{
    display:block;
  }
  .contact-hours-list strong{
    display:block;
    margin-bottom:2px;
  }
}
