@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');

/* Shared Socotra Dream visual identity */
:root {
  --dream-gold: #b98b43;
  --dream-bronze: #7c512a;
  --dream-green: #254c2f;
  --dream-navy: #08284a;
  --dream-aqua: #00bfe8;
  --dream-cream: #f7f2e8;
  --dream-ink: #1d241f;
}

body {
  margin: 0;
  font-family: 'Cinzel', 'Times New Roman', serif;
  background: #ffffff;
  color: var(--dream-ink);
  scroll-behavior: smooth;
}

body,
body *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not(.bx) {
  font-family: 'Cinzel', 'Times New Roman', serif !important;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
}

.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  top: 40%;
  transform: translateY(-50%);
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.btn {
  background: linear-gradient(135deg, var(--dream-gold), var(--dream-green));
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.why-section {
  padding: 4rem 2rem;
  text-align: center;
  background: #f5f5f5;
}

.why-image {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.why-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.why-content p {
  max-width: 800px;
  margin: 0 auto 2rem auto;
  color: #555;
}

.why-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.icon-box {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  width: 200px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.icon-box span {
  font-size: 2rem;
}

.quick-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 3rem 1rem;
  background: #fff;
  gap: 2rem;
}

.card {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  max-width: 300px;
  text-align: center;
  position: relative;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 1rem;
}

.read-more {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--dream-bronze);
  font-weight: bold;
  text-decoration: none;
}

.gallery-section {
  padding: 3rem 1rem;
  background: #f0f8ff;
  text-align: center;
}

.carousel {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: auto;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-track img {
  width: 100%;
  flex-shrink: 0;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.owner-section {
  text-align: center;
  padding: 3rem 1rem;
}

.owner-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

footer {
  background: #222;
  color: #fff;
  padding: 2rem;
  text-align: center;
  font-size: 0.9rem;
}

/* Brand color overrides for older inner pages that still carry inline or page-local styles. */
.breadcrumb,
.cta-band,
.contact-band,
#stats,
[style*="background: #b85b63"],
[style*="background:#b85b63"],
[style*="background-color: #b85b63"],
[style*="background-color:#b85b63"] {
  background: var(--dream-gold) !important;
  background-color: var(--dream-gold) !important;
}

.btn,
.btn.primary,
.cta,
.floating-buttons a:not(.instagram),
.footer-booking-form button,
[style*="linear-gradient(135deg, #b85b63"],
[style*="linear-gradient(135deg,#b85b63"] {
  background: linear-gradient(135deg, var(--dream-gold), var(--dream-green)) !important;
}

.eyebrow,
.section-kicker,
.read-more,
.feature i,
.overview-card i,
.included-list i,
.content h2,
.text-block h2,
.day-content h2,
ul li::marker,
[style*="color: #b85b63"],
[style*="color:#b85b63"] {
  color: var(--dream-gold) !important;
}

.btn.light,
.btn.secondary,
.pill,
.tag,
[style*="color: #8a5a35"],
[style*="color:#8a5a35"] {
  color: var(--dream-green) !important;
}

.card,
.feature,
.faq details,
.stat,
.overview-card,
.day-content,
.impact-panel {
  border-color: rgba(185, 139, 67, .18) !important;
}

/* Homepage 2026 */
.home-page {
  overflow-x: hidden;
  background: #fff;
}

.home-page main {
  display: block;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  background: #fff;
  transition: opacity .55s ease, visibility .55s ease;
}

.site-loader img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  animation: loaderPulse 1.2s ease-in-out infinite alternate;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section-shell--block {
  display: block;
}

.section-kicker {
  display: block;
  margin-bottom: .65rem;
  color: var(--dream-gold);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-page h2 {
  margin: 0;
  color: var(--dream-green);
  font-size: 2.55rem;
  font-weight: 600;
  line-height: 1.18;
}

.home-hero {
  position: relative;
  width: 100%;
  min-height: 650px;
  height: 88svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.home-hero__slides,
.home-hero__slide,
.home-hero__veil {
  position: absolute;
  inset: 0;
}

.home-hero__slide {
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.1s ease, transform 7s ease;
}

.home-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.home-hero__veil {
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 33, 23, .42), rgba(20, 30, 22, .1) 48%, rgba(17, 35, 23, .54));
}

.home-hero__reveal {
  position: relative;
  z-index: 2;
  width: min(820px, calc(100% - 110px));
  padding-top: 58px;
  text-align: center;
}

.home-hero__reveal > * {
  opacity: 0;
  transform: translateY(72px);
}

.home-hero__reveal.is-animating .home-hero__logo {
  animation: riseIn .85s .08s ease forwards;
}

.home-hero__reveal.is-animating .home-hero__brand {
  animation: riseIn .85s .2s ease forwards;
}

.home-hero__reveal.is-animating h1 {
  animation: riseIn .9s .32s ease forwards;
}

.home-hero__reveal.is-animating p {
  animation: riseIn .9s .44s ease forwards;
}

.home-hero__logo {
  width: 132px;
  height: 132px;
  display: block;
  margin: 0 auto .8rem;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .28));
}

.home-hero__brand {
  display: block;
  margin-bottom: .6rem;
  color: #f1d38f;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.home-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 4.35rem;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .35);
}

.home-hero p {
  max-width: 670px;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, .94);
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .4);
}

.home-hero__arrow,
.home-hero__dots button,
.gallery-item,
.gallery-lightbox button {
  cursor: pointer;
}

.home-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  color: #fff;
  background: rgba(37, 76, 47, .16);
  transform: translateY(-50%);
  transition: background .25s ease, border-color .25s ease;
}

.home-hero__arrow:hover,
.home-hero__arrow:focus-visible {
  background: var(--dream-gold);
  border-color: var(--dream-gold);
}

.home-hero__arrow--prev {
  left: 22px;
}

.home-hero__arrow--next {
  right: 22px;
}

.home-hero__dots {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 50%;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.home-hero__dots button {
  width: 28px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .5);
  transition: width .25s ease, background .25s ease;
}

.home-hero__dots button.is-active {
  width: 48px;
  background: #f1d38f;
}

.why-section {
  padding: 7.5rem 0;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 6.5rem;
  background: #fff;
  text-align: left;
}

.why-section__image {
  position: relative;
  min-height: 660px;
}

.why-section__image::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 58%;
  height: 48%;
  z-index: -1;
  border: 1px solid var(--dream-gold);
}

.why-section__image img {
  width: 100%;
  height: 660px;
  display: block;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 24px 58px rgba(33, 58, 39, .18);
}

.section-intro,
.quick-section__intro,
.gallery-section__intro {
  color: #5f665f;
  font-family: 'Montserrat', Arial, sans-serif !important;
  line-height: 1.8;
}

.section-intro {
  margin: 1.25rem 0 2.4rem;
}

.why-list {
  display: grid;
  gap: 1.1rem;
}

.why-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(185, 139, 67, .22);
}

.why-item > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--dream-green);
  border-radius: 50%;
}

.why-item h3 {
  margin: 0 0 .42rem;
  color: var(--dream-bronze);
  font-size: 1.08rem;
}

.why-item p {
  margin: 0;
  color: #697069;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: .9rem;
  line-height: 1.65;
}

.quick-section {
  padding: 7rem 0 7.5rem;
  background: #f7f5ef;
}

.quick-section .section-kicker,
.quick-section h2,
.quick-section__intro,
.gallery-section .section-kicker,
.gallery-section h2,
.gallery-section__intro {
  text-align: center;
}

.quick-section__intro,
.gallery-section__intro {
  max-width: 690px;
  margin: 1rem auto 2.8rem;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.75rem;
}

.quick-card {
  position: relative;
  grid-column: span 2;
  min-height: 290px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(34, 50, 37, .14);
}

.quick-card--wide {
  grid-column: span 3;
  min-height: 380px;
}

.quick-card img,
.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .7s ease;
}

.quick-card__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 32, 23, .06), rgba(19, 42, 26, .75));
}

.quick-card__content {
  position: absolute;
  inset: auto 38px 38px;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: .25rem 1rem;
}

.quick-card__content small {
  grid-column: 1 / -1;
  color: #f1d38f;
  font-size: .68rem;
  font-weight: 600;
  text-transform: uppercase;
}

.quick-card__content strong {
  font-size: 1.45rem;
  line-height: 1.25;
}

.quick-card__content i {
  padding-bottom: .2rem;
  transition: transform .3s ease;
}

.quick-card:hover img,
.quick-card:focus-visible img,
.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.055);
}

.quick-card:hover .quick-card__content i,
.quick-card:focus-visible .quick-card__content i {
  transform: translateX(6px);
}

.gallery-section {
  padding: 7.5rem 0;
}

.gallery-strip {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 14px;
}

.gallery-grid {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--dream-gold) rgba(37, 76, 47, .12);
  scrollbar-width: thin;
}

.gallery-grid::-webkit-scrollbar {
  height: 7px;
}

.gallery-grid::-webkit-scrollbar-track {
  background: rgba(37, 76, 47, .12);
}

.gallery-grid::-webkit-scrollbar-thumb {
  background: var(--dream-gold);
  border-radius: 999px;
}

.gallery-scroll {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(37, 76, 47, .24);
  border-radius: 50%;
  color: var(--dream-green);
  background: #fff;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease, opacity .25s ease;
}

.gallery-scroll:hover,
.gallery-scroll:focus-visible {
  color: #fff;
  background: var(--dream-green);
  border-color: var(--dream-green);
}

.gallery-scroll:disabled {
  opacity: .34;
  cursor: default;
}

.gallery-item {
  position: relative;
  flex: 0 0 360px;
  height: 260px;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: var(--dream-green);
  scroll-snap-align: start;
}

.gallery-item--tall {
  grid-row: auto;
}

.gallery-item--wide {
  grid-column: auto;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(13, 33, 20, .72));
}

.gallery-item span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-size: .86rem;
  font-weight: 600;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: grid;
  place-items: center;
  padding: 70px;
  background: rgba(16, 27, 19, .94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gallery-lightbox img {
  max-width: min(1180px, 88vw);
  max-height: 82vh;
  object-fit: contain;
  border-radius: 4px;
}

.gallery-lightbox__close,
.gallery-lightbox__arrow {
  position: absolute;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #fff;
  background: transparent;
}

.gallery-lightbox__close {
  top: 22px;
  right: 22px;
}

.gallery-lightbox__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.gallery-lightbox__arrow--prev {
  left: 22px;
}

.gallery-lightbox__arrow--next {
  right: 22px;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__arrow:hover,
.gallery-lightbox__close:focus-visible,
.gallery-lightbox__arrow:focus-visible {
  color: #1d241f;
  background: #f1d38f;
  border-color: #f1d38f;
}

body.gallery-open {
  overflow: hidden;
}

.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 998;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-buttons a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--dream-gold), var(--dream-green));
  box-shadow: 0 6px 18px rgba(20, 38, 25, .3);
  font-size: 22px;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.floating-buttons a.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.floating-buttons a:hover,
.floating-buttons a:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(20, 38, 25, .36);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s ease, transform .75s ease;
}

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

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

@keyframes loaderPulse {
  from { transform: scale(.96); opacity: .72; }
  to { transform: scale(1.04); opacity: 1; }
}

@media (max-width: 980px) {
  .home-hero {
    min-height: 620px;
  }

  .home-hero h1 {
    font-size: 3.25rem;
  }

  .why-section {
    gap: 3.5rem;
  }

  .why-section__image,
  .why-section__image img {
    min-height: 540px;
    height: 540px;
  }

  .quick-grid {
    gap: 1.2rem;
  }

  .quick-card,
  .quick-card--wide {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .section-shell {
    width: min(100% - 28px, 620px);
  }

  .home-page h2 {
    font-size: 2rem;
  }

  .home-hero {
    min-height: 600px;
    height: 86svh;
  }

  .home-hero__reveal {
    width: calc(100% - 64px);
    padding-top: 48px;
  }

  .home-hero__logo {
    width: 104px;
    height: 104px;
  }

  .home-hero h1 {
    font-size: 2.45rem;
  }

  .home-hero p {
    font-size: .88rem;
    line-height: 1.6;
  }

  .home-hero__arrow {
    width: 40px;
    height: 40px;
  }

  .home-hero__arrow--prev {
    left: 10px;
  }

  .home-hero__arrow--next {
    right: 10px;
  }

  .why-section {
    padding: 5.5rem 0;
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }

  .why-section__image,
  .why-section__image img {
    min-height: 450px;
    height: 450px;
  }

  .why-section__image::after {
    right: -10px;
    bottom: -14px;
  }

  .quick-section,
  .gallery-section {
    padding: 5.5rem 0;
  }

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

  .quick-card,
  .quick-card--wide {
    grid-column: auto;
    min-height: 290px;
  }

  .gallery-strip {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
  }

  .gallery-scroll {
    width: 40px;
    height: 40px;
  }

  .gallery-item {
    flex-basis: 100%;
    height: 225px;
  }

  .floating-buttons {
    right: 14px;
    bottom: 14px;
    gap: 10px;
  }

  .floating-buttons a {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .gallery-lightbox {
    padding: 62px 12px;
  }

  .gallery-lightbox__arrow {
    top: auto;
    bottom: 12px;
    transform: none;
  }

  .gallery-lightbox__arrow--prev {
    left: calc(50% - 58px);
  }

  .gallery-lightbox__arrow--next {
    right: calc(50% - 58px);
  }
}

@media (max-width: 430px) {
  .home-hero__reveal {
    width: calc(100% - 50px);
  }

  .home-hero h1 {
    font-size: 2rem;
  }

  .home-hero__brand {
    font-size: .72rem;
  }

  .why-section__image,
  .why-section__image img {
    min-height: 400px;
    height: 400px;
  }

  .quick-card__content {
    inset: auto 30px 32px;
  }

  .quick-card__content strong {
    font-size: 1.22rem;
  }

  .gallery-strip {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
  }

  .gallery-scroll {
    width: 36px;
    height: 36px;
  }

  .gallery-item {
    flex-basis: 100%;
    height: 205px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__slide,
  .home-hero__reveal > *,
  [data-reveal] {
    transition: none !important;
    animation-duration: .01ms !important;
  }
}


