/*
Theme Name: Church Bodega
Theme URI: https://leecookschurch.com/
Author: Church
Description: A warm, editorial theme for Church Bodega and catering in Taos.
Version: 1.0.1
Text Domain: church-bodega
*/

:root {
  --ink: #241f1b;
  --paper: #f7f0df;
  --cream: #fffaf0;
  --clay: #b85438;
  --orange: #da7b20;
  --red: #b41515;
  --sage: #7c8068;
  --line: rgba(36, 31, 27, .18);
  --display: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--display); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.lede { max-width: 680px; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--clay); border-color: var(--clay); }
.button--light { border-color: #fff; background: #fff; color: var(--ink); }
.button--ghost { background: transparent; color: var(--ink); }
.button--ghost:hover, .button--ghost:focus-visible { color: #fff; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(255,250,240,.96); }
.nav-shell { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.wordmark { font-family: var(--display); font-size: 1.45rem; text-decoration: none; letter-spacing: .04em; }
.desktop-nav { display: flex; gap: 27px; }
.desktop-nav--right { justify-content: flex-end; }
.desktop-nav a { font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--clay); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 710px; display: grid; align-items: end; overflow: hidden; background: #c98560; }
.hero__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .94; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,16,10,.06) 25%, rgba(28,16,10,.82) 100%); }
.hero__content { position: relative; z-index: 1; padding-block: 90px; color: #fff; }
.hero h1 { max-width: 880px; font-size: clamp(3.5rem, 8vw, 7.5rem); }
.hero__sub { max-width: 680px; margin: 24px 0 34px; font-family: var(--display); font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.2; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.marquee { overflow: hidden; border-block: 1px solid var(--ink); background: var(--orange); }
.marquee__track { width: 100%; padding: 14px 20px; text-align: center; white-space: nowrap; font-size: .82rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.intro { padding: 110px 0; background: var(--paper); }
.intro__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.intro h2 { font-size: clamp(3rem, 6.5vw, 6.2rem); }
.intro__copy { padding-bottom: 8px; }

.feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; background: #f2dfb6; }
.feature__media { position: relative; min-width: 0; }
.feature__image { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center top; }
.menu-hotspot { position: absolute; z-index: 2; display: block; left: 10%; width: 24%; border-radius: 4px; }
.menu-hotspot--phone { top: 78.2%; height: 2.5%; }
.menu-hotspot--address { top: 81%; height: 4.5%; }
.menu-hotspot:focus-visible { outline: 3px solid #fff; outline-offset: 2px; background: rgba(255,255,255,.15); }
.feature__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 110px); }
.feature h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.feature p { max-width: 500px; margin: 26px 0 34px; }

.services { padding: 110px 0; background: var(--red); color: #fff; }
.services__heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 55px; }
.services h2 { max-width: 720px; font-size: clamp(3rem, 6vw, 6rem); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.35); }
.service-card { min-height: 330px; padding: 34px; border-right: 1px solid rgba(255,255,255,.35); display: flex; flex-direction: column; justify-content: space-between; }
.service-card:last-child { border-right: 0; }
.service-card__number { font-family: var(--display); font-size: 1.35rem; }
.service-card h3 { margin: 0 0 14px; font-family: var(--display); font-size: 2.4rem; font-weight: 400; }
.service-card p { margin: 0; opacity: .88; }
.service-card a { margin-top: 24px; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.visit { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.visit__map { min-height: 600px; background: var(--clay); }
.visit__map iframe { display: block; width: 100%; height: 100%; min-height: 600px; border: 0; filter: saturate(.75) sepia(.12); }
.visit__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 110px); background: var(--paper); }
.visit h2 { font-size: clamp(3rem, 5vw, 5rem); }
.contact-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.contact-list a { text-underline-offset: 4px; }

.page-hero { padding: 100px 0 80px; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; font-size: clamp(4rem, 9vw, 8rem); }
.page-hero p { margin-top: 26px; }
.content-section { padding: 95px 0; }
.content-section--clay { background: var(--clay); color: #fff; }
.content-section--paper { background: var(--paper); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.split p { max-width: 580px; }
.photo-panel { min-height: 480px; background: center/cover no-repeat; border-radius: 50% 50% 6px 6px; }
.menu-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 80px; margin-top: 45px; }
.menu-group { padding-top: 24px; border-top: 1px solid currentColor; }
.menu-group h3 { margin: 0 0 10px; font-family: var(--display); font-size: 2rem; font-weight: 400; }
.event-panel { padding: 50px; border: 1px solid var(--line); background: #fff; }
.event-panel h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }

.site-footer { position: relative; padding: 75px 0 30px; color: #fff; background: #2b1b16 center/cover no-repeat; }
.site-footer::before { content: ""; position: absolute; inset: 0; background: rgba(24,13,9,.72); }
.footer-grid, .footer-bottom { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; }
.footer-title { font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 28px; }
.footer-nav a { font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.footer-contact { align-self: end; }
.footer-contact a { color: #fff; }
.footer-bottom { margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.35); display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; }

@media (max-width: 800px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 28px, 1120px); }
  .nav-shell { min-height: 70px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .mobile-nav { display: flex; gap: 14px; grid-column: 1 / -1; padding-bottom: 15px; overflow-x: auto; }
  .mobile-nav a { flex: none; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
  .hero { min-height: 660px; }
  .hero__content { padding-block: 70px; }
  .intro, .services, .content-section { padding-block: 75px; }
  .intro__grid, .split, .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .feature, .visit { grid-template-columns: 1fr; }
  .feature__image { min-height: 430px; }
  .feature__content, .visit__content { padding: 65px 24px; }
  .services__heading { display: block; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .service-card:last-child { border-bottom: 0; }
  .visit__map, .visit__map iframe { min-height: 420px; }
  .menu-columns { grid-template-columns: 1fr; gap: 20px; }
  .page-hero { padding-block: 70px 55px; }
  .event-panel { padding: 32px 24px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

@media (max-width: 620px) {
  .marquee__track { padding-inline: 12px; font-size: .62rem; letter-spacing: .08em; }
}
