.direct-site {
  background: #ffffff;
  color: #1b211c;
}

.direct-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.direct-header .brand img {
  width: 80px;
  height: 80px;
  flex-basis: 80px;
  filter: contrast(1.15) saturate(1.02);
}

.direct-button {
  background: #bc602f;
  color: #ffffff;
}

.direct-hero {
  position: relative;
  min-height: 650px;
  height: 76vh;
  max-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1b211c;
  color: #ffffff;
}

.direct-hero > img,
.direct-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.direct-hero > img {
  object-fit: cover;
  object-position: center 46%;
}

.direct-hero-overlay {
  background: linear-gradient(90deg, rgba(16, 22, 17, 0.9), rgba(16, 22, 17, 0.48) 56%, rgba(16, 22, 17, 0.06));
}

.direct-hero-copy {
  position: relative;
  z-index: 2;
}

.direct-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.direct-kicker span {
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 100px;
  padding: 7px 12px;
  font-size: 0.72rem;
  font-weight: 800;
}

.direct-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 0.96;
}

.direct-hero-copy > p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

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

.availability-dock {
  position: relative;
  z-index: 4;
  background: #edf2ed;
  border-bottom: 1px solid var(--line);
}

.availability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.1fr;
}

.availability-grid > div,
.availability-action {
  min-height: 112px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-left: 1px solid var(--line);
}

.availability-grid > *:last-child {
  border-right: 1px solid var(--line);
}

.availability-grid span {
  color: #687169;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.availability-grid strong {
  margin-top: 5px;
  font-size: 0.9rem;
}

.availability-action {
  background: #197d91;
  color: #ffffff;
}

.availability-action span {
  color: rgba(255, 255, 255, 0.72);
}

.availability-action strong {
  font-size: 1.05rem;
}

.direct-intro {
  padding: 108px 0;
}

.direct-intro-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 10%;
  align-items: end;
}

.direct-intro-grid > p {
  margin: 0;
  color: #5e685f;
  font-size: 1.04rem;
}

.comparison {
  padding: 96px 0 112px;
  background: #f2f4f1;
}

.comparison-heading,
.direct-rooms-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid #cbd2cb;
  border-radius: 6px;
  background: #ffffff;
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.78fr 1.11fr 1.11fr;
  border-bottom: 1px solid #dce1dc;
}

.comparison-row:last-child {
  border-bottom: 0;
}

.comparison-row > div {
  min-width: 0;
  padding: 18px 22px;
  border-right: 1px solid #dce1dc;
}

.comparison-row > div:last-child {
  border-right: 0;
}

.comparison-row > div:first-child {
  color: #5e685f;
  font-size: 0.82rem;
  font-weight: 800;
}

.comparison-head {
  background: #263329;
  color: #ffffff;
}

.comparison-head > div:first-child {
  color: rgba(255, 255, 255, 0.72);
}

.comparison-head span,
.comparison-head strong {
  display: block;
}

.comparison-head span {
  color: #d8ae84;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.comparison-head strong {
  margin-top: 4px;
}

.direct-rooms {
  padding: 112px 0;
}

.direct-rooms-heading > p {
  max-width: 390px;
  margin: 0;
  color: #657067;
}

.direct-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.direct-room-card {
  overflow: hidden;
  border: 1px solid #d7dcd7;
  border-radius: 6px;
  background: #ffffff;
}

.direct-room-slider {
  height: 440px;
}

.direct-room-body {
  padding: 28px;
}

.room-card-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #687169;
  font-size: 0.74rem;
}

.room-card-label span {
  border-radius: 100px;
  background: #e6eee7;
  color: #344335;
  padding: 6px 10px;
  font-weight: 800;
}

.direct-room-body h3 {
  margin: 16px 0 8px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
}

.direct-room-body > p {
  color: #647067;
}

.direct-room-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.direct-room-body li {
  border: 1px solid #cdd4cd;
  border-radius: 100px;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 750;
}

.halal-rule {
  padding: 76px 0;
  background: #e6b86f;
  color: #20261f;
}

.halal-rule-grid {
  display: grid;
  grid-template-columns: 0.18fr 1.15fr 0.85fr;
  gap: 6%;
  align-items: center;
}

.halal-rule-mark {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 2.7rem;
}

.halal-rule h2 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1;
}

.halal-rule-grid > p {
  margin: 0;
  color: #4a493c;
}

.amenity-matrix {
  padding: 112px 0;
  background: #1f2a22;
  color: #ffffff;
}

.amenity-heading {
  margin-bottom: 46px;
}

.amenity-heading .eyebrow {
  color: #d8ae84;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.amenity-grid > div {
  min-height: 210px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.amenity-grid span {
  display: block;
  margin-bottom: 38px;
  color: #5fb3c3;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.7rem;
}

.amenity-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.direct-policies {
  padding: 112px 0;
  background: #f2f4f1;
}

.policies-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10%;
}

.accordion-list {
  border-top: 1px solid #bcc6bd;
}

.accordion-list details {
  border-bottom: 1px solid #bcc6bd;
  padding: 0;
}

.accordion-list summary {
  position: relative;
  padding: 22px 44px 22px 0;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.accordion-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  font-size: 1.35rem;
  font-weight: 400;
}

.accordion-list details[open] summary::after {
  content: "−";
}

.accordion-list p {
  margin: -5px 0 22px;
  color: #637066;
}

.direct-contact {
  padding: 104px 0;
  background: #ffffff;
}

.direct-contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 11%;
  align-items: center;
}

.direct-contact h2 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
}

.direct-contact-grid > div:first-child > p:not(.eyebrow) {
  color: #637066;
}

.direct-contact-actions {
  display: grid;
  gap: 10px;
}

.direct-contact-actions > a:not(.button) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.direct-contact-actions span {
  color: #687169;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.direct-contact-actions strong {
  overflow-wrap: anywhere;
  font-size: 0.88rem;
}

.direct-footer {
  background: #edf2ed;
  color: #1b211c;
}

.direct-footer .brand img {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
  filter: contrast(1.15) saturate(1.02);
  mix-blend-mode: multiply;
}

@media (max-width: 980px) {
  .direct-hero h1 {
    font-size: 4.5rem;
  }

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

  .direct-intro-grid,
  .policies-layout,
  .direct-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-row {
    min-width: 780px;
  }

  .direct-room-grid {
    grid-template-columns: 1fr;
  }

  .halal-rule-grid {
    grid-template-columns: 0.2fr 1fr;
  }

  .halal-rule-grid > p {
    grid-column: 2;
  }

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

@media (max-width: 700px) {
  .direct-header .brand img {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .direct-footer .brand img {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .direct-hero {
    min-height: 720px;
    height: 88svh;
  }

  .direct-hero-overlay {
    background: linear-gradient(0deg, rgba(16, 22, 17, 0.93), rgba(16, 22, 17, 0.25) 90%);
  }

  .direct-hero h1 {
    font-size: 3.75rem;
  }

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

  .availability-grid > div,
  .availability-action {
    min-height: 84px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .direct-intro,
  .comparison,
  .direct-rooms,
  .amenity-matrix,
  .direct-policies,
  .direct-contact {
    padding: 74px 0;
  }

  .comparison-heading,
  .direct-rooms-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .comparison-table {
    overflow: visible;
  }

  .comparison-row {
    min-width: 0;
    grid-template-columns: 1fr 1fr;
  }

  .comparison-row > div {
    padding: 14px;
  }

  .comparison-row > div:first-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid #dce1dc;
    background: #edf2ed;
  }

  .comparison-head > div:first-child {
    display: none;
  }

  .comparison-head > div:nth-child(2),
  .comparison-head > div:nth-child(3) {
    min-height: 86px;
  }

  .direct-room-slider {
    height: 370px;
  }

  .halal-rule-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .halal-rule-grid > p {
    grid-column: auto;
  }

  .halal-rule h2 {
    font-size: 2.7rem;
  }

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

  .amenity-grid > div {
    min-height: 170px;
  }

  .direct-contact h2 {
    font-size: 3rem;
  }
}

@media (max-width: 430px) {
  .direct-hero h1 {
    font-size: 3.15rem;
  }

  .direct-hero-copy > p {
    font-size: 1rem;
  }

  .direct-hero-actions .button {
    width: 100%;
  }

  .halal-rule h2 {
    font-size: 2.2rem;
  }

  .direct-room-slider {
    height: 320px;
  }

  .direct-room-body {
    padding: 24px 20px;
  }
}
