:root {
  --ink: #141414;
  --muted: #66615a;
  --paper: #ffffff;
  --soft: #f6f2eb;
  --gold: #c99b5c;
  --gold-deep: #9f7137;
  --line: #e4ddd2;
  --serif: "Old Standard TT", "Times New Roman", serif;
  --sans: "Open Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  background: #fff;
  padding: .7rem 1rem;
  border: 2px solid var(--gold-deep);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(20,20,20,.08);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  width: min(1260px, calc(100% - 40px));
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand img { width: 118px; height: 84px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(.75rem, 1.35vw, 1.35rem); }
.site-nav a {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] { color: var(--gold-deep); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  color: var(--gold-deep);
  background: transparent;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}
.menu-toggle svg { width: 30px; height: 30px; fill: currentColor; }
.menu-icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-close { display: block; }

.guide-hero {
  color: #fff;
  background:
    linear-gradient(110deg, rgba(11,11,11,.96) 0 48%, rgba(11,11,11,.72) 100%),
    url("/assets/guides/spokane-wedding-catering.webp") center 43% / cover;
}
.guide-hero-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 540px;
  margin: 0 auto;
  padding: 100px 0 90px;
  display: flex;
  align-items: center;
}
.hero-copy { max-width: 740px; }
.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
}
.guide-hero h1 {
  max-width: 850px;
  margin: 0 0 1.3rem;
  font-size: clamp(3rem, 7vw, 6rem);
  letter-spacing: -.025em;
}
.guide-hero p:not(.eyebrow) {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 2vw, 1.24rem);
}
.gold-rule { width: 70px; height: 2px; margin: 1.8rem 0; background: var(--gold); }

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.25rem, 4.5vw, 4.2rem);
}
.section-heading p { margin: 0; color: var(--muted); font-size: 1.08rem; }

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
.guide-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .2s ease, box-shadow .2s ease;
}
.guide-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(34,27,19,.11); }
.guide-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.card-body { padding: 30px 30px 32px; }
.card-kicker {
  margin: 0 0 .65rem;
  color: var(--gold-deep);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.guide-card h2 { margin: 0 0 .85rem; font-size: clamp(1.7rem, 2.8vw, 2.45rem); }
.guide-card h2 a { text-decoration: none; }
.guide-card h2 a:hover { color: var(--gold-deep); }
.guide-card p { margin: 0 0 1.25rem; color: var(--muted); }
.text-link {
  display: inline-block;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gold);
}

.archive-strip { background: var(--soft); border-top: 1px solid var(--line); }
.archive-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 2.5rem; }
.archive-links a { color: var(--muted); text-underline-offset: 4px; }
.archive-links a:hover { color: var(--gold-deep); }

.cta-band { color: #fff; background: var(--ink); }
.cta-inner {
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto;
  padding: 78px 0;
  text-align: center;
}
.cta-inner h2 { max-width: 820px; margin: 0 auto 1rem; font-size: clamp(2.3rem, 5vw, 4.5rem); }
.cta-inner p { max-width: 720px; margin: 0 auto 1.7rem; color: rgba(255,255,255,.74); }
.button-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.4rem;
  border: 1px solid var(--gold);
  color: #111;
  background: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}
.button.secondary { color: #fff; background: transparent; }
.button:hover { filter: brightness(1.06); }

.site-footer {
  color: rgba(255,255,255,.78);
  background: #000;
  text-align: center;
}
.footer-branding {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 50px 0 34px;
}
.footer-logo {
  width: clamp(210px, 31vw, 360px);
  margin: 0 auto 1.1rem;
}
.footer-tagline {
  margin: .3rem 0;
  color: #fff;
  font-size: .88rem;
  font-weight: 300;
  letter-spacing: .06em;
}
.footer-mark {
  width: 62px;
  height: 62px;
  margin: 1.25rem auto 0;
}
.footer-contact {
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5rem;
  align-items: center;
  text-align: left;
  border-top: 1px solid rgba(255,255,255,.17);
  border-bottom: 1px solid rgba(255,255,255,.17);
}
.footer-contact .eyebrow { margin-bottom: .55rem; }
.footer-contact h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
}
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 22px;
}
.footer-actions a {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.footer-actions a:not(.footer-quote) { text-underline-offset: 4px; }
.footer-actions a:not(.footer-quote):hover { text-decoration: underline; }
.footer-quote {
  min-height: 50px;
  padding: .8rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111 !important;
  background: var(--gold);
  font-size: .75rem !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-bottom {
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 24px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255,255,255,.64);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Article pages */
.article-hero { background: var(--soft); border-bottom: 1px solid var(--line); }
.article-hero-inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 66px 0 54px;
}
.breadcrumbs { margin: 0 0 2rem; color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.article-hero h1 { max-width: 910px; margin: 0 0 1.2rem; font-size: clamp(2.7rem, 6vw, 5.6rem); letter-spacing: -.025em; }
.article-dek { max-width: 790px; margin: 0 0 1.35rem; color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.3rem); }
.article-meta { color: var(--gold-deep); font-size: .8rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.article-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.6rem; }
.article-button-secondary { color: var(--ink); background: transparent; }
.article-image { width: min(1180px, calc(100% - 40px)); margin: 48px auto 0; }
.article-image img { width: 100%; max-height: 690px; object-fit: cover; }
.article-layout {
  width: min(1060px, calc(100% - 40px));
  margin: 0 auto;
  padding: 68px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 720px) 250px;
  gap: 78px;
  align-items: start;
}
.article-body { min-width: 0; }
.article-body > p:first-child { font-size: 1.16rem; }
.article-body h2 { margin: 2.4rem 0 .8rem; font-size: clamp(2rem, 4vw, 3.15rem); }
.article-body h3 { margin: 1.8rem 0 .45rem; font-size: 1.7rem; }
.article-body p { margin: 0 0 1.2rem; }
.article-body ul, .article-body ol { margin: 0 0 1.5rem; padding-left: 1.35rem; }
.article-body li { margin-bottom: .45rem; }
.article-body a { color: var(--gold-deep); font-weight: 700; text-underline-offset: 3px; }
.planning-box {
  margin: 2.2rem 0;
  padding: 28px 30px;
  background: var(--soft);
  border-left: 4px solid var(--gold);
}
.planning-box h2, .planning-box h3 { margin-top: 0; }
.planning-box ul:last-child, .planning-box p:last-child { margin-bottom: 0; }
.article-aside { position: sticky; top: 122px; }
.aside-box { padding: 24px; border: 1px solid var(--line); }
.aside-box + .aside-box { margin-top: 18px; }
.aside-box h2 { margin: 0 0 .8rem; font-family: var(--sans); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.aside-box a { display: block; margin-bottom: .72rem; color: var(--muted); line-height: 1.4; text-decoration: none; }
.aside-box a:hover { color: var(--gold-deep); }
.aside-box .button { margin-top: .4rem; color: #111; }
.related { background: var(--soft); }
.related .section { padding-top: 64px; padding-bottom: 64px; }
.related h2 { margin: 0 0 1.4rem; font-size: 2.4rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card { padding: 24px; background: #fff; border: 1px solid var(--line); text-decoration: none; }
.related-card strong { display: block; font-family: var(--serif); font-size: 1.45rem; line-height: 1.2; }
.related-card span { color: var(--gold-deep); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-related-grid { grid-template-columns: repeat(4, 1fr); }

.faq-section { margin-top: 3.5rem; padding-top: 2.8rem; border-top: 1px solid var(--line); }
.faq-section > h2 { margin-top: 0; }
.faq-section .eyebrow { margin-bottom: .75rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  padding: 1.15rem 2.4rem 1.15rem 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.25;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: .2rem;
  top: 50%;
  color: var(--gold-deep);
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 400;
  transform: translateY(-50%);
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -.25rem 0 1.25rem; color: var(--muted); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    padding: 22px 24px 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 30px rgba(0,0,0,.08);
  }
  .site-nav.open { display: flex; }
  .site-nav a {
    padding: .82rem 0;
    color: #111;
    border-bottom: 1px solid var(--line);
  }
  .site-nav a:last-child { border-bottom: 0; }
  .footer-contact { grid-template-columns: 1fr; text-align: center; }
  .footer-actions { justify-content: center; }
  .guide-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .article-aside { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  .service-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .nav-wrap { width: min(100% - 28px, 1180px); min-height: 82px; }
  .brand img { width: 96px; height: 68px; }
  .guide-hero-inner { width: min(100% - 32px, 1180px); min-height: 500px; padding: 72px 0; }
  .guide-hero h1 { font-size: clamp(2.65rem, 15vw, 4.2rem); }
  .section { width: min(100% - 32px, 1180px); padding: 62px 0; }
  .card-body { padding: 24px; }
  .archive-links { grid-template-columns: 1fr; }
  .footer-branding, .footer-contact, .footer-bottom { width: min(100% - 32px, 1050px); }
  .footer-branding { padding-top: 42px; }
  .footer-actions { flex-direction: column; }
  .footer-actions a { width: 100%; text-align: center; }
  .footer-bottom { flex-direction: column; gap: .25rem; }
  .article-hero-inner, .article-image, .article-layout { width: min(100% - 32px, 1060px); }
  .article-hero-inner { padding: 48px 0 42px; }
  .article-hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .article-layout { padding: 48px 0 66px; }
  .planning-box { padding: 24px 22px; }
  .article-actions { flex-direction: column; }
  .article-actions .button { width: 100%; }
  .service-related-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
