:root {
  --ink: #071923;
  --muted: #5e737c;
  --line: rgba(7, 25, 35, 0.14);
  --paper: #f7f4ee;
  --white: #ffffff;
  --sea: #007f9f;
  --reef: #02a7a6;
  --gold: #c7984a;
  --sand: #dfcfb1;
  --deep: #062b3f;
  --shadow: 0 22px 70px rgba(7, 25, 35, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px clamp(18px, 4vw, 54px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(7, 25, 35, 0.12);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(7, 25, 35, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.brand-logo {
  display: block;
  width: 132px;
  height: auto;
  filter: none;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a {
  opacity: 0.9;
}

.desktop-nav a:hover {
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 148px;
}

.language-button,
.menu-button {
  color: inherit;
  background: rgba(7, 25, 35, 0.04);
  border: 1px solid currentColor;
}

.language-button {
  width: 44px;
  height: 38px;
  border-radius: 999px;
  font-weight: 800;
}

.menu-button {
  display: none;
  width: 44px;
  height: 38px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-button span {
  width: 18px;
  height: 2px;
  background: currentColor;
}

.mobile-panel {
  position: fixed;
  z-index: 45;
  top: 70px;
  left: 14px;
  right: 14px;
  display: none;
  padding: 18px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mobile-panel.is-open {
  display: grid;
  gap: 8px;
}

.mobile-panel a {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92vh;
  color: var(--white);
  overflow: hidden;
  background: var(--deep);
}

.hero picture,
.hero img {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero img {
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 20, 33, 0.82), rgba(1, 31, 47, 0.38) 48%, rgba(1, 31, 47, 0.08)),
    linear-gradient(0deg, rgba(1, 20, 33, 0.72), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 36px));
  padding: calc(22vh + 24px) 0 130px clamp(18px, 6vw, 80px);
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.feature-band h2,
.itinerary-panel h2,
.institutional-cta h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero h1 {
  max-width: 740px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 9vw, 124px);
  font-weight: 500;
}

.hero-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
}

.button.primary {
  color: var(--ink);
  background: var(--gold);
}

.button.light {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.button.dark {
  color: var(--white);
  background: var(--deep);
}

.hero-card {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 4vw, 54px);
  bottom: 34px;
  width: min(360px, calc(100% - 36px));
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card span,
.experience-card span,
.event-row span,
.itinerary-grid small {
  color: var(--sea);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.12;
}

.hero-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.quick-search {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-search button,
.quick-search a {
  min-height: 74px;
  border: 0;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.quick-search button:hover,
.quick-search a:hover {
  color: var(--white);
  background: var(--sea);
}

.section,
.itinerary-panel,
.institutional-cta {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 92px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading.split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 34px;
  align-items: end;
}

.section h2,
.feature-band h2,
.itinerary-panel h2,
.institutional-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 70px);
  font-weight: 500;
}

.section-heading p:not(.kicker),
.feature-band p,
.planner-copy p,
.institutional-cta p {
  color: var(--muted);
  font-size: 18px;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.intro-grid article {
  min-height: 260px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.intro-grid span {
  color: var(--gold);
  font-weight: 900;
}

.intro-grid h3 {
  margin: 58px 0 12px;
  font-size: 26px;
  line-height: 1.05;
}

.intro-grid p {
  margin: 0;
  color: var(--muted);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: 640px;
  color: var(--white);
  background: var(--deep);
}

.feature-band img {
  height: 100%;
  object-fit: cover;
}

.feature-band div {
  align-self: center;
  padding: clamp(38px, 6vw, 78px);
}

.feature-band p {
  color: rgba(255, 255, 255, 0.76);
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 900;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.experience-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--deep);
}

.experience-card.large {
  grid-column: span 2;
}

.experience-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.experience-card > a {
  display: block;
  height: 100%;
}

.experience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 19, 31, 0.82), rgba(0, 19, 31, 0.05) 62%);
}

.experience-card div {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: var(--white);
}

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

.experience-card h3 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.08;
}

.areas {
  padding-top: 20px;
}

.area-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.area-list a {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid var(--line);
}

.area-list strong {
  font-size: 24px;
}

.area-list span {
  color: var(--muted);
}

.itinerary-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 26px;
  align-items: stretch;
  padding: 54px;
  color: var(--white);
  background: var(--deep);
  border-radius: 8px;
}

.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.itinerary-grid article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.itinerary-grid h3 {
  margin: 14px 0 10px;
  font-size: 22px;
  line-height: 1.1;
}

.itinerary-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.event-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.event-row article {
  padding: 26px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 25, 35, 0.08);
}

.event-row strong {
  display: block;
  margin-top: 24px;
  font-size: 25px;
  line-height: 1.08;
}

.event-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.plan {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
}

.planner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.planner-grid a {
  display: flex;
  min-height: 92px;
  align-items: center;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
}

.institutional-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-bottom: 70px;
  padding: 52px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 127, 159, 0.92), rgba(6, 43, 63, 0.97)),
    url("https://visitsharmelsheikh.com/wp-content/uploads/2025/09/Mount_Moses-1200x600.jpg") center/cover;
  border-radius: 8px;
}

.institutional-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 42px clamp(18px, 4vw, 54px);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
  border-bottom: 18px solid #031118;
}

.site-footer strong {
  color: var(--ink);
}

.footer-logo {
  display: block;
  width: 230px;
  max-width: 100%;
  height: auto;
  margin: 0 0 14px -2px;
  filter: none;
}

.site-footer p {
  margin: 8px 0 0;
}

.footer-links {
  display: flex;
  gap: 20px;
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .brand,
  .header-actions {
    min-width: 0;
  }

  .hero {
    min-height: 860px;
  }

  .hero-content {
    padding-top: 150px;
    padding-left: 18px;
    padding-bottom: 280px;
  }

  .hero-card {
    left: 18px;
    right: 18px;
  }

  .quick-search,
  .intro-grid,
  .event-row,
  .itinerary-grid {
    grid-template-columns: 1fr;
  }

  .section-heading.split,
  .feature-band,
  .itinerary-panel,
  .plan,
  .institutional-cta {
    grid-template-columns: 1fr;
  }

  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-card.large {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
    padding: 7px 9px;
  }

  .brand-logo {
    width: 112px;
  }

  .hero {
    min-height: 760px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .quick-search {
    grid-template-columns: repeat(2, 1fr);
  }

  .section,
  .itinerary-panel,
  .institutional-cta {
    width: min(100% - 28px, 1180px);
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .feature-band {
    min-height: 0;
  }

  .feature-band img {
    height: 320px;
  }

  .experience-grid,
  .planner-grid {
    grid-template-columns: 1fr;
  }

  .experience-card,
  .experience-card.large {
    grid-column: span 1;
  }

  .area-list a {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 0;
  }

  .itinerary-panel,
  .institutional-cta {
    padding-left: 22px;
    padding-right: 22px;
  }

  .site-footer {
    display: grid;
  }
}

.subhero {
  position: relative;
  min-height: 640px;
  color: var(--white);
  overflow: hidden;
  background: var(--deep);
}

.subhero img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.subhero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 20, 33, 0.82), rgba(1, 31, 47, 0.28) 58%, rgba(1, 31, 47, 0.18)),
    linear-gradient(0deg, rgba(1, 20, 33, 0.68), transparent 48%);
}

.subhero-content {
  position: relative;
  z-index: 2;
  width: min(860px, calc(100% - 36px));
  padding: 190px 0 92px clamp(18px, 6vw, 80px);
}

.subhero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 8vw, 104px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

.subhero p:not(.kicker) {
  max-width: 680px;
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.portal-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(7, 25, 35, 0.08);
}

.portal-card a {
  display: grid;
  height: 100%;
}

.portal-card img {
  height: 230px;
  object-fit: cover;
}

.portal-card div {
  display: grid;
  min-height: 260px;
  padding: 22px;
}

.portal-card span {
  color: var(--sea);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-card h3 {
  margin: 18px 0 10px;
  font-size: 26px;
  line-height: 1.05;
}

.portal-card p {
  margin: 0;
  color: var(--muted);
}

.portal-card strong {
  align-self: end;
  margin-top: 24px;
  color: var(--gold);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
}

.large-copy {
  color: var(--muted);
  font-size: 21px;
}

.fact-panel {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 25, 35, 0.08);
}

.fact-panel h3 {
  margin: 0 0 18px;
  font-size: 26px;
}

.fact-line {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.fact-line span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
}

.editorial-block {
  padding-top: 18px;
}

.calendar-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.calendar-table article {
  min-height: 170px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.calendar-table a {
  display: grid;
  min-height: 170px;
  padding: 20px;
}

.calendar-table strong,
.calendar-table span,
.calendar-table em {
  display: block;
}

.calendar-table strong {
  color: var(--gold);
}

.calendar-table span {
  margin-top: 10px;
  color: var(--sea);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calendar-table h3 {
  margin: 12px 0 18px;
  font-size: 21px;
  line-height: 1.1;
}

.calendar-table em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}

.article-body {
  padding: clamp(24px, 4vw, 48px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 25, 35, 0.08);
}

.article-body h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 500;
  line-height: 0.98;
}

.article-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.article-section h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.08;
}

.article-section p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.related-links {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.related-links strong,
.related-links a {
  display: block;
}

.related-links strong {
  margin-bottom: 10px;
}

.related-links a {
  padding: 10px 0;
  color: var(--sea);
  font-weight: 900;
}

@media (max-width: 980px) {
  .portal-grid,
  .detail-layout,
  .article-layout,
  .calendar-table {
    grid-template-columns: 1fr;
  }

  .subhero {
    min-height: 580px;
  }

  .subhero-content {
    padding-top: 140px;
  }
}

@media (max-width: 640px) {
  .subhero h1 {
    font-size: 48px;
  }

  .portal-card div {
    min-height: 0;
  }
}


/* Visit Sharm editorial expansion */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.news-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 25, 35, 0.08);
}
.news-card img {
  height: 220px;
  object-fit: cover;
}
.news-card div {
  padding: 22px;
}
.news-card span {
  color: var(--sea);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.news-card h3 {
  margin: 9px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.05;
}
.news-card p {
  margin: 0;
  color: var(--muted);
}
.editorial-hero .subhero-content {
  max-width: 900px;
}
.article-body .large-copy {
  color: var(--deep);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.42;
}
@media (max-width: 980px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-card img {
    height: 190px;
  }
}


/* Visit Sharm editorial depth */
.depth-block ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.75;
}
.faq-block details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.faq-block details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-block summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}
.faq-block details p {
  margin: 12px 0 0;
}
.article-body {
  max-width: 860px;
}


/* Visit Sharm mobile app shell */
.app-bottom-nav {
  display: none;
}

@media (max-width: 760px) {
  html {
    scroll-padding-bottom: 94px;
  }

  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
    background: #f7f4ee;
  }

  .site-header {
    min-height: 62px;
    padding: calc(8px + env(safe-area-inset-top)) 14px 8px;
    border-bottom: 1px solid rgba(7, 25, 35, 0.1);
  }

  .language-button {
    display: none;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(7, 25, 35, 0.12);
    background: rgba(255, 255, 255, 0.9);
  }

  .mobile-panel {
    top: calc(66px + env(safe-area-inset-top));
    left: 10px;
    right: 10px;
    max-height: calc(100svh - 164px);
    overflow: auto;
    padding: 10px;
    border: 1px solid rgba(7, 25, 35, 0.12);
    border-radius: 14px;
  }

  .mobile-panel a {
    min-height: 48px;
    padding: 13px 14px;
    border-radius: 10px;
    border-bottom: 0;
  }

  .mobile-panel a:hover {
    color: var(--white);
    background: var(--sea);
  }

  .app-bottom-nav {
    position: fixed;
    z-index: 80;
    left: 10px;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    min-height: 70px;
    padding: 7px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(7, 25, 35, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(7, 25, 35, 0.2);
    backdrop-filter: blur(18px);
  }

  .app-tab {
    display: grid;
    grid-template-rows: 25px 17px;
    align-content: center;
    justify-items: center;
    gap: 4px;
    min-width: 0;
    min-height: 56px;
    color: #5e737c;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
  }

  .app-tab svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
  }

  .app-tab span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .app-tab.is-active {
    color: var(--white);
    background: linear-gradient(135deg, var(--sea), var(--reef));
    box-shadow: 0 10px 22px rgba(0, 127, 159, 0.28);
  }

  .hero {
    min-height: 100svh;
  }

  .hero-content {
    width: min(100% - 28px, 760px);
    padding: 118px 0 235px 14px;
  }

  .hero h1 {
    font-size: clamp(44px, 13vw, 58px);
    line-height: 0.96;
  }

  .hero-card {
    left: 14px;
    right: 14px;
    bottom: 104px;
    padding: 18px;
  }

  .quick-search {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-search a,
  .quick-search button {
    min-height: 58px;
    padding: 8px;
    text-align: center;
    font-size: 13px;
  }

  .subhero {
    min-height: 100svh;
  }

  .subhero-content {
    width: min(100% - 28px, 860px);
    padding: 128px 0 118px 14px;
  }

  .subhero h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.98;
  }

  .section,
  .itinerary-panel,
  .institutional-cta {
    width: min(100% - 28px, 1180px);
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .section h2,
  .feature-band h2,
  .itinerary-panel h2,
  .institutional-cta h2,
  .article-body h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1;
  }

  .news-card h3,
  .portal-card h3,
  .experience-card h3 {
    font-size: 23px;
  }

  .article-body,
  .fact-panel,
  .intro-grid article,
  .news-card,
  .portal-card {
    border-radius: 12px;
  }

  .site-footer {
    padding-bottom: calc(118px + env(safe-area-inset-bottom));
  }
}


/* Visit Sharm mobile horizontal lock */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  body {
    position: relative;
    touch-action: pan-y;
  }

  main,
  .site-header,
  .mobile-panel,
  .app-bottom-nav,
  .hero,
  .subhero,
  .feature-band,
  .section,
  .itinerary-panel,
  .institutional-cta,
  .site-footer {
    max-width: 100vw;
  }

  .hero,
  .subhero,
  .feature-band,
  .experience-card,
  .news-card,
  .portal-card,
  .article-body,
  .fact-panel {
    overflow-x: hidden;
  }

  .app-bottom-nav {
    max-width: calc(100vw - 20px);
  }

  .section-heading,
  .section-heading.split,
  .intro-grid,
  .experience-grid,
  .news-grid,
  .portal-grid,
  .detail-layout,
  .article-layout,
  .calendar-table,
  .footer-links {
    min-width: 0;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  h1,
  h2,
  h3,
  p,
  a,
  span {
    overflow-wrap: break-word;
  }
}


/* Visit Sharm home mobile overlap fix */
@media (max-width: 760px) {
  .hero {
    min-height: 108svh;
  }

  .hero-content {
    padding-bottom: 330px;
  }

  .hero-card {
    bottom: calc(178px + env(safe-area-inset-bottom));
    max-height: none;
  }

  .hero-actions {
    margin-top: 24px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 46px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-card {
    padding: 16px;
  }
}


/* Visit Sharm mobile hero card removal */
@media (max-width: 760px) {
  .hero {
    min-height: 100svh;
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .hero-content {
    padding-bottom: calc(126px + env(safe-area-inset-bottom));
  }

  .hero-card {
    display: none;
  }
}
