.tour-showcase,
.guide-story,
.destination-story,
.faq {
  --navy: #0c1424;
  --paper: #f1f0eb;
}

.nav {
  position: fixed;
  z-index: 50;
  background: rgba(7, 10, 16, .82);
  border-bottom: 1px solid #ffffff1f;
  box-shadow: 0 12px 34px #0004;
  backdrop-filter: blur(16px) saturate(125%);
}

.nav nav {
  gap: clamp(.85rem, 1.7vw, 2rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -28px;
  background: url("assets/hero-99.jpg") center / cover no-repeat;
  filter: blur(20px) brightness(.45) saturate(.8);
  transform: scale(1.04);
}

.hero > img {
  z-index: 0;
  object-fit: contain;
  object-position: right center;
}

.hero .shade {
  z-index: 1;
}

main section[id] {
  scroll-margin-top: 88px;
}

.concept-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr);
  column-gap: 8vw;
  row-gap: 1.8rem;
  align-items: end;
  margin-bottom: 3rem;
}

.concept-head h2,
.guide-copy h2,
.faq h2 {
  margin: 0;
  font: 900 clamp(3rem, 5vw, 5rem)/.86 "Barlow Condensed", sans-serif;
  letter-spacing: -.035em;
}

.concept-head > p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.tour-showcase {
  padding: 6.5rem 6vw 7rem;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.tour-showcase .concept-head > p {
  color: #b8bfcc;
}

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

.package-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #ffffff26;
  background: #101a2d;
  transition: transform .25s, border-color .25s;
}

.package-card:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
}

.package-card figure {
  position: relative;
  height: 240px;
  margin: 0;
  overflow: hidden;
}

.package-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #101a2dcc, transparent 55%);
}

.package-card figure img {
  transition: transform .45s;
}

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

.featured-tag {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  padding: .65rem .8rem;
  background: var(--orange);
  color: #fff;
  font: 800 .72rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: .12em;
}

.package-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.7rem;
}

.package-body > span {
  color: var(--orange);
  font: 800 .78rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: .15em;
}

.package-body h3 {
  margin: .9rem 0 .8rem;
  font: 900 1.7rem/.95 "Barlow Condensed", sans-serif;
  letter-spacing: -.015em;
}

.package-body p {
  margin: 0;
  color: #b8bfcc;
  font-size: .96rem;
  line-height: 1.65;
}

.package-body ul {
  display: grid;
  gap: .65rem;
  margin: 1.5rem 0 1.8rem;
  padding: 1.3rem 0 0;
  border-top: 1px solid #ffffff1e;
  list-style: none;
}

.package-body li {
  position: relative;
  padding-left: 1.3rem;
  color: #e1e4e9;
  font-size: .88rem;
  line-height: 1.4;
}

.package-body li::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.package-body > a {
  margin-top: auto;
  color: var(--orange);
  font: 800 .84rem/1.2 "Barlow Condensed", sans-serif;
  letter-spacing: .11em;
}

.tour-inclusions {
  display: grid;
  grid-template-columns: .78fr 1.35fr .9fr;
  gap: 1.5rem;
  align-items: stretch;
  margin-top: 1.3rem;
  padding: 2rem;
  border-top: 5px solid var(--orange);
  background: #eeece6;
  color: #10131a;
  box-shadow: 0 20px 55px #0000002e;
}

.tour-inclusions .eyebrow {
  color: var(--orange);
}

.tour-inclusions h3 {
  margin: 0;
  font: 900 clamp(1.9rem, 2.8vw, 2.65rem)/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.025em;
}

.tour-inclusions ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tour-inclusions li {
  position: relative;
  display: flex;
  min-height: 62px;
  align-items: center;
  padding: .85rem .9rem .85rem 3rem;
  border: 1px solid #13192516;
  background: #fff;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.45;
}

.tour-inclusions li::before {
  content: "✓";
  position: absolute;
  left: .9rem;
  display: grid;
  width: 1.4rem;
  height: 1.4rem;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
}

.inclusion-extras {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem;
  background: #101725;
  color: #fff;
}

.inclusion-extras i {
  display: grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid #ff5a0088;
  color: var(--orange);
  font: normal 800 1.25rem/1 "Barlow Condensed", sans-serif;
}

.inclusion-extras strong {
  display: block;
  margin: .25rem 0 .7rem;
  color: var(--orange);
  font: 800 .84rem/1.2 "Barlow Condensed", sans-serif;
  letter-spacing: .1em;
}

.inclusion-extras p {
  margin: 0;
  color: #c4c9d0;
  font-size: .83rem;
  line-height: 1.6;
}

.guide-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  min-height: 660px;
  background: var(--paper);
  color: #10131a;
}

.guide-photo {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.guide-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #0009, transparent 45%);
}

.guide-photo img {
  object-position: center 38%;
}

.guide-photo > span {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem 1.2rem;
  background: var(--orange);
  color: #fff;
  font: 800 .8rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: .12em;
}

.guide-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 6vw;
}

.guide-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 1.7rem 0 2.4rem;
  color: #4c5058;
  font-size: 1rem;
  line-height: 1.75;
}

.guide-points {
  border-top: 1px solid #c8c8c2;
}

.guide-points div {
  display: grid;
  grid-template-columns: minmax(130px, .7fr) 1.3fr;
  gap: 1.5rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #c8c8c2;
}

.guide-points b {
  color: #111;
  font: 800 .86rem/1.3 "Barlow Condensed", sans-serif;
  letter-spacing: .09em;
}

.guide-points span {
  color: #64676d;
  font-size: .88rem;
  line-height: 1.45;
}

.destination-story {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #080b11;
}

.destination-story::before {
  content: "";
  position: absolute;
  inset: -32px;
  background: url("assets/oludeniz-user.jpg") center / cover no-repeat;
  filter: blur(22px) brightness(.42) saturate(.8);
  transform: scale(1.04);
}

.destination-story > img,
.destination-shade {
  position: absolute;
  inset: 0;
}

.destination-story > img {
  z-index: 0;
  object-fit: contain;
  object-position: center;
}

.destination-shade {
  z-index: 1;
  background: linear-gradient(90deg, #07101af0 0%, #07101ab8 38%, #07101a26 76%), linear-gradient(0deg, #07101ac9 0%, transparent 55%);
}

.destination-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 760px;
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  padding: 7rem 6vw;
}

.destination-copy h2 {
  margin: 0;
  font: 900 clamp(3.4rem, 6.2vw, 6.4rem)/.83 "Barlow Condensed", sans-serif;
  letter-spacing: -.04em;
}

.destination-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 1.8rem 0 2.6rem;
  color: #d2d6dc;
  font-size: 1.04rem;
  line-height: 1.75;
}

.destination-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ffffff47;
}

.destination-features div {
  padding: 1.2rem 1.1rem 0 0;
}

.destination-features b,
.destination-features span {
  display: block;
}

.destination-features b {
  margin-bottom: .55rem;
  color: var(--orange);
  font: 800 .8rem/1.2 "Barlow Condensed", sans-serif;
  letter-spacing: .1em;
}

.destination-features span {
  color: #c4c9d0;
  font-size: .78rem;
  line-height: 1.5;
}

.faq {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 8vw;
  padding: 6.5rem 8vw;
  background: var(--navy);
}

.faq h2 {
  color: #fff;
}

.faq-list {
  border-top: 1px solid #ffffff32;
}

.faq details {
  border-bottom: 1px solid #ffffff32;
}

.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.4rem 0;
  color: #fff;
  cursor: pointer;
  list-style: none;
  font: 800 1.1rem/1.25 "Barlow Condensed", sans-serif;
  letter-spacing: .045em;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary b {
  color: var(--orange);
  font-size: 1.5rem;
  transition: transform .2s;
}

.faq details[open] summary b {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 720px;
  margin: -.3rem 0 1.5rem;
  color: #b8bfcc;
  font-size: .96rem;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .package-grid {
    grid-template-columns: 1fr 1fr;
  }

  .package-card:last-child {
    grid-column: 1 / -1;
  }

  .tour-inclusions {
    grid-template-columns: 1fr 1.4fr;
  }

  .inclusion-extras {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {
  .hero > img {
    object-fit: cover;
    object-position: 52% center;
  }

  .concept-head,
  .faq {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .tour-showcase,
  .faq {
    padding: 4.8rem 6vw;
  }

  main section[id] {
    scroll-margin-top: 72px;
  }

  .concept-head {
    margin-bottom: 2.2rem;
  }

  .concept-head h2,
  .guide-copy h2,
  .faq h2 {
    font-size: 3.25rem;
  }

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

  .package-card:last-child {
    grid-column: auto;
  }

  .package-card figure {
    height: 260px;
  }

  .tour-inclusions {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.6rem;
  }

  .tour-inclusions ul,
  .inclusion-extras {
    grid-column: auto;
  }

  .tour-inclusions ul {
    grid-template-columns: 1fr;
  }

  .guide-story {
    grid-template-columns: 1fr;
  }

  .guide-photo {
    min-height: 520px;
  }

  .guide-copy {
    padding: 4.8rem 6vw;
  }

  .destination-story,
  .destination-copy {
    min-height: 660px;
  }

  .destination-copy {
    justify-content: flex-end;
    padding: 5rem 6vw;
  }

  .destination-shade {
    background: linear-gradient(0deg, #07101af5 0%, #07101a9c 58%, #07101a18 100%);
  }

  .destination-copy h2 {
    font-size: 3.7rem;
  }
}

@media (max-width: 520px) {
  .package-card figure {
    height: 225px;
  }

  .package-body {
    padding: 1.35rem;
  }

  .package-grid {
    gap: .75rem;
  }

  .guide-photo {
    min-height: 460px;
  }

  .guide-photo > span {
    right: 1rem;
    bottom: 1rem;
  }

  .guide-points div {
    grid-template-columns: 1fr;
    gap: .4rem;
  }

  .destination-features {
    grid-template-columns: 1fr;
  }

  .destination-features div {
    display: grid;
    grid-template-columns: 135px 1fr;
    gap: .8rem;
    padding: .85rem 0;
    border-bottom: 1px solid #ffffff26;
  }

  .destination-features b {
    margin: 0;
  }

  .destination-copy > p:not(.eyebrow) {
    margin: 1.35rem 0 1.6rem;
    font-size: .94rem;
  }

}
