.route-gallery-page {
  --route-ink: #203b37;
  --route-paper: #fff9ed;
  --route-sand: #f4d9ab;
  --route-coral: #ed7868;
  --route-teal: #3b9990;
  --route-sky: #a9ded9;
  --route-violet: #6545a3;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--route-ink);
  background: var(--route-paper);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.route-gallery-page .skip-link { background: var(--route-ink); }
.route-header { position: relative; z-index: 10; padding: 14px 0; }
.route-header-inner,
.route-hero,
.route-journey,
.route-footer { width: min(calc(100% - 48px), 1360px); margin-inline: auto; }
.route-header-inner { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; padding: 9px 12px 9px 10px; border: 1px solid rgba(32,59,55,.16); border-radius: 999px; background: rgba(255,255,255,.76); box-shadow: 0 14px 35px rgba(57,74,65,.07); backdrop-filter: blur(16px); }
.route-brand { display: inline-flex; gap: 11px; align-items: center; color: var(--route-ink); text-decoration: none; }
.route-brand > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #e9f7f5; }
.route-brand img { width: 36px; height: 36px; }
.route-brand strong { display: grid; font-family: Georgia, "Times New Roman", serif; font-size: .88rem; line-height: 1.02; }
.route-brand small { margin-top: 4px; color: var(--route-teal); font-family: Inter, "Segoe UI", sans-serif; font-size: .61rem; font-weight: 800; }
.route-gallery-title { display: inline-flex; gap: 9px; align-items: center; color: #536c67; font-size: .72rem; font-weight: 850; letter-spacing: .03em; }
.route-gallery-title i { width: 8px; height: 8px; border-radius: 50%; background: var(--route-coral); box-shadow: 0 0 0 5px rgba(237,120,104,.15); }
.route-nav { justify-self: end; display: flex; gap: 8px; align-items: center; }
.route-nav a { padding: 10px 15px; border-radius: 999px; color: var(--route-ink); background: #edf7f4; font-size: .69rem; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.route-nav a:hover { background: #d7efea; transform: translateY(-2px); }
.route-nav .route-home { width: 39px; height: 39px; display: grid; place-items: center; padding: 0; color: #fff; background: var(--route-ink); font-size: 1rem; }

.route-gallery-page main { position: relative; }
.route-gallery-page main::before { content: ""; position: absolute; z-index: -1; top: -100px; left: -90px; width: 300px; height: 300px; border-radius: 44% 56% 61% 39%; background: rgba(169,222,217,.22); transform: rotate(18deg); }
.route-hero { min-height: calc(100vh - 104px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(45px, 7vw, 105px); align-items: center; padding: 55px 0 90px; }
.route-copy { position: relative; padding-left: clamp(0px, 2vw, 24px); }
.route-status { display: inline-flex; gap: 10px; align-items: center; margin-bottom: 26px; padding: 8px 13px; border: 1px solid rgba(32,59,55,.17); border-radius: 999px; color: #49635e; background: rgba(255,255,255,.72); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.route-status i { width: 18px; height: 10px; border-radius: 100% 0 100% 0; background: var(--route-teal); transform: rotate(-23deg); }
.route-copy h1 { max-width: 720px; margin: 0 0 25px; color: var(--route-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 6.4vw, 7rem); font-weight: 500; letter-spacing: -.065em; line-height: .9; }
.route-copy h1 em { position: relative; display: inline-block; color: var(--route-coral); font-weight: 500; }
.route-copy h1 em::after { content: ""; position: absolute; right: 2%; bottom: -2px; left: 2%; height: 7px; border-radius: 50%; background: var(--route-sand); transform: rotate(-2deg); }
.route-copy > p { max-width: 660px; margin: 0 0 29px; color: #5a6f6b; font-size: clamp(.96rem, 1.28vw, 1.12rem); line-height: 1.72; }
.route-themes { display: flex; flex-wrap: wrap; gap: 8px; }
.route-themes span { display: inline-flex; gap: 8px; align-items: center; padding: 8px 13px; border: 1px solid rgba(32,59,55,.17); border-radius: 999px; background: #fff; font-size: .72rem; font-weight: 850; }
.route-themes i { color: var(--route-coral); font-size: .54rem; font-style: normal; }
.route-notice { max-width: 620px; display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: center; margin-top: 30px; padding: 15px; border-radius: 18px; background: #e7f4ef; }
.route-notice > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--route-teal); font-size: 1.25rem; }
.route-notice p { display: grid; gap: 2px; margin: 0; color: #60736f; font-size: .75rem; }
.route-notice strong { color: var(--route-ink); font-size: .84rem; }

.route-map { position: relative; min-height: 675px; overflow: hidden; border: 1px solid rgba(32,59,55,.16); border-radius: 47% 47% 34px 34px; background: linear-gradient(148deg, #f8dcae, #fbe8c9 58%, #f6d7a2); box-shadow: 0 30px 75px rgba(74,74,53,.14); }
.route-map::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(var(--route-ink) 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(135deg, #000, transparent 55%); }
.route-map::after { content: ""; position: absolute; right: -14%; bottom: -10%; width: 65%; aspect-ratio: 1; border-radius: 50%; background: var(--route-sky); box-shadow: -35px -20px 0 rgba(255,255,255,.3); }
.route-sun { position: absolute; z-index: 1; top: 8%; right: 9%; width: 104px; height: 104px; border-radius: 50%; background: var(--route-coral); box-shadow: 0 0 0 17px rgba(237,120,104,.13); }
.route-map-label { position: absolute; z-index: 5; top: 28px; left: 31px; padding: 7px 11px; border: 1px solid rgba(32,59,55,.3); border-radius: 999px; background: rgba(255,249,237,.78); font-size: .56rem; font-weight: 900; letter-spacing: .13em; }
.route-path { position: absolute; z-index: 2; inset: 5% 3% 1%; width: 94%; height: 94%; overflow: visible; }
.route-path path { fill: none; stroke: var(--route-violet); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 5 14; animation: route-dashes 16s linear infinite; }
.route-map-pin { position: absolute; z-index: 4; display: grid; grid-template-columns: 40px 1fr; column-gap: 10px; align-items: center; padding: 10px 13px 10px 10px; border: 1px solid rgba(32,59,55,.16); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 12px 25px rgba(77,63,47,.11); }
.route-map-pin i { grid-row: 1 / 3; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; color: #fff; background: var(--route-violet); font-size: .69rem; font-style: normal; font-weight: 900; transform: rotate(-45deg); }
.route-map-pin i::first-letter { transform: rotate(45deg); }
.route-map-pin strong { align-self: end; font-size: .72rem; }
.route-map-pin small { align-self: start; color: #70807c; font-size: .59rem; }
.pin-one { top: 18%; left: 9%; }
.pin-two { top: 47%; right: 5%; }
.pin-two i { background: var(--route-coral); }
.pin-three { left: 20%; bottom: 11%; }
.pin-three i { background: var(--route-teal); }
.route-map-caption { position: absolute; z-index: 4; top: 35%; left: 17%; color: rgba(32,59,55,.82); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.2vw, 3.8rem); font-style: italic; line-height: .96; transform: rotate(-6deg); }
.route-leaf { position: absolute; z-index: 5; width: 47px; height: 93px; border-radius: 100% 0 100% 0; background: var(--route-teal); }
.route-leaf-one { right: 19%; bottom: 7%; transform: rotate(26deg); }
.route-leaf-two { right: 11%; bottom: 13%; width: 35px; height: 68px; background: var(--route-violet); transform: rotate(58deg); }

.route-journey { padding: 80px 0 115px; }
.journey-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; align-items: start; margin-bottom: 48px; }
.journey-heading > span { color: var(--route-teal); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.journey-heading h2 { max-width: 780px; margin: 0; color: var(--route-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.4vw, 4.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.journey-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.journey-cards article { min-height: 310px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto auto; gap: 9px; padding: 25px; border-radius: 28px; background: #ecf6f2; }
.journey-cards article:nth-child(2) { background: #f9e2d4; }
.journey-cards article:nth-child(3) { background: #eee8f7; }
.journey-cards article > span { color: #6f817d; font-size: .62rem; font-weight: 900; }
.journey-cards article > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--route-teal); font-size: 1.15rem; font-style: normal; }
.journey-cards article:nth-child(2) > i { background: var(--route-coral); }
.journey-cards article:nth-child(3) > i { background: var(--route-violet); }
.journey-cards h3 { grid-column: 1 / -1; margin: 0; align-self: end; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 500; }
.journey-cards p { grid-column: 1 / -1; margin: 0; color: #60736f; font-size: .79rem; line-height: 1.62; }
.route-footer { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; border-top: 1px solid rgba(32,59,55,.15); color: #75847f; font-size: .67rem; font-weight: 750; }

@keyframes route-dashes { to { stroke-dashoffset: -190; } }

@media (max-width: 1040px) {
  .route-header-inner { grid-template-columns: 1fr auto; }
  .route-gallery-title { display: none; }
  .route-hero { grid-template-columns: 1fr; }
  .route-copy { max-width: 850px; padding-left: 0; }
  .route-map { min-height: 590px; border-radius: 42px; }
}

@media (max-width: 700px) {
  .route-header-inner,
  .route-hero,
  .route-journey,
  .route-footer { width: min(calc(100% - 28px), 1360px); }
  .route-header { padding-top: 10px; }
  .route-header-inner { min-height: 68px; padding: 7px; }
  .route-brand > span { width: 45px; height: 45px; }
  .route-brand img { width: 32px; height: 32px; }
  .route-brand strong { font-size: .7rem; }
  .route-brand small { font-size: .53rem; }
  .route-nav a:first-child { display: none; }
  .route-hero { min-height: auto; gap: 48px; padding: 45px 0 70px; }
  .route-copy h1 { font-size: clamp(3.25rem, 15.4vw, 5rem); }
  .route-map { min-height: 510px; }
  .route-map-pin { grid-template-columns: 32px 1fr; padding: 7px 9px 7px 7px; }
  .route-map-pin i { width: 32px; height: 32px; }
  .route-map-pin strong { font-size: .62rem; }
  .route-map-pin small { font-size: .52rem; }
  .pin-one { top: 17%; left: 5%; }
  .pin-two { top: 50%; right: 3%; }
  .pin-three { left: 8%; }
  .route-map-caption { top: 34%; left: 10%; }
  .route-journey { padding: 65px 0 80px; }
  .journey-heading { grid-template-columns: 1fr; gap: 18px; }
  .journey-cards { grid-template-columns: 1fr; }
  .journey-cards article { min-height: 235px; }
  .route-footer { display: grid; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .route-path path { animation: none; }
}
