:root {
  --forest: #2f3a34;
  --moss: #6b8a72;
  --sage: #b3c7b7;
  --sun: #f3d89c;
  --sand: #f8f2e6;
  --cream: #fffaf2;
  --ink: #1b2420;
  --muted: rgba(27, 36, 32, 0.6);
  --shadow: 0 18px 36px rgba(18, 26, 22, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 20% 10%, #f9f3dc 0%, transparent 45%),
    radial-gradient(circle at 85% 0%, #e6f2d4 0%, transparent 40%),
    linear-gradient(180deg, #fffaf2 0%, #eef6e7 100%);
}

.page {
  min-height: 100vh;
  overflow-x: hidden;
}

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

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

h1,
h2,
h3,
h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

p {
  margin: 0 0 1.25rem;
  line-height: 1.6;
  color: var(--muted);
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 5rem 0;
}

section#contact {
  scroll-margin-top: 110px;
}

.journey {
  padding: 6.5rem 0;
}

.journey.alt {
  background: rgba(152, 190, 166, 0.18);
}

.journey .container {
  width: min(1280px, 94vw);
}

.slider-section {
  position: relative;
  padding: 7rem 0 6rem;
  color: #fef7e8;
  overflow: hidden;
  background: #0f1f1a;
}

.slider-section .container {
  width: min(1300px, 94vw);
  position: relative;
  z-index: 2;
}

.slider-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/tmb_183800_4421.webp") center/cover no-repeat;
  filter: blur(14px);
  transform: scale(1.05);
  z-index: 0;
}

.slider-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 20, 18, 0.75), rgba(8, 14, 12, 0.84));
  z-index: 1;
}

.shaman-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.5rem;
  color: #fff;
}

.shaman-heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
}

.shaman-heading h2::after {
  content: "";
  display: block;
  width: min(180px, 40%);
  height: 2px;
  margin: 0.7rem auto 0;
  background: linear-gradient(90deg, rgba(224, 197, 106, 0), #e0c56a, rgba(224, 197, 106, 0));
}

.shaman-heading p {
  margin: 0;
}

.shaman-heading-sub {
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.8);
}

.shaman-collage {
  background: transparent;
  padding: 2rem 0 3rem;
  color: #fff;
  margin: 0 auto 4rem;
}

.shaman-circle {
  position: relative;
  width: min(1300px, 100%);
  height: 1100px;
  margin: 0 auto;
}

.shaman-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  z-index: 2;
}

.shaman-center h2 {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: clamp(1.6rem, 2.8vw, 2.7rem);
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 0 16px 30px rgba(0, 0, 0, 0.45);
}

.shaman-center p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 1rem;
  color: var(--sun);
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.shaman-orbit {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.shaman-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 290px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 2px solid #e0c56a;
  transform: translate(-50%, -50%) translate(var(--offset-x), var(--offset-y));
}

.shaman-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}

.shaman-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shaman-card span {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.9rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #fff;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.5);
  z-index: 2;
  text-align: center;
  line-height: 1.15;
}

.shaman-card.shaman-with-bg {
  background-image: url("images/shaman-bg-55.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.shaman-card:nth-child(1) {
  --offset-x: -475px;
  --offset-y: -270px;
}

.shaman-card:nth-child(2) {
  --offset-x: -235px;
  --offset-y: -300px;
}

.shaman-card:nth-child(3) {
  --offset-x: 0px;
  --offset-y: -330px;
}

.shaman-card:nth-child(4) {
  --offset-x: 235px;
  --offset-y: -300px;
}

.shaman-card:nth-child(5) {
  --offset-x: 475px;
  --offset-y: -270px;
}

.shaman-card:nth-child(6) {
  --offset-x: -530px;
  --offset-y: 10px;
}

.shaman-card:nth-child(7) {
  --offset-x: 530px;
  --offset-y: 10px;
}

.shaman-card:nth-child(8) {
  --offset-x: -475px;
  --offset-y: 290px;
}

.shaman-card:nth-child(9) {
  --offset-x: -235px;
  --offset-y: 330px;
}

.shaman-card:nth-child(10) {
  --offset-x: 0px;
  --offset-y: 360px;
}

.shaman-card:nth-child(11) {
  --offset-x: 235px;
  --offset-y: 330px;
}

.shaman-card:nth-child(12) {
  --offset-x: 475px;
  --offset-y: 290px;
}

@media (max-width: 900px) {
  .shaman-collage {
    padding: 3rem 1.5rem;
  }

  .shaman-circle {
    width: min(1100px, 96vw);
    height: 900px;
  }

  .shaman-card {
    width: 190px;
    height: 240px;
    border-radius: 16px;
  }

  .shaman-card:nth-child(1) {
    --offset-x: -395px;
    --offset-y: -215px;
  }
  .shaman-card:nth-child(2) {
    --offset-x: -195px;
    --offset-y: -245px;
  }
  .shaman-card:nth-child(3) {
    --offset-x: 0px;
    --offset-y: -265px;
  }
  .shaman-card:nth-child(4) {
    --offset-x: 195px;
    --offset-y: -245px;
  }
  .shaman-card:nth-child(5) {
    --offset-x: 395px;
    --offset-y: -215px;
  }
  .shaman-card:nth-child(6) {
    --offset-x: -450px;
    --offset-y: 5px;
  }
  .shaman-card:nth-child(7) {
    --offset-x: 450px;
    --offset-y: 5px;
  }
  .shaman-card:nth-child(8) {
    --offset-x: -395px;
    --offset-y: 235px;
  }
  .shaman-card:nth-child(9) {
    --offset-x: -195px;
    --offset-y: 265px;
  }
  .shaman-card:nth-child(10) {
    --offset-x: 0px;
    --offset-y: 290px;
  }
  .shaman-card:nth-child(11) {
    --offset-x: 195px;
    --offset-y: 265px;
  }
  .shaman-card:nth-child(12) {
    --offset-x: 395px;
    --offset-y: 235px;
  }
}

@media (max-width: 680px) {
  .shaman-collage {
    padding: 2.5rem 1rem;
    border-radius: 20px;
  }

  .shaman-circle {
    width: min(860px, 96vw);
    height: 730px;
  }

  .shaman-card {
    width: 130px;
    height: 170px;
    border-width: 2px;
    border-radius: 12px;
  }

  .shaman-card span {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

  .shaman-center h2 {
    font-size: clamp(1.2rem, 4vw, 1.7rem);
  }

  .shaman-center p {
    font-size: 0.85rem;
  }

  .shaman-card:nth-child(1) {
    --offset-x: -265px;
    --offset-y: -147px;
  }
  .shaman-card:nth-child(2) {
    --offset-x: -130px;
    --offset-y: -173px;
  }
  .shaman-card:nth-child(3) {
    --offset-x: 0px;
    --offset-y: -187px;
  }
  .shaman-card:nth-child(4) {
    --offset-x: 130px;
    --offset-y: -173px;
  }
  .shaman-card:nth-child(5) {
    --offset-x: 265px;
    --offset-y: -147px;
  }
  .shaman-card:nth-child(6) {
    --offset-x: -300px;
    --offset-y: -5px;
  }
  .shaman-card:nth-child(7) {
    --offset-x: 300px;
    --offset-y: -5px;
  }
  .shaman-card:nth-child(8) {
    --offset-x: -265px;
    --offset-y: 167px;
  }
  .shaman-card:nth-child(9) {
    --offset-x: -130px;
    --offset-y: 193px;
  }
  .shaman-card:nth-child(10) {
    --offset-x: 0px;
    --offset-y: 212px;
  }
  .shaman-card:nth-child(11) {
    --offset-x: 130px;
    --offset-y: 193px;
  }
  .shaman-card:nth-child(12) {
    --offset-x: 265px;
    --offset-y: 167px;
  }

  .shaman-circle {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .shaman-center {
    position: static;
    padding: 0;
    margin-bottom: 1.2rem;
  }

  .shaman-orbit {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    transform: translateX(-0.4rem);
  }

  .shaman-collage {
    margin-bottom: 10rem;
  }

  .shaman-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    transform: none;
  }

  .shaman-card span {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    font-size: 0.6rem;
    letter-spacing: 0.04em;
  }
}

.slider-heading {
  margin-bottom: 2.5rem;
  max-width: 720px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.slider-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.slider-section .section-eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.slider {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.slider-viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  border-radius: 26px;
  box-shadow: var(--shadow);
  background: transparent;
  scrollbar-width: none;
  padding: 14px 0 18px;
}

.slider-viewport::-webkit-scrollbar {
  display: none;
}

.slider-track {
  display: flex;
  gap: 1.2rem;
  align-items: stretch;
  padding: 0 0.6rem;
}

.slide {
  min-width: 0;
  aspect-ratio: 4 / 5;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: clamp(220px, 26vw, 360px);
  display: block;
  color: inherit;
  transition: transform 0.3s ease;
  margin-left: -0.4rem;
}

@media (min-width: 1200px) {
  .slider-track {
    gap: 0.8rem;
  }

  .slide {
    width: clamp(200px, 18vw, 240px);
    margin-left: 0;
  }
}

.slide:hover {
  transform: translateY(-6px);
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 22, 18, 0.15) 20%, rgba(8, 14, 12, 0.85) 100%);
}

.slide-content {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  color: var(--cream);
  z-index: 1;
  display: grid;
  gap: 0.4rem;
}

.slide-content h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  margin-bottom: 0.2rem;
  color: #fffdf7;
}

.slide-content p {
  color: rgba(255, 252, 245, 0.9);
  margin: 0;
  font-size: 0.95rem;
}

.slide-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(9, 13, 12, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: fit-content;
  color: #ffffff;
}

.slider-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(36, 64, 53, 0.2);
  background: var(--cream);
  color: var(--forest);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.slider-btn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.8rem;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(36, 64, 53, 0.35);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.slider-dot.is-active {
  background: var(--moss);
  border-color: var(--moss);
  transform: scale(1.25);
  box-shadow: 0 0 0 6px rgba(77, 122, 99, 0.18);
}

.gallery-grid {
  display: grid;
  gap: 2rem;
}

.gallery-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gallery-row--videos {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  align-items: start;
}

.gallery-row--photos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.gallery-label {
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}

.gallery-photos-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  width: min(760px, 100%);
}

.gallery-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow);
  display: block;
  background: #dfe7e0;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 24, 20, 0) 45%, rgba(12, 18, 15, 0.45) 100%);
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-card.video::after {
  background: linear-gradient(180deg, rgba(12, 18, 15, 0.2) 35%, rgba(10, 15, 12, 0.7) 100%);
}

.gallery-photos-grid .gallery-card {
  aspect-ratio: 3 / 2;
}

.gallery-row--photos .gallery-label {
  text-align: center;
}

.gallery-tag {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--forest);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  z-index: 2;
  font-weight: 600;
}

.gallery-play {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  display: grid;
  place-items: center;
  z-index: 2;
  box-shadow: 0 10px 20px rgba(10, 16, 13, 0.25);
}

.gallery-play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--forest);
  transform: translateX(2px);
}

.gallery-actions {
  margin-top: 2rem;
  text-align: center;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 16, 13, 0.78);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 40;
  padding: 2rem;
}

.gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-modal-backdrop {
  position: absolute;
  inset: 0;
}

.gallery-modal-content {
  position: relative;
  width: min(900px, 92vw);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.gallery-modal.is-open .gallery-modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.gallery-modal-body {
  width: 100%;
  max-height: 70vh;
  border-radius: 20px;
  overflow: hidden;
  background: #0c1411;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-modal-body img,
.gallery-modal-body iframe {
  border: 0;
}

.gallery-modal.is-image .gallery-modal-body img {
  max-width: 100%;
  max-height: 70vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.gallery-modal.is-video .gallery-modal-body {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.gallery-modal.is-video .gallery-modal-body iframe {
  width: 100%;
  height: 100%;
}

.gallery-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(12, 18, 15, 0.75);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.35);
}

.modal-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px);
}

.detail-hero {
  min-height: 70vh;
  text-align: center;
  justify-content: center;
}

.detail-hero .hero-content {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.detail-hero .hero-actions {
  justify-content: center;
}

.detail-section.alt {
  background: rgba(155, 197, 163, 0.14);
}

.detail-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.detail-card {
  background: var(--cream);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.detail-card h3 {
  margin-bottom: 0.4rem;
}

.detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

.detail-list li {
  padding-left: 1.4rem;
  position: relative;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--sun);
}

.legal-page {
  min-height: 100vh;
  padding: 6rem 0;
}

.page-back {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 1.2rem;
  display: flex;
  justify-content: flex-start;
}

.page-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(10, 14, 12, 0.92);
  border: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  color: #fffaf2;
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
}

.page-back-link:hover {
  opacity: 0.78;
}

.legal-header {
  max-width: 860px;
  margin: 0 auto 2rem;
}

.legal-content {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
}

.legal-content h2 {
  margin-top: 1rem;
}

.legal-content p {
  margin: 0;
}

.format-stack {
  display: grid;
  gap: 1.4rem;
}

.format-block {
  background: var(--forest);
  border-radius: 22px;
  padding: 1.6rem;
  border: 1px solid rgba(246, 222, 162, 0.35);
  box-shadow: var(--shadow);
  color: var(--cream);
}

.format-header {
  text-align: center;
  margin-bottom: 1rem;
}

.format-header h3 {
  margin: 0;
  color: var(--sun);
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.format-sub {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 247, 232, 0.75);
}

.format-items {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.format-item {
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(246, 222, 162, 0.45);
  text-align: center;
}

.format-item-title {
  display: block;
  font-weight: 600;
  color: #fffaf2;
}

.format-item-meta {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: rgba(255, 247, 232, 0.78);
}

.format-item-cta {
  margin-top: 0.6rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(246, 222, 162, 0.4);
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sun);
  background: rgba(246, 222, 162, 0.08);
}

.format-item.format-choice {
  appearance: none;
  width: 100%;
  cursor: pointer;
  display: grid;
  gap: 0.35rem;
  align-items: center;
  justify-items: center;
  font: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.format-item.format-choice:hover {
  transform: translateY(-4px);
  border-color: rgba(246, 222, 162, 0.8);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 26px rgba(15, 24, 18, 0.28);
}

.format-item.format-choice:focus-visible {
  outline: 2px solid rgba(246, 222, 162, 0.9);
  outline-offset: 3px;
}

.format-item.format-choice.is-selected {
  border-color: var(--sun);
  background: linear-gradient(140deg, rgba(246, 222, 162, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow: 0 16px 32px rgba(15, 24, 18, 0.35);
  transform: translateY(-2px);
}

.format-item.format-choice.is-selected .format-item-cta {
  background: var(--sun);
  color: var(--forest);
}

.detail-includes {
  background: var(--forest);
  border-radius: 24px;
  padding: 2rem;
  color: var(--cream);
  box-shadow: var(--shadow);
}

.detail-includes .section-eyebrow {
  color: rgba(255, 247, 232, 0.6);
}

.detail-includes h2 {
  color: #fffaf2;
}

.detail-includes .detail-list li {
  color: rgba(255, 247, 232, 0.9);
}

.detail-includes .form-note {
  color: rgba(255, 247, 232, 0.7);
}

.itinerary-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.itinerary-card {
  background: white;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.itinerary-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  color: var(--muted);
}

.booking {
  padding: 6rem 0 7rem;
}

.booking-card {
  background: linear-gradient(120deg, #d9ecd9, #f4efd9);
  border-radius: 32px;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: stretch;
  padding: 3rem;
  box-shadow: var(--shadow);
  color: var(--ink);
}

.booking-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

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

.booking-media {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  align-self: start;
}

.booking-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.value {
  padding: 3.6rem 0;
  background: linear-gradient(180deg, #f7f3ee 0%, #f1ede6 100%);
  position: relative;
  overflow: hidden;
}

.value::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.65) 0 2px, transparent 4px),
    radial-gradient(circle, rgba(0, 0, 0, 0.06) 0 2px, transparent 5px);
  background-size: 180px 180px, 260px 260px;
  opacity: 0.35;
  animation: value-drift 22s linear infinite;
  z-index: 0;
}

.value::after {
  content: "";
  position: absolute;
  inset: -20% 0 35% 0;
  background: radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.08), transparent 65%);
  opacity: 0.35;
  z-index: 0;
}

.value-band {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.8rem;
  grid-template-columns: 1fr;
  align-items: center;
  background: transparent;
  padding: 2.2rem 2.6rem;
  color: #111;
  text-align: center;
}

.value .section-eyebrow {
  color: rgba(17, 17, 17, 0.65);
}

.value-copy {
  flex: 1 1 320px;
  min-width: 0;
}

.value-copy h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  margin: 0.5rem 0 0.6rem;
  color: #111;
}

.value-copy p {
  margin: 0;
  color: rgba(17, 17, 17, 0.74);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.value-meta {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: rgba(17, 17, 17, 0.55);
}

.value-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.value-meta span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #111;
}

.value-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.value-icon-item {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.7rem;
}

.value-icon-item h3 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.2;
  min-height: 3.6em;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
}

.value-feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.06);
  display: grid;
  place-items: center;
  color: #111;
}

.value-feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes value-drift {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  50% {
    background-position: 120px 60px, -80px 120px, 60px -60px;
  }
  100% {
    background-position: 0 0, 0 0, 0 0;
  }
}

.section-head {
  max-width: 720px;
  margin-bottom: 2.5rem;
}

.section-head.is-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--moss);
  display: inline-block;
  margin-bottom: 0.75rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  background: rgba(18, 33, 27, 0.45);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--cream);
}

.brand-logo {
  width: 42px;
  height: 42px;
}

.brand-title {
  font-size: 1.5rem;
  letter-spacing: 0.28em;
  font-family: "Cinzel Decorative", serif;
}

.brand-subtitle {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 247, 232, 0.7);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--cream);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
}

.menu-lang {
  justify-content: center;
  color: var(--ink);
}

.menu-panel .lang-btn {
  color: rgba(15, 26, 21, 0.65);
}

.menu-panel .lang-btn.is-active {
  color: var(--forest);
}

.menu-panel .lang-divider {
  color: rgba(15, 26, 21, 0.4);
}

.lang-btn {
  border: none;
  background: transparent;
  color: rgba(255, 247, 232, 0.7);
  cursor: pointer;
  font-weight: 600;
}

.lang-btn.is-active {
  color: var(--sun);
}

.menu-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 247, 232, 0.12);
  border: 1px solid rgba(255, 247, 232, 0.4);
  color: var(--cream);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-bars {
  display: grid;
  gap: 4px;
}

.menu-bars span {
  width: 18px;
  height: 2px;
  background: var(--cream);
  display: block;
}

.menu-panel {
  position: absolute;
  right: 3vw;
  top: 4.5rem;
  background: rgba(255, 247, 232, 0.96);
  border-radius: 18px;
  padding: 1.25rem;
  width: min(320px, 86vw);
  display: grid;
  gap: 0.6rem;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: all 0.25s ease;
}

.menu-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-panel a {
  font-size: 0.95rem;
  color: var(--ink);
}

.menu-divider {
  height: 1px;
  background: rgba(15, 26, 21, 0.1);
  margin: 0.4rem 0;
}

.menu-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--moss);
}

.menu-cta {
  margin-top: 0.5rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f6df9c, #e9c871);
  color: #2b332f;
  text-align: center;
  border: 1px solid rgba(120, 90, 20, 0.25);
  box-shadow: 0 10px 18px rgba(35, 30, 15, 0.15);
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--cream);
  padding: 7rem 8vw 5rem;
  overflow: hidden;
}

.hero:not(.detail-hero) {
  background: none;
}

.hero:not(.detail-hero)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/1.webp") center/cover no-repeat;
  filter: blur(5px);
  transform: scale(1.03);
  z-index: 0;
}

.detail-hero {
  background: none;
}

.detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-position: var(--hero-position, center);
  background-size: var(--hero-size, cover);
  background-repeat: no-repeat;
  filter: blur(5px);
  transform: scale(1.03);
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 22, 18, 0.65);
  z-index: 1;
}

.hero-particles {
  position: absolute;
  top: -2rem;
  right: -10vw;
  width: clamp(420px, 60vw, 900px);
  transform: rotate(180deg);
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.hero-particles-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(180px, 26vw, 360px);
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero-text {
  color: var(--cream);
}

.hero h1 {
  font-size: clamp(3.6rem, 7vw, 6.5rem);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero-tag {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(255, 247, 232, 0.12);
  border: 1px solid rgba(255, 247, 232, 0.4);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-content p {
  font-size: clamp(1.1rem, 2.1vw, 1.35rem);
}

.btn {
  padding: 1.1rem 2.3rem;
  border-radius: 999px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  cursor: pointer;
  min-width: 260px;
  min-height: 56px;
  white-space: nowrap;
}

.btn.primary {
  background: var(--sun);
  color: var(--forest);
  font-weight: 600;
}

.btn.ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(255, 247, 232, 0.6);
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.7;
  z-index: 2;
}

.intro-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.intro-card {
  padding: 1.8rem;
  background: var(--cream);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.journey-grid {
  --journey-size: clamp(320px, 36vw, 560px);
  display: grid;
  gap: 20rem;
  grid-template-columns: var(--journey-size) minmax(320px, 1fr);
  align-items: stretch;
  justify-content: center;
}

.journey.reverse .journey-grid {
  grid-template-columns: minmax(320px, 1fr) var(--journey-size);
}

.journey.reverse .journey-media {
  order: 2;
}

.journey.reverse .journey-content {
  order: 1;
}

.journey-media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 1 / 1;
  width: 100%;
  align-self: start;
}

.journey-media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 2px solid rgba(243, 210, 122, 0.55);
  box-shadow: 0 0 25px rgba(243, 210, 122, 0.45);
  animation: glow 3.6s ease-in-out infinite;
  z-index: 1;
}

.journey-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.journey-sparkles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.journey-sparkles span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(243, 210, 122, 0.8);
  box-shadow: 0 0 12px rgba(243, 210, 122, 0.8);
  animation: float 4.5s ease-in-out infinite;
}

.journey-sparkles span:nth-child(1) {
  top: 18%;
  left: 12%;
  animation-delay: 0s;
}

.journey-sparkles span:nth-child(2) {
  top: 30%;
  right: 18%;
  animation-delay: 0.6s;
}

.journey-sparkles span:nth-child(3) {
  bottom: 22%;
  left: 20%;
  animation-delay: 1.2s;
}

.journey-sparkles span:nth-child(4) {
  bottom: 14%;
  right: 26%;
  animation-delay: 1.8s;
}

.journey-sparkles span:nth-child(5) {
  top: 10%;
  right: 40%;
  animation-delay: 2.4s;
}

.journey-sparkles span:nth-child(6) {
  bottom: 40%;
  left: 45%;
  animation-delay: 3s;
}

.journey-content {
  display: grid;
  gap: 1.9rem;
  min-height: var(--journey-size);
  align-content: center;
}

.journey-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--moss);
}

.journey-line {
  height: 1px;
  flex: 1;
  background: rgba(47, 93, 80, 0.35);
}

.journey-title {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  color: var(--ink);
}

.journey-text {
  font-size: 1.05rem;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: stretch;
  gap: 0;
}

.split.reverse {
  direction: rtl;
}

.split.reverse .split-content {
  direction: ltr;
}

.split-image {
  min-height: 420px;
  background-size: cover;
  background-position: center;
}

.split-content {
  padding: 3rem 8vw;
  background: #fdf8ea;
}

.list {
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.list li {
  padding-left: 1.4rem;
  position: relative;
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--sun);
}

.product-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.products {
  position: relative;
  overflow: hidden;
}

.products::before {
  content: "";
  position: absolute;
  inset: -25% 0;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.08) 0 2px, transparent 4px),
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 0 1px, transparent 2px);
  background-size: 190px 190px, 260px 260px;
  opacity: 0.3;
  animation: products-drift 28s linear infinite;
  z-index: 0;
  pointer-events: none;
}

.products::after {
  content: "";
  position: absolute;
  inset: -10% -10% 40% -10%;
  background: radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.08), transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.06), transparent 60%);
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

.products .container {
  position: relative;
  z-index: 1;
}

.package-section {
  background: rgba(155, 197, 163, 0.14);
}

.package-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.package-card {
  background: var(--cream);
  border-radius: 20px;
  padding: 1.6rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.8rem;
  color: var(--ink);
  border: 1px solid rgba(77, 122, 99, 0.12);
}

.package-card h3 {
  font-size: 1.4rem;
  margin: 0;
}

.package-type {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--moss);
}

.package-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.package-cta {
  margin-top: auto;
  font-weight: 600;
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
}

.product-card {
  padding: 1.8rem;
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.6rem;
  color: var(--ink);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 0;
  text-decoration: none;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(18, 26, 22, 0.16);
}

.product-card.is-featured::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  border: 2px solid rgba(214, 179, 107, 0.75);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
  animation: featured-border 2.8s ease-in-out infinite;
}

.product-card.is-featured::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(214, 179, 107, 0.9) 0 18px, transparent 0) top left / 38px 2px no-repeat,
    linear-gradient(180deg, rgba(214, 179, 107, 0.9) 0 18px, transparent 0) top left / 2px 38px no-repeat,
    linear-gradient(90deg, rgba(214, 179, 107, 0.9) 0 18px, transparent 0) top right / 38px 2px no-repeat,
    linear-gradient(180deg, rgba(214, 179, 107, 0.9) 0 18px, transparent 0) top right / 2px 38px no-repeat,
    linear-gradient(90deg, rgba(214, 179, 107, 0.9) 0 18px, transparent 0) bottom left / 38px 2px no-repeat,
    linear-gradient(180deg, rgba(214, 179, 107, 0.9) 0 18px, transparent 0) bottom left / 2px 38px no-repeat,
    linear-gradient(90deg, rgba(214, 179, 107, 0.9) 0 18px, transparent 0) bottom right / 38px 2px no-repeat,
    linear-gradient(180deg, rgba(214, 179, 107, 0.9) 0 18px, transparent 0) bottom right / 2px 38px no-repeat;
  opacity: 0.7;
  z-index: 2;
  pointer-events: none;
  animation: featured-corners 4s ease-in-out infinite;
}

.product-subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 4.05em;
}

.product-meta {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--moss);
}

.product-location {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.product-location svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--moss);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-link {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(27, 36, 32, 0.6);
}

@keyframes featured-border {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes products-drift {
  0% {
    background-position: 0 0, 0 0;
  }
  50% {
    background-position: 120px 80px, -80px 140px;
  }
  100% {
    background-position: 0 0, 0 0;
  }
}

@keyframes featured-corners {
  0% {
    opacity: 0.55;
  }
  50% {
    opacity: 0.95;
  }
  100% {
    opacity: 0.55;
  }
}

.directions {
  background: rgba(255, 255, 255, 0.7);
}

.direction-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.direction-card {
  padding: 1.6rem;
  border-radius: 18px;
  background: rgba(155, 197, 163, 0.2);
  color: var(--ink);
}

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

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.stat-number {
  display: block;
  font-size: 2rem;
  color: var(--moss);
  font-weight: 600;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.highlights {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(237, 244, 226, 0.8));
}

.highlight-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.highlight-card {
  min-height: 240px;
  border-radius: 22px;
  padding: 2rem;
  background: var(--forest);
  color: var(--cream);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.highlight-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(9, 20, 15, 0.78), rgba(9, 20, 15, 0.2));
}

.highlight-card h3,
.highlight-card p {
  position: relative;
  z-index: 1;
  color: var(--cream);
}

.mission {
  background: #fdf6e6;
}

.about {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.9), rgba(230, 242, 212, 0.6));
}

.about-panel {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
  max-width: 980px;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 30px;
  background: var(--cream);
  box-shadow: var(--shadow);
  border: 1px solid rgba(36, 64, 53, 0.08);
  text-align: center;
}

.about-panel h2 {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
}

.about-points {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-point {
  display: grid;
  gap: 0.6rem;
  justify-items: center;
  text-align: center;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(77, 122, 99, 0.08);
  border: 1px solid rgba(36, 64, 53, 0.08);
}

.about-point h4 {
  margin: 0;
  font-size: 1rem;
}

.about-point p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.about-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(77, 122, 99, 0.16);
  color: var(--forest);
  display: grid;
  place-items: center;
}

.about-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-mission-panel {
  padding: 1.8rem;
  border-radius: 22px;
  background: rgba(77, 122, 99, 0.08);
  border: 1px solid rgba(36, 64, 53, 0.08);
}

.about-mission-panel h3 {
  margin-top: 0;
}


.cta-card {
  background: var(--forest);
  color: var(--cream);
  border-radius: 26px;
  padding: 2.5rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
  box-shadow: var(--shadow);
}

.cta-card p {
  color: rgba(255, 247, 232, 0.75);
}

.contact-list {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.9rem;
}

.contact-list a {
  color: var(--cream);
  font-weight: 600;
}

.contact-label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 247, 232, 0.6);
  margin-bottom: 0.3rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 247, 232, 0.7);
}

.contact-form input,
.contact-form select {
  padding: 0.8rem 1rem;
  border-radius: 12px;
  border: none;
  font-size: 1rem;
  font-family: inherit;
}

.contact-form input.is-invalid {
  outline: 2px solid rgba(255, 183, 177, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 183, 177, 0.2);
}

.contact-form.is-sending .btn {
  opacity: 0.7;
  pointer-events: none;
}

.selected-program {
  display: grid;
  gap: 0.55rem;
}

.selected-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 247, 232, 0.6);
}

.selected-card {
  border-radius: 14px;
  border: 1px dashed rgba(246, 222, 162, 0.5);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.9rem 1rem;
  color: rgba(255, 247, 232, 0.8);
  min-height: 3.3rem;
}

.selected-card .selected-title {
  display: block;
  color: #fffaf2;
  font-weight: 600;
}

.selected-card .selected-meta {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: rgba(255, 247, 232, 0.75);
}

.selected-placeholder {
  font-size: 0.85rem;
}

.form-status {
  min-height: 1.2rem;
  font-size: 0.8rem;
  color: rgba(255, 247, 232, 0.7);
}

.form-status.is-success {
  color: rgba(178, 238, 200, 0.95);
}

.form-status.is-error {
  color: rgba(255, 183, 177, 0.95);
}

.form-note {
  font-size: 0.75rem;
  color: rgba(255, 247, 232, 0.6);
}

.site-footer {
  padding: 2.5rem 0 3rem;
}

.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo {
  width: 40px;
  height: 40px;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-note {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes glow {
  0% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.55;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-12px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.7;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 1rem 5vw;
  }

  .brand-subtitle {
    display: none;
  }

  .hero {
    padding: 8rem 6vw 5rem;
  }

  .split-content {
    padding: 3rem 6vw;
  }

  .journey-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .journey.reverse .journey-grid {
    grid-template-columns: 1fr;
  }

  .journey-content {
    min-height: auto;
  }

  .journey.reverse .journey-media,
  .journey.reverse .journey-content {
    order: initial;
  }

  .slider {
    grid-template-columns: 1fr;
  }

  .slider-btn {
    justify-self: center;
  }

  .gallery-row--videos {
    grid-template-columns: 1fr;
  }

  .gallery-photos-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .value-band {
    padding: 1.4rem 1.6rem;
  }

  .value-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .about-panel {
    padding: 2.5rem;
  }

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

  .shaman-circle {
    width: min(1100px, 96vw);
    height: 820px;
  }

  .shaman-card {
    width: 190px;
    height: 240px;
  }
}

@media (max-width: 680px) {
  .header-actions {
    gap: 0.8rem;
  }

  .menu-toggle {
    padding: 0.4rem 0.8rem;
  }

  .page-back-link {
    padding: 0.35rem 0.7rem;
    font-size: 0.85rem;
  }

  .section {
    padding: 3.6rem 0;
  }

  .journey {
    padding: 4.5rem 0;
  }

  .hero {
    padding: 6.5rem 6vw 4rem;
  }

  .detail-hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
    letter-spacing: 0.12em;
  }

  .hero-tag {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .hero-particles,
  .hero-particles-left {
    display: none;
  }

  .section-head {
    margin-bottom: 2rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    white-space: normal;
  }

  .slider-section {
    padding: 5rem 0 4.5rem;
  }

  .cta-card {
    padding: 2rem 1.5rem;
  }

  .gallery-photos-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 0.9rem;
  }

  .value-copy h2 {
    font-size: 1.5rem;
  }

  .value-meta {
    letter-spacing: 0.12em;
  }

  .value-feature-icon {
    width: 40px;
    height: 40px;
  }

  .highlight-card {
    min-height: 200px;
    padding: 1.5rem;
  }

  .gallery-tag {
    font-size: 0.6rem;
    letter-spacing: 0.18em;
  }

  .gallery-play {
    width: 38px;
    height: 38px;
  }

  .slide {
    width: min(82vw, 320px);
    margin-left: 0;
  }

  .slide-content h3 {
    font-size: 1.05rem;
  }

  .slide-content p {
    font-size: 0.85rem;
  }

  .slide-meta {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
  }

  .about-panel {
    padding: 2rem 1.5rem;
  }

  .about-point {
    padding: 0.9rem;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .detail-grid,
  .format-items,
  .package-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .format-item {
    padding: 0.85rem 0.95rem;
  }

  .format-item-title {
    font-size: 0.95rem;
  }

  .format-item-meta {
    font-size: 0.85rem;
  }

  .detail-includes {
    padding: 1.5rem;
  }

  .product-card {
    padding: 1.4rem;
  }

  .product-meta {
    font-size: 0.72rem;
  }

  .product-location {
    font-size: 0.8rem;
  }

  .slider-dots {
    display: none;
  }

  .slider-btn {
    display: none;
  }

  .shaman-circle {
    width: min(860px, 96vw);
    height: 660px;
  }

  .shaman-card {
    width: 130px;
    height: 170px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card.is-featured::after {
    animation: none;
  }

  .product-card.is-featured::before {
    animation: none;
  }

  .products::before {
    animation: none;
  }
}
