@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,700;1,500;1,600&family=Work+Sans:wght@400;500;600;700&display=swap');

:root {
  --ivory: #F6F1E7;
  --ink: #2A2620;
  --ink-soft: #635C4E;
  --green: #1E3B2F;
  --green-dark: #142B21;
  --brass: #B98B4E;
  --brass-light: #E8D5B5;
  --clay-pink: #D9A088;
  --line: #DFD5BF;
  --max: 1120px;
}
* { box-sizing: border-box; }
body {
  margin: 0; background: var(--ivory); color: var(--ink);
  font-family: 'Work Sans', sans-serif; font-size: 17px; line-height: 1.65;
}
h1, h2, h3 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.15; margin: 0 0 0.5em; color: var(--ink); }
h1 { font-size: clamp(2.3rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
h3 { font-size: 1.2rem; }
p { max-width: 66ch; }
a { color: var(--green); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* Header */
header.site { background: var(--ivory); border-bottom: 1px solid var(--brass); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; }
.brand { font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; font-size: 1.5rem; text-decoration: none; color: var(--ink); }
.brand span { color: var(--green); font-style: normal; }
nav.main a { color: var(--ink-soft); text-decoration: none; margin-left: 26px; font-size: 0.92rem; letter-spacing: 0.01em; }
nav.main a:hover { color: var(--green); }
.nav-cta { background: var(--green); color: var(--ivory) !important; padding: 10px 20px; }
.nav-cta:hover { background: var(--green-dark); }

/* Hero */
.hero { padding: 70px 0 60px; }
.hero .wrap { display: grid; grid-template-columns: 1.2fr 0.9fr; gap: 56px; align-items: center; }
.hero .lede { font-size: 1.15rem; color: var(--ink-soft); margin-bottom: 1.6em; max-width: 46ch; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 26px; text-decoration: none; font-weight: 600; font-size: 0.95rem; border-radius: 2px; }
.btn-primary { background: var(--green); color: var(--ivory); }
.btn-primary:hover { background: var(--green-dark); }
.btn-secondary { border: 1.5px solid var(--ink); color: var(--ink); background: transparent; }
.btn-secondary:hover { background: var(--ink); color: var(--ivory); }

/* Placard — the one bold hero move, museum-label style */
.placard {
  background: var(--green); color: var(--ivory);
  border: 1px solid var(--brass);
  padding: 30px 28px;
  position: relative;
}
.placard::before {
  content: "";
  position: absolute; inset: 7px;
  border: 1px solid rgba(232,213,181,0.4);
  pointer-events: none;
}
.placard .pl-eyebrow { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-light); margin-bottom: 14px; }
.placard .pl-stop { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid rgba(232,213,181,0.2); font-size: 0.95rem; }
.placard .pl-stop:first-of-type { border-top: none; }
.placard .pl-note { margin-top: 16px; padding-top: 14px; border-top: 1px dashed rgba(232,213,181,0.3); font-size: 0.84rem; color: var(--brass-light); font-style: italic; }

/* Sections */
section { padding: 58px 0; }
section.tint { background: #EFE7D6; }
.section-head { margin-bottom: 36px; max-width: 60ch; }
.section-head p { color: var(--ink-soft); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.grid-3 .feature { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 26px; }
.grid-3 .feature:last-child { border-right: none; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }

.feature h3 { margin-bottom: 10px; border-bottom: 2px solid var(--brass); padding-bottom: 10px; display: inline-block; }
.feature { text-decoration: none; display: block; color: var(--ink); transition: background 0.15s ease; }
.feature:hover { background: rgba(185,139,78,0.08); }
.feature:hover h3 { color: var(--green); }
.feature p { color: var(--ink-soft); font-size: 0.97rem; margin: 0; }

/* Landmark strip */
.landmark-strip { display: flex; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); overflow-x: auto; }
.landmark-strip .item { flex: 1 0 auto; padding: 20px 24px; border-right: 1px solid var(--line); font-size: 0.9rem; color: var(--ink-soft); }
.landmark-strip .item:last-child { border-right: none; }
.landmark-strip .item strong { display: block; color: var(--ink); font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 3px; }

/* Pricing */
.price-table { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.price-col { padding: 30px 26px; border-right: 1px solid var(--line); }
.price-col:last-child { border-right: none; }
.price-col.featured { background: var(--green); color: var(--ivory); }
.price-col.featured h3, .price-col.featured .amt { color: var(--ivory); }
.price-col .amt { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 2.3rem; margin: 8px 0; color: var(--green); }
.price-col.featured .amt { color: var(--brass-light); }
.price-col .amt small { font-size: 0.85rem; font-weight: 400; }
.price-col ul { list-style: none; padding: 0; margin: 18px 0; font-size: 0.92rem; }
.price-col li { margin-bottom: 8px; padding-left: 18px; position: relative; }
.price-col li::before { content: "—"; position: absolute; left: 0; color: var(--brass); }
.price-col.featured li::before { color: var(--brass-light); }
.email-alt { display: block; text-align: center; font-size: 0.85rem; margin-top: 10px; color: var(--green); text-decoration: underline; }

/* Process */
.process-block { border-left: 2px solid var(--brass); padding-left: 22px; margin: 22px 0; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-item h3 { margin-bottom: 8px; font-size: 1.05rem; }
.faq-item p { color: var(--ink-soft); margin: 0; font-size: 0.96rem; }

/* Steps */
.steps { counter-reset: step; }
.step { display: grid; grid-template-columns: 42px 1fr; gap: 18px; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.step-num { width: 38px; height: 38px; border: 1.5px solid var(--brass); color: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--ink-soft); margin: 0; font-size: 0.96rem; }

/* Testimonials */
.testimonial { padding: 6px 0 6px 22px; border-left: 2px solid var(--brass); margin-bottom: 24px; }
.testimonial p.quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.2rem; color: var(--ink); margin-bottom: 10px; }
.testimonial .who { font-size: 0.85rem; color: var(--ink-soft); }

/* Articles */
.article-card { border-bottom: 1px solid var(--line); padding: 22px 0; }
.article-card h3 { margin-bottom: 6px; }
.article-card h3 a { color: var(--ink); text-decoration: none; }
.article-card h3 a:hover { color: var(--green); }
.article-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }
.article-meta { font-size: 0.8rem; color: var(--green); margin-bottom: 6px; font-weight: 600; }

.badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.badge { font-size: 0.8rem; border: 1px solid var(--ink); padding: 6px 13px; color: var(--ink); }

article.post { max-width: 66ch; }
article.post h2 { margin-top: 1.4em; }

.breadcrumb { font-size: 0.85rem; color: var(--ink-soft); padding: 14px 0; }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* Footer */
footer.site { background: var(--green-dark); color: var(--ivory); padding: 48px 0 28px; margin-top: 40px; }
footer.site a { color: var(--brass-light); text-decoration: none; }
footer.site a:hover { color: #fff; }
footer.site .grid-2 { grid-template-columns: 1fr 1fr; gap: 40px; }
footer.site h3 { color: var(--ivory); font-size: 1rem; }
footer.site p, footer.site li { color: #C9BFA6; font-size: 0.92rem; }
footer.site ul { list-style: none; padding: 0; margin: 0; }
footer.site li { margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid #2E4438; margin-top: 28px; padding-top: 18px; font-size: 0.8rem; color: #8A8270; }

@media (max-width: 800px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .price-table { grid-template-columns: 1fr; }
  .price-col { border-right: none; border-bottom: 1px solid var(--line); }
  nav.main { display: none; }
}
a:focus-visible, button:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
