/* ============================================================================
   Trucker's Cafe, 10340 Forest Ln #106, Dallas TX 75243
   A working preview built by NH Media Web. Self-hosted type, self-hosted
   images, no external request of any kind.

   The page's identity is a crossing: a long-haul name over a Southern soul
   food kitchen, inside a corner store on Forest Lane. Warm cream ground,
   skillet browns, burgundy. Vollkorn carries the words, Saira carries the
   signage.
   ========================================================================= */

@font-face {
  font-family: 'Vollkorn';
  src: url('fonts/vollkorn-latin-var.woff2') format('woff2-variations');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saira';
  src: url('fonts/saira-latin-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 50% 125%;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream:      #FDF6EC;
  --cream-2:    #F7EDDD;
  --ink:        #24130E;
  --ink-soft:   #63483A;
  --iron:       #2A1712;
  --iron-2:     #1D0F0B;
  --iron-3:     #38211A;
  --bone:       #F5E8D3;
  --bone-soft:  #D3BC9D;
  --brass:      #8F6027;
  --brass-l:    #E0AC61;
  --burgundy:   #6E2534;
  --burgundy-l: #E28D9C;

  --disp: 'Vollkorn', Georgia, 'Times New Roman', serif;
  --sign: 'Saira', 'Segoe UI', system-ui, sans-serif;

  --shell: 1220px;
  --pad: clamp(20px, 5vw, 52px);
}

/* --------------------------------------------------------------- reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--disp);
  font-size: 18px;
  line-height: 1.7;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, dl, dd, figure, blockquote { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }

:where(a, button, [tabindex]):focus-visible {
  outline: 3px solid var(--burgundy);
  outline-offset: 3px;
  border-radius: 3px;
}
.dark-ground :where(a, button):focus-visible,
.week :where(a, button):focus-visible,
.words :where(a, button):focus-visible,
.foot :where(a, button):focus-visible,
.mast :where(a, button):focus-visible {
  outline-color: var(--brass-l);
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 60;
  background: var(--iron); color: var(--bone);
  padding: 14px 22px; font-family: var(--sign); font-weight: 600;
  text-decoration: none;
}
.skip:focus { left: 12px; top: 12px; }

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 var(--pad); }

/* ------------------------------------------------------------ furniture ---- */
.pbar {
  background: var(--iron-2);
  color: var(--bone);
  border-bottom: 1px solid rgba(224, 172, 97, .34);
}
.pbar-in {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 12px 26px; padding-top: 12px; padding-bottom: 12px;
}
.pbar-txt {
  font-family: var(--sign); font-size: 13.5px; font-weight: 400;
  font-stretch: 96%; line-height: 1.5; color: var(--bone-soft);
  max-width: 62ch;
}
.pbar-acts { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; }
.pbar-btn {
  font-family: var(--sign); font-size: 13px; font-weight: 600; letter-spacing: .04em;
  text-decoration: none; color: var(--iron-2); background: var(--brass-l);
  padding: 8px 17px; border-radius: 2px; white-space: nowrap;
}
.pbar-btn:hover { background: #EFC384; }
.pbar-mail {
  font-family: var(--sign); font-size: 13px; color: var(--bone);
  text-decoration: underline; text-underline-offset: 3px; white-space: nowrap;
}

/* ------------------------------------------------------------- masthead ---- */
.mast {
  position: sticky; top: 0; z-index: 40;
  background: var(--iron);
  border-bottom: 1px solid rgba(245, 232, 211, .13);
}
.mast-in {
  display: flex; align-items: center; gap: 24px;
  padding-top: 14px; padding-bottom: 14px;
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; margin-right: auto; }
.brand-mark { flex: none; border-radius: 11px; }
.brand-txt { display: block; }
.brand-name {
  display: block; font-family: var(--disp); font-weight: 700; font-size: 25px;
  line-height: 1.05; color: var(--bone); letter-spacing: -.005em;
}
.brand-sub {
  display: block; font-family: var(--sign); font-size: 11.5px; font-weight: 500;
  font-stretch: 88%; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bone-soft); margin-top: 4px;
}
.nav { display: flex; gap: 28px; }
.nav a {
  font-family: var(--sign); font-size: 14px; font-weight: 500; font-stretch: 94%;
  letter-spacing: .05em; text-decoration: none; color: var(--bone);
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.nav a:hover { border-bottom-color: var(--brass-l); }

.burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.burger span { display: block; width: 24px; height: 2px; background: var(--bone); margin: 5px 0; }

/* --------------------------------------------------------------- buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sign); font-size: 15px; font-weight: 600; font-stretch: 96%;
  letter-spacing: .035em; text-decoration: none;
  padding: 12px 22px; border-radius: 2px; border: 1px solid transparent;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn-lg { font-size: 16.5px; padding: 15px 28px; }
.btn-brass {
  background: var(--burgundy); color: #FBEFE2;
  border-color: rgba(224, 172, 97, .55);
}
.btn-brass:hover { background: #82303F; }
.btn-ghost {
  background: transparent; color: var(--ink); border-color: rgba(36, 19, 14, .34);
}
.btn-ghost:hover { background: rgba(36, 19, 14, .07); border-color: var(--ink); }
.mast-cta { flex: none; }

/* ----------------------------------------------------------- type pieces ---- */
.label {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sign); font-size: 12.5px; font-weight: 600; font-stretch: 84%;
  letter-spacing: .22em; text-transform: uppercase; color: var(--brass);
  margin-bottom: 16px;
}
.label::before { content: ''; width: 30px; height: 2px; background: currentColor; }
.label-d { color: var(--brass-l); }

.h2 {
  font-family: var(--disp); font-weight: 700;
  font-size: clamp(32px, 4.3vw, 52px); line-height: 1.08;
  letter-spacing: -.014em; max-width: 17ch;
}
.h2-d { color: var(--bone); }
.lede { font-size: clamp(17px, 1.5vw, 19px); line-height: 1.68; color: var(--ink-soft); max-width: 48ch; }
.lede-d { color: var(--bone-soft); }

.frame {
  overflow: hidden; border-radius: 3px;
  box-shadow: 0 1px 0 rgba(36, 19, 14, .1), 0 22px 46px -26px rgba(36, 19, 14, .5);
}
.frame img { width: 100%; filter: saturate(.96) contrast(1.03) sepia(.06); }

.cap {
  display: block; margin-top: 13px;
  font-family: var(--sign); font-size: 13px; font-weight: 400; font-stretch: 96%;
  line-height: 1.6; color: var(--ink-soft);
}
.cap-src { color: rgba(99, 72, 58, .82); }
.cap-note { display: block; margin-top: 7px; max-width: 54ch; }
.cap-d { color: var(--bone-soft); }
.cap-d .cap-src { color: rgba(211, 188, 157, .85); }

.stars { font-size: 15px; letter-spacing: .18em; color: var(--brass); line-height: 1; }
.q-src {
  display: block; font-family: var(--sign); font-size: 12px; font-weight: 500;
  font-stretch: 92%; letter-spacing: .13em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 5px;
}

/* ------------------------------------------------------------------ hero ---- */
.hero { padding: clamp(52px, 7vw, 96px) 0 clamp(56px, 7vw, 100px); }
.hero-in {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 4.5vw, 62px);
  align-items: center;
}
.hero-eyebrow {
  font-family: var(--sign); font-size: 13px; font-weight: 600; font-stretch: 86%;
  letter-spacing: .2em; text-transform: uppercase; color: var(--brass);
  margin-bottom: 22px;
}
.hero-eyebrow .dot { margin: 0 4px; }
.hero-h {
  font-family: var(--disp); font-weight: 800;
  font-size: clamp(40px, 4.7vw, 63px); line-height: 1.04;
  letter-spacing: -.022em; margin-bottom: 24px; max-width: 17ch;
}
.hero-lede { font-size: clamp(18px, 1.6vw, 20.5px); line-height: 1.62; color: var(--ink-soft); max-width: 46ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }

.hquote {
  margin-top: 40px; padding: 22px 26px;
  background: var(--cream-2);
  border-left: 3px solid var(--burgundy);
  max-width: 46ch;
}
.hquote blockquote p {
  font-family: var(--disp); font-size: 19px; font-style: italic; line-height: 1.55;
  margin: 11px 0 12px;
}
.hquote figcaption {
  font-family: var(--sign); font-size: 14px; font-weight: 600; font-stretch: 94%;
  color: var(--ink);
}
.hero-fig { align-self: center; }
.hero-fig .frame img { aspect-ratio: 5 / 4; object-fit: cover; }

/* -------------------------------------------------------------- the week ---- */
.week {
  background: var(--iron); color: var(--bone);
  padding: clamp(58px, 7vw, 96px) 0;
  background-image: radial-gradient(rgba(245, 232, 211, .075) 1px, transparent 1px);
  background-size: 22px 22px;
}
.week-head {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(24px, 4vw, 60px);
  align-items: end; margin-bottom: clamp(38px, 5vw, 58px);
}
.chart {
  border-top: 1px solid rgba(245, 232, 211, .17);
  padding-top: 22px;
}
.axis {
  position: relative; height: 24px;
  margin-left: 152px; margin-right: 196px;
}
.tick {
  position: absolute; top: 0; transform: translateX(-50%);
  font-family: var(--sign); font-size: 11px; font-weight: 500; font-stretch: 86%;
  letter-spacing: .16em; text-transform: uppercase; color: var(--bone-soft);
  white-space: nowrap;
}
.tick-6  { left: 23.08%; }
.tick-12 { left: 46.15%; }
.tick-18 { left: 69.23%; }
.tick-24 { left: 92.31%; }

.wk-row {
  display: grid; grid-template-columns: 132px minmax(0, 1fr) 176px;
  gap: 20px; align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid rgba(245, 232, 211, .09);
}
.wk-row .wk-d {
  grid-column: 1; grid-row: 1;
  font-family: var(--sign); font-size: 15px; font-weight: 600; font-stretch: 92%;
  letter-spacing: .02em;
}
.wk-row .wk-t {
  grid-column: 3; grid-row: 1; text-align: right;
  font-family: var(--sign); font-size: 14.5px; font-weight: 400; font-stretch: 94%;
  color: var(--bone-soft); font-variant-numeric: tabular-nums;
}
.wk-row .bar {
  grid-column: 2; grid-row: 1; position: relative; height: 13px; border-radius: 7px;
  background: rgba(245, 232, 211, .085);
}
.wk-row .bar::before {
  content: ''; position: absolute; top: 0; bottom: 0; left: 23.08%;
  border-radius: 7px;
  background: linear-gradient(90deg, #A9713A 0%, var(--brass-l) 100%);
  transform-origin: left center;
}
.bar-a::before { width: 65.38%; }
.bar-b::before { width: 69.23%; }
.bar-c::before { width: 73.08%; }
.is-late .bar::before { background: linear-gradient(90deg, #8E4A46 0%, #E9B877 100%); }
.is-late .wk-t { color: var(--brass-l); }

.chart-src {
  margin-top: 18px;
  font-family: var(--sign); font-size: 12.5px; font-stretch: 94%;
  color: rgba(211, 188, 157, .8);
}

/* ----------------------------------------------------------- the kitchen ---- */
.kitchen { background: var(--cream-2); padding: clamp(58px, 7vw, 100px) 0; }
.kit-head { margin-bottom: clamp(34px, 4.5vw, 54px); }
.kit-head .lede { margin-top: 16px; }

.plates { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(20px, 2.4vw, 30px); }
.plate { margin: 0; }
.plate-wide { grid-column: span 7; }
.plates .plate:not(.plate-wide) { grid-column: span 5; align-self: end; }
.plate .frame img { aspect-ratio: 3 / 2; object-fit: cover; }
.plate-n {
  display: block; font-family: var(--disp); font-weight: 700; font-size: 22px;
  line-height: 1.25; color: var(--ink); margin-bottom: 2px;
}

.board {
  grid-column: span 5; align-self: start;
  border-top: 2px solid var(--ink);
  padding-top: 6px;
}
.board li {
  font-family: var(--disp); font-weight: 600; font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.3; padding: 15px 0;
  border-bottom: 1px solid rgba(36, 19, 14, .16);
}
.board li:last-child { border-bottom: 0; }
/* When launch-prep deletes the furniture slot, the board takes the whole row. */
.plates:not(:has(.slot)) .board { grid-column: span 12; column-count: 2; column-gap: 48px; }

.slot {
  grid-column: span 7; align-self: start;
  border: 2px dashed rgba(110, 37, 52, .45);
  border-radius: 3px; padding: 26px 28px;
  background: rgba(253, 246, 236, .6);
}
.slot p + p { margin-top: 13px; }
.slot p {
  font-family: var(--sign); font-size: 14.5px; font-stretch: 96%; line-height: 1.66;
  color: var(--ink-soft);
}
.slot-k {
  font-family: var(--sign) !important; font-size: 13px !important; font-weight: 700;
  font-stretch: 88%; letter-spacing: .14em; text-transform: uppercase;
  color: var(--burgundy) !important; margin-bottom: 4px;
}

/* ----------------------------------------------------------------- words ---- */
.words {
  background: var(--iron-2); color: var(--bone);
  padding: clamp(58px, 7vw, 100px) 0;
  background-image: radial-gradient(rgba(245, 232, 211, .06) 1px, transparent 1px);
  background-size: 26px 26px;
}
.words-head { max-width: 32ch; margin-bottom: clamp(36px, 4.5vw, 56px); }
.pull {
  font-family: var(--disp); font-weight: 800;
  font-size: clamp(38px, 5.4vw, 62px); line-height: 1.05;
  letter-spacing: -.022em; color: var(--bone);
}
.words-attr {
  margin-top: 16px;
  font-family: var(--sign); font-size: 15px; font-weight: 600; font-stretch: 94%;
  color: var(--bone);
}
.words-attr .q-src, .quote .q-src { color: var(--bone-soft); }

.quotes { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(18px, 2vw, 24px); }
.quote {
  grid-column: span 2; margin: 0;
  background: rgba(245, 232, 211, .045);
  border: 1px solid rgba(245, 232, 211, .12);
  border-radius: 3px; padding: 24px 24px 22px;
}
.quote:nth-child(4) { grid-column: span 4; }
.quote:nth-child(5) { grid-column: span 2; }
.quote .stars { color: var(--brass-l); }
.quote blockquote p {
  font-family: var(--disp); font-size: 17.5px; line-height: 1.62;
  color: var(--bone); margin: 13px 0 15px;
}
.quote figcaption {
  font-family: var(--sign); font-size: 14px; font-weight: 600; font-stretch: 94%;
  color: var(--bone);
}

.themes {
  margin-top: clamp(38px, 4.5vw, 56px);
  border-top: 1px solid rgba(245, 232, 211, .17);
  padding-top: 26px;
}
.themes-h {
  font-family: var(--sign); font-size: 12.5px; font-weight: 600; font-stretch: 84%;
  letter-spacing: .2em; text-transform: uppercase; color: var(--brass-l);
  margin-bottom: 18px;
}
.theme-l { display: flex; flex-wrap: wrap; gap: 10px; }
.theme-l li {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sign); font-size: 14px; font-stretch: 96%; color: var(--bone);
  border: 1px solid rgba(245, 232, 211, .2); border-radius: 2px;
  padding: 7px 13px;
}
.theme-n {
  font-weight: 700; color: var(--brass-l); font-variant-numeric: tabular-nums;
}
.src {
  margin-top: 20px;
  font-family: var(--sign); font-size: 12.5px; font-stretch: 94%;
  color: rgba(211, 188, 157, .82);
}

/* ----------------------------------------------------------------- reply ---- */
.reply {
  background: var(--iron-3); color: var(--bone);
  padding: clamp(46px, 5.5vw, 74px) 0;
  border-top: 1px solid rgba(245, 232, 211, .1);
}
.reply-in { max-width: 900px; text-align: center; }
.reply-q p {
  font-family: var(--disp); font-weight: 500; font-style: italic;
  font-size: clamp(21px, 2.4vw, 30px); line-height: 1.45; color: var(--bone);
}
.reply-src {
  margin-top: 20px;
  font-family: var(--sign); font-size: 12.5px; font-weight: 500; font-stretch: 90%;
  letter-spacing: .15em; text-transform: uppercase; color: var(--bone-soft);
}

/* ----------------------------------------------------------------- visit ---- */
.visit { padding: clamp(58px, 7vw, 100px) 0; }
.visit-in {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 4.5vw, 64px);
  align-items: start;
}
.visit-h {
  font-family: var(--disp); font-weight: 800;
  font-size: clamp(34px, 4.4vw, 52px); line-height: 1.05; letter-spacing: -.02em;
}
.visit-city {
  font-family: var(--sign); font-size: 16px; font-stretch: 96%; color: var(--ink-soft);
  margin-top: 8px;
}
.visit-note { margin-top: 22px; font-size: 18px; line-height: 1.65; max-width: 42ch; color: var(--ink-soft); }
.visit-cta { display: flex; flex-wrap: wrap; gap: 13px; margin: 30px 0 34px; }

.facts { border-top: 1px solid rgba(36, 19, 14, .16); }
.facts li {
  display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 16px;
  padding: 13px 0; border-bottom: 1px solid rgba(36, 19, 14, .16);
  font-family: var(--sign); font-size: 15px; font-stretch: 96%;
}
.facts-k {
  font-size: 12px; font-weight: 600; font-stretch: 86%; letter-spacing: .15em;
  text-transform: uppercase; color: var(--ink-soft); padding-top: 3px;
}
.facts-v { word-break: break-word; }
.facts-v a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(110, 37, 52, .5); }
.facts-v a:hover { text-decoration-color: var(--burgundy); }

.aside { display: grid; gap: 20px; }
.card {
  border: 1px solid rgba(36, 19, 14, .18); border-radius: 3px;
  padding: 26px 28px; background: var(--cream-2);
}
.card-hours { border-top: 3px solid var(--burgundy); }
.card-h {
  font-family: var(--sign); font-size: 12.5px; font-weight: 600; font-stretch: 84%;
  letter-spacing: .2em; text-transform: uppercase; color: var(--brass);
}
.card-big {
  font-family: var(--disp); font-weight: 800; font-size: 54px; line-height: 1;
  letter-spacing: -.02em; margin-top: 12px;
}
.card-big-k {
  font-family: var(--sign); font-size: 13px; font-weight: 500; font-stretch: 90%;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft);
  margin-top: 8px;
}
.hrs { margin-top: 22px; border-top: 1px solid rgba(36, 19, 14, .16); }
.hrs-row {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 18px;
  padding: 11px 0; border-bottom: 1px solid rgba(36, 19, 14, .13);
  font-family: var(--sign); font-size: 14.5px; font-stretch: 94%;
}
.hrs-row:last-child { border-bottom: 0; }
.hrs-row dt { font-weight: 600; }
.hrs-row dd { color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.svc { margin-top: 16px; display: grid; gap: 10px; }
.svc li {
  font-family: var(--sign); font-size: 15.5px; font-stretch: 96%;
  display: flex; align-items: center; gap: 12px;
}
.svc li::before {
  content: ''; flex: none; width: 9px; height: 9px; border-radius: 50%;
  background: var(--burgundy);
}

/* ---------------------------------------------------- about this preview ---- */
.preview { background: var(--iron-3); color: var(--bone); padding: clamp(44px, 5vw, 66px) 0; }
.about-preview { max-width: 74ch; }
.ap-h {
  font-family: var(--sign); font-size: 12.5px; font-weight: 600; font-stretch: 84%;
  letter-spacing: .2em; text-transform: uppercase; color: var(--brass-l);
  margin-bottom: 18px;
}
.about-preview p {
  font-family: var(--sign); font-size: 14.5px; font-stretch: 96%; line-height: 1.7;
  color: var(--bone-soft);
}
.about-preview p + p { margin-top: 12px; }

/* ---------------------------------------------------------------- footer ---- */
.foot { background: var(--iron); color: var(--bone); border-top: 3px solid var(--brass); }
.foot-in {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: clamp(26px, 3.5vw, 48px);
  padding-top: clamp(44px, 5vw, 64px); padding-bottom: 40px;
}
.foot-brand .brand-mark { border-radius: 12px; margin-bottom: 16px; }
.foot-name { font-family: var(--disp); font-weight: 700; font-size: 24px; line-height: 1.1; }
.foot-sub {
  font-family: var(--sign); font-size: 13.5px; font-stretch: 94%; line-height: 1.65;
  color: var(--bone-soft); margin-top: 8px;
}
.foot-id {
  font-family: var(--sign); font-size: 12.5px; font-weight: 600; font-stretch: 90%;
  letter-spacing: .1em; color: var(--brass-l); margin-top: 14px;
}
.foot-k {
  font-family: var(--sign); font-size: 12px; font-weight: 600; font-stretch: 84%;
  letter-spacing: .2em; text-transform: uppercase; color: var(--bone-soft);
  margin-bottom: 14px;
}
.foot-col a, .foot-col p {
  display: block; font-family: var(--sign); font-size: 15px; font-stretch: 96%;
  line-height: 1.6; color: var(--bone); text-decoration: none; margin-bottom: 9px;
}
.foot-col a:hover { color: var(--brass-l); }
.foot-bar {
  border-top: 1px solid rgba(245, 232, 211, .14);
  padding-top: 20px; padding-bottom: 26px;
}
.foot-bar p {
  font-family: var(--sign); font-size: 13px; font-stretch: 94%; color: var(--bone-soft);
}

/* ------------------------------------------------------------- not found ---- */
.nf { padding: clamp(64px, 9vw, 128px) 0 clamp(56px, 8vw, 110px); }
.nf-h {
  font-family: var(--disp); font-weight: 800;
  font-size: clamp(36px, 5.4vw, 62px); line-height: 1.04; letter-spacing: -.022em;
  max-width: 16ch;
}
.nf-p { margin-top: 20px; max-width: 44ch; color: var(--ink-soft); }
.nf-acts { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }

/* -------------------------------------------------------------- reveals ---- */
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.in-view {
  opacity: 1; transform: none;
  transition: opacity .62s ease, transform .62s cubic-bezier(.22, .68, .32, 1);
}
.js .reveal-2.in-view { transition-delay: .09s; }
.js .reveal-3.in-view { transition-delay: .18s; }
.js .reveal-4.in-view { transition-delay: .27s; }

/* ------------------------------------------------------------ responsive ---- */
@media (max-width: 1080px) {
  .nav { gap: 20px; }
  .nav a { font-size: 13.5px; }
  .mast-cta { font-size: 14px; padding: 10px 16px; }
}

@media (max-width: 940px) {
  .mast-in { flex-wrap: wrap; }
  .burger { display: block; order: 3; margin-left: auto; }
  .mast-cta { order: 2; }
  .nav {
    order: 4; flex-basis: 100%; flex-direction: column; gap: 0;
    max-height: 0; overflow: hidden;
  }
  .nav.is-open { max-height: 340px; padding-bottom: 10px; }
  .nav a { padding: 12px 0; border-bottom: 1px solid rgba(245, 232, 211, .12); font-size: 15px; }

  .hero-in, .week-head, .visit-in { grid-template-columns: 1fr; }
  .h2, .hero-h { max-width: none; }
  .plates .plate-wide,
  .plates .plate:not(.plate-wide),
  .board, .slot { grid-column: span 12; }
  .quote, .quote:nth-child(4), .quote:nth-child(5) { grid-column: span 3; }
  .plates .plate:not(.plate-wide) { align-self: stretch; }
  .foot-in { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .axis { display: none; }
  .wk-row { grid-template-columns: 1fr auto; gap: 8px 16px; }
  .wk-row .wk-d { grid-column: 1; grid-row: auto; }
  .wk-row .wk-t { grid-column: 2; grid-row: auto; }
  .wk-row .bar { display: none; }
  .quote, .quote:nth-child(4), .quote:nth-child(5) { grid-column: span 6; }
  .facts li { grid-template-columns: 1fr; gap: 3px; }
  .foot-in { grid-template-columns: 1fr; }
  .hquote { padding: 20px; }
  .btn-lg { font-size: 15.5px; padding: 14px 22px; }
  .hero-cta .btn, .visit-cta .btn { flex: 1 1 auto; justify-content: center; }
}

@media (max-width: 420px) {
  body { font-size: 17px; }
  .brand-name { font-size: 21px; }
  .brand-sub { font-size: 10.5px; letter-spacing: .12em; }
  .mast-cta { font-size: 13px; padding: 9px 13px; }
  .card, .slot { padding: 22px 20px; }
}

/* ------------------------------------------------------- reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}
