
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    /* Primary palette — orange, black, white */
    --orange:      #E8720C;
    --orange-light:#F5891E;
    --orange-dim:  #C05E08;
    --black:       #0A0A0A;
    --black2:      #111111;
    --black3:      #1A1A1A;
    --white:       #FFFFFF;
    --offwhite:    #F0F0F0;
    --gray:        #888888;
    --light-bg:    #F5F5F5;
    --light-bg2:   #E8E8E8;
    /* Legacy aliases — kept for compatibility */
    --amber:       #E8720C;
    --amber-light: #F5891E;
    --copper:      #C05E08;
    --dark:        #0A0A0A;
    --dark2:       #111111;
    --dark3:       #1A1A1A;
    --cream:       #F0F0F0;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Barlow', sans-serif;
    background: var(--black);
    color: var(--cream);
    overflow-x: hidden;
  }

  /* ── LINK OF THE WEEK BANNER ─────────────────────────── */
  .lotw-banner {
    background: var(--dark2);
    border-bottom: 2px solid var(--amber);
  }

  .lotw-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.55rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }

  .lotw-badge {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: var(--dark);
    background: var(--amber);
    padding: 0.25rem 0.7rem;
    border-radius: 5px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .lotw-play {
    font-size: 1rem;
    flex-shrink: 0;
  }

  .lotw-text {
    flex: 1;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--cream);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lotw-warn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(136,136,128,0.6);
    white-space: nowrap;
    flex-shrink: 0;
  }

  .lotw-cta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--dark);
    background: var(--amber);
    padding: 0.45rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s;
  }

  .lotw-cta:hover { background: var(--amber-light); }

  @media (max-width: 768px) {
    .lotw-inner { padding: 0.55rem 1rem; gap: 0.7rem; }
    .lotw-warn { display: none; }
    .lotw-text { font-size: 0.82rem; }
  }



  /* ── PICKLED ONIONS BANNER ────────────────────────────── */
  .po-banner {
    background: #0A0A0A;
    border-bottom: 1px solid rgba(232,114,12,0.15);
    position: relative;
    z-index: 101;
  }

  .po-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.45rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .po-icon { font-size: 0.95rem; flex-shrink: 0; }

  .po-text {
    flex: 1;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(136,136,128,0.7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media (max-width: 768px) {
    .po-inner { padding: 0.45rem 1rem; }
    .po-text { font-size: 0.72rem; }
  }

  /* ── BEER OF THE WEEK BANNER ──────────────────────────── */
  .botw-banner {
    background: var(--black);
    border-bottom: 1px solid rgba(232,114,12,0.3);
  }

  .botw-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.55rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }

  .botw-badge {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: var(--dark);
    background: var(--copper);
    padding: 0.25rem 0.7rem;
    border-radius: 5px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .botw-icon {
    font-size: 1rem;
    flex-shrink: 0;
  }

  .botw-text {
    flex: 1;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--cream);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .botw-style {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(136,136,128,0.6);
    white-space: nowrap;
    flex-shrink: 0;
  }

  .botw-cta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--cream);
    background: var(--copper);
    padding: 0.45rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s;
  }

  .botw-cta:hover { background: var(--amber); }

  @media (max-width: 768px) {
    .botw-inner { padding: 0.55rem 1rem; gap: 0.7rem; }
    .botw-style { display: none; }
    .botw-text { font-size: 0.82rem; }
  }

  /* ── BEER OF THE WEEK SECTION ─────────────────────────── */
  .beer-section {
    background: var(--dark2);
    padding: 6rem 2rem;
  }

  .beer-inner {
    max-width: 900px;
    margin: 0 auto;
  }

  .beer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.2rem;
    margin-top: 3rem;
  }

  .beer-card {
    background: var(--dark3);
    border: 1px solid rgba(192,94,8,0.25);
    border-top: 3px solid var(--copper);
    border-radius: 10px;
    padding: 1.4rem;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .beer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(192,94,8,0.15);
  }

  .beer-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .beer-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
  }

  .beer-week-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--copper);
    background: rgba(192,94,8,0.12);
    border: 1px solid rgba(192,94,8,0.25);
    padding: 0.2rem 0.55rem;
    border-radius: 5px;
  }

  .beer-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    color: var(--white);
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 0.2rem;
  }

  .beer-brewery {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--copper);
    margin-bottom: 0.6rem;
  }

  .beer-style-tag {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gray);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 0.2rem 0.6rem;
    border-radius: 2px;
    margin-bottom: 0.9rem;
  }

  .beer-note {
    font-size: 0.88rem;
    color: var(--gray);
    line-height: 1.65;
    border-top: 1px solid rgba(192,94,8,0.15);
    padding-top: 0.8rem;
    font-style: italic;
  }

  /* ── WORTH WATCHING SECTION ───────────────────────────── */
  .worth-watching {
    background: var(--dark3);
    padding: 6rem 2rem;
  }

  .ww-inner {
    max-width: 900px;
    margin: 0 auto;
  }

  .ww-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.2rem;
    margin-top: 3rem;
  }

  .ww-card {
    background: var(--dark2);
    border: 1px solid rgba(232,114,12,0.18);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  }

  .ww-card:hover {
    transform: translateY(-4px);
    border-color: rgba(232,114,12,0.5);
    box-shadow: 0 16px 40px rgba(232,114,12,0.12);
  }

  .ww-card-top {
    background: rgba(255,255,255,0.04);
    padding: 1.2rem 1.2rem 1rem;
    border-bottom: 1px solid rgba(232,114,12,0.12);
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .ww-play-icon {
    width: 36px;
    height: 36px;
    background: var(--amber);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
    padding-left: 2px;
  }

  .ww-card-meta {
    flex: 1;
  }

  .ww-source {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    display: block;
    margin-bottom: 0.2rem;
  }

  .ww-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.15rem;
    color: var(--white);
    letter-spacing: 0.04em;
    line-height: 1.1;
  }

  .ww-card-body {
    padding: 1rem 1.2rem 1.2rem;
  }

  .ww-desc {
    font-size: 0.85rem;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 0.8rem;
  }

  .ww-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .ww-warning {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(136,136,128,0.5);
    display: flex;
    align-items: center;
    gap: 0.3rem;
  }

  .ww-watch {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--amber-light);
  }

  /* ── NAV ─────────────────────────────────────────────── */
  nav {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2.5rem;
    background: rgba(14,12,10,0.92);
    border-bottom: 1px solid rgba(232,114,12,0.25);
  }

  .nav-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    color: var(--amber-light);
    text-decoration: none;
  }

  .nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
  }

  .nav-links a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--cream);
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s, color 0.2s;
  }

  .nav-links a:hover { opacity: 1; color: var(--amber-light); }

  .nav-cta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--dark) !important;
    background: var(--amber);
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    opacity: 1 !important;
    transition: background 0.2s !important;
  }

  .nav-cta:hover { background: var(--amber-light) !important; }

  /* ── HERO ─────────────────────────────────────────────── */
  .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--black);
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background-image: url(donut-taco.jpg);
    background-size: cover;
    background-position: center 40%;
    filter: brightness(0.45);
  }

  .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 100% 60% at 50% 100%, rgba(14,12,10,0.95) 0%, transparent 60%),
      radial-gradient(ellipse 100% 40% at 50% 0%, rgba(14,12,10,0.85) 0%, transparent 50%);
  }

  /* Animated bullet sparks */
  .spark {
    position: absolute;
    width: 2px;
    background: var(--amber);
    border-radius: 1px;
    opacity: 0;
    animation: spark-fly 3s ease-in-out infinite;
  }

  @keyframes spark-fly {
    0%   { opacity: 0; transform: translateX(0) translateY(0) rotate(var(--angle)); }
    20%  { opacity: 0.8; }
    100% { opacity: 0; transform: translateX(var(--dx)) translateY(var(--dy)) rotate(var(--angle)); }
  }

  .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    animation: hero-in 1s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  @keyframes hero-in {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 1.5rem;
    animation: hero-in 1s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(4rem, 12vw, 9rem);
    line-height: 0.92;
    letter-spacing: 0.02em;
    color: var(--white);
    margin-bottom: 0.2rem;
    animation: hero-in 1s 0.15s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-title span {
    color: var(--amber-light);
    display: block;
  }

  .hero-rule {
    width: 80px;
    height: 3px;
    background: var(--amber);
    margin: 1.5rem auto;
    animation: hero-in 1s 0.25s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--cream);
    opacity: 0.7;
    margin-bottom: 2.5rem;
    animation: hero-in 1s 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: hero-in 1s 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .btn-primary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--dark);
    background: var(--amber);
    padding: 0.9rem 2.2rem;
    border-radius: 999px;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
  }

  .btn-primary:hover { background: var(--amber-light); transform: translateY(-2px); }

  .btn-secondary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--cream);
    border: 1.5px solid rgba(242,232,217,0.35);
    padding: 0.9rem 2.2rem;
    border-radius: 999px;
    transition: border-color 0.2s, color 0.2s, transform 0.15s;
    display: inline-block;
  }

  .btn-secondary:hover {
    border-color: var(--amber);
    color: var(--amber-light);
    transform: translateY(-2px);
  }

  .hero-tagline {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    opacity: 0.6;
    white-space: nowrap;
    animation: hero-in 1s 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  /* ── STORY SECTION ────────────────────────────────────── */
  .story {
    background: var(--light-bg);
    color: var(--dark);
    padding: 7rem 2rem;
    position: relative;
    overflow: hidden;
  }

  .story::before {
    content: 'BHT';
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20rem;
    color: rgba(232,114,12,0.04);
    pointer-events: none;
    line-height: 1;
  }

  .story-inner {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
  }

  .section-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 1.2rem;
  }

  .story h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
    color: var(--dark);
    margin-bottom: 2rem;
  }

  .story-quote {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 700;
    font-style: italic;
    color: var(--dark);
    border-left: 4px solid var(--amber);
    padding: 1rem 0 1rem 1.5rem;
    margin: 2.5rem 0;
    line-height: 1.3;
  }

  .story p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 1.2rem;
  }

  .story-signoff {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--light-bg2);
  }

  .story-signoff strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--amber);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.3rem;
  }

  .story-signoff span {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
  }

  /* ── JOURNALS ─────────────────────────────────────────── */
  .journals {
    background: var(--dark2);
    padding: 7rem 2rem;
    position: relative;
  }

  .journals-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .section-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .section-header h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    color: var(--white);
    line-height: 1;
    margin-bottom: 0.8rem;
  }

  .section-header p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: var(--gray);
    text-transform: uppercase;
  }

  .amber-rule {
    width: 60px;
    height: 2px;
    background: var(--amber);
    margin: 1rem auto;
  }

  .journal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }

  .journal-card {
    background: var(--dark3);
    border: 1px solid rgba(232,114,12,0.15);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    text-decoration: none;
    display: block;
  }

  .journal-card:hover {
    transform: translateY(-6px);
    border-color: rgba(232,114,12,0.5);
    box-shadow: 0 20px 60px rgba(232,114,12,0.12);
  }

  .journal-card-top {
    height: 220px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .journal-card-top.dark-bg {
    background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 50%, #0A0A0A 100%);
  }

  .journal-card-top.light-bg {
    background: linear-gradient(135deg, #F5F5F5 0%, #E8E8E8 50%, #F5F5F5 100%);
  }

  .journal-card-top.color-bg {
    background: linear-gradient(135deg, #F5F5F5 0%, #F5F5F5 50%, #F5F5F5 100%);
  }

  .journal-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.25rem 0.6rem;
    border-radius: 5px;
  }

  .badge-dark { background: rgba(232,114,12,0.9); color: #0A0A0A; }
  .badge-bw   { background: rgba(17,17,17,0.85); color: #fff; border: 1px solid rgba(232,114,12,0.4); }
  .badge-color { background: rgba(232,114,12,0.9); color: #0A0A0A; }

  .journal-cover-mockup {
    width: 110px;
    height: 155px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 8px 8px 30px rgba(0,0,0,0.5);
  }

  .journal-cover-mockup.dark-cover {
    background: linear-gradient(160deg, #1A1008 0%, #0A0704 100%);
    border: 1px solid rgba(232,114,12,0.3);
  }

  .journal-cover-mockup.light-cover {
    background: linear-gradient(160deg, #FFFFFF 0%, #ECECEC 100%);
    border: 1px solid rgba(232,114,12,0.25);
  }

  .cover-title-text {
    text-align: center;
    padding: 0.5rem;
  }

  .cover-title-text .ct1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    line-height: 1;
    display: block;
  }

  .cover-title-text .ct2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    line-height: 1;
    color: var(--amber-light);
    display: block;
    margin-top: 0.1rem;
  }

  .cover-title-text .ct3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.45rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin-top: 0.4rem;
    opacity: 0.6;
  }

  .journal-card-body {
    padding: 1.5rem;
  }

  .journal-edition {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 0.4rem;
  }

  .journal-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 0.6rem;
  }

  .journal-desc {
    font-size: 0.85rem;
    color: var(--gray);
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }

  .journal-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .journal-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    color: var(--amber-light);
    letter-spacing: 0.05em;
  }

  .journal-buy {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--dark);
    background: var(--amber);
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s;
  }

  .journal-buy:hover { background: var(--amber-light); }

  /* ── WHAT'S INSIDE ────────────────────────────────────── */
  .inside {
    background: var(--light-bg);
    color: var(--dark);
    padding: 7rem 2rem;
  }

  .inside-inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .inside .section-header h2 { color: var(--dark); }
  .inside .section-header p  { color: #777; }

  .sections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
  }

  .section-tile {
    background: var(--white);
    border: 1px solid var(--light-bg2);
    border-radius: 10px;
    padding: 1.5rem 1.2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .section-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(232,114,12,0.1);
  }

  .section-tile::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--amber);
  }

  .tile-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: var(--amber-light);
    opacity: 0.25;
    line-height: 1;
    margin-bottom: 0.3rem;
  }

  .tile-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    color: var(--dark);
    letter-spacing: 0.05em;
    margin-bottom: 0.3rem;
  }

  .tile-sub {
    font-size: 0.78rem;
    color: #888;
    line-height: 1.4;
  }

  .tile-weeks {
    margin-top: 1rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--amber);
  }

  /* ── PHILOSOPHY ───────────────────────────────────────── */
  .philosophy {
    background: var(--black);
    padding: 7rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .philosophy::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(232,114,12,0.07) 0%, transparent 70%);
  }

  .philosophy-inner {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
  }

  .philosophy h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 6vw, 3.5rem);
    color: var(--white);
    line-height: 1;
    margin-bottom: 2rem;
  }

  .philosophy h2 em {
    color: var(--amber-light);
    font-style: normal;
  }

  .phil-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
    margin: 3rem 0;
  }

  .phil-item {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
  }

  .phil-icon {
    width: 36px;
    height: 36px;
    background: rgba(232,114,12,0.15);
    border: 1px solid rgba(232,114,12,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
    margin-top: 0.1rem;
  }

  .phil-lead {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 700;
    color: var(--cream);
    margin-bottom: 1.2rem;
    text-align: center;
  }

  .phil-body {
    font-size: 1rem;
    color: var(--gray);
    line-height: 1.75;
    margin-bottom: 1rem;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .phil-statement {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.4rem, 4vw, 2rem);
    color: var(--amber-light);
    text-align: center;
    letter-spacing: 0.05em;
    margin: 2rem 0 3rem;
    padding: 1.5rem;
    border-top: 1px solid rgba(232,114,12,0.3);
    border-bottom: 1px solid rgba(232,114,12,0.3);
  }

  .phil-text strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cream);
    display: block;
    margin-bottom: 0.2rem;
  }

  .phil-text p {
    font-size: 0.9rem;
    color: var(--gray);
    line-height: 1.55;
  }

  /* ── CTA ──────────────────────────────────────────────── */
  .cta {
    background: var(--light-bg);
    padding: 7rem 2rem;
    text-align: center;
  }

  .cta-inner { max-width: 600px; margin: 0 auto; }

  .cta h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 7vw, 5rem);
    color: var(--dark);
    line-height: 0.95;
    margin-bottom: 1.5rem;
  }

  .cta h2 span { color: var(--amber); }

  .cta p {
    font-size: 1rem;
    color: #555;
    line-height: 1.65;
    margin-bottom: 2.5rem;
  }

  .cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-dark {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--white);
    background: var(--black);
    padding: 0.9rem 2.2rem;
    border-radius: 999px;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
  }

  .btn-dark:hover { background: #222; transform: translateY(-2px); }

  /* ── FOOTER ───────────────────────────────────────────── */
  footer {
    background: var(--dark2);
    border-top: 1px solid rgba(232,114,12,0.2);
    padding: 3rem 2rem;
    text-align: center;
  }

  .footer-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    color: var(--amber-light);
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
    display: block;
  }

  .footer-tagline {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 1.5rem;
    font-style: italic;
  }

  .footer-links {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }

  .footer-links a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gray);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-links a:hover { color: var(--amber-light); }

  .footer-copy {
    font-size: 0.75rem;
    color: rgba(136,136,128,0.5);
  }


  /* ── FRIDAY DONUT RIDE ────────────────────────────────── */
  .donut-ride {
    background: var(--dark2);
    padding: 7rem 2rem;
    overflow: hidden;
  }

  .donut-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }

  .donut-image-wrap {
    position: relative;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 60px rgba(232,114,12,0.15);
  }

  .donut-image-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(232,114,12,0.25);
    border-radius: 999px;
    z-index: 2;
    pointer-events: none;
  }

  .donut-img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
  }

  .donut-image-wrap:hover .donut-img {
    transform: scale(1.03);
  }

  .donut-content h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--white);
    line-height: 0.95;
    margin-bottom: 0;
  }

  .donut-content p {
    font-size: 0.95rem;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 1rem;
  }

  .donut-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .donut-feat {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cream);
    background: var(--black2);
    border: 1px solid rgba(232,114,12,0.15);
    padding: 0.6rem 0.8rem;
    border-radius: 3px;
  }

  .feat-icon { font-size: 1rem; }

  .start-ride-box {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: var(--black2);
    border: 1px solid rgba(232,114,12,0.25);
    border-left: 4px solid var(--amber);
    border-radius: 10px;
    padding: 1.2rem;
    margin: 1.5rem 0;
  }

  .start-ride-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }

  .start-ride-text strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--amber-light);
    display: block;
    margin-bottom: 0.4rem;
  }

  .start-ride-text p {
    font-size: 0.88rem;
    color: var(--gray);
    line-height: 1.6;
    margin: 0;
  }

  .donut-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }

  .roll-call-box {
    background: rgba(14,12,10,0.6);
    border: 1px solid rgba(232,114,12,0.25);
    border-radius: 10px;
    padding: 1.3rem;
    margin-top: 1.2rem;
  }

  .roll-call-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--amber-light);
    margin-bottom: 0.3rem;
  }

  .roll-call-sub {
    font-size: 0.83rem;
    color: var(--gray);
    margin-bottom: 1rem;
    line-height: 1.5;
  }

  .roll-call-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }

  .roll-input {
    font-family: 'Barlow', sans-serif;
    font-size: 0.85rem;
    color: var(--cream);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(232,114,12,0.2);
    border-radius: 2px;
    padding: 0.6rem 0.8rem;
    outline: none;
    transition: border-color 0.2s;
  }

  .roll-input:focus { border-color: var(--amber); }
  .roll-input::placeholder { color: var(--gray); opacity: 0.6; }

  .roll-submit {
    grid-column: span 2;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
  }

  .roll-thanks {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--amber-light);
    margin-top: 0.8rem;
    letter-spacing: 0.05em;
  }

  @media (max-width: 768px) {
    .donut-inner {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
  }


  /* ── REAL PAGES GRID ─────────────────────────────────── */
  .real-pages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    margin-top: 3.5rem;
  }

  @media (max-width: 1000px) {
    .real-pages-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 560px) {
    .real-pages-grid { grid-template-columns: 1fr; }
  }

  .real-page-card {
    background: var(--dark2);
    border: 1px solid rgba(232,114,12,0.18);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    cursor: pointer;
  }

  .real-page-card:hover {
    transform: translateY(-6px);
    border-color: rgba(232,114,12,0.5);
    box-shadow: 0 20px 60px rgba(232,114,12,0.15);
  }

  .real-page-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 900 / 1174;
  }

  .real-page-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .real-page-card:hover .real-page-img {
    transform: scale(1.04);
  }

  .real-page-overlay {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
  }

  .real-page-type {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: rgba(232,114,12,0.9);
    color: var(--dark);
    padding: 0.2rem 0.55rem;
    border-radius: 2px;
  }

  .real-page-caption {
    padding: 0.9rem 1rem 1rem;
    border-top: 1px solid rgba(232,114,12,0.12);
  }

  .rpc-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    color: var(--white);
    letter-spacing: 0.05em;
    margin-bottom: 0.2rem;
  }

  .rpc-sub {
    font-size: 0.72rem;
    color: var(--gray);
    line-height: 1.45;
  }

  /* ── SEE INSIDE ──────────────────────────────────────── */
  .see-inside {
    background: var(--dark3);
    padding: 7rem 2rem;
    overflow: hidden;
  }

  .see-inside-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .page-examples {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 3.5rem;
  }

  .page-example {
    background: var(--dark2);
    border: 1px solid rgba(232,114,12,0.2);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
  }

  .page-example:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(232,114,12,0.15);
  }

  .page-label-bar {
    background: var(--amber);
    padding: 0.45rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .page-label-bar span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    color: var(--dark);
  }

  .page-label-bar .week-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(14,12,10,0.65);
  }

  /* Simulated journal page */
  .journal-page-sim {
    padding: 1.2rem;
    font-family: 'Barlow Condensed', sans-serif;
  }

  .sim-date-row {
    display: flex;
    gap: 0.6rem;
    margin-bottom: 1rem;
  }

  .sim-field {
    flex: 1;
  }

  .sim-field-label {
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 0.2rem;
  }

  .sim-field-val {
    font-size: 0.78rem;
    color: var(--cream);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(232,114,12,0.2);
    border-radius: 2px;
    padding: 0.3rem 0.5rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sim-field-val.empty {
    color: rgba(136,136,128,0.3);
    font-style: italic;
    font-size: 0.65rem;
  }

  .sim-exercise-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.8rem;
  }

  .sim-exercise-table th {
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    border-bottom: 1px solid rgba(232,114,12,0.25);
    padding: 0.2rem 0.4rem;
    text-align: left;
  }

  .sim-exercise-table th.num { text-align: center; width: 28px; }

  .sim-exercise-table td {
    font-size: 0.72rem;
    color: var(--cream);
    padding: 0.25rem 0.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    letter-spacing: 0.02em;
  }

  .sim-exercise-table td.num {
    text-align: center;
    color: var(--amber-light);
    font-size: 0.68rem;
  }

  .sim-exercise-table td.gray { color: var(--gray); }
  .sim-exercise-table td.faded { color: rgba(136,136,128,0.3); font-style: italic; font-size: 0.62rem; }

  .sim-notes-area {
    margin-top: 0.8rem;
  }

  .sim-notes-label {
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 0.3rem;
  }

  .sim-notes-line {
    height: 1px;
    background: rgba(232,114,12,0.15);
    margin-bottom: 0.45rem;
  }

  .sim-notes-text {
    font-size: 0.7rem;
    color: var(--gray);
    letter-spacing: 0.02em;
    line-height: 1.4;
  }

  /* HR zone sim */
  .sim-hr-zones {
    margin: 0.6rem 0;
  }

  .sim-zone-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
  }

  .sim-zone-label {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--gray);
    width: 42px;
    flex-shrink: 0;
  }

  .sim-zone-bar-wrap {
    flex: 1;
    height: 6px;
    background: rgba(255,255,255,0.06);
    border-radius: 3px;
    overflow: hidden;
  }

  .sim-zone-bar {
    height: 100%;
    border-radius: 3px;
  }

  .zone-1 { background: #4EA8DE; width: 15%; }
  .zone-2 { background: #56C596; width: 30%; }
  .zone-3 { background: #F0C040; width: 85%; }
  .zone-4 { background: #E8751A; width: 60%; }
  .zone-5 { background: #E84040; width: 20%; }

  .sim-zone-val {
    font-size: 0.6rem;
    color: var(--cream);
    width: 30px;
    text-align: right;
    flex-shrink: 0;
    letter-spacing: 0.03em;
  }

  .sim-interval-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .sim-int-cell {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(232,114,12,0.15);
    border-radius: 2px;
    padding: 0.25rem 0.3rem;
    text-align: center;
  }

  .sim-int-cell .int-label {
    font-size: 0.48rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--amber);
    display: block;
  }

  .sim-int-cell .int-val {
    font-size: 0.75rem;
    color: var(--cream);
    font-weight: 700;
    display: block;
    letter-spacing: 0.02em;
  }

  .sim-int-cell .int-val.highlight { color: var(--amber-light); }

  .sim-circuit-wrap {
    margin: 0.5rem 0;
  }

  .sim-circuit-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.04);
  }

  .sim-circuit-row .cir-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    color: rgba(232,114,12,0.25);
    width: 18px;
    flex-shrink: 0;
  }

  .sim-circuit-row .cir-name {
    flex: 1;
    font-size: 0.72rem;
    color: var(--cream);
  }

  .sim-circuit-row .cir-reps {
    font-size: 0.68rem;
    color: var(--amber-light);
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  .sim-circuit-row .cir-check {
    width: 14px;
    height: 14px;
    border: 1px solid rgba(232,114,12,0.3);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.6rem;
    color: var(--amber);
  }

  .page-caption {
    padding: 0.8rem 1.2rem;
    border-top: 1px solid rgba(232,114,12,0.12);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    color: var(--gray);
    font-style: italic;
  }

  /* ── HOW TO USE ───────────────────────────────────────── */
  .how-to-use {
    background: var(--light-bg);
    color: var(--dark);
    padding: 7rem 2rem;
    position: relative;
  }

  .how-to-use-inner {
    max-width: 980px;
    margin: 0 auto;
  }

  .how-to-use .section-header h2 { color: var(--dark); }
  .how-to-use .section-header p { color: #777; }

  .steps-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 4rem;
    align-items: start;
  }

  @media (max-width: 768px) {
    .steps-layout { grid-template-columns: 1fr; gap: 2rem; }
    .page-examples { grid-template-columns: 1fr; }
  }

  .steps-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .step-item {
    display: flex;
    gap: 1.2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--light-bg2);
    position: relative;
  }

  .step-item:last-child { border-bottom: none; }

  .step-num-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
  }

  .step-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    color: var(--amber);
    line-height: 1;
    width: 44px;
    height: 44px;
    background: rgba(232,114,12,0.1);
    border: 2px solid rgba(232,114,12,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step-connector {
    width: 1px;
    flex: 1;
    background: rgba(232,114,12,0.2);
    margin-top: 0.5rem;
    min-height: 20px;
  }

  .step-item:last-child .step-connector { display: none; }

  .step-body { padding-top: 0.2rem; }

  .step-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    color: var(--dark);
    letter-spacing: 0.04em;
    margin-bottom: 0.4rem;
  }

  .step-text {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.65;
    margin-bottom: 0.5rem;
  }

  .step-tip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--black2);
    border: 1px solid rgba(232,114,12,0.2);
    border-radius: 5px;
    padding: 0.3rem 0.65rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--amber);
  }

  .quick-ref {
    background: var(--white);
    border: 1px solid var(--light-bg2);
    border-radius: 999px;
    padding: 1.8rem;
    box-shadow: 0 8px 40px rgba(232,114,12,0.07);
    position: sticky;
    top: 100px;
  }

  .quick-ref-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    color: var(--dark);
    letter-spacing: 0.05em;
    margin-bottom: 0.2rem;
  }

  .quick-ref-sub {
    font-size: 0.78rem;
    color: #888;
    margin-bottom: 1.4rem;
    letter-spacing: 0.05em;
  }

  .qr-section {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--light-bg2);
  }

  .qr-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

  .qr-section-head {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 0.6rem;
  }

  .qr-row {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
  }

  .qr-icon {
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
  }

  .qr-row-text strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--dark);
    display: block;
  }

  .qr-row-text span {
    font-size: 0.73rem;
    color: #777;
    line-height: 1.45;
  }

  .edition-chooser {
    background: var(--light-bg);
    border-radius: 4px;
    padding: 1rem;
    margin-top: 1rem;
  }

  .edition-chooser-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 0.7rem;
  }

  .edition-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.55rem;
  }

  .edition-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .edition-row p {
    font-size: 0.75rem;
    color: #555;
    line-height: 1.4;
  }

  .edition-row p strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--dark);
    display: inline;
    font-size: 0.78rem;
  }


  /* ── DONUT RIDE MAP ───────────────────────────────────── */
  .ride-map-section {
    background: var(--black);
    padding: 6rem 2rem 7rem;
    position: relative;
  }

  .ride-map-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .ride-map-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 2.5rem;
  }

  @media (max-width: 768px) {
    .ride-map-top { grid-template-columns: 1fr; gap: 1.5rem; }
  }

  .ride-stats-col {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .ride-stat-card {
    background: var(--dark2);
    border: 1px solid rgba(232,114,12,0.2);
    border-radius: 10px;
    padding: 0.9rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .rsc-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: var(--amber-light);
    line-height: 1;
    letter-spacing: 0.03em;
    flex-shrink: 0;
    min-width: 3rem;
  }

  .rsc-label {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    color: var(--cream);
    letter-spacing: 0.05em;
    display: block;
    line-height: 1.1;
  }

  .rsc-sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gray);
    display: block;
    margin-top: 0.15rem;
  }

  .map-shell {
    border: 1px solid rgba(232,114,12,0.25);
    border-radius: 999px;
    overflow: hidden;
    background: #0A0A0A;
  }

  .map-shell-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1.2rem;
    background: var(--black2);
    border-bottom: 1px solid rgba(232,114,12,0.2);
  }

  .map-shell-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    color: var(--amber-light);
  }

  .map-shell-hint {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(136,136,128,0.6);
  }

  #donutMap {
    height: 440px;
    width: 100%;
  }

  .map-shell-foot {
    padding: 0.5rem 1.2rem;
    border-top: 1px solid rgba(232,114,12,0.12);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(136,136,128,0.45);
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  .map-pin-dot {
    width: 8px;
    height: 8px;
    background: var(--amber-light);
    border-radius: 50%;
    flex-shrink: 0;
  }

  .log-form-panel {
    margin-top: 1.5rem;
    background: var(--dark2);
    border: 1px solid rgba(232,114,12,0.2);
    border-left: 4px solid var(--amber);
    border-radius: 10px;
    padding: 1.4rem 1.5rem;
  }

  .log-form-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--amber-light);
    display: block;
    margin-bottom: 0.25rem;
  }

  .log-form-hint {
    font-size: 0.82rem;
    color: var(--gray);
    margin-bottom: 1rem;
    display: block;
  }

  .log-form-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  @media (max-width: 600px) {
    .log-form-row { grid-template-columns: 1fr; }
  }

  .log-input {
    font-family: 'Barlow', sans-serif;
    font-size: 0.85rem;
    color: var(--cream);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(232,114,12,0.25);
    border-radius: 3px;
    padding: 0.65rem 0.8rem;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: border-box;
  }

  .log-input:focus { border-color: var(--amber); }
  .log-input::placeholder { color: rgba(136,136,128,0.45); }

  .log-submit-btn {
    width: 100%;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--dark);
    background: var(--amber);
    border: none;
    border-radius: 3px;
    padding: 0.72rem 1.5rem;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
  }

  .log-submit-btn:hover { background: var(--amber-light); transform: translateY(-1px); }
  .log-submit-btn:disabled { opacity: 0.6; cursor: default; transform: none; }

  .log-thanks {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--amber-light);
    margin-top: 0.8rem;
    letter-spacing: 0.05em;
    display: none;
  }

  .log-error {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    color: #e85a4f;
    margin-top: 0.6rem;
    display: none;
  }

  /* Leaflet theme overrides */
  .leaflet-container {
    background: #0A0A0A !important;
    font-family: 'Barlow Condensed', sans-serif !important;
  }
  .marker-cluster-small,
  .marker-cluster-medium,
  .marker-cluster-large {
    background-color: rgba(232,114,12,0.2) !important;
  }
  .marker-cluster-small div,
  .marker-cluster-medium div,
  .marker-cluster-large div {
    background-color: rgba(232,114,12,0.88) !important;
    color: #0A0A0A !important;
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 30px !important;
  }
  .leaflet-popup-content-wrapper {
    background: #1A1A1A !important;
    border: 1px solid rgba(232,114,12,0.4) !important;
    border-radius: 4px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.6) !important;
  }
  .leaflet-popup-tip { background: #1A1A1A !important; }
  .leaflet-popup-content {
    margin: 10px 14px !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    color: #F0F0F0 !important;
  }
  .lp-city  { font-size:1rem; font-weight:700; letter-spacing:0.04em; color:#F5891E; display:block; margin-bottom:2px; }
  .lp-donut { font-size:0.85rem; color:#F0F0F0; display:block; }
  .lp-miles { font-size:0.75rem; color:#888888; display:block; margin-top:2px; }
  .leaflet-control-zoom a {
    background: #1A1A1A !important;
    color: var(--amber-light) !important;
    border-color: rgba(232,114,12,0.3) !important;
  }
  .leaflet-control-attribution {
    background: rgba(14,12,10,0.75) !important;
    color: rgba(136,136,128,0.45) !important;
    font-size: 9px !important;
  }
  .leaflet-control-attribution a { color: rgba(136,136,128,0.6) !important; }



  /* ── HERO BANNER IMAGE ────────────────────────────────── */
  .hero-banner-wrap {
    width: 100%;
    line-height: 0;
    background: var(--black);
  }

  .hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ── BACK TO TOP ─────────────────────────────────────────*/
  .back-to-top {
    position: fixed;
    right: 1.5rem;
    bottom: 2rem;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .back-to-top.visible {
    opacity: 1;
    pointer-events: all;
  }

  .btt-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--orange);
    background: rgba(10,10,10,0.9);
    border: 1px solid rgba(232,114,12,0.35);
    border-radius: 999px;
    padding: 0.7rem 0.6rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    writing-mode: vertical-rl;
    writing-mode: initial;
    width: 44px;
  }

  .btt-btn:hover {
    background: rgba(232,114,12,0.15);
    border-color: var(--orange);
  }

  .btt-arrow {
    font-size: 1rem;
    line-height: 1;
    display: block;
  }


  /* ── STICKER SHOP NAV BUTTON ─────────────────────────── */
  .sticker-cta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--black) !important;
    background: var(--orange);
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    opacity: 1 !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    box-shadow: 0 0 0 0 rgba(232,114,12,0.7);
    animation: sticker-pulse 2.2s ease-in-out infinite;
    transition: background 0.2s, transform 0.15s !important;
  }

  .sticker-cta:hover {
    background: var(--orange-light) !important;
    transform: translateY(-2px);
    animation: none;
    box-shadow: 0 4px 20px rgba(232,114,12,0.45);
  }

  .sticker-cta::before {
    content: '★';
    font-size: 0.7rem;
  }

  @keyframes sticker-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(232,114,12,0.7); }
    60%  { box-shadow: 0 0 0 8px rgba(232,114,12,0); }
    100% { box-shadow: 0 0 0 0 rgba(232,114,12,0); }
  }

  /* ── LINK TREATMENT ──────────────────────────────────── */
  a:not(.btn-primary):not(.btn-secondary):not(.btn-dark):not(.nav-cta):not(.nav-logo):not(.footer-logo):not(.journal-card):not(.journal-buy):not(.ww-card):not(.lotw-cta):not(.botw-cta):not(.ndd-cta):not(.log-submit-btn) {
    position: relative;
    text-decoration: none;
    transition: color 0.2s;
  }

  /* Nav and footer text links */
  .nav-links a,
  .footer-links a {
    position: relative;
    text-decoration: none;
  }

  .nav-links a::after,
  .footer-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--orange);
    transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .nav-links a:hover::after,
  .footer-links a:hover::after {
    width: 100%;
  }

  /* Inline text links in body copy */
  .story p a,
  .philosophy p a,
  .step-text a {
    color: var(--orange-light);
    text-decoration: none;
    border-bottom: 1px solid rgba(245,137,30,0.35);
    padding-bottom: 1px;
    transition: color 0.2s, border-color 0.2s;
  }

  .story p a:hover,
  .philosophy p a:hover,
  .step-text a:hover {
    color: var(--orange);
    border-bottom-color: var(--orange);
  }

  /* WW card watch link */
  .ww-watch {
    position: relative;
    text-decoration: none;
  }

  .ww-watch::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--orange-light);
    transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .ww-card:hover .ww-watch::after { width: 100%; }

  /* "Find it on Amazon" journal link */
  .journal-buy {
    position: relative;
    text-decoration: none;
    transition: color 0.2s;
  }

  .journal-buy::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--orange-light);
    transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .journal-card:hover .journal-buy::after { width: 100%; }

  /* ── SCROLL REVEAL ────────────────────────────────────── */
  .reveal {
    opacity: 1;
    transform: translateY(0);
  }

  .reveal.animate-ready {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1),
                transform 0.65s cubic-bezier(0.16,1,0.3,1);
  }

  .reveal.animate-ready.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .reveal-delay-1.animate-ready { transition-delay: 0.08s; }
  .reveal-delay-2.animate-ready { transition-delay: 0.16s; }
  .reveal-delay-3.animate-ready { transition-delay: 0.24s; }
  .reveal-delay-4.animate-ready { transition-delay: 0.32s; }

  @media (max-width: 768px) {
    nav { padding: 1rem; }
    .nav-links { display: none; }
    .hero-title { font-size: clamp(3.5rem, 14vw, 7rem); }
  }


/* ── BHT CLEANUP OVERRIDES — simplified nav/top clutter ───────────── */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 300;
  backdrop-filter: blur(10px);
}

.site-nav .nav-links {
  align-items: center;
  gap: 1.35rem;
}

.site-nav .nav-logo {
  white-space: nowrap;
}

.site-nav .nav-cta {
  color: var(--dark) !important;
  background: var(--amber);
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  opacity: 1 !important;
}

.site-nav .nav-cta::after {
  display: none;
}

.site-nav .nav-cta:hover {
  background: var(--amber-light);
  color: var(--dark) !important;
}

/* Keep the useful “extra” content, but stop it from competing with the top of page. */
.beer-section,
.worth-watching {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 900px) {
  .site-nav {
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.9rem 1rem;
  }

  .site-nav .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1rem;
  }

  .site-nav .nav-links a {
    font-size: 0.74rem;
  }
}

@media (max-width: 520px) {
  .site-nav .nav-links {
    gap: 0.5rem 0.6rem;
  }
  .site-nav .nav-links a {
    font-size: 0.68rem;
  }
  .sticker-cta {
    font-size: 0.68rem;
    padding: 0.38rem 0.8rem;
  }
}

  /* ── BHT DISPATCH BAR ────────────────────────────────── */
  .dispatch-bar {
    background: var(--black);
    border-bottom: 1px solid rgba(232,114,12,0.3);
    width: 100%;
  }

  .dispatch-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.5rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .dispatch-badge {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--black);
    background: var(--orange);
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .dispatch-content {
    flex: 1;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--cream);
    overflow: hidden;
  }

  .dispatch-slot {
    display: none;
    align-items: center;
    gap: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dispatch-slot.active { display: flex; }

  .dispatch-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(232,114,12,0.7);
    flex-shrink: 0;
  }

  .dispatch-text { color: var(--cream); }

  .dispatch-warn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(136,136,136,0.55);
    white-space: nowrap;
    flex-shrink: 0;
  }

  .dispatch-cta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--black);
    background: var(--orange);
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s;
  }

  .dispatch-cta:hover { background: var(--orange-light); }

  .dispatch-dots {
    display: flex;
    gap: 0.3rem;
    flex-shrink: 0;
  }

  .dispatch-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(232,114,12,0.25);
    cursor: pointer;
    transition: background 0.2s;
  }

  .dispatch-dot.active { background: var(--orange); }

  @media (max-width: 768px) {
    .dispatch-inner { padding: 0.5rem 1rem; }
    .dispatch-warn { display: none; }
  }

  /* ── BHT HERO BANNER IMAGE ────────────────────────────── */
  .brand-banner-wrap {
    width: 100%;
    line-height: 0;
    background: var(--black);
    border-bottom: 2px solid var(--orange);
  }

  .brand-banner-img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    opacity: 0.92;
  }

  /* ── STICKER SHOP PULSE ───────────────────────────────── */
  .sticker-cta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--black) !important;
    background: var(--orange);
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    opacity: 1 !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    box-shadow: 0 0 0 0 rgba(232,114,12,0.7);
    animation: sticker-pulse 2.4s ease-in-out infinite;
    transition: background 0.2s, transform 0.15s !important;
  }

  .sticker-cta::before { content: '★'; font-size: 0.65rem; }

  .sticker-cta:hover {
    background: var(--orange-light) !important;
    transform: translateY(-2px);
    animation: none;
    box-shadow: 0 4px 20px rgba(232,114,12,0.4);
  }

  @keyframes sticker-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(232,114,12,0.7); }
    60%  { box-shadow: 0 0 0 8px rgba(232,114,12,0); }
    100% { box-shadow: 0 0 0 0 rgba(232,114,12,0); }
  }

  /* ── NEW FROM THE WORKSHOP ────────────────────────────── */
  .nftw-section {
    background: var(--black);
    border-top: 1px solid rgba(232,114,12,0.2);
    border-bottom: 1px solid rgba(232,114,12,0.2);
    padding: 2rem 2rem;
  }

  .nftw-inner {
    max-width: 900px;
    margin: 0 auto;
  }

  /* Bulletin-board flag label */
  .nftw-flag {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.4rem;
  }

  .nftw-flag-line {
    width: 28px;
    height: 2px;
    background: var(--orange);
    flex-shrink: 0;
  }

  .nftw-flag-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--orange);
  }

  /* Main layout — book dominant */
  .nftw-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 3rem;
    align-items: center;
  }

  @media (max-width: 640px) {
    .nftw-layout {
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }
    .nftw-cover-wrap { display: flex; justify-content: center; }
  }

  /* Book cover — the primary visual */
  .nftw-cover-wrap {
    position: relative;
  }

  .nftw-book-cover {
    position: relative;
    width: 220px;
    height: 300px;
    display: flex;
    filter: drop-shadow(12px 16px 32px rgba(0,0,0,0.7)) drop-shadow(0 0 24px rgba(232,114,12,0.1));
  }

  .nftw-cover-spine {
    width: 18px;
    height: 100%;
    background: linear-gradient(180deg, #2A1A08 0%, #1A0E04 50%, #2A1A08 100%);
    border-left: 1px solid rgba(232,114,12,0.2);
    border-top: 1px solid rgba(232,114,12,0.15);
    border-bottom: 1px solid rgba(232,114,12,0.15);
    flex-shrink: 0;
    border-radius: 2px 0 0 2px;
  }

  .nftw-cover-face {
    flex: 1;
    background: linear-gradient(155deg, #1E1208 0%, #0D0704 40%, #1A1008 100%);
    border: 1px solid rgba(232,114,12,0.35);
    border-left: none;
    border-radius: 0 3px 3px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    text-align: center;
    gap: 0;
  }

  .nftw-cover-line1,
  .nftw-cover-line2,
  .nftw-cover-line3 {
    font-family: 'Bebas Neue', sans-serif;
    line-height: 1;
    display: block;
    letter-spacing: 0.04em;
  }

  .nftw-cover-line1 { font-size: 1.8rem; color: var(--cream); }
  .nftw-cover-line2 { font-size: 1.8rem; color: var(--orange-light); }
  .nftw-cover-line3 { font-size: 1.8rem; color: var(--orange-light); }

  .nftw-cover-divider {
    display: block;
    width: 40px;
    height: 1px;
    background: rgba(232,114,12,0.4);
    margin: 0.75rem auto;
  }

  .nftw-cover-sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--orange);
    opacity: 0.8;
    display: block;
  }

  /* Copy side */
  .nftw-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: var(--white);
    line-height: 0.93;
    letter-spacing: 0.02em;
    margin-bottom: 0.9rem;
  }

  .nftw-desc {
    font-size: 0.92rem;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 1.1rem;
    max-width: 460px;
  }

  .nftw-meta {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.4rem;
    flex-wrap: wrap;
  }

  .nftw-meta span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--orange);
    background: var(--black2);
    border: 1px solid rgba(232,114,12,0.2);
    padding: 0.25rem 0.65rem;
    border-radius: 4px;
  }

  .nftw-actions {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex-wrap: wrap;
    margin-top: 1.6rem;
  }

  .nftw-btn-primary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--black);
    background: var(--orange);
    padding: 0.7rem 1.6rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
  }
  .nftw-btn-primary:hover { background: var(--orange-light); transform: translateY(-2px); }

  .nftw-answer-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--orange-light);
    text-decoration: none;
    position: relative;
  }
  .nftw-answer-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--orange);
    transition: width 0.25s cubic-bezier(0.16,1,0.3,1);
  }
  .nftw-answer-link:hover { color: var(--orange-light); }
  .nftw-answer-link:hover::after { width: 100%; }

/* ── NAV SHOP CTA ─────────────────────────────────────── */
  .nav-shop-cta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--white) !important;
    border: 1.5px solid rgba(232,114,12,0.5);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
    opacity: 1 !important;
  }
  .nav-shop-cta:hover {
    border-color: var(--orange);
    color: var(--orange-light) !important;
    background: var(--black2);
  }
  .map-reset-btn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--orange);
    background: transparent;
    border: 1px solid rgba(232,114,12,0.35);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    flex-shrink: 0;
  }

  .map-reset-btn:hover {
    background: rgba(232,114,12,0.12);
    border-color: var(--orange);
    color: var(--orange-light);
  }
  /* ── REAL COVER IMAGES ────────────────────────────────── */
  .journal-card-top.cover-img-top {
    height: 280px;
    padding: 0;
    background: var(--black);
    overflow: hidden;
  }

  .journal-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.4s ease;
  }

  .journal-card:hover .journal-cover-img {
    transform: scale(1.04);
  }

  /* NFTW real cover */
  .nftw-real-cover {
    width: 220px;
    height: auto;
    display: block;
    border-radius: 3px;
    box-shadow: 8px 12px 32px rgba(0,0,0,0.7), 0 0 20px rgba(232,114,12,0.1);
  }
  /* Push leaflet zoom controls below the map header bar */
  .leaflet-top.leaflet-left {
    top: 10px !important;
  }

  .leaflet-control-zoom {
    border: 1px solid rgba(232,114,12,0.3) !important;
    border-radius: 6px !important;
    overflow: hidden;
  }


  /* ════════════════════════════════════════════════════════ */
  /* ── THIS WEEK AT BHT (top strip + pill buttons) ───────── */
  /* ════════════════════════════════════════════════════════ */
  .thisweek-bar {
    background: linear-gradient(90deg, var(--black) 0%, var(--black3) 50%, var(--black) 100%);
    border-bottom: 1px solid rgba(232,114,12,0.25);
    padding: 0.55rem 1.5rem;
  }

  .thisweek-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: nowrap;
  }

  .tw-bar-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--orange-light);
    white-space: nowrap;
  }

  .tw-bar-links { display: flex; gap: 0.6rem; flex-wrap: nowrap; }

  .tw-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--black);
    text-decoration: none;
    background: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 4px;
    padding: 0.38rem 0.9rem;
    transition: background 0.2s, border-color 0.2s, transform 0.15s, box-shadow 0.2s;
  }

  .tw-pill:hover {
    background: var(--orange-light);
    border-color: var(--orange-light);
    color: var(--black);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(232,114,12,0.4);
  }

  .tw-pill-ico {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
  }

  .tw-pill-img {
    border-radius: 3px;
    object-fit: cover;
    border: 1px solid rgba(0,0,0,0.35);
  }

  svg.tw-pill-ico { color: var(--black); }

  @media (max-width: 600px) {
    .thisweek-bar { padding: 0.5rem 0.8rem; }
    .thisweek-bar-inner { gap: 0.45rem 0.7rem; flex-wrap: wrap; }
    .tw-bar-label { width: 100%; text-align: center; font-size: 0.72rem; letter-spacing: 0.12em; }
    .tw-bar-links { width: 100%; justify-content: center; }
    .tw-pill { font-size: 0.72rem; padding: 0.35rem 0.85rem; }
  }

  /* ════════════════════════════════════════════════════════ */
  /* ── GRUB OF THE WEEK (full section) ───────────────────── */
  /* ════════════════════════════════════════════════════════ */
  .grub {
    background: var(--black3);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
  }

  .grub::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(232,114,12,0.07) 0%, transparent 70%);
    pointer-events: none;
  }

  .grub-inner { max-width: 1000px; margin: 0 auto; position: relative; }

  .grub-grid {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 3.5rem;
    align-items: start;
    margin-top: 3rem;
  }

  /* The nutrition-facts label — the star of the show */
  .grub-label-wrap { display: flex; justify-content: center; }

  .grub-label-img {
    width: 100%;
    max-width: 380px;
    display: block;
    border: 6px solid var(--white);
    border-radius: 4px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.55), 0 0 40px rgba(232,114,12,0.12);
    transform: rotate(-1.5deg);
    transition: transform 0.3s ease;
  }

  .grub-label-img:hover { transform: rotate(0deg) scale(1.015); }

  /* Copy column */
  .grub-copy p {
    font-size: 1rem;
    color: var(--gray);
    line-height: 1.75;
    margin-bottom: 1.3rem;
  }

  /* Small taco photo tucked into the copy */
  .grub-photo {
    float: right;
    width: 170px;
    margin: 0.2rem 0 1rem 1.4rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(232,114,12,0.3);
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
  }

  .grub-photo img { width: 100%; display: block; }

  .grub-photo-tag {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--offwhite);
    background: linear-gradient(to top, rgba(10,10,10,0.92), transparent);
    padding: 1.2rem 0.5rem 0.4rem;
    text-align: center;
  }

  /* Serving size / calories stat strip */
  .grub-stats {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin: 1.8rem 0;
  }

  .grub-stat {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
    background: rgba(232,114,12,0.08);
    border: 1px solid rgba(232,114,12,0.2);
    border-left: 3px solid var(--orange);
    border-radius: 8px;
    padding: 0.7rem 1rem;
  }

  .gs-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--orange-light);
    white-space: nowrap;
    flex-shrink: 0;
  }

  .gs-val {
    font-family: 'Barlow', sans-serif;
    font-size: 0.92rem;
    color: var(--offwhite);
    line-height: 1.3;
  }

  .grub-signoff {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    letter-spacing: 0.06em;
    color: var(--orange-light);
    margin-top: 2rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(232,114,12,0.3);
    clear: both;
  }

  @media (max-width: 768px) {
    .grub-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .grub-label-img { max-width: 320px; }
    .grub-photo { width: 130px; margin-left: 1rem; }
  }

  /* ════════════════════════════════════════════════════════ */
  /* ── THE GRUB ARCHIVE ──────────────────────────────────── */
  /* ════════════════════════════════════════════════════════ */
  .grub-archive {
    background: var(--black);
    padding: 5rem 2rem 6rem;
  }

  .grub-archive-inner { max-width: 1000px; margin: 0 auto; }

  .archive-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 3rem;
  }

  .archive-card {
    display: flex;
    gap: 0;
    flex: 1 1 340px;
    max-width: 480px;
    background: var(--black3);
    border: 1px solid rgba(232,114,12,0.18);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  }

  .archive-card:hover {
    transform: translateY(-4px);
    border-color: rgba(232,114,12,0.5);
    box-shadow: 0 16px 40px rgba(0,0,0,0.4);
  }

  .archive-thumb {
    width: 120px;
    flex-shrink: 0;
    overflow: hidden;
  }

  .archive-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .archive-body {
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .archive-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.45rem;
    letter-spacing: 0.03em;
    color: var(--white);
    line-height: 1;
  }

  .archive-tag {
    font-size: 0.85rem;
    color: var(--gray);
    line-height: 1.45;
  }

  .archive-meta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--orange-light);
    margin-top: 0.2rem;
  }

  @media (max-width: 600px) {
    .archive-card { flex: 1 1 100%; max-width: none; }
    .archive-thumb { width: 100px; }
  }

  /* ── Grub Archive link (featured section) ──────────────── */
  .grub-archive-link {
    display: inline-block;
    margin-top: 1.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--orange-light);
    text-decoration: none;
    border: 1px solid rgba(232,114,12,0.4);
    border-radius: 4px;
    padding: 0.55rem 1.1rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
  }
  .grub-archive-link:hover {
    background: var(--orange);
    color: var(--black);
    border-color: var(--orange);
  }

  /* ════════════════════════════════════════════════════════ */
  /* ── GRUB ARCHIVE PAGE (recipe blocks) ─────────────────── */
  /* ════════════════════════════════════════════════════════ */
  .recipe-page { background: var(--black); padding: 2.5rem 2rem 5rem; }
  .recipe-page-inner { max-width: 1000px; margin: 0 auto; }

  .recipe-block {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 3rem;
    align-items: start;
    padding: 3.4rem 0;
    border-bottom: 1px solid rgba(232,114,12,0.12);
  }
  .recipe-block:first-of-type { padding-top: 1.5rem; }
  .recipe-block:last-of-type { border-bottom: none; }

  .recipe-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--orange);
  }
  .recipe-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    color: var(--white);
    line-height: 1;
    margin: 0.3rem 0 0.5rem;
  }

  .recipe-book-note {
    max-width: 620px;
    margin: 2.5rem auto 0;
    text-align: center;
    font-size: 0.9rem;
    color: var(--gray);
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .recipe-block { grid-template-columns: 1fr; gap: 1.8rem; padding: 2.5rem 0; }
  }
