@import url("https://fonts.googleapis.com/css2?family=Montez&family=Sora:wght@100..800&display=swap");

:root {
  --orange: #f26a21;
  --orange-dark: #d95412;
  --green: #145c43;
  --ink: #17201d;
  --muted: #61716c;
  --paper: #f7f4ec;
  --sky: #dff3f3;
  --line: rgba(23, 32, 29, 0.14);
  --dark: #101513;
  --white: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--orange) #101513;
  scrollbar-width: thin;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Sora", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  font-kerning: normal;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #101513;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--orange), var(--orange-dark));
  border: 3px solid #101513;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff7b33;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: var(--dark);
  color: #fff;
  font-size: 0.9rem;
}

.topbar .container,
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar .container {
  min-height: 44px;
}

.topbar-links {
  display: flex;
  gap: 18px;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.site-header .container {
  min-height: 86px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: clamp(170px, 18vw, 240px);
  height: 62px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  font-weight: 850;
}

.site-nav a {
  padding: 10px 0;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--orange);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  background: var(--ink);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn-accent {
  background: var(--orange);
}

.btn-accent:hover,
.btn-accent:focus {
  background: var(--orange-dark);
}

.btn-light {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn-outline {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.icon-button {
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-button::before,
.scroll-top::before,
.float-whatsapp::before,
.quick-grid a::before,
.plan-trigger::after,
.footer-contact-grid .mail::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.search-trigger::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
}

.plan-trigger::after {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
}

.menu-toggle {
  display: none;
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  margin: 5px auto;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  min-height: 440px;
  display: grid;
  align-items: center;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, rgba(16, 21, 19, 0.9), rgba(16, 21, 19, 0.56), rgba(16, 21, 19, 0.22)), var(--dark);
  background-position: center;
  background-size: cover;
}

.hero.small {
  min-height: 320px;
  align-items: center;
}

.hero-content {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 72px) 0;
}

.eyebrow,
.section-kicker {
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.82rem;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Sora", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.site-nav,
.btn,
.topbar,
.eyebrow,
.section-kicker,
.field label,
.meta,
.card-link,
.quick-grid strong {
  font-family: "Sora", ui-sans-serif, system-ui, sans-serif;
}

.eyebrow,
.section-kicker {
  font-family: "Montez", cursive;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.hero h1 {
  color: #fff;
  margin: 12px 0 18px;
  font-size: clamp(2.2rem, 4.2vw, 3.9rem);
}

.hero.small h1 {
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  max-width: 720px;
}

.badge-row,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.badge-row {
  margin: 26px 0 30px;
}

.badge-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 750;
}

.section {
  padding: clamp(66px, 8vw, 112px) 0;
}

.section.paper {
  background: var(--paper);
}

.section.sky {
  background: var(--sky);
}

.section.dark {
  background: var(--green);
  color: #fff;
}

.section.dark h2,
.section.dark h3 {
  color: #fff;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 38px;
}

.section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(2.35rem, 5vw, 5rem);
}

.muted {
  color: var(--muted);
}

.planner {
  position: relative;
  z-index: 2;
  margin-top: -38px;
}

.planner-panel,
.contact-panel,
.card,
.doc-card,
.faq-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.planner-panel {
  padding: 18px;
  box-shadow: 0 20px 50px rgba(23, 32, 29, 0.16);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: var(--white);
  color: var(--ink);
  font-weight: 750;
}

.field textarea {
  min-height: 150px;
  padding-top: 13px;
  resize: vertical;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.destination-tile,
.media-card {
  min-height: 330px;
  display: flex;
  align-items: end;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
  position: relative;
  isolation: isolate;
}

.destination-tile::before,
.media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 13, 11, 0.04), rgba(7, 13, 11, 0.82));
}

.destination-tile h3,
.destination-tile p,
.media-card h3 {
  color: #fff;
  margin: 0;
}

.destination-tile p {
  margin-top: 8px;
}

.card {
  overflow: hidden;
}

.card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.card-body {
  padding: 22px;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
}

.card p {
  color: var(--muted);
}

.card-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--orange);
  font-weight: 900;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  overflow: hidden;
}

.stat {
  padding: 24px 18px;
  background: rgba(255, 255, 255, 0.08);
}

.stat strong {
  display: block;
  color: #fff;
  font-size: 2rem;
}

.gallery-grid,
.media-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.media-card {
  grid-column: span 4;
  min-height: 290px;
}

.media-card.wide {
  grid-column: span 8;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-bar button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 16px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.filter-bar button.active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.contact-layout,
.about-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
  gap: 28px;
}

.contact-aside {
  background: var(--dark);
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.contact-aside img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.contact-aside-content,
.contact-panel {
  padding: clamp(24px, 4vw, 42px);
}

.contact-aside h2,
.contact-aside p {
  color: #fff;
}

.contact-panel h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  margin-top: 0;
}

.form-status {
  min-height: 24px;
  margin-top: 12px;
  color: var(--green);
  font-weight: 850;
}

.footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.76);
  padding: 64px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.55fr 0.55fr 1fr;
  gap: 26px;
}

.footer h3,
.footer strong {
  color: #fff;
}

.footer-logo {
  width: 230px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 46px);
  gap: 10px;
  margin-top: 16px;
}

.social-row a,
.footer-contact-grid a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.social-row img,
.footer-contact-grid img {
  width: 19px;
  height: 19px;
  filter: brightness(0) invert(1);
}

.footer-contact-grid .mail {
  color: #fff;
}

.footer-contact-grid .mail::before {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.footer-bottom {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.payment-strip {
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  font-weight: 750;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.payment-methods span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.82rem;
}

.footer-service {
  color: rgba(255, 255, 255, 0.78);
}

.float-whatsapp,
.scroll-top {
  position: fixed;
  z-index: 25;
  bottom: 28px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.mobile-bottom-nav {
  display: none;
}

.mobile-bottom-nav a,
.mobile-bottom-nav button {
  -webkit-tap-highlight-color: transparent;
}

.mobile-nav-item,
.mobile-contact-fab {
  color: var(--ink);
}

.mobile-nav-item::before,
.mobile-contact-fab::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 3px;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.icon-home::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 10 9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 10 9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
}

.icon-map::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18 3 21V6l6-3 6 3 6-3v15l-6 3-6-3Z'/%3E%3Cpath d='M9 3v15'/%3E%3Cpath d='M15 6v15'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18 3 21V6l6-3 6 3 6-3v15l-6 3-6-3Z'/%3E%3Cpath d='M9 3v15'/%3E%3Cpath d='M15 6v15'/%3E%3C/svg%3E");
}

.icon-package::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8a2 2 0 0 0-1-1.7l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.7l7 4a2 2 0 0 0 2 0l7-4a2 2 0 0 0 1-1.7Z'/%3E%3Cpath d='m3.3 7 8.7 5 8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8a2 2 0 0 0-1-1.7l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.7l7 4a2 2 0 0 0 2 0l7-4a2 2 0 0 0 1-1.7Z'/%3E%3Cpath d='m3.3 7 8.7 5 8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E");
}

.icon-help::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.1 9a3 3 0 1 1 5.5 1.7c-.9 1.1-2.1 1.4-2.4 2.8'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.1 9a3 3 0 1 1 5.5 1.7c-.9 1.1-2.1 1.4-2.4 2.8'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
}

.mobile-contact-fab::before {
  width: 28px;
  height: 28px;
  margin: 0;
  background: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5A8.48 8.48 0 0 1 21 11v.5Z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5A8.48 8.48 0 0 1 21 11v.5Z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E");
}

.float-whatsapp {
  left: 22px;
  background: var(--orange);
  border: 0;
  cursor: pointer;
  color: #fff;
}

.float-whatsapp img {
  display: none;
}

.float-whatsapp::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5A8.48 8.48 0 0 1 21 11v.5Z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5A8.48 8.48 0 0 1 21 11v.5Z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E");
}

.scroll-top {
  right: 22px;
  background: var(--orange);
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  cursor: pointer;
  transition: 0.2s ease;
}

.scroll-top::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 15 6-6 6 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 15 6-6 6 6'/%3E%3C/svg%3E");
}

.scroll-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.modal-backdrop,
.search-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(16, 21, 19, 0.68);
}

.modal-backdrop.open,
.search-backdrop.open {
  display: flex;
}

.quick-modal,
.search-modal {
  width: min(420px, 100%);
  max-height: calc(100vh - 32px);
  overflow: visible;
  border-radius: 8px;
  background: var(--white);
  padding: 22px;
  position: relative;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.quick-modal h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  margin: 8px 0;
}

.quick-modal p {
  color: var(--muted);
  margin: 0;
  font-size: 0.92rem;
}

.close-button {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.quick-grid a {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.quick-grid a::before {
  width: 26px;
  height: 26px;
  background: var(--orange);
}

.quick-grid a:nth-child(1)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11.7A8 8 0 0 1 8.6 19L4 20l1.2-4.4A8 8 0 1 1 20 11.7Z'/%3E%3Cpath d='M9 8.5c.5 2 2.3 4.1 4.3 5l1.4-1.2 2 .5c.1 0 .2.2.1.4-.4 1.1-1.2 1.8-2.3 1.8-2.7 0-6.5-3.8-6.5-6.5 0-1 .7-1.9 1.8-2.3.2-.1.4 0 .4.2l.5 2-1.7 1.1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11.7A8 8 0 0 1 8.6 19L4 20l1.2-4.4A8 8 0 1 1 20 11.7Z'/%3E%3Cpath d='M9 8.5c.5 2 2.3 4.1 4.3 5l1.4-1.2 2 .5c.1 0 .2.2.1.4-.4 1.1-1.2 1.8-2.3 1.8-2.7 0-6.5-3.8-6.5-6.5 0-1 .7-1.9 1.8-2.3.2-.1.4 0 .4.2l.5 2-1.7 1.1Z'/%3E%3C/svg%3E");
}

.quick-grid a:nth-child(2)::before,
.quick-grid a:nth-child(6)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.quick-grid a:nth-child(3)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='5'/%3E%3Ccircle cx='12' cy='12' r='3.3'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='5'/%3E%3Ccircle cx='12' cy='12' r='3.3'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/svg%3E");
}

.quick-grid a:nth-child(4)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.4 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.8.7A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.4 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.8.7A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E");
}

.quick-grid a:nth-child(5)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 2 3.1 6.3 6.9 1-5 4.9 1.2 6.8-6.2-3.2L5.8 21 7 14.2 2 9.3l6.9-1L12 2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 2 3.1 6.3 6.9 1-5 4.9 1.2 6.8-6.2-3.2L5.8 21 7 14.2 2 9.3l6.9-1L12 2Z'/%3E%3C/svg%3E");
}

.quick-grid strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
}

.quick-grid span {
  display: none;
}

.search-modal form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.search-modal input {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 16px;
}

.doc-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.doc-sidebar {
  position: sticky;
  top: 120px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.doc-sidebar a {
  display: block;
  padding: 9px 0;
  color: var(--muted);
  font-weight: 850;
  border-top: 1px solid var(--line);
}

.doc-section {
  scroll-margin-top: 120px;
  margin-bottom: 40px;
}

.doc-card,
.faq-card {
  padding: 24px;
  margin-bottom: 12px;
}

.doc-card h3,
.faq-card h3 {
  margin-top: 0;
}

.itinerary-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.day-marker {
  align-self: start;
  padding: 10px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.side-note {
  position: sticky;
  top: 120px;
  align-self: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.side-note img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}

.emton-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange);
  font-family: "Montez", cursive;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1;
}

.itinerary-hero {
  padding: clamp(88px, 12vw, 164px) 0 clamp(58px, 7vw, 92px);
  color: #fff;
  background: var(--dark);
  background-position: center;
  background-size: cover;
}

.itinerary-hero .container {
  max-width: 1180px;
}

.itinerary-hero h1 {
  max-width: 900px;
  margin: 14px 0 22px;
  color: #fff;
  font-size: clamp(3.25rem, 7vw, 6rem);
  line-height: 1.02;
}

.itinerary-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.itinerary-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.itinerary-detail-section {
  padding-top: clamp(58px, 7vw, 104px);
}

.itinerary-detail-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.itinerary-main h2 {
  margin: 14px 0 18px;
  font-size: clamp(2.8rem, 5.6vw, 5.8rem);
  line-height: 1.02;
}

.itinerary-lead {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.itinerary-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.itinerary-fact {
  min-height: 104px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fffdf8;
}

.itinerary-fact:nth-child(3n) {
  border-right: 0;
}

.itinerary-fact:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.itinerary-fact span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.itinerary-fact strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.itinerary-panel {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.itinerary-panel h3,
.itinerary-timeline h3,
.itinerary-sidebar h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.itinerary-panel p {
  color: var(--muted);
}

.itinerary-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.itinerary-list li {
  display: flex;
  gap: 12px;
  color: var(--muted);
}

.list-check {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--orange);
  position: relative;
}

.list-check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.best-time-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.best-time-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 850;
}

.best-time-badge.peak {
  border-color: #f5c46a;
  background: #fff4e0;
  color: #8c5a00;
}

.elev-chart {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  min-height: 180px;
}

.elev-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 136px;
  text-align: right;
}

.elev-axis span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
}

.elev-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 136px;
  padding: 0 8px 0 10px;
  border-left: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.elev-bar {
  position: relative;
  flex: 1;
  min-width: 22px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--orange), #f5a06b);
}

.elev-bar span {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.itinerary-timeline {
  margin-top: 34px;
}

.itinerary-day {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.itinerary-day-marker {
  align-self: start;
  padding: 12px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.itinerary-day-body h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.6vw, 2.7rem);
}

.itinerary-day-body p {
  color: var(--muted);
  font-size: 1.03rem;
}

.itinerary-day-stats,
.itinerary-day-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.itinerary-day-stats {
  margin-bottom: 14px;
}

.day-stat,
.itinerary-day-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 850;
}

.day-stat::before,
.itinerary-day-meta span::before {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--orange);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.icon-distance::before,
.itinerary-day-meta span:nth-child(1)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18 3 21V6l6-3 6 3 6-3v15l-6 3-6-3Z'/%3E%3Cpath d='M9 3v15'/%3E%3Cpath d='M15 6v15'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18 3 21V6l6-3 6 3 6-3v15l-6 3-6-3Z'/%3E%3Cpath d='M9 3v15'/%3E%3Cpath d='M15 6v15'/%3E%3C/svg%3E");
}

.icon-up::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 17 6-6 4 4 8-8'/%3E%3Cpath d='M14 7h7v7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 17 6-6 4 4 8-8'/%3E%3Cpath d='M14 7h7v7'/%3E%3C/svg%3E");
}

.icon-down::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 7 6 6 4-4 8 8'/%3E%3Cpath d='M14 17h7v-7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 7 6 6 4-4 8 8'/%3E%3Cpath d='M14 17h7v-7'/%3E%3C/svg%3E");
}

.icon-mountain::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 21 4-7 3 5 2-3 4 5H8Z'/%3E%3Cpath d='M3 21 12 3l5 10'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 21 4-7 3 5 2-3 4 5H8Z'/%3E%3Cpath d='M3 21 12 3l5 10'/%3E%3C/svg%3E");
}

.icon-terrain::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20c2-4 4-6 8-6s6 2 8 6'/%3E%3Cpath d='M9 10h.01'/%3E%3Cpath d='M15 10h.01'/%3E%3Cpath d='M12 14V6'/%3E%3Cpath d='M8 6h8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20c2-4 4-6 8-6s6 2 8 6'/%3E%3Cpath d='M9 10h.01'/%3E%3Cpath d='M15 10h.01'/%3E%3Cpath d='M12 14V6'/%3E%3Cpath d='M8 6h8'/%3E%3C/svg%3E");
}

.itinerary-day-meta span:nth-child(2)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 9V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4'/%3E%3Cpath d='M2 21V9h20v12'/%3E%3Cpath d='M2 13h20'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 9V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4'/%3E%3Cpath d='M2 21V9h20v12'/%3E%3Cpath d='M2 13h20'/%3E%3C/svg%3E");
}

.itinerary-day-meta span:nth-child(3)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 21V3'/%3E%3Cpath d='M5 3h4v7a2 2 0 0 1-4 0V3Z'/%3E%3Cpath d='M17 21V3c-2 1-3 3-3 6v4h3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 21V3'/%3E%3Cpath d='M5 3h4v7a2 2 0 0 1-4 0V3Z'/%3E%3Cpath d='M17 21V3c-2 1-3 3-3 6v4h3'/%3E%3C/svg%3E");
}

.day-stat.gain {
  border-color: #b6dfc8;
  background: #f0faf5;
  color: #1a6640;
}

.day-stat.gain::before {
  background: #1a6640;
}

.day-stat.loss {
  border-color: #f5c9a8;
  background: #fff7f0;
  color: #9b3c06;
}

.day-stat.loss::before {
  background: #c95416;
}

.itinerary-aside {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 120px;
}

.itinerary-sidebar {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}

.itinerary-sidebar img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 18px;
}

.itinerary-sidebar p,
.itinerary-sidebar li {
  color: var(--muted);
}

.itinerary-sidebar ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 18px;
}

.itinerary-sidebar .btn {
  width: 100%;
  margin-top: 10px;
}

.itinerary-sidebar.tip-panel {
  border-color: #b6dfc8;
  background: #f0faf5;
}

.itinerary-sidebar.tip-panel h3 {
  color: var(--green);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: var(--dark);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.preloader-dot {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--orange);
  animation: pulse 1s ease-in-out infinite;
}

body.loaded .preloader {
  opacity: 0;
  visibility: hidden;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.75);
    opacity: 0.45;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 1020px) {
  .site-nav {
    position: fixed;
    inset: 131px 0 auto;
    z-index: 35;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 30px 24px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.12);
  }

  body.menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-toggle {
    display: block;
  }

  .header-actions .search-trigger,
  .header-actions .plan-trigger {
    display: none;
  }

  .section-head,
  .contact-layout,
  .about-layout,
  .doc-layout,
  .itinerary-detail,
  .itinerary-detail-card {
    grid-template-columns: 1fr;
  }

  .doc-sidebar,
  .side-note,
  .itinerary-aside {
    position: static;
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-3,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .itinerary-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .itinerary-fact:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .itinerary-fact:nth-child(2n) {
    border-right: 0;
  }

  .itinerary-fact:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .itinerary-fact:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 92px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    display: none;
  }

  .site-header .container {
    min-height: 76px;
  }

  .site-nav {
    inset: 76px 0 auto;
  }

  .brand img {
    width: 150px;
    height: 52px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 58px 0 38px;
  }

  .itinerary-hero {
    padding: 58px 0 42px;
  }

  .itinerary-hero h1 {
    font-size: clamp(2.6rem, 15vw, 4.4rem);
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 45;
    display: grid;
    grid-template-columns: 1fr 1fr 74px 1fr 1fr;
    align-items: center;
    min-height: 70px;
    padding: 8px 10px;
    border: 1px solid rgba(23, 32, 29, 0.12);
    border-radius: 24px;
    background: rgba(255, 253, 248, 0.94);
    box-shadow: 0 18px 50px rgba(16, 21, 19, 0.2);
    backdrop-filter: blur(18px);
  }

  .mobile-nav-item {
    display: grid;
    justify-items: center;
    gap: 2px;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 900;
  }

  .mobile-nav-item:hover,
  .mobile-nav-item:focus {
    color: var(--orange);
  }

  .mobile-contact-fab {
    width: 64px;
    height: 64px;
    margin: -32px auto 0;
    border: 5px solid var(--white);
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    box-shadow: 0 18px 34px rgba(242, 106, 33, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .float-whatsapp {
    display: none;
  }

  .scroll-top {
    bottom: 104px;
  }

  .form-grid,
  .grid-2,
  .grid-3,
  .stat-grid,
  .footer-grid,
  .quick-grid,
  .itinerary-facts {
    grid-template-columns: 1fr;
  }

  .itinerary-detail-card {
    padding: 18px;
  }

  .itinerary-fact,
  .itinerary-fact:nth-child(2n),
  .itinerary-fact:nth-child(3n),
  .itinerary-fact:nth-last-child(-n + 2),
  .itinerary-fact:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .itinerary-fact:last-child {
    border-bottom: 0;
  }

  .media-card,
  .media-card.wide {
    grid-column: span 12;
  }

  .timeline article,
  .itinerary-day {
    grid-template-columns: 1fr;
  }

  .elev-chart {
    grid-template-columns: 44px minmax(0, 1fr);
  }
}
