@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Oswald:wght@500;600;700&family=Rye&display=swap");

:root{
  --cream:#f4e8cf;
  --cream-2:#ead8b8;
  --ink:#181613;
  --red:#911b14;
  --muted:#6b5748;
  --paper:#fbf4e5;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 15% 12%, rgba(145,27,20,.05), transparent 25%),
    linear-gradient(rgba(244,232,207,.96),rgba(244,232,207,.96)),
    repeating-linear-gradient(0deg,rgba(0,0,0,.025) 0 1px,transparent 1px 4px);
  font-family: Georgia, "Times New Roman", serif;
  line-height:1.55;
}
a{color:inherit}
.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}
.topbar{
  background:var(--ink); color:var(--cream); font-family:Arial,sans-serif;
  font-weight:700; letter-spacing:.08em; text-transform:uppercase; font-size:.76rem;
}
.topbar .wrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:20px;
  padding:10px 0;
}
.topbar .wrap span:nth-child(2){text-align:center}
.topbar .wrap span:last-child{text-align:right}
.hero{padding:42px 0 30px;text-align:center;border-bottom:2px solid var(--ink)}
.logo{width:min(320px,72vw);height:auto;display:block;margin:0 auto 20px}
.kicker{
  display:inline-block;background:var(--ink);color:var(--cream);
  padding:9px 18px;font:700 .78rem/1 Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase;
}
h1,h2,h3{margin:0;font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;line-height:1}
h1{font-size:clamp(2.6rem,7vw,5.7rem);letter-spacing:-.055em;margin:18px 0 12px}
h1 .red,h2 .red{color:var(--red)}
.lead{max-width:780px;margin:0 auto 24px;font-size:clamp(1.05rem,2.1vw,1.32rem)}
.actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.btn{
  display:inline-block;text-decoration:none;padding:14px 20px;border:2px solid var(--ink);
  font:800 .82rem/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;
}
.btn.primary{background:var(--red);border-color:var(--red);color:#fff}
.btn.secondary{background:transparent}
.section{padding:58px 0;border-bottom:1px solid rgba(24,22,19,.25)}
.section-title{
  display:flex;align-items:center;gap:14px;margin-bottom:26px
}
.section-title:before,.section-title:after{content:"";height:2px;background:var(--red);flex:1}
.section-title h2{font-size:clamp(1.45rem,4vw,2.25rem);white-space:nowrap}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
  border:2px solid var(--ink);padding:24px;background:rgba(251,244,229,.42);min-height:190px
}
.card.dark{background:var(--ink);color:var(--cream)}
.card h3{font-size:1.05rem;color:var(--red);margin-bottom:12px;letter-spacing:.02em}
.card.dark h3{color:#fff}
.big-number{font:900 2.8rem/1 Arial,sans-serif;color:var(--red);display:block;margin-bottom:10px}
.two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.smoker{width:100%;max-width:480px;display:block;margin:auto;filter:contrast(1.02)}
.quote{
  border-left:6px solid var(--red);padding:10px 0 10px 20px;
  font-size:clamp(1.12rem,2.2vw,1.42rem);font-style:italic
}
.sms{
  background:var(--ink);color:var(--cream);padding:36px;border:4px double var(--cream-2)
}
.sms h2{color:#fff;margin-bottom:15px}
.sms strong{color:#fff}
.sms a{color:var(--cream)}
.footer{background:var(--ink);color:var(--cream);padding:30px 0;text-align:center}
.business-identity{background:var(--cream);color:var(--ink);padding:14px 0;text-align:center;font-size:.9rem;border-top:1px solid #d8d0c1}
.business-identity a{color:var(--red);font-weight:700}
.btn.disabled{opacity:.58;cursor:not-allowed;pointer-events:none}
.footer-nav{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin:12px 0 18px}
.footer a{color:var(--cream)}
.tagline{color:#d85a4e;font-style:italic;font-size:1.1rem}
.policy{max-width:860px;margin:auto;padding:46px 0 70px}
.policy h1{font-size:clamp(2.2rem,6vw,4.5rem);text-align:center}
.policy .effective{text-align:center;color:var(--muted);margin:4px 0 38px}
.policy h2{font-size:1.05rem;color:var(--red);margin:28px 0 8px;letter-spacing:.03em}
.policy p,.policy li{font-size:1.02rem}
.policy-nav{text-align:center;margin:20px 0 0;font:700 .8rem Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}
.note{
  margin:28px 0;padding:18px 20px;border:1px solid var(--red);background:rgba(255,255,255,.25)
}
@media(max-width:780px){
  .grid,.two-col{grid-template-columns:1fr}
  .topbar .wrap{display:block;text-align:center}
  .topbar .wrap span{display:block;margin:3px 0}
  .topbar .wrap span:last-child{text-align:center}
  .section{padding:42px 0}
  .section-title h2{white-space:normal;text-align:center}
  .sms{padding:26px 20px}
}

/* v1.13 — Notes archive and expanded menu */
.issue-links{margin-top:14px;font-family:var(--utility);font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.issue-links a,.text-link{color:var(--red);text-decoration-thickness:2px;text-underline-offset:4px}
.food-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:26px}
.food-grid figure{margin:0}
.food-grid img{width:100%;aspect-ratio:4/3;display:block;object-fit:cover;border:5px solid var(--paper);outline:2px solid var(--ink);box-shadow:6px 6px 0 rgba(143,23,18,.18)}
.food-grid figcaption{padding-top:12px;font-size:.94rem;line-height:1.45;color:var(--muted)}
.food-grid figcaption strong{font-family:var(--display);font-size:1.03rem;font-weight:400;text-transform:uppercase;color:var(--ink)}
.archive-list{display:grid;gap:24px;max-width:820px;margin:0 auto}
.archive-card{padding:28px;border:2px solid var(--ink);background:rgba(251,243,227,.62);box-shadow:6px 6px 0 rgba(143,23,18,.18)}
.archive-card.current{border:5px double var(--red)}
.archive-card h2{font-size:clamp(1.35rem,3vw,2rem);margin:8px 0 12px}
.archive-card h2 a{color:var(--ink);text-decoration:none}
.archive-card p{margin:0 0 14px}
.archive-card .eyebrow{margin-bottom:0}
.first-story{border-top:0;padding-top:0}
.archive-menu{columns:2;column-gap:32px;margin:20px 0;padding-left:22px}
.archive-menu li{break-inside:avoid;margin-bottom:9px;font-weight:700}
.archive-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.archive-menu-grid .archive-menu{columns:1;margin-top:12px}
@media(max-width:680px){
  .food-grid{grid-template-columns:1fr}
  .food-grid img{box-shadow:4px 4px 0 rgba(143,23,18,.16)}
  .archive-menu{columns:1}
  .archive-menu-grid{grid-template-columns:1fr;gap:0}
}

.home-link{color:inherit;text-decoration:none}.home-link:hover{text-decoration:underline}.logo{cursor:pointer}

/* SMS opt-in verification evidence */
.sms-proof { margin: 18px 0 30px; }
.sms-proof img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
}
.sms-proof figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #666;
}

/* Meet the Menu */
.menu-hero{padding-bottom:44px}
.menu-list{max-width:980px}
.menu-story{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:22px;
  padding:30px 0;
  border-bottom:1px solid rgba(24,22,19,.28);
}
.menu-story:first-child{padding-top:0}
.menu-story h2{
  color:var(--red);
  font-size:clamp(1.25rem,3vw,1.85rem);
  margin:0 0 10px;
}
.menu-story p{margin:0;font-size:1.05rem}
.menu-number{
  font:900 2.3rem/1 Arial,sans-serif;
  color:rgba(145,27,20,.45);
  text-align:right;
}
.menu-callout{max-width:800px;margin:auto}
.menu-actions{justify-content:flex-start;margin-top:22px}
@media(max-width:620px){
  .menu-story{grid-template-columns:1fr;gap:8px}
  .menu-number{text-align:left;font-size:1.4rem}
}

/* v1.8 — Dark Week / Notes from the Pit / richer food photography */
.status-banner{
  max-width:820px;margin:0 auto 22px;padding:14px 18px;border:2px solid var(--red);
  background:rgba(251,244,229,.68);font-size:1.02rem
}
.eyebrow,.issue-meta{
  font:800 .76rem/1.2 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--red)
}
.issue-meta{margin-top:18px;color:var(--muted)}
.display-subhead{font-size:clamp(1.5rem,3vw,2.15rem);margin:8px 0 14px;color:var(--ink)}
.content-photo{
  width:100%;height:auto;display:block;max-height:560px;object-fit:cover;border:2px solid var(--ink)
}
.photo-promo{align-items:stretch}
.photo-promo>div{align-self:center}
.notes-hero{padding-bottom:40px}
.article-wrap{max-width:860px}
.article-wrap>p{font-size:1.08rem}
.article-lede{font-size:clamp(1.5rem,3vw,2rem)!important;font-weight:700;line-height:1.25}
.feature-photo{margin:34px 0 10px}
.feature-photo img{width:100%;display:block;border:2px solid var(--ink);max-height:620px;object-fit:cover}
.feature-photo figcaption{font-size:.88rem;color:var(--muted);font-style:italic;margin-top:7px}
.note-story{padding:34px 0;border-top:1px solid rgba(24,22,19,.28)}
.note-story h2,.signoff h2{font-size:clamp(1.35rem,3vw,2rem);margin-bottom:15px}
.note-story p{font-size:1.05rem;margin:0 0 12px}
.photo-story{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.photo-story img{width:100%;display:block;border:2px solid var(--ink);max-height:460px;object-fit:cover}
.photo-story.reverse{grid-template-columns:.85fr 1.15fr}
.signoff{margin-top:18px;padding:30px;border:3px double var(--red);background:rgba(251,244,229,.52)}
.ship-signature{font-size:1.35rem;font-style:italic;margin-bottom:0}
.center-copy{text-align:center;max-width:760px;margin:0 auto 24px;font-size:1.08rem}
.footer-muted{opacity:.72}
.menu-section-label{
  margin:0 0 8px;padding:10px 14px;background:var(--ink);color:var(--cream);
  font:800 .78rem/1 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase
}
.menu-section-label.second{margin-top:34px}
.menu-photo{display:block;width:100%;margin-top:20px;border:2px solid var(--ink);max-height:520px;object-fit:cover}
.menu-photo.portrait{max-height:580px;object-position:center 55%}
.featured-menu{padding-bottom:38px}
.notes-promo .section-title{margin-bottom:16px}
@media(max-width:780px){
  .photo-story,.photo-story.reverse{grid-template-columns:1fr}
  .photo-story.reverse img{order:2}
  .content-photo{max-height:430px}
  .feature-photo img{max-height:480px}
}

/* v1.9 — Brand Alignment
   Visual system: cream paper, pit black, oxblood red, Western display type,
   restrained script accents, cleaner supporting copy. */
:root{
  --cream:#f3e7d0;
  --cream-2:#ddc8a5;
  --ink:#171411;
  --red:#8f1712;
  --red-dark:#68100d;
  --muted:#6d5847;
  --paper:#fbf3e3;
  --rule:rgba(23,20,17,.32);
  --display:"Rye", Rockwell, "Rockwell Extra Bold", Georgia, serif;
  --utility:"Oswald", "Arial Narrow", Arial, sans-serif;
  --body:"Lora", Georgia, "Times New Roman", serif;
  --script:"Lobster", "Brush Script MT", cursive;
}
body{font-family:var(--body);background-color:var(--cream)}
.topbar{font-family:var(--utility);border-bottom:3px solid var(--red);letter-spacing:.11em}
.hero{position:relative;padding-top:48px;border-bottom:4px double var(--ink)}
.hero:after{content:"★  TEXAS BBQ  ★";display:block;width:max-content;max-width:90%;margin:32px auto -12px;padding:0 14px;background:var(--cream);color:var(--red);font:700 .68rem/1 var(--utility);letter-spacing:.18em}
.logo{width:min(350px,76vw);margin-bottom:24px}
.kicker,.eyebrow,.issue-meta,.menu-section-label{font-family:var(--utility);letter-spacing:.16em}
.kicker{background:var(--red);border:1px solid var(--red-dark);box-shadow:3px 3px 0 var(--ink)}
h1,h2,h3{font-family:var(--display);font-weight:400;letter-spacing:.005em;text-transform:uppercase}
h1{font-size:clamp(2.45rem,6.6vw,5.35rem);letter-spacing:.005em;line-height:1.03;text-shadow:1px 1px 0 rgba(255,255,255,.35)}
.lead{max-width:740px}
.btn{font-family:var(--utility);font-weight:700;letter-spacing:.11em;border-width:2px;box-shadow:3px 3px 0 var(--ink);transition:transform .12s ease,box-shadow .12s ease,background .12s ease}
.btn:hover{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}
.btn.primary{background:var(--red);border-color:var(--red-dark)}
.btn.secondary{background:rgba(251,243,227,.5)}
.section{border-bottom:1px solid var(--rule)}
.section-title{gap:12px}
.section-title:before,.section-title:after{height:3px;background:var(--red);box-shadow:0 2px 0 var(--ink)}
.section-title h2{letter-spacing:.015em}
.card{background:rgba(251,243,227,.62);border:2px solid var(--ink);box-shadow:5px 5px 0 rgba(143,23,18,.18)}
.card h3{font-size:1.02rem;line-height:1.15}
.big-number,.menu-number{font-family:var(--display);font-weight:400}
.status-banner{border:3px double var(--red);background:rgba(251,243,227,.76);box-shadow:4px 4px 0 rgba(23,20,17,.14)}
.content-photo,.photo-story img,.feature-photo img,.menu-photo{border:5px solid var(--paper);outline:2px solid var(--ink);box-shadow:7px 7px 0 rgba(143,23,18,.18)}
.quote{border-left:7px solid var(--red);font-size:clamp(1.15rem,2.3vw,1.48rem)}
.sms{border:5px double var(--cream-2);box-shadow:6px 6px 0 var(--red-dark)}
.footer{border-top:5px solid var(--red)}
.tagline{font-family:var(--script);font-style:normal;font-size:1.45rem;color:#e1b99a;letter-spacing:.01em}
.policy-nav{font-family:var(--utility)}
.note{border:3px double var(--red);background:rgba(251,243,227,.55)}
.menu-story{border-bottom:1px solid var(--rule)}
.menu-story h2{line-height:1.12}
.menu-section-label{background:var(--red);border-left:6px solid var(--ink)}
.display-subhead{font-family:var(--script);text-transform:none;line-height:1.08;font-size:clamp(2rem,4.5vw,3.1rem);color:var(--ink)}
.article-lede{font-family:var(--body);font-weight:700}
.note-story h2,.signoff h2{line-height:1.12}
.signoff{border:5px double var(--red);background:rgba(251,243,227,.68);box-shadow:6px 6px 0 rgba(23,20,17,.12)}
.ship-signature{font-family:var(--script);font-style:normal;font-size:1.65rem;color:var(--red)}
@media(max-width:780px){
  .hero{padding-top:38px}
  .hero:after{margin-top:26px}
  .section-title:before,.section-title:after{box-shadow:none}
  .content-photo,.photo-story img,.feature-photo img,.menu-photo{box-shadow:4px 4px 0 rgba(143,23,18,.16)}
}

/* v1.10 — Our Story */
.story-hero{padding-bottom:42px}
.story-wrap{max-width:980px}
.story-chapter{
  display:grid;grid-template-columns:78px 1fr;gap:26px;padding:42px 0;
  border-bottom:1px solid var(--rule)
}
.story-chapter:first-child{padding-top:0}
.story-chapter:last-child{border-bottom:0;padding-bottom:0}
.story-number{font:400 2.45rem/1 var(--display);color:rgba(143,23,18,.48);text-align:right}
.story-chapter h2{font-size:clamp(1.45rem,3.4vw,2.25rem);line-height:1.12;color:var(--red);margin-bottom:18px}
.story-chapter p{font-size:1.07rem;margin:0 0 15px}
.story-emphasis{margin-top:24px!important;padding:18px 20px;border-left:7px solid var(--red);background:rgba(251,243,227,.58);font-size:1.16rem!important}
.story-photo-row{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:start}
.story-figure{margin:4px 0 8px}
.story-figure img{width:100%;height:auto;display:block;border:5px solid var(--paper);outline:2px solid var(--ink);box-shadow:7px 7px 0 rgba(143,23,18,.18)}
.story-figure figcaption{margin-top:9px;color:var(--muted);font-size:.88rem;font-style:italic}
.story-signoff{font-family:var(--script);font-size:clamp(1.55rem,3vw,2.05rem)!important;color:var(--red);margin-top:24px!important}
@media(max-width:780px){
  .story-chapter{grid-template-columns:1fr;gap:10px;padding:34px 0}
  .story-number{text-align:left;font-size:1.55rem}
  .story-photo-row{grid-template-columns:1fr}
  .story-figure img{box-shadow:4px 4px 0 rgba(143,23,18,.16)}
}

/* v3.6.12 — Favorite Recipes and Ship's Tips from the Pit */
.recipe-hero,.tips-hero{padding-bottom:44px}
.recipe-wrap,.tips-wrap{max-width:980px}
.recipe-feature{border:3px double var(--red);background:rgba(251,243,227,.62);box-shadow:7px 7px 0 rgba(23,20,17,.14);margin-bottom:42px}
.recipe-intro{display:grid;grid-template-columns:1fr minmax(280px,.68fr);gap:30px;align-items:center;padding:30px}
.recipe-intro img{width:100%;max-height:520px;object-fit:cover;border:5px solid var(--paper);outline:2px solid var(--ink);box-shadow:6px 6px 0 rgba(143,23,18,.18)}
.recipe-intro h2,.recipe-card h2,.tip-feature h2,.tip-story h2{font-size:clamp(1.55rem,3.5vw,2.45rem);line-height:1.12;color:var(--red);margin:10px 0 14px}
.recipe-deck{font-size:1.08rem;font-style:italic}
.recipe-body{padding:0 30px 32px}
.recipe-body h3,.recipe-card h3,.tip-story h3{font-size:1.05rem;color:var(--ink);margin:24px 0 10px}
.recipe-steps,.ingredient-list{margin:10px 0 0;padding-left:24px}
.recipe-steps li,.ingredient-list li{margin-bottom:10px}
.ship-note{margin-top:24px;padding:18px 20px;border-left:7px solid var(--red);background:var(--ink);color:var(--cream)}
.ship-note strong{color:#fff}
.recipe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.recipe-card{padding:30px;border:2px solid var(--ink);background:rgba(251,243,227,.62);box-shadow:6px 6px 0 rgba(143,23,18,.18)}
.tip-feature{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;padding-bottom:42px}
.tip-feature p,.tip-story p{font-size:1.06rem}
.tip-feature figure{margin:0}
.tip-feature img{width:100%;display:block;border:5px solid var(--paper);outline:2px solid var(--ink);box-shadow:7px 7px 0 rgba(143,23,18,.18)}
.tip-feature figcaption{margin-top:10px;color:var(--muted);font-size:.9rem;font-style:italic}
.tip-story{padding:38px 0;border-top:1px solid var(--rule)}
.reheat-table-wrap{overflow-x:auto;margin:24px 0}
.reheat-table{width:100%;border-collapse:collapse;background:rgba(251,243,227,.62)}
.reheat-table th,.reheat-table td{padding:14px 16px;border:1px solid var(--ink);text-align:left;vertical-align:top}
.reheat-table th{background:var(--ink);color:var(--cream);font:700 .82rem/1.2 var(--utility);letter-spacing:.1em;text-transform:uppercase}
.reheat-table td:first-child{font-weight:700;white-space:nowrap}
.coming-soon{background:rgba(143,23,18,.045)}
.resource-grid .text-link{display:inline-block;margin-top:10px;font-family:var(--utility);text-transform:uppercase;letter-spacing:.08em}
.resource-grid .dark .text-link{color:var(--cream)}
@media(max-width:780px){
  .recipe-intro,.recipe-grid,.tip-feature{grid-template-columns:1fr}
  .recipe-intro,.recipe-body,.recipe-card{padding:24px 20px}
  .recipe-intro img,.tip-feature img{box-shadow:4px 4px 0 rgba(143,23,18,.16)}
  .reheat-table th,.reheat-table td{padding:12px}
  .reheat-table td:first-child{white-space:normal}
}
