/* ============================================================
   AUDIO CAFE — Listening Room & Sound Bar
   BOTTOM-ANCHOR LEDGER skeleton
   Light crema theme with vinyl burnt orange anchors
   ============================================================ */

/* ---------- Root tokens ---------- */
:root{
  --crema:#F4EFE6;
  --crema-foam:#EFE8DA;
  --milk-cream:#FAF7EF;
  --wood-tone:#8A6E4F;
  --night-cafe:#26221E;
  --roast-ink:#2B2723;
  --burnt-orange:#C4622F;
  --chalk-rail:#D9CDB8;
}

/* ---------- Base ---------- */
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-size:16px;
  margin:0;
  background-color:#F4EFE6;
  color:#2B2723;
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.65;
  overflow-x:hidden;
}
img{max-width:100%;display:block;}
a{color:#C4622F;}
p{margin:0 0 1em;}

/* noscript / no-js default-visible fallback */
.reveal{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease;}
/* hide only when js confirmed reveal mode is armed (js-reveal on html) */
html.js-reveal .reveal:not(.visible){opacity:0;transform:translateY(16px);}
html.js-reveal .reveal.visible{opacity:1;transform:none;}

.skip-link{position:absolute;left:-9999px;}
.skip-link:focus{left:0;top:0;background-color:#26221E;color:#FAF7EF;padding:10px 16px;z-index:60;}

/* ============================================================
   ONE FIXED ELEMENT: BOTTOM ANCHOR DOCK
   ============================================================ */
.dock-wrap{position:fixed;left:0;right:0;bottom:0;z-index:50;}
.dock{
  background-color:#26221E;
  border-top:3px solid #C4622F;
}
.dock-inner{
  max-width:1120px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;
  min-height:64px;
}
.dock-chip{
  display:inline-block;
  color:#FAF7EF;
  text-decoration:none;
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  letter-spacing:.04em;
  padding:8px 18px;
  margin:6px 2px;
  border:1px solid transparent;
  border-radius:999px;
  transition:background-color .25s ease,color .25s ease,border-color .25s ease;
}
.dock-chip:hover,.dock-chip.is-active{
  background-color:#C4622F;
  color:#FAF7EF;
  border-color:#C4622F;
}

/* space so the fixed dock does not cover content */
.page{min-height:100vh;}

/* ============================================================
   OPENING SPREAD — 62/38 editorial split over wood spine
   ============================================================ */
.spread{
  display:flex;
  flex-direction:column;
  min-height:calc(100vh - 0px);
  padding-bottom:84px;
}
@media (min-width:820px){
  .spread{flex-direction:row;}
}
.spread-left,.spread-right{width:100%;}
.spread-left{
  background-color:#FAF7EF;
  border-right:10px solid #8A6E4F;
  display:flex;flex-direction:column;justify-content:center;
  padding:7vh 6vw;
}
.spread-right{
  background-color:#26221E;
  display:flex;flex-direction:column;justify-content:center;align-items:center;
  padding:7vh 4vw;
}
@media (min-width:820px){
  .spread-left{width:62%;}
  .spread-right{width:38%;}
}

.spread-eyebrow{
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:.34em;text-transform:uppercase;
  font-size:13px;color:#C4622F;margin:0 0 18px;
}
.spread-title{
  font-size:clamp(3rem,8vw,6.4rem);
  line-height:1.02;
  margin:0 0 26px;
  color:#26221E;
  font-weight:700;
}
.spread-standfirst{
  font-size:clamp(1.15rem,2.2vw,1.5rem);
  line-height:1.5;
  max-width:46ch;
  color:#4A4037;
  margin:0 0 30px;
}
.stamp-line{
  display:inline-flex;align-items:center;gap:12px;
  border-top:2px solid #D9CDB8;border-bottom:2px solid #D9CDB8;
  padding:10px 4px;
  font-size:14px;letter-spacing:.12em;text-transform:uppercase;
  color:#2B2723;
}
.stamp-line .stamp-mark{
  width:14px;height:14px;border-radius:50%;
  background-color:#C4622F;display:inline-block;flex:0 0 auto;
}

/* hanging vinyl sleeve rectangles on the dark panel */
.sleeve-wall{width:100%;max-width:320px;}
.sleeve-hang{
  position:relative;
  width:100%;
  aspect-ratio:4/4.5;
  background-color:#C4622F;
  border-top:0;
  box-shadow:0 14px 24px #1a1714;
  margin-bottom:18px;
  overflow:hidden;
}
.sleeve-hang::before{
  content:"AUDIO COFFEE";
  position:absolute;top:14px;left:0;right:0;
  text-align:center;font-size:13px;letter-spacing:.3em;
  color:#FAF7EF;font-weight:700;
}
.sleeve-hang::after{
  content:"";
  position:absolute;left:50%;top:56px;transform:translateX(-50%);
  width:42px;height:42px;border-radius:50%;
  background-color:#26221E;
  box-shadow:inset 0 0 0 3px #FAF7EF;
}
.chalk-caption{
  color:#EFE8DA;font-size:13px;letter-spacing:.05em;
  text-align:center;max-width:34ch;font-style:italic;
}

/* ============================================================
   BODY — anchored tall sections
   ============================================================ */
.anchored-sec{
  min-height:90vh;
  padding:11vh 24px 96px;
  display:flex;flex-direction:column;justify-content:flex-start;
  background-color:#F4EFE6;
  position:relative;
}
.anchored-sec--foam{background-color:#EFE8DA;}
.anchored-sec--night{background-color:#26221E;color:#FAF7EF;}
.anchored-sec--night .section-head, .anchored-sec--night .sec-measure, .anchored-sec--night .sec-measure p{color:#FAF7EF;}

/* chalk-rail divider */
.chalk-rail{
  height:6px;
  background-image:linear-gradient(90deg,#D9CDB8 0 18px,transparent 18px 22px);
  background-size:22px 6px;
  border-top:2px dashed #C9BBA0;
}
.chalk-rail--dark{background-image:linear-gradient(90deg,#54504A 0 18px,transparent 18px 22px);border-top:2px dashed #54504A;}

.sec-inner{max-width:1120px;margin:0 auto;width:100%;}

/* half-cropped outline numeral + serif headline */
.numeral-row{display:flex;align-items:flex-end;gap:22px;margin-bottom:12px;flex-wrap:wrap;}
.outline-numeral{
  font-size:inherit;
  color:transparent;
  -webkit-text-stroke:1px #C4622F;
  font-family:Georgia,"Times New Roman",serif;
  font-size:140px;
  line-height:.72;
  transform:translateY(28px) scale(.78);
  font-weight:700;
  white-space:nowrap;
}
.sec-headline{
  font-size:clamp(2.2rem,5vw,3.6rem);
  line-height:1.05;margin:0;color:#26221E;letter-spacing:-.01em;
}
.section-kicker{
  font-family:Georgia,"Times New Roman",serif;
  font-size:13px;letter-spacing:.3em;text-transform:uppercase;
  color:#C4622F;margin:0 0 10px;font-weight:700;
}
.anchored-sec--night .section-kicker{color:#C4622F;}

/* measured 62ch prose */
.sec-measure{
  max-width:62ch;
  color:#3A332C;
  font-size:17px;
}
.sec-measure p{color:#3A332C;margin-bottom:1em;}
.mini-list{
  max-width:62ch;
  display:flex;flex-wrap:wrap;gap:6px 16px;
  padding:22px 0;margin:18px 0;
  border-top:1px solid #C9BBA0;border-bottom:1px solid #C9BBA0;
}
.mini-list div{width:calc(100%/2 - 10px);min-width:220px;}
.mini-list strong{color:#C4622F;font-weight:700;}

/* links inside sections that point to the six services */
.service-ref{
  color:#C4622F;font-weight:700;text-decoration-color:#8A6E4F;
}
.service-ref:hover{text-decoration:underline;}

/* chalk chalkboard table for visit */
.chalk-table{
  width:100%;max-width:760px;border-collapse:collapse;color:#2B2723;
}
.chalk-table th,.chalk-table td{text-align:left;padding:10px 0;border-bottom:1px dashed #8A6E4F;}
.chalk-table th{letter-spacing:.08em;text-transform:uppercase;font-size:14px;}
.book-seat{
  display:inline-block;margin-top:22px;
  background-color:#C4622F;color:#FAF7EF;
  padding:13px 26px;text-decoration:none;font-weight:700;
  border:2px solid #C4622F;letter-spacing:.02em;
}
.book-seat:hover{background-color:#26221E;border-color:#26221E;color:#FAF7EF;}

/* ============================================================
   FOOTER — closing strip, anchored chips + centered text
   ============================================================ */
.foot-panel{
  position:relative;
  background-color:#26221E;
  color:#FAF7EF;
  text-align:center;
  padding:40px 24px 92px;
}
.foot-panel .foot-band{position:relative;z-index:1;}
.foot-links{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:22px;}
.foot-link{color:#EFE8DA;text-decoration:none;font-size:15px;border-bottom:1px solid #C4622F;padding-bottom:2px;}
.foot-link:hover{color:#C4622F;}
.foot-note{max-width:56ch;margin:0 auto;color:#C9BBA0;font-size:14px;}
.foot-note a{color:#C4622F;}
.foot-note .legal-links a{color:#C9BBA0;text-decoration:underline;}
.foot-copy{border-top:1px solid #544e46;margin-top:26px;padding-top:16px;color:#8F8676;font-size:13px;}

/* ============================================================
   CONTACT / ticket form
   ============================================================ */
.ticket-form{
  display:grid;gap:16px;max-width:560px;
  color:#2B2723;
}
.ticket-form label{font-size:15px;letter-spacing:.02em;color:#26221E;font-weight:700;}
.ticket-form input[type=text],.ticket-form input[type=email],.ticket-form textarea, .ticket-form select{
  width:100%;padding:12px 14px;font-family:Georgia,serif;font-size:16px;
  background-color:#FAF7EF;color:#26221E;border:1px solid #8A6E4F;border-radius:0;resize:vertical;
}
.ticket-form textarea{min-height:130px;}
.ticket-field{display:flex;flex-direction:column;gap:6px;}
.ticket-submit{
  background-color:#C4622F;color:#FAF7EF;border:2px solid #C4622F;
  padding:14px 28px;font-size:16px;cursor:pointer;font-weight:700;letter-spacing:.03em;justify-self:start;
}
.ticket-submit:hover{background-color:#26221E;border-color:#26221E;}
.hours-line{font-style:normal;letter-spacing:.02em;}
.faq-board{
  max-width:62ch;padding:22px 26px;margin-top:18px;
  background-color:#26221E;color:#EFE8DA;position:relative;
}
.faq-board:before{content:"";position:absolute;left:0;top:0;bottom:0;width:8px;background-color:#C4622F;}
.faq-q{color:#C4622F;font-weight:700;font-size:16px;margin:14px 0 4px;}
.faq-a{color:#EFE8DA;margin:0 0 10px;}
.faq-title{color:#26221E;margin-top:34px;}
.hours-spaced{margin-top:30px;}
.contact-reminder{margin-top:30px;font-style:italic;color:#4A4037;}



/* ============================================================
   Shared helpers
   ============================================================ */
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;}
@media (max-width:720px){
  .outline-numeral{font-size:100px;}
  .spread{padding-bottom:70px;}
  .dock-inner{min-height:56px;}
}
