/* ===========================================================
   VENUE PAGE STYLES — shared by every member venue page
   (Tangmere, and all other member pages).
   Edit here once to restyle every venue page at once.
   No rebuild needed — every venue page links to this file.
   =========================================================== */

/* ===== BREADCRUMB ===== */
.breadcrumb{
  padding:16px 48px;
  font-family:'Oswald', sans-serif;
  font-size:12.5px;
  letter-spacing:0.02em;
  color:var(--navy-soft);
  border-bottom:1px solid var(--line);
}
.breadcrumb a:hover{color:var(--orange-text);}

/* ===== HEADER PHOTO ===== */
.venue-photo{
  width:100%;
  aspect-ratio: 2048 / 700;
  background-size:cover;
  background-position:center bottom;
  border-bottom:1px solid var(--line);
}

/* Used in place of a header photo when a venue doesn't have one yet —
   a branded placeholder rather than a blank/broken image. Swap this
   class back out for a normal background-image url() once a photo
   is available. */
.venue-photo-placeholder{
  background-color:var(--navy);
  background-image:
    linear-gradient(rgba(231,226,211,0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231,226,211,0.09) 1px, transparent 1px);
  background-size:34px 34px;
}

/* ===== VENUE INTRO ===== */
.venue-intro{
  max-width:1000px;
  margin:0 auto;
  padding:0 48px;
}
.venue-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  margin:-48px auto 0;
  background:#FFFFFF;
  border:1px solid var(--line);
  border-radius:4px;
  box-shadow:0 4px 14px rgba(27,43,58,0.15);
  padding:14px 18px;
}
.venue-logo img{
  display:block;
  height:64px;
  width:auto;
}
.venue-id{
  font-family:'Oswald', sans-serif;
  font-size:13px;
  font-weight:500;
  letter-spacing:0.04em;
  color:var(--orange-text);
  margin-top:24px;
}
.venue-intro h1{
  font-family:'Oswald', sans-serif;
  font-weight:700;
  font-size:clamp(30px, 4.5vw, 48px);
  line-height:1.1;
  color:var(--navy);
  margin-top:8px;
}
.venue-meta-row{
  display:flex;
  gap:24px;
  margin-top:16px;
  font-family:'Oswald', sans-serif;
  font-size:12.5px;
  letter-spacing:0.03em;
  color:var(--alum);
}
.venue-meta-row span span:first-child{
  color:var(--navy-soft);
  margin-right:6px;
}
.venue-intro p.venue-description{
  margin-top:26px;
  font-size:17px;
  max-width:70ch;
  color:var(--navy-soft);
  font-family:Arial, Helvetica, sans-serif;
  text-align:justify;
  text-align-last:left;
  hyphens:none;
  -webkit-hyphens:none;
  -ms-hyphens:none;
}

/* below this width the description wraps onto few enough lines that
   justify stretches word-spacing unevenly */
@media (max-width: 700px){
  .venue-intro p.venue-description{text-align:left;}
}

/* ===== TAGLINE ===== */
.venue-tagline{
  margin-top:18px;
  font-family:'Oswald', sans-serif;
  font-size:17px;
  font-weight:500;
  color:var(--orange-text);
}

/* ===== HIGHLIGHTS ("at a glance") ===== */
.venue-highlights{
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid var(--line);
}
.venue-highlights h2{
  font-family:'Oswald', sans-serif;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--navy);
  margin-bottom:16px;
}
.highlights-list{
  list-style:none;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px 32px;
}
.highlights-list li{
  position:relative;
  padding-left:20px;
  font-size:15px;
  line-height:1.45;
  color:var(--navy-soft);
  font-family:Arial, Helvetica, sans-serif;
}
.highlights-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange);
}
@media (max-width: 700px){
  .highlights-list{grid-template-columns:1fr;}
}

/* ===== CONTACT PANEL ===== */
.venue-contact{
  margin-top:40px;
  padding:30px 32px;
  background:var(--paper-dark);
  border:1px solid var(--line);
  border-radius:4px;
  max-width:520px;
}
.venue-contact h2{
  font-family:'Oswald', sans-serif;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--navy);
  margin-bottom:16px;
}
.contact-list{
  list-style:none;
}
.contact-list li{
  display:flex;
  gap:18px;
  padding:10px 0;
  border-top:1px solid var(--line);
  font-size:15px;
}
.contact-list li:first-child{border-top:none;}
.contact-list .contact-label{
  flex:0 0 90px;
  font-family:'Oswald', sans-serif;
  font-size:12px;
  letter-spacing:0.03em;
  color:var(--alum);
  padding-top:2px;
}
.contact-list .contact-value{
  color:var(--navy);
  overflow-wrap:anywhere;
  font-family:Arial, Helvetica, sans-serif;
}
.contact-list a.contact-value:hover{color:var(--orange-text);}

/* ===== GALLERY ===== */
.venue-gallery{
  margin-top:56px;
  margin-bottom:80px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.gallery-photo{
  aspect-ratio:4/3;
  background-size:cover;
  background-position:center;
  border-radius:2px;
}
.gallery-placeholder{
  aspect-ratio:4/3;
  border:1.5px dashed var(--line);
  border-radius:2px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:20px;
  font-family:'Oswald', sans-serif;
  font-size:12.5px;
  letter-spacing:0.03em;
  color:var(--navy-soft);
}

@media (max-width: 860px){
  .breadcrumb{padding:14px 24px;}
  .venue-intro{padding:0 24px;}
  .venue-logo{padding:10px 14px;}
  .venue-logo img{height:38px;}
  .venue-gallery{grid-template-columns:1fr; padding:0 24px; margin-bottom:56px;}
  .venue-contact{margin-left:24px; margin-right:24px; max-width:none;}
}
