/* =========================================================
   Café Bombón — site stylesheet
   Warm cream, rust orange, hand-drawn type, polaroid frames.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Nunito:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  /* Palette pulled from Café Bombón's own brand:
     sage/seafoam green florals, cream papers, soft blush accents. */
  --cream:        #F5F1E8;       /* page background — warm off-white */
  --cream-soft:   #FAF6EE;       /* card / inset */
  --cream-warm:   #E8DFCC;       /* wood-grain band */
  --paper:        #FFFFFF;       /* polaroid frame */
  --rust:         #5C7765;       /* PRIMARY — dusty sage green */
  --rust-deep:    #425849;       /* hover / deeper sage */
  --rust-soft:    #A6BAA9;       /* soft sage for the sun motif */
  --peach:        #D9B89C;       /* warm cream-blush accent */
  --sage:         #A89280;       /* SECONDARY — warm taupe for subheads */
  --sage-soft:    #C9B9A6;
  --ink:          #2A2622;
  --ink-soft:     #514a42;
  --rule:         #5C7765;
  --shadow-pol:   0 14px 28px -10px rgba(40,30,20,.28), 0 2px 6px rgba(40,30,20,.12);

  --w-content: 1280px;
  --pad-x: clamp(24px, 5vw, 80px);

  --f-display: 'Allura', 'Pinyon Script', cursive;          /* signature script — matches the Café Bombón label */
  --f-serif:   'Cormorant Garamond', 'Cormorant', serif;     /* refined serif caps — pairs with the script */
  --f-sub:     'Cormorant Garamond', 'Cormorant', serif;
  --f-script:  'Allura', 'Pinyon Script', cursive;
  --f-body:    'Nunito', system-ui, -apple-system, sans-serif;
  --f-mono:    'JetBrains Mono', ui-monospace, Menlo, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
img { display: block; max-width: 100%; }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244,239,231,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(178,84,32,.08);
}
.nav-inner {
  max-width: var(--w-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  padding: 16px var(--pad-x);
}
.brand {
  display: flex; align-items: center; gap: 14px;
  text-decoration: none; color: var(--ink);
}
.brand-mark { width: 64px; height: 48px; flex: none; }
.brand-text {
  display: flex; flex-direction: column;
  font-family: var(--f-display);
  font-size: 44px; line-height: .9;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  white-space: nowrap;
}
.brand-text .sub {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 2px;
}
.nav-links {
  display: flex;
  gap: clamp(20px, 3vw, 44px);
  justify-self: start;
  margin-left: clamp(16px, 4vw, 56px);
}
.nav-links a {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--rust);
  padding: 4px 2px;
  position: relative;
  transition: color .15s ease;
}
.nav-links a:hover { color: var(--rust-deep); }
.nav-links a.active { color: var(--ink); }
.nav-links a.active::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: -2px; height: 2px;
  background: var(--ink); border-radius: 2px;
}
.nav-hours {
  font-family: var(--f-serif);
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.5;
  color: var(--ink);
  text-align: left;
  justify-self: end;
}
.nav-hours .hd {
  display: block;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* ============ BUTTONS ============ */
.btn-pill {
  display: inline-flex; align-items: center;
  gap: 14px;
  background: var(--rust);
  color: #fff !important;
  text-decoration: none;
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 12px 14px 12px 26px;
  border-radius: 999px;
  border: none; cursor: pointer;
  transition: background .15s ease, transform .15s ease;
  white-space: nowrap;
}
.btn-pill:hover { background: var(--rust-deep); }
.btn-pill .chev {
  width: 30px; height: 30px;
  background: #fff; color: var(--rust);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 14px; font-weight: 700;
  flex: none;
}
.btn-ig .btn-label {
  display: flex; flex-direction: column;
  line-height: 1; gap: 4px;
  text-align: left;
}
.btn-ig .btn-line-1 {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .22em;
}
.btn-ig .btn-line-2 {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: none;
  opacity: .92;
}
.btn-pill-sage { background: var(--sage); }
.btn-pill-sage:hover { background: #819692; }
.btn-pill-sage .chev { color: var(--sage); }
.btn-pill-outline {
  background: transparent;
  color: var(--rust) !important;
  border: 2px solid var(--rust);
  padding: 10px 14px 10px 24px;
}
.btn-pill-outline .chev { background: var(--rust); color: #fff; }
.btn-pill-outline:hover { background: var(--rust); color: #fff !important; }
.btn-pill-outline:hover .chev { background: #fff; color: var(--rust); }

/* ============ HERO (Home) ============ */
.hero {
  position: relative;
  background: #2b2218;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 30% 40%, rgba(231,184,156,.22), transparent 70%),
    linear-gradient(180deg, rgba(40,32,24,.55), rgba(40,32,24,.7)),
    repeating-linear-gradient(45deg, #3a2d20 0 6px, #3d3023 6px 12px);
}
.hero-inner {
  position: relative;
  max-width: var(--w-content);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 130px) var(--pad-x) clamp(120px, 16vw, 220px);
  display: grid; place-items: center;
  text-align: center;
  min-height: 540px;
  color: #fff;
}
.hero-logo {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.hero-sun {
  position: absolute;
  width: clamp(220px, 26vw, 320px);
  height: clamp(220px, 26vw, 320px);
  background: var(--rust-soft);
  border-radius: 50%;
  top: -30px; left: 50%;
  transform: translateX(-55%);
  z-index: 0;
  filter: blur(.5px);
  opacity: .9;
}
.hero-mark {
  position: relative; z-index: 1;
  font-family: var(--f-display);
  font-size: clamp(88px, 11vw, 168px);
  line-height: .9;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0,0,0,.3);
}
.hero-sub {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: .55em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 6px;
  margin-left: .55em; /* compensate trailing letter-spacing to keep optically centered */
  opacity: .92;
}
.hero-tag {
  font-family: var(--f-display);
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
  margin-top: clamp(28px, 4vw, 56px);
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
  max-width: 18ch;
  font-style: italic;
}

/* ============ POLAROID STRIP ============ */
.polaroid-strip {
  background: var(--cream);
  padding: 0 var(--pad-x) 64px;
  margin-top: -90px; /* hangs into hero */
  position: relative; z-index: 2;
}
.polaroid-row {
  max-width: var(--w-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(8px, 1.6vw, 22px);
  align-items: end;
}
.polaroid {
  background: var(--paper);
  padding: 12px 12px 14px;
  box-shadow: var(--shadow-pol);
  display: flex; flex-direction: column;
  gap: 10px;
  transition: transform .25s ease;
}
.polaroid:nth-child(odd)  { transform: rotate(-3deg); }
.polaroid:nth-child(even) { transform: rotate(2.5deg); }
.polaroid:nth-child(3n)   { transform: rotate(-1.5deg); margin-bottom: 18px; }
.polaroid:hover { transform: rotate(0) translateY(-6px); }
.polaroid .pic {
  aspect-ratio: 1 / 1;
  background: var(--cream-warm);
  overflow: hidden;
  position: relative;
}
.polaroid .pic img,
.polaroid .pic image-slot {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.polaroid .cap {
  font-family: var(--f-script);
  font-size: 28px;
  line-height: 1;
  text-align: center;
  color: var(--ink);
  min-height: 44px;
  padding: 6px 4px 8px;
}

/* ============ SECTIONS ============ */
.section {
  padding: clamp(56px, 8vw, 110px) var(--pad-x);
}
.section-inner { max-width: var(--w-content); margin: 0 auto; }

.section-head {
  display: flex; flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: clamp(36px, 5vw, 64px);
}
@media (min-width: 760px) {
  .section-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
  }
}
h1.display, h2.display {
  font-family: var(--f-display);
  font-size: clamp(56px, 8vw, 112px);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
  color: var(--rust);
  margin: 0;
}
h3.subhead {
  font-family: var(--f-serif);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.1;
  letter-spacing: .01em;
  text-transform: none;
  color: var(--sage);
  margin: 0 0 16px;
}

/* ============ MENU (monthly menu) ============ */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
}
.menu-col { display: flex; flex-direction: column; }
.menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 12px;
  padding: 14px 0 6px;
  font-family: var(--f-mono);
  font-size: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 2.5px solid var(--rule);
  margin-bottom: 14px;
}
.menu-row.is-section {
  font-weight: 500;
  letter-spacing: .08em;
  padding-top: 28px;
}
.menu-row.is-sub { padding-left: 18px; }
.menu-row.is-note {
  border-bottom: 2.5px solid var(--rule);
  border-top: none;
  font-size: 14px;
  color: var(--ink-soft);
  padding-top: 22px;
}
.menu-row .price { font-feature-settings: "tnum"; }
.menu-row em {
  font-family: var(--f-serif);
  font-weight: 400;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: .01em;
  font-size: 13px;
  color: var(--ink-soft);
  margin-left: 8px;
  opacity: .85;
}
.menu-row.is-section em { color: var(--sage); font-size: 15px; }

/* ============ PAGE HEADER (Our Story / Events / Catering) ============ */
.page-hero {
  position: relative;
  height: clamp(280px, 36vw, 460px);
  overflow: hidden;
  background: #c9b89d;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(80,55,30,.35), rgba(80,55,30,.55)),
    radial-gradient(ellipse at 20% 30%, #d9c4a4, #b09574 70%);
}
.page-hero-bg image-slot,
.page-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.page-hero .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(40,30,20,.35) 0%, rgba(40,30,20,.55) 100%);
}
.page-hero h1 {
  position: relative;
  font-family: var(--f-display);
  color: #fff;
  font-size: clamp(72px, 10vw, 148px);
  line-height: .95;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0,0,0,.4);
}
.page-hero .stage {
  position: relative;
  height: 100%;
  display: grid; place-items: center;
  padding: 0 var(--pad-x);
}
.page-hero-band {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 22px;
  background: linear-gradient(180deg, #e9cca2 0%, #d6b486 100%);
  box-shadow: inset 0 6px 10px rgba(120,80,40,.18);
}

/* ============ POLAROID — large (Our Story): ornate gold frame ============ */
.story-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
}
.story-row.flip { grid-template-columns: 1fr auto; }

.polaroid-lg {
  width: clamp(300px, 34vw, 460px);
  background: transparent;
  padding: 0;
  box-shadow: none;
  transform: rotate(-2deg);
  filter: drop-shadow(0 16px 24px rgba(40,30,20,.22));
  transition: transform .25s ease;
}
.polaroid-lg.right { transform: rotate(2.5deg); justify-self: end; }
.polaroid-lg:hover { transform: rotate(0); }

/* .pic wraps the image inside the inner "window" of the gold frame.
   Frame PNG is 666×770. Inner window padding values measured from the frame:
   left/right ~17%, top ~11%, bottom ~10%. */
.polaroid-lg .pic {
  position: relative;
  aspect-ratio: 666 / 770;
  background: transparent;
  overflow: visible;
  padding: 11% 17% 10%;
  box-sizing: border-box;
  isolation: isolate;
}
.polaroid-lg .pic .frame-overlay {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: fill;
  pointer-events: none;
  z-index: 2;
  display: block;
}
.polaroid-lg .pic image-slot,
.polaroid-lg .pic > img:not(.frame-overlay) {
  position: relative; z-index: 1;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  background: var(--cream-warm);
  box-shadow: inset 0 0 0 1px rgba(40,30,20,.18), 0 2px 8px rgba(0,0,0,.18);
}
.polaroid-lg .cap {
  font-family: var(--f-script);
  font-size: 40px;
  line-height: 1;
  text-align: center;
  padding: 18px 10px 4px;
  color: var(--ink);
}
.story-text { max-width: 48ch; }
.story-text p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0;
}

/* ============ STORY HEADLINE (centered) ============ */
.story-headline {
  font-family: var(--f-display);
  font-size: clamp(44px, 5.5vw, 78px);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
  color: var(--rust);
  text-align: center;
  margin: 0 auto;
  max-width: 22ch;
  padding: clamp(40px, 6vw, 80px) var(--pad-x);
}

/* ============ VALUES (Our Story bottom) ============ */
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 5vw, 64px);
  text-align: center;
}
.value-blob {
  width: clamp(180px, 18vw, 240px);
  height: clamp(180px, 18vw, 240px);
  margin: 0 auto 22px;
  display: grid; place-items: center;
}
.value-blob svg { width: 100%; height: 100%; }
.value .eyebrow {
  font-family: var(--f-serif);
  font-weight: 500;
  font-style: italic;
  font-size: 17px;
  letter-spacing: .05em;
  text-transform: none;
  color: var(--sage);
}
.value h3 {
  font-family: var(--f-display);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  color: var(--sage);
  margin: 6px 0 0;
}

/* ============ EVENTS list ============ */
.events-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(48px, 6vw, 100px);
}
.events-list {
  display: grid; gap: 56px;
}
.event {
  display: grid;
  gap: 10px;
}
.event .badge {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  border: 1px solid rgba(40,30,20,.4);
  padding: 5px 12px;
  display: inline-block;
  justify-self: start;
  border-radius: 2px;
  color: var(--ink);
}
.event h3 {
  font-family: var(--f-display);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin: 6px 0 4px;
  color: var(--ink);
}
.event .when {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: clamp(13px, 1.3vw, 15px);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink);
}
.event .where, .event p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 44ch;
}
.event .more {
  font-family: var(--f-body);
  font-size: 16px;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
  align-self: start;
  justify-self: start;
}
.btn-details {
  background: var(--sage);
  color: #fff !important;
  border: none;
  border-radius: 999px;
  padding: 10px 28px;
  font-family: var(--f-body);
  font-size: 15px;
  cursor: pointer;
  justify-self: start;
  margin-top: 8px;
  text-decoration: none;
  display: inline-block;
}
.btn-details:hover { background: #819692; }
.events-side {
  position: relative;
  align-self: start;
}
.events-side .photo-frame {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #a8b9a5 0%, #6f8a78 100%);
  box-shadow: var(--shadow-pol);
}
.events-side .photo-frame image-slot,
.events-side .photo-frame img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* ============ CATERING ============ */
.cat-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
}
.cat-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  margin-top: clamp(48px, 7vw, 80px);
}
.cat-card {
  border: 4px solid var(--rust);
  border-radius: 28px;
  padding: 14px;
  background: transparent;
}
.cat-card.sage { border-color: var(--sage); }
.cat-card-inner {
  background: var(--cream-soft);
  border-radius: 18px;
  padding: clamp(36px, 5vw, 64px) clamp(28px, 4vw, 56px);
  text-align: center;
  display: flex; flex-direction: column;
  gap: 28px;
  min-height: 100%;
}
.cat-card h2 {
  font-family: var(--f-display);
  font-size: clamp(56px, 7vw, 96px);
  line-height: .9;
  letter-spacing: 0;
  text-transform: none;
  color: var(--rust);
  margin: 0;
}
.cat-card .lede {
  max-width: 32ch;
  margin: 0 auto;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
}
.cat-card .feature-list {
  list-style: none;
  padding: 0;
  margin: 8px auto 0;
  display: grid; gap: 8px;
  font-size: 17px;
  color: var(--ink);
}
.cat-card h4 {
  font-family: var(--f-serif);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 26px);
  letter-spacing: .02em;
  text-transform: none;
  color: var(--sage);
  margin: 0;
}
.cat-card .price-row {
  display: flex; justify-content: space-between;
  align-items: baseline;
  border-top: 1px dashed rgba(178,84,32,.3);
  padding-top: 22px;
  margin-top: 8px;
}
.cat-card .price-row.no-line { border-top: none; padding-top: 0; }
.cat-card .price-label {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: clamp(13px, 1.3vw, 15px);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--rust);
  align-self: center;
}
.cat-card .price-num {
  font-family: var(--f-display);
  font-size: clamp(48px, 6vw, 72px);
  line-height: .9;
  letter-spacing: 0;
  color: var(--rust);
}
.cat-card .overtime {
  font-family: var(--f-serif);
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  letter-spacing: .02em;
  text-transform: none;
  color: var(--rust);
  text-align: left;
  margin-top: 12px;
}
.cat-card .overtime + p {
  text-align: left;
  font-size: 16px;
  color: var(--ink);
  margin: 8px 0 0;
}

.cat-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  margin-top: clamp(64px, 8vw, 100px);
}
.cat-details .col h4 {
  font-family: var(--f-serif);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: .02em;
  text-transform: none;
  color: var(--sage);
  margin: 0 0 18px;
}
.cat-details .col p,
.cat-details .col li {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0;
}
.cat-details .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid; gap: 4px;
}
.cat-details .col.contact h4 { color: var(--rust); }

.cat-wood {
  height: 18px;
  background: linear-gradient(180deg, #e9cca2 0%, #d6b486 100%);
  box-shadow: inset 0 6px 10px rgba(120,80,40,.18);
}

.cat-gallery {
  padding: clamp(48px, 7vw, 90px) var(--pad-x) clamp(64px, 9vw, 120px);
}
.cat-gallery-inner {
  max-width: var(--w-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2vw, 28px);
}
.cat-gallery .polaroid { padding: 14px 14px 18px; }
.cat-gallery .polaroid .pic { aspect-ratio: 4 / 5; }
.cat-gallery .polaroid:nth-child(odd) { transform: rotate(-2.5deg); }
.cat-gallery .polaroid:nth-child(even) { transform: rotate(2deg); margin-top: 28px; }

/* ============ FOOTER ============ */
.foot {
  background: var(--rust);
  color: #fff;
  border-radius: 18px 18px 0 0;
  margin-top: clamp(40px, 6vw, 80px);
}
.foot-inner {
  max-width: var(--w-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(40px, 6vw, 72px) var(--pad-x);
  align-items: start;
}
.foot-brand .brand-mark { width: 220px; height: auto; }
.foot-brand .wordmark {
  font-family: var(--f-display);
  font-size: 64px;
  line-height: .9;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 8px;
}
.foot-brand .wordmark .sub {
  display: block;
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .32em;
  text-transform: uppercase;
  margin-top: 2px;
  opacity: .85;
}
.foot h5 {
  font-family: var(--f-serif);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .26em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: #fff;
}
.foot p, .foot a {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
.foot a { text-decoration: underline; text-underline-offset: 3px; }

/* =========================================================
   COMPLETE MENU PAGE
   ========================================================= */

.cm-intro {
  max-width: 720px;
  margin: clamp(40px, 5vw, 64px) auto 0;
  padding: 0 var(--pad-x);
  text-align: center;
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.5;
  color: var(--ink);
}

.cm-section { padding-top: clamp(56px, 7vw, 96px); padding-bottom: 0; }
.cm-section-tight { padding-top: clamp(40px, 5vw, 72px); }

/* Two columns of menu lists */
.cm-twoup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
}

.cm-list-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 18px;
  border-bottom: 2.5px solid var(--rule);
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.cm-list .display {
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 1;
  margin: 0;
}
.cm-list-price {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--sage);
  letter-spacing: .02em;
  white-space: nowrap;
}
.cm-list-price em {
  font-family: var(--f-display);
  font-style: normal;
  font-size: clamp(32px, 3.8vw, 48px);
  color: var(--rust);
  vertical-align: -10px;
  margin-left: 6px;
}

.cm-list .menu-row {
  font-family: var(--f-body);
  font-size: 17px;
  padding: 12px 0;
  border-top: 2px solid var(--rule);
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  font-weight: 500;
}
.cm-list .menu-row:first-of-type { border-top: none; padding-top: 6px; }
.cm-list .menu-row.is-sub { padding-left: 0; }
.cm-list .menu-row .price {
  font-family: var(--f-mono);
  font-size: 16px;
  color: var(--rust);
}

/* Single origin sub-block under Coffee */
.cm-origin {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 2px solid var(--rule);
}
.cm-origin h4 {
  font-family: var(--f-serif);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 6px;
}
.cm-origin p {
  font-family: var(--f-body);
  font-size: 15px;
  color: var(--ink);
  margin: 0;
  letter-spacing: .02em;
}

/* Secret Menu + House Favorites: 2-column showcase */
.cm-secret-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: stretch;
}

.cm-secret {
  position: relative;
  background: #2a2622;
  color: var(--paper);
  border-radius: 18px;
  padding: clamp(40px, 5vw, 64px) clamp(32px, 4vw, 56px);
  overflow: hidden;
}
.cm-secret::before {
  content: "";
  position: absolute; inset: 12px;
  border: 1.5px dashed rgba(232, 218, 188, .35);
  border-radius: 10px;
  pointer-events: none;
}
.cm-secret-tab {
  position: absolute;
  top: -10px; right: clamp(40px, 5vw, 72px);
  background: var(--rust);
  color: #fff;
  padding: 14px 22px 10px;
  border-radius: 0 0 14px 14px;
  font-family: var(--f-script);
  font-size: 28px;
  line-height: 1;
  letter-spacing: .02em;
  transform: rotate(-2deg);
  box-shadow: 0 6px 14px rgba(0,0,0,.25);
}
.cm-secret h2 {
  font-family: var(--f-display);
  font-size: clamp(56px, 6vw, 84px);
  line-height: 1;
  letter-spacing: 0;
  color: #f6e2c8;
  margin: 0 0 8px;
  position: relative;
}
.cm-secret-lede {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 17px;
  color: rgba(246, 226, 200, .7);
  margin: 0 0 28px;
  position: relative;
}
.cm-secret-list {
  list-style: none;
  margin: 0; padding: 0;
  position: relative;
  display: flex; flex-direction: column;
  gap: 6px;
}
.cm-secret-list li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid rgba(232, 218, 188, .18);
}
.cm-secret-list li:first-child { border-top: none; padding-top: 0; }
.cm-secret-name {
  font-family: var(--f-serif);
  font-weight: 600;
  font-size: clamp(17px, 1.7vw, 20px);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f6e2c8;
}
.cm-secret-name em {
  font-family: var(--f-script);
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0;
  color: var(--rust-soft);
  margin-left: 4px;
  vertical-align: -4px;
}
.cm-secret-note {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 15px;
  color: rgba(246, 226, 200, .65);
}

/* House Favorites */
.cm-favorites {
  background: var(--paper);
  border: 2px solid var(--rust);
  border-radius: 18px;
  padding: clamp(40px, 5vw, 64px) clamp(32px, 4vw, 48px);
  position: relative;
}
.cm-favorites h2 {
  font-family: var(--f-display);
  font-size: clamp(52px, 6vw, 76px);
  line-height: 1;
  color: var(--sage);
  margin: 0 0 6px;
}
.cm-favorites-lede {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 16px;
  color: var(--ink-soft);
  margin: 0 0 28px;
}
.cm-fav-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column;
}
.cm-fav-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 16px 0;
  border-top: 2px solid rgba(193, 102, 51, .18);
}
.cm-fav-list li:first-child { border-top: none; padding-top: 6px; }
.cm-fav-num {
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: .12em;
  color: var(--rust);
  opacity: .7;
}
.cm-fav-name {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: .02em;
  color: var(--ink);
}

/* Modifiers strip */
.cm-mods-head {
  font-family: var(--f-serif);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 18px;
  text-align: center;
}
.cm-mods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 40px);
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.cm-mods > div {
  border-top: 2.5px solid var(--rule);
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
.cm-mods strong {
  font-weight: 500;
  color: var(--ink);
}
.cm-mods span {
  color: var(--rust);
  font-family: var(--f-body);
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
.cm-mods-foot {
  text-align: center;
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-soft);
  margin: 24px 0 0;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
  .nav-inner {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }
  .nav-hours { display: none; }
}
@media (max-width: 1024px) {
  .nav-inner {
    grid-template-columns: auto auto;
    gap: 14px;
    justify-content: space-between;
  }
  .nav-links {
    order: 4;
    grid-column: 1 / -1;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }
  .brand-mark { width: 48px; height: 36px; }
  .brand-text { font-size: 32px; }
  .btn-ig .btn-line-1 { font-size: 12px; letter-spacing: .18em; }
  .btn-ig .btn-line-2 { font-size: 9px; }
  .menu-grid { grid-template-columns: 1fr; gap: 32px; }
  .cm-twoup { grid-template-columns: 1fr; gap: 48px; }
  .cm-mods { grid-template-columns: 1fr 1fr; }
  .cm-mods { grid-template-columns: 1fr 1fr; }
  .story-row, .story-row.flip { grid-template-columns: 1fr; gap: 32px; justify-items: center; }
  .polaroid-lg, .polaroid-lg.right { justify-self: center; }
  .values { grid-template-columns: 1fr; gap: 48px; }
  .events-grid { grid-template-columns: 1fr; }
  .cat-cards { grid-template-columns: 1fr; }
  .cat-details { grid-template-columns: 1fr; }
  .cat-gallery-inner { grid-template-columns: 1fr 1fr; }
  .polaroid-strip { margin-top: -40px; }
  .polaroid-row { grid-template-columns: repeat(3, 1fr); row-gap: 22px; }
  .foot-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .polaroid-row { grid-template-columns: 1fr 1fr; }
  .foot-inner { grid-template-columns: 1fr; }
  .cat-gallery-inner { grid-template-columns: 1fr; }
}
