:root {
  --ink: #16231f;
  --muted: #61706a;
  --line: #dce4df;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --surface: #ffffff;
  --soft: #eef4f0;
  --gold: #f3c44f;
  --green: #1e6b4f;
  --green-dark: #124232;
  --red: #be4a34;
  --blue: #246a8f;
  --shadow: 0 24px 70px rgba(20, 35, 31, 0.18);
  --shadow-soft: 0 12px 30px rgba(22, 35, 31, 0.08);
  --shadow-hover: 0 24px 54px rgba(22, 35, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(247, 243, 234, 0.78), rgba(255, 253, 248, 0.94) 38%),
    var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img,
svg {
  max-width: 100%;
}

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

.main-nav a,
.button,
.filter,
.text-link,
.tour-card,
.destination-card,
.style-grid article,
.blog-grid article,
.impact-list div,
.about-stats div,
.whatsapp {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid rgba(22, 35, 31, 0.08);
  box-shadow: 0 8px 28px rgba(22, 35, 31, 0.04);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(135deg, rgba(243, 196, 79, 0.24), transparent 42%),
    var(--green);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  font-size: 0.94rem;
  font-weight: 750;
}

.main-nav a {
  position: relative;
  padding: 10px 2px;
  color: rgba(22, 35, 31, 0.82);
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  color: var(--ink);
}

.main-nav a:not(.nav-cta)::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.main-nav a.active::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 11px 16px !important;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--ink);
  background: linear-gradient(180deg, #ffd96f, var(--gold));
  border-color: var(--gold);
  box-shadow: 0 12px 26px rgba(243, 196, 79, 0.3);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  padding: clamp(88px, 12vw, 150px) clamp(18px, 5vw, 72px) 34px;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(14, 20, 17, 0.36), rgba(14, 20, 17, 0.02)),
    url("../images/cape-coast-castle.jpg")
      center / cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(0deg, rgba(18, 35, 30, 0.86) 0%, rgba(18, 35, 30, 0.02) 56%),
    linear-gradient(90deg, rgba(18, 35, 30, 0.48), transparent 58%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  color: white;
  padding-bottom: 118px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  line-height: 0.91;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.18;
}

.hero-content p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(22, 35, 31, 0.08);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(22, 35, 31, 0.18);
}

.button:active {
  transform: translateY(0);
  box-shadow: none;
}

.button.primary {
  color: var(--ink);
  background: linear-gradient(180deg, #ffd96f, var(--gold));
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #ffd35f;
}

.button.secondary {
  color: white;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.72);
}

.button.dark {
  color: white;
  background: var(--ink);
}

.button.dark:hover,
.button.dark:focus-visible {
  background: var(--green-dark);
}

.trip-finder {
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  bottom: 28px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 10px;
  padding: 12px;
  background: rgba(255, 253, 248, 0.97);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

label span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

select,
input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

select:focus,
input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(30, 107, 79, 0.62);
  box-shadow: 0 0 0 4px rgba(30, 107, 79, 0.1);
}

select,
input {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  padding: 12px;
  resize: vertical;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.trust-strip div {
  padding: 24px clamp(18px, 4vw, 48px);
  background: white;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  margin-top: 4px;
  color: var(--muted);
}

.page-hero {
  position: relative;
  min-height: 440px;
  display: grid;
  align-items: end;
  padding: clamp(88px, 10vw, 132px) clamp(18px, 5vw, 72px) clamp(54px, 8vw, 88px);
  overflow: hidden;
  color: white;
  background-position: center;
  background-size: cover;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 24, 20, 0.82), rgba(14, 24, 20, 0.2)),
    linear-gradient(0deg, rgba(14, 24, 20, 0.42), transparent 62%);
  content: "";
}

.page-hero > div {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.page-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.15rem;
}

.hero-tours {
  background-image: url("../images/kakum.jpg");
}

.hero-destinations {
  background-image: url("../images/cape-coast-castle.jpg");
}

.hero-styles {
  background-image: url("../images/accra.jpg");
}

.hero-about {
  background-image: url("../images/makola-market.jpg");
}

.hero-responsible {
  background-image: url("../images/elmina-castle.jpg");
}

.hero-blog {
  background-image: url("../images/larabanga-mosque.jpg");
}

.hero-contact {
  background-image: url("../images/wli-waterfalls.jpg");
}

.page-intro {
  width: min(850px, 100%);
  color: var(--muted);
  font-size: 1.08rem;
}

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

.info-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 253, 248, 0.94));
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.info-card:hover,
.info-card:focus-within {
  border-color: rgba(30, 107, 79, 0.42);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(22, 35, 31, 0.1);
}

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

.two-column {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.image-panel {
  min-height: 460px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.image-panel.coast {
  background-image: url("../images/cape-coast-castle.jpg");
}

.image-panel.market {
  background-image: url("../images/makola-market.jpg");
}

.image-panel.waterfall {
  background-image: url("../images/wli-waterfalls.jpg");
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(30px, 5vw, 56px) clamp(18px, 5vw, 72px);
  color: white;
  background: var(--green-dark);
}

.cta-band p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.section {
  padding: clamp(70px, 9vw, 128px) clamp(18px, 5vw, 72px);
}

.section-heading {
  width: min(850px, 100%);
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.plan-copy p,
.responsible-copy p,
.feature-band p {
  color: var(--muted);
  font-size: 1.06rem;
}

.compact {
  width: min(560px, 100%);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  cursor: pointer;
  font-weight: 800;
}

.filter:hover,
.filter:focus-visible {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-1px);
}

.filter.is-active {
  color: white;
  background: var(--green);
  border-color: var(--green);
}

.filter.is-active:hover,
.filter.is-active:focus-visible {
  color: white;
  background: var(--green-dark);
}

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

.tour-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.tour-card:hover,
.tour-card:focus-within {
  border-color: rgba(30, 107, 79, 0.45);
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.tour-card-image {
  min-height: 230px;
  background-position: center;
  background-size: cover;
  transition: transform 260ms ease;
}

.tour-card:hover .tour-card-image,
.tour-card:focus-within .tour-card-image {
  transform: scale(1.045);
}

.tour-card-body {
  padding: 20px;
}

.tag-row,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.tag-row span,
.detail-meta span {
  padding: 6px 9px;
  border-radius: 8px;
  color: var(--green-dark);
  background: #e8f1ec;
  border: 1px solid rgba(30, 107, 79, 0.08);
  font-size: 0.78rem;
  font-weight: 850;
}

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

.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.price {
  font-weight: 900;
}

.text-link {
  color: var(--green);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--red);
  transform: translateX(3px);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(64px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background: var(--green-dark);
  color: white;
}

.feature-band .eyebrow {
  color: var(--gold);
}

.feature-band p {
  color: rgba(255, 255, 255, 0.78);
}

.feature-image {
  min-height: 520px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 22, 17, 0.02), rgba(10, 22, 17, 0.28)),
    url("../images/kakum.jpg")
      center / cover;
}

.check-list {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 18px 0 24px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(24px, 5vw, 70px);
}

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

.destination-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  overflow: hidden;
  border-radius: 8px;
  color: white;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  position: relative;
  box-shadow: var(--shadow-soft);
}

.destination-card:hover,
.destination-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(22, 35, 31, 0.18);
}

.destination-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(15, 22, 20, 0.04), rgba(15, 22, 20, 0.72));
  content: "";
}

.destination-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(243, 196, 79, 0.12);
  opacity: 0;
  transition: opacity 180ms ease;
  content: "";
}

.destination-card:hover::after,
.destination-card:focus-within::after {
  opacity: 1;
}

.destination-card span {
  width: max-content;
  margin-bottom: 10px;
  padding: 6px 9px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
}

.destination-card p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}

.accra {
  background-image: url("../images/accra.jpg");
}

.cape {
  background-image: url("../images/cape-coast-castle.jpg");
}

.volta {
  background-image: url("../images/wli-waterfalls.jpg");
}

.north {
  background-image: url("../images/larabanga-mosque.jpg");
}

.muted {
  background: #eef4f0;
}

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

.style-grid article,
.blog-grid article,
.impact-list div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 253, 248, 0.95));
  box-shadow: var(--shadow-soft);
}

.style-grid article:hover,
.style-grid article:focus-within,
.blog-grid article:hover,
.blog-grid article:focus-within,
.impact-list div:hover,
.impact-list div:focus-within,
.about-stats div:hover,
.about-stats div:focus-within {
  border-color: rgba(30, 107, 79, 0.42);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(22, 35, 31, 0.1);
}

.style-grid p,
.blog-grid span,
.impact-list span {
  color: var(--muted);
}

.responsible {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.78)),
    url("../images/elmina-castle.jpg")
      center / cover fixed;
}

.about-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.about-image {
  min-height: 560px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(18, 35, 30, 0.02), rgba(18, 35, 30, 0.2)),
    url("../images/makola-market.jpg")
      center / cover;
}

.about-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.about-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.about-stats strong,
.about-stats span {
  display: block;
}

.about-stats strong {
  color: var(--green);
  font-size: 2rem;
  line-height: 1;
}

.about-stats span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.impact-list {
  display: grid;
  gap: 12px;
}

.impact-list strong,
.impact-list span {
  display: block;
}

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

.blog-grid article {
  min-height: 190px;
}

.blog-grid span {
  display: block;
  margin-bottom: 18px;
  font-weight: 850;
}

.plan-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background: var(--green-dark);
  color: white;
}

.plan-section .eyebrow {
  color: var(--gold);
}

.plan-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.plan-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.full {
  grid-column: 1 / -1;
}

.tour-panel {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
}

.tour-panel.is-open {
  display: block;
}

.tour-panel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 24, 20, 0.62);
}

.tour-detail {
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  width: min(760px, calc(100% - 48px));
  overflow: auto;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.close-button {
  position: sticky;
  top: 12px;
  left: calc(100% - 54px);
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-weight: 900;
}

.tour-detail-image {
  min-height: 340px;
  margin-top: -42px;
  background-position: center;
  background-size: cover;
}

.tour-detail-body {
  padding: clamp(22px, 4vw, 42px);
}

.tour-detail-body p {
  color: var(--muted);
}

.tour-detail-body ol {
  padding-left: 22px;
}

.whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 50%;
  color: white;
  background: #25d366;
  font-size: 0;
  box-shadow: 0 16px 40px rgba(26, 159, 92, 0.34);
  font-weight: 900;
}

.whatsapp::before {
  width: 31px;
  height: 31px;
  background: currentColor;
  content: "";
  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.03 3C8.86 3 3.03 8.82 3.03 15.98c0 2.29.6 4.53 1.74 6.5L3 29l6.69-1.75a12.95 12.95 0 0 0 6.33 1.61h.01c7.16 0 12.99-5.82 12.99-12.98C29.02 8.82 23.19 3 16.03 3Zm0 23.67h-.01c-1.94 0-3.84-.52-5.5-1.5l-.39-.23-3.97 1.04 1.06-3.86-.25-.4a10.74 10.74 0 0 1-1.65-5.74c0-5.9 4.81-10.7 10.72-10.7 2.86 0 5.55 1.11 7.57 3.13a10.63 10.63 0 0 1 3.13 7.57c-.01 5.9-4.81 10.69-10.71 10.69Zm5.87-8.02c-.32-.16-1.9-.94-2.2-1.04-.29-.11-.51-.16-.72.16-.21.32-.83 1.04-1.02 1.25-.19.21-.37.24-.69.08-.32-.16-1.36-.5-2.59-1.6-.96-.85-1.6-1.9-1.79-2.22-.19-.32-.02-.49.14-.65.14-.14.32-.37.48-.56.16-.19.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.72-1.73-.98-2.37-.26-.62-.52-.54-.72-.55h-.62c-.21 0-.56.08-.85.4-.29.32-1.12 1.09-1.12 2.66s1.15 3.09 1.31 3.3c.16.21 2.26 3.45 5.48 4.84.77.33 1.36.53 1.83.68.77.24 1.46.21 2.01.13.61-.09 1.9-.78 2.17-1.53.27-.75.27-1.39.19-1.53-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.whatsapp:hover,
.whatsapp:focus-visible {
  background: #1fbe5c;
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(26, 159, 92, 0.42);
}

.whatsapp:focus-visible,
.button:focus-visible,
.filter:focus-visible,
.text-link:focus-visible,
.menu-toggle:focus-visible,
.close-button:focus-visible {
  outline: 3px solid rgba(243, 196, 79, 0.72);
  outline-offset: 3px;
}

@keyframes soft-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes soft-scale {
  from {
    opacity: 0;
    transform: scale(0.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.reveal-item {
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
}

.reveal-item.reveal-in {
  animation: soft-rise 680ms ease both;
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.985);
  will-change: opacity, transform;
}

.reveal-scale.reveal-in {
  animation: soft-scale 900ms ease both;
}

.reveal-delay-1 {
  animation-delay: 80ms;
}

.reveal-delay-2 {
  animation-delay: 150ms;
}

.reveal-delay-3 {
  animation-delay: 220ms;
}

.reveal-delay-4 {
  animation-delay: 290ms;
}

.reveal-delay-5 {
  animation-delay: 360ms;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: white;
  background: #0f1916;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 800;
}

@media (max-width: 1040px) {
  .tour-grid,
  .style-grid,
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .responsible,
  .plan-section,
  .about-section,
  .two-column,
  .feature-band {
    grid-template-columns: 1fr;
  }

  .about-image,
  .feature-image {
    min-height: 360px;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 18px 22px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 14px 0;
  }

  .nav-cta {
    text-align: center;
    margin-top: 8px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-content {
    padding-bottom: 330px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 5.4rem);
  }

  .trip-finder {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .tour-grid,
  .destination-grid,
  .style-grid,
  .content-grid,
  .blog-grid,
  .about-stats,
  .plan-form {
    grid-template-columns: 1fr;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
  }

  .main-nav {
    top: 68px;
  }

  .hero {
    min-height: 840px;
  }

  .hero-content {
    padding-bottom: 344px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .tour-detail {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
}
