@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700;9..144,900&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --paper: #FBF7F0;
  --ink: #2B2420;
  --ink-soft: #5B4F41;
  --teal: #0D6B66;
  --teal-dark: #084C48;
  --teal-tint: #E4F0EF;
  --gold: #DB9A34;
  --terracotta: #C4652F;
  --sage-tint: #EDF2EA;
  --line: #E8DFCE;
  --max: 1140px;
  --shadow-sm: 0 1px 3px rgba(43,36,32,0.07), 0 1px 2px rgba(43,36,32,0.05);
  --shadow-md: 0 8px 24px rgba(13,107,102,0.10), 0 2px 8px rgba(43,36,32,0.06);
  --shadow-lg: 0 20px 45px rgba(13,107,102,0.16), 0 6px 16px rgba(43,36,32,0.08);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

h1, h2, h3 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.45em;
  letter-spacing: -0.015em;
  color: var(--ink);
}
h1 { font-size: clamp(2.5rem, 5.2vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.3rem); }
h3 { font-size: 1.2rem; font-weight: 700; }

p { max-width: 66ch; }
a { color: var(--teal-dark); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* Header */
header.site {
  background: rgba(251,247,240,0.9);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid var(--line);
}
header.site .wrap { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; }
.brand { font-family: 'Fraunces', serif; font-weight: 800; font-size: 1.4rem; text-decoration: none; color: var(--ink); display: flex; align-items: center; gap: 9px; }
.brand::before {
  content: "";
  width: 28px; height: 28px;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  border-radius: 50% 50% 50% 6px;
  transform: rotate(-8deg);
  box-shadow: var(--shadow-sm);
}
.brand span { color: var(--teal); }
nav.main a { color: var(--ink-soft); text-decoration: none; margin-left: 28px; font-size: 0.95rem; font-weight: 500; transition: color 0.15s ease; }
nav.main a:hover { color: var(--teal-dark); }
.nav-cta { background: var(--teal); color: #fff !important; padding: 11px 22px; border-radius: 8px; box-shadow: var(--shadow-sm); transition: all 0.15s ease; }
.nav-cta:hover { background: var(--teal-dark); box-shadow: var(--shadow-md); transform: translateY(-1px); }

/* Hero */
.hero { padding: 72px 0 60px; position: relative; overflow: hidden; }
.hero-scene { position: absolute; bottom: 0; left: 0; width: 100%; height: 300px; z-index: 0; }
.hero .wrap { display: grid; grid-template-columns: 1.25fr 0.9fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.hero .lede { font-size: 1.2rem; color: var(--ink-soft); margin-bottom: 1.7em; max-width: 46ch; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 15px 28px; border-radius: 9px; text-decoration: none; font-weight: 600; font-size: 0.98rem; transition: all 0.15s ease; }
.btn-primary { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: #fff; box-shadow: var(--shadow-md); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-secondary { border: 1.5px solid var(--ink); color: var(--ink); background: #fff; }
.btn-secondary:hover { background: var(--ink); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* Route card */
.route-card {
  background: linear-gradient(160deg, var(--ink) 0%, #1a1512 100%);
  color: var(--paper);
  padding: 30px 28px 26px;
  border-radius: 16px;
  transform: rotate(1.6deg);
  box-shadow: var(--shadow-lg);
}
.route-card .rc-label { font-family: 'Fraunces', serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 18px; }
.route-card .rc-stop { display: grid; grid-template-columns: 20px 1fr; gap: 12px; padding: 9px 0; border-top: 1px solid rgba(251,246,238,0.15); font-size: 0.94rem; }
.route-card .rc-stop:first-of-type { border-top: none; }
.route-card .rc-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); margin-top: 6px; box-shadow: 0 0 8px rgba(219,154,52,0.6); }
.route-card .rc-time { margin-top: 18px; padding-top: 14px; border-top: 1px dashed rgba(251,246,238,0.25); font-size: 0.85rem; color: #C9BFAF; }

/* Stat band */
.stat-band { background: linear-gradient(135deg, var(--teal-dark), var(--teal)); padding: 0; }
.stat-band-inner { display: grid; grid-template-columns: repeat(3, 1fr); padding: 38px 24px; }
.stat { padding: 0 30px; border-right: 1px solid rgba(255,255,255,0.18); display: flex; flex-direction: column; gap: 6px; }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: none; }
.stat-num { font-family: 'Fraunces', serif; font-weight: 800; font-size: 2.2rem; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.87rem; color: #DCEDEB; line-height: 1.4; }
@media (max-width: 800px) { .stat-band-inner { grid-template-columns: 1fr; gap: 24px; } .stat { border-right: none; padding-left: 0; } }

/* Sections */
section { padding: 52px 0; }
section.sage { background: linear-gradient(180deg, var(--sage-tint), #E4ECE1); }
.section-head { margin-bottom: 38px; max-width: 60ch; }
.section-head p { color: var(--ink-soft); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }

.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 8px 26px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  position: relative;
  overflow: hidden;
}
.feature::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
}
.feature-1::before { background: var(--teal); }
.feature-2::before { background: var(--gold); }
.feature-3::before { background: var(--terracotta); }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin: 22px 0 16px;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature-1 .feature-icon { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); }
.feature-2 .feature-icon { background: linear-gradient(135deg, var(--gold), #B87E22); }
.feature-3 .feature-icon { background: linear-gradient(135deg, var(--terracotta), #9E4A1F); }
.feature h3 { margin-bottom: 10px; }
.feature h3 a { color: var(--ink); text-decoration: none; }
.feature h3 a:hover { color: var(--teal-dark); }
.feature p { color: var(--ink-soft); font-size: 0.97rem; margin: 0; }

/* Landmark strip */
.landmark-strip { display: flex; gap: 16px; overflow-x: auto; padding: 4px 0; }
.landmark-strip .item {
  flex: 1 0 210px; padding: 22px 24px; background: #fff;
  border: 1px solid var(--line); border-radius: 12px; border-top: 3px solid var(--gold);
  font-size: 0.9rem; color: var(--ink-soft); box-shadow: var(--shadow-sm);
}
.landmark-strip .item strong { display: block; color: var(--ink); font-family: 'Fraunces', serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 4px; }

/* Pricing */
.price-table { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.price-col { padding: 34px 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); transition: transform 0.18s ease; }
.price-col:hover { transform: translateY(-4px); }
.price-col.featured { background: linear-gradient(160deg, var(--teal), var(--teal-dark)); color: #fff; box-shadow: var(--shadow-lg); transform: scale(1.045); border: none; }
.price-col.featured:hover { transform: scale(1.045) translateY(-4px); }
.price-col.featured h3, .price-col.featured .amt { color: #fff; }
.price-col .amt { font-family: 'Fraunces', serif; font-weight: 800; font-size: 2.4rem; margin: 10px 0; color: var(--teal); }
.price-col.featured .amt { color: var(--gold); }
.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: 20px; position: relative; }
.price-col li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.price-col.featured li::before { color: var(--gold); }

/* Process */
.process-block { background: #fff; border-left: 3px solid var(--teal); padding: 22px 26px; margin: 22px 0; border-radius: 0 12px 12px 0; box-shadow: var(--shadow-sm); }

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

/* Footer */
footer.site { background: var(--ink); background-image: radial-gradient(ellipse 700px 350px at 85% 0%, rgba(13,107,102,0.3), transparent 60%); color: #E8E2D6; padding: 50px 0 30px; margin-top: 40px; }
footer.site a { color: #D8CDBB; text-decoration: none; }
footer.site a:hover { color: #fff; }
footer.site .grid-2 { grid-template-columns: 1fr 1fr; gap: 40px; }
footer.site h3 { color: #fff; font-size: 1rem; }
footer.site p, footer.site li { color: #B8AC97; 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 #443A2E; margin-top: 30px; padding-top: 20px; font-size: 0.82rem; color: #8C8069; }

/* Steps */
.steps { counter-reset: step; }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 18px; margin-bottom: 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; box-shadow: var(--shadow-sm); }
.step-num { width: 42px; height: 42px; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-weight: 700; box-shadow: var(--shadow-sm); }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--ink-soft); margin: 0; font-size: 0.96rem; }

/* Testimonials */
.testimonial { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 28px; box-shadow: var(--shadow-sm); margin-bottom: 20px; }
.testimonial::before { content: "\201C"; position: absolute; top: 6px; left: 20px; font-family: 'Fraunces', serif; font-size: 3.4rem; color: var(--gold); opacity: 0.4; line-height: 1; }
.testimonial p.quote { font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 500; color: var(--ink); margin-bottom: 12px; line-height: 1.4; position: relative; z-index: 1; }
.testimonial .who { font-size: 0.86rem; color: var(--ink-soft); font-weight: 600; }

/* Articles */
.article-card { border-bottom: 1px solid var(--line); padding: 24px 4px; transition: padding-left 0.15s ease; }
.article-card:hover { padding-left: 10px; }
.article-card h3 { margin-bottom: 6px; }
.article-card h3 a { color: var(--ink); text-decoration: none; }
.article-card h3 a:hover { color: var(--teal-dark); }
.article-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }
.article-meta { font-size: 0.82rem; color: var(--teal-dark); margin-bottom: 6px; font-weight: 600; }

.badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.badge { font-size: 0.82rem; background: #fff; border: 1px solid var(--line); padding: 7px 14px; border-radius: 20px; color: var(--ink-soft); font-weight: 500; box-shadow: var(--shadow-sm); }

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

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

@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.featured { transform: none; }
  .route-card { transform: none; }
  nav.main { display: none; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
a:focus-visible, button:focus-visible { outline: 2px solid var(--teal-dark); outline-offset: 2px; }
