/* =========================================================
   Brewie Louie's — Direction 1b "The Craft Wall"
   Cream / barn-wood / trust-forward. From Claude Design handoff.
   ========================================================= */

:root {
  --ink: #0E0E10;
  --orange: #F26522;
  --teal: #29B6C7;
  --yellow: #F5E13B;
  --amber: #d9a441;
  --paper: #F5F0E6;
  --text: #4a463d;
  --text-dark: #c9c7c0;

  --f-display: 'Anton', sans-serif;
  --f-marker: 'Permanent Marker', cursive;
  --f-cond: 'Barlow Condensed', sans-serif;
  --f-body: 'Barlow', sans-serif;

  --wrap: 1600px;
  --frame: 1600px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--wrap); margin: 0 auto; }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }

/* centered site frame so content isn't edge-to-edge on large monitors. */
.frame { max-width: var(--frame); margin: 0 auto; position: relative; }
.frame > main { padding-top: 22px; }

/* ---- buttons ---- */
.btn {
  display:inline-flex; align-items:center; justify-content:center;
  font-family:var(--f-cond); font-weight:800; font-size:19px;
  letter-spacing:.05em; text-transform:uppercase;
  padding:15px 26px; border-radius:9px; border:2px solid transparent;
  cursor:pointer; transition:transform .2s ease, filter .2s ease;
}
.btn:hover { transform:translateY(-2px); }
.btn-black { background:var(--ink); color:#fff; }
.btn-black-outline { border-color:var(--ink); color:var(--ink); }
.btn-orange { background:var(--orange); color:#fff; }

/* ---- nav (floating sticky pill, a touch wider than the content frame) ---- */
.nav {
  position:sticky; top:14px; z-index:50;
  width:calc(100% - 48px); max-width:1680px; margin:14px auto 0; border-radius:16px;
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 30px; background:var(--ink);
  box-shadow:0 12px 32px rgba(14,14,16,.22);
}
.nav-logo img { height:50px; width:auto; }
.logo-desktop { display:block; }
.logo-mobile { display:none; }
.nav-links {
  display:flex; align-items:center; gap:22px;
  font-weight:700; font-size:15px; letter-spacing:.04em;
  text-transform:uppercase; color:#e9e7e0;
}
.nav-links a:hover { color:#fff; }
.nav-links a.active { color:var(--yellow); }
.nav-phone { background:var(--orange); color:#fff; padding:10px 16px; border-radius:8px; font-weight:800; }
.nav-phone:hover { filter:brightness(1.05); }
.nav-doordash { background:transparent; color:#FF3008; border:1px solid #FF3008; padding:9px 15px; border-radius:8px; font-weight:800; white-space:nowrap; }
.nav-doordash:hover { background:#FF3008; color:#fff; }

/* hours control — desktop dropdown, mobile inline list */
.nav-hours { display:inline-flex; }
.nav-hours-toggle {
  display:inline-flex; align-items:center; gap:7px; background:transparent; border:0; cursor:pointer;
  color:#e9e7e0; font-family:var(--f-body); font-weight:700; font-size:15px; letter-spacing:.04em; text-transform:uppercase; padding:0;
}
.nav-hours-toggle:hover { color:#fff; }
.nav-hours-toggle > svg { width:17px; height:17px; }
.nav-hours-toggle .caret { width:14px; height:14px; transition:transform .2s ease; }
.nav-hours.open .caret { transform:rotate(180deg); }
.nav-hours-panel {
  position:absolute; top:calc(100% + 8px); right:16px; z-index:60; display:none;
  min-width:220px; padding:10px 6px; background:var(--paper); color:var(--ink);
  border:2px solid var(--ink); border-radius:12px; box-shadow:0 16px 34px rgba(14,14,16,.3);
}
.nav-hours.open .nav-hours-panel { display:block; }
.hours-title {
  font-family:var(--f-cond); font-weight:800; text-transform:uppercase; letter-spacing:.06em;
  font-size:13px; color:var(--ink); padding:0 12px 8px; margin-bottom:4px;
  text-decoration:underline; text-underline-offset:3px; text-decoration-thickness:2px;
}
.hours-row { display:flex; justify-content:space-between; gap:26px; padding:8px 12px; font-size:14px; border-radius:8px; }
.hours-row span:first-child { font-weight:700; }
.hours-row.today { color:var(--orange); }
.hours-row.today span { font-weight:800; }

.nav-actions { display:none; }
.nav-phone-icon { display:none; }

.nav-toggle { display:none; flex-direction:column; gap:5px; background:none; border:0; cursor:pointer; padding:8px; }
.nav-toggle span { width:26px; height:2px; background:#fff; transition:transform .25s, opacity .25s; }
.nav-toggle.active span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2){ opacity:0; }
.nav-toggle.active span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* ---- 2025 award (desktop: medallion pinned at the hero seam; mobile: band on top) ---- */
.award-band { display:none; }               /* full band is mobile-only */
.award-band .award-flourish { display:none; }

/* hero award credential (desktop: sits under the CTAs in the copy column) */
.hero-award {
  display:flex; align-items:center; gap:16px;
  margin-top:34px; padding-top:26px;
  border-top:2px solid rgba(14,14,16,.14);
}
.hero-award img { height:140px; width:auto; flex-shrink:0; transform:rotate(-4deg); filter:drop-shadow(0 6px 14px rgba(14,14,16,.25)); }
.hero-award-text { display:flex; flex-direction:column; gap:3px; }
.hero-award-text strong {
  font-family:var(--f-cond); font-weight:800; text-transform:uppercase;
  letter-spacing:.04em; font-size:17px; color:var(--ink);
}
.hero-award-text span { font-size:14px; color:var(--text); }

.award-copy .eyebrow-marker { color:var(--orange); font-size:18px; }
.award-copy h2 { font-family:var(--f-display); color:var(--ink); font-size:19px; line-height:1; text-transform:uppercase; margin:4px 0 6px; }
.award-copy p { color:var(--text); font-size:13px; line-height:1.5; margin:0; }

/* ---- hero (contained: text left, barn photo right, both inside the frame) ---- */
.hero {
  position:relative;
  display:grid; grid-template-columns:2fr 3fr;   /* 40% copy / 60% image */
  align-items:stretch;
}
.hero-copy {
  padding:66px 54px 60px;
  background:var(--paper); display:flex; flex-direction:column; justify-content:center;
}
.hero-copy > * { max-width:520px; }
.hero-pill {
  display:inline-flex; align-items:center; gap:9px; align-self:flex-start;
  background:var(--ink); color:var(--yellow); padding:8px 14px; border-radius:30px;
  font-family:var(--f-marker); font-size:15px;
}
.hero-copy h1 {
  font-family:var(--f-display); color:var(--ink);
  font-size:clamp(46px,8vw,88px); line-height:.88; margin:20px 0 0; text-transform:uppercase;
}
.hero-copy h1 .accent { color:var(--orange); }
.hero-copy p { color:var(--text); font-size:clamp(17px,2.2vw,20px); line-height:1.55; margin:22px 0 0; max-width:500px; }
.hero-cta { display:flex; flex-wrap:wrap; gap:13px; margin-top:32px; }
.hero-img { position:relative; display:flex; align-items:center; }
.hero-img img { display:block; width:100%; height:auto; }   /* natural aspect — no crop/zoom on desktop */

/* ---- marquee ---- */
.marquee {
  background:var(--orange); color:var(--ink); padding:16px 0; overflow:hidden;
  font-family:var(--f-display); font-size:24px; letter-spacing:.06em; text-transform:uppercase;
}
.marquee-track { display:inline-flex; white-space:nowrap; animation:scroll 32s linear infinite; }
.marquee-track span { padding:0 30px; }
.marquee:hover .marquee-track { animation-play-state:paused; }
@keyframes scroll { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation:none; } }

/* ---- three cards ---- */
.cards { padding:64px 54px; background:var(--paper); }
.cards-head { text-align:center; margin-bottom:44px; }
.cards-head .eyebrow-marker { color:var(--teal); font-size:20px; }
.cards-head h2 { font-family:var(--f-display); color:var(--ink); font-size:clamp(36px,5vw,52px); margin:8px 0 0; text-transform:uppercase; }
.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:var(--wrap); margin:0 auto; }
.card { background:#fff; border:2px solid var(--ink); border-radius:14px; overflow:hidden; }
.card.dark { background:var(--ink); }
.card-img { height:220px; position:relative; }
.card-img img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.card-img img.boozer-img { object-position:center 62%; }
.card-body { padding:24px; }
.card-body .t { font-family:var(--f-display); font-size:26px; color:var(--ink); text-transform:uppercase; }
.card.dark .card-body .t { color:var(--amber); }
.card-body .t .new { font-size:13px; color:var(--yellow); font-family:var(--f-body); margin-left:4px; }
.card-body p { color:var(--text); font-size:16px; line-height:1.5; margin:8px 0 0; }
.card.dark .card-body p { color:var(--text-dark); }

/* ---- Ash Holes Club banner (full-bleed humidor render + logo emblem) ---- */
.ashclub {
  position:relative; overflow:hidden; display:flex; align-items:center; min-height:640px;
  margin-bottom:48px; background:var(--ink);
}
.ashclub-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.ashclub::after {
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(14,14,16,.92) 0%, rgba(14,14,16,.60) 40%, rgba(14,14,16,.18) 66%, rgba(14,14,16,.5) 100%);
}
.ashclub-inner {
  position:relative; z-index:2; width:100%; max-width:var(--frame); margin:0 auto;
  padding:64px 54px; display:grid; grid-template-columns:1.1fr .9fr; gap:48px; align-items:center;
}
.ashclub-copy .eyebrow-marker { color:var(--amber); font-size:20px; }
.ashclub-copy h2 { font-family:var(--f-display); color:var(--paper); font-size:clamp(38px,5vw,60px); line-height:.95; margin:8px 0 0; text-transform:uppercase; text-shadow:0 2px 20px rgba(0,0,0,.55); }
.ashclub-copy p { color:#e9dcc4; font-size:18px; line-height:1.6; margin:18px 0 26px; max-width:520px; text-shadow:0 1px 12px rgba(0,0,0,.7); }
.ashclub-cta { display:flex; flex-wrap:wrap; gap:13px; }
.btn-light-outline { border-color:rgba(255,255,255,.55); color:#fff; background:transparent; }
.ashclub-badge { display:flex; justify-content:center; }
.ashclub-badge img {
  width:min(340px, 82%); background:var(--paper); border-radius:18px; padding:22px;
  border:3px solid #fff; box-shadow:0 26px 60px rgba(0,0,0,.55); transform:rotate(-3deg);
}

/* ---- about band ---- */
.about { display:grid; grid-template-columns:1fr 1fr; background:var(--ink); }
.about-img { position:relative; min-height:440px; }
.about-img img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.about-copy { padding:60px 54px; color:#fff; display:flex; flex-direction:column; justify-content:center; }
.about-copy .eyebrow-marker { color:var(--yellow); font-size:19px; }
.about-copy h2 { font-family:var(--f-display); font-size:clamp(36px,4.6vw,50px); line-height:.95; margin:8px 0 16px; text-transform:uppercase; }
.about-copy p { color:var(--text-dark); font-size:17px; line-height:1.6; }
.about-link { align-self:flex-start; margin-top:26px; border-bottom:3px solid var(--yellow); font-family:var(--f-cond); font-weight:800; font-size:19px; text-transform:uppercase; letter-spacing:.04em; padding-bottom:3px; }

.eyebrow-marker { font-family:var(--f-marker); }

/* ---- visit ---- */
.visit { padding:60px 54px; background:var(--paper); display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center; }
.visit .eyebrow-marker { color:var(--orange); font-size:20px; }
.visit h2 { font-family:var(--f-display); color:var(--ink); font-size:clamp(36px,5vw,52px); margin:8px 0 20px; text-transform:uppercase; }
.visit-info { display:flex; flex-direction:column; gap:12px; color:var(--ink); font-size:18px; }
.visit-info .line { color:var(--text); }
.visit-info a.phone { color:var(--orange); font-weight:700; }
.visit-cta { margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; }
.visit-map { border-radius:14px; overflow:hidden; border:2px solid var(--ink); height:340px; }
.visit-map iframe { width:100%; height:100%; border:0; }

/* ---- footer ---- */
.footer { background:var(--ink); padding:26px 54px; display:flex; justify-content:space-between; align-items:center; color:#8a887f; font-size:14px; flex-wrap:wrap; gap:14px; }
.footer .social { display:flex; gap:18px; color:var(--yellow); font-weight:700; }
.footer .social a:hover { color:#fff; }

/* ---- follow / social ---- */
.social-cta { background:var(--paper); padding:72px 54px; text-align:center; }
.social-cta-inner { max-width:var(--wrap); margin:0 auto; }
.social-cta .eyebrow-marker { color:var(--teal); font-size:20px; }
.social-cta h2 { font-family:var(--f-display); color:var(--ink); font-size:clamp(36px,5vw,52px); text-transform:uppercase; margin:8px 0 0; }
.social-cta-inner > p { color:var(--text); font-size:18px; line-height:1.6; max-width:560px; margin:16px auto 40px; }
.social-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.social-card {
  display:flex; flex-direction:column; align-items:center; gap:8px;
  background:#fff; border:2px solid var(--ink); border-radius:16px; padding:30px 20px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.social-card:hover { transform:translateY(-4px); box-shadow:0 16px 34px rgba(14,14,16,.16); }
.social-ic { width:46px; height:46px; color:var(--ink); transition:color .2s ease; }
.social-ic svg { width:100%; height:100%; display:block; }
.social-name { font-family:var(--f-display); font-size:22px; text-transform:uppercase; color:var(--ink); }
.social-handle { font-size:13px; color:var(--text); word-break:break-word; }
.social-card.fb:hover { border-color:#1877F2; } .social-card.fb:hover .social-ic { color:#1877F2; }
.social-card.ig:hover { border-color:#E1306C; } .social-card.ig:hover .social-ic { color:#E1306C; }
.social-card.gg:hover { border-color:#EA4335; } .social-card.gg:hover .social-ic { color:#EA4335; }

/* ---- membership perks modal ---- */
.modal[hidden] { display:none; }
.modal { position:fixed; inset:0; z-index:200; display:flex; align-items:center; justify-content:center; padding:20px; }
.modal-overlay { position:absolute; inset:0; background:rgba(14,14,16,.72); }
.modal-card {
  position:relative; z-index:1; width:100%; max-width:520px; max-height:90vh; overflow:auto;
  background:var(--paper); border:3px solid var(--ink); border-radius:18px; padding:38px 34px;
  box-shadow:0 30px 80px rgba(0,0,0,.5); animation:modalpop .25s ease;
}
@keyframes modalpop { from { opacity:0; transform:translateY(12px) scale(.98); } to { opacity:1; transform:none; } }
.modal-close { position:absolute; top:12px; right:16px; background:none; border:0; font-size:32px; line-height:1; cursor:pointer; color:var(--ink); }
.modal-card .eyebrow-marker { color:var(--orange); font-size:18px; }
.modal-card h3 { font-family:var(--f-display); font-size:clamp(30px,5vw,38px); text-transform:uppercase; margin:6px 0 24px; color:var(--ink); }
.perks-list { list-style:none; margin:0 0 28px; padding:0; display:flex; flex-direction:column; gap:18px; }
.perks-list li { display:flex; gap:16px; align-items:flex-start; text-align:left; }
.perk-n { font-family:var(--f-display); font-size:24px; color:var(--orange); min-width:32px; line-height:1; }
.perks-list strong { font-family:var(--f-cond); font-weight:800; text-transform:uppercase; letter-spacing:.03em; font-size:18px; color:var(--ink); display:block; }
.perks-list p { margin:2px 0 0; color:var(--text); font-size:15px; line-height:1.5; }

/* ---- join the club (SMS signup) modal ---- */
.join-intro { color:var(--text); font-size:15px; line-height:1.55; margin:6px 0 22px; }
.join-form { display:flex; flex-direction:column; gap:16px; }
.join-form input[type="tel"] {
  width:100%; padding:14px 16px; border:2px solid var(--ink); border-radius:10px;
  font-family:var(--f-body); font-size:16px; background:#fff; color:var(--ink);
}
.join-form input[type="tel"]:focus { outline:none; border-color:var(--orange); box-shadow:0 0 0 3px rgba(242,101,34,.25); }
.join-check { display:flex; align-items:flex-start; gap:11px; font-size:14px; line-height:1.4; color:var(--text); cursor:pointer; }
.join-check input { width:20px; height:20px; margin:1px 0 0; flex-shrink:0; accent-color:var(--orange); cursor:pointer; }
.join-form .btn { width:100%; }
.join-fine { font-size:11px; line-height:1.4; color:#8a8578; margin:0; }
.join-thanks {
  font-family:var(--f-cond); font-weight:800; text-transform:uppercase; letter-spacing:.02em;
  font-size:20px; line-height:1.4; color:var(--ink); margin:10px 0 0;
}

/* ---- responsive ---- */
@media (max-width: 820px) {
  .nav { padding:12px 20px; }
  .logo-desktop { display:none; }
  .logo-mobile { display:block; height:44px; }
  .nav-actions { display:flex; align-items:center; gap:8px; }
  .nav-phone-icon { display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:11px; background:var(--orange); color:#fff; }
  .nav-phone-icon svg { width:22px; height:22px; transform:scaleX(-1); }
  .nav-doordash { border:0; }
  .nav-toggle { display:flex; }
  .nav-links {
    position:absolute; top:calc(100% + 8px); left:0; right:0; flex-direction:column; gap:0;
    background:var(--ink); border-radius:14px; box-shadow:0 12px 32px rgba(14,14,16,.25);
    max-height:0; overflow:hidden; transition:max-height .35s ease; z-index:60;
  }
  .nav-links.open { max-height:520px; }
  .nav-links > a, .nav-links .nav-phone { width:100%; padding:15px 22px; border-top:1px solid #26262a; border-radius:0; }
  .nav-links > a:first-child { border-top:0; }

  /* hours: hide the toggle, show the list inline below the phone */
  .nav-hours { display:block; width:100%; border-top:1px solid #26262a; }
  .nav-hours-toggle { display:none; }
  .nav-hours-panel {
    position:static; display:block; min-width:0; padding:10px 12px 6px;
    background:transparent; color:#e9e7e0; border:0; border-radius:0; box-shadow:none;
  }
  .hours-title { color:#e9e7e0; padding-left:22px; }
  .hours-row { padding:7px 10px; font-size:15px; }
  .hours-row.today { color:var(--yellow); }

  .hero-award { display:none; }
  .award-band {
    display:flex; align-items:center; gap:16px;
    background:var(--paper); border:2px solid var(--ink); border-radius:16px;
    padding:14px 18px; margin:0 16px 18px;
  }
  .award-badge { height:82px; }

  .hero { grid-template-columns:1fr; }
  .hero-copy { padding:48px 22px; order:2; }
  .hero-img { min-height:320px; order:1; }
  .hero-img img { position:absolute; inset:0; height:100%; object-fit:cover; }   /* keep mobile filling its box */
  .cards { padding:48px 22px; }
  .card-grid { grid-template-columns:1fr; }
  .ashclub { min-height:0; }
  .ashclub-inner { grid-template-columns:1fr; padding:44px 22px; gap:30px; }
  .ashclub-badge img { width:min(260px, 72%); }
  .about { grid-template-columns:1fr; }
  .about-img { min-height:300px; }
  .about-copy { padding:44px 22px; }
  .visit { grid-template-columns:1fr; padding:48px 22px; }
  .social-cta { padding:56px 22px; }
  .social-cards { grid-template-columns:1fr; }
  .modal-card { padding:32px 24px; }
  .footer { padding:22px; }
}
