:root {
  --ivory: #f4f1ea;
  --paper: #eeebe4;
  --forest: #33413c;
  --sage: #bfc7be;
  --taupe: #a89c8d;
  --olive: #6e7568;
  --navy: #111820;
  --warm-gray: #d9d9d4;
  --title-font: "Anaktoria", "Cormorant Garamond", Georgia, serif;
  --text-font: "Raleway", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
  background: var(--navy);
  color: var(--ivory);
  font-family: var(--text-font);
  font-weight: 400;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 74% 34%, rgba(191, 199, 190, 0.08), transparent 20rem),
    linear-gradient(180deg, #101820 0%, #111820 100%);
}

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

img,
canvas {
  display: block;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 4px 4px;
}

.site-header {
  position: fixed;
  top: clamp(1.2rem, 4vw, 2.3rem);
  left: clamp(1rem, 4vw, 3rem);
  right: clamp(1rem, 4vw, 3rem);
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(244, 241, 234, 0.9);
}

.brand {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.header-whatsapp {
  border-bottom: 1px solid rgba(244, 241, 234, 0.55);
  font-family: var(--title-font);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(3.35rem, 5.4vh, 4.25rem) clamp(1.2rem, 4vw, 4rem) 1rem;
  overflow: clip;
  background:
    radial-gradient(circle at 74% 18%, rgba(244, 241, 234, 0.055), transparent 16rem),
    radial-gradient(ellipse at 16% 38%, rgba(51, 65, 60, 0.22), transparent 34rem),
    linear-gradient(180deg, #05080d 0%, #070b10 42%, #111820 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.56;
  background:
    radial-gradient(circle at 79% 18%, rgba(244, 241, 234, 0.11), transparent 14rem),
    radial-gradient(ellipse at 20% 38%, rgba(191, 199, 190, 0.075), transparent 28rem),
    linear-gradient(118deg, transparent 0 24%, rgba(244, 241, 234, 0.018) 40%, transparent 62%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.72;
  background:
    radial-gradient(circle at 50% 22%, transparent 0 19rem, rgba(5, 8, 12, 0.12) 29rem, rgba(5, 8, 12, 0.62) 100%),
    linear-gradient(180deg, transparent 0 64%, rgba(5, 8, 12, 0.42) 100%);
}

#space-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-globe-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(100%, 72rem);
  margin-inline: auto;
  overflow: visible;
}

.globe-stage {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  width: min(calc(100vw - 6rem), 66svh, 50rem);
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  cursor: grab;
  touch-action: pan-y;
}

.globe-stage.is-dragging {
  cursor: grabbing;
}

#globe-canvas {
  width: 100%;
  height: 100%;
  filter:
    saturate(0.98)
    contrast(1.12)
    brightness(0.94)
    drop-shadow(2.4rem 1.4rem 4.6rem rgba(0, 0, 0, 0.54));
}

.pin-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.globe-pin {
  position: absolute;
  width: 2.05rem;
  height: 2.28rem;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -82%);
  transform-origin: 50% 78%;
  pointer-events: auto;
  filter: drop-shadow(0 0.22rem 0.42rem rgba(5, 8, 12, 0.22));
  transition: opacity 260ms ease, filter 320ms ease, transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.globe-pin::before {
  content: none;
}

.globe-pin::after {
  content: none;
}

.globe-pin:hover,
.globe-pin.is-hovered,
.globe-pin:focus-visible {
  filter:
    drop-shadow(0 0.28rem 0.5rem rgba(5, 8, 12, 0.28))
    drop-shadow(0 0 0.32rem rgba(191, 199, 190, 0.2));
  transform: translate(-50%, -82%) scale(1.08);
}

.pin-card {
  display: none;
  position: absolute;
  left: -0.45rem;
  bottom: 1.65rem;
  z-index: 4;
  width: max-content;
  min-width: 4.9rem;
  max-width: min(11rem, calc(100vw - 2rem));
  padding: 0.28rem 0.44rem;
  background: rgba(17, 24, 32, 0.76);
  border: 1px solid rgba(244, 241, 234, 0.14);
  color: var(--ivory);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: break-word;
  opacity: 0;
  transform: translateY(0.2rem);
  box-shadow: 0 0.8rem 1.4rem rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
  transition: opacity 280ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.globe-pin:hover .pin-card,
.globe-pin.is-hovered .pin-card,
.globe-pin:focus-visible .pin-card {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.pin-card small,
.pin-card span {
  display: none;
}

.pin-card strong {
  font: inherit;
}

.pin-card.is-edge {
  right: 0.8rem;
  left: auto;
}

.pin-card.is-left-edge {
  right: auto;
  left: 0.8rem;
}

.pin-card.is-top-edge {
  top: 1.35rem;
  bottom: auto;
}

.hero-copy {
  position: relative;
  right: auto;
  top: auto;
  z-index: 4;
  width: min(42rem, 100%);
  margin: clamp(0.1rem, 0.35vh, 0.3rem) auto 0;
  text-align: center;
}

.hero .eyebrow {
  display: none;
}

.eyebrow,
.section-kicker,
.section-label {
  margin: 0;
  color: var(--sage);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--title-font);
  font-weight: 400;
}

h1 {
  margin-top: 0;
  color: var(--ivory);
  font-size: clamp(2.35rem, 3.4vw, 3.75rem);
  font-style: italic;
  line-height: 0.93;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-subtitle {
  max-width: 25rem;
  margin: 0.35rem auto 0;
  color: rgba(244, 241, 234, 0.75);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.45rem;
}

.hero .button {
  min-height: 2.55rem;
  padding: 0.68rem 1.05rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.5rem;
  min-height: 2.85rem;
  padding: 0.82rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.22;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  transition: transform 260ms ease, background 260ms ease, color 260ms ease, border-color 260ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--ivory);
  color: var(--navy);
}

.button-secondary {
  border-color: rgba(244, 241, 234, 0.32);
  color: var(--ivory);
  background: rgba(17, 24, 32, 0.12);
}

.button-dark {
  background: var(--forest);
  color: var(--ivory);
}

.explore-orbit {
  position: absolute;
  right: clamp(1.1rem, 3vw, 3rem);
  bottom: clamp(1rem, 3vw, 2.2rem);
  z-index: 5;
  display: none;
  place-items: center;
  width: 4.8rem;
  aspect-ratio: 1;
  border: 1px solid rgba(244, 241, 234, 0.28);
  border-radius: 50%;
  color: rgba(244, 241, 234, 0.76);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.intention,
.selected-destination,
.vivento-way,
.featured,
.contact {
  background: var(--paper);
  color: var(--forest);
}

.intention {
  min-height: 58svh;
  padding: clamp(5rem, 10vw, 8rem) clamp(1.6rem, 5vw, 4rem) 4rem;
}

.intention h2,
.destination-content h2,
.section-heading h2,
.contact h2 {
  margin-top: 1.25rem;
  font-size: clamp(3.4rem, 6.8vw, 7rem);
  font-style: italic;
  line-height: 0.9;
}

.intention p:not(.section-kicker) {
  max-width: 52rem;
  margin: 1.2rem 0 0;
  color: var(--olive);
  line-height: 1.85;
}

.selected-destination {
  padding: 0;
}

.iceland-scroll-sequence {
  position: relative;
  height: 580vh;
  overflow: visible;
}

.iceland-sticky-stage {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  display: grid;
  align-items: center;
}

.iceland-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.iceland-visual,
.destination-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.destination-slider,
.iceland-image-stack {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  background: var(--navy);
  --destination-backdrop: none;
}

.iceland-image-stack::before {
  content: "";
  position: absolute;
  inset: -2rem;
  z-index: 0;
  background-image: var(--destination-backdrop);
  background-size: cover;
  background-position: center;
  filter: blur(24px) saturate(0.72) brightness(0.46);
  transform: scale(1.08);
  opacity: 0.92;
  transition: background-image 700ms ease;
}

.destination-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17, 24, 32, 0.76), rgba(17, 24, 32, 0.34) 38%, rgba(17, 24, 32, 0.06) 74%),
    linear-gradient(180deg, rgba(17, 24, 32, 0.1), rgba(17, 24, 32, 0.36)),
    radial-gradient(ellipse at 50% 100%, rgba(17, 24, 32, 0.24), transparent 58%);
}

.destination-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035);
  transform-origin: 50% 50%;
  filter: saturate(0.78) contrast(0.94) brightness(0.78);
  transition:
    opacity 1.8s cubic-bezier(0.45, 0, 0.2, 1),
    transform 1.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

@media (min-width: 900px) and (max-height: 1040px) and (orientation: landscape) {
  .destination-slide {
    object-fit: contain;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .hero {
    padding-top: clamp(3rem, 4.5vh, 3.6rem);
  }

  .globe-stage {
    width: min(calc(100vw - 6rem), 58svh, 45rem);
  }

  h1 {
    font-size: clamp(2.18rem, 3vw, 3.25rem);
  }
}

.iceland-image-stack img:first-child,
.destination-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

.iceland-scroll-sequence.is-scroll-driven .destination-slide {
  transition: none;
}

.slide-counter {
  position: absolute;
  right: 1.55rem;
  bottom: 1.1rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(244, 241, 234, 0.82);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
}

.slide-counter i {
  display: block;
  width: 2.2rem;
  height: 1px;
  background: rgba(244, 241, 234, 0.48);
}

.destination-content {
  padding-top: clamp(2.2rem, 5vw, 4rem);
}

.iceland-copy.destination-content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(42rem, 100%);
  min-height: 100%;
  padding: clamp(5.4rem, 8vh, 7rem) clamp(1.25rem, 5vw, 5rem) clamp(2.2rem, 7vh, 5rem);
  color: var(--ivory);
  opacity: 0;
  transform: translateY(1.25rem);
  pointer-events: none;
}

.destination-quote {
  margin: 1rem 0 0;
  color: var(--olive);
  font-family: var(--title-font);
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-style: italic;
  line-height: 1.1;
}

.iceland-copy .destination-quote,
.iceland-copy .destination-meta,
.iceland-copy .experience-list,
.iceland-copy .experience-list li {
  color: rgba(244, 241, 234, 0.78);
}

.iceland-copy .experience-list li {
  border-color: rgba(244, 241, 234, 0.24);
  background: rgba(17, 24, 32, 0.16);
}

.iceland-copy .button-dark {
  background: var(--ivory);
  color: var(--forest);
}

.destination-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  margin-top: 2rem;
  color: var(--olive);
}

.meta-item span {
  display: none;
}

.meta-item strong {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.experience-list {
  max-width: 46rem;
  margin-top: 2.4rem;
}

.experience-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.experience-list li {
  border: 1px solid rgba(51, 65, 60, 0.18);
  padding: 0.62rem 0.75rem;
  color: var(--olive);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 100%;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.destination-cta {
  margin-top: 2rem;
}

.vivento-way,
.featured,
.contact {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
}

.section-heading h2 {
  margin-top: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 5.6vw, 6rem);
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4rem;
  border-top: 1px solid rgba(51, 65, 60, 0.16);
  border-left: 1px solid rgba(51, 65, 60, 0.16);
}

.pillars article {
  min-height: 12rem;
  padding: 1.5rem;
  border-right: 1px solid rgba(51, 65, 60, 0.16);
  border-bottom: 1px solid rgba(51, 65, 60, 0.16);
}

.pillars span {
  color: var(--taupe);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.pillars h3 {
  margin-top: 2.4rem;
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  line-height: 1;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 4rem;
  background: rgba(51, 65, 60, 0.16);
}

.featured-card {
  min-height: 25rem;
  background: var(--navy);
  color: var(--ivory);
  overflow: hidden;
}

.featured-card img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  filter: saturate(0.72) contrast(0.94) brightness(0.78);
  transition: transform 700ms ease, filter 700ms ease;
}

.featured-card:hover img {
  transform: scale(1.035);
  filter: saturate(0.8) contrast(0.98) brightness(0.86);
}

.featured-card div {
  padding: 1.25rem;
}

.featured-card h3 {
  font-size: 1.75rem;
  font-style: italic;
}

.featured-card p {
  margin: 0.6rem 0 0;
  color: rgba(244, 241, 234, 0.68);
  line-height: 1.7;
}

.contact {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 6vw, 6rem);
  border-top: 1px solid rgba(51, 65, 60, 0.16);
}

.contact-copy p:not(.section-kicker) {
  max-width: 25rem;
  color: var(--olive);
  line-height: 1.8;
}

.contact-copy a {
  display: inline-block;
  margin-top: 1rem;
  border-bottom: 1px solid currentColor;
  color: var(--forest);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.travel-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--olive);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.travel-form input,
.travel-form textarea {
  width: 100%;
  border: 1px solid rgba(51, 65, 60, 0.18);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.34);
  color: var(--forest);
  font: inherit;
  padding: 0.95rem;
}

.travel-form .full,
.travel-form button {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem clamp(1.25rem, 5vw, 5rem);
  background: var(--navy);
  color: rgba(244, 241, 234, 0.72);
}

.site-footer strong {
  display: block;
  color: var(--ivory);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0.8rem 0 0;
  font-family: var(--title-font);
  font-size: 1.4rem;
  font-style: italic;
}

.site-footer div:last-child {
  display: grid;
  gap: 0.45rem;
  text-align: right;
}

@media (max-width: 980px) {
  .hero {
    min-height: 100svh;
    padding: 4.5rem 1rem 1.2rem;
  }

  .globe-stage {
    width: min(calc(100vw - 2.5rem), 55svh, 38rem);
    margin: 0 auto;
  }

  .hero-copy {
    width: 100%;
    margin-top: 0.65rem;
  }

  h1 {
    font-size: clamp(2.55rem, 7.8vw, 4rem);
  }

  .hero-actions {
    width: min(24rem, 100%);
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .explore-orbit {
    display: none;
  }

  .section-heading,
  .contact {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 899px) {
  .iceland-scroll-sequence {
    height: 540vh;
  }

  .iceland-sticky-stage {
    height: 100svh;
    overflow: hidden;
  }

  .iceland-content {
    height: 100%;
  }

  .iceland-visual,
  .destination-visual {
    height: 100%;
  }

  .destination-slider,
  .iceland-image-stack {
    height: 100%;
    aspect-ratio: auto;
  }

  .iceland-copy.destination-content {
    width: 100%;
    padding: 5.2rem 1rem 1.45rem;
  }

  .iceland-copy .experience-list {
    margin-top: 1.35rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    left: 1rem;
    right: 1rem;
    top: 1.1rem;
  }

  .brand {
    font-size: 0.66rem;
  }

  .header-whatsapp {
    font-size: 0.78rem;
  }

  .hero {
    padding-top: 4.7rem;
  }

  h1 {
    max-width: 21.5rem;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2rem, 9.7vw, 2.38rem);
    line-height: 1.02;
  }

  .hero-subtitle {
    max-width: 21rem;
  }

  .globe-stage {
    width: min(calc(100vw - 2.5rem), 40svh, 22.5rem);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .globe-pin.is-active .pin-card {
    display: none;
  }

  .globe-pin:hover .pin-card,
  .globe-pin.is-hovered .pin-card,
  .globe-pin:focus-visible .pin-card {
    display: none;
  }

  .intention,
  .iceland-sticky-stage,
  .vivento-way,
  .featured,
  .contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .destination-content h2,
  .intention h2,
  .section-heading h2,
  .contact h2 {
    font-size: clamp(3.6rem, 18vw, 5.4rem);
  }

  .destination-meta {
    gap: 0.8rem 1rem;
  }

  .experience-list ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .experience-list li {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.5;
    letter-spacing: 0.045em;
  }

  .pillars,
  .featured-grid,
  .travel-form {
    grid-template-columns: 1fr;
  }

  .featured-card {
    min-height: auto;
  }

  .site-footer {
    display: grid;
  }

  .site-footer div:last-child {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 0.61rem;
    letter-spacing: 0.2em;
  }

  .header-whatsapp {
    font-size: 0.72rem;
  }
}

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