:root {
  --wf-burgundy: #7c2230;
  --wf-charcoal: #221a1c;
  --wf-gold: #c79a4b;
  --wf-cream: #f7f0e6;
  --wf-white: #ffffff;
  --wf-ink: #2a2326;
  --wf-muted: #7a6f72;
  --wf-radius: 10px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #2a2326;
  background-color: #f7f0e6;
  line-height: 1.6;
}
h1, h2, h3, h4, .site-brand, .footer-brand, .section-title, .article-title, .hero-title, .svc-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  color: #221a1c;
}

/* header */
.site-header { background: #221a1c; box-shadow: 0 2px 14px rgba(34,26,28,.3); }
.site-nav { padding-top: .6rem; padding-bottom: .6rem; }
.site-brand { color: #ffffff !important; font-size: 1.6rem; letter-spacing: .04em; }
.site-nav .nav-link { color: rgba(255,255,255,.9); font-weight: 500; }
.site-nav .nav-link:hover, .site-nav .nav-link:focus { color: #c79a4b; }
.site-nav .dropdown-menu { border: none; border-radius: var(--wf-radius); box-shadow: 0 8px 30px rgba(34,26,28,.25); max-height: 70vh; overflow-y: auto; }
.site-nav .dropdown-item:hover { background: #f7f0e6; color: #7c2230; }
.navbar-toggler { border-color: rgba(255,255,255,.4); }
.navbar-toggler-icon { filter: invert(1); }

/* hero */
.hero--home { position: relative; min-height: 72vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(34,26,28,.55), rgba(124,34,48,.55)); }
.hero-inner { position: relative; z-index: 2; color: #fff; }
.hero-title { color: #ffffff; font-size: clamp(2.6rem, 7vw, 5rem); letter-spacing: .06em; margin-bottom: 1rem; }
.hero-sub { font-size: 1.2rem; opacity: .96; max-width: 640px; }

/* sections */
.section { padding: 4.5rem 0; }
.section--intro { background: #fff; }
.section-title { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 2rem; }
.section-title::after { content: ''; display: block; width: 64px; height: 2px; background: #c79a4b; margin-top: .75rem; }
.section-title.text-center::after { margin-left: auto; margin-right: auto; }

/* service cards */
.svc-card { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 96px; background: #fff; border: 1px solid #e7dcc8; border-radius: var(--wf-radius); padding: 1rem; color: #221a1c; font-weight: 600; text-decoration: none; box-shadow: 0 4px 16px rgba(124,34,48,.06); transition: transform .2s, box-shadow .2s, border-color .2s; }
.svc-card:hover { transform: translateY(-3px); border-color: #c79a4b; color: #7c2230; box-shadow: 0 8px 22px rgba(199,154,75,.2); }
.svc-card-full { background:#fff; border:1px solid #e7dcc8; border-radius:var(--wf-radius); overflow:hidden; box-shadow:0 4px 16px rgba(124,34,48,.06); transition: transform .3s, box-shadow .3s; }
.svc-card-full:hover { transform: translateY(-4px); box-shadow:0 10px 28px rgba(124,34,48,.14); }
.svc-card-img { width:100%; height:200px; object-fit:cover; }
.svc-card-body { padding:1.25rem 1.5rem; }
.svc-card-title a { color:#221a1c; text-decoration:none; }
.svc-card-title a:hover { color:#7c2230; }

/* prose */
.site-prose { max-width: 820px; }
.article-title { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 1.5rem; }
.site-prose img, .site-block--image img, .site-block--gallery img { max-width: 100%; height: auto; border-radius: 8px; }
.site-block--paragraph { margin-bottom: 1.1rem; }
.site-block--image { margin: 1.5rem 0; }
.article-summary { color: #7a6f72; border-left: 4px solid #c79a4b; padding-left: 1rem; }

/* content links scoped */
.site-prose a, .site-block--paragraph a, .article-body a, .category-desc a {
  color: #7c2230; text-decoration: underline; text-decoration-color: #c79a4b;
}
.site-prose a:hover, .site-block--paragraph a:hover, .article-body a:hover { color: #221a1c; }

/* category card reuse */
.route-card { background:#fff; border:1px solid #e7dcc8; border-radius:var(--wf-radius); overflow:hidden; box-shadow:0 4px 16px rgba(124,34,48,.06); }
.route-card-img { width:100%; height:200px; object-fit:cover; }
.route-card-body { padding:1.25rem 1.5rem; }
.route-card-title a { color:#221a1c; text-decoration:none; }
.route-card-link { color:#7c2230; font-weight:600; text-decoration:none; }
.route-card--minimal { border:none; border-left:3px solid #c79a4b; border-radius:0; box-shadow:none; }

/* breadcrumbs */
.site-breadcrumbs { background: #efe5d3; padding: .6rem 0; }
.site-breadcrumbs .breadcrumb { margin: 0; }
.site-breadcrumbs a { color: #7c2230; text-decoration: none; }

/* ToC */
.article-toc { background: #efe5d3; border-radius: var(--wf-radius); padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
.article-toc a { color: #7c2230; text-decoration: none; }

/* footer */
.site-footer { background: #221a1c; color: rgba(255,255,255,.82); padding: 3.5rem 0 1.5rem; }
.footer-brand { color: #ffffff; font-size: 1.6rem; margin-bottom: .75rem; }
.footer-tagline { color: rgba(255,255,255,.72); }
.footer-col-title { color: #c79a4b; text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; margin-bottom: 1rem; }
.footer-links { list-style: none; padding-left: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer-links a:hover { color: #c79a4b; }
.footer-links--inline { columns: 2; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 2.5rem; padding-top: 1.5rem; text-align: center; color: rgba(255,255,255,.6); }
