
:root {
  --paper: #FBF3E7;
  --ink: #241F3A;
  --ink-soft: #5C5470;
  --indigo: #2C2A4A;
  --indigo-dark: #1E1C36;
  --indigo-tint: #E8E6F2;
  --marigold: #E8A33D;
  --coral: #E1522F;
  --sand-tint: #F5EBD8;
  --line: #E5D9C3;
  --max: 1140px;
  --shadow-sm: 0 1px 3px rgba(36,31,58,0.08), 0 1px 2px rgba(36,31,58,0.05);
  --shadow-md: 0 8px 24px rgba(44,42,74,0.14), 0 2px 8px rgba(36,31,58,0.06);
  --shadow-lg: 0 20px 45px rgba(44,42,74,0.20), 0 6px 16px rgba(36,31,58,0.10);
}

* { box-sizing: border-box; }

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

h1, h2, h3 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 0.45em;
  letter-spacing: 0.01em;
  color: var(--ink);
  text-transform: uppercase;
}
h1 { font-size: clamp(2.3rem, 4.8vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.15rem; }

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

/* Header */
header.site {
  background: rgba(251,243,231,0.92);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
  border-bottom: 2px solid var(--indigo);
}
header.site .wrap { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; }
.brand { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 1.35rem; text-decoration: none; color: var(--ink); display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 0.01em; }
.brand::before {
  content: "";
  width: 26px; height: 26px;
  background: linear-gradient(135deg, var(--coral), var(--marigold));
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
}
.brand span { color: var(--coral); }
nav.main a { color: var(--ink-soft); text-decoration: none; margin-left: 28px; font-size: 0.94rem; font-weight: 600; transition: color 0.15s ease; }
nav.main a:hover { color: var(--indigo); }
.nav-cta { background: var(--coral); color: #fff !important; padding: 11px 22px; border-radius: 30px; box-shadow: var(--shadow-sm); transition: all 0.15s ease; }
.nav-cta:hover { background: var(--indigo); box-shadow: var(--shadow-md); transform: translateY(-1px); }

/* Hero */
.hero { padding: 72px 0 60px; position: relative; overflow: hidden; }
.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: 30px; text-decoration: none; font-weight: 700; font-size: 0.96rem; transition: all 0.15s ease; }
.btn-primary { background: linear-gradient(135deg, var(--coral), #C43F1F); color: #fff; box-shadow: var(--shadow-md); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-secondary { border: 2px solid var(--ink); color: var(--ink); background: #fff; }
.btn-secondary:hover { background: var(--ink); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* Ticket card — festival-ticket hero motif */
.route-card {
  background: linear-gradient(160deg, var(--indigo) 0%, var(--indigo-dark) 100%);
  color: var(--paper);
  padding: 30px 28px 26px;
  border-radius: 14px;
  transform: rotate(-1.4deg);
  box-shadow: var(--shadow-lg);
  position: relative;
  border: 2px dashed rgba(251,243,231,0.35);
}
.route-card::before {
  content: "ADMIT ONE — CLEAN YARD";
  position: absolute;
  top: -11px; left: 28px;
  background: var(--marigold);
  color: var(--indigo-dark);
  font-family: 'Anton', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}
.route-card .rc-label { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 1.05rem; margin-bottom: 18px; margin-top: 10px; text-transform: uppercase; }
.route-card .rc-stop { display: grid; grid-template-columns: 20px 1fr; gap: 12px; padding: 9px 0; border-top: 1px solid rgba(251,243,231,0.18); 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(--marigold); margin-top: 6px; box-shadow: 0 0 8px rgba(232,163,61,0.6); }
.route-card .rc-time { margin-top: 18px; padding-top: 14px; border-top: 1px dashed rgba(251,243,231,0.3); font-size: 0.85rem; color: #C7C2DB; }

/* Stat band */
.stat-band { background: linear-gradient(135deg, var(--indigo-dark), var(--indigo)); 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: 'Anton', sans-serif; font-weight: 400; font-size: 2.1rem; color: var(--marigold); line-height: 1; }
.stat-label { font-size: 0.87rem; color: #D9D5EA; 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(--sand-tint), #EFE2C6); }
.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;
  display: block;
  text-decoration: none;
}
.feature::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
}
.feature-1::before { background: var(--coral); }
.feature-2::before { background: var(--marigold); }
.feature-3::before { background: var(--indigo); }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); background: var(--sand-tint); }
.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(--coral), #C43F1F); }
.feature-2 .feature-icon { background: linear-gradient(135deg, var(--marigold), #C4831F); }
.feature-3 .feature-icon { background: linear-gradient(135deg, var(--indigo), var(--indigo-dark)); }
.feature h3 { margin-bottom: 10px; }
.feature h3 a { color: var(--ink); text-decoration: none; }
.feature:hover h3 { color: var(--coral); }
.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(--marigold);
  font-size: 0.9rem; color: var(--ink-soft); box-shadow: var(--shadow-sm);
}
.landmark-strip .item strong { display: block; color: var(--ink); font-family: 'Anton', sans-serif; font-weight: 400; font-size: 1.02rem; margin-bottom: 4px; text-transform: uppercase; }

/* 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(--indigo), var(--indigo-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: 'Anton', sans-serif; font-weight: 400; font-size: 2.3rem; margin: 10px 0; color: var(--coral); }
.price-col.featured .amt { color: var(--marigold); }
.price-col .amt small { font-size: 0.82rem; font-weight: 400; font-family: 'DM Sans', sans-serif; text-transform: none; }
.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(--coral); font-weight: 700; }
.price-col.featured li::before { color: var(--marigold); }

/* Process */
.process-block { background: #fff; border-left: 4px solid var(--coral); 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.02rem; color: var(--indigo); text-transform: none; font-family: 'DM Sans', sans-serif; font-weight: 700; }
.faq-item p { color: var(--ink-soft); margin: 0; font-size: 0.96rem; }

/* Footer */
footer.site { background: var(--indigo-dark); background-image: radial-gradient(ellipse 700px 350px at 85% 0%, rgba(225,82,47,0.25), transparent 60%); color: #E8E4F2; padding: 50px 0 30px; margin-top: 40px; }
footer.site a { color: #C7C2DB; 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: 0.95rem; }
footer.site p, footer.site li { color: #ACA6C4; 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 #3B3760; margin-top: 30px; padding-top: 20px; font-size: 0.82rem; color: #8A84A8; }

/* 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(--coral), #C43F1F); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Anton', sans-serif; font-weight: 400; 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: 2px; left: 20px; font-family: 'Anton', sans-serif; font-size: 3.4rem; color: var(--marigold); opacity: 0.45; line-height: 1; }
.testimonial p.quote { font-family: 'DM Sans', sans-serif; font-size: 1.1rem; 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: 700; }

/* 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(--coral); }
.article-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }
.article-meta { font-size: 0.82rem; color: var(--coral); margin-bottom: 6px; font-weight: 700; }

.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: 600; box-shadow: var(--shadow-sm); }

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

.breadcrumb { font-size: 0.85rem; color: #9A8F76; 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(--indigo); outline-offset: 2px; }
