.macao-template {
  background: #f3efe7;
}

.macao-lp {
  --macao-bg: #f3efe7;
  --macao-ink: #4c3324;
  --macao-red: #a00614;
  --macao-gold: #c8a787;
  --macao-gold-dark: #735e45;
  --macao-black: #050403;
  --macao-peach: #ffd0b4;
  --macao-container: min(100% - 56px, 1000px);
  background: var(--macao-bg);
  color: var(--macao-ink);
  font-family: "Yu Mincho", "YuMincho", serif;
  overflow: hidden;
}

.macao-lp *,
.macao-lp *::before,
.macao-lp *::after {
  box-sizing: border-box;
}

.macao-lp img {
  display: block;
  max-width: 100%;
}

.macao-lp a {
  color: inherit;
  text-decoration: none;
}

.sp-only {
  display: none !important;
}

.macao-container {
  width: var(--macao-container);
  margin-inline: auto;
  position: relative;
}

.macao-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px 25px;
  background: rgba(0, 0, 0, 0.62);
  color: #f4efe6;
}

.macao-header__logo {
  width: 196px;
  flex: 0 0 auto;
}

.macao-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-left: auto;
  font-size: 14px;
  white-space: nowrap;
}

.macao-lp .macao-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 4px;
  background: var(--macao-red);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 12px 30px rgba(50, 0, 0, 0.18);
}

.macao-button--small {
  min-height: 38px;
  padding: 9px 15px;
  font-size: 14px;
}

.macao-hero {
  position: relative;
  min-height: 670px;
  color: #fff;
  isolation: isolate;
}

.macao-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: ellipse(100% 100% at 50% 0%);
}

.macao-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 328px;
}

.macao-hero__content {
  width: var(--macao-container);
  margin-inline: auto;
  padding-top: 120px;
  text-shadow: 0 0 10px #000;
}

.macao-hero__lead {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 10px;
}

.macao-hero h1 {
  margin: 0;
  max-width: 520px;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 4px;
}

.macao-lp .macao-hero__mobile-cta {
  display: none;
}

.macao-price-badge {
  position: absolute;
  right: max(40px, calc((100vw - 1200px) / 2));
  bottom: -15px;
  width: 244px;
  height: 244px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 32px 18px 22px;
  border-radius: 50%;
  border: 4px solid #ffcf94;
  background: #a00614;
  color: #ffcf94;
  text-align: center;
  box-shadow: none;
}

.macao-price-badge span {
  font-size: 30px;
  font-weight: 800;
}

.macao-price-badge__included {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.64px;
  white-space: nowrap;
}

.macao-price-badge strong {
  display: inline-block;
  margin-top: 8px;
  font-size: 50px;
  line-height: 1;
  white-space: nowrap;
}

.macao-price-badge small {
  display: inline-block;
  font-size: 25px;
  white-space: nowrap;
}

.macao-price-badge em {
  margin-top: 13px;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.macao-intro {
  position: relative;
  padding: 125px 0 70px;
  background-image: url(assets/images/intro-map.png);
  background-repeat: no-repeat;
  background-position: right top -90px;
  background-size: 100%;
  max-width: 1470px;
  margin: -75px auto 0;
}

.macao-intro__inner {
  min-height: 650px;
}

.macao-intro__mobile-map {
  width: 100%;
  height: auto;
  margin: 26px auto 0;
}

.macao-section-copy {
  position: relative;
  z-index: 1;
}

.macao-section-copy--light {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.macao-eyebrow {
  margin: 0 0 30px;
  color: var(--macao-gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.8px;
  text-align: center;
}

.macao-section-copy h2,
.macao-plan-title {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 1.8px;
}

.macao-flight-schedule {
  width: min(999px, 100%);
  margin: 0 auto 72px;
  padding: 30px 34px 28px;
  border: 4px solid var(--macao-gold);
  background: rgba(243, 239, 231, 0.92);
  color: var(--macao-ink);
}

.macao-flight-schedule h2 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
}

.macao-flight-schedule__routes {
  display: grid;
  gap: 16px;
}

.macao-flight-schedule__route {
  padding: 16px 18px;
  border: 1px solid rgba(200, 167, 135, 0.65);
  background: rgba(255, 255, 255, 0.42);
  margin-bottom: 10px;
}

.macao-flight-schedule__route p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.6px;
}

.macao-flight-schedule__route p + p {
  margin-top: 6px;
}

.macao-flight-schedule__route span {
  color: var(--macao-red);
  font-weight: 800;
}

.macao-flight-schedule__notes {
  padding-top: 16px;
}

.macao-flight-schedule__notes p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.4px;
}

.macao-flight-schedule__notes p + p {
  margin-top: 4px;
}

.macao-section-copy h2 {
  text-align: center;
}

.macao-section-copy p:not(.macao-eyebrow) {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.9;
}

.macao-intro .macao-eyebrow,
.macao-deep .macao-eyebrow,
.macao-intro .macao-section-copy h2,
.macao-deep .macao-section-copy h2,
.macao-intro .macao-section-copy p:not(.macao-eyebrow),
.macao-deep .macao-section-copy p:not(.macao-eyebrow) {
  text-align: left;
}

.macao-feature-cards {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.macao-feature-card {
  min-height: 325px;
  border: 2px solid #e5d6bc;
  border-radius: 4px;
  background: linear-gradient(90deg, #cebca0 0%, #f2eddd 100%);
  overflow: hidden;
  color: var(--macao-gold-dark);
}

.macao-feature-card img {
  width: 100%;
  height: 198px;
  object-fit: cover;
}

.macao-feature-card div {
  padding: 22px 28px 26px;
}

.macao-feature-card p {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: 1.8px;
}

.macao-feature-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1.5px;
}

.macao-feature-card span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.macao-deep {
  padding: 72px 0;
}

.macao-deep--dark {
  background: var(--macao-black);
}

.macao-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 58px;
  align-items: center;
}

.macao-split--reverse {
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
}

.macao-split--reverse .macao-section-copy {
  grid-column: 2;
  grid-row: 1;
}

.macao-split--reverse .macao-gallery {
  grid-column: 1;
  grid-row: 1;
}

.macao-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, minmax(150px, 1fr));
  gap: 14px;
}

.macao-gallery img {
  width: 100%;
  height: 100%;
  min-height: 174px;
  object-fit: cover;
}

.macao-gallery__main {
  grid-row: 1 / span 2;
  min-height: 362px;
}

.macao-gallery--dark {
  filter: saturate(1.08);
}

.macao-info-box {
  border: 4px solid var(--macao-gold);
  background: #f3efe7;
  padding: 24px 23px 22px;
  color: var(--macao-ink);
  font-variant-emoji: text;
}

.macao-info-box h3 {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.macao-info-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1.6px;
}

.macao-split__wide {
  grid-column: 1 / -1;
}

.macao-split__cta {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 18px;
}

.macao-air {
  position: relative;
  padding: 96px 0 88px;
  background-image: url(assets/images/sun-clouds.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

.macao-air__plane {
  position: absolute;
  top: 62px;
  right: max(-110px, calc((100vw - 1280px) / 2 - 160px));
  width: 570px;
  transform: scaleX(-1);
}

.macao-air__heading {
  margin-bottom: 64px;
}

.macao-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 0 0 52px;
  text-align: center;
}

.macao-benefits article {
  min-width: 0;
}

.macao-benefits__icon {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
}

.macao-benefits__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.macao-benefits h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.1ch;
}

.macao-benefits p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1ch;
}

.macao-plan-title {
  margin-bottom: 28px;
  text-align: center;
}

.macao-plan-card {
  display: grid;
  grid-template-rows: auto auto auto;
  align-items: center;
  justify-items: center;
  width: min(999px, 100%);
  min-height: 209px;
  margin-inline: auto;
  padding: 24px 56px 25px;
  border: 5px solid var(--macao-gold);
  background: var(--macao-red);
  color: var(--macao-peach);
  text-align: center;
}

.macao-plan-card p,
.macao-plan-card em {
  margin: 0;
  font-style: normal;
}

.macao-plan-card__route {
  font-size: 25px;
  font-weight: 800;
  line-height: 28px;
}

.macao-plan-card__fare {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 8px;
}

.macao-plan-card__details {
  display: grid;
  gap: 1px;
  justify-items: center;
  padding-bottom: 0;
  transform: translateY(12px);
}

.macao-plan-card span {
  display: block;
  font-feature-settings: "palt";
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}

.macao-plan-card__details em {
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.macao-plan-card strong {
  display: block;
  font-size: 90px;
  font-weight: 800;
  line-height: 0.88;
}

.macao-plan-card small {
  font-size: 32px;
  font-weight: 800;
}

.macao-plan-card__note {
  margin-top: 15px !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
}

.macao-reference {
  width: min(997px, 100%);
  margin: 44px auto 72px;
  padding: 21px 30px 21px 22px;
  border: 1px solid #000;
  color: #000;
}

.macao-reference[open] {
  min-height: 380px;
}

.macao-reference__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  cursor: pointer;
  list-style: none;
}

.macao-reference__summary::-webkit-details-marker {
  display: none;
}

.macao-reference__summary::marker {
  content: "";
}

.macao-reference[open] .macao-reference__summary {
  margin-bottom: 20px;
}

.macao-reference__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
}

.macao-reference__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}

.macao-reference[open] .macao-reference__icon {
  transform: rotate(45deg) translate(-3px, -3px);
}

.macao-reference ul {
  margin: 0;
  padding-left: 1.45em;
  list-style: disc;
}

.macao-reference li {
  padding-left: 0;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 28px;
}

.macao-reference p {
  margin: 10px 0 0;
  font-feature-settings: "palt";
  font-size: 11px;
  line-height: 28px;
}

.macao-terms {
  max-width: 1000px;
}

.macao-terms h2 {
  margin: 0 0 24px;
  font-size: 21px;
}

.macao-terms ul {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 15px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.macao-terms a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid var(--macao-gold);
  padding-bottom: 0px;
  color: var(--macao-ink);
  font-size: 16px;
  letter-spacing: 0.8px;
}

.macao-terms__icon {
  width: 13px;
  height: 16px;
  flex: 0 0 13px;
}

.macao-footer {
  position: relative;
  min-height: 372px;
  padding: 40px 0 26px;
  background: var(--macao-black);
  color: #fff;
  overflow: hidden;
}

.macao-footer__temple {
  position: absolute;
  top: 0;
  right: 0;
  width: 305px;
  opacity: 0.95;
}

.macao-footer__inner {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  min-height: 210px;
}

.macao-footer__agency {
  display: grid;
  place-items: center;
  min-height: 156px;
  background: #091f5b;
  padding: 18px;
}

.macao-footer__copy h2 {
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 1px;
}

.macao-footer__copy p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}

.macao-footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--macao-container);
  margin: 24px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(200, 167, 135, 0.5);
}

.macao-footer__bottom img {
  width: 196px;
}

.macao-footer__bottom nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .macao-lp {
    --macao-container: min(100% - 40px, 560px);
  }

  .sp-only {
    display: revert !important;
  }

  .macao-intro__mobile-map.sp-only {
    display: block !important;
  }

  .macao-header {
    height: 64px;
    padding: 12px 16px;
    gap: 12px;
  }

  .macao-header__logo {
    width: 145px;
  }

  .macao-nav {
    display: none;
  }

  .macao-lp .macao-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 44px;
    padding: 12px 20px;
    border-radius: 4px;
    background: var(--macao-red);
    color: #fff;
    font-size: 2.85svw;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 12px 30px rgba(50, 0, 0, 0.18);
  }

  .macao-button--small {
    margin-left: auto;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .macao-hero {
    min-height: 520px;
  }

  .macao-hero__image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: none;
  }

  .macao-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    height: 328px;
  }

  .macao-hero__content {
    width: var(--macao-container);
    padding-top: 78px;
  }

  .macao-hero__lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .macao-hero h1 {
    font-size: 31px;
    line-height: 1.58;
    letter-spacing: 1.2px;
  }

  .macao-lp .macao-hero__mobile-cta {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    width: auto;
    min-height: 44px;
    font-size: 14px;
  }

  .macao-price-badge {
    right: 28px;
    bottom: 105px;
    width: 146px;
    height: 146px;
    padding: 18px;
    border: 2px solid #ffcf94;
  }

  .macao-price-badge span {
    font-size: 18px;
  }

  .macao-price-badge strong {
    display: inline-block;
    margin-top: 0;
    font-size: 25px;
    line-height: 1;
    white-space: nowrap;
  }

  .macao-price-badge__included {
    margin-top: 4px;
    font-size: 9px;
    letter-spacing: 0.2px;
  }

  .macao-price-badge small {
    font-size: 16px;
  }

  .macao-price-badge em {
    margin-top: 5px;
    font-size: 10px;
    font-style: normal;
    line-height: 1.45;
  }

  .macao-intro {
    position: relative;
    padding: 30px 0 30px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right top 40px;
    background-size: contain;
    max-width: 1470px;
    margin: 0 auto 0;
  }

  .macao-intro__inner {
    min-height: 0;
  }
  .macao-eyebrow {
    margin-bottom: 26px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .macao-section-copy h2,
  .macao-plan-title {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .macao-section-copy p:not(.macao-eyebrow) {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
  }
  .macao-feature-cards {
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }

  .macao-feature-card {
    min-height: 216px;
  }

  .macao-feature-card img {
    height: 180px;
  }

  .macao-feature-card div {
    padding: 20px 16px 24px;
  }

  .macao-feature-card p {
    font-size: 13px;
  }

  .macao-feature-card h3 {
    font-size: 19px;
  }

  .macao-feature-card span {
    font-size: 11px;
  }

  .macao-deep {
    padding: 40px 0;
  }

  .macao-split,
  .macao-split--reverse {
    display: block;
  }

  .macao-gallery {
    grid-template-columns: 1fr 1fr;
    margin-top: 36px;
    gap: 12px;
  }

  .macao-gallery__main {
    grid-column: 1 / -1;
    min-height: 0;
    height: 261px;
  }

  .macao-gallery img:not(.macao-gallery__main) {
    min-height: 0;
    height: 124px;
  }

  #casino.macao-deep {
    padding: 44px 0 36px;
  }

  #casino .macao-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px;
    grid-template-rows: 88px 88px;
    gap: 13px 12px;
    margin-top: 20px;
  }

  #casino .macao-gallery__main {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 100%;
    height: 189px;
    min-height: 0;
  }

  #casino .macao-gallery img:not(.macao-gallery__main) {
    width: 82px;
    height: 88px;
    min-height: 0;
  }

  #hotel .macao-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 261px 124px;
    gap: 16px 14px;
    margin-top: 30px;
  }

  #hotel .macao-gallery__main {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    height: 261px;
    min-height: 0;
  }

  #hotel .macao-gallery img:not(.macao-gallery__main) {
    grid-row: 2;
    width: 100%;
    height: 124px;
    min-height: 0;
  }

  #activity .macao-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 258px 124px;
    gap: 14px;
    margin-top: 30px;
  }

  #activity .macao-gallery__main {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    height: 258px;
    min-height: 0;
  }

  #activity .macao-gallery img:not(.macao-gallery__main) {
    grid-row: 2;
    width: 100%;
    height: 124px;
    min-height: 0;
  }

  .macao-info-box {
    margin-top: 20px;
    border-width: 2px;
    padding: 16px 18px;
  }

  .macao-info-box h3 {
    font-size: 14px;
  }

  .macao-info-box p {
    font-size: 12px;
    line-height: 1.85;
    letter-spacing: 0.4px;
  }

  .macao-split__cta {
    width: 280px;
    min-height: 52px;
    margin: 40px auto 0;
    font-size: 14px;
  }

  .macao-air {
    padding: 78px 0 56px;
  }

  .macao-air__plane {
    top: 38px;
    right: -112px;
    width: 280px;
  }

  .macao-air__heading {
    margin-bottom: 50px;
  }

  .macao-air__heading,
  .macao-air__heading .macao-eyebrow,
  .macao-air__heading h2 {
    text-align: left;
  }

  .macao-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 18px;
    margin-bottom: 62px;
  }

  .macao-benefits__icon {
    width: 76px;
    height: 76px;
    margin-bottom: 18px;
  }

  .macao-benefits__icon img {
    width: 100%;
    height: 100%;
  }

  .macao-benefits h3 {
    font-size: 14px;
  }

  .macao-benefits p {
    font-size: 10px;
  }

  .macao-plan-card {
    width: 100%;
    min-height: 176px;
    padding: 24px 32px 28px;
    border: 0;
    background: var(--macao-red);
  }

  .macao-plan-card__route {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }

  .macao-plan-card__fare {
    flex-direction: row;
    gap: 4px;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
  }

  .macao-plan-card__details {
    width: 102px;
    flex: 0 0 102px;
    gap: 0;
    padding-bottom: 0;
    transform: none;
  }

  .macao-plan-card span {
    font-size: 30px;
    line-height: 36px;
    white-space: nowrap;
  }

  .macao-plan-card__details em {
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }

  .macao-plan-card strong {
    font-size: 44px;
    line-height: 48px;
    white-space: nowrap;
  }

  .macao-plan-card small {
    font-size: 18px;
  }

  .macao-plan-card__note {
    margin-top: 10px !important;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0;
  }

  .macao-reference {
    margin: 30px auto 56px;
    padding: 18px 16px 20px;
  }

  .macao-reference[open] {
    min-height: auto;
  }

  .macao-reference[open] .macao-reference__summary {
    margin-bottom: 16px;
  }

  .macao-reference__title {
    font-size: 16px;
  }

  .macao-reference ul {
    padding-left: 1.35em;
  }

  .macao-reference li {
    font-size: 10px;
    line-height: 2.1;
  }

  .macao-reference p {
    margin-top: 14px;
    font-size: 9px;
    line-height: 1.7;
  }

  .macao-terms ul {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .macao-terms a {
    display: flex;
    justify-content: flex-start;
    padding: 11px 0;
    font-size: 13px;
  }

  .macao-footer {
    min-height: 500px;
    padding-top: 38px;
  }

  .macao-footer__temple {
    right: -12px;
    width: 163px;
  }

  .macao-footer__inner {
    display: block;
    min-height: 0;
  }

  .macao-footer__agency {
    width: 163px;
    min-height: 62px;
    padding: 10px;
    margin-bottom: 38px;
  }

  .macao-footer__copy h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  .macao-footer__copy p {
    font-size: 12px;
    line-height: 1.85;
  }

  .macao-footer .macao-button {
    width: 210px;
    min-height: 46px;
    margin-top: 24px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .macao-footer__bottom {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
  }

  .macao-footer__bottom img {
    width: 145px;
    margin-bottom: 22px;
  }

  .macao-footer__bottom nav {
    display: block;
    font-size: 11px;
    line-height: 1.8;
  }

  .macao-footer__bottom a + a::before {
    content: "　";
  }
}

@media (min-width: 901px) {
  #casino.macao-deep--dark {
    padding: 53px 0 52px;
    border-bottom: 1px solid rgba(200, 167, 135, 0.35);
  }

  #casino .macao-split {
    grid-template-columns: 220px 739px;
    gap: 41px;
    align-items: start;
  }

  #casino .macao-section-copy {
    padding-top: 35px;
  }

  #casino .macao-eyebrow {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 31.5px;
    letter-spacing: 2.4px;
  }

  #casino .macao-section-copy h2 {
    font-size: 36px;
    line-height: 1.35;
    letter-spacing: 1.8px;
    text-align: left;
  }

  #casino .macao-section-copy p:not(.macao-eyebrow) {
    max-width: 320px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 28px;
  }

  #casino .macao-gallery {
    grid-template-columns: 490px 235px;
    grid-template-rows: 174px 174px;
    gap: 14px;
  }

  #casino .macao-gallery img {
    min-height: 174px;
  }

  #casino .macao-gallery__main {
    width: 490px;
    height: 362px;
    min-height: 362px;
  }

  #casino .macao-gallery img:not(.macao-gallery__main) {
    width: 235px;
    height: 174px;
  }
}

@media (min-width: 901px) {
  #casino.macao-deep--dark {
    padding: 53px 0 52px;
  }

  #activity.macao-deep--dark {
    padding: 53px 0 52px;
  }

  #casino .macao-split,
  #activity .macao-split {
    display: block;
    position: relative;
  }

  #casino .macao-split {
    min-height: 362px;
  }

  #activity .macao-split {
    min-height: 362px;
    padding-top: 400px;
  }

  #casino .macao-section-copy,
  #activity .macao-section-copy {
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 2;
    width: 340px;
    padding-top: 0;
  }

  #casino .macao-eyebrow,
  #activity .macao-eyebrow {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 31.5px;
    letter-spacing: 2.4px;
    text-align: left;
  }

  #casino .macao-section-copy h2,
  #activity .macao-section-copy h2 {
    max-width: 360px;
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: 1.8px;
    text-align: left;
  }

  #casino .macao-section-copy p:not(.macao-eyebrow),
  #activity .macao-section-copy p:not(.macao-eyebrow) {
    max-width: 320px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0.1ch;
  }

  #casino .macao-gallery,
  #activity .macao-gallery {
    position: absolute;
    top: 0;
    left: 261px;
    z-index: 1;
    width: 739px;
    grid-template-columns: 490px 235px;
    grid-template-rows: 174px 174px;
    gap: 14px;
  }

  #casino .macao-gallery img,
  #activity .macao-gallery img {
    min-height: 174px;
  }

  #casino .macao-gallery__main,
  #activity .macao-gallery__main {
    width: 490px;
    height: 362px;
    min-height: 362px;
  }

  #casino .macao-gallery img:not(.macao-gallery__main),
  #activity .macao-gallery img:not(.macao-gallery__main) {
    width: 235px;
    height: 174px;
  }

  #activity .macao-info-box {
    width: 100%;
  }

  #activity .macao-split__cta {
    display: flex;
    margin: 18px auto 0;
  }
}

@media (min-width: 901px) {
  #hotel.macao-deep {
    padding: 57px 0 56px;
  }

  #hotel .macao-split {
    display: grid;
    grid-template-columns: 490px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 30px;
    align-items: start;
  }

  #hotel .macao-gallery {
    grid-column: 1 / -1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 490px 235px 235px;
    grid-template-rows: 367px 174px;
    gap: 14px 15px;
    margin: 0;
  }

  #hotel .macao-gallery__main {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 490px;
    height: 555px;
    min-height: 555px;
  }

  #hotel .macao-gallery img:not(.macao-gallery__main) {
    grid-row: 2;
    width: 235px;
    height: 174px;
    min-height: 174px;
  }

  #hotel .macao-gallery img:nth-child(2) {
    grid-column: 2;
  }

  #hotel .macao-gallery img:nth-child(3) {
    grid-column: 3;
  }

  #hotel .macao-section-copy {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    width: 470px;
    margin: 47px 0 0 0;
    justify-self: end;
  }

  #hotel .macao-eyebrow {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 31.5px;
    letter-spacing: 2.4px;
    text-align: left;
  }

  #hotel .macao-section-copy h2 {
    max-width: 430px;
    font-size: 32px;
    line-height: 1.45;
    letter-spacing: 1.8px;
    text-align: left;
  }

  #hotel .macao-section-copy p:not(.macao-eyebrow) {
    max-width: 420px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }

  #hotel .macao-info-box {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin-top: 0;
  }
}

.macao-lp.is-reveal-ready .macao-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.macao-lp.is-reveal-ready .macao-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .macao-lp.is-reveal-ready .macao-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.macao-activity-cta {
  padding: 50px 0;
}

.macao-activity-cta .macao-button {
  display: flex;
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

@media (max-width: 900px) {
  .macao-flight-schedule {
    margin-bottom: 52px;
    padding: 22px 18px;
    border-width: 3px;
  }

  .macao-flight-schedule h2 {
    margin-bottom: 18px;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .macao-flight-schedule__route {
    padding: 13px 14px;
  }

  .macao-flight-schedule__route p {
    font-size: 11px;
    line-height: 1.9;
    letter-spacing: 0.2px;
  }

  .macao-flight-schedule__notes p {
    font-size: 10px;
    line-height: 1.7;
  }
}
