/* Thanksgiving public page and homepage module. All selectors are isolated. */

.tg-body {
  background: #ffffff;
}

.tg-body::before {
  opacity: 0.025;
}

.tg-body .site-header {
  background: rgba(255, 255, 255, 0.9);
}

.tg-body .tg-nav {
  min-width: 0;
}

.tg-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.tg-kicker {
  margin: 0;
  color: #c0965c;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tg-kicker--ink {
  color: #8a6d44;
}

.tg-hero {
  overflow: hidden;
  background: #2c3157;
  color: #ffffff;
}

.tg-hero .tg-shell {
  padding-top: 88px;
}

.tg-hero__title {
  max-width: 900px;
  margin: 24px 0 0;
  color: #ffffff;
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.18;
  text-wrap: balance;
}

html.lang-zh .tg-hero__title {
  color: #e7e9f2;
  font-family: var(--sans);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.25;
}

.tg-hero__lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #c9cce0;
  font-family: var(--serif);
  font-size: 21px;
  font-style: italic;
  line-height: 1.65;
  text-wrap: pretty;
}

html.lang-zh .tg-hero__lead {
  color: #aaafc9;
  font-family: var(--sans);
  font-size: 18px;
  font-style: normal;
  line-height: 1.8;
}

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

.tg-btn--light {
  border: 1px solid #ffffff;
  background: #ffffff;
  box-shadow: none;
  color: #2c3157;
}

.tg-btn--light:hover {
  border-color: #ffffff;
  background: #f7f6f2;
  box-shadow: none;
}

.tg-btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: transparent;
  box-shadow: none;
  color: #ffffff;
}

.tg-btn--outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.tg-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 68px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.tg-facts > div {
  min-width: 0;
  padding: 30px 24px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.tg-facts > div:first-child {
  padding-left: 0;
}

.tg-facts > div:last-child {
  border-right: 0;
}

.tg-facts dt {
  color: #ffffff;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

html.lang-zh .tg-facts dt {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 800;
}

.tg-facts dd {
  margin: 9px 0 0;
  color: #aaafc9;
  font-size: 14px;
  line-height: 1.55;
}

.tg-section {
  padding: 96px 0;
  background: #ffffff;
}

.tg-section--soft {
  background: #f7f6f2;
}

.tg-section--paper {
  background: #f1efe9;
}

.tg-title {
  max-width: 820px;
  margin: 16px 0 0;
  color: #23273f;
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  text-wrap: balance;
}

html.lang-zh .tg-title {
  color: #4a4f6e;
  font-family: var(--sans);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
}

.tg-title--light {
  color: #ffffff;
}

html.lang-zh .tg-title--light {
  color: #e7e9f2;
}

.tg-title--compact {
  font-size: 34px;
}

html.lang-zh .tg-title--compact {
  font-size: 28px;
}

.tg-copy {
  margin: 0;
  color: #686d84;
  font-size: 15.5px;
  line-height: 1.85;
  text-wrap: pretty;
}

.tg-heading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 56px;
  align-items: end;
}

.tg-problems {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 50px;
  border-top: 1px solid rgba(44, 49, 87, 0.14);
}

.tg-problems article {
  min-width: 0;
  padding: 34px;
  border-right: 1px solid rgba(44, 49, 87, 0.1);
}

.tg-problems article:first-child {
  padding-left: 0;
}

.tg-problems article:last-child {
  padding-right: 0;
  border-right: 0;
}

.tg-index {
  color: #a77e45;
  font-family: var(--serif);
  font-size: 15px;
}

.tg-problems h3 {
  margin: 16px 0 0;
  color: #23273f;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
}

html.lang-zh .tg-problems h3 {
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 800;
}

.tg-problems p {
  margin: 12px 0 0;
  color: #686d84;
  font-size: 15px;
  line-height: 1.75;
}

.tg-stay-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
  grid-auto-rows: 390px;
  gap: 18px;
  margin-top: 46px;
}

.tg-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #e7e5df;
}

.tg-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tg-stay-grid .tg-photo:nth-child(1) img {
  object-position: 50% 55%;
}

.tg-stay-grid .tg-photo:nth-child(2) img {
  object-position: 50% 55%;
}

.tg-stay-grid .tg-photo:nth-child(3) img {
  object-position: 50% 58%;
}

.tg-feature-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 22px 0 0;
  padding: 0;
  color: #777c91;
  font-size: 14px;
  list-style: none;
}

.tg-feature-line li::before {
  content: "·";
  margin-right: 8px;
  color: #a77e45;
}

.tg-loop {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.tg-loop article {
  min-width: 0;
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
}

.tg-loop article > span {
  color: #a77e45;
  font-family: var(--serif);
  font-size: 16px;
}

.tg-loop h3 {
  margin: 14px 0 0;
  color: #23273f;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

html.lang-zh .tg-loop h3 {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 800;
}

.tg-loop p {
  margin: 9px 0 0;
  color: #686d84;
  font-size: 14.5px;
  line-height: 1.75;
}

.tg-loop .tg-loop__accent {
  background: #2c3157;
}

.tg-loop__accent h3 {
  color: #ffffff;
}

.tg-loop__accent p {
  color: #aaafc9;
}

.tg-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 300px;
  gap: 18px;
  margin-top: 46px;
}

.tg-gallery .tg-photo:nth-child(2) img,
.tg-gallery .tg-photo:nth-child(3) img {
  object-position: 50% 45%;
}

.tg-report {
  padding: 96px 0;
  background: #2c3157;
  color: #ffffff;
}

.tg-report__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 520px);
  gap: 64px;
  align-items: center;
}

.tg-report__copy {
  max-width: 58ch;
  margin: 22px 0 0;
  color: #aaafc9;
  font-size: 15.5px;
  line-height: 1.85;
}

.tg-report blockquote {
  max-width: 620px;
  margin: 28px 0 0;
  padding-left: 22px;
  border-left: 2px solid #c0965c;
  color: #e7e9f2;
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
}

.tg-report blockquote cite {
  display: block;
  margin-top: 7px;
  color: #8a8fa8;
  font-family: var(--sans);
  font-size: 13px;
  font-style: normal;
}

.tg-report-card {
  min-width: 0;
  padding: 34px 38px;
  border-radius: 8px;
  background: #f7f6f2;
  color: #23273f;
}

.tg-report-card header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(44, 49, 87, 0.15);
}

.tg-report-card header strong {
  font-size: 18px;
}

.tg-report-card header small {
  color: #777c91;
  font-family: var(--serif);
  font-style: italic;
}

.tg-report-card dl {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.tg-report-card dl > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
}

.tg-report-card dt {
  color: #a77e45;
  font-weight: 800;
}

.tg-report-card dd {
  min-width: 0;
  margin: 0;
  line-height: 1.65;
}

.tg-agency {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: 56px;
  align-items: center;
  padding: 52px;
  border-radius: 8px;
  background: #f7f6f2;
}

.tg-agency .tg-copy {
  margin-top: 18px;
}

.tg-agency__options {
  display: grid;
  gap: 12px;
}

.tg-agency__options > div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 20px 22px;
  border-radius: 6px;
  background: #ffffff;
  color: #23273f;
}

.tg-agency__options strong {
  color: #a77e45;
  font-family: var(--serif);
  font-weight: 500;
}

.tg-contact {
  padding: 96px 0 36px;
  background: #ffffff;
}

.tg-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 64px;
  align-items: center;
}

.tg-contact__copy {
  max-width: 54ch;
  margin: 22px 0 0;
  color: #686d84;
  font-size: 16px;
  line-height: 1.8;
}

.tg-contact__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 720px;
  margin: 30px 0 0;
}

.tg-contact__facts div {
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(44, 49, 87, 0.14);
}

.tg-contact__facts dt {
  color: #777c91;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tg-contact__facts dd {
  margin: 5px 0 0;
  color: #23273f;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.tg-qr {
  margin: 0;
  padding: 28px;
  border-radius: 8px;
  background: #f7f6f2;
  text-align: center;
}

.tg-qr img {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 6px;
  background: #ffffff;
}

.tg-qr p {
  margin: 12px 0 0;
  color: #777c91;
  font-size: 13px;
}

.tg-disclaimer {
  margin-top: 54px;
  padding-top: 20px;
  border-top: 1px solid rgba(44, 49, 87, 0.12);
}

.tg-disclaimer p {
  max-width: 110ch;
  margin: 0;
  color: #85899a;
  font-size: 12.5px;
  line-height: 1.7;
}

/* Homepage seasonal module */
.tg-home-band {
  overflow: hidden;
  background: #2c3157;
  color: #ffffff;
}

.tg-home-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: 58px;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 74px;
}

.tg-home-band__title {
  max-width: 740px;
  margin: 16px 0 0;
  color: #ffffff;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  text-wrap: balance;
}

html.lang-zh .tg-home-band__title {
  color: #e7e9f2;
  font-family: var(--sans);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
}

.tg-home-band__copy {
  max-width: 58ch;
  margin: 17px 0 0;
  color: #aaafc9;
  font-size: 15.5px;
  line-height: 1.8;
}

.tg-home-band__features {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: 22px 0 0;
  padding: 0;
  color: #c9cce0;
  font-size: 13px;
  list-style: none;
}

.tg-home-band__features li::before {
  content: "·";
  margin-right: 7px;
  color: #c0965c;
}

.tg-home-band__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  min-width: 0;
}

.tg-home-band__media figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 46px rgba(14, 18, 45, 0.34);
}

.tg-home-band__media figure:first-child {
  top: 0;
  right: 0;
  width: 82%;
  height: 72%;
}

.tg-home-band__media figure:last-child {
  bottom: 0;
  left: 0;
  width: 58%;
  height: 48%;
  border: 4px solid #2c3157;
}

.tg-home-band__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tg-home-band__media figure:first-child img {
  object-position: 50% 58%;
}

.tg-home-band__media figure:last-child img {
  object-position: 50% 55%;
}

@media (max-width: 960px) {
  .tg-hero .tg-shell {
    padding-top: 72px;
  }

  .tg-hero__title {
    font-size: 48px;
  }

  html.lang-zh .tg-hero__title {
    font-size: 40px;
  }

  .tg-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-facts > div:nth-child(2) {
    border-right: 0;
  }

  .tg-facts > div:nth-child(3),
  .tg-facts > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .tg-facts > div:nth-child(3) {
    padding-left: 0;
  }

  .tg-heading-grid,
  .tg-report__grid,
  .tg-agency,
  .tg-contact__grid,
  .tg-home-band__grid {
    grid-template-columns: 1fr;
  }

  .tg-heading-grid {
    gap: 24px;
  }

  .tg-stay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 280px;
  }

  .tg-stay-grid .tg-photo--wide {
    grid-column: 1 / -1;
  }

  .tg-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 320px;
  }

  .tg-report__grid,
  .tg-contact__grid {
    gap: 38px;
  }

  .tg-report-card,
  .tg-qr {
    width: min(100%, 620px);
  }

  .tg-agency {
    gap: 32px;
  }

  .tg-home-band__grid {
    gap: 36px;
  }

  .tg-home-band__media {
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .tg-body .site-header__inner {
    flex-wrap: nowrap;
    gap: 14px;
  }

  .tg-body .tg-nav {
    flex: 1 1 auto;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .tg-body .tg-nav::-webkit-scrollbar {
    display: none;
  }

  .tg-body .tg-nav a:nth-child(n + 3):nth-child(-n + 5) {
    display: none;
  }

  .tg-body .lang-switch {
    flex: none;
  }

  .tg-shell {
    width: min(1160px, calc(100% - 36px));
  }

  .tg-hero .tg-shell {
    padding-top: 56px;
  }

  .tg-hero__title {
    font-size: 40px;
    line-height: 1.2;
  }

  html.lang-zh .tg-hero__title {
    font-size: 34px;
  }

  .tg-hero__lead,
  html.lang-zh .tg-hero__lead {
    font-size: 17px;
  }

  .tg-actions .btn {
    flex: 1 1 100%;
    min-width: 0;
    white-space: normal;
  }

  .tg-facts {
    margin-top: 48px;
  }

  .tg-facts > div {
    padding: 22px 16px 25px;
  }

  .tg-facts dt,
  html.lang-zh .tg-facts dt {
    font-size: 23px;
  }

  .tg-section,
  .tg-report,
  .tg-contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tg-title,
  html.lang-zh .tg-title {
    font-size: 30px;
  }

  .tg-title--compact,
  html.lang-zh .tg-title--compact {
    font-size: 27px;
  }

  .tg-problems {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .tg-problems article,
  .tg-problems article:first-child,
  .tg-problems article:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(44, 49, 87, 0.1);
  }

  .tg-problems article:last-child {
    border-bottom: 0;
  }

  .tg-loop {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .tg-loop article {
    padding: 24px;
  }

  .tg-report-card {
    padding: 26px 22px;
  }

  .tg-report-card header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .tg-agency {
    padding: 32px 24px;
  }

  .tg-contact__facts {
    grid-template-columns: 1fr;
  }

  .tg-qr {
    width: min(100%, 320px);
    justify-self: center;
  }

  .tg-home-band__grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tg-home-band__title,
  html.lang-zh .tg-home-band__title {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .tg-body .site-header__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tg-body .lang-switch__btn {
    padding-right: 11px;
    padding-left: 11px;
  }

  .tg-kicker {
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .tg-hero__title {
    font-size: 36px;
  }

  html.lang-zh .tg-hero__title {
    font-size: 31px;
  }

  .tg-facts > div {
    padding-right: 10px;
  }

  .tg-facts dd {
    font-size: 12.5px;
  }

  .tg-stay-grid,
  .tg-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .tg-stay-grid .tg-photo--wide {
    grid-column: auto;
  }

  .tg-feature-line {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tg-report-card dl > div {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .tg-agency__options > div {
    padding: 18px;
  }

  .tg-home-band__title,
  html.lang-zh .tg-home-band__title {
    font-size: 27px;
  }

  .tg-home-band__media {
    aspect-ratio: 1 / 1.05;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tg-body *,
  .tg-home-band * {
    scroll-behavior: auto !important;
  }
}
