.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: clamp(700px, 88vh, 880px);
  display: grid;
  align-content: end;
  align-items: end;
  gap: 20px;
  padding: 112px clamp(18px, 5vw, 72px) clamp(88px, 10vh, 128px);
  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(92deg, rgba(4, 28, 39, 0.84), rgba(4, 28, 39, 0.44) 52%, rgba(4, 28, 39, 0.14)),
    linear-gradient(0deg, rgba(4, 28, 39, 0.62), rgba(4, 28, 39, 0.08) 42%, transparent 72%);
}

.sharm-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(100%, 700px);
  max-width: min(700px, 100%);
}

.sharm-hero-card {
  display: grid;
  gap: clamp(10px, 1.4vw, 16px);
  justify-items: start;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(3, 22, 32, 0.68), rgba(3, 22, 32, 0.4));
  box-shadow: 0 28px 64px rgba(3, 18, 29, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.sharm-hero-card > * {
  margin: 0;
}

.sharm-hero-content h1 {
  max-width: 13ch;
  font-size: clamp(2.65rem, 4vw, 4.2rem);
  line-height: 1.01;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.sharm-hero .hero-copy {
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.62;
}

.sharm-hero .hero-actions {
  display: grid;
  gap: 12px;
  width: min(100%, 500px);
  justify-items: stretch;
  align-items: stretch;
}

.sharm-hero .hero-subactions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.sharm-hero .hero-actions .whatsapp-button,
.sharm-hero .hero-actions .hero-secondary-button,
.sharm-hero .hero-actions .hero-airport-button {
  width: 100%;
  min-width: 0;
  justify-self: stretch;
  justify-content: center;
  text-align: center;
}

.sharm-hero .hero-actions .whatsapp-button {
  min-height: 54px;
}

.sharm-hero .hero-actions .hero-secondary-button,
.sharm-hero .hero-actions .hero-airport-button {
  min-height: 48px;
}

.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;
  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-ivory) 0%, var(--brand-foam) 100%);
}

.sharm-start.section-pad {
  padding-top: clamp(54px, 6vw, 82px);
  padding-bottom: clamp(58px, 6.6vw, 90px);
}

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

.sharm-start-intro {
  display: grid;
  gap: 0;
  align-items: start;
}

.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: 48ch;
  font-size: 1.02rem;
  line-height: 1.56;
}

.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: 160px minmax(214px, auto);
  min-height: 100%;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid rgba(9, 45, 68, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(8, 47, 76, 0.055);
  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: 9px;
  padding: 18px;
}

.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.12rem, 0.72vw + 0.96rem, 1.3rem);
  line-height: 1.16;
  text-wrap: balance;
}

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

.sharm-start-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  min-height: 24px;
  width: fit-content;
  padding: 0;
  border: 0;
  color: var(--sharm-sea-dark);
  background: transparent;
  font-size: 0.9rem;
  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, rgba(255, 253, 248, 0.98), rgba(239, 249, 248, 0.98)),
    url("../images/Sharm/2082.jpg") center / cover;
}

.sharm-guest-proof-shell,
.sharm-request-details-shell {
  display: grid;
  gap: clamp(24px, 4vw, 36px);
}

.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: 250px;
  padding: 24px;
  border: 1px solid rgba(9, 45, 68, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  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: 13ch;
}

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

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

.sharm-price-band {
  gap: 4px;
}

.sharm-host-snapshot {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 249, 248, 0.88));
}

.sharm-host-snapshot div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

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

.sharm-host-snapshot strong {
  font-size: clamp(1.7rem, 3vw, 2.65rem);
}

.sharm-host-snapshot span {
  color: var(--sharm-coral);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sharm-price-band small,
.sharm-host-snapshot 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(190px, 0.78fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(9, 45, 68, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 254, 253, 0.98)),
    var(--white);
  box-shadow: 0 18px 38px rgba(8, 47, 76, 0.08);
}

.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-location {
  color: rgba(9, 45, 68, 0.74);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.35;
}

.sharm-listing-rating {
  width: fit-content;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(12, 143, 163, 0.18);
  border-radius: 999px;
  color: var(--brand-navy);
  background: rgba(239, 249, 248, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

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

.sharm-review-block {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(9, 45, 68, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(8, 47, 76, 0.07);
}

.sharm-review-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.sharm-review-heading div {
  display: grid;
  gap: 6px;
}

.sharm-review-heading h3,
.sharm-review-heading p,
.sharm-review-card h4,
.sharm-review-card p,
.sharm-review-card blockquote {
  margin: 0;
}

.sharm-review-heading h3 {
  color: var(--brand-navy);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1;
}

.sharm-review-heading a,
.sharm-review-source {
  color: var(--sharm-sea-dark);
  font-weight: 900;
}

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

.sharm-review-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(9, 45, 68, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(8, 47, 76, 0.06);
}

.sharm-review-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sharm-review-person img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.sharm-review-person div {
  display: grid;
  gap: 3px;
}

.sharm-review-person h4 {
  color: var(--brand-navy);
  font-size: 1.05rem;
}

.sharm-review-person p,
.sharm-review-rating,
.sharm-review-source,
.sharm-data-note {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.sharm-review-rating {
  font-weight: 900;
}

.sharm-review-card blockquote {
  color: rgba(9, 45, 68, 0.82);
  font-size: 1rem;
  line-height: 1.56;
}

.sharm-data-note {
  max-width: 86ch;
}

.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 {
    align-items: start;
  }

  .sharm-start-grid,
  .sharm-trust-grid,
  .sharm-proof-grid,
  .sharm-review-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: 660px;
    padding: 88px 16px 72px;
  }

  .sharm-hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 8vw, 2.75rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .sharm-hero .hero-copy {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.58;
  }

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

  .sharm-start {
    margin-top: 0;
  }

  .sharm-hero-card {
    gap: 12px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .sharm-hero .hero-actions {
    width: 100%;
    max-width: none;
    gap: 12px;
    justify-items: stretch;
  }

  .sharm-hero .hero-subactions {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sharm-hero .hero-actions .whatsapp-button,
  .sharm-hero .hero-actions .hero-secondary-button,
  .sharm-hero .hero-actions .hero-airport-button {
    width: 100%;
    justify-self: stretch;
  }

  .sharm-hero .hero-actions .whatsapp-button {
    min-height: 52px;
  }

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

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

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

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

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

  .sharm-host-snapshot {
    grid-template-columns: 1fr;
  }

  .sharm-review-heading {
    align-items: start;
    flex-direction: column;
  }

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

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

  .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;
  }
}
