:root {
  color-scheme: light;
  --cream: #f8f6ef;
  --cream-deep: #f1ede2;
  --forest: #155e45;
  --forest-dark: #0e2d22;
  --forest-soft: #ddeDE5;
  --ink: #19231e;
  --muted: #53635a;
  --white: #ffffff;
  --amber: #f4c768;
  --orange: #b34a00;
  --purple: #6a45a5;
  --blue: #0066a6;
  --border: #d9dfda;
  --shadow: 0 24px 70px rgba(14, 45, 34, 0.12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 20; transform: translateY(-180%);
  background: var(--forest-dark); color: white; padding: 10px 14px; border-radius: 10px;
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(21, 94, 69, .12);
  background: rgba(248, 246, 239, .9); backdrop-filter: blur(16px);
}
.nav {
  width: min(calc(100% - 36px), var(--max)); margin: auto; min-height: 76px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.25rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: var(--muted); text-decoration: none; font-weight: 650; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--forest); }
.nav-links .button, .nav-links .button:hover, .nav-links .button:focus-visible { color: var(--white); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px;
  padding: 0 20px; border-radius: 999px; background: var(--forest); color: var(--white);
  text-decoration: none; font-weight: 750; border: 1px solid var(--forest); box-shadow: 0 10px 24px rgba(21, 94, 69, .18);
}
.button:hover { background: #104c38; transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--forest); box-shadow: none; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--forest);
  font-size: .82rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--amber); border: 2px solid var(--forest); }
.hero { overflow: hidden; position: relative; }
.hero::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -180px; top: -170px;
  background: radial-gradient(circle, rgba(244,199,104,.34), rgba(244,199,104,0) 68%); pointer-events: none;
}
.hero-grid {
  width: min(calc(100% - 36px), var(--max)); margin: auto; padding: 92px 0 110px;
  display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(50px, 8vw, 110px);
}
h1 { max-width: 680px; margin: 0; font-size: clamp(3.1rem, 6.2vw, 5.8rem); line-height: .96; letter-spacing: -.068em; }
.hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 26px 0 30px; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--muted); font-size: .9rem; }
.microcopy span { width: 8px; height: 8px; border-radius: 50%; background: var(--forest); }
.phone-wrap { position: relative; max-width: 440px; margin: auto; }
.phone-wrap::after {
  content: ""; position: absolute; inset: 10% -15% -8%; z-index: -1; border-radius: 50%;
  background: #dceae3; filter: blur(4px); transform: rotate(-8deg);
}
.phone {
  padding: 11px; border-radius: 42px; background: var(--forest-dark); box-shadow: var(--shadow); transform: rotate(2deg);
}
.phone-screen { overflow: hidden; min-height: 570px; border-radius: 32px; background: #fdfcf9; }
.phone-top { display: flex; justify-content: space-between; padding: 22px 22px 13px; align-items: center; }
.phone-title strong { display: block; font-size: 1.15rem; }
.phone-title span { color: var(--muted); font-size: .78rem; }
.avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--forest-soft); color: var(--forest); font-weight: 800; }
.days { display: flex; gap: 8px; padding: 0 20px 15px; }
.day { padding: 7px 11px; border: 1px solid var(--border); border-radius: 999px; font-size: .75rem; font-weight: 750; color: var(--muted); }
.day.active { color: white; background: var(--forest); border-color: var(--forest); }
.map { position: relative; height: 285px; overflow: hidden; background: #e5ecdf; }
.map::before, .map::after { content: ""; position: absolute; border-radius: 45%; background: #d2ddc8; }
.map::before { width: 260px; height: 110px; top: -30px; left: -40px; transform: rotate(10deg); }
.map::after { width: 210px; height: 115px; bottom: -50px; right: -35px; transform: rotate(-15deg); }
.road { position: absolute; height: 8px; border-radius: 20px; background: rgba(255,255,255,.85); transform-origin: left center; }
.road.one { width: 330px; left: -20px; top: 112px; transform: rotate(-15deg); }
.road.two { width: 290px; left: 80px; top: 38px; transform: rotate(65deg); }
.route { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; }
.pin { position: absolute; z-index: 3; width: 34px; height: 34px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; background: var(--forest); color: white; font-weight: 850; box-shadow: 0 6px 12px rgba(14,45,34,.25); }
.pin.p1 { left: 18%; top: 65%; }.pin.p2 { left: 47%; top: 38%; }.pin.p3 { left: 74%; top: 26%; }
.itinerary { position: relative; z-index: 4; margin: -18px 12px 12px; padding: 20px; border-radius: 24px; background: white; box-shadow: 0 -8px 35px rgba(14,45,34,.1); }
.itinerary h3 { margin: 0 0 13px; font-size: 1rem; }
.stop { display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 10px 0; border-top: 1px solid #edf0ed; font-size: .78rem; }
.stop time { color: var(--forest); font-weight: 850; }.stop strong { display: block; }.stop span { color: var(--muted); }
.section { padding: 110px 0; }
.section-inner { width: min(calc(100% - 36px), var(--max)); margin: auto; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-head h2, .legal h1 { margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1; letter-spacing: -.052em; }
.section-head > p { max-width: 520px; margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 300px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,255,255,.62); }
.feature-card:nth-child(2) { background: var(--forest); color: white; border-color: var(--forest); }
.feature-card:nth-child(2) p { color: #d8e7df; }
.feature-number { color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .11em; }
.feature-card:nth-child(2) .feature-number { color: var(--amber); }
.feature-card h3 { margin: 70px 0 12px; font-size: 1.55rem; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: var(--muted); }
.steps { background: var(--forest-dark); color: white; }
.steps .eyebrow { color: var(--amber); }.steps .section-head > p { color: #b8c9c0; }
.step-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; counter-reset: step; }
.step { position: relative; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.22); counter-increment: step; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 45px; color: var(--amber); font-size: .8rem; font-weight: 900; }
.step h3 { font-size: 1.4rem; margin: 0 0 10px; }.step p { color: #b8c9c0; margin: 0; }
.cta { padding: 100px 0; }
.cta-box { position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 62px; border-radius: var(--radius-lg); background: var(--amber); }
.cta-box::after { content: ""; position: absolute; width: 260px; height: 260px; border: 50px solid rgba(255,255,255,.28); border-radius: 50%; right: -70px; top: -100px; }
.cta-box h2 { max-width: 650px; margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.052em; }
.cta-box .button { position: relative; z-index: 1; flex: none; background: var(--forest-dark); border-color: var(--forest-dark); }
.site-footer { padding: 46px 0; border-top: 1px solid var(--border); }
.footer-grid { width: min(calc(100% - 36px), var(--max)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }.footer-links a { color: var(--muted); text-decoration: none; }.footer-links a:hover { color: var(--forest); }
.copyright { color: var(--muted); font-size: .88rem; }
.legal { width: min(calc(100% - 36px), 820px); margin: auto; padding: 90px 0 120px; }
.legal .eyebrow { margin-bottom: 24px; }.legal .lede { font-size: 1.2rem; color: var(--muted); margin: 24px 0 46px; }
.legal a { color: var(--forest); text-underline-offset: 3px; }
.legal h3 { margin: 28px 0 8px; font-size: 1.12rem; letter-spacing: -.02em; }
.legal-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin: 34px 0; border: 1px solid var(--border); border-radius: 16px; background: var(--border); }
.legal-meta div { padding: 16px 18px; background: rgba(255,255,255,.72); }
.legal-meta dt { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.legal-meta dd { margin: 5px 0 0; font-weight: 700; }
.notice { padding: 22px; margin: 32px 0; border-left: 5px solid var(--amber); border-radius: 0 14px 14px 0; background: white; }
.legal h2 { margin: 46px 0 13px; font-size: 1.6rem; letter-spacing: -.035em; }.legal p, .legal li { color: var(--muted); }.legal li + li { margin-top: 8px; }
.contact-card { display: flex; justify-content: space-between; gap: 28px; align-items: center; margin-top: 42px; padding: 28px; border-radius: 20px; background: var(--forest); color: white; }
.contact-card p { color: #d8e7df; margin: 5px 0 0; }.contact-card .button { background: white; color: var(--forest); border-color: white; box-shadow: none; }

@media (max-width: 850px) {
  .nav-links a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { text-align: center; }.hero-copy > p:not(.eyebrow) { margin-inline: auto; }.actions, .microcopy { justify-content: center; }
  .phone-wrap { width: min(100%, 420px); }.feature-grid, .step-list { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }.feature-card h3 { margin-top: 38px; }
  .section-head { display: block; }.section-head > p { margin-top: 18px; }
  .cta-box { display: block; padding: 40px 28px; }.cta-box .button { margin-top: 28px; }
  .contact-card { display: block; }.contact-card .button { margin-top: 18px; }
}
@media (max-width: 560px) {
  .nav { min-height: 68px; }.nav .button { padding-inline: 14px; }.hero-grid { padding-bottom: 76px; }
  h1 { font-size: 3.25rem; }.phone { transform: none; }.phone-screen { min-height: 520px; }
  .section { padding: 78px 0; }.footer-grid { align-items: flex-start; flex-direction: column; }.legal-meta { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
