.sharm-page {
  --sharm-sea: var(--brand-teal);
  --sharm-sea-dark: var(--brand-navy);
  --sharm-coral: var(--brand-sun);
  --sharm-green: #2f7c68;
  --sharm-cream: var(--brand-ivory);
  background: var(--brand-ivory);
}

.sharm-page .site-header.is-scrolled,
.sharm-page .site-header.is-open {
  color: var(--navy);
}

.sharm-hero {
  position: relative;
  min-height: max(760px, 88vh);
  display: grid;
  align-content: end;
  align-items: end;
  gap: 24px;
  padding: 112px clamp(18px, 5vw, 72px) 28px;
  color: var(--white);
  overflow: hidden;
}

.sharm-hero-media,
.sharm-hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sharm-hero-media {
  object-fit: cover;
  object-position: center center;
}

.sharm-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 32, 43, 0.78), rgba(4, 32, 43, 0.38) 50%, rgba(4, 32, 43, 0.1)),
    linear-gradient(0deg, rgba(4, 32, 43, 0.58), transparent 48%);
}

.sharm-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.sharm-hero-content h1 {
  max-width: 880px;
}

.sharm-hero .eyebrow {
  color: var(--brand-sun);
}

.sharm-trust-grid article {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.sharm-start {
  position: relative;
  margin-top: clamp(-44px, -4vw, -20px);
  background:
    radial-gradient(circle at 12% 0%, rgba(12, 143, 163, 0.14), transparent 26%),
    radial-gradient(circle at 88% 10%, rgba(217, 146, 47, 0.13), transparent 24%),
    linear-gradient(180deg, var(--brand-foam) 0%, var(--brand-ivory) 26%, var(--brand-foam) 100%);
}

.sharm-start.section-pad {
  padding-top: clamp(34px, 4.8vw, 60px);
  padding-bottom: clamp(62px, 7vw, 96px);
}

.sharm-start-shell,
.sharm-about-shell {
  display: grid;
  gap: clamp(22px, 3.6vw, 32px);
}

.sharm-start-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.58fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
}

.sharm-start-heading {
  margin: 0;
  gap: 10px;
}

.sharm-start-heading h2 {
  max-width: 13ch;
  text-wrap: balance;
}

.sharm-start-heading p:last-child {
  max-width: 44ch;
  font-size: 1rem;
  line-height: 1.58;
}

.sharm-start-note {
  justify-self: end;
  max-width: 380px;
  padding: 16px 18px;
  border: 1px solid rgba(12, 143, 163, 0.18);
  border-radius: 16px;
  color: rgba(9, 45, 68, 0.82);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(8, 47, 76, 0.08);
  backdrop-filter: blur(16px);
}

.sharm-start-note p {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.5;
}

.sharm-start-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.sharm-start-card {
  display: grid;
  grid-template-rows: 174px minmax(244px, auto);
  min-height: 100%;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid rgba(9, 45, 68, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(8, 47, 76, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sharm-start-card:hover,
.sharm-start-card:focus-visible {
  outline: none;
  border-color: rgba(12, 143, 163, 0.34);
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(8, 47, 76, 0.14);
}

.sharm-start-media {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.sharm-start-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 27, 43, 0.02), rgba(4, 27, 43, 0.2));
}

.sharm-start-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.sharm-start-image-cars {
  object-position: center 58%;
}

.sharm-start-image-trips {
  object-position: center 52%;
}

.sharm-start-image-booking {
  object-position: center 58%;
}

.sharm-start-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: 20px;
}

.sharm-start-card.is-stays {
  background: linear-gradient(180deg, #ffffff, #f7fbfa);
}

.sharm-start-card.is-cars {
  background: linear-gradient(180deg, #fffdfb, #f8fbfd);
}

.sharm-start-card.is-trips {
  background: linear-gradient(180deg, #ffffff, var(--brand-foam));
}

.sharm-start-card.is-booking {
  background: linear-gradient(180deg, #fffefc, #fbfaf7);
}

.sharm-start-card-kicker,
.sharm-listing span,
.sharm-price-band span {
  color: var(--sharm-coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sharm-start-card h3,
.sharm-start-card p,
.sharm-listing h3,
.sharm-listing p {
  margin: 0;
}

.sharm-start-card h3 {
  font-size: clamp(1.18rem, 0.86vw + 0.95rem, 1.42rem);
  line-height: 1.16;
  text-wrap: balance;
}

.sharm-start-card p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.sharm-start-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 40px;
  width: fit-content;
  padding: 0 14px;
  border: 1px solid rgba(12, 143, 163, 0.18);
  border-radius: 999px;
  color: var(--sharm-sea-dark);
  background: rgba(12, 143, 163, 0.08);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.sharm-services {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(239, 249, 248, 0.92)),
    url("../images/Sharm/3135.jpg") center 18% / cover;
}

.sharm-services.section-pad {
  padding-top: clamp(32px, 3.8vw, 54px);
  padding-bottom: clamp(58px, 7vw, 96px);
}

.sharm-services .services-shell {
  position: relative;
  z-index: 1;
}

.sharm-services .section-heading.compact.sharm-services-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto 18px;
  text-align: left;
}

.sharm-services-heading > div:first-child {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.sharm-services-heading .eyebrow,
.sharm-services-heading h2,
.sharm-services-heading p {
  margin: 0;
}

.sharm-services-heading h2 {
  max-width: 9.6ch;
  color: var(--brand-navy);
  font-size: clamp(3rem, 6vw, 5.45rem);
  line-height: 0.94;
}

.sharm-services-heading p:last-child {
  max-width: 64ch;
  color: rgba(31, 58, 77, 0.78);
  font-size: 1rem;
  line-height: 1.58;
}

.sharm-services-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: 300px;
  padding-bottom: 8px;
}

.sharm-services-note span {
  min-height: 32px;
  padding: 8px 12px;
  border: 1px solid rgba(12, 143, 163, 0.2);
  border-radius: 999px;
  color: var(--brand-navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(8, 47, 76, 0.06);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.sharm-services .service-filter-row {
  max-width: 1120px;
  gap: 8px;
  margin-bottom: 18px;
}

.sharm-services .service-filter-chip {
  min-height: 36px;
  padding: 0 14px;
  border-color: rgba(9, 45, 68, 0.16);
  color: rgba(9, 45, 68, 0.82);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 22px rgba(8, 47, 76, 0.045);
  font-size: 0.88rem;
  letter-spacing: 0;
}

.sharm-services .service-filter-chip:hover,
.sharm-services .service-filter-chip:focus-visible {
  border-color: rgba(12, 143, 163, 0.34);
  color: var(--brand-navy);
  background: rgba(255, 255, 255, 0.96);
}

.sharm-page .sharm-services .service-filter-chip.is-active {
  background: linear-gradient(135deg, var(--sharm-sea-dark), var(--sharm-sea) 62%, #2bb6b0);
  box-shadow: 0 12px 24px rgba(9, 45, 68, 0.18);
}

.sharm-services .service-grid.detailed-grid {
  max-width: 1120px;
  gap: 18px;
}

.sharm-services .service-card {
  position: relative;
  grid-template-rows: 214px minmax(250px, auto);
  overflow: hidden;
  border-color: rgba(9, 45, 68, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 254, 253, 0.98)),
    var(--white);
  box-shadow: 0 20px 46px rgba(8, 47, 76, 0.11);
}

.sharm-services .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 3px 0 rgba(12, 143, 163, 0.62);
}

.sharm-services .service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(12, 143, 163, 0.26);
  box-shadow: 0 28px 58px rgba(8, 47, 76, 0.15);
}

.sharm-services .service-card-image {
  aspect-ratio: 16 / 10;
  height: 100%;
  filter: saturate(1.08) contrast(1.03);
}

.sharm-service-image-stay {
  object-position: center 58%;
}

.sharm-service-image-arrival {
  object-position: center 50%;
}

.sharm-service-image-car {
  object-position: center 54%;
}

.sharm-service-image-desert {
  object-position: center 42%;
}

.sharm-service-image-sea {
  object-position: center 46%;
}

.sharm-service-image-plan {
  object-position: center 48%;
}

.sharm-services .service-card div {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 9px;
  padding: 18px 20px 20px;
}

.sharm-services .card-kicker {
  width: fit-content;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid rgba(217, 146, 47, 0.24);
  border-radius: 999px;
  color: var(--brand-navy);
  background: rgba(255, 249, 239, 0.86);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.sharm-services .service-card h3 {
  color: var(--brand-navy);
  font-size: clamp(1.18rem, 0.55vw + 1.02rem, 1.38rem);
  line-height: 1.16;
}

.sharm-services .service-card p:not(.card-kicker):not(.service-card-meta) {
  color: rgba(31, 58, 77, 0.76);
  font-size: 0.96rem;
  line-height: 1.52;
}

.sharm-services .service-card-meta {
  align-self: end;
  min-height: 30px;
  padding-top: 8px;
  border-top: 1px solid rgba(9, 45, 68, 0.1);
  color: rgba(9, 45, 68, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sharm-services .service-card button {
  min-height: 38px;
  margin-top: 2px;
  padding: 0 15px;
  border-color: rgba(12, 143, 163, 0.26);
  color: var(--brand-navy);
  background: rgba(239, 249, 248, 0.92);
  box-shadow: none;
  font-size: 0.88rem;
}

.sharm-services .service-card button:hover,
.sharm-services .service-card button:focus-visible {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
}

.sharm-services .service-card button.is-added {
  color: var(--white);
  background: var(--sharm-sea);
  border-color: var(--sharm-sea);
}

.sharm-feature {
  background: var(--sharm-cream);
}

.sharm-guest-proof {
  background: linear-gradient(180deg, var(--brand-ivory), var(--brand-foam));
}

.sharm-guest-proof-shell,
.sharm-request-details-shell {
  display: grid;
  gap: 30px;
}

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

.sharm-proof-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 300px;
  padding: 24px;
  border: 1px solid rgba(9, 45, 68, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(8, 47, 76, 0.06);
}

.sharm-proof-card > img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.sharm-proof-card .guest-avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
}

.sharm-proof-card span,
.sharm-detail-list span {
  color: var(--sharm-coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sharm-proof-card h3,
.sharm-proof-card p,
.sharm-detail-list h3,
.sharm-detail-list p {
  margin: 0;
}

.sharm-proof-card p,
.sharm-detail-list p {
  color: var(--muted);
}

.sharm-proof-card a {
  justify-self: start;
  color: var(--sharm-sea-dark);
  font-weight: 900;
}

.sharm-feature-shell,
.sharm-showcase-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.sharm-feature-copy,
.sharm-showcase-copy {
  display: grid;
  gap: 18px;
}

.sharm-feature-copy h2,
.sharm-showcase-copy h2 {
  max-width: 12ch;
}

.sharm-feature-copy p,
.sharm-showcase-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.sharm-price-band {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(12, 143, 163, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.sharm-price-band strong {
  color: var(--navy);
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  line-height: 1;
}

.sharm-price-band small {
  color: var(--muted);
}

.sharm-action-row,
.sharm-showcase-copy .button {
  justify-self: start;
}

.sharm-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sharm-listing-grid {
  display: grid;
  gap: 16px;
}

.sharm-listing {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(9, 45, 68, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(8, 47, 76, 0.07);
}

.sharm-listing img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.sharm-listing div {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 24px;
}

.sharm-listing a {
  justify-self: start;
  color: var(--sharm-sea-dark);
  font-weight: 900;
}

.sharm-showcase {
  background: var(--white);
}

.sharm-showcase:nth-of-type(6) {
  background: var(--brand-foam);
}

.sharm-showcase-shell.reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.sharm-showcase-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.42fr);
  gap: 12px;
  min-height: 520px;
}

.sharm-showcase-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.sharm-gallery-main {
  min-height: 520px;
}

.sharm-showcase-gallery div {
  display: grid;
  gap: 12px;
}

.sharm-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sharm-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 700;
}

.sharm-check-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sharm-green);
}

.sharm-about {
  background:
    linear-gradient(180deg, rgba(245, 251, 251, 0.96), rgba(255, 255, 255, 0.98)),
    url("../images/Sharm/2082.jpg") center / cover;
}

.sharm-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sharm-trust-grid article {
  min-height: 220px;
  padding: 22px;
  border-color: rgba(9, 45, 68, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(8, 47, 76, 0.07);
}

.sharm-trust-grid span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--sharm-sea-dark);
  font-weight: 900;
}

.sharm-trust-grid p {
  color: var(--muted);
}

.sharm-page .final-cta {
  background: linear-gradient(180deg, #ffffff, var(--sharm-cream));
}

.sharm-request-details {
  background: var(--white);
}

.sharm-request-details-shell {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
}

.sharm-request-details-shell > div:first-child {
  display: grid;
  gap: 12px;
}

.sharm-request-details-shell > div:first-child h2,
.sharm-request-details-shell > div:first-child p {
  margin: 0;
}

.sharm-request-details-shell > div:first-child p:last-child {
  color: var(--muted);
}

.sharm-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sharm-detail-list article {
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(9, 45, 68, 0.1);
  border-radius: 8px;
  background: #f7fbfa;
}

@media (max-width: 980px) {
  .sharm-start-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .sharm-start-note {
    justify-self: start;
    max-width: 560px;
  }

  .sharm-start-grid,
  .sharm-trust-grid,
  .sharm-proof-grid,
  .sharm-detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sharm-feature-shell,
  .sharm-showcase-shell,
  .sharm-showcase-shell.reverse,
  .sharm-request-details-shell {
    grid-template-columns: 1fr;
  }

  .sharm-showcase-shell.reverse .sharm-showcase-gallery {
    order: 2;
  }

  .sharm-services .section-heading.compact.sharm-services-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sharm-services-note {
    justify-content: flex-start;
    max-width: 100%;
    padding-bottom: 0;
  }

  .sharm-services .service-grid.detailed-grid {
    max-width: 760px;
  }

  .sharm-services .service-card {
    grid-template-rows: 204px minmax(238px, auto);
  }
}

@media (max-width: 760px) {
  .sharm-hero {
    min-height: 720px;
    padding: 96px 18px 22px;
  }

  .sharm-hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 12vw, 3.25rem);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  .sharm-hero-content {
    width: calc(100vw - 36px);
    max-width: 100%;
    justify-self: start;
  }

  .sharm-start {
    margin-top: -22px;
  }

  .sharm-start.section-pad {
    padding-top: 28px;
    padding-bottom: 50px;
  }

  .sharm-start-intro {
    gap: 16px;
  }

  .sharm-start-heading {
    gap: 10px;
  }

  .sharm-start-heading h2 {
    max-width: 12ch;
  }

  .sharm-start-note {
    padding: 14px 16px;
    border-radius: 18px;
  }

  .sharm-start-grid,
  .sharm-trust-grid,
  .sharm-proof-grid,
  .sharm-detail-list,
  .sharm-listing {
    grid-template-columns: 1fr;
  }

  .sharm-start-card,
  .sharm-trust-grid article {
    min-height: auto;
  }

  .sharm-start-card {
    grid-template-rows: 174px auto;
    border-radius: 18px;
  }

  .sharm-start-card-body {
    gap: 10px;
    padding: 16px 16px 18px;
  }

  .sharm-feature-copy h2,
  .sharm-showcase-copy h2 {
    max-width: none;
  }

  .sharm-showcase-gallery {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sharm-gallery-main,
  .sharm-showcase-gallery img,
  .sharm-listing img {
    min-height: 260px;
    max-height: 380px;
  }

  .sharm-services.section-pad {
    padding-top: 34px;
    padding-bottom: 52px;
  }

  .sharm-services .section-heading.compact.sharm-services-heading {
    margin-bottom: 14px;
  }

  .sharm-services-heading h2 {
    max-width: 10ch;
    font-size: clamp(2.35rem, 11vw, 3.15rem);
    line-height: 0.98;
  }

  .sharm-services-heading p:last-child {
    max-width: 34ch;
    font-size: 0.94rem;
    line-height: 1.44;
  }

  .sharm-services-note {
    gap: 6px;
  }

  .sharm-services-note span {
    min-height: 29px;
    padding: 7px 10px;
    font-size: 0.68rem;
  }

  .sharm-services .service-filter-row {
    gap: 7px;
    margin-bottom: 14px;
  }

  .sharm-services .service-filter-chip {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .sharm-services .service-grid.detailed-grid {
    gap: 14px;
  }

  .sharm-services .service-card {
    grid-template-columns: 1fr;
    grid-template-rows: 178px auto;
    min-height: 0;
  }

  .sharm-services .service-card div {
    gap: 7px;
    padding: 15px;
  }

  .sharm-services .service-card h3 {
    font-size: 1.12rem;
  }

  .sharm-services .service-card p:not(.card-kicker):not(.service-card-meta) {
    display: block;
    overflow: visible;
    font-size: 0.9rem;
    line-height: 1.42;
    -webkit-line-clamp: unset;
  }

  .sharm-services .service-card-meta {
    min-height: auto;
    padding-top: 7px;
    font-size: 0.68rem;
  }

  .sharm-services .service-card img {
    min-height: 0;
  }

  .sharm-services .service-card button {
    min-height: 38px;
    font-size: 0.82rem;
  }
}
