:root {
  --ink: #102343;
  --muted: #68748a;
  --orange: #c95531;
  --orange-dark: #a94022;
  --blue: #1d6e8c;
  --green: #49795f;
  --cream: #f7f2e8;
  --paper: #fcfaf5;
  --white: #fff;
  --line: #e7dfd0;
  --shadow: 0 26px 70px rgba(65, 48, 28, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 5.5vw;
  background: rgba(252,250,245,.9);
  border-bottom: 1px solid rgba(220,210,192,.8);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -1.2px; white-space: nowrap; }
.brand em { color: var(--orange); font-style: normal; }
.brand-pin { position: relative; width: 27px; height: 34px; display: inline-block; background: var(--orange); border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); }
.brand-pin i { position: absolute; width: 9px; height: 9px; top: 9px; left: 9px; background: var(--cream); border-radius: 50%; }
nav { display: flex; align-items: center; gap: 34px; color: #5a6679; font-size: 11px; font-weight: 700; }
nav a:hover { color: var(--orange); }
.header-action { display: inline-flex; align-items: center; gap: 18px; padding: 15px 20px; color: #fff; background: var(--ink); border-radius: 8px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.header-action span { color: #f4a07f; font-size: 15px; }
.menu-button { width: 38px; height: 38px; display: none; padding: 7px; background: transparent; border: 0; cursor: pointer; }
.menu-button span { width: 24px; height: 2px; display: block; margin: 5px 0; background: var(--ink); transition: .2s; }
.menu-button.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.open span:nth-child(2) { opacity: 0; }
.menu-button.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  min-height: 890px;
  display: grid;
  grid-template-columns: minmax(420px,.88fr) minmax(570px,1.12fr);
  align-items: center;
  gap: 5vw;
  overflow: hidden;
  padding: 145px 5.5vw 90px;
  background: radial-gradient(circle at 10% 5%, #fff 0, transparent 36%), var(--cream);
}
.hero-copy { position: relative; z-index: 3; max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: #7a756d; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow i { width: 32px; height: 2px; display: inline-block; background: var(--orange); }
h1 { margin: 0; font-size: clamp(55px,5.5vw,86px); line-height: .93; letter-spacing: -5.5px; text-transform: uppercase; }
h1 span { color: var(--orange); }
.hero-lead { max-width: 620px; margin: 29px 0 30px; color: #626e80; font-size: 14px; line-height: 1.75; }
.route-search { padding: 17px; background: rgba(255,255,255,.93); border: 1px solid #dfd5c4; border-radius: 15px; box-shadow: 0 18px 45px rgba(80,58,31,.08); }
.route-search label, .cta label { display: block; margin-bottom: 10px; color: #817a6f; font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.route-search > div { display: grid; grid-template-columns: 1fr 120px 175px; gap: 7px; }
.route-search input, .route-search select { min-width: 0; height: 50px; padding: 0 14px; color: var(--ink); background: #f7f5f0; border: 1px solid transparent; border-radius: 8px; outline: 0; font-size: 9px; }
.route-search input:focus, .route-search select:focus { background: #fff; border-color: #d9a38f; }
.route-search select { color: #647083; }
.route-search button { color: #fff; background: var(--orange); border: 0; border-radius: 8px; font-size: 8px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.route-search button:hover { background: var(--orange-dark); }
.route-search small { display: block; min-height: 13px; margin: 9px 2px 0; color: #98958e; font-size: 7px; }
.hero-facts { display: flex; gap: 34px; margin-top: 25px; }
.hero-facts p { display: flex; align-items: center; gap: 9px; margin: 0; }
.hero-facts strong { font-size: 18px; letter-spacing: -1px; }
.hero-facts span { color: #7e8795; font-size: 7px; line-height: 1.4; text-transform: uppercase; }
.hero-visual { position: relative; z-index: 2; width: 100%; max-width: 760px; margin-left: auto; }
.hero-visual::before { content: ""; position: absolute; inset: -45px -70px -45px 35%; z-index: -1; background: #efe2ce; border-radius: 50%; }
.hero-visual img { width: 100%; height: auto; display: block; border: 9px solid #fff; border-radius: 28px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.route-ticket { position: absolute; left: -42px; bottom: 35px; width: 285px; display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 11px; padding: 14px; background: #fff; border: 1px solid #e3d9c8; border-radius: 12px; box-shadow: 0 20px 45px rgba(48,39,27,.18); transform: rotate(-2deg); }
.ticket-pin { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: 10px; }
.route-ticket p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.route-ticket small { color: #9a958d; font-size: 6px; letter-spacing: .4px; }
.route-ticket strong { font-size: 10px; }
.route-ticket em { color: #778194; font-size: 7px; font-style: normal; }
.route-ticket > b { color: var(--orange); font-size: 18px; }

.quick-nav { min-height: 90px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px 48px; padding: 22px 5.5vw; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-nav > span { color: #9a9389; font-size: 8px; }
.quick-nav a { display: flex; align-items: center; gap: 8px; color: #5e6878; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.quick-nav i { width: 28px; height: 28px; display: grid; place-items: center; color: var(--orange); background: #faf0e9; border-radius: 50%; font-size: 12px; font-style: normal; }

.section { padding: 112px 5.5vw; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.section-heading > div { max-width: 780px; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.section h2 { margin: 0; font-size: clamp(43px,4.5vw,69px); line-height: 1.01; letter-spacing: -4px; }
.section h2 em { color: var(--orange); font-family: "Playfair Display", Georgia, serif; font-style: italic; font-weight: 600; }
.routes { background: var(--paper); }
.route-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.route-card { min-height: 390px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.route-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(64,49,31,.1); }
.route-image { position: relative; min-height: 100%; background-image: url("assets/tripscan-routes.png"); background-size: 295%; }
.lake .route-image { background-position: 47% 6%; }
.coast .route-image { background-position: 98% 8%; }
.road .route-image { background-position: 47% 93%; }
.north .route-image { background-position: 98% 92%; }
.route-image span { position: absolute; top: 15px; left: 15px; padding: 7px 10px; color: #fff; background: rgba(16,35,67,.82); border-radius: 20px; font-size: 7px; font-weight: 800; text-transform: uppercase; backdrop-filter: blur(8px); }
.route-copy { display: flex; flex-direction: column; padding: 30px; }
.route-copy p { display: flex; flex-direction: column; gap: 12px; margin: 0; }
.route-copy small { color: var(--orange); font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.route-copy strong { font-size: 23px; line-height: 1.18; letter-spacing: -1.3px; }
.route-copy ul { display: grid; gap: 11px; margin: 28px 0; padding: 0; list-style: none; color: #758092; font-size: 9px; }
.route-copy li::before { content: "•"; margin-right: 9px; color: var(--orange); }
.route-copy a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 17px; color: var(--ink); border-top: 1px solid #eee7dc; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.route-copy a span { color: var(--orange); font-size: 14px; }

.format { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 0; background: #fff; }
.format-intro { padding: 64px; color: #fff; background: var(--ink); border-radius: 22px 0 0 22px; }
.eyebrow.light { color: #afbac9; }
.format-intro h2 { font-size: clamp(42px,4vw,62px); }
.format-intro h2 em { color: #f39b78; }
.format-intro > p:not(.eyebrow) { max-width: 510px; margin: 28px 0; color: #aeb9c8; font-size: 11px; line-height: 1.8; }
.format-intro > a { display: inline-flex; padding-bottom: 8px; color: #f4a383; border-bottom: 1px solid rgba(244,163,131,.4); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.plan-card { padding: 45px; background: #f8f3ea; border: 1px solid var(--line); border-radius: 0 22px 22px 0; }
.plan-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #ded4c4; }
.plan-head p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.plan-head small { color: var(--orange); font-size: 7px; font-weight: 800; }
.plan-head strong { font-size: 16px; }
.plan-head > span { color: #858174; font-size: 8px; }
.timeline { display: grid; margin: 25px 0; }
.timeline article { display: grid; grid-template-columns: 48px 16px 1fr; gap: 10px; min-height: 66px; }
.timeline article > b { padding-top: 2px; font-size: 9px; }
.timeline article > i { position: relative; width: 1px; height: 100%; background: #d6c7b4; }
.timeline article > i::before { content: ""; position: absolute; top: 3px; left: -4px; width: 7px; height: 7px; background: var(--orange); border: 2px solid #f8f3ea; border-radius: 50%; }
.timeline p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.timeline strong { font-size: 9px; }
.timeline span { color: #828b99; font-size: 7px; }
.plan-note { display: grid; grid-template-columns: 38px 1fr; gap: 11px; padding: 14px; background: #fff; border: 1px solid #e4d9c9; border-radius: 11px; }
.plan-note > span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 800; }
.plan-note p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.plan-note strong { font-size: 9px; }
.plan-note small { color: #7a8493; font-size: 7px; line-height: 1.5; }

.ideas { background: var(--cream); }
.idea-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.idea-grid article { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 15px; min-height: 145px; padding: 25px; background: #fff; border: 1px solid #e4dacb; border-radius: 14px; }
.idea-grid article > span { width: 43px; height: 43px; display: grid; place-items: center; color: var(--orange); background: #faeee7; border-radius: 50%; font-size: 9px; font-weight: 800; }
.idea-grid h3 { margin: 0 0 7px; font-size: 18px; letter-spacing: -.8px; }
.idea-grid p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.idea-grid article > b { color: var(--orange); font-size: 18px; }

.guide { display: grid; grid-template-columns: 230px minmax(0,850px); justify-content: center; gap: 80px; background: #fff; }
.guide aside { position: sticky; top: 40px; align-self: start; }
.guide aside > span { font-size: 53px; line-height: .82; font-weight: 800; letter-spacing: -5px; }
.guide aside em { color: var(--orange); font-style: normal; }
.guide aside p { color: #969085; font-size: 8px; line-height: 1.6; text-transform: uppercase; }
.guide article > h2 { margin: 0 0 27px; font-size: 45px; letter-spacing: -2.8px; }
.guide article > h2:not(:first-of-type) { margin-top: 48px; }
.guide article h3 { margin: 31px 0 10px; font-size: 19px; letter-spacing: -.7px; }
.guide article > p { margin: 0 0 15px; color: #5f6b7d; font-size: 12px; line-height: 1.85; }
.guide article > p strong { color: var(--ink); }
.faq { margin-top: 48px; }
.faq h2 { margin-bottom: 18px; font-size: 38px; letter-spacing: -2px; }
.faq details { padding: 18px 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: 11px; font-weight: 800; }
.faq details p { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }

.cta { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; margin: 0 5.5vw 88px; padding: 61px; color: #fff; background: var(--ink); border-radius: 20px; }
.cta h2 { font-size: clamp(39px,4.1vw,62px); }
.cta h2 em { color: #f3a184; }
.cta form { padding: 19px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 13px; }
.cta form > div { display: flex; gap: 7px; }
.cta input { min-width: 0; flex: 1; height: 50px; padding: 0 14px; color: var(--ink); background: #fff; border: 0; border-radius: 8px; outline: 0; font-size: 10px; }
.cta button { padding: 0 17px; color: #fff; background: var(--orange); border: 0; border-radius: 8px; font-size: 8px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.cta small { display: block; min-height: 13px; margin-top: 9px; color: #9eabbd; font-size: 7px; }

footer { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 5.5vw; background: #fff; border-top: 1px solid var(--line); }
footer p { color: #938e86; font-size: 8px; }
footer > div { display: flex; align-items: flex-end; flex-direction: column; gap: 6px; }
footer > div a { font-size: 9px; font-weight: 800; }
footer > div span { color: #9d9993; font-size: 8px; }

@media (max-width: 1160px) {
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { margin: 20px auto 40px; }
}

@media (max-width: 800px) {
  .site-header { min-height: 72px; padding: 0 20px; }
  .menu-button { display: block; margin-left: auto; }
  nav { position: absolute; top: 72px; left: 0; width: 100%; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 20px 20px; background: rgba(252,250,245,.99); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(54,43,29,.1); }
  nav.open { display: flex; }
  nav a { padding: 13px 0; border-bottom: 1px solid #e9e1d5; }
  .header-action { display: none; }
  .hero { min-height: auto; padding: 115px 20px 70px; }
  h1 { font-size: 53px; letter-spacing: -4px; }
  .hero-lead { font-size: 13px; }
  .route-search > div { grid-template-columns: 1fr; }
  .route-search button { min-height: 49px; }
  .hero-facts { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-visual img { border-width: 5px; border-radius: 17px; transform: none; }
  .route-ticket { position: static; width: auto; margin-top: 9px; transform: none; }
  .quick-nav { justify-content: flex-start; gap: 17px 26px; padding: 26px 20px; }
  .quick-nav > span { width: 100%; }
  .section { padding: 77px 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section h2 { font-size: 39px; letter-spacing: -2.6px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { grid-template-columns: 1fr; }
  .route-image { min-height: 250px; background-size: 240%; }
  .format { grid-template-columns: 1fr; }
  .format-intro { padding: 38px 24px; border-radius: 18px 18px 0 0; }
  .plan-card { padding: 32px 22px; border-radius: 0 0 18px 18px; }
  .idea-grid { grid-template-columns: 1fr; }
  .guide { grid-template-columns: 1fr; }
  .guide aside { display: none; }
  .guide article > h2 { font-size: 36px; }
  .cta { grid-template-columns: 1fr; gap: 34px; margin: 0 20px 70px; padding: 38px 24px; }
  .cta form > div { flex-direction: column; }
  .cta button { min-height: 48px; }
  footer { align-items: flex-start; flex-direction: column; padding: 35px 20px; }
  footer p { margin: 0; }
  footer > div { align-items: flex-start; }
}
