/*
Theme Name: In Your Face — V9 Brand-Locked Journey
Description: V5.1 journey and copy matrix with the approved logo lock-up and original brand typography.
Version: 9.0.0
*/
:root{
  --porcelain:#F5F0EA;
  --rose:#E6C9CF;
  --ox:#70283A;
  --ink:#242122;
  --chrome:#C5C6C5;
  --white:#FCFCFA;
  --line:rgba(36,33,34,.10);
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--porcelain);
  color:var(--ink);
  font-family:"DM Sans","Helvetica Neue",Arial,sans-serif;
  line-height:1.5;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}

/* header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(245,240,234,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(12px)
}
.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.site-logo img{width:114px;height:auto}
.menu{
  width:44px;height:44px;border:0;background:transparent;
  color:var(--ox);font-size:1.5rem;display:grid;place-items:center
}
.nav{
  display:none;position:absolute;top:84px;left:0;right:0;
  background:var(--white);padding:18px 20px 28px;border-bottom:1px solid var(--line);
  flex-direction:column;gap:0
}
.nav.open{display:flex}
.nav a{
  min-height:48px;display:flex;align-items:center;
  text-decoration:none;text-transform:uppercase;
  font-family:"Space Grotesk","Helvetica Neue",Arial,sans-serif;
  font-size:.78rem;letter-spacing:.11em;font-weight:700;
  border-bottom:1px solid rgba(36,33,34,.08)
}
.nav .nav-book{
  margin-top:16px;border:1px solid var(--ox);border-bottom:1px solid var(--ox);
  justify-content:center;background:var(--ox);color:var(--white)
}

/* buttons */
.book{
  min-height:50px;display:inline-flex;align-items:center;justify-content:center;
  padding:0 22px;background:var(--ox);color:var(--white)!important;
  text-decoration:none!important;text-transform:uppercase;
  font-family:"Space Grotesk","Helvetica Neue",Arial,sans-serif;
  font-size:.76rem;letter-spacing:.12em;font-weight:700;border:1px solid var(--ox)
}
.ghost{background:transparent!important;color:var(--ox)!important}

/* hero */
.hero{background:var(--white);display:flex;flex-direction:column}
.hero-image{
  order:1;height:41svh;min-height:300px;max-height:430px;overflow:hidden;background:var(--porcelain)
}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:32% center}
.hero-copy{order:2;padding:38px 22px 54px}
.eyebrow{
  text-transform:uppercase;color:var(--ox);
  font-family:"Space Grotesk","Helvetica Neue",Arial,sans-serif;
  font-size:.67rem;letter-spacing:.2em;font-weight:700
}
.hero-lockup{width:min(70vw,290px);margin:18px 0 20px}
.tagline{
  margin:0 0 22px;
  font-family:"Alverata",Georgia,"Times New Roman",serif;
  font-size:clamp(2.1rem,9.6vw,3rem);line-height:.98;font-weight:400
}
.intro,.intro-text{font-size:1rem;max-width:590px;color:#5d5658}
.actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:26px}
.actions .book{width:100%}

/* sections */
.section{padding:58px 0}
.white{background:var(--white)}
.rose{background:var(--rose)}
.section-head{display:grid;gap:24px;margin-bottom:30px}
.section h2,.pagehero h1{
  margin:10px 0 0;
  color:var(--ox);
  font-family:"Space Grotesk","Helvetica Neue",Arial,sans-serif;
  font-size:clamp(3.05rem,14vw,5.3rem);line-height:.84;letter-spacing:-.07em;font-weight:700
}
.editorial{
  font-family:"Alverata",Georgia,"Times New Roman",serif;
  font-size:1.25rem;line-height:1.45;color:var(--ink)
}

/* cards */
.cards{display:grid;grid-template-columns:1fr;gap:12px}
.card{
  background:var(--white);min-height:245px;padding:28px;
  display:flex;flex-direction:column;justify-content:space-between;
  border:1px solid var(--line)
}
.card.featured{background:var(--rose)}
.card h3{
  margin:0;color:var(--ox);
  text-transform:uppercase;
  font-family:"Space Grotesk","Helvetica Neue",Arial,sans-serif;
  font-size:1.12rem;letter-spacing:.02em
}
.card .line{
  margin:18px 0 0;
  font-family:"Alverata",Georgia,"Times New Roman",serif;
  font-size:1.9rem;line-height:1.02
}
.card a{
  text-transform:uppercase;text-decoration:none;
  font-family:"Space Grotesk","Helvetica Neue",Arial,sans-serif;
  font-size:.74rem;letter-spacing:.11em;font-weight:700
}

/* generic pages keep working */
.pagehero{padding:62px 0 44px;background:var(--white)}
.pagehero p{max-width:680px;font-size:1rem}
.service-grid{display:grid;grid-template-columns:1fr;gap:10px}
.service{padding:24px;border:1px solid rgba(112,40,58,.18);background:var(--white);min-height:190px}
.service h3{
  margin-top:0;color:var(--ox);text-transform:uppercase;
  font-family:"Space Grotesk","Helvetica Neue",Arial,sans-serif
}
.placeholder{padding:30px 20px;border:1px dashed var(--ox);background:var(--white);text-align:center;overflow:hidden}
.faq details{border-top:1px solid rgba(36,33,34,.18);padding:20px 0}
.faq summary{font-weight:700;text-transform:uppercase;cursor:pointer;min-height:44px;font-family:"Space Grotesk","Helvetica Neue",Arial,sans-serif}
.prose{max-width:800px}.prose h2{font-size:2rem;line-height:1}
.notice{padding:18px;background:var(--rose);border-left:4px solid var(--ox)}

/* footer */
.brand-strip{padding:18px 0;background:var(--ox);color:var(--white)}
.brand-strip .wrap{
  display:flex;gap:24px;overflow:auto;white-space:nowrap;scrollbar-width:none;
  font-family:"Space Grotesk","Helvetica Neue",Arial,sans-serif;
  font-size:.69rem;letter-spacing:.14em;font-weight:700
}
.brand-strip .wrap::-webkit-scrollbar{display:none}
.footer{background:var(--ink);color:var(--white);padding:46px 0 24px}
.footer-grid{display:grid;gap:30px}
.footer-logo img{width:122px}
.footer-copy{max-width:320px;color:var(--chrome)}
.links{display:grid;gap:4px}
.links strong{
  font-family:"Space Grotesk","Helvetica Neue",Arial,sans-serif;
  font-size:.65rem;letter-spacing:.16em
}
.links a{text-decoration:none;min-height:34px;display:flex;align-items:center}
.copyright{
  margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.15);
  font-size:.72rem;color:var(--chrome)
}

/* responsive */
@media(min-width:600px){
  .actions{display:flex;flex-wrap:wrap}
  .actions .book{width:auto}
  .service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:860px){
  .wrap{width:min(calc(100% - 60px),var(--max))}
  .header-inner{min-height:78px}
  .site-logo img{width:124px}
  .menu{display:none}
  .nav{
    display:flex!important;position:static;background:none;padding:0;border:0;
    flex-direction:row;align-items:center;gap:24px
  }
  .nav a{
    min-height:auto;border:0;font-size:.67rem;font-weight:600
  }
  .nav .nav-book{margin:0;min-height:40px;padding:0 18px}
  .hero{
    display:grid;grid-template-columns:1fr 1fr;min-height:640px
  }
  .hero-image{
    order:1;height:auto;min-height:640px;max-height:none
  }
  .hero-image img{object-position:33% center}
  .hero-copy{
    order:2;padding:74px clamp(42px,7vw,98px);display:flex;flex-direction:column;justify-content:center
  }
  .hero-lockup{width:min(28vw,360px);margin:20px 0 24px}
  .tagline{font-size:clamp(2.25rem,3.25vw,3.6rem)}
  .section{padding:84px 0}
  .section-head{grid-template-columns:1fr 1fr;gap:50px;align-items:end;margin-bottom:38px}
  .section h2,.pagehero h1{font-size:clamp(3.8rem,6vw,6.2rem)}
  .cards{grid-template-columns:repeat(3,1fr);gap:2px;background:var(--ink)}
  .card{border:0;min-height:340px}
  .service-grid{grid-template-columns:repeat(3,1fr);gap:14px}
  .footer-grid{grid-template-columns:1.4fr .7fr .7fr;gap:40px}
}

/* ensure no legacy floating booking bar survives */
.mobile-book{display:none!important}
